body {
  background-color: #f5f5f5;
}

.container {
  width: 1200px;
  background-color: #fff;
  margin: 0 auto;
}

.container .section {
  position: relative;
  width: 500px;
  margin: 0 auto;
  min-height: 522px;
}
.container .section .tabs {
  text-align: center;
  padding-top: 59px;
  padding-bottom: 40px;
}
.container .section .tabs .tip {
  display: none;
  text-align: center;
  font-size: 15px;
  color: #999;
}
.container .section .tabs a:last-child .tab {
  margin-right: 0;
}
.container .section .tabs .tab {
  display: inline-block;
  vertical-align: middle;
  margin-right: 44px;
}
.container .section .tabs .tab span {
  display: block;
  font-size: 24px;
  color: #121212;
  font-weight: bold;
  opacity: 0.5;
  margin-bottom: 9px;
  line-height: 24px;
}
.container .section .tabs .tab i {
  display: block;
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
}
.container .section .tabs .tab.active span {
  opacity: 1;
}
.container .section .tabs .tab.active i {
  background-color: #f74645;
}
.container .section .tabs .tab.active:hover span {
  color: #121212;
  opacity: 1;
}
.container .section .tabs .tab:hover span {
  color: #f74645;
  opacity: 1;
}
.container .section .phone-box .phone, .container .section .normal-box .phone {
  height: 46px;
  line-height: 46px;
  position: relative;
  background-color: #f5f5f5;
  border-radius: 29px;
  margin-bottom: 20px;
}
.container .section .phone-box .phone i, .container .section .normal-box .phone i {
  position: absolute;
  left: 24px;
  top: 13px;
  width: 20px;
  height: 20px;
  background: url("../images/phone.png") no-repeat center;
  background-size: contain;
}
.container .section .phone-box .phone input, .container .section .normal-box .phone input {
  width: 100%;
  height: 100%;
  outline: 0;
  border: 0;
  font-size: 15px;
  color: #121212;
  padding-left: 58px;
  background-color: #f5f5f5;
  border-radius: 29px;
  box-sizing: border-box;
}
.container .section .phone-box .phone input::-webkit-input-placeholder, .container .section .normal-box .phone input::-webkit-input-placeholder {
  color: #999;
}
.container .section .phone-box .phone input:-moz-placeholder, .container .section .normal-box .phone input:-moz-placeholder {
  color: #999;
}
.container .section .phone-box .phone input::-moz-placeholder, .container .section .normal-box .phone input::-moz-placeholder {
  color: #999;
}
.container .section .phone-box .phone input:-ms-input-placeholder, .container .section .normal-box .phone input:-ms-input-placeholder {
  color: #999;
}
.container .section .phone-box .phone input:hover, .container .section .normal-box .phone input:hover {
  background-color: #f7f7f7;
}
.container .section .phone-box .phone input:focus, .container .section .normal-box .phone input:focus {
  background-color: #f7f7f7;
}
.container .section .phone-box .phone b, .container .section .normal-box .phone b {
  display: none;
  position: absolute;
  top: 15px;
  right: 20px;
  width: 16px;
  height: 16px;
  background: url("../images/claer.png") no-repeat center;
  background-size: contain;
  cursor: pointer;
}
.container .section .phone-box .phone .tip, .container .section .normal-box .phone .tip {
  display: none;
  position: absolute;
  left: 520px;
  top: 13px;
  width: 200px;
  color: #f74645;
  font-size: 15px;
  line-height: 20px;
}
.container .section .phone-box .phone.error input, .container .section .normal-box .phone.error input {
  box-shadow: 0 0 4px 0 rgba(215, 91, 91, 0.8);
}
.container .section .phone-box .phone.error .tip, .container .section .normal-box .phone.error .tip {
  display: block;
}
.container .section .phone-box .phone.hasVal b, .container .section .normal-box .phone.hasVal b {
  display: block;
}
.container .section .phone-box .sms, .container .section .normal-box .sms {
  margin-bottom: 50px;
  position: relative;
}
.container .section .phone-box .sms:after, .container .section .normal-box .sms:after {
  content: "";
  display: table;
  clear: both;
}
.container .section .phone-box .sms .input, .container .section .normal-box .sms .input {
  float: left;
  width: 360px;
  height: 46px;
  line-height: 46px;
  position: relative;
  background-color: #f5f5f5;
  border-radius: 29px;
}
.container .section .phone-box .sms .input i, .container .section .normal-box .sms .input i {
  position: absolute;
  left: 24px;
  top: 13px;
  width: 20px;
  height: 20px;
  background: url("../images/msm.png") no-repeat center;
  background-size: contain;
}
.container .section .phone-box .sms .input input, .container .section .normal-box .sms .input input {
  width: 100%;
  height: 100%;
  outline: 0;
  border: 0;
  font-size: 15px;
  color: #121212;
  padding-left: 58px;
  background-color: #f5f5f5;
  border-radius: 29px;
  box-sizing: border-box;
}
.container .section .phone-box .sms .input input::-webkit-input-placeholder, .container .section .normal-box .sms .input input::-webkit-input-placeholder {
  color: #999;
}
.container .section .phone-box .sms .input input:-moz-placeholder, .container .section .normal-box .sms .input input:-moz-placeholder {
  color: #999;
}
.container .section .phone-box .sms .input input::-moz-placeholder, .container .section .normal-box .sms .input input::-moz-placeholder {
  color: #999;
}
.container .section .phone-box .sms .input input:-ms-input-placeholder, .container .section .normal-box .sms .input input:-ms-input-placeholder {
  color: #999;
}
.container .section .phone-box .sms .input input:hover, .container .section .normal-box .sms .input input:hover {
  background-color: #f7f7f7;
}
.container .section .phone-box .sms .input input:focus, .container .section .normal-box .sms .input input:focus {
  background-color: #f7f7f7;
}
.container .section .phone-box .sms .obtn, .container .section .normal-box .sms .obtn {
  float: right;
  width: 130px;
  height: 46px;
  line-height: 44px;
  text-align: center;
  background-color: #FFEEED;
  border-radius: 29px;
  border: 1px solid #F7E1E1;
  font-size: 15px;
  color: #f74645;
  cursor: pointer;
}
.container .section .phone-box .sms .obtn:hover, .container .section .normal-box .sms .obtn:hover {
  border: 1px solid #F74645;
}
.container .section .phone-box .sms .obtn.on, .container .section .normal-box .sms .obtn.on {
  color: #D78480;
}
.container .section .phone-box .sms .obtn.on:hover, .container .section .normal-box .sms .obtn.on:hover {
  border: 1px solid #F7E1E1;
}
.container .section .phone-box .sms .tip, .container .section .normal-box .sms .tip {
  display: none;
  position: absolute;
  left: 520px;
  top: 13px;
  width: 200px;
  color: #f74645;
  font-size: 15px;
  line-height: 20px;
}
.container .section .phone-box .sms.error input, .container .section .normal-box .sms.error input {
  box-shadow: 0 0 4px 0 rgba(215, 91, 91, 0.8);
}
.container .section .phone-box .sms.error .tip, .container .section .normal-box .sms.error .tip {
  display: block;
}
.container .section .phone-box .tips, .container .section .normal-box .tips {
  padding: 0 15px;
  margin-bottom: 20px;
}
.container .section .phone-box .tips:after, .container .section .normal-box .tips:after {
  content: "";
  display: table;
  clear: both;
}
.container .section .phone-box .tips .agree, .container .section .normal-box .tips .agree {
  float: left;
  cursor: pointer;
}
.container .section .phone-box .tips .agree i, .container .section .normal-box .tips .agree i {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background: url("../images/check.png") no-repeat center;
  background-size: contain;
}
.container .section .phone-box .tips .agree span, .container .section .normal-box .tips .agree span {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #333;
}
.container .section .phone-box .tips .agree span a, .container .section .normal-box .tips .agree span a {
  color: #48689B;
}
.container .section .phone-box .tips .agree span a:hover, .container .section .normal-box .tips .agree span a:hover {
  text-decoration: underline;
}
.container .section .phone-box .tips .agree.active i, .container .section .normal-box .tips .agree.active i {
  background: url("../images/check-r.png") no-repeat center;
  background-size: contain;
}
.container .section .phone-box .tips .tip, .container .section .normal-box .tips .tip {
  float: right;
  font-size: 13px;
  color: #999;
  line-height: 20px;
}
.container .section .phone-box .tips .tip a, .container .section .normal-box .tips .tip a {
  color: #48689B;
}
.container .section .phone-box .tips .tip a:hover, .container .section .normal-box .tips .tip a:hover {
  text-decoration: underline;
}
.container .section .phone-box .pwd, .container .section .normal-box .pwd {
  height: 46px;
  line-height: 46px;
  position: relative;
  background-color: #f5f5f5;
  border-radius: 29px;
  margin-bottom: 20px;
}
.container .section .phone-box .pwd i, .container .section .normal-box .pwd i {
  position: absolute;
  left: 24px;
  top: 13px;
  width: 20px;
  height: 20px;
  background: url("../images/pwd.png") no-repeat center;
  background-size: contain;
}
.container .section .phone-box .pwd input, .container .section .normal-box .pwd input {
  width: 100%;
  height: 100%;
  outline: 0;
  border: 0;
  font-size: 15px;
  color: #121212;
  padding-left: 58px;
  background-color: #f5f5f5;
  border-radius: 29px;
  box-sizing: border-box;
}
.container .section .phone-box .pwd input::-webkit-input-placeholder, .container .section .normal-box .pwd input::-webkit-input-placeholder {
  color: #999;
}
.container .section .phone-box .pwd input:-moz-placeholder, .container .section .normal-box .pwd input:-moz-placeholder {
  color: #999;
}
.container .section .phone-box .pwd input::-moz-placeholder, .container .section .normal-box .pwd input::-moz-placeholder {
  color: #999;
}
.container .section .phone-box .pwd input:-ms-input-placeholder, .container .section .normal-box .pwd input:-ms-input-placeholder {
  color: #999;
}
.container .section .phone-box .pwd input:hover, .container .section .normal-box .pwd input:hover {
  background-color: #f7f7f7;
}
.container .section .phone-box .pwd input:focus, .container .section .normal-box .pwd input:focus {
  background-color: #f7f7f7;
}
.container .section .phone-box .pwd b, .container .section .normal-box .pwd b {
  position: absolute;
  top: 16px;
  right: 24px;
  width: 21px;
  height: 13px;
  background: url("../images/see.png") no-repeat center;
  background-size: contain;
  cursor: pointer;
}
.container .section .phone-box .pwd b.active, .container .section .normal-box .pwd b.active {
  background: url("../images/see-r.png") no-repeat center;
  background-size: contain;
}
.container .section .phone-box .pwd .tip, .container .section .normal-box .pwd .tip {
  display: none;
  position: absolute;
  left: 520px;
  top: 13px;
  width: 300px;
  color: #f74645;
  font-size: 15px;
  line-height: 20px;
}
.container .section .phone-box .pwd.error input, .container .section .normal-box .pwd.error input {
  box-shadow: 0 0 4px 0 rgba(215, 91, 91, 0.8);
}
.container .section .phone-box .pwd.error .tip, .container .section .normal-box .pwd.error .tip {
  display: block;
}
.container .section .phone-box .code, .container .section .normal-box .code {
  margin-bottom: 50px;
  position: relative;
}
.container .section .phone-box .code:after, .container .section .normal-box .code:after {
  content: "";
  display: table;
  clear: both;
}
.container .section .phone-box .code .input, .container .section .normal-box .code .input {
  float: left;
  width: 360px;
  height: 46px;
  line-height: 46px;
  position: relative;
  background-color: #f5f5f5;
  border-radius: 29px;
}
.container .section .phone-box .code .input i, .container .section .normal-box .code .input i {
  position: absolute;
  left: 24px;
  top: 13px;
  width: 20px;
  height: 20px;
  background: url("../images/msm.png") no-repeat center;
  background-size: contain;
}
.container .section .phone-box .code .input input, .container .section .normal-box .code .input input {
  width: 100%;
  height: 100%;
  outline: 0;
  border: 0;
  font-size: 15px;
  color: #121212;
  padding-left: 58px;
  background-color: #f5f5f5;
  border-radius: 29px;
  box-sizing: border-box;
}
.container .section .phone-box .code .input input::-webkit-input-placeholder, .container .section .normal-box .code .input input::-webkit-input-placeholder {
  color: #999;
}
.container .section .phone-box .code .input input:-moz-placeholder, .container .section .normal-box .code .input input:-moz-placeholder {
  color: #999;
}
.container .section .phone-box .code .input input::-moz-placeholder, .container .section .normal-box .code .input input::-moz-placeholder {
  color: #999;
}
.container .section .phone-box .code .input input:-ms-input-placeholder, .container .section .normal-box .code .input input:-ms-input-placeholder {
  color: #999;
}
.container .section .phone-box .code .input input:hover, .container .section .normal-box .code .input input:hover {
  background-color: #f7f7f7;
}
.container .section .phone-box .code .input input:focus, .container .section .normal-box .code .input input:focus {
  background-color: #f7f7f7;
}
.container .section .phone-box .code .obtn, .container .section .normal-box .code .obtn {
  float: right;
  width: 128px;
  height: 42px;
  margin-top: 2px;
}
.container .section .phone-box .code .obtn img, .container .section .normal-box .code .obtn img {
  width: 100%;
  height: 100%;
}
.container .section .phone-box .code .tip, .container .section .normal-box .code .tip {
  display: none;
  position: absolute;
  left: 520px;
  top: 13px;
  width: 200px;
  color: #f74645;
  font-size: 15px;
  line-height: 20px;
}
.container .section .phone-box .code.error input, .container .section .normal-box .code.error input {
  box-shadow: 0 0 4px 0 rgba(215, 91, 91, 0.8);
}
.container .section .phone-box .code.error .tip, .container .section .normal-box .code.error .tip {
  display: block;
}
.container .section .phone-box .ops, .container .section .normal-box .ops {
  padding: 0 15px;
  margin-bottom: 20px;
}
.container .section .phone-box .ops:after, .container .section .normal-box .ops:after {
  content: "";
  display: table;
  clear: both;
}
.container .section .phone-box .ops .remember, .container .section .normal-box .ops .remember {
  float: left;
  cursor: pointer;
}
.container .section .phone-box .ops .remember i, .container .section .normal-box .ops .remember i {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background: url("../images/check.png") no-repeat center;
  background-size: contain;
}
.container .section .phone-box .ops .remember span, .container .section .normal-box .ops .remember span {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #333;
}
.container .section .phone-box .ops .remember.active i, .container .section .normal-box .ops .remember.active i {
  background: url("../images/check-r.png") no-repeat center;
  background-size: contain;
}
.container .section .phone-box .ops .forget, .container .section .normal-box .ops .forget {
  float: right;
  font-size: 13px;
  color: #48689B;
}
.container .section .phone-box .ops .forget:hover, .container .section .normal-box .ops .forget:hover {
  text-decoration: underline;
}
.container .section .normal-box {
  display: none;
}
.container .section .op-btns {
  margin-bottom: 56px;
}
.container .section .op-btns .login-btn, .container .section .op-btns .register-btn, .container .section .op-btns .next-btn, .container .section .op-btns .find-btn {
  width: 500px;
  height: 46px;
  line-height: 46px;
  border-radius: 25px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  margin-bottom: 20px;
  background: linear-gradient(180deg, #c5c6c5 0%, #b5b5b5 100%);
  box-shadow: 0px 7px 7px 0px rgba(208, 208, 208, 0.5);
}
.container .section .op-btns .login-btn.active, .container .section .op-btns .register-btn.active, .container .section .op-btns .next-btn.active, .container .section .op-btns .find-btn.active {
  background: linear-gradient(180deg, #f74645 0%, #ea362c 100%);
  box-shadow: 0px 7px 7px 0px #ffdbda;
}
.container .section .op-btns .login-btn.active:hover, .container .section .op-btns .register-btn.active:hover, .container .section .op-btns .next-btn.active:hover, .container .section .op-btns .find-btn.active:hover {
  background: linear-gradient(180deg, #f03938 0%, #db2a21 100%);
  box-shadow: 0px 7px 7px 0px #ffdbda;
}
.container .section .op-btns .find-btn {
  display: none;
}
.container .section .op-btns .other-btn {
  text-align: center;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}
.container .section .op-btns .other-btn:hover {
  color: #f74645 !important;
}
.container .section .three-login {
  text-align: center;
  margin-bottom: 52px;
}
.container .section .three-login .tip {
  font-size: 12px;
  color: #666;
  margin-bottom: 22px;
}
.container .section .three-login a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
}
.container .section .three-login a:last-child {
  margin-right: 0;
}
.container .section .three-login a i {
  display: block;
  width: 44px;
  height: 44px;
  margin-bottom: 11px;
}
.container .section .three-login a span {
  font-size: 12px;
  color: #666;
}
.container .section .three-login .wx i {
  background: url("../images/wx.png") no-repeat center;
  background-size: contain;
}
.container .section .three-login .wx:hover i {
  background: url("../images/wx-r.png") no-repeat center;
  background-size: contain;
}
.container .section .three-login .wx:hover span {
  color: #46c35f;
}
.container .section .three-login .qq i {
  background: url("../images/qq.png") no-repeat center;
  background-size: contain;
}
.container .section .three-login .qq:hover i {
  background: url("../images/qq-r.png") no-repeat center;
  background-size: contain;
}
.container .section .three-login .qq:hover span {
  color: #00B6F8;
}
.container .section .three-login .wb i {
  background: url("../images/wb.png") no-repeat center;
  background-size: contain;
}
.container .section .three-login .wb:hover i {
  background: url("../images/wb-r.png") no-repeat center;
  background-size: contain;
}
.container .section .three-login .wb:hover span {
  color: #fe5655;
}

#box3 {
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
  background-color: #fff;
}

.box3-content {
  width: 500px;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.box3-content .tip {
  margin-top: 30px;
}

.cancel-btn {
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  box-sizing: border-box;
  border-radius: 2px;
  cursor: pointer;
  border: 1px solid #F5F5F5;
  background-color: #F5F5F5;
  color: #666;
  margin-top: 30px;
}
