html, body {
    font-family: 'Microsoft Yahei';
    width: 100%;
    height: 100%;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    display: flex;
    flex-direction: column;
}
input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: #333;
}
::-webkit-scrollbar{
    width: 8px;
}
::-webkit-scrollbar-thumb{
    background: #aaa;
    border-radius:5px;
}
::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
}
input::-webkit-input-placeholder{
    color: #999;
}
input:-ms-input-placeholder{
    color: #999;
}
input:-moz-placeholder{
    color: #999;
}
input::-moz-placeholder {
    color: #999;
}

.container{
    display: flex;
    flex-grow: 1;
}
.container .imgPart{
    display: flex;
    flex-grow: 1;
    overflow: hidden;
}
.imgPart .bgImg{
    background-image: url(../img/bg-big.jpg?v=79c52e9201);
    flex-grow:1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.container .formPart{
    display: flex;
    align-items: center;
    position: relative;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 440px;
    width: 440px;
    flex-direction: column;
    overflow: hidden;
}
.formPart .top{
    display: flex;
    height: 108px;
    flex-grow: 1;
}
.formPart .bottom{
    display: flex;
    height: 120px;
    flex-grow: 1;
}
.container .formPart .center{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 700px;
}
.center .brand{
    display: flex;
    align-items: center;
    height: 53px;
    justify-content: center;
    align-self: stretch;
    /* background-image: url('../img/logo_new_big.png?v=5c66356e88'); */
    background-position: center center;
    background-repeat: no-repeat;
}
.center .form-top{
    display: flex;
    height: 80px;
    align-items: flex-end;
}
.center .formContainer{
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    align-self: stretch;
    align-items: center;
    flex-direction: column;
}
.formContainer .title-top{
    display: flex;
    height: 80px;
}
.formContainer .title{
    display: flex;
    height: 30px;
    margin-bottom: 40px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #333333;
}
.formContainer .panel{
    display: flex;
    width: 300px;
    flex-grow: 1;
    /* flex-shrink: 0; */
    flex-direction: column;
}
.panel .item{
    height: 45px;
    display: flex;
    margin-bottom: 15px;
    font-size: 14px;
    color: #666666;
    padding: 0 2px;
    border-bottom: 1px solid #d7d7d7;
}
.inputing {
    border-bottom: 1px solid #438FFA !important;
}
.panel .code-item{
    border-bottom: none;
}
.code-item .input-code{
    display: flex;
    flex-grow: 1;
    align-items: center;
    border-bottom: 1px solid #d7d7d7;
}
.input-code .input-text{
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    color: #666666;
}
.code-item .show-code{
    display: flex;
    width: 100px;
    margin-left: 15px;
    align-items: flex-end;
    justify-content: center;
}
.show-code img{
    display: flex;
    align-self: center;
    flex-grow: 0;
    flex-shrink: 0;
}
.panel .btn-item{
    display: flex;
    height: 45px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: #438ffa;
    margin-top: 25px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 14px;
    border: none;
    outline: none;
}
.panel .btn-item:hover{
    background-color: #6ba7f8;
}
.panel .item.noline{
    border: none;
}
.item .dataCenter{
    display: flex;
    align-self: center;
}
.item .country{
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    padding-right: 30px;
    color: #333333;
}
.item .item-input{
    display: flex;
    align-self: center;
    height: 25px;
    border: none;
    outline: none;
    padding-left: 1px;
    flex-grow: 1;
    font-size: 14px;
    color: #333333
}
.item .item-input.line{
    border-left: 1px solid #cccccc;
    padding-left: 10px;
}
.item .item-title{
    display: flex;
    margin-right: 15px;
    align-items: center;
}
.panel .slider{
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid #438ffa;
    border-radius: 2px;
    font-size: 14px;
    color: #AAAAAA;
    margin-top: 25px;
}
.slider .slider-item{
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    display: flex;
    width: 48px;
    background-color: #438ffa;
    cursor: pointer;
}
/* .slider .slider-item span{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
} */

.panel .tool{
    display: flex;
    padding: 3px 0;
    height: 26px;
    margin-top: 15px;
    justify-content: space-between;
    font-size: 12px;
}
.tool .help-container{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.help-container .checkbox{
    display: flex;
    margin-right: 20px;
    align-items: center;
    color: #666666;
    cursor: pointer;
}
.help-container i{
    width: 16px;
    height: 16px;
    background-image: url(../img/defaultCircle.png?v=51ec8ef97d);
    margin-right: 5px;
}
.help-container i:hover{
    background-image: url(../img/hoverCircle.png?v=535feeee85);
}
.help-container .checkbox input[type=checkbox]:checked + i{
    background-image: url(../img/selectCircle.png?v=d1f3ea284d);
}
.help-container .forget-pass{
    color: #5E74A0;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.help-container .forget-pass:hover{
    color: #438ffa;
}
.lang-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 12px;
}
.language{
    display: flex;
    margin-right:15px; 
    align-items: center;
    cursor: pointer;
}
.language span{
    display: flex;
    align-items: center;
    color: #333333;
}
.lang-container .lang{
    color: #999;
}
.lang-container .line{
    width: 1px;
    height: 16px;
    background-color: #cccccc;
    margin: 0 7px;
}

.center .loginMode{
    display: flex;
    flex-direction: column;
    height: 80px;
    width: 300px;
    margin: 0 30px;
    flex-shrink: 0;
}
.loginMode .modeText{
    display: flex;
    height: 40px;
    align-items: center;
}
.loginMode .modeText .line{
    display: flex;
    height: 1px;
    background-color: #d7d7d7;
    flex-grow: 1;
}
.loginMode .modeText .text{
    display: flex;
    margin: 0 14px;
    font-size: 12px;
    color: #aaa;
}
.loginMode .modeIcon{
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
}
.loginMode .modeIcon .icon{
    margin: 0 15px;
    cursor: pointer;
}
.loginMode .modeIcon .disable{
    /* filter: grayscale(0.5);
    cursor: auto; */
    display: none;
}
.append{
    position: relative;
}
/* .append .append-header {
    padding-right: 20px;
} */
.append::before{
    content: '';
    height: 0px;
    width: 0px;
    right: -0px;
    top: 3px;
    position: absolute;
    border-width: 7px 5px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #bbbbbb;
}
.append.dataCenter{
    cursor: pointer;
    padding-right: 20px;
}
.append.on::before{
    top: -4px;
    border-color: transparent;
    border-bottom-color: #bbbbbb; 
}
.append.country::before{
    right: 10px;
    top: 18px;
}
.append.country.on::before{
    top: 10px;
}
.append.language::before{
    right: -15px;
}
.hidden{
    display: none !important;
}
.append .append-header{
    cursor: pointer;
}
.append .append-panel{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 20px;
    left: 0px;
    max-height: 244px;
    border-radius: 2px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    padding: 2px 0px;
    background-color: #ffffff;
    z-index: 999;
    overflow-y: auto;
}
.append-panel .append-item{
    display: flex;
    flex-shrink: 0;
    height: 30px;
    padding: 0 10px;
    align-items: center;
    /* border-top: 1px solid #e2e2e2; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.append-panel .append-item:hover{
    color: #ffffff;
    background-color: #438ffa;
}

/*报错信息提示 start*/
.back-end-err{
    display: flex;
    position: absolute;
    top: 0px;
    border-radius: 10px;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    height: 45px;
    background-color: #ffe7e4;
    color: #fd6c6a;
    align-items: center;
    font-size: 14px;
    opacity: 0;
    overflow: hidden;
}
.back-end-err img{
    margin: 0 10px;
}
.back-end-err span{
    flex: 1;
}
.back-end-err .cancel{
    font-size: 20px;
    margin-right: 10px;
    cursor: pointer;
}
.front-end-err{
    display: flex;
    position: absolute;
    font-size: 12px;
    color: #ff3737;
    top: 0px;
    left: 20px;
}
.input-err{
    border-color: #ff3737 !important;
}
/*报错信息提示 end*/


/*媒体查询，1366px特殊处理*/
@media screen and (max-width:1366px){
    .center{
        height: 600px !important;
    }
    /* .center .brand{
        height: 49px;
        background-image: url('../img/logo_new_small.png?v=330a2b3797');
    } */
    .center .form-top{
        height: 50px;
    }
    .container .formPart{
        flex-basis: 360px;
        width: 360px;
    }
    .formPart .top{
        flex: 1;
    }
    .formPart .bottom{
        flex: 1;
    }
}
    