.login-wrap {
  padding: 80px 0;
  overflow: hidden;
}
.login-wrap .ad-box {
  width: 750px;
  height: 380px;
  float: left;
  position: relative;
}
.login-wrap .ad-box .slides .slide img {
  width: 750px;
  height: 380px;
}
.login-wrap .ad-box .ctrl-btn {
  width: 50px;
  height: 100px;
  border: none;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  display: none;
  background-image: url("../img/common/ad-ctrl-btns.png");
  background-repeat: no-repeat;
  z-index: 2;
}
.login-wrap .ad-box .ctrl-btn:hover {
  opacity: 0.8;
}
.login-wrap .ad-box .ctrl-btn-prev {
  background-position: 0 0;
  left: 0;
}
.login-wrap .ad-box .ctrl-btn-next {
  background-position: 0 -100px;
  right: 0;
}
.login-wrap .ad-box:hover .ctrl-btn {
  display: block;
}
.login-wrap .ad-box .advertising {
  overflow: hidden;
  width: 750px;
  height: 380px;
}
.login-wrap .form-box {
  width: 400px;
  height: 380px;
  padding: 0 20px;
  float: right;
  background-color: #ffffff;
}
.login-wrap .form-box .tit {
  line-height: 70px;
  font-size: 18px;
  color: #d71d48;
  font-weight: normal;
}
.login-wrap .form-box .input-wrap {
  position: relative;
  height: 45px;
  padding-left: 24px;
  border: 1px solid #c2c2c2;
  border-radius: 3px;
  margin-bottom: 20px;
}
.login-wrap .form-box .cm-input {
  border: none;
  height: 43px;
  padding: 10px 12px;
}
.login-wrap .form-box [class^=ic] {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  margin-top: -8px;
  color: #aaaaaa;
}
.login-wrap .form-box .security-code-wrap {
  overflow: hidden;
  margin-bottom: 20px;
}
.login-wrap .form-box .security-code-wrap .input-wrap {
  float: left;
  width: 180px;
  padding-left: 0;
  margin-bottom: 0;
}
.login-wrap .form-box .security-code-wrap .img-wrap {
  float: left;
  width: 90px;
  height: 45px;
  padding-left: 20px;
}
.login-wrap .form-box .security-code-wrap .img-wrap img {
  width: 70px;
  height: 30px;
  display: block;
  margin-top: 7px;
  cursor: pointer;
}
.login-wrap .form-box .security-code-wrap .link-wrap {
  float: left;
  height: 45px;
  line-height: 45px;
  padding-left: 20px;
}
.login-wrap .form-box .btn {
  height: 45px;
  font-size: 16px;
  width: 100%;
}
.login-wrap .bottom-box {
  overflow: hidden;
  height: 70px;
  line-height: 70px;
}
.reg-wrap {
  padding: 80px 0;
  overflow: hidden;
}
.reg-wrap .reg-wrap-inner {
  padding: 0 20px;
  background-color: #ffffff;
}
.reg-wrap .title {
  line-height: 70px;
  font-size: 18px;
  color: #d71d48;
  font-weight: normal;
}
.reg-wrap .reg-form {
  width: 690px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.reg-wrap .reg-form .tit {
  line-height: 60px;
  color: #aaaaaa;
  font-size: 16px;
}
.reg-wrap .reg-form .line {
  border-bottom: 1px dashed #cccccc;
}
.reg-wrap .form-control {
  overflow: hidden;
}
.reg-wrap .form-control .col-name {
  width: 130px;
  height: 45px;
  line-height: 45px;
  float: left;
  text-align: right;
}
.reg-wrap .form-control .col-input {
  width: 560px;
  height: 45px;
  float: left;
  font-size: 0;
}
.reg-wrap .form-control .important {
  color: #ff0000;
  padding-right: 4px;
}
.reg-wrap .form-control .cm-input {
  height: 45px;
  padding: 10px 12px;
}
.reg-wrap .form-control .cm-select {
  height: 45px;
  padding: 10px 12px;
  padding-right: 30px;
}
.reg-wrap .form-control .address-select {
  width: 180px;
  display: inline-block;
}
.reg-wrap .form-control .address-input-wrap {
  margin-left: 130px;
  margin-top: 20px;
}
.reg-wrap .form-control .security-code-wrap {
  overflow: hidden;
  float: left;
}
.reg-wrap .form-control .security-code-wrap .input-wrap {
  float: left;
  width: 180px;
  padding-left: 0;
  margin-bottom: 0;
}
.reg-wrap .form-control .security-code-wrap .img-wrap {
  float: left;
  width: 90px;
  height: 45px;
  padding-left: 20px;
}
.reg-wrap .form-control .security-code-wrap .img-wrap img {
  width: 70px;
  height: 30px;
  display: block;
  margin-top: 7px;
  cursor: pointer;
}
.reg-wrap .form-control .security-code-wrap .link-wrap {
  float: left;
  height: 45px;
  line-height: 45px;
  padding-left: 20px;
}
.reg-wrap .form-control-two-item .col-input {
  width: 215px;
}
.reg-wrap .pl130px {
  padding-left: 130px;
}
.reg-wrap .btn {
  width: 250px;
  font-size: 16px;
}
.reg-wrap .face-box {
  width: 800px;
  min-height: 120px;
  margin: 0 auto;
  padding-left: 150px;
  padding-bottom: 100px;
  background: url("../img/common/face-smile.png") no-repeat 0 top;
}
.reg-wrap .face-box.face-not-smile {
  background: url("../img/common/face-not-smile.png") no-repeat 0 top;
}
.reg-wrap .face-box .txt-type-a {
  line-height: 40px;
}
.reg-wrap .face-box .btn-wrap {
  margin-top: 40px;
}
.reg-wrap .face-box .btn {
  width: 180px;
}
.reg-wrap .face-box .btn-orange-outline {
  margin-left: 30px;
}
.reg-wrap .face-box-for-reg {
  width: 700px;
}
.reg-wrap .reset-step-wrap {
  padding: 30px 0 60px 0;
}
.reg-wrap .reset-step {
  width: 680px;
  height: 4px;
  line-height: 4px;
  background-color: #cccccc;
  position: relative;
  margin: 0 auto;
}
.reg-wrap .reset-step .item {
  width: 0;
  height: 0;
  position: absolute;
}
.reg-wrap .reset-step .first {
  left: 0;
}
.reg-wrap .reset-step .second {
  left: 50%;
}
.reg-wrap .reset-step .third {
  left: 100%;
}
.reg-wrap .reset-step .point {
  width: 14px;
  height: 14px;
  line-height: 14px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #cccccc;
  color: #cccccc;
  text-align: center;
  font-style: italic;
  margin: -5px 0 0 -7px;
}
.reg-wrap .reset-step .txt {
  width: 180px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 15px;
  margin: 0 0 0 -90px;
  text-align: center;
  color: #cccccc;
}
.reg-wrap .reset-step .active .point {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #ff871c;
  color: #ffffff;
  font-size: 18px;
  text-indent: -3px;
  margin: -13px 0 0 -15px;
}
.reg-wrap .reset-step .active .txt {
  color: #ff871c;
}
.reg-wrap .reset-pwd-form {
  width: 500px;
  margin: 40px auto 0 auto;
  padding-bottom: 70px;
}
.reg-wrap .reset-pwd-form .form-control .col-name {
  width: 85px;
  height: 45px;
  line-height: 45px;
  float: left;
  text-align: right;
}
.reg-wrap .reset-pwd-form .form-control .col-input {
  width: 400px;
  margin-left: 15px;
  height: 45px;
  float: left;
  font-size: 0;
}
.reg-wrap .reset-pwd-form .form-control .security-code-wrap {
  margin-left: 15px;
}
.reg-wrap .reset-pwd-form .pl100px {
  padding-left: 100px;
}
