* {
    margin: 0;
    padding: 0;
    font-family: '微软雅黑';
}
a {
    color: #0080ED;
    text-decoration:none
}
img {
    width: 100%;
    height: 100%;
}
.pos_rel{
    position: relative;
}
.bodySty {
    min-width: 1200px;
    min-height: 900px;
    position: relative;
}

.page_bg {
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: -1;
    min-width: 1500px;
    min-height: 900px;
}

.header {
    width: 260px;
    height: 48px;
    padding-top: 48px;
    padding-left: 56px;
}

.header h1{
    color:#FFF;
    text-align:center;
}

.login_form{
    width: 372px;
    padding: 39px;
    background: #FFFFFF;
    box-shadow: 0px 2px 80px 0px rgba(0, 0, 0, 0.3);
    border-radius: 40px;
}
.mainBody {
   width: 100vw;
   box-sizing: border-box;
   min-width: 1500px;
   padding: 0 20%;
   display: flex;
   justify-content: space-between;
   margin: 0 auto;
   margin-top: 39px;
}

.log_type {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 12px;
    width: 270px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.unSel {
    font-size: 16px;
    font-weight: 400;
    color: #737580;
    cursor: pointer;
}
.sel{
    position: relative;
   
}
.sel::after {
    content: '';
    position: absolute;
    width: 28px;
    height: 4px;
    background: #66A6FF;
    border-radius: 9px;
    left: 50%;
    margin-left: -14px;
    bottom: -12px;
}

.input_tit{
    font-size: 14px;
    font-weight: bold;
    color: #464A53;
    margin-top: 32px;
    margin-bottom: 12px;
}
.input_border{
    width: 100%;
    height: 47px;
    background: #F1F1F1;
    border-radius: 12px;
    border: 0;
    outline: none;
    padding: 0 24px;
    box-sizing: border-box;
    font-size: 16px;
    letter-spacing: 2px;
}
.phone_info{
    color: #737B91;
    position: absolute;
    right: 24px;
    line-height: 46px;
}
.checkPassword{
    margin-top: 32px;
    font-size: 16px;
    color: #464A53;
    font-weight: 400;
}
.btn_login{
    width: 100%;
    height: 50px;
    line-height: 48px;
    background: #66A6FF;
    box-shadow: 0px 4px 9px 0px rgba(60, 155, 237, 0.5);
    border-radius: 12px;
    text-align: center;
    margin-top: 50px;
    color: #FFFFFF;
    font-size: 18px;
    cursor: pointer;
}
.login_img{
    width: 568px;
    height: 564px;
    margin-top: 27px;
}
.btn_a{
    display: flex;
    justify-content: space-between;
    color: #8593C2;
    font-size: 16px;
    width: 210px;
    margin:49px auto 34px;
    height: 20px;
    line-height: 20px;
}
.btn_line{
    width: 1px;
    height: 100%;
    background-color: #8593C2;
}
.btn_a>div{
    cursor: pointer;
}
.scan_tips{
    font-weight: 400;
    color: #464A53;
    width: 375px;
    margin:  29px auto;
    text-align: center;
}
.scan_tips2{
    font-size: 14px;
    width: 100%;
    text-align: center;
    margin: 32px 0 18px;
    color: #364064;
}
.scan_tips2 > span{
    color: #3388FF;
}
.scan_code{
    width: 330px;
    height: 330px;
    margin:  0 auto;
    position: relative;
}
.overdue_tips{
    font-weight: 500;
    color: #FF6868;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 70px;
}
.overdue_mask{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    top: 0;
    left: 0;
    opacity: 0.9;
}
.overdue_btn{
    position: absolute;
    z-index: 1;
    width: 94px;
    height: 94px;
    cursor: pointer;
    top: 110px;
    left: 50%;
    margin-left: -47px;

}
.rota{
  -webkit-transform:rotate(-360deg);
  transform:rotate(-360deg);
  -webkit-transition:-webkit-transform .5s linear;
  transition:transform .5s linear;
}


.log_register {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 12px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.backLogin{
    font-weight: 400;
    color: #0080ED;
    font-size: 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.backLogin_img{
    width: 18px;
    height: 18px;
    margin-right: 6px;
}
.reset_code{
    width: 100%;
    display: flex;
    height: 47px;
    justify-content: space-between;
}
.getCode{
    height: 47px;
    background: #66A6FF;
    border-radius: 12px;
    color: white;
    line-height: 46px;
    width: 160px;
    margin-left: 10px;
    text-align: center;
    cursor: pointer;
}
.checkrule{
    margin-top: 32px;
    font-size: 12px;
    color: #464A53;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.openEye {
    position: absolute;
    right: 5px;
    top: 5px;
}






.footer {
    width: 100vw;
    text-align: center;
    color: white;
    position: absolute;
    min-width: 1200px;
    bottom: 10px;
}















.mar_t10{
    margin-top: 10px;
}
.mar_t16{
    margin-top: 16px;
}
.mar_l6{
    margin-left: 6px;
}
.mar_b16{
    margin-bottom: 16px;
}