@charset "UTF-8";
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, pre,abbr, address, code,del,em, img,samp,small, strong, sub, sup,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label,table, tbody, tfoot, thead, tr, th, td,article, aside, canvas,footer, header, nav, section, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    box-sizing: border-box;
    background:transparent;  /*背景透明无颜色*/
    font-family:'Microsoft YaHei';
    -webkit-font-smoothing: antialiased; /*chrome、safari*/
    -moz-osx-font-smoothing: grayscale;/*firefox*/
}
body {text-align:justify;color: #111111;}
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {
    display:block;
}
li {list-style:none;}
a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}
a{-webkit-tap-highlight-color:rgba(0,0,0,0);} 
i,em{font-style:normal}
table {border-collapse:collapse;border-spacing:0;}
input,button,select,textarea{ outline:none;vertical-align:middle;}
textarea{ font-size:13px; resize:none;}
a:hover { text-decoration: none;}
a:focus { outline:none; -moz-outline:none; }
img, :link img, :visited img {border:none;}
:focus{outline: 0;}

.login-wrap{
    display: flex;
    height: 100vh;
}
.login-left{
    width: auto;
    background: url("../images/zh-bg-login.png");
    background-size: 100% 100%;
}
.login-right{
    flex: 1;
    padding: 102px 100px 0;
}
.login-title{
    font-size: 26px;
    margin-bottom: 8px;
}
.login-title-sub{
    color: #606060;
    font-size: 18px;
    margin-bottom: 65px;
}
.login-text{
    font-size: 24px;
    margin-bottom: 36px;
}
.login-input-bg{
    position: relative;
    padding-bottom: 30px;
}
.login-input-box{
    border: 0.5px solid #D1D5DB;
    border-radius: 24px;
    width: 100%;
    padding: 11.5px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.login-user{
    background: url("../images/zh-icon-user.png") 16px center no-repeat;
    background-size: 15px; 
}
.login-password{
    background: url("../images/zh-icon-password.png") 16px center no-repeat;
    background-size: 15px; 
}
.login-code{
    background: url("../images/icon-code.png") 16px center no-repeat;
    background-size: 16px; 
    display: flex;
    justify-content: space-between;
}
.login-input{
    border: none;
    background: transparent;
    width: 80%;
    outline: none;
    font-size: 16px;
    padding-left: 40px;
    box-sizing: border-box;
}
.login-input-code{
    width: 70%;
}
.code-box{
    width: 80px;
    height: 24px;
    cursor: pointer;
    margin-right: 20px;
}
.code{
    width: 100%;
    height: 100%;
}
.error-tip{
    /*display: none;*/
    color: #FF5252;
    font-size: 12px;
    position: absolute;
    /*bottom: 15px;*/
    top: 56px;
    width: 100%;
    text-align: center;
}
input::-webkit-input-placeholder{
    color: #9CA3AF;
    font-size: 16px;
}
.remember-row{
    display: flex;
    justify-content: space-between;
    margin: 0px 0 45px;
}
.remember-box{
    margin: auto 0;
    display: flex;
    cursor: pointer;
}
.remember-box label{
    margin: auto 10px auto 0;
    width: 16px;
    height: 16px;
    border: 1px solid #959597;
    border-radius: 50%;
    box-sizing: border-box;
    background: transparent;
}
.remember-box span{
    margin: auto 0;
    color: #606060;
    font-size: 15px;
}
.zh-hide{
    display: none;
}
.remember-active label{
    border: none;
    background: url("../images/icon.png") center center no-repeat;
}
.modify-btn{
    color: #068BFA;
    font-size: 15px;
    margin: auto 0;
    cursor: pointer;
}
.login-btn{
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 48px;
    line-height: 48px;
    margin: 67px 0 17px;
    border: none;
    background: #068BFA;
    color: #fff;
    font-size: 16px;
    border-radius: 24px;
    cursor: pointer; 
}
.agree-box{
    display: flex;
}
.agree-link{
    margin: auto 0;
    color: #068BFA;
    font-size: 15px;
}
.he{
    margin: auto 0;
    color: #606060;
    font-size: 15px;
}
.login-modify{
    display: none;
}
.btn-box{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.btn-cancel{
    width: 150px;
    background: #D7EAFF;
    border: 1px solid #D7EAFF;
    height: 48px;
    line-height: 48px;
    color: #068BFA;
    font-size: 16px;
    margin-right: 26px;
    border-radius: 24px;
    cursor: pointer;
}
.btn-yes{
    flex: 1;
    background: #068BFA;
    border: 1px solid #068BFA;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-size: 16px;
    border-radius: 24px;
    cursor: pointer;
}
.index-bg{
    background: #f3f4f6 url("../images/bg-index.png") no-repeat;
    background-size: 100% 442px;
}
.nav-bg{
    display: flex;
    justify-content: space-between;
    padding: 23px 68px 20px;
    background: #f6fbff;
}
.logo-index{
    /*width: 281px;*/
    height: 47px;
}
.nav-right{
    text-align: right;
    display: flex;
    position: relative;
}
.personal{
    position: absolute;
    right: 0;
    top: 55px;
    width: 215px;
    box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background: #fff;
    display: none;
}
.personal-bg{
    display: flex;
    background: #EDF4FF;
    padding: 20px 10px 20px 20px;
    align-items: center;
    border-radius: 8px 8px 0px 0px;
    margin-bottom: 10px;
}
.personal-item{
    display: flex;
    align-items: center;
    padding: 12px 35px 12px 25px;
    color: #3D3D3D;
    font-size: 15px;
    text-align: left;
    cursor: pointer;
}
.icon-personal{
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
.personal-item-out{
    display: flex;
    align-items: center;
    padding: 16px 10px 10px 10px;
    margin: 12px 16px;
    color: #3D3D3D;
    font-size: 15px;
    border-top: 1px solid #D1D5DB;
    cursor: pointer;
}
.personal-item:hover{
    background: #D7EAFF url("../images/icon-link.png") right 15px center no-repeat;
}
.search-box{
    border: 0.5px solid #D1D5DB;
    border-radius: 24px;
    width: 348px;
    padding: 10px;
    box-sizing: border-box;
    background: url("../images/icon-search.png") 16px center no-repeat;
    background-size: 15px;
    margin-right: 20px;
}
.search-input{
    border: none;
    background: transparent;
    width: 100%;
    outline: none;
    font-size: 16px;
    text-indent: 30px;
}
.search-input::-webkit-input-placeholder{
    color: #9CA3AF;
    font-size: 15px;
}
.user-box{
    display: flex;
    cursor: pointer;
}
.img-user{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    margin: auto 10px auto 0;
}
.user-box .user-login{
    margin: auto 0;
    color: #3D3D3D;
    font-size: 15px;
    display: none;
}
.user-box .user-login-in{
    margin: auto 0;
    color: #3D3D3D;
    font-size: 15px;
    padding-right: 24px;
    background: url("../images/icon-xl.png") right center no-repeat;
}
.index-main{
    width: 1128px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding-top: 90px;
}
.index-main-left{
    width: 214px;
    margin-right: 10px;
}
.index-main-right{
    flex: 1;
}
.index-left-box{
    width: 100%;
    min-height: 494px;
    background: #fff;
    border-radius: 16px;
    padding: 26px 13px;
}
.index-main-right{
    background: #fff;
    border-radius: 16px 16px 0 0;
    padding: 26px;
    min-height: 600px;
}
.index-item{
    color: #606060;
    font-size: 16px;
    padding: 10px 0 10px 20px;
    cursor: pointer;
}
.index-item-active{
    background: #D7EAFF;
    color: #111111;
    border-radius: 8px;
}
.main-item{
    display: none;
}
.main-item-active{
    display: block;
}
.index-title{
    font-size: 18px;
    padding-bottom: 20px;
    border-bottom: 0.5px solid #D1D5DB;
    margin-bottom: 16px;
}
.app-bg{
    overflow: hidden;
}
.app-box{
    float: left;
    display: flex;
    padding: 16px;
    width: 204px;
    margin-right: 11px;
    margin-bottom: 11px;
    border: 0.5px solid #D1D5DB;
    border-radius: 8px;
    cursor: pointer;
}
.app-img{
    width: 44px;
    height: 44px;
    margin: auto 12px auto 0;
}
.app-name{
    font-size: 15px;
    margin: auto 0; 
}
.app-bg .app-box:nth-of-type(4n){
    margin-right: 0;
}
.mask{
    display: none;
}
.mask-bg{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.3);
}
.mask-box{
    width: 388px;
    height: 458px;
    position: fixed;
    top: 162px;
    left: 50%;
    margin-left: -194px;
    border-radius: 8px;
    background: #ffffff;
    z-index: 999;
}
.mask-title{
    display: flex;
    justify-content: space-between;
    padding: 16px 20px 18px;
    align-items: center;
    border-bottom: 1px solid #D1D5DB;
}
.mask-account{
    color: #3D3D3D;
    font-size: 16px;
}
.close-account{
    width: 13px;
    height: 13px;
    cursor: pointer;
}
.mask-personal{
    display: flex;
    margin: 20px;
    padding-bottom: 20px;
    align-items: center;
    border-bottom: 1px solid #D1D5DB;
}
.mask-password{
    display: flex;
    justify-content: space-between;
    margin: 20px;
    padding-bottom: 20px;
    align-items: center;
    border-bottom: 1px solid #D1D5DB;
    font-size: 15px;
}
.mask-replace{
    color: #068BFA;
    cursor: pointer;
}
.mask-login{
    margin-bottom: 10px;
}
.btn-close{
    display: none;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 17px;
    right: 30px;
    cursor: pointer;
}
.code-fill{
    flex: 1;
    margin-right: 15px;
    position: relative;
}
.code-fill .btn-close{
    position: absolute;
    top: 6px;
    right: 20px;
}
#mask-box-password{
    display: none;
}
.password-modify-box{
    width: 350px;
    margin: 40px auto 0;
}
#mask-box-password .mask-box{
    width: 450px;
    height: 500px;
    position: fixed;
    top: 162px;
    left: 50%;
    margin-left: -225px;
    border-radius: 8px;
    background: #ffffff;
    z-index: 999;
}
#mask-box-tip{
    display: none;
}
#mask-box-tip .mask-box{
    width: 388px;
    height: 332px;
    margin-left: -194px;
    top: 282px;
}
.password-tip-box{
    padding: 40px 45px 50px;
    text-align: center;
}
.password-tip-box div{
    font-size: 15px;
    line-height: 1.8;
    margin-top: 10px;
}
.password-tip-box .btn-yes{
    width: 156px;
    margin-top: 45px;

}

#mask-box-tip-sys{
    display: none;
}
#mask-box-tip-sys .mask-box{
    width: 388px;
    height: 264px;
    margin-left: -194px;
    top: 282px;
}
.sys-tip-box{
    padding: 18px 34px 15px;
    text-align: center;
}
.sys-tip-box div{
    font-size: 15px;
    line-height: 1.8;
    margin-top: 10px;
}
.sys-tip-box .btn-yes{
    width: 156px;
    margin-top: 45px;

}
.password-bg{
    background: url("../images/zh-icon-password.png") 16px center no-repeat;
    background-size: 18px;
    font-weight: normal;
}


















