body {
  font-family: Microsoft YaHei;
  background: #eff3f5;
}
.lr_topbar {
  width: 100%;
  height: 100px;
  background: #eff3f5;
  border-bottom: 2px #e5e5e5 solid;
}
.lr_topbar .logo {
  float: left;
  padding: 15px 0 0 40px;
}
.lr_topbar .right_info {
  float: right;
  font-size: 14px;
  color: #999;
  padding-top: 40px;
}
.lr_topbar .right_info a {
  color: #3499da;
}
.lr_topbar .right_info span {
  padding: 0 10px;
  color: #cecece;
}
.lr_topbar .right_info a:last-child {
  color: #999;
}
.lr_topbar .right_info a:hover {
  color: #01b9e7;
}

.login_box {
  width: 350px;
  margin: 0 auto;
  padding: 140px 0;
}
.login_box h1 {
  font-weight: normal;
  font-size: 20px;
  color: #000;
  text-align: center;
}
.login_form {
  width: 100%;
  padding-top: 15px;
}
.login_form ul li {
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
}
.login_form ul li i {
  width: 50px;
  height: 50px;
  border: 1px #ddd solid;
  text-align: center;
  float: left;
  background: #f4f7f8;
}
.login_form ul li i img {
  display: block;
  margin: 0 auto;
  padding-top: 10px;
}
.login_form ul li input {
  width: 297px;
  float: left;
  height: 50px;
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
  border-right: 1px #ddd solid;
  background: #fff;
  text-indent: 15px;
  font-size: 14px;
  color: #666;
}
.login_form ul li .vc_code {
  width: 140px;
}
.login_form ul li .vc_img {
  width: 100px;
  height: 52px;
  display: block;
  float: left;
  margin: 0 10px;
}
.login_form ul li .refresh {
  float: right;
  width: 35px;
  display: block;
  padding-top: 12px;
}
.login_form ul li .refresh img {
  transition: 0.5s;
  display: block;
}
.login_form ul li .refresh:hover img {
  transform: rotate(360deg);
}
.login_form ul li .forget {
  font-size: 14px;
  float: right;
  color: #999;
}
.login_form ul li .forget:hover {
  color: #01b9e7;
}
.login_form ul li .submit {
  width: 350px;
  height: 55px;
  background: #3499da;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 55px;
  border: 0;
  cursor: pointer;
}
.login_form ul li .submit:hover {
  background: #1175b6;
}
.login_form ul li .error_tips {
  display: block;
  color: #f00;
  font-size: 14px;
  padding-top: 5px;
  clear: both;
  display: none;
}

.lr_footer {
  width: 100%;
  height: 140px;
  line-height: 140px;
  background: #eff3f5;
  color: #bbb;
  font-size: 14px;
  text-align: center;
}

.login_link {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #999;
  padding-top: 30px;
}
.login_link a {
  display: inline-block;
  color: #999;
  padding: 0 10px;
}
.login_link a:hover {
  color: #f60;
}

.reg_box {
  width: 1080px;
  margin: 0 auto;
  padding: 140px 0;
}
.reg_box h1 {
  font-weight: normal;
  font-size: 20px;
  color: #000;
  text-align: center;
}
.reg_form .alias_all,
.reg_form .alias_p2p_gl_gl {
  display: none;
}
.reg_form {
  width: 480px;
  margin: 0 auto;
  padding: 20px 100px 20px 0;
}
.reg_form ul li {
  padding: 10px 0;
  position: relative;
}
.reg_form ul li::after {
  content: "";
  clear: both;
  display: block;
}
.reg_form ul li .security_lv {
  width: 350px;
  height: 18px;
  background-image: url(img/security_lv.png);
  float: left;
  margin-left: 115px;
  margin-top: 5px;
}
.reg_form ul li .security_lv.lv1 {
  background-position: 0 -36px;
}
.reg_form ul li .security_lv.lv2 {
  background-position: 0 -18px;
}
.reg_form ul li .security_lv.lv3 {
  background-position: 0 0;
}
.reg_form .reg_n {
  width: 95px;
  float: left;
  line-height: 46px;
  font-size: 16px;
  color: #999;
  text-align: right;
  padding-right: 20px;
}
.reg_form .reg_n span {
  color: #f00;
  padding-right: 5px;
}
.reg_form ul li input {
  width: 348px;
  height: 50px;
  border: 1px #ddd solid;
  font-family: Microsoft YaHei;
  font-size: 14px;
  color: #666;
  text-indent: 15px;
  float: left;
}
.reg_form ul li input.vc {
  width: 148px;
  vertical-align: middle;
}
.reg_form ul li input:focus {
  border: 1px #ddd solid;
  box-shadow: none;
}
.reg_form ul li .vc_code {
  float: left;
  width: 88px;
  height: 50px;
  border: 1px #ddd solid;
  margin-left: 10px;
}
.reg_form ul li .replace_vc {
  line-height: 45px;
  color: #999;
  float: right;
  display: block;
}
.reg_form ul li .replace_vc img {
  display: inline-block;
  vertical-align: middle;
}
.reg_form ul li .replace_vc:hover {
  color: #00a9ff;
}
.reg_form ul li input.sms_code {
  width: 199px;
  border-right: none;
}
.reg_form ul li .get_code {
  width: 120px;
  height: 46px;
  display: block;
  float: left;
  background: #00a9ff;
  font-size: 16px;
  color: #fff;
  line-height: 46px;
  text-align: center;
}
.reg_form ul li .get_code:hover {
  background: #00baff;
}
.reg_form ul li .get_code.timeout {
  background: #ccc;
}
.reg_form .xieyi {
  padding-left: 115px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  clear: both;
}
.reg_form .xieyi input {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
  *margin-top: 8px;
}
.reg_form .xieyi a {
  color: #506eaa;
}
.reg_submit {
  width: 350px;
  height: 55px;
  display: block;
  background: #3499da;
  line-height: 55px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border: 0;
  margin-left: 115px;
  cursor: pointer;
}
.reg_submit:hover {
  background: #048add;
}
.code_submit {
  width: 90px;
  height: 52px;
  background: #3499da;
  line-height: 55px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  border: 0;
  margin-left: 115px;
  cursor: pointer;
  margin-left: 10px;
}
.code_submit.timing {
  background: #ccc;
}
.code_submit:hover {
  background: #048add;
}
span.emptyhint {
  color: #ccc;
  position: absolute;
  padding-left: 15px;
  font-family: "微软雅黑";
  line-height: 44px;
  font-size: 14px;
  *top: 10px;
  *left: 115px;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc;
}

.reg_form .error_tips {
  display: none;
  color: #f00;
  font-size: 14px;
  clear: both;
  position: absolute;
  top: 23px;
  left: 490px;
  white-space: nowrap;
}
.reg_form .error_tips i {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
  background-image: url(img/i_5.png);
  background-position: left;
}
.reg_form .error_tips i {
  *display: inline;
}
.reg_form .ok_tips {
  display: none;
  color: #f00;
  font-size: 14px;
  clear: both;
  position: absolute;
  top: 23px;
  left: 490px;
  white-space: nowrap;
}
.reg_form .ok_tips i {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
  background-image: url(img/i_5.png);
  background-position: right;
}
.reg_form .ok_tips i {
  *display: inline;
}

.other_login {
  width: 100%;
  padding-top: 30px;
  text-align: center;
}
.other_t {
  height: 20px;
  border-bottom: 1px #ddd dashed;
  position: relative;
}
.other_t span {
  width: 40px;
  background: #eff3f5;
  height: 30px;
  line-height: 30px;
  color: #999;
  position: absolute;
  top: 4px;
  left: 50%;
  margin-left: -20px;
  display: block;
  text-align: center;
}
.other_btn {
  padding-top: 30px;
  text-align: center;
  width: 100%;
  overflow: hidden;
}
.other_btn a {
  width: 100%;
  display: block;
  margin: 10px 0;
}
.other_btn a img {
  width: 100%;
  display: block;
}
.other_btn a:hover {
  opacity: 0.8;
}

.reg_box .other_login {
  width: 400px;
  margin: 0 auto;
  padding-top: 0;
}
.reg_box .reg_login {
  font-size: 16px;
  color: #666;
  text-align: center;
  margin: 30px auto 0;
  width: 200px;
  display: block;
}
.reg_box .reg_login:hover {
  color: #f60;
}

.findpwd_box {
  width: 550px;
  margin: 0 auto;
  padding: 100px 0 250px 0;
}
.findpwd_box h1 {
  font-weight: normal;
  font-size: 24px;
  color: #000;
  text-align: center;
  font-weight: bold;
}
.find_tips {
  font-size: 16px;
  color: #999;
  padding-top: 15px;
  text-align: center;
  line-height: 25px;
}
.find_tips span {
  color: #f00;
}
.findpwd_form {
  width: 480px;
  margin: 0 auto;
  padding-top: 15px;
}
.findpwd_form ul li {
  width: 100%;
  padding: 10px 0;
  position: relative;
}
.findpwd_form ul li::after {
  content: "";
  clear: both;
  display: block;
}
.findpwd_form ul li i {
  width: 50px;
  height: 50px;
  text-align: center;
  float: left;
  background: #f4f7f8;
}
.findpwd_form ul li i img {
  display: block;
  margin: 0 auto;
  padding-top: 10px;
}
.findpwd_form ul li input {
  width: 297px;
  float: left;
  height: 50px;
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
  border-right: 1px #ddd solid;
  background: #fff;
  text-indent: 15px;
  font-size: 14px;
  color: #666;
}
.findpwd_form ul li.pwd input {
  width: 348px;
  height: 50px;
  border: 1px #ddd solid;
  font-family: Microsoft YaHei;
  font-size: 14px;
  color: #666;
  text-indent: 15px;
  float: left;
}
.findpwd_form ul li .vc_code {
  width: 140px;
}
.findpwd_form ul li .vc_img {
  width: 100px;
  height: 52px;
  display: block;
  float: left;
  margin: 0 10px;
}
.findpwd_form ul li .refresh {
  float: right;
  width: 35px;
  display: block;
  padding-top: 12px;
}
.findpwd_form ul li .refresh img {
  transition: 0.5s;
  display: block;
}
.findpwd_form ul li .refresh:hover img {
  transform: rotate(360deg);
}
.findpwd_form ul li .submit {
  width: 350px;
  height: 55px;
  background: #3499da;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 55px;
  border: 0;
  cursor: pointer;
  margin-left: 115px;
}
.findpwd_form ul li .submit:hover {
  background: #1175b6;
}
/* .findpwd_form ul li .error_tips{ display: block; color: #f00; font-size: 14px; padding-top: 5px; clear: both; disolayer: none;} */
.findpwd_form ul li .vc_code {
  float: left;
  width: 130px;
  height: 50px;
  border: 1px #ddd solid;
  border-left: 0;
}
.findpwd_form ul li .replace_vc {
  line-height: 45px;
  color: #999;
  float: right;
  display: block;
}
.findpwd_form ul li .replace_vc:hover {
  color: #00a9ff;
}

.findpwd_form ul li .vc_mail {
  width: 187px;
  border: 1px #ddd solid;
  float: left;
}
.findpwd_form ul li .resend_mail {
  width: 150px;
  height: 52px;
  background: #3499da;
  display: block;
  float: left;
  margin-left: 10px;
  color: #fff;
  line-height: 52px;
  text-align: center;
}
.findpwd_form .reg_n {
  width: 95px;
  float: left;
  line-height: 46px;
  font-size: 16px;
  color: #999;
  text-align: right;
  padding-right: 20px;
}
.findpwd_form .reg_n span {
  color: #f00;
  padding-right: 5px;
}
.findpwd_form .error_tips {
  display: none;
  color: #f00;
  font-size: 14px;
  clear: both;
  position: absolute;
  top: 23px;
  left: 490px;
  white-space: nowrap;
}
.findpwd_form .error_tips i {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
  background-image: url(img/i_5.png);
  background-position: left;
}
.findpwd_form .error_tips i {
  display: inline;
}
.findpwd_form .ok_tips {
  display: none;
  color: #f00;
  font-size: 14px;
  clear: both;
  position: absolute;
  top: 23px;
  left: 490px;
  white-space: nowrap;
}
.findpwd_form .ok_tips i {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
  background-image: url(img/i_5.png);
  background-position: right;
}
.findpwd_form .ok_tips i {
  *display: inline;
}
.findpwd_form ul li .security_lv {
  width: 350px;
  height: 18px;
  background-image: url(img/security_lv.png);
  float: left;
  margin-left: 115px;
  margin-top: 5px;
}
.findpwd_form ul li .security_lv.lv1 {
  background-position: 0 -36px;
}
.findpwd_form ul li .security_lv.lv2 {
  background-position: 0 -18px;
}
.findpwd_form ul li .security_lv.lv3 {
  background-position: 0 0;
}
.findpwd_step2 {
  width: 550px;
  margin: 0 auto;
  padding: 100px 0 250px 0;
  display: block;
}
.pop_con {
  padding-top: 20px;
}
.pop_con .i_ok {
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto;
  background: url(img/i_13.png);
}
.pop_con p {
  text-align: center;
  font-size: 16px;
  color: #999;
  line-height: 25px;
}
.pop_con p span {
  color: #1096e9;
}
.pop_con p.h1 {
  font-size: 18px;
  color: #333;
  padding-top: 15px;
}
.pop_con .go_mail {
  width: 200px;
  height: 55px;
  line-height: 55px;
  background: #3499da;
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin: 20px auto;
  display: block;
}
.pop_con .go_mail:hover {
  background: #1096e9;
}
.pop_con .pop_btn_close {
  width: 140px;
  height: 55px;
  line-height: 55px;
  background: #3499da;
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin: 20px auto;
  display: block;
}
.pop_con .pop_btn_close:hover {
  background: #1096e9;
}
.pop_tips {
  padding-top: 20px;
  font-size: 14px;
  color: #999;
  line-height: 25px;
}
.pop_tips p {
  padding: 5px 0;
}
.pop_tips p span {
  color: #333;
}

.findpwd_step3 {
  width: 550px;
  margin: 0 auto;
  padding: 100px 0 250px 0;
}
.findpwd_step3 h1 {
  font-weight: normal;
  font-size: 24px;
  color: #000;
  text-align: center;
  font-weight: bold;
}
.findpwd_step3 .submit {
  width: 350px;
  height: 55px;
  background: #3499da;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 55px;
  border: 0;
  cursor: pointer;
  display: block;
  margin-left: 116px;
}
.findpwd_step3 .submit:hover {
  background: #1175b6;
}

.findpwd_step4 {
  width: 550px;
  margin: 0 auto;
  padding: 100px 0 250px 0;
}

.findpwd_step1,
.findpwd_step2,
.findpwd_step3,
.findpwd_step4 {
  display: none;
}
.findpwd_step1 .findpwd_form {
  width: 350px;
}
.findpwd_step1 .findpwd_form ul li .submit {
  margin-left: 0;
}
.findpwd_step1 .findpwd_form ul li i {
  border: 1px #ddd solid;
}
.loginerr_box {
  width: 350px;
  margin: 0 auto;
  padding-top: 200px;
  min-height: 500px;
}
.loginerr_box h1 {
  font-weight: normal;
  font-size: 20px;
  color: #000;
  text-align: center;
}
.loginerr_box .try_again {
  width: 160px;
  height: 45px;
  display: block;
  font-size: 16px;
  margin: 40px auto;
  text-align: center;
  line-height: 45px;
  color: #fff;
  background: #3499da;
}
