@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

html {
  _background-image: url(about:blank);
  _background-attachment: fixed;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
textarea,
th,
td,
a {
  font-family: 微软雅黑, Microsoft YaHei, \5FAE\8F6F\96C5\9ED1;
  font-size: 12px;
  line-height: 18px;
  color: #282828;
}

:focus {
  outline: 0;
}

img {
  border: 0;
  outline: none;
  vertical-align: top;
}

ul,
li,
ol {
  list-style: none outside none;
}

input,
button {
  border: none;
  outline: none;
  background: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

i,
em,
b {
  font-style: normal;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: #999;
  font-family: 微软雅黑, Microsoft YaHei, \5FAE\8F6F\96C5\9ED1;
  font-size: 12px;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table td {
  word-break: break-all;
  word-wrap: break-word;
}

a,
a * {
  text-decoration: none;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  outline: none;
  star: expression(this.onFocus=this.blur());
}

a:hover {
  color: #f20e0e;
}

::selection {
  background: #f20e0e;
  color: #fff;
}

::-moz-selection {
  background: #f20e0e;
  color: #fff;
}

input {
  font-family: 微软雅黑, Microsoft YaHei, \5FAE\8F6F\96C5\9ED1;
  font-size: 12px;
  line-height: 18px;
}

.clear {
  clear: both;
  zoom: 1;
}

.clear:after,
.clear:before {
  clear: both;
  display: block;
  content: "";
  height: 0;
  width: 100%;
  font-size: 0;
  visibility: hidden;
  zoom: 1;
}

.fl {
  display: inline;
  float: left;
}

.fr {
  display: inline;
  float: right;
}

.font14 {
  font-size: 14px;
}

.font16 {
  font-size: 16px;
}

.font18 {
  font-size: 18px;
}

.fontb {
  font-weight: bold;
}

.fontred {
  color: #f20e0e;
}

.fontblue {
  color: #24a4f5;
}

.fontgred {
  color: #bcbcbc;
}

.fontgreen {
  color: #60c423;
}

.fontyellow {
  color: #ffae00;
}

.font40 {
  color: #666666;
}

.box {
  width: 1200px;
  margin: 0 auto;
  clear: both;
  position: relative;
}

.bg_grey {
  background: #f0f0f0;
}

.marginright {
  margin-right: 10px;
}

.marginbottom {
  margin-bottom: 15px;
}

/*==========头部顶部================*/
.header_wrap {
  height: 32px;
  line-height: 32px;
  background: #f6f6f6;
}

.header_wrap .box {
  z-index: 99998;
}

/*.header_welcome { text-transform: uppercase; }*/
.header_welcome a {
  padding: 0 13px;
  line-height: 32px;
}

.header_welcome a.reglink {
  color: #f00808;
}

.header_menu {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 32px;
  line-height: 32px;
}

.header_menu li {
  float: left;
  position: relative;
  line-height: 32px;
}

.header_menu i,
.menu_wrap i,
.head_wrap i {
  text-indent: -9999999px;
}

.header_menu li.header_tel {
  margin-left: 15px;
}

.header_menu li a {
  padding: 0 15px;
  line-height: 32px;
  height: 32px;
  display: inline-block;
  white-space: nowrap;
}

.header_menu li i.header_icon_sc {
  display: inline-block;
  background: url(../ym_images/icon.png) no-repeat -70px 0;
  width: 20px;
  height: 32px;
}

.header_menu .header_icon_ph {
  display: inline-block;
  background: url(../ym_images/icon.png) no-repeat -106px 0;
  width: 16px;
  height: 32px;
}

.header_menu .hmenu_hd i {
  display: inline-block;
  background: url(../ym_images/icon.png) no-repeat -140px 0;
  width: 9px;
  height: 32px;
  margin-left: 4px;
}

.header_menu .hmenu_hd a:hover {
  background: #fff;
}

.header_menu .hmenu_hd a:hover i {
  background-position: -140px -32px;
}

.header_menu .hmenu_bd {
  display: none;
  z-index: 9999;
}

.header_menu .site_cont {
  position: absolute;
  right: 0;
  left: auto;
  top: 32px;
  background: #fff;
  padding: 25px 15px;
  width: 910px;
  border: 1px solid #f6f6f6;
  border-top: none;
}

.header_menu .site_cont .site_cont_list {
  float: left;
  padding: 0 2%;
  width: 29%;
}

.header_menu .site_cont .cname_cont_list h3 {
  color: #f56a00;
}

.header_menu .site_cont .dname_cont_list h3 {
  color: #2263d4;
}

.header_menu .site_cont .dname_cont_list {
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  height: 240px;
}

.header_menu .site_cont h3 {
  font-size: 16px;
  padding: 0 0 8px 15px;
}

.header_menu .site_cont i.header_icon_hot {
  background: url(../ym_images/icon.png) no-repeat -70px -113px;
  display: inline-block;
  width: 23px;
}

.header_menu .site_cont i.header_icon_new {
  background: url(../ym_images/icon.png) no-repeat -140px -113px;
  display: inline-block;
  width: 23px;
}

/*==========登录页================*/
.login_head {
  z-index: 5;
  width: 100%;
  height: 80px;
  background-image: linear-gradient(0deg, #ce404b 0%, #cc3e48 100%);
}

.login_head .login_center {
  width: 1200px;
  height: 80px;
  margin: 0 auto;
  position: relative;
}

.login_head .login_center .head_logo {
  position: absolute;
  top: 50%;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 80px;
  line-height: 80px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.login_head .login_center .head_logo span:nth-child(2) {
  margin: 0 8px;
}

.login_head .login_center .head_phone {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  color: #fff;
  line-height: 80px;
  display: flex;
  align-items: center;
}

.login_head .login_center .head_phone img {
  display: inline-block;
}

.login_head .login_center .head_phone span {
  margin-left: 6px;
  font-size: 30px;
  line-height: 80px;
}

.login_head .back_index {
  margin: 20px 60px 0 0;
  display: inline;
}

.login_head .back_index a {
  font-size: 18px;
  line-height: 22px;
}

.login_head .back_index i {
  background: url(../ym_images/login_icon.png) no-repeat;
  width: 30px;
  height: 22px;
  display: inline-block;
  vertical-align: -3px;
}

.login_cont {
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.security_head {
  width: 100%;
  height: 88px;
  background: #ffffff;
}

.security_head .security_center {
  margin: 0 auto;
  width: 1200px;
  height: 88px;
  position: relative;
}

.security_head .security_center .security_logo {
  position: absolute;
  top: 50%;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 36px;
  line-height: 36px;
}

.security_head .security_center .security_logo img {
  width: 120px;
  height: 40px;
}

.security_head .security_center .security_logo span:nth-child(2) {
  color: #656565;
  margin: 0px 10px;
}

.security_head .security_center .security_logo span:nth-child(3) {
  font-size: 20px;
  color: #656565;
}

.security_head .security_center .security_phone {
  color: #2a2a2a;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  line-height: 24px;
}

.security_head .security_center .security_phone img {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 6px;
}

.login_cont > img {
  max-width: inherit;
  max-width: initial;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1032px;
  height: 740px;
}

.login_cont .box {
  width: 1200px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  margin-left: -600px;
}

.login_cont .box .back_index {
  position: absolute;
  top: 490px;
}

.login_cont .box .back_index a {
}

.login_cont .box .back_index span {
  color: #fff;
  margin-left: 10px;
  margin-top: 20px;
  display: inline-block;
  font-size: 14px;
}

.login_cont .box .back_index img {
  width: 50px;
  height: 50px;
}

.login_cont_left {
  background: url(../ym_images/login_txtbg.png) no-repeat;
  width: 579px;
  height: 412px;
  text-align: center;
  padding-top: 158px;
  height: 579px;
}

.login_cont_right {
  width: 390px;
  border-radius: 4px;
  background: #fff;
  height: 540px;
}

.login_cont_right_con {
  padding: 40px 37px 30px 37px;
}

.login_cont_right_con li .agreen .select_icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("https://res.huibiaow.cn/webimg/icon/icon_unselect.png")
    no-repeat center;
  cursor: pointer;
  vertical-align: top;
  margin-right: 8px;
}

.login_cont_right_con li .agreen .select_icon.on {
  background: url("https://res.huibiaow.cn/webimg/icon/icon4-1.png") no-repeat
    center;
}

.login_cont_right h2 {
  margin-bottom: 28px;
  font-size: 24px;
}

.login_cont_right h2 span {
  color: #979797;
  font-size: 12px;
}

.login_cont .login_hd {
  margin-bottom: 15px;
}

.login_cont .login_tost {
  margin-bottom: 8px;
  color: #e73c14;
}

.login_cont .login_hd ul {
  background-color: #f1f4f5;
  color: #2a2a2a;
  line-height: 40px;
}

.login_cont .login_hd li {
  float: left;
  width: 50%;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  line-height: 40px;
}

.login_cont .login_hd li.on {
  font-weight: bold;
  height: 40px;
  background-color: #ff6d26;
  color: #fff;
}

.login_cont .login_bd ul li {
}

.login_cont input:focus:-webkit-autofill,
.login_cont input:-webkit-autofill {
  background-color: #fff !important;
  transition: background-color 500000s ease-in-out 50000s;
}

.login_bd form {
  display: none;
}

.login_bd form.active {
  display: block;
}

.login_slide .login_type {
  width: 100%;
  height: 30px;
  margin-top: 10px;
}

.login_slide .login_type span:nth-child(2n-1) {
  display: block;
  width: 88px;
  height: 1px;
  background: #eee;
  float: left;
  margin-top: 9px;
}

.login_slide .login_type span:nth-child(2) {
  display: block;
  float: left;
  margin: 0 7px;
}

.login_slide .login_select {
  width: 100%;
}

.login_slide .login_select .login_img {
  width: 40px;
  margin: 0 auto;
}

.login_slide .login_select .login_img img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  cursor: pointer;
}

.login_cont .login_bd .tips_icon {
  background: url(../ym_images/login_icon.png) no-repeat -27px -44px;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  vertical-align: -1px;
  vertical-align: 0px;
}

.login_cont_right .wx-login {
  padding-top: 45px;
}

.login_cont_right .wx-login h2 {
  width: 100%;
  text-align: center;
  font-size: 26px;
  margin-bottom: 40px;
}

.login_cont_right .wx-login .login-er {
  width: 240px;
  height: 240px;
  margin: 0 auto;
  border: 1px solid #eeeeee;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}

.login_cont_right .wx-login .login-er img {
  width: 200px;
  height: 200px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: -100px;
  object-fit: contain;
}

.login_footer {
  font-size: 14px;
  text-align: center;
  background: #fff;
  height: 80px;
  margin-top: 100px;
  line-height: 80px;
}

.login_footer .foot_center {
  width: 1200px;
  margin: 0 auto;
}

.login_footer .line {
  width: 300px;
  height: 1px;
  background: #e9e9e9;
}

.foot_center .copyright {
  float: left;
  margin: 0 20px;
  color: #a7a7a7;
}

.foot_center .copyright a {
  font-size: 16px;
  color: #a7a7a7;
}

.foot_center .line {
  float: left;
  margin-top: 40px;
}

.login_footer .nav {
  margin-bottom: 10px;
}

.login_footer .nav a {
  padding: 0 15px;
  font-size: 14px;
}

/*  */
.forget_pwd_step {
  margin: 0px auto;
  margin-bottom: 85px;
  width: 600px;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

.forget_pwd_step_item {
  position: relative;
  display: inline-block;
  margin-right: 16px;
  white-space: nowrap;
  padding-right: 25px;
}

.forget_pwd_step_item .numradis {
  width: 9px;
  height: 9px;
  border: 1px solid #eeeeee;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.two_item {
  margin-left: 122px;
}

.stree_item {
  margin-left: 117px;
}

.stree_item .line:nth-child(3) {
  left: 167px;
}

.stree_item .numradis:nth-child(4) {
  left: 292px;
}

.forget_pwd_step_item :nth-child(3) {
}

.forget_pwd_step_item .line {
  width: 125px;
  height: 1px;
  background: #eee;
  position: absolute;
  z-index: 10;
  left: 9px;
  top: 4px;
}

.forget_pwd_step_item .item_num {
  height: 60px;
  width: 60px;
  position: absolute;
  left: 119px;
  top: -14px;
  text-align: center;
}

.forget_pwd_step_item .item_num .item_text {
  color: #333333;
  font-size: 12px;
  width: 56px;
  height: 20px;
  display: inline-block;
  margin-top: 10px;
}

.forget_pwd_step_item .item_num .item_numradis {
  width: 36px;
  height: 36px;
  background: #f8f8f8;
  border: 1px solid #eee;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
}

.forget_pwd_step_item .item_num .item_numradis span {
  width: 24px;
  height: 24px;
  font-size: 14px;
  font-weight: 600;
  background: #bbbbbb;
  border-radius: 50%;
  display: inline-block;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  line-height: 24px;
  left: 50%;
  color: #fff;
  top: 15%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.stree_item {
  margin-left: 117px;
}

.on .numradis {
  border: 1px solid #c2e2e7;
}

.on .line {
  background: #c2e2e7;
}

.on .item_num .item_numradis {
  background: #ebf6f7;
  border: 1px solid #c2e2e7;
}

.on .item_num .item_text {
  color: #008499;
}

.on .item_num .item_numradis span {
  background: #008499;
}

.forposition {
  margin: 8px 0;
}

.box {
  width: 1200px;
  margin: 0 auto;
  clear: both;
  position: relative;
}

.position a {
  font-size: 14px;
  line-height: 38px;
}

.position span {
  color: #808080;
  font-size: 14px;
  line-height: 38px;
}

.forgetBox {
  padding-top: 80px;
  box-sizing: border-box;
}

.rpassword_cont {
  border-radius: 4px;
  background: #fff;
  height: 600px;
}

.rpassword_cont_bd .input_admin {
  width: 360px;
  height: 46px;
  border: 1px solid #dbdbdb;
  margin-bottom: 20px;
}

.rpassword_cont_bd .input_admin span {
  margin: 0 10px;
}

.rpassword_cont_bd .input_admin input {
  width: 318px;
  height: 46px;
}

.rpassword_cont_bd .input_code .login_passwbtn {
  height: 46px;
  line-height: 46px;
  cursor: pointer;
  color: #66b5c2;
  position: relative;
}

.rpassword_cont_bd .input_code span {
  margin: 0 10px;
}

.password_cont_bd .next {
  width: 360px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #008499;
  cursor: pointer;
}

.rpassword_cont_bd .input_code input {
  width: 200px;
  height: 46px;
}

.rpassword_cont_bd .input_code {
  width: 360px;
  height: 46px;
  border: 1px solid #dbdbdb;
  margin-bottom: 20px;
  position: relative;
}

.password_cont_bd {
  width: 338px;
  margin: 50px auto 0;
}

.login_bd input {
  border: 1px solid #dadada;
  width: calc(100% - 10px);
  height: 46px;
  margin-bottom: 20px;
  font-size: 14px;
  padding-left: 10px;
}
#userTel .item:last-of-type {
  margin-top: 10px;
}
.login_bd .item_box input {
  margin-bottom: 0;
}
.login_bd .item_box .changeModel {
  text-align: right;
  margin-top: 10px;
}
.login_bd .item_box .changeModel p {
  font-size: 14px;
}
.login_bd .item_box .changeModel.changeduanxin {
  display: flex;
  justify-content: space-between;
}
.login_bd .item_box .changeModel span {
  color: #ff6d26;
  cursor: pointer;
}

.login_bd input.inputWL {
  width: calc(100% - 150px);
  float: left;
}

#captcha_img,
.telBtn {
  width: 130px;
  height: 48px;
  background-color: #f3f3f3;
  border-radius: 5px;
  float: right;
}
.login_cont .login_bd .submit_tels {
  margin-top: 20px;
}

.login_cont .login_bd .submit,
.login_cont .login_bd .submit_tels {
  height: 40px;
  line-height: 40px;
  background-color: #e73c14;
  color: #fff;
  font-size: 16px;
  width: 100%;
  cursor: pointer;
}

.reg.login_type_tip {
  text-align: center;
  font-weight: bold;
  width: 73%;
  display: inline-block;
  font-size: 14px;
  color: red;
  height: 40px;
  line-height: 40px;
}

.forget.login_type_tip {
  text-align: center;
  width: 25%;
  display: inline-block;
  font-size: 12px;
  color: #666;
  height: 40px;
  line-height: 40px;
}

.layui-layer-hui {
  background-color: #fff;
  border-radius: 10px;
  color: #333;
}

@media screen and (max-width: 1200px) {
  .login_cont .box,
  .login_head .login_center,
  .login_footer .foot_center,
  .login_cont {
    width: 100%;
  }

  .foot_center .line {
    display: none;
  }

  .foot_center .copyright {
    text-align: center;
    float: none;
    line-height: 30px;
  }
}

@media screen and (max-width: 750px) {
  .login_head .login_center .head_phone,
  .login_slide .login_type span:nth-child(2n-1),
  .login_slide .login_type span:nth-child(2n-1) {
    display: none;
  }

  .login_slide .login_type span:nth-child(2) {
    float: none;
    text-align: center;
  }

  .login_cont_right {
    width: 100%;
    border-radius: 0px;
  }

  .login_cont .box {
    margin: 0 auto;
    position: absolute;
    top: 0%;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    left: 0%;
    margin-left: 0px;
  }

  .login_cont .box .back_index {
    right: 20px;
  }

  .login_cont .box .back_index span {
    color: red;
  }

  .login_type,
  .login_select {
    display: none;
  }

  .forget.login_type_tip,
  .reg.login_type_tip {
    width: 100%;
  }
}
