/*字体样式*/

@font-face {
  font-family: "阿里妈妈东方大楷 Regular";
  font-weight: 400;
  src: url("../font/KvvM9qieWlc1.woff2") format("woff2"),
       url("../font/KvvM9qieWlc1.woff") format("woff");
}


/*字体样式结束*/

:root {
    --ceiling-height: 50px;
    --base-top-nav-height:50px;
}
html{
    font-size: 16px;
    font-family: "阿里妈妈东方大楷 Regular", sans-serif;
}
body{
    background-color: rgb(240, 244, 245);
    width: 100%;
}

#dx_captcha{
    z-index: 20180418;
}
.z-index-10000{
    z-index: 10000!important;
}
.custom-block.tip{
    padding: 8px 16px;
    background-color: #e2edff;
    border-radius: 4px;
    border-left: 5px solid var(--el-color-primary);
    margin: 20px 0;
}
.custom-block .custom-block-title{
    font-weight: 700;
}
.align-center{
    text-align: center;
}
[v-cloak] {
  display: none!important;
}
.el-overlay .el-overlay-dialog{
    z-index: 1000;
}
.no-outline {
    outline: none;
}
.el-popup-parent--hidden{
    padding-right: 0!important;
}
.el-pagination .btn-next .el-icon, .el-pagination .btn-prev .el-icon{
    display: inline-block!important;
}
.el-form .el-form-item{
    margin-bottom: 15px;
}
.swal2-container{
    z-index: 15000!important;
}
.le-layer-m1{
    
}
.le-layer-m1 .layui-layer-title{
    background-color: #f8f8f8;
}
.le-layer-m1 .layui-layer-content{
    padding: 20px;
}
.le-layer-m1 .layui-layer-content>input{
    height: 40px;
    border-radius: 5px;
    font-size: 1.4rem;
    border: 0;
    padding: 0 5px;
    box-shadow: 0 0 1px 1px #0000006e;
}
.le-layer-m1 .layui-layer-btn{
    background-color: #f8f8f8;
    padding: 10px;
    border-top: 1px solid #F0F0F0;
}
.le-layer-m1 .layui-layer-btn .layui-layer-btn0{
    border-color: #51821f;
    background-color: #20a53a;
}
.le-layer-m1.layui-layer-dialog .layui-layer-content .layui-layer-ico{
    top: 35%;
}
.le-layer-m1 .layui-layer-btn a{
    margin: 0 5px;
    color: #ffffff;
    border-color: #cbcbcb;
    background-color: #cbcbcb;
}
.el-dropdown .el-dropdown__caret-button>span{
    height: 11px;
    width: 14px;
    display: inline-flex;
}
.flex-auto{
    flex: auto;
}
.el-message{
    z-index: 20180418!important;
}
.el-notification{
    z-index: 11000!important;
}
.el-dropdown__popper{
    z-index: 20180418!important;
}
.dx_captcha_basic_link{
    display: none!important;
}
.layui-form-switch{
    height: unset;
}
@media screen and (max-width: 768px){
    .mw-sm-75{
        width: 75%!important;
    }
    .mw-sm-95{
        width: 95%!important;
    }
}
#online-status{
    display: flex;
    justify-content: center;
}
#online-status div{
    margin: 6px 0;
    font-size: 14px;
}

/*用户弹窗登录*/
.common-user-login .p-l-phone .get-code{
    user-select: none;
}
.common-user-login .p-l-phone .auto-reg{
    font-size: 0.8rem;
    color: #525252;
    user-select: none;
}
.common-user-login .p-l-qrcode{
    position: relative;
}
.common-user-login .p-l-qrcode .qr{
    height: 256px;
    width: 256px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.common-user-login .p-l-qrcode .remind{
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.common-user-login .p-l-qrcode .show-expire{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    height: 260px;
    background: #fffffffa;
    color: #f00;
    font-size: 16px;
    width: 265px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.common-user-login .p-l-qrcode .show-scanned{
    position: absolute;
    top: 0;
    left: 0;
    height: 260px;
    background: #fffffffa;
    color: #3f0;
    font-size: 16px;
    width: 265px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}
.common-user-login .p-l-qrcode .show-scanned .user-avatar{
    width: 64px;
    height: 64px;
    border-radius: 12px;
}
.common-user-login .p-l-qrcode .show-scanned .iconfont{
    font-size: 80px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
/*用户弹窗登录结束*/


/*全局滚动条设置*/
/* 整个滚动条 */
::-webkit-scrollbar { 
    width:10px; 
    height: 10px;
    background-color:#F5F5F5; 
}
/* 滚动条上的按钮 (上下箭头). */
::-webkit-scrollbar-button {
    /*background-color: #2196F3;*/
    /*border-radius: 50px;*/
    height: 0px;
    width: 0px;
}
/* 滚动条上的滚动滑块. */
::-webkit-scrollbar-thumb { 
    background-color:#53a2ff; 
    /*border-radius: 10px;*/
}
/*  滚动条轨道. */
::-webkit-scrollbar-track { 
    /*-webkit-box-shadow:inset 0 0 6px rgba(0, 142, 255, 1); */
    /*box-shadow:inset 0 0 6px rgba(0, 142, 255, 1, 1); */
    /*background-color:#F5F5F5; */
}
/* 滚动条没有滑块的轨道部分 */
::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0);
}
/* 当同时有垂直滚动条和水平滚动条时交汇的部分. */
::-webkit-scrollbar-corner {
    background:transparent;
}
/* 某些元素的corner部分的部分样式(例:textarea的可拖动按钮). */
::-webkit-resizer {
    
}
/*全局滚动条设置结束*/

.base-content-box{
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
}
@media screen and (max-width: 768px){
    body{
        min-width: 360px;
    }
    .base-content-box{
        min-width: 360px;
        margin: 0 auto;
        width: 100%;
    }
}

@media screen and (max-width: 1920px){
    .base-content-box{
        max-width: 1620px;
        margin: 0 auto;
        width: 100%;
    }
}
.show{
    display: block;
}
.color-red{
    color: red!important;
}
.color-white{
    color: white!important;
}
.base-index-top{
    background-color: #f8f9fa;
    z-index: 9800;
    box-shadow: 0 5px 7px 0 rgba(5,34,97,.1);
    position: sticky;
    top: 0;
    transition: 0.3s all;
}
.base-index-top:hover{
    background-color: #f8f9fa;
}
.m-header-nav{
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: var(--base-top-nav-height);
}
.m-header-nav .navbar-toggler:hover .m-nav-item{
    display: block;
}
.m-header-nav .navbar-toggler{
    margin: 10px 5px;
}
.m-header-nav .m-nav-item{
    display: none;
    cursor: default;
    position: absolute;
    top: 0;
    height: calc(100vh - 50px);
    margin-top: 50px;
    left: 0;
    background: #fff;
    width: 100%;
}
.base-index-top > .base-content-box > nav{
    padding: 0 5px;
}
.base-index-top > .base-content-box > .navbar left{
    display: flex;
}
.base-index-top .base-content-box .navbar left .iconfont{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.base-index-top .base-content-box .navbar left .iconfont.active{
    margin: 0 10px 0 10px;
}

@media screen and (min-width: 768px){
    .base-index-top .base-content-box .navbar left .iconfont{
        display: none;
    }
    .base-index-top .base-content-box .navbar left .iconfont.pc-show{
        display: flex;
    }
}
.base-index-top .base-content-box .navbar left .iconfont:before{
    font-size: 2rem;
}
.base-index-top ul{
    list-style: none;
    margin: 0;
}
#logo{
    margin: 0;
    padding: 0;
}
#logo img{
    height: var(--base-top-nav-height);
}
.header-nav .default .nav-link{
    padding: 0 1rem!important;
    line-height: var(--base-top-nav-height);
}
.header-nav .navbar-nav{
    margin: 0;
}
.header-nav .nav-product{
    user-select: none;
}

.header-nav .n-p-content{
    z-index: 1000;
    position: absolute;
    width: 100%;
    height: 0;
    max-height: 0;
    background: #E5E7E9;
    left: 0;
    word-wrap:break-word;
    border-radius: 5px;
    box-shadow: 0 0 0 0;
    -webkit-box-shadow: 0 0 0 0;
    transition: all 0.35s;
}
.header-nav .n-p-title{
    cursor: pointer;
}
.header-nav .n-p-title i:after {
    display: block;
    content: " ";
    width: 0;
    height: 0;
    z-index: 1001;
    border-width: 0 0 0 0;
    border-style: solid;
    border-color: #ffffff00 #ffffff00 #00000082 #ffffff00;
    position: absolute;
    box-shadow: 0 0 0px 0;
    transition: 0.3s all;
    bottom: 0;
    margin: 0 5px;
}
.header-nav .nav-product:hover .n-p-title i:after{
    border-width: 0px 10px 10px 10px;
}
.header-nav .header-nav-right{
    display: contents;
}
.header-nav .header-nav-right .navbar-nav .nav-item .nav-link{
    padding: 0 1rem;
    height: 100%;
    display: grid;
    align-items: center;
}
.nav-product:hover .n-p-content{
    overflow: hidden;
    height: 75vh;
    max-height: 620px;
    box-shadow: 0 0 7px 0px #6d6d6d87;
    -webkit-box-shadow: 0 0 7px 0px #6d6d6d87;
}

.header-nav .nav-list{
    margin: 0;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    width: 120px;
}
.header-nav .nav-list dd{
    margin: 0;
}
.header-nav .sidebar-title{
    text-align: center;
    width: 120px;
}
.header-nav .sidebar-popup{
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 120px;
    right: 0;
    border-radius: 5px;
    overflow-y: auto;
}
.header-nav .sidebar-content:hover .sidebar-title{
    background-color: #5DADE2;
    color: #fff;
    cursor: pointer;
}
.header-nav .sidebar-content:hover .sidebar-popup{
    display: block;
    /*background-color: #F8F9F9;*/
    background-image: linear-gradient(71deg, #f3f2ff 8.2%, #ebf2fb 27.6%, #fff4f4 36.8%, #ffffff 73.2%, #ebffee 90.9%);
}
.header-nav .popup-advertising{
    position: absolute;
    left: 120px;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    border-radius: 5px;
    background-color: #F8F9F9;
}
.header-nav .popup-advertising img{
    width: 100%;
    max-width: 100%;
}
.user-reg{
    margin: 20px 0;
}
.user-reg .layui-form-label{
    text-align-last: justify;
}
.user-reg .reg-btn{
    text-align: center;
}
.float-5-5{
    margin-top: 10px;
    transition: all 0.4s;
}
.float-5-5:hover{
    margin-top: 5px!important;
    margin-bottom: 5px!important;
    box-shadow: 2px 1px 20px 0px #ababab;
}
.float-6-6{
    margin-top: 12px;
    transition: all 0.4s;
}
.float-6-6:hover{
    margin-top: 6px!important;
    margin-bottom: 6px!important;
    box-shadow: 2px 1px 20px 0px #ababab;
}
.float-8-4{
    margin-top: 12px;
    transition: all 0.4s;
}
.float-8-4:hover{
    margin-top: 8px!important;
    margin-bottom: 4px!important;
    box-shadow: 2px 1px 20px 0px #ababab;
}
.float-8-6{
    margin-top: 14px;
    transition: all 0.4s;
}
.float-8-6:hover{
    margin-top: 8px!important;
    margin-bottom: 6px!important;
    box-shadow: 2px 1px 20px 0px #ababab;
}

.w-i-t h3{
    font-weight: 900;
    align-items: center;
}
.w-i-t h3 small{
    font-size: 16px;
    margin-left: 10px;
}
.user-login{
    margin: 0 auto;
    max-width: 800px;
    display: flex;;
    flex-wrap: wrap;
}
.user-login .card:hover{
    border-color: blue;
}
.user-login div div:hover{
    cursor: pointer;
}
.base-nav-item{
    user-select: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 11px;
}
.base-nav-item .card-header{
    line-height: 20px;
    float: left;
    display: flex;
    align-items: center;
}
.base-nav-item .card-text{
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.base-nav-item .new{
    right: 0;
    position: absolute;
    margin-right: 5px;
    display: flex;
    margin-bottom: 0;
}
.base-nav-item .card-header .icon-share{
    color: #838383;
}

.base-nav-item a{
    color: #000;
    text-decoration: none;
}
.base-nav-item a:hover{
    text-decoration: none;
}
.base-nav-item .card:hover{
    border-color: #007bff!important;
}
.m-nav-item .nav-side{
    display: flex;
    flex-direction: column;
    width: 150px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #f1f4f7;
    box-shadow: 4px 4px 20px 0 rgba(55,99,170,.1);
    z-index: 50;
    height: calc(100vh - 50px);
}
.m-nav-item .nav-side .nav-right-item{
    position: absolute;
    left: 150px;
    display: none;
    padding: 5px;
    top: 0;
    width: calc(100% - 150px);
    bottom: 0;
    overflow-y: scroll;
    background-color: #fff;
}
.m-nav-item .nav-side .nav-right-item>item{
    display: flex;
    flex-wrap: wrap;
}

.m-nav-item .nav-side .nav-right-item a{
    text-decoration: none;
    padding: 5px 0;
}
.m-nav-item .nav-side .nav-right-item a:hover .card{
    border: 1px solid #000;
}
.m-nav-item .nav-side .nav-right-item a .card-body{
    padding: 10px;
}
.m-nav-item .nav-side .nav-menu-item:hover{
    display: block;
    background-color: #bbb;
    cursor: pointer;
    color: #fff;
}
.m-nav-item .nav-side .nav-menu-item:hover .nav-right-item{
    display: block;
    font-size: 1rem;
}
.m-nav-item .nav-side .nav-menu-item{
    padding: 15px 0;
}
.m-nav-item .nav-side .nav-menu-item .title{
    text-align: center;
    font-size: 16px;
}
.m-nav-item .nav-side .nav-menu-item .card{
    margin: 0 10px;
}
.m-nav-item .nav-side .nav-menu-item .card .new{
    position: absolute;
    right: 0;
    top: 0;
    margin: 5px 5px 0 0;
}
.m-nav-item .mini-nav-popup-advertising{
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 150px;
    /*z-index: -1;*/
    padding: 10px;
    width: calc(100vw - 150px);
    height: 100%;
}
.m-nav-item .nav-right-item:hover{
    cursor: default;
}

@media screen and (max-width: 400px) {
    .m-nav-item .nav-side{
        width: 110px;
    }
    .m-nav-item .nav-side .nav-right-item{
        left: 110px;
        width: calc(100% - 110px);
    }
    .m-nav-item .mini-nav-popup-advertising{
        left: 0;
        margin-left: 110px;
        width: calc(100vw - 110px);
    }
}
/*基础盒子内容开始*/
.base-body-box>.footer{
    padding: 10px 5px;
    background: rgba(34, 40, 49, .9);
    color: #dadada;
    display: inline-block;
    transition: 0.3s all;
    width: 100%;
}
.base-body-box>.footer .row{
    margin-left: 0;
    margin-right: 0;
}
.base-body-box>.footer .title{
    color: #fff;
}
.base-body-box>.footer a{
    color: #dadada;
}
.base-body-box>.footer .friendlink{
    margin-top: 10px;
}
.base-body-box>.footer .friendlink a{
    margin: 0 5px;
}
.base-body-box>.footer .about{
    
}
.base-body-box>.footer .service a{
    display: table;
}
.base-body-box>.footer .follow img{
    height: 120px;
    width: 120px;
}
.base-body-box>.footer .contactus{
    
}
.base-body-box>.footer .contactus a{
    display: table;
}

.base-body-box>.footer .copyright{
    margin-top: 10px;
}
.base-body-box>.footer .copyright span{
    display: block;
}
.base-body-box>.footer .copyright,.footer .beian{
    text-align: center;
}

.base-body-box>.footer .beian .mps{
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.base-body-box>.footer .beian{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
@media screen and (min-width: 960px){
    .base-body-box>.footer{
        padding: 20px 50px;
    }
}
/*--基础内容盒子结束--*/


/*弹窗登录盒子*/

.popup-login{
    display: flex;
    flex-wrap: wrap;
}
.popup-login .item{
    flex-basis: 25%;
    user-select: none;
    cursor: pointer;
    text-align: center;
}
.popup-login .item .title{
    margin-top: 10px;
}
.popup-login .item .colors-icon{
    font-size: 3rem;
}
.popup-login .password i:before{
    font-size: 1.5rem;
    color: #fff;
    border-radius: 30px;
    background-color: #268400;
    padding: 11px 9px
}
.popup-login .phone i:before{
    font-size: 2rem;
    color: #fff;
    border: 1px solid #0000;
    border-radius: 30px;
    background-color: #007e84;
    padding: 6px 11px;
}
.popup-login-password{
    margin: 10px 20px 10px 0;
}
.popup-login-password .layui-input-block{
    margin-left: 90px;
}


/*弹窗登录盒子结束*/

/*错误页面*/
.error-msg{
    
}
.error-msg .btn{
    margin: 0 10px;
}
/*--错误页面结束*/

/*控制台侧边导航栏开始*/
:root{
    --sidebar-background-color: rgb(57 126 179 / 95%);
    --sidebar-box-shadow:0 0 2px 2px rgb(0 0 0 / 14%), 0 -2px 3px 1px rgb(0 0 0 / 32%), 0 0px 5px 2px rgb(0 0 0 / 20%);
}
.console{
    display: flex;
}
.console-sidebar{
    margin: 0;
    z-index: 1000;
    padding-left: 0!important;
    padding-right: 0!important;
}
@media screen and (max-width: 768px){
    .console-sidebar{
        position: absolute!important;
    }
}
@media screen and (min-width: 768px){
    .console-sidebar{
        background-color: var(--sidebar-background-color);
        box-shadow: var(--sidebar-box-shadow);
    }
}
.console-sidebar-body .header{
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
}
.console-sidebar-body{
    overflow: hidden;
    width: 200px;
    left: -200px;
    padding-right: 0;
    position: fixed;
    transition: all 0.2s ease-in-out;
    overflow-y: none;
    z-index: 8500;
}
@media screen and (min-width: 768px){
    .console-sidebar-body{
        width: 200px;
        left: 0;
        position: inherit;
        padding-right: 5px;
        position: sticky;
        top: var(--base-top-nav-height);
    }
}
.console-sidebar-body.active{
    left: 0;
    overflow-y: auto;
    padding-right: 5px;
}
@media screen and (max-width: 768px){
    .console-sidebar-body{
        height: calc(100vh - var(--base-top-nav-height));
    }
    .console-sidebar-body.active{
        background-color: var(--sidebar-background-color);
        box-shadow: var(--sidebar-box-shadow);
    }
}
.console-sidebar-body .category{
}
.console-sidebar-body .category>a{
    color: #fff;
    display: block;
    line-height: 1.2;
    text-decoration: none;
    margin-bottom: .1rem;
    font-size: 1rem;
    transition: all .1s;
    position: relative;
    padding: 1rem 0.5rem 1rem 3.5rem;
}

.console-sidebar-body .category.active>a,
.console-sidebar-body .category .menu .item.active,
.console-sidebar-body .category>a:hover{
    background-color: #dbdbdb52;
}
.console-sidebar-body .category>a:before{
    position: absolute;
    left: 1rem;
}
.console-sidebar-body .category>a.bi:before{
    font-size: 1.4rem;
}
.console-sidebar-body .category>a>i{
    position: absolute;
    right: 1rem;
}
.console-sidebar-body .category .fa-angle-up{
    transition: all 0.2s ease-in-out;
}
.console-sidebar-body .category.active .fa-angle-up {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.console-sidebar-body .category .menu{
    display: none;
}
.console-sidebar-body .category .menu a{
    font-size: 0.9rem;
    display: block;
    color: #fff;
    text-decoration: none;
    position: relative;
    margin: 0rem 0rem .1rem 3rem;
    padding: .7rem 0;
    white-space: nowrap;
    transition: all .1s;
    border-left: 4px solid rgba(255,255,255,0);
}
.console-sidebar-body .category .menu .item:hover{
    font-size: 1.2rem;
    background-color: #dbdbdb52;
}
.console-sidebar-body .category .menu.show{
    display: block;
}
.console-body{
    margin: 0;
    overflow: auto;
    padding-left: 0!important;
    padding-right: 0!important;
}
@media screen and (max-width: 768px){
    .dark-mask{
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 1001;
        background-color: rgba(0,0,0,.6);
        left: 0;
        top: 0;
    }
}


/*控制台侧边导航栏结束*/