/* dz */
body {
  margin: 0;
  font-family: "Hiragino Sans GB", "Microsoft YaHei", "Arial-normal", "open sans", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-size: 0.36rem;
  color: #333;
  background: #fff;
}

* {
  box-sizing: border-box;
}

input {
  outline: none;
}

.language-div {
  float: right;
  margin: 20px 16px;
}

.language-div select {
  width: 4.5rem;
  height: 1.32rem;
  font-size: 0.48rem;
  font-family: Microsoft Yahei;
  border: 1px solid #d8d8d8;
  color: #bbb;
  border-radius: 2px;
  padding-left: 0.15rem;
}

.header {
  text-align: center;
  height: auto;
  font-size: 0.78rem;
  padding-top: 2.5rem;
  color: #999;
  padding-bottom: 0.75rem;
}

.header img {
  width: 7rem;
  height: 7rem;
  margin-bottom: 0.7rem;
}

.ewm-wrap {
  margin-top: 1rem;
  text-align: center;
}

.ewm-wrap img {
  width: 7rem;
}

.maxWidth {
  width: 10rem !important;
}

.main {
  padding: 0 1.6rem;
}

.input_box {
  position: relative;
  margin-bottom: 0.66rem;
}

.icon {
  border-color: #e6e6e6;
  position: absolute;
  z-index: 1;
  border-right-width: 1px;
  border-right-style: solid;
  width: 2.16rem;
  text-align: center;
  height: 1.2rem;
  margin-top: 0.27rem;
}

.icon-person {
  background: url(../images/icon-person-2.png) no-repeat;
  background-size: 0.9rem 0.9rem;
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  margin-top: 0.12rem;
}

.icon-lock {
  background: url(../images/icon-lock-2.png) no-repeat;
  background-size: 0.69rem 0.93rem;
  display: inline-block;
  width: 0.69rem;
  height: 0.93rem;
  margin-top: 0.12rem;
}

.icon-yzm {
  background: url(../images/icon-yzm-2.png) no-repeat;
  background-size: 0.9rem 0.9rem;
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  margin-top: 0.12rem;
}

.input_box input {
  background: none;
  border: none;
  border-bottom: 1px solid #DEE4ED;
  position: relative;
  width: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 1.8rem;
  padding-left: 3.36rem;
  padding-right: 1.06rem;
  font-size: 0.78rem;
}

.hide {
  display: none;
}

.input_add {
  position: relative;
  margin-bottom: 0.66rem;
}

.input_add input {
  position: relative;
  width: 70%;
  -webkit-appearance: none;
  border: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 1.8rem;
  padding-left: 3.36rem;
  padding-right: 1.06rem;
  font-size: 0.78rem;
  background: none;
  border-bottom: 1px solid #DEE4ED;
}

.input_add img {
  position: absolute;
  right: 0.3rem;
  top: 0.21rem;
  width: 3.9rem;
  height: 1.32rem;
}

.main .btn_login {
  background: #0881e9;
  font-size: 0.9rem;
  display: inline-block;
  width: 100%;
  height: 2.4rem;
  text-align: center;
  line-height: 2.4rem;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-top: 0.3rem;
  margin-bottom: 1.2rem;
  color: #000;
  text-decoration: none;
}

.btns_d .login_tab {
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #2e8cf0;
  letter-spacing: 0;
}

.btns_d .forget_pwd {
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #808695;
  letter-spacing: 0;
  float: right;
  display: flex;
  align-items: center;
}

.btns_d .forget_pwd a{
  color: #2e8cf0;
}

.btns_d {
  margin-top: 0 !important;
  padding: 0 1.6rem;
}

.account-appeal {
  padding: 0 1.6rem;
  font-size: 13px;
  color: #2e8cf0;
}

.wayitem {
  margin: 0 5px;
}

.wayitem img{
  width: 40px;
  height: 40px;
}