.hidden {
  display: none;
}
.html {
  background-color: #f2f2f2;
}
a {
  text-decoration: none;
}
.t_over {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 导航栏start */
.header_wrap {
  width: 100%;
  max-width: 1920px;
  min-width: 1230px;
  margin: 0 auto;
  height: 64px;
  box-shadow: 0px 6px 5px -4px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  background: #ffffff;
  text-align: center;
  position: relative;
}
.header_wrap .header {
  width: 1230px;
  height: 64px;
  margin: 0 auto;
  overflow: hidden;
  background: #ffffff;
}
.header_wrap .header .toIndex {
  width: 120px;
  margin-top: 10px;
  cursor: pointer;
  float: left;
  overflow: hidden;
}
.header_wrap .header .toIndex img {
  width: 100%;
}
.header_wrap .header .logo {
  width: 36px;
  height: 40px;
  float: left;
  margin-top: 12px;
  background-image: url(../assets/img/logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.header_wrap .header .main_title {
  float: left;
  text-align: left;
  margin: 14px 0 0 5px;
}
.header_wrap .header .main_title .title {
  width: 104px;
  height: 26px;
  font-size: 19px;
  font-family: FZZhengHeiS-M-GB;
  font-weight: 400;
  line-height: 26px;
  color: #2d2d2d;
}
.header_wrap .header .main_title .url {
  width: 104px;
  height: 11px;
  font-size: 7px;
  font-family: Lucida Sans Unicode;
  font-weight: 400;
  line-height: 11px;
  color: #2d2d2d;
}
.header_wrap .header .nav {
  margin-left: 40px;
  height: 100%;
  line-height: 64px;
  float: left;
}
.header_wrap .header .nav .nav_btn {
  display: inline-block;
  margin: 0 14px;
  height: 64px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 64px;
  color: #464646;
  vertical-align: top;
  text-decoration: none;
  cursor: pointer;
}
.header_wrap .header .nav .nav_btn.act {
  color: #d83b3b;
  cursor: default;
}
.header_wrap .header .nav .nav_btn:hover {
  color: #e52e2e;
}
.header_wrap .header .right_info {
  height: 30px;
  margin: 17px 0;
  float: right;
}
.header_wrap .header .right_info .searcch_btn {
  display: inline-block;
  width: 84px;
  height: 30px;
  margin-right: 20px;
  background: #f2f2f2;
  border-radius: 8px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 30px;
  color: #aaaaaa;
  cursor: pointer;
  text-align: center;
}
.header_wrap .header .right_info .searcch_btn:hover {
  background-color: #fae3e3;
  color: #d83b3b;
}
.header_wrap .header .right_info .search {
  width: 84px;
  height: 30px;
  background: #f2f2f2;
  opacity: 1;
  overflow: hidden;
  border-radius: 8px;
}
.header_wrap .header .right_info .search .el-input__inner {
  height: 100%;
  background-color: #f2f2f2;
}
.header_wrap .header .right_info .info {
  width: 84px;
  height: 28px;
  float: right;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 28px;
  color: #e52e2e;
  border: 1px solid #f08f8f;
  border-radius: 8px;
}
.header_wrap .header .right_info .info span {
  cursor: pointer;
}
.header_wrap .header .right_info .m_avatar {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.header_wrap .header .right_info .m_avatar img {
  width: 100%;
  height: 100%;
}
.header_wrap .service_pop {
  width: 1230px;
  height: 194px;
  padding: 40px 52px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 64px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.3s ease;
  z-index: 999;
  overflow: hidden;
}
.header_wrap .service_pop .sp_item {
  width: 258px;
  height: 114px;
  margin-right: 24px;
  padding: 30px 34px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  overflow: hidden;
  float: left;
  cursor: pointer;
  transition: all 0.3s ease;
}
.header_wrap .service_pop .sp_item:hover {
  background: rgba(225, 32, 32, 0.04);
  border: 1px solid #fbdede;
}
.header_wrap .service_pop .sp_item:hover .spi_r .spi_title,
.header_wrap .service_pop .sp_item:hover .spi_r .spi_tip {
  color: #d83b3b;
}
.header_wrap .service_pop .sp_item .spi_l {
  float: left;
  width: 52px;
  height: 52px;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.header_wrap .service_pop .sp_item .spi_l.ico1 {
  background-image: url(/bx/img/ico-account.png);
}
.header_wrap .service_pop .sp_item .spi_l.ico2 {
  background-image: url(/bx/img/ico-insure.png);
}
.header_wrap .service_pop .sp_item .spi_r {
  width: 126px;
  height: 52px;
  text-align: left;
  float: left;
}
.header_wrap .service_pop .sp_item .spi_r .spi_title {
  height: 21px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 21px;
  color: #464646;
  transition: color 0.3s ease;
}
.header_wrap .service_pop .sp_item .spi_r .spi_tip {
  height: 19px;
  margin-top: 12px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: #aaaaaa;
  transition: color 0.3s ease;
}
/* 登录弹窗start */
.site_logo {
  box-sizing: content-box;
  height: 45px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
  text-align: center;
}
.site_logo.no_border {
  border: none;
}
.site_logo img {
  height: 100%;
  width: auto;
}
.log_title {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 16px;
  color: #464646;
}
.log_title .log_red {
  color: #e52e2e;
}
.wx_logo {
  width: 100px;
  height: 100px;
  margin: 34px auto 0;
  border-radius: 50%;
  border: 2px solid #62c133;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 56px 56px;
  background-image: url(../img/wx-login-ico.png);
}
.reg_btn_link {
  margin-top: 12px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: #2d2d2d;
  text-align: center;
  cursor: pointer;
}
.reg_btn_link:hover {
  color: #f66c6c;
  text-decoration: underline;
}
.login_line {
  height: 0px;
  margin-top: 16px;
  border: 1px solid rgba(232, 232, 232, 1);
}
.accept {
  margin-top: 34px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 16px;
  color: #aaaaaa;
  text-align: center;
}
.accept .accept_link {
  cursor: pointer;
}
.accept .accept_link:hover {
  color: #f66c6c;
}
.el-checkbox__input.is-checked .el-checkbox__inner {
  background-color: #d83b3b;
  border-color: #d83b3b;
}
.el-checkbox__input.is-focus .el-checkbox__inner,
.el-checkbox__inner:hover {
  border-color: #d83b3b;
}
.YSTK_content {
  height: 520px;
  padding: 32px;
  overflow-y: scroll;
}
.login_title {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 31px;
  color: #2d2d2d;
  text-align: left;
}
.log_tel {
  margin-top: 30px;
}
.log_code {
  margin-top: 12px;
}
.before_tel {
  width: 74px;
}
.get_code {
  width: 130px;
}
.log_btn {
  width: 294px;
  height: 40px;
  margin-top: 26px;
  background: #f66c6c;
  opacity: 1;
  border-radius: 4px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 40px;
  color: #ffffff;
  cursor: pointer;
}
.log_btn:hover {
  background: #c83c3c;
}
.warn {
  text-align: left;
  font-size: 12px;
  height: 12px;
}
.warn .red {
  color: #e52e2e;
}
.reg_tel {
  width: 100%;
  text-align: center;
}
.reg_tel .user {
  display: inline-block;
  width: 296px;
  /* height: 364px; */
  margin: 0 auto;
  /* padding: 25px; */
  box-sizing: border-box;
  background-color: #fff;
  vertical-align: top;
}
/* 导航栏end */

/* 登录弹窗start */
.site_logo {
  box-sizing: content-box;
  height: 45px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
  text-align: center;
}
.site_logo.no_border {
  border: none;
}
.site_logo img {
  height: 100%;
  width: auto;
}
.log_title {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 16px;
  color: #464646;
}
.log_title .log_red {
  color: #e52e2e;
}
.wx_logo {
  width: 100px;
  height: 100px;
  margin: 34px auto 0;
  border-radius: 50%;
  border: 2px solid #62c133;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 56px 56px;
  background-image: url(../img/wx-login-ico.png);
}
.reg_btn_link {
  margin-top: 12px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: #2d2d2d;
  text-align: center;
  cursor: pointer;
}
.reg_btn_link:hover {
  color: #f66c6c;
  text-decoration: underline;
}
.login_line {
  height: 0px;
  margin-top: 16px;
  border: 1px solid rgba(232, 232, 232, 1);
}
.accept {
  margin-top: 34px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 16px;
  color: #aaaaaa;
  text-align: center;
}
.accept .accept_link {
  cursor: pointer;
}
.accept .accept_link:hover {
  color: #f66c6c;
}
.el-checkbox__input.is-checked .el-checkbox__inner {
  background-color: #d83b3b;
  border-color: #d83b3b;
}
.el-checkbox__input.is-focus .el-checkbox__inner,
.el-checkbox__inner:hover {
  border-color: #d83b3b;
}
.YSTK_content {
  height: 520px;
  padding: 32px;
  overflow-y: scroll;
}
.login_title {
  margin-top: 40px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 26px;
  color: rgba(45, 45, 45, 1);
  text-align: left;
}
.log_tel {
  margin-top: 14px;
}
.log_code {
  margin-top: 12px;
}
.before_tel {
  width: 74px;
}
.get_code {
  width: 130px;
}
.log_btn {
  width: 294px;
  height: 40px;
  margin-top: 26px;
  background: #f66c6c;
  opacity: 1;
  border-radius: 4px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 40px;
  color: #ffffff;
  cursor: pointer;
}
.log_btn:hover {
  background: #c83c3c;
}
.warn {
  text-align: left;
  font-size: 12px;
  height: 12px;
}
.warn .red {
  color: #e52e2e;
}
.reg_tel {
  width: 100%;
  text-align: center;
}
.reg_tel .user {
  display: inline-block;
  width: 296px;
  /* height: 364px; */
  margin: 0 auto;
  /* padding: 25px; */
  box-sizing: border-box;
  background-color: #fff;
  vertical-align: top;
}
/* 登录弹窗end */
