.pl10 {
  padding-left: 10px;
}

.p20 {
  padding: 20px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml22 {
  margin-left: 22px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.ml25 {
  margin-left: 25px;
}

.ml48 {
  margin-left: 48px;
}

.ml105 {
  margin-left: 105px;
}

.ml27 {
  margin-left: 27px;
}

.ml120 {
  margin-left: 120px;
}

.w140 {
  width: 140px;
}

.w160 {
  width: 160px;
}

.w250 {
  width: 250px;
}

.w-260 {
  width: 260px;
}

.w272 {
  width: 272px;
}

.w282 {
  width: 282px;
}

.w310 {
  width: 310px;
}

.w470 {
  width: 470px;
}

.h38 {
  height: 38px;
}

.lh38 {
  line-height: 38px;
}

.lh40 {
  line-height: 40px;
}

.top55 {
  top: 55px;
}

.left-165 {
  left: -165px;
}

.bg {
  background-color: #fff;
  box-shadow: 0 0 10px #ccc;
}

.pr {
  position: relative;
  margin-top: 10px;
}

.pa {
  position: absolute;
}

.f12 {
  font-size: 12px;
}

.f14 {
  font-size: 14px;
}

.f18 {
  font-size: 18px;
}

.right40 {
  right: 40px;
}

.top-7 {
  top: -7px;
}

.block {
  display: block;
}

.bg_btn_big {
  border-radius: 10px;
}

.tc {
  text-align: center;
}
.tc img {
  height:100%;
  max-height:200px;
}

.verm {
  vertical-align: middle;
}

.cfff {
  color: #fff;
}

.c999 {
  color: #999;
}

.f24 {
  font-size: 24px;
}

.c333 {
  color: #333;
}

.cfd8d56 {
  color: #fd8d56;
}

.bg_btn_big {
  border-radius: 10px;
}

.bg_btn_orange {
  background-color: #fd8d56;
}

.bg_btn_orange,
.bg_btn_blue,
.bg_btn_green,
.bg_btn_gray,
.bg_search {
  background-color: #009b62;
}

.border-kuang {
  border: 1px solid #f4f4f4;
}

.overhidden {
  overflow: hidden;
}

.fl {
  float: left;
}

/* 忘记密码弹框 */
.forget-pwd-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px #ccc;
  background-color: #fff;
  font-size: 14px;
  font-family: "微软雅黑";
  /* default */
  width: 470px;
}

/* 忘记密码弹框 */
.forget-repwd-modal {
  position: absolute;
  left: 40%;
  top: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px #ccc;
  background-color: #fff;
  font-size: 14px;
  font-family: "微软雅黑";
  /* default */
  width: 470px;
}

/* 登录弹框 */
.changeLogin {
  /*display: none;*/
  position: absolute;
  top: 10px;
  left: 10px;
  width: 45px;
  height: 45px;
  z-index: 10;
  cursor: pointer;
}

.QRcode .center{
  text-align: center;
}

.jiao {
  background-image: url(../../images/arrow_02.png);
  background-repeat: no-repeat;
  width: 13px;
  height: 7px;
}

.login_info {
  color: red;
  margin-top: 10px;
  text-align: center;
  display: block;
  height: 16px;
  line-height: 16px;
}

.password-eye+i {
  float: right;
  top: 0px;
  position: absolute;
  right: 8px;
  font-size: 16px;
}

/* 注册 */
#mobileArea {
  float: left;
  box-sizing: border-box;
  width: 68px;
  height: 36px;
  color: #999;
  border: 0px solid #e9e9e9;
  border-right: 1px solid #f4f4f4;
}
