.boxTost{
    /* width: 100%;
    height: 100%;
    background: rgba(000,000,000,0.6);
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; */
}

input{
    border: none;
    outline: none;
}
.boxCon{
    width: 25rem;
    height: 30.625rem;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 11.7px 1.3px rgba(96, 96, 96, 0.15);
    /* position: relative; */
    position: fixed;
    left: 50%;
    top: 30%;
    transform: translate(-50%,-30%);
    z-index: 11111111;
    padding: 3.875rem 4.0625rem;
    box-sizing: border-box;
}

.loginTitle{
    font-size: 1.4375rem;
    font-family: Montserrat;
    font-weight: 600;
    line-height: 1.4375rem;
    color: #333333;
    text-align: center;
    margin-bottom: 2.5rem;
}

.isNone{
    display: none !important;
}

.tostCons{
    width: 100%;
    margin-bottom: 3.125rem;
}

.btns{
    width: 100%;
    height: 2.6875rem;
    text-align: center;
    line-height: 2.6875rem;
    border: 0.0625rem solid rgb(217, 217, 217);
    font-size: 0.875rem;
    color: rgb(38, 50, 56);
    margin-bottom: 1.25rem;
     border-radius: 0.375rem;
     cursor: pointer;
}

.registerBtn,.register,.ulogin{
    width: 100%;
    background-color:#6788FF;
    text-align: center;
    line-height: 3.125rem;
    font-size: 0.875rem;
    color: #ffffff;
    border-radius: 0.375rem;
    height: 3.125rem;
    box-shadow: 0rem 0.4375rem 1.375rem rgba(103, 136, 255, 0.44);
    cursor: pointer;

}

.mbto{
    margin-bottom: 2.1875rem  !important;
}

.tostFooter{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 0.875rem;
    font-family: "SourceHanSansCN";
    color: rgb(98, 98, 98);

}

.goLogin{
    color: #6788FF !important;
    cursor: pointer;
}

.rline{
    width: 100%;
    height: 3rem;
    border: none;
    outline: none;
    padding: 0.9375rem ;
    box-sizing: border-box;
    margin-bottom:1.5rem;
    border-radius: 0.375rem;
}

.rowLine{
    width: 100%;
    height: 3rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 2.75rem;
}

.cline{
    /* width: 8.625rem; */
    flex: 1;
    height: 100%;
    border: none;
    outline: none;
    padding: 0.9375rem;
    box-sizing: border-box;

}

.getCode{
    width: 6.75rem;
    height: 3rem;
    outline: none;
    border: none;
    outline: 1px solid rgb(217, 217, 217);
    line-height: 3rem;
    text-align: center;
    font-size: 0.875rem;
    font-family: "SourceHanSansCN";
    color: #6788FF;
    background: #ffffff;
    border: none;
    outline: none;
    cursor: pointer;
}    

.act{
    color:rgb(217, 217, 217) !important;
}

.fast{
    width: 100%;
    height: 1.875rem;
    border-bottom: 1px solid rgb(217, 217, 217);
    margin-bottom: 1.9375rem;
    display: flex;
    flex-direction: row;
}

.names{
    font-size: 0.875rem;
    font-family: "SourceHanSansCN";
    height: 100%;
    margin-right: 1.5rem;
    color: rgba(38, 50, 56,0.8);
    border-bottom: 1px solid rgb(217, 217, 217);
    cursor: pointer;
}

.choblue{
    color:  #6788FF;
    border-bottom: 1px solid  #6788FF;
}

.tostCons2{
    width: 100%;
    margin-bottom: 2.375rem;
}

.chk{
    width: 100%;
    display: flex;
    flex-direction: row;
}

.chk>span{
    font-size: 0.875rem;
    font-family: "SourceHanSansCN";
    color: rgb(38, 50, 56);
}

.rowLine2{
    width: 100%;
    height: 3rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 1.5rem;
    border-radius: 0.375rem;
    overflow: hidden;
}

.chk{
    width: 100%;
    height: 2.5625rem;
    display: flex;
    flex-direction: row;
    justify-content:flex-start;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 0.9375rem;
    line-height: 2.5625rem;
}

.chkes{
    margin-right: 0.2rem;
}

.upLine{
    width: 100%;
    margin-bottom: 1.25rem;
}
.upname{
    font-size: 0.875rem;
    font-family: "SourceHanSansCN";
    color: rgb(27, 27, 27);
    margin-bottom: 1.25rem;
}

.upbox{
    width: 8.125rem;
    height: 8.125rem;
    border: 1px solid rgb(217, 217, 217);

}

.ups{
    width: 100%;
    height: 100%;
    background: url("../images/public/up.png") center no-repeat;
    background-size: 100% 100%;
}

#img{
    width: 100%;
    height: 100%;
}

.boxCon2{
    /* width: 25rem; */
    width: 50%;
    background: #F5F6FA;
    /* position: relative; */
    padding: 3.875rem 6.0625rem;
    box-sizing: border-box;
    overflow-y: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.boxCon2::-webkit-scrollbar { 
    width: 0 !important;
 }

.btnbg{
    background-color:#6788FF !important;
    color: #ffffff !important;
}

.tosted{
    padding: 0.9375rem 1.5625rem;
    box-sizing: border-box;
    background: rgba(000,000,000,0.5);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index:9999999999;
    border-radius: 5px;
    color: #ffffff;
}


/*背景*/
.boxSection{
    width: 75rem;
    height: 45rem;
    display: flex;
    flex-direction:row;
    margin: 0 auto;
    background: #F5F6FA;
    box-shadow: 0px 0px 50px rgba(103, 136, 252, 0.25);
    opacity: 1;
    position: fixed;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    z-index: 222;
    border-radius: 1.75rem;
}

.loginSection{
    width: 50%;
    position: relative;
}

.logbox{
    width: 100%;
    height: 100%;
    padding: 0 4.8125rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    position: relative;
    z-index: 333333333;
}

.log1{
    font-size: 2.9375rem;
    font-family: PingFang SC;
    font-weight: 600;
    line-height: 2.8125rem;
    color: #FFFFFF;
    margin-bottom:1.625rem;
}

.log2{
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #FFFFFF;
}


.loginbg{
    width: 50vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
}

.login2{
    position: absolute;
    z-index: 111111111;
    top: 0;
    left:0;
    width: 37.5rem;
    height: 45rem;

}

#logos{
    width: 5rem;
    height: 5rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.9375rem 1rem rgba(0, 0, 0, 0.07);
    border-radius: 0.75rem;
    margin:0 auto 2.5rem;
    position: relative;
}

#logos>img{
    display: block;
    width: 4rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
}

.tip{
    width: 100%;
    padding: 0.625rem 0.4rem 1.5rem;
    box-sizing: border-box;
    font-size: 0.875rem;
    color: #ccc;
}



.mbot{
    margin-bottom:0rem !important;
}
 /* 移动端*/
 .isPhone{
    display: none !important;
  }
  
  .isPC{
    display: flex !important;
  }

@media (max-width:1920px){
    html{
        font-size:14px;
    }
}

@media (max-width:1680px) {
    html{
        font-size:15px;
    }
}

@media (max-width:1600px) {
    html{
        font-size: 14px;
    }
}

@media (max-width:1500px) {
    html{
        font-size: 13px;
    }
}

@media (max-width:1440px) {
    html{
        font-size: 13px;
    }
}
@media (max-width:1366px) {
    html{
        font-size:12.8px;
    }
}

@media (max-width:1360px) {
    html{
        font-size: 12px;
    }
}

@media (max-width:1280px) {
    html{
        font-size: 12.7px;
    }
}

@media (max-width:1240px) {
    html{
        font-size: 12.5px;
    }
}

@media (max-width:1152px) {
    html{
        font-size:12.4px;
    }
}

@media (max-width:1078px) {
    html{
        font-size:12px;
    }
}


@media(max-width :  960px ){ 
    html { 
      font-size : 11.5px;
    }

    .boxCon2{
        padding: 2.875rem 4.0625rem;
    }
    .cline{
        width: 8.625rem;
        
        flex: 1; 
    }
} 

@media(max-width :  800px ){ html { font-size : 14px ;}}
@media screen  and  ( max-width :  760px )  {
	html {
		font-size:15px;
	}
    .isPC{
        display: none !important;
    }

    .isPhone{
        display: flex !important;
    }

    .boxSection{
        width: 85%;
    }

    .boxCon2{
        width: 100%;
    }
  }
  
  @media screen  and  ( max-width :  414px )  {
    html {
      font-size: 13.5px;
    }
  }
  
  @media screen  and  ( max-width :  375px )  {
    html {
      font-size: 12px;
    }
  }  
