* {
  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);
  text-align: center;
}

.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://auth.dgut.edu.cn/authserver/dgutCusTheme18/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://auth.dgut.edu.cn/authserver/dgutCusTheme18/static/mobile/img/hide_eye.png) no-repeat;
}

.input_eye_show {
  background: url(https://auth.dgut.edu.cn/authserver/dgutCusTheme18/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;
}

#bg {
  /* background: url(../dzimg/bg.png) no-repeat; */
  background-image: url(https://auth.dgut.edu.cn/authserver/dgutCusTheme18/static/mobile/dzimg/bg.png) !important;
  background-size: 100% 100%;
}

.index_login2 {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 16px;
  padding: 0 20px 24px;
  height: auto;
  width: calc(100% - 104px);
	margin-bottom: 20px;
}

.new-school-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-school-logo img {
  position: relative;
  width: 178px;
	max-width: 60%;
}

.header {
  height: auto;
  margin: 24px 0 16px;
}

.header-title {
  position: relative;
  color: #262626;
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  margin-left: 19px;
}

.header-title::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  width: 0.4px;
  height: 27.83px;
  background: rgba(30, 25, 22, 0.66);
}

.language-div {
  margin: 32px 30px 30px 0;
}

.ready_login {
  display: inline-block;
  color: #262626;
  font-size: 14px;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.form input {
  height: 48px;
  font-size: 14px;
  padding: 0;
  margin-top: 20px;
  padding-left: 42px;
  width: 100%;
  /* width: calc(100% - 42px); */
  border-radius: 4px;
}

.pre-icon {
  position: absolute;
  top: 34px;
  left: 12px;
}

.pre-icon img {
  width: 20px;
  height: 20px;
}

.form .input_box {
  border-bottom: none;
}

.form .input_add input {
  height: 48px;
  font-size: 14px;
  padding: 0;
  margin-top: 20px;
  padding-left: 42px;
  width: 65%;
  /* width: calc(65% - 42px); */
}

.flex-col-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.retrieve-password {
  margin-top: 20px;
  color: #595959;
  font-size: 14px;
}

.main .btns {
  height: 48px;
  line-height: 48px;
  border-radius: 4px;
  background: #367EF1;
  box-shadow: 0px 0px 7px 0px #0B000A33;
  margin: 16px 0;
 
}
.main .btn_login {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 17px;
  text-decoration: none;
  letter-spacing: 2px;
}

.activation-account {
  border-right: none;
  padding: 0;
}

.per_center {
  text-decoration: none;
  color: #367EF1;
  font-size: 14px;
}

.remember-me {
  color: #595959;
  font-size: 14px;
}

.forget_pwd span {
  color: #595959;
}

.tabs {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 24px;
  border-bottom: 1px solid rgba(89,89,89,0.3);
}

.tabs .tab {
  width: 50%;
  text-align: center;
  color: #8C8C8C;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 12px;
}

.select_tab{
  color: #367EF1 !important;
}

.select_tab {
  border-bottom: 2px solid #367EF1 !important;
}

.other_way_login {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 25px;
}

.other_way_login .ways {
  text-align: center;
}

.other_way_login .ways img {
  width: 36px;
  height: 36px;
}

.prompt {
  font-size: 14px;
  color: #595959;
  line-height: 22px;
}

#phoneLoginDiv #captchaDiv .pre-icon img{
  height: 20px !important;
  margin-top: 0;
}

.language-div select {
  padding: 8px 10px;
  border: none;
}

.forget_pwd {
  font-size: 14px;
  display: flex;
  align-items: center;
}

.phone_dynamicCode .pre-icon img {
  height: 20px !important;
  margin-top: 0;
}

.container{
	position: relative;
	top: -26px;
	max-height: 100%;
	overflow-y: auto;
}

.main .tel_login .get_code_btn{
	max-width: 35%;
}