/* pc */
.headBox{
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 12;
}
.head_wrap {
  height: 70px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.head{
  margin: auto;
  height: 100%;
  box-sizing: border-box;
}
.headRight {
  height: 100%;
}
.loggedBox {
  height: 100%;
}
.headSearch{
  width: 254px;
  height: 34px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  margin-left: 30px;
  padding: 0 10px 0 10px;
  background: #52798D;
}
.headSearch>img{
  width: 19px;
  height: 19px;
  margin-right: 8px;
}
.input{
  border:none;
  outline: none;
  font-size: 14px;
  width: 224px;
  height: 100%;
  background: #52798D;
  color: #fff;
}
.input::-webkit-input-placeholder { /* WebKit browsers */ 
  color:#7BA1B5; 
} 

.input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
  color:#7BA1B5; 
} 

.input::-moz-placeholder { /* Mozilla Firefox 19+ */ 
  color:#7BA1B5;
} 

.input:-ms-input-placeholder { /* Internet Explorer 10+ */ 
  color:#7BA1B5;
} 
.loggedBox{
  position: relative;
}
.loggedCon{
  cursor: pointer;
}
.logged_pos{
  min-width: 170px;
  position: absolute;
  background-color: #fff;
  width: 100%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 15px 15px 0 15px;
  top: 70px;
  z-index: 15;
  display: none;
  box-sizing: border-box;
  border: 1px solid rgba(96,129,147,0.3);
}
.logged_pos_li{
  color: #33576A;
  margin: 0px 0 15px;
  padding: 0 0px 0 20px;
  box-sizing: border-box;
}
.logged_pos_li:nth-child(2) i{
  font-size: 18px;
}
.logged_pos_li:nth-child(5) i{
  font-size: 16px;
}
.logged_pos_li i{
  font-size: 20px;
  margin-right: 5px;
}
.logged_line{
  width: 1005;
  height: 1px;
  background: #D0DADF;
  margin-bottom: 15px;
}

.loginBtn,.registerBtn{
  cursor: pointer;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}
.bgc{
  background: #F1F5F8;
}
.userName{
  display: inline;
  font-size: 14px;
}

/* 中英文切换 */
.langBox{
  position: relative;
  font-size: 14px;
  color: var(--maincol);
  cursor: pointer;
}
.langNav{
  width: 142px;
  width: 120px;
  height: 34px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  opacity: 1;
  padding:0 15px;
  box-sizing: border-box;
  border: 1px solid rgba(96,129,147,0.3);
  background: #F7F9FA;
}
.langNav>i{
  display: none;
}
.headRight .langNav{
  background-color: var(--titlecol);
  color: #fff;
  border:none
}
.headRight .langBox{
  margin-left: 20px;
}
.langImg{
  width: 20px;
  height: 12px;
  margin-right: 10px;
  margin-top: 3px;
}
.langPos{
  opacity: 0;
  display: none;
  position:absolute;
  top: 34px;
  width: 142px;
  box-sizing: border-box;
  background-color: #fff;
  padding: 5px 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  box-shadow: 0px 7px 13px 0px rgba(187,202,209,0.6);
  z-index: 10;
  border: 1px solid rgba(96,129,147,0.3);
}
.langPosli{
  padding: 10px 15px;
}
.langPosli:hover{
  background-color: #eee;
}
.langPosli span{
  color: var(--maincol);
}

.none{
  display: none;
}
.userAvatar{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  margin-right: 8px;
}
.menuBg{
  display: none;
}
.headLoginCon{
  color: #fff;
  font-size: 14px;
}
.headLoginCon i{
  font-size: 22px;
  margin-right: 6px;
}
.headLoginCon span{
  margin: 0 3px;
}
/* nav */
.nav{
  position: relative;
  box-sizing: border-box;
}
.navli{
  margin-right: 50px;
}
.navTop{
  height: 60px;
  cursor: pointer;
  color: var(--maincol);
}
.navTop:hover{
  color: var(--titlecol)
}
.navTop:hover span{
  font-weight: bold;
}
.navTopCheck{
  color: var(--titlecol)
}
.navTopCheck span{
  font-weight: bold;
}
.navPos{
  padding: 16px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 0px 11px 23px 0px rgba(6,87,130,0.47);
  top: 60px;
  display: none;
}
.navposli{
  margin-bottom: 18px;
  cursor: pointer;
  color: var(--maincol)
}
.navposli:hover{
  color: var(--titlecol)
}
.navposli:last-child{
  margin-bottom: 0;
}
.addGroup{
  display: inline-block;
  width: 100%;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  text-align: center;
  cursor: pointer;
  color: var(--maincol);
  border: 1px solid rgba(96,129,147,0.3);
  background: #fff;
}
.addGroup:hover{
  background: #E3E9EC;
}
.rotate1{
  transform-origin:center center;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transition: transform 0.2s;
  -moz-transition: transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  -o-transition: transform 0.2s;
  -ms-transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
}
.rotate2{
  transform-origin:center center;
  transform: rotate(0deg); 
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transition: transform 0.2s; 
  -moz-transition: -moz-transform 0.2s; 
  -moz-transition: -moz-transform 0.2s; 
  -o-transition: -o-transform 0.2s; 
  -ms-transition: -ms-transform 0.2s; 
}
.navWrap{
  display: block;
  border-bottom:1px solid rgba(27,75,100,0.15);
}

/* footer */
.foot{
  width: 100%;
  background: var(--titlecol);
}
.footCon{
  max-width:1200px;
  margin: auto;
}
.footList{
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  padding: 60px 5% 30px;
}
.footLi{
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.footNav{
  height: 21px;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  margin-bottom: 36px;
}
.footNavLi{
  height: 21px;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 400;
}
.footNavLi:hover{
  text-decoration: underline;
}
.footIcon{
  width: 20px;
  height: 20px;
  margin-right: 7px;
}
.copyright{
  width: 100%;
  /* height: 44px; */
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  border-top: 1px solid #5C7988;
}
.footerBottom{
  line-height: 30px;
  text-align: center;
  background: var(--titlecol);
  padding-bottom: 10px;
}
.footerBottom a{
  color: #fff;
  font-size: 18px;
  margin: 0 7px;
}


.headLogo{
  flex-shrink: 0;
}
.headLogo img{
  height: 28px;
}
.headSearch_app{
  display: none;
}
.head_app_memuBox{
  display: none;
}
.menuBg{
  display: none;
}
.loginBtn_app{
  display: none;
}

/* 登陆注册 */
.loginbox{
  height: 100%;
  position: relative;
}
.loginCon{
  width: 640px;
  height: 410px;
  background: #F1F5F8;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.login_bg_img{
  width: 255px;
  height: 100%;
  display: block;
}
.login_bg_img img{
  height: 100%;
}
.log_right{
  height: 100%;
  padding: 25px 20px 0px 20px;
  box-sizing: border-box;
}
.log_nav_box{
  margin-bottom: 24px;
}
.log_nav_box i{
  font-size: 34px;
  color: #2586B8;
  cursor: pointer;
}
.login_eamil,.login_phone{
  width: 112px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  color: var(--maincol);
  font-weight: bold;
  border-radius: 20px 20px 20px 20px;
  margin-right: 44px;
  cursor: pointer;
}
.login_check_nav{
  background: var(--maincol);
  color: #fff;
}

/* .login_logo{
  width: 332px;
  height: 124px;
  margin:40px auto 30px;
} */
.login_input{
  background-color: #fff;
  width: 100%;
  height: 50px;
  background: #FFFFFF;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding:0 16px 0 16px;
  box-sizing: border-box;
  border: 1px solid rgba(96,129,147,0.3);
}
.login_input i{
  font-size: 20px;
  color: var(--titlecol);
  margin-right: 8px;
  margin-top: -2px;
}
.login_input input{
  font-size: 14px;
  color: var(--maincol);
  width: calc(100% - 45px);
  height: 100%;
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  -ms-border-radius: 36px;
  -o-border-radius: 36px;
  padding-left: 1px;
}

/* input提示文字颜色 */
.loginCon input::-webkit-input-placeholder { /* WebKit browsers */ 
  color:var(--maincol); 
} 

.loginCon input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
  color:var(--maincol); 
} 

.loginCon input::-moz-placeholder { /* Mozilla Firefox 19+ */ 
  color:var(--maincol); 
} 

.loginCon input:-ms-input-placeholder { /* Internet Explorer 10+ */ 
  color:var(--maincol); 
}
.tipsError{
  color: red;
  font-size: 12px;
  height: 24px;
  line-height: 20px;
  padding-left: 16px;
  display: none;
}
.tipsErrorAll{
  line-height: 24px;
  color: red;
  font-size: 12px;
  height: 24px;
  padding-left: 16px;
  margin-bottom:10px;
}

.remember_i{
  width: 20px;
  height: 20px;
  line-height: 17px;
  border-radius: 3px;
  border: 1px solid var(--maincol);
  text-align: center;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  margin-right: 6px;
}
.remember_pass{
  line-height: 20px;
  color: var(--maincol);
  font-size: 14px;
}
.remember_pass i{
  color: #F1F5F8;
}
.remember_pass_check i{
  color: #2586B8;
  font-size: 20px;
}
.remember_pass_check .remember_i{
  border: none;
}

.forget_pass{
  text-decoration: underline;
  color: var(--maincol);
  font-size: 14px;
}

.login_btn,.register_btn{
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: var(--titlecol);
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-radius: 34px;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  -ms-border-radius: 34px;
  -o-border-radius: 34px;
  margin-top: 76px;
  cursor: pointer;
}
.to_register,.to_login{
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  color: var(--titlecol);
  line-height: 14px;
  text-decoration: underline;
}

/* 注册页面 */
.file_serve{
  color: var(--maincol);
  font-size: 12px;
}
.file_serve a{
  color: var(--maincol);
  text-decoration: underline;
}
.register_btn{
  margin-top: 10px;
}
.getCode_input input{
  width: 60%;
  padding-right: 10px;
}
.get_code_btn{
  width: 90px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  background: var(--maincol);
}

/* 找回密码 */
.passwordCon,.passwordResult{
  width: 40%;
  min-width: 480px;
  border: 1px solid rgba(96,129,147,0.3);
  background: #FFFFFF;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 24px 54px;
  box-sizing: border-box;
  margin:30px auto;
}
.passTitle{
  color: var(--titlecol);
  margin-bottom: 20px;
}
.passTitle i{
  font-size: 20px;
  margin-right: 4px;
}
.passTitle span{
  font-weight: bold;
  font-size: 16px;
}
.pass_line{
  width: 100%;
  height: 1px;
  background:#E9EDF0;
  margin: 10px 0 24px;
}
.pass_label{
  color: var(--maincol);
  margin:0 0 10px 0;
  font-size: 14px;
}
.pass_input_box{
  width: 100%;
  height: 46px;
  background: #FFFFFF;
  border: 1px solid rgba(96,129,147,0.3);
  border-radius: 11px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  padding: 0 10px 0 25px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pass_input_box input{
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: var(--maincol);
}
.pass_input_box_mail,.pass_input_box_newPass{
  margin-bottom: 0;
}
.passwordCon input::-webkit-input-placeholder { /* WebKit browsers */ 
  color:#97ABB6; 
} 

.passwordCon input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
  color:#97ABB6; 
} 

.passwordCon input::-moz-placeholder { /* Mozilla Firefox 19+ */ 
  color:#97ABB6;
} 

.passwordCon input:-ms-input-placeholder { /* Internet Explorer 10+ */ 
  color:#97ABB6;
}
.pass_getcode{
  min-width: 60px;
  padding: 0 20px;
  height: 28px;
  line-height: 28px;
  background: #608193;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #F2F2F2;
  text-align: center;
  cursor: pointer;
  margin-left: 20px;
}
.pass_submit{
  display: block;
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #33576A;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0 auto;
}
.pass_err_box{
  height: 20px;
}
.pass_tipsErr{
  color: red;
  font-size: 12px;
  display: none;
  padding-left: 25px;
  line-height: 20px;
}
.pass_com_err{
  color: red;
  font-size: 12px;
  padding-left: 20px;
}
.pass_eye{
  width: 16px;
  cursor: pointer;
}
.passwordImg{
  /* height: 200px; */
  margin-bottom: 25px;
}
.passwordImg img{
  width: 30%;
  margin:80px auto 0;
}
.passSuccessTip{
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #608193;
  text-align: center;
  margin-bottom: 80px;
}




/* 弹窗bg */
.diaBg{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(27,67,88,0.5);
  z-index:20;
  display: none;
}
.diaClose{
  position: absolute;
  right: -50px;
  top: 0;
  width: 34px;
  height: 34px;
  line-height: 30px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #1B4B64;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
}
.log_right{
  display: none;
}
.log_right_login{
  display: block;
}

@media only screen and (max-width: 1250px) {
  .navWrap
  ,.head{
    /* padding:0 20px; */
  }
}
/* ipad */
@media only screen and (max-width: 1024px) {
  
  .navli{
    margin-right: 18px;
  }
  .navli:last-child{
    margin-right: 0;
  }
  .headSearch{
    display: none;
  }
  .headSearch_app{
    display: block;
    margin-left: 40px;
  }
  .headSearch_app i{
    font-size: 30px;
    color: #fff;
  }
  .footList{
    padding: 60px 20px 30px;
  }
}
/* 手机 */
@media screen and (max-width:767px){
  .head{
    width: 100%;
  }
  .head_wrap .langBox {
    display: none;
  }
  .userName {
    display: none;
  }
  .userAvatar{
    margin-right: 0;
    width: 30px;
    height: 30px;
  }
  .userAvatar img{
    height: 100%;
  }
  .headSearch_app{
    display: none;
  }
  .head_app_memuBox{
    display: flex;
    color: #fff;
    width: 30px;
  }
  .head_app_memuBox i{
    font-size: 30px;
    margin-right: 20px;
  }
  .head_app_memuBox a{
    color: #fff;
  }
  .headLogo img{
    height: 24px;
    width: auto;
  }
  .navWrap{
    display: none;
  }
  .headLoginCon{
    display: none;
  }

  /* 移动端侧边栏 */
  .menuBg{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 10000;
    display: none;
  }
  .mobileMenu{
    width:65%;
    height: 100%;
    background-color: #fff;
    padding-top: 20px;
    box-sizing: border-box;
    border-right: solid 1px #e6e6e6;
    position: absolute;
    top: 0;
    bottom: 0;
    left:  -50%;
    transition: left .3s ease;
    -webkit-transition: left .3s ease;
    -moz-transition: left .3s ease;
    -ms-transition: left .3s ease;
    -o-transition: left .3s ease;
    padding: 0px 25px;
    overflow-y: auto;
  }
  .menuBg .menuShow{
    left: 0px;
  }
  .menuBg .menuHide{
    left: -50%;
  }
  .isShow{
    border-bottom: 1px solid #E9EDF0;
  }
  .mobileProNav>i{
    margin-right: 0;
  }
  .mobileMenuLi{
    min-height: 50px;
    line-height: 50px;
    color: #666;
    box-sizing: border-box;
    font-size: 0;
    border-bottom: 1px solid #E9EDF0;
  }
  .mobileMenuLi>a{
    display: block;
  }
  .mobileMenuLi i{
    color: var(--maincol);
    margin-right: 20px;
    text-align: center;
    font-size: 20px;
    vertical-align: middle;
    display: inline-block;
  }
  .mobileMenuLi:nth-last-child(4) i{
    font-size: 16px;
    margin-right: 22px;
    margin-left: 2px;
  }
  .mobileMenuLi span{
    color: var(--maincol);
    font-size: 16px;
    font-weight: 400;
    vertical-align: middle;
  }
  .mobileMenuLi .downIcon{
    color: var(--maincol);
    font-size: 12px;
    margin-left: 12px;
    margin-right: 0;
  }
  /* .rotate1{
    transform-origin:center center;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: transform 0.2s;
    -ms-transition: transform 0.2s;
    -webkit-transition: transform 0.2s;
  }
  .rotate2{
    transform-origin:center center;
    transform: rotate(0deg); 
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transition: transform 0.2s; 
    -moz-transition: -moz-transform 0.2s; 
    -moz-transition: -moz-transform 0.2s; 
    -o-transition: -o-transform 0.2s; 
    -ms-transition: -ms-transform 0.2s; 
  } */
  .mobileProBox{
    display: none;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mobileProBox a{
    line-height: 45px;
    padding-left: 14px;
    box-sizing: border-box;
    /* margin-bottom: 10px; */
  }
  .mobileProBox a span{
    font-size: 16px;
  }
  .mobileProBox a i{
    font-size: 18px;
    margin-right: 10px;
  }
  .mobileMenu .addGroup{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: auto;
    font-size: 14px;
    margin-top: 10px;
    padding-left: 0;
    width: 80%;
    margin-left: 15px;
    font-weight: bold;
    margin-bottom: 20px;
    background-color: var(--maincol);
    color: #fff;
    max-width: 116px;
  }
  .mobileMenu .langBox{

  }
  .mobileMenu .langNav{
    width: 150px;
    padding: 14px 20px;
    margin-top: 20px;
    border: 1px solid rgba(96,129,147,0.3);
    background-color: #fff;
  }
  .mobileMenu .langPos{
    width: 150px;
    /* padding: 14px 20px; */
  }
  .mobileMenu .langPosli{
    padding: 7px 20px;
  }
  .loginBtn_app{
    display: block;
    width: 93px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 8px;
    font-size: 14px;
    color: #fff;
    width: 30px;
    position: relative;
  }
  .loginBtn_app div{
    width: 93px;
    position: absolute;
    background: #55B4E5;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    right: 0px;
  }
  .logged_pos{
    right: -8px;
    box-shadow: 0px 11px 23px 0px rgba(6,87,130,0.47);
    top: 70px;
    padding: 16px 16px 0 ;
  }
  .logged_pos_li{
    padding: 5px 20px;
    margin:0 0 15px 0;
  }
  
  /* .footer */
  .footCon{
    padding:  0 20px;
  }
  .footList{
    flex-wrap: wrap;
    padding:40px 0 0;
    box-sizing: border-box;
    justify-content: flex-start;
    padding-bottom: 0;
  }
  .footLi{
    width: 100%;
    margin-bottom: 30px;
    align-items: center;
  }
  .footNav{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .footNavLi{
    font-size: 12px;
    margin-bottom: 14px;
  }
  .copyright{
    font-size: 12px;
    line-height: 35px;
  }
  .footerBottom{
    line-height: 24px;
  }

  /* 弹窗 */
  .loginCon{
    width: 90%;
    bottom: 20px;
    margin:0;
    left: 5%;
    top: auto;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
  }
  .diaClose{
    right: 20px;
    top: 16px;
    width: 24px;
    height: 24px;
    line-height: 22px;
    border:2px solid var(--titlecol);
    color: var(--titlecol);
    background: none;
    font-size: 26px;
  }
  .log_right{
    padding: 14px 20px;
  }
  .log_nav_box{
    /* margin-bottom: 40px; */
  }
  .login_check_nav{
    background: var(--titlecol);
  }
  .login_eamil, .login_phone{
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    font-size: 14px;
    width: 96px;
  }
  .login_bg_img{
    display: none;
  }
  .login_btn, .register_btn{
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
  }
  .passwordCon, .passwordResult{
    width: 100%;
    min-width: 0;
    padding: 16px;
    border:none;
    background: none;
  }
  .passSuccessTip{
    margin-bottom: 30px;
  }
  .passwordImg img{
    margin-top: 30px;
  }
  .pass_submit{
    width: 120px;
    height: 40px;
    line-height: 40px;
  }
}
