* {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
html {
  font-size: 100px;
  background: #ffffff;
}

body {
  font-size: 0.14rem;
  /*实际相当于14px*/
}
body {
  padding: 0;
  margin: 0;
  /* background: url(../img/login_bg.png) no-repeat; 
  background-size: 100% 100%;*/
  background-attachment: fixed;
  font-family: PingFangSC-Regular;
  height: 100%;
  width: 100%;
}
.index_login {
  margin: 0 32px;
}
.index_login2 {
  margin: 0 32px;
  overflow-y: auto;
  height: calc(100% - 32px);
  width: calc(100% - 64px);
}
.index_login2::-webkit-scrollbar {
  display: none;
}
.header {
  height: 50px;
  vertical-align: middle;
  text-align: center;
  margin: 32px 0;
}

.main .btn_login {
  width: 100%;
  height: 46px;
  background: #2d8cf0;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  display: block;
  text-align: center;
  line-height: 46px;
  border-radius: 4px;
  cursor: pointer;
}


.btns_d {
  margin-top: 20px;
}

.btns_d .login_tab {
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #2e8cf0;
  letter-spacing: 0;
  max-width: 200px;
}
.btns_d .forget_pwd {
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #808695;
  letter-spacing: 0;
  float: right;
}

.footer .hot_line {
  width: 100%;
  height: 20px;
  text-align: center;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  position: relative;
}

.footer .hot_line:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #e2e2e2;
  position: absolute;
  bottom: 50%;
  z-index: 1;
  left: 0;
}

.footer .hot_line span {
  z-index: 2;
  position: relative;
  background-color: #ffffff;
  padding: 0 10px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #b0b3b6;
  letter-spacing: 0;
}

.login_ways {
  white-space: nowrap;
  display: table;
  width: 100%;
  margin-top: 28px;
}

.login_ways .wayitem {
  height: 72px;
  margin-top: 28px;
  display: table-cell;
  text-align: center;
}
.login_ways .wayitem a {
  font-family: PingFangSC-Regular;
  font-size: 38px;
  color: #c4c8ce;
  text-align: center;
}

.main .btns {
  margin: 15px 0 48px 0;
}
.main .tel_login .get_code_btn {
  font-size: 14px;
  color: #fdfdfd;
  background: #4daaf5;
  float: right;
  width: 86px;
  text-align: center;
  line-height: 40px;
  margin-top: 24px;
}

.form .input_box {
  position: relative;
  max-width: 100%;
  border-bottom: 2px solid #f2f2f2;
}

.form .input_add input {
  border: none;
  border-bottom: solid 1px #f2f2f2;
  width: 65%;
  padding: 10px 0;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  margin-top: 24px;
  cursor: pointer;
  height: 40px;
  font-size: 16px;
}

.form .input_add img {
  height: 40px;
  vertical-align: middle;
  position: relative;
  float: right;
  margin-top: 24px;
}

.remember-me{
  font-size: 14px;
  max-width: 100%;
}
.remember-me input[type=checkbox]{
  width:15px;
  height:15px;
  margin-right:5px;
}

.form input {
  border: none;
  border-bottom: 0px solid #f2f2f2;
  width: 100%;
  padding: 10px 0;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  margin-top: 24px;
  cursor: pointer;
  height: 40px;
  font-size: 16px;
  background-color: #FFFFFF;
}

.form input:focus {
  outline: none;
  border-color: #02a7f0;
  border-bottom: 1px solid #02a7f0;
  /*  box-shadow: 0 1px 0 0 #02a7f0;*/
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #c4c8ce;
  letter-spacing: 0;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #c4c8ce;
  letter-spacing: 0;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #c4c8ce;
  letter-spacing: 0;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #c4c8ce;
  letter-spacing: 0;
}

.hide {
  display: none;
}

.remark {
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #7d7d7d;
  line-height: 18px;
  margin-top: 16px;
}

.form .input_del {
  background: url(https://webvpn.zjnu.edu.cn/http/77726476706e69737468656265737421f1e2559434357a467b1ac7b6925b367b621b2f49c7b0/authserver/zjnuThemenewa/static/mobile/img/del.png) no-repeat;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  right: 10px;
  bottom: 8px;
  display: none;
  cursor: pointer;
}

.form .input_del_pwd {
  right: 36%;
}
/* .form .input_del_pwd:after {
  content: '|';
  position: absolute;
  color: #ccc;
  top: -7px;
  left: 21px;
} */

.form .input_eye {
  width: 35px;
  height: 25px;
  display: block;
  position: absolute;
  right: 10px;
  bottom: 5px;
  cursor: pointer;
}
.input_eye_hide {
  background: url(https://webvpn.zjnu.edu.cn/http/77726476706e69737468656265737421f1e2559434357a467b1ac7b6925b367b621b2f49c7b0/authserver/zjnuThemenewa/static/mobile/img/hide_eye.png) no-repeat;
}
.input_eye_show {
  background: url(https://webvpn.zjnu.edu.cn/http/77726476706e69737468656265737421f1e2559434357a467b1ac7b6925b367b621b2f49c7b0/authserver/zjnuThemenewa/static/mobile/img/eye.png) no-repeat;
}

.weui-toast--text {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
}
.school_way {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #505a6e;
  letter-spacing: 0;
  line-height: 17px;
}

.school-logo {
  padding: 14px 0 26px 0;
  text-align: center;
}

.school-logo img {
  max-width: 80px;
  max-height: 80px;
  border-radius: 50%;
  visibility: visible;
}

.btn_complete {
  background: #2e8cf0 !important;
}

.language-div{
	float: right;
    margin: 5px 5px;
}
.language-div select{
	padding: 4px 10px;
    width: 110px;
}

.activation-account{
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  color:#2e8cf0;
  max-width: 150px;
  padding: 0px 5px;
  border-right: 1px solid #000000;
}
.retrieve-password{
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  color:#2e8cf0;
  max-width: 150px;
}