*{
    box-sizing: border-box;
}
html,body{
    margin:0px;
    padding: 0px;
    overflow: auto;
    width:100%;
    height:100%;
}
.login-body{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/login/login-bg.png) #3495dc no-repeat top center;
    background-size: cover;
}
.login-box{
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*margin: -262px 0 0 -401px;*/
}
.active_box{
    display:none;
    flex:1;
}
.login-img {
    position: relative;
    text-align: center;
    padding-bottom:30px;
}
.login-logo {
    width: 169px;
    height: 52px;
    background: url(../images/login/L-text.png) no-repeat center center;
    background-size: 100%;
}
.login-img .line {
    position: absolute;
    top: 4px;
    left: 282px;
    height: 50px;
    border-right: 1px solid #FFF;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.login-picture {

    width: 408px;
    height: 60px;
    margin-left: 40px;
    background: url(../images/login/R-text.png) no-repeat center center;
    background-size: 100%;
}
.di-vm {
    display: inline-block;
    vertical-align: middle;
}
.mt30 {
    margin-top: 30px !important;
}
.login-cont {
    /*width: 802px;*/
    height: 434px;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
}
.login-fl {
    width: 340px;
    height: 100%;
    background: url(../images/login/L-pic.png) no-repeat top center;
    background-size: cover;
}
.fl {
    float: left !important;
}
.fr {
    float: right !important;
}

.login-fl .login-item {
    padding-top: 80px;
    color: #FFF;
}
.login-fl .login-item .item-img {
    width: 64px;
    margin: auto;
    overflow: hidden;
    padding-bottom: 10px;
}
.f18 {
    font-size: 18px !important;
}

.t-c {
    text-align: center;
}
.login-fl .login-item .item-phone {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: auto;
    border: 1px solid #FFF;
    border-radius: 100%;
    padding:2px;
}
.f16 {
    font-size: 16px !important;
}

.t-c {
    text-align: center;
}

.pt10 {
    padding-top: 10px !important;
}
.hint-box {
    height: 24px;
    line-height: 24px;
    padding-bottom: 5px;
}
.hint-tips {
    font-size: 12px;
    color: #e51c23;
}
.dno {
    display: none;
}
.pt20 {
    padding-top: 20px !important;
}
.pt10 {
    padding-top: 10px !important;
}

.login-fr .tab-box .checkbox {
    cursor: pointer;
    vertical-align: middle;
}
.form-item a{
    color:#2582E6;
    font-weight: bold;
}
.comp{
    color:#fff;
    font-size:14px;
    display: inline-block;
    margin:auto;
}
#AllTab{
    position: relative;
    display: flex;
}
#AllTab li{
    flex:1;
    text-align:center;
    border:0;
}
#AllTab li a{
    border:0;
}
#AllTab p{
    position: absolute;
    top: 39px;
    left: 0;
    display: none;
    width: 100%;
    border-top: 3px solid #2e8ded;
    overflow: hidden;
    text-align: center;
}
#AllTab .active p{ display: block;}
#AllTab p b{
    display: inline-block;
    width: 0;
    height: 0;
    margin-top: -3px;
    border-style: solid dashed dashed dashed;
    border-width: 9px;
    border-color: #2e8ded #fff #fff #fff;
    overflow: hidden;
    zoom: 1;
    font-size: 0;
}

.login-fr {
    width: 462px;
    height: 100%;
    background: #FFF;
}
.tab-box {
    padding: 50px 56px 44px;
}
.form-input {
    position: relative;
    height: 40px;
    line-height: 40px;
    box-sizing: content-box;
    border-radius: 5px;
}
.form-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #ccc;
    border-right: 1px solid #e4e4e4;
    text-align: center;
}
.form-input input {
    width: 100%;
    height: 100%;
    padding: 8px 0;
    box-sizing: border-box;
    font-size: 14px;
    color: #444;
    border: 1px solid #cccccc;
    background: #fff;
    text-indent: 4em;
    outline: none;
}
.form-button {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: auto;
    font-size: 16px;
    color: #FFF;
    background: #0070EA;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    margin-top: 10px;
}
.active_index .form-button{
    background: #ff6a00;
}
.active_index .active_box{
    padding-left:10vw;
    display: inline-block;
}
.active_index #toyoractive{
    color: #ff6a00;
}
.active_index.login-body{
    background: url(../images/login/login-active-bg.png) #3495dc no-repeat top center;
    background-size: cover;
}
.active_index .login-box{
    margin-right:10vw;
}
.active_index .login-img{
    display: none;
}
.active_index .login-cont{
    border-radius: 0;
}
.active_index .login-fl{
    display: none;
}
.active_index .comp{
    width:462px;
}
.active_index #AllTab li a{
    color:#ff6a00
}
.active_index #AllTab p{
    border-color:#ff6a00
}
.active_index #AllTab p b{
    border-color:#ff6a00 #fff #fff #fff
}