@charset "UTF-8";
/*///////////////////按钮标准///////////*/
/*//默认(灰色)*/
.wx-default-btn {
  line-height: 30px;
  font-size: 14px;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  width: 80px;
  height: 32px;
  background-color: #ffffff;
  border: solid 1px #dddddd; }

.wx-default-btn:hover {
  color: #fff;
  background: #65a6fe;
  border: solid 1px #65a6fe; }

/*//无背景-小*/
.wx-s-btn {
  height: 30px;
  line-height: 28px;
  font-size: 14px;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  padding: 0 15px;
  border: 1px solid #65a6fe;
  color: #65a6fe;
  font-weight: normal;
  cursor: pointer; }

.wx-s-btn:hover,
.wx-m-btn:hover,
.wx-b-btn:hover {
  color: #fff;
  background: #65a6fe; }

/*//无背景-中*/
.wx-m-btn {
  border: 1px solid #65a6fe;
  line-height: 36px;
  height: 36px;
  font-size: 14px;
  border-radius: 6px;
  text-align: center;
  display: inline-block;
  padding: 0 30px;
  color: #65a6fe;
  font-weight: normal;
  cursor: pointer; }

/*//无背景-大*/
.wx-b-btn {
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  border-radius: 6px;
  text-align: center;
  display: inline-block;
  padding: 0 45px;
  border: 1px solid #65a6fe;
  color: #65a6fe;
  font-weight: normal;
  cursor: pointer; }

/*//有背景-小*/
.wx-bs-btn {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  padding: 0 15px;
  background: #65a6fe;
  color: #fff;
  font-weight: normal;
  cursor: pointer; }

.wx-bs-btn:hover,
.wx-bm-btn:hover,
.wx-bb-btn:hover {
  color: #fff;
  background: #65a6fe; }

.wx-bs-btn:link,
.wx-bm-btn:link,
.wx-bb-btn:link {
  color: #fff;
  background: #65a6fe; }

.wx-bs-btn:visited,
.wx-bm-btn:visited,
.wx-bb-btn:visited {
  color: #fff;
  background: #65a6fe; }

/*//无背景-中*/
.wx-bm-btn {
  line-height: 36px;
  height: 36px;
  font-size: 14px;
  border-radius: 6px;
  text-align: center;
  display: inline-block;
  padding: 0 30px;
  background: #65a6fe;
  color: #fff;
  font-weight: normal;
  cursor: pointer; }

/*//无背景-大*/
.wx-bb-btn {
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  border-radius: 6px;
  text-align: center;
  display: inline-block;
  padding: 0 45px;
  background: #65a6fe;
  color: #fff;
  font-weight: normal;
  cursor: pointer; }

/*input框*/
.wx-form-container {
  margin-top: 48px; }

.wx-form-group {
  margin-bottom: 40px; }

.mb25 {
  margin-bottom: 25px; }

.wx-control-label {
  width: 150px;
  font-weight: 600;
  font-size: 16px;
  color: #454545;
  text-align: right;
  padding-top: 12px;
  margin-right: 20px;
  float: left; }

.wx-input,
.wx-select {
  float: left; }

/*input  select框*/
.wx-input-300,
.wx-select-300 {
  width: 300px;
  height: 48px;
  border-radius: 4px;
  border: solid 1px #dddddd;
  font-size: 16px;
  padding-left: 17px; }

.wx-select-300 {
  padding-left: 14px; }

.wx-input-300:focus,
.wx-select-300:focus {
  outline: none; }

/*/////////////////按钮标准///////////*/
/*框架弹窗*/
.modal-footer .btn-primary {
  display: inline-block;
  width: 120px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #65a6fe;
  border-color: #65a6fe; }

.global-permission {
  display: inline-block;
  position: relative;
  min-height: 626px;
  width: 100%; }

.global-permission-center {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  margin-left: -186px;
  margin-top: -270px;
  width: 372px;
  text-align: center; }

.global-permission-center p {
  font-size: 22px;
  color: #797979;
  text-align: center;
  margin-top: -40px; }

.global-permission-center a:link {
  text-decoration: none; }

.global-permission-center a {
  display: inline-block;
  width: 180px;
  height: 40px;
  background: #65a6fe;
  color: #fff;
  text-align: center;
  line-height: 40px;
  margin-top: 34px;
  font-size: 20px; }

.ztpo-null p a {
  width: 216px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  color: #fff;
  font-size: 14px; }

.popUpWin {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.4);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40); }

.popUpWin-center {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  z-index: 1000;
  margin-left: -344px;
  margin-top: -136px;
  background: white; }

.popUpWin-img {
  background: white;
  opacity: 1;
  z-index: 1000; }

.popUpWin-center-text {
  position: absolute;
  bottom: 118px;
  right: 114px;
  color: #00a7d0;
  font-size: 18px; }

.popUpWin-close {
  position: absolute;
  top: 14px;
  right: 20px;
  color: #000000;
  font-size: 18px;
  cursor: pointer; }

.confirm-box {
  position: fixed;
  left: 50%;
  top: 20%;
  width: 420px;
  height: 236px;
  background: #fff;
  border-radius: 10px;
  margin-left: -210px;
  margin-top: -118px;
  font-size: 16px;
  z-index: 11;
  overflow: hidden;
  padding: 0 20px; }

.confirm-modal-body {
  text-align: center;
  position: relative; }

.confirm-modal-body p {
  padding: 0;
  margin: 0;
  font-size: 16px; }

.confirm-close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer; }

.confirm-modal-body p:first-child {
  padding: 50px 0 8px; }

.confirm-modal-btn {
  font-size: 0;
  text-align: center;
  padding: 40px 0 30px; }

.confirm-modal-btn button:first-child {
  margin-right: 20px; }

.public-btn-one,
.public-btn-two {
  height: 36px;
  border: 1px solid #3e89f8;
  border-radius: 5px;
  background: #3e89f8;
  font-size: 16px;
  color: #fff;
  outline: none;
  padding: 0 23px; }

.public-btn-two {
  background: #fff;
  border-color: #999;
  color: #999; }

/*首页通用头底部  S*/
.w1600 {
  max-width: 1600px;
  min-width: 1366px;
  margin: 0 auto; }

.w1450 {
  min-width: 1450px;
  margin: 0 auto; }

.w1366 {
  width: 1366px;
  margin: 0 auto; }

.w1440 {
  width: 1440px;
  margin: 0 auto; }

.w1180 {
  width: 1180px;
  margin: 0 auto; }

.container-w {
  position: relative;
  max-width: 1600px; }

.header-left {
  display: inline-block;
  height: 70px;
  padding-top: 10px; }

.index-headerV2 {
  height: 80px;
  line-height: 80px;
  background: #222327; }

.header-left a {
  width: 189px;
  height: 28px;
  display: inline-block;
  background: url("../images/header_footer.png") -232px -10px; }

.header-left img {
  height: 100%; }

.header-left-icon {
  height: 28px;
  width: 139px;
  display: inline-block;
  margin-left: 19.2px;
  background: url("../images/header_footer.png") -232px -58px; }

.header-right-result a,
.header-right-result a:hover {
  width: 80px;
  height: 30px;
  line-height: 30px;
  background-color: #fff;
  border-radius: 6px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  color: #333; }

.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 16px;
  height: 80px;
  z-index: 10;
  line-height: 80px; }

.index-footer {
  background: #222327;
  background-size: contain;
  position: static;
  left: 0;
  bottom: 0;
  width: 100%; }

.footer-bottom {
  padding: 47.6px 0 0 0;
  margin: 0 auto; }

.footer-link {
  width: 140px;
  float: left;
  overflow: hidden; }

.footer-link a {
  display: block;
  color: #fff;
  font-size: 16.8px;
  line-height: 34px; }

.footer-address {
  width: 364px;
  float: left; }

.footer-address .address-title,
.footer-qq .address-title {
  font-size: 16.8px;
  color: #fff;
  line-height: 34px; }

.footer-address p {
  font-size: 14px;
  color: #cccccc; }

.footer-address .address-text {
  line-height: 34px; }

.footer-qq {
  width: 116.2px;
  float: left; }

.footer-qq p {
  font-size: 14px;
  color: #cccccc;
  margin-bottom: 8.75px; }

.footer-code p {
  float: left;
  margin-left: 33.6px; }

.footer-code span {
  display: block;
  font-size: 14px;
  color: #cccccc;
  text-align: center;
  margin-top: 14px; }

.footer-code i {
  height: 91px;
  width: 91px;
  display: inline-block; }

.footer-code .footer-code01 {
  background: url("../images/header_footer.png") -10px -121px; }

.footer-code .footer-code02 {
  background: url("../images/header_footer.png") -117px -121px; }

.footer-code .footer-code03 {
  background: url("../images/header_footer.png") -121px -10px; }

.footer-code .footer-code04 {
  background: url("../images/header_footer.png") -10px -10px; }

.footer-record {
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #222327;
  color: #ccc;
  font-size: 12.25px; }

.footer-record a {
  color: #ccc; }

/*首页通用头底部 S*/
/*个人中心V2 E*/
.fixation-pubTopV2 {
  position: fixed;
  right: 22px;
  bottom: 50px;
  width: 62px;
  background: #fff;
  border-radius: 4px;
  padding: 0 6px;
  text-align: center;
  z-index: 1200;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1); }

.fixation-pubTopV2 a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  font-size: 12px;
  color: #999;
  position: relative; }

.fixation-pubTopV2 a:hover {
  color: #3e89f8; }

.fixation-pubTopV2 i {
  font-size: 24px;
  padding-right: 0;
  position: absolute;
  top: 8px;
  left: 12px; }

.fixation-pubTopV2 span {
  padding-top: 26px;
  display: block;
  font-size: 14px; }

.fixation-pubTopV2 .icon-zhiding_fuzhi {
  font-size: 17px;
  position: absolute;
  top: 8px;
  left: 12px; }

/*个人中心V2 E*/
/*////////////组件类//////////////////////////////////*/
/*访客模式登录弹窗*/
.guest-box {
  background: #fff; }

.guest-box .d-header {
  position: relative; }

.guest-box .d-header-txt {
  position: absolute;
  top: 140px;
  text-align: center;
  width: 100%;
  color: #fff; }

.guest-box .d-header-txt p {
  width: 600px;
  margin: 0 auto; }

.guest-box .d-header-txt .tp1 {
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 30px; }

.guest-box .d-header-txt .tp2 {
  font-size: 20px;
  text-align: center;
  padding-bottom: 5px; }

.guest-box .d-header-btn {
  position: absolute;
  bottom: 80px;
  text-align: center;
  width: 100%;
  opacity: 0; }

.guest-box .d-header-btn a {
  padding: 7px 60px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #fff;
  font-size: 20px; }

.guest-box .login-a {
  background: #fff; }

.guest-box .register-a {
  color: #fff; }

.guest-box .d-container-wrap .d2 {
  background: #ecf4ff; }

.guest-box .ds-box {
  width: 1098px;
  margin: 30px auto; }

.guest-box .d-section {
  overflow: hidden;
  padding: 20px 0;
  width: 100%; }

.guest-box .d1 .d-section-l {
  padding-top: 100px; }

.guest-box .d2 .d-section-r {
  padding-top: 80px; }

.guest-box .go-exe-btn {
  display: inline-block;
  background: #65a6fe;
  color: #fff;
  padding: 9px 0px;
  font-size: 18px;
  border: 1px solid #65a6fe;
  width: 160px;
  text-align: center;
  border-radius: 5px; }

.guest-box .go-exe-p .go-exe-btn:hover {
  background: #609ef2;
  color: #fff;
  cursor: pointer; }

.guest-box .go-exe-p .go-exe-btn:link {
  background: #99c4ff;
  border: 1px solid #99c4ff;
  color: #fff; }

.guest-box .go-exe-p .go-exe-btn:active {
  background: #99c4ff;
  border: 1px solid #99c4ff;
  color: #fff; }

.guest-box .go-exe-p .go-exe-btn:visited {
  color: #fff; }

.guest-box .go-exe-p {
  padding-left: 15px;
  padding-top: 20px; }

.guest-box .d-section-footer {
  text-align: center;
  padding: 40px 0;
  font-size: 32px;
  color: #333; }

.guest-box .d-section-footer .zc {
  font-weight: bold; }

.guest-box .d-section-footer .d-a {
  color: #3e89f8; }

.d-section-footer .d-a:hover {
  color: #3e89f8;
  text-decoration: underline; }

.d-section-footer .yyzh {
  font-size: 20px;
  color: #333;
  padding: 20px 0; }

.b1 {
  background: #ecf4ff; }

.d-container-wrap .annimateop {
  opacity: 1; }

.se2,
.se3,
.se4,
.se5,
.se6 {
  opacity: 0; }

.login-modal {
  max-width: 420px; }

.login-title {
  height: 64px;
  line-height: 64px;
  font-size: 26px;
  color: #333333; }

.login-close {
  font-size: 30px;
  color: #333333;
  opacity: 1; }

.login-warp {
  padding: 0 40px; }

.login-body {
  border-top: 1px solid #ddd;
  overflow: hidden;
  padding: 15px 0; }

.login-header,
.login-footer {
  border: 0 none; }

.login-body .form-group input {
  text-indent: 32px;
  height: 40px;
  line-height: 40px;
  width: 100%; }

.login-user,
.login-suo {
  position: absolute;
  left: 10px;
  top: 10px; }

.login-suo {
  font-size: 20px; }

.login-body .form-group {
  position: relative; }

.login-body .form-group p {
  font-size: 16px;
  color: #d03f3f; }

.login-forget a {
  font-size: 16px;
  color: #666666;
  margin-bottom: 20px;
  display: inline-block; }

.login-btn {
  margin-bottom: 20px;
  font-size: 20px; }

.login-error-txt {
  float: left;
  color: #cc0000; }

.checkbox a {
  font-size: 16px;
  color: #65a6fe; }

.checkbox label {
  font-size: 16px;
  color: #666666; }

.form-control {
  width: 100%; }

.login-body {
  border-top: none;
  padding: 20px 40px; }

/*消息红点*/
.icon-notice-count {
  text-align: center;
  line-height: 25px;
  display: inline-block;
  position: absolute;
  left: 40px;
  top: 16px;
  background: #f75234;
  color: #fff;
  border-radius: 22px;
  font-size: 14px;
  transform: scale(0.7);
  -ms-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -o-transform: scale(0.7);
  min-width: 28px;
  height: 28px;
  padding: 2px; }

/*分页 */
.pager {
  text-align: center; }

.btn-pager {
  margin-left: 10px;
  padding: 0px;
  width: 60px;
  height: 30px;
  text-align: center;
  color: #000000;
  border: none;
  background: none;
  outline: none; }

.pager .ellipsis,
.page-index {
  display: inline-block;
  margin-left: 10px;
  padding: 0 5px;
  height: 20px;
  line-height: 18px;
  background-color: #ffffff;
  color: #000000; }

.pager .active {
  color: #3e89f8;
  border: 1px solid #3e89f8;
  border-radius: 2px; }

/*输入搜索组件样式开始*/
.input-search input {
  padding: 6px 24px 6px 12px;
  background: none; }

.input-search ul,
.input-search p {
  top: 100%;
  border-top: none;
  max-height: 300px; }

.input-search ul li:hover {
  background: #65a6fe;
  color: #fff; }

.input-search i {
  top: 5px;
  right: 5px; }

.input-search input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999; }

.input-search input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999; }

.input-search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999; }

.input-search input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999; }

/*输入搜索组件样式结束*/
/*////////////组件类//////////////////////////////////*/
@media screen and (min-width: 1180px) and (max-width: 1366px) {
  .header-left {
    margin-left: 0px; }

  /*.header-nav .header-nav-list .header-nav-item {*/
  /*width: 74px;*/
  /*}*/ }
/*-----------------头部开始--------------*/
.mw1230 {
  max-width: 1600px;
  min-width: 1230px;
  margin: 0 auto; }

.header-nav .header-nav-list .header-nav-item {
  float: left;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0 10px;
  height: 80px;
  width: 100px;
  cursor: pointer; }
  .header-nav .header-nav-list .header-nav-item > a {
    line-height: 78px;
    font-weight: 600; }

.header-nav .header-nav-list .header-nav-item .header-nav-list-junior {
  position: absolute;
  top: 70px;
  left: 0;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1200;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1); }

.header-nav .header-nav-list .header-nav-item ul.blackBacNav,
.index-login .index-login-over.blackBacNav {
  transition: background 1s;
  -moz-transition: background 1s;
  -webkit-transition: background 1s;
  -o-transition: background 1s;
  background-color: #222327;
  color: #fff; }

.header-nav-item .header-nav-list-junior a {
  color: #666;
  text-align: left;
  font-size: 14px;
  display: block; }

.header-nav .header-nav-list li ul li a.colorNav,
.index-login .index-login-over a.colorNav {
  color: #c1c2c2; }

.header-nav-list-junior {
  width: 540px;
  padding: 10px 0; }

.header-nav-list-junior .header-nav-list-junior-li {
  color: #666;
  height: 40px;
  line-height: 40px;
  padding: 0 20px; }

.header-nav-list-junior .header-nav-list-junior-li .header-nav-list-junior-li-ul {
  width: 325px;
  min-height: 40px;
  margin-left: 33px; }

.header-nav-list-junior .header-nav-list-junior-li .header-nav-list-junior-li-ul li {
  float: left;
  margin-right: 24px; }

.header-nav-list-junior .header-nav-list-junior-li .right-line {
  width: 1px;
  height: 16px;
  background: #ddd;
  float: left;
  margin-top: 13px; }

.header-nav-list-junior .header-nav-list-junior-li .header-nav-list-junior-li-ul li:hover a {
  color: #689aff; }

.header-nav .header-nav-list .header-nav-item .header-nav-list-junior a:hover {
  color: #2bbbff; }

.header-nav .header-nav-item.header-present-pd {
  width: 96px; }

.header-nav .header-nav-item .header-present {
  font-size: 20px;
  color: #fff;
  font-weight: 600; }

.header-nav .header-nav-item .icon-youjian {
  width: 80px;
  font-size: 20px;
  color: #fff;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  position: relative; }

.header-nav .header-nav-item .icon-youjian .icon-notice-count {
  top: 10px; }

.header-nav .header-nav-item .active {
  font-size: 18px;
  color: #fff;
  font-weight: 600; }

.header-nav li a {
  color: #ccc;
  font-size: 18px;
  text-decoration: none;
  display: inline-block; }

.header-nav-list-junior {
  display: none; }

#header-hover-item:hover .header-nav-list-junior {
  display: inline-block; }

.header-login {
  height: 80px; }

.header-login .login-sign {
  display: inline-block;
  width: 105px;
  height: 28px;
  line-height: 28px;
  border-radius: 6px;
  background: #fff;
  text-align: center;
  color: #000;
  font-size: 15px;
  text-decoration: none; }

.index-message-noticeV2 {
  vertical-align: top; }

.index-message-noticeV2 .icon-youjian {
  margin-left: 20px;
  width: 80px;
  font-size: 23px;
  color: #fff;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  position: relative; }

.index-login {
  width: 42px;
  height: 42px;
  cursor: pointer;
  position: relative;
  margin: 16px 0px 16px 0px; }

.index-login img {
  height: 42px !important;
  width: 42px !important;
  vertical-align: top; }

.index-login .index-login-over {
  position: absolute;
  top: 40px;
  left: -28.8px;
  background: #fff;
  border-radius: 5px;
  width: 110px;
  text-align: center;
  display: none;
  z-index: 1210;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1); }

.index-login .index-login-over a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #666;
  line-height: 40px;
  border: none; }

.index-login .index-login-over a:hover {
  color: #4b93ff; }

.index-login .index-login-over a.colorNav:hover {
  color: #4b93ff; }

.img-circle {
  border-radius: 50%; }

/*-----------------头部结束--------------*/
/* 新版头部信息*/
.new-header-wrap {
  height: 80px !important;
  background-color: #fff;
  box-shadow: 0px 0px 4px 0px rgba(153, 165, 181, 0.3); }
  .new-header-wrap .item-skip {
    color: #333; }
  .new-header-wrap .header-nav-item:hover .item-skip {
    color: #d21112 !important;
    font-size: 18px;
    font-weight: 600; }
  .new-header-wrap .nav-item-selected {
    position: absolute;
    min-width: 115px;
    background-color: #fff !important;
    left: 50%;
    transform: translateX(-50%);
    top: 80px;
    min-height: 48px;
    box-shadow: 0px 2px 4px 0px rgba(153, 165, 181, 0.3);
    border-radius: 0px 0px 8px 8px;
    display: none; }
    .new-header-wrap .nav-item-selected > li {
      height: 48px;
      line-height: 48px;
      position: relative; }
      .new-header-wrap .nav-item-selected > li > a {
        font-size: 16px;
        color: #666;
        width: 100%; }
      .new-header-wrap .nav-item-selected > li:hover {
        background-color: #f4f4f4; }
      .new-header-wrap .nav-item-selected > li:hover > a {
        color: #ce0606; }
      .new-header-wrap .nav-item-selected > li:hover .nav-item-selected-third {
        display: block; }
      .new-header-wrap .nav-item-selected > li .nav-item-selected-third {
        position: absolute;
        top: -1px;
        left: 114px;
        width: 400px;
        height: 200px;
        display: none;
        background-color: #fff;
        z-index: 11125;
        box-shadow: 0 0px 10px 0 rgba(153, 165, 181, 0.3);
        padding: 10px 15px;
        border-radius: 5px; }
        .new-header-wrap .nav-item-selected > li .nav-item-selected-third .nis-third-item {
          display: flex;
          width: 100%;
          justify-content: flex-start;
          flex-wrap: wrap; }
          .new-header-wrap .nav-item-selected > li .nav-item-selected-third .nis-third-item .nist-items {
            display: inline-block;
            color: #333;
            font-size: 16px;
            line-height: 36px;
            margin-bottom: 12px;
            width: 120px;
            text-align: left;
            cursor: pointer; }
            .new-header-wrap .nav-item-selected > li .nav-item-selected-third .nis-third-item .nist-items > a {
              font-size: 16px;
              color: #333; }
              .new-header-wrap .nav-item-selected > li .nav-item-selected-third .nis-third-item .nist-items > a:hover {
                color: #d21112; }
  .new-header-wrap .new-header-hover-item:hover .nav-item-selected {
    display: block; }
  .new-header-wrap .second-nav {
    float: right; }
    .new-header-wrap .second-nav > .second-nav-item {
      float: left;
      padding: 0 10px;
      font-size: 14px;
      cursor: pointer; }
      .new-header-wrap .second-nav > .second-nav-item > a {
        color: #333;
        line-height: 80px;
        font-size: 16px;
        display: inline-block;
        width: 100%; }
      .new-header-wrap .second-nav > .second-nav-item:hover > a {
        color: #ce0606;
        font-weight: 600; }

.new-index-headerV2 {
  background-color: #fff !important;
  margin-bottom: 1px; }
  .new-index-headerV2 .nav-item-selected {
    z-index: 50 !important; }

.new-icon-notice-count {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 1px;
  height: 10px;
  width: 10px;
  background-color: #f75234;
  border-radius: 50%; }

.header-nav-item-selected > a {
  color: #d21112 !important;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 2px solid #d21112;
  box-sizing: border-box; }

.header-second-nav-item-selected > a {
  color: #d21112 !important;
  font-size: 18px;
  font-weight: 600;
  box-sizing: border-box; }

.new-exercise-style {
  height: 120px;
  background-color: #fff;
  box-shadow: 0px 2px 8px 0px rgba(98, 122, 156, 0.2);
  color: #333;
  margin-bottom: 24px;
  box-sizing: border-box;
  padding-top: 30px;
  padding-left: 35px;
  padding-right: 24px; }

.zhc-evaluation-exercise-quit:link,
.zhc-evaluation-exercise-quit:visited {
  color: #333 !important; }

.zhc-evaluation-exercise-quit {
  border-color: #333;
  width: 98px !important;
  height: 35px !important;
  line-height: 35px !important;
  padding: 0 !important;
  border-radius: 17px !important; }

.zhc-evaluation-exercise-progress-bar {
  border-color: #e4e4e4;
  background-color: #6ba4f9; }

.zhc-evaluation-exercise {
  background: #f0f1f2 url(/themes/v2/evaluation/images/ellipse-short.png) 100% !important; }

.zhc-evaluation-entrance {
  background: url(/themes/v2/evaluation/images/ellipse-long.png?) center 100% !important; }

.header-login .login-sign {
  color: #d21112; }

.zhc-evaluation-result {
  background: url(/themes/v2/evaluation/images/ellipse-long.png?) center 100% !important; }

.muitiple-choice-question dl dd .active .round .dot {
  display: inline-block;
  height: 18px;
  width: 18px;
  background: url("/themes/v2/evaluation/images/tick_mock_exercise.png") no-repeat 100% !important; }

.muitiple-choice-question dl dd .active .round {
  border: none; }

.new-zhc-evaluation-result-info {
  background-color: #fff;
  height: 130px;
  color: #333;
  padding: 30px 24px;
  border-radius: 5px; }

.new-footer {
  padding: 42px 0px 0px 0px;
  display: flex;
  justify-content: space-between;
  background: url("../images/cut-off-rule-line.png") no-repeat center center;
  background-size: 3px 298px; }
  .new-footer .new-footer-left {
    width: 50%;
    height: 370px;
    padding-right: 40px;
    display: flex;
    justify-content: space-between; }
    .new-footer .new-footer-left .nfl-title {
      color: #c6c7c9;
      font-size: 16px;
      line-height: 48px;
      text-align: center; }
    .new-footer .new-footer-left .nfl-item {
      font-size: 14px;
      color: #767b80;
      text-align: center;
      line-height: 30px;
      cursor: pointer;
      position: relative; }
      .new-footer .new-footer-left .nfl-item:hover > p {
        color: #fff; }
      .new-footer .new-footer-left .nfl-item a:first-child {
        display: inline-block;
        width: 100%;
        font-size: 14px;
        color: #767b80;
        line-height: 30px;
        text-align: center;
        cursor: pointer;
        position: relative; }
        .new-footer .new-footer-left .nfl-item a:first-child:hover {
          color: #fff; }
      .new-footer .new-footer-left .nfl-item .nfl-item-hover {
        position: absolute;
        left: 55px;
        top: -2px;
        width: 310px;
        height: 140px;
        background-color: #2f3234;
        background-image: url("../images/footer_hover_pupop.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        z-index: 20;
        display: flex;
        align-content: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding: 10px 10px 10px 20px;
        display: none; }
        .new-footer .new-footer-left .nfl-item .nfl-item-hover .nfi-items {
          display: inline-block;
          width: 90px;
          height: 28px;
          text-align: left;
          font-size: 12px;
          margin-right: 3px; }
          .new-footer .new-footer-left .nfl-item .nfl-item-hover .nfi-items > a {
            text-align: left;
            width: 100%; }
          .new-footer .new-footer-left .nfl-item .nfl-item-hover .nfi-items:hover {
            color: #fff; }
      .new-footer .new-footer-left .nfl-item:hover .nfl-item-hover {
        display: flex; }
  .new-footer .new-footer-right {
    width: 50%;
    height: 300px;
    padding-left: 40px;
    padding-top: 12px;
    display: flex;
    justify-content: space-between; }
    .new-footer .new-footer-right .nf-company-address {
      width: 340px; }
      .new-footer .new-footer-right .nf-company-address .nf-company-address-title {
        color: #c6c7c9;
        font-size: 16px;
        padding-bottom: 15px; }
      .new-footer .new-footer-right .nf-company-address .nf-company-address-content {
        font-size: 14px;
        color: #767b80;
        line-height: 30px; }
    .new-footer .new-footer-right .nf-contact-way {
      width: 112px; }
      .new-footer .new-footer-right .nf-contact-way .nf-contact-way-title {
        color: #c6c7c9;
        font-size: 16px;
        padding-bottom: 15px; }
      .new-footer .new-footer-right .nf-contact-way .nf-contact-way-content {
        font-size: 14px;
        line-height: 30px;
        color: #767b80;
        padding-bottom: 40px; }
      .new-footer .new-footer-right .nf-contact-way .nf-contact-way-miniprogram {
        width: 112px; }
        .new-footer .new-footer-right .nf-contact-way .nf-contact-way-miniprogram .miniprogram-title {
          font-size: 16px;
          line-height: 48px;
          color: #c6c7c9; }

.index-footer {
  background: #2f3234; }

.footer-bottom {
  padding: 0; }

.footer-record {
  height: 32px;
  background-color: #25282a;
  font-size: 12px;
  line-height: 32px;
  color: #c6c7c9;
  opacity: 0.3; }
  .footer-record > a {
    color: #c6c7c9; }

.live-course-box {
  padding: 30px 40px !important; }
  .live-course-box .live-content {
    display: flex;
    justify-content: space-between; }
    .live-course-box .live-content .lcpl {
      padding-left: 27px; }
    .live-course-box .live-content .live-course-list {
      flex: 1;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .live-course-box .live-content .live-course-list .live-course-item {
        height: 200px;
        width: 350px;
        display: inline-block;
        box-sizing: border-box;
        background-color: #ffffff;
        box-shadow: 0px 0px 6px 0px rgba(126, 134, 166, 0.3);
        border-radius: 6px;
        cursor: pointer;
        margin: 0 0px 20px 0;
        padding: 24px;
        position: relative; }
        .live-course-box .live-content .live-course-list .live-course-item:nth-child(3n) {
          margin-right: 0; }
        .live-course-box .live-content .live-course-list .live-course-item:hover {
          box-shadow: 0 10px 30px rgba(152, 186, 255, 0.3);
          transition: all 0.3s; }
        .live-course-box .live-content .live-course-list .live-course-item .lci-label {
          position: absolute;
          top: 0;
          right: 0;
          width: 80px;
          height: 30px;
          line-height: 30px;
          text-align: center;
          background-color: #3e9fff;
          color: #fff;
          box-shadow: 0px 0px 14px 0px rgba(199, 188, 223, 0.1);
          border-radius: 0px 6px 0px 6px; }
        .live-course-box .live-content .live-course-list .live-course-item .lc-item-title {
          margin-top: 20px;
          width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-size: 18px;
          color: #4a5766; }
          .live-course-box .live-content .live-course-list .live-course-item .lc-item-title .lc-type-title {
            margin-left: 10px !important;
            line-height: 18px; }
        .live-course-box .live-content .live-course-list .live-course-item .second-title {
          font-size: 16px;
          color: #787c84;
          margin-top: 12px; }
        .live-course-box .live-content .live-course-list .live-course-item .lc-time {
          font-size: 16px;
          color: #3e9fff;
          margin-top: 15px; }
        .live-course-box .live-content .live-course-list .live-course-item .lci-button {
          width: 80px;
          height: 28px;
          background-color: #ffecf0;
          border-radius: 14px 14px 0px 14px;
          border: solid 1px #ff496e;
          font-size: 14px;
          color: #ff496e;
          margin-top: 10px; }
        .live-course-box .live-content .live-course-list .live-course-item .lcib-blue {
          background-color: #ebf5ff;
          border: solid 1px #3e9fff;
          color: #3e9fff; }
        .live-course-box .live-content .live-course-list .live-course-item .lcib-gray {
          background-color: #f5f5f5;
          border: solid 1px #999999;
          color: #999999; }
  .live-course-box .live-header {
    margin-bottom: 23px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .live-course-box .live-header .lh-switch {
      display: inline-block;
      width: 100px;
      height: 40px;
      line-height: 40px;
      padding: 0;
      background-color: #ffffff;
      border-radius: 6px;
      border: solid 1px #3e9fff;
      color: #3e9fff;
      margin-right: 16px; }
    .live-course-box .live-header .lh-switch-blue {
      background-color: #3e9fff;
      color: #fff; }
    .live-course-box .live-header .lh-switch-noborder {
      border: none; }
    .live-course-box .live-header .lh-right .lh-search-box {
      position: relative; }
      .live-course-box .live-header .lh-right .lh-search-box .live-search-input {
        width: 200px;
        height: 40px;
        padding: 12px 40px 12px 16px;
        background-color: #ffffff;
        box-shadow: 0px 0px 14px 0px rgba(199, 188, 223, 0.2);
        border-radius: 6px;
        border: 1px solid #e5e5e5; }
      .live-course-box .live-header .lh-right .lh-search-box > .icon-fangdajing {
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 50%;
        color: #8583a9;
        transform: translateY(-50%); }

.live-course-calendar {
  width: 350px;
  height: 470px;
  background-color: #fff;
  border-radius: 8px;
  border: solid 1px #e4e4e4;
  display: inline-block; }
  .live-course-calendar .lcc-title {
    height: 30px;
    background-color: #f4f6fc;
    font-size: 14px;
    line-height: 30px;
    display: flex;
    justify-content: center;
    color: #8583a9; }
    .live-course-calendar .lcc-title .iconfont {
      color: #8583a9;
      cursor: pointer; }
  .live-course-calendar .lcc-weeks {
    display: flex;
    height: 32px;
    line-height: 32px;
    background-color: #f9fafc;
    border: solid 1px #ffffff;
    padding: 0 6px; }
    .live-course-calendar .lcc-weeks .weeks-item {
      flex: 1;
      text-align: center; }
  .live-course-calendar .lcc-currentmonths {
    display: flex;
    flex-wrap: wrap;
    padding: 3px 6px 10px; }
    .live-course-calendar .lcc-currentmonths .lcc-currentmonths-item {
      width: 42px;
      height: 50px;
      border-radius: 4px;
      border: solid 1px #fff;
      color: #8583a9;
      display: flex;
      flex-direction: column;
      margin: 8px 3px 8px;
      cursor: pointer; }
      .live-course-calendar .lcc-currentmonths .lcc-currentmonths-item > p {
        text-align: center;
        height: 50%;
        line-height: 24px; }
      .live-course-calendar .lcc-currentmonths .lcc-currentmonths-item .today {
        color: #ff496e; }
    .live-course-calendar .lcc-currentmonths .lccc-active {
      background-color: #ebf5ff;
      border: solid 1px #3e9fff; }
      .live-course-calendar .lcc-currentmonths .lccc-active .day-item {
        color: #3e9fff; }
      .live-course-calendar .lcc-currentmonths .lccc-active .course-count {
        color: #3e9fff; }

.live-content-all {
  display: block !important; }

.lc-type {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
  align-items: center; }
  .lc-type .vertical-line {
    display: inline-block;
    width: 4px;
    height: 18px;
    line-height: 18px;
    background-color: #65a6fe; }
  .lc-type > .lc-type-title {
    font-size: 18px;
    color: #454545;
    margin-left: 15px;
    font-weight: bold; }

.live-center {
  text-align: center;
  margin-bottom: 30px; }

.all-lcl {
  justify-content: flex-start !important; }
  .all-lcl .live-course-item {
    margin-right: 23px !important; }
    .all-lcl .live-course-item:nth-child(3n) {
      margin-right: 0 !important; }

.index-tips-box {
  position: absolute;
  width: 66px;
  height: 28px;
  line-height: 28px;
  background-image: url("https://oss.weixue100.com/wishare/testing/tips_bg.png");
  right: -40px;
  top: -10px;
  font-size: 12px;
  color: #ffffff; }

.index-tips-box-icon {
  position: absolute;
  width: 90px;
  height: 38px;
  background-image: url("https://oss.weixue100.com/wishare/testing/index_tips_bg.png?v=01221607");
  right: -48px;
  top: 46px;
  font-size: 14px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 7px; }
  .index-tips-box-icon .index-tips-box-icon-pic {
    display: inline-block;
    height: 18px !important;
    width: 18px !important;
    margin-right: 2px; }
  .index-tips-box-icon .index-tips-box-icon-text {
    display: inline-block;
    line-height: 18px; }

    @media screen and (max-width:1024px) {
      .fixation-pubTopV2 {
        display: none;
      }
      .w1180 {
          width: 100%;
          margin: 0 auto;
          padding: 0 15px;
      }
      .header-nav .header-nav-list .header-nav-item {
        width: 78px;
    }
    body .index-tips-box-icon {
      right: -5px;
      background-image: url('https://oss.weixue100.com/wishare/static/img/index_tips_bg_m.png');
  }
  body .index-login .index-login-over {
    top: 5.07em;
    left: -4em;
}
body .index-login-over .index-tips-box {
  line-height: 26px;
  right: 75px;
  background-image: url('https://oss.weixue100.com/wishare/static/img/tips_bg_m.png');
}

body .header-nav li a,
body .new-header-wrap .header-nav-item:hover .item-skip {
  font-size: 14px !important;
}
  }

  @media screen and (max-width: 768px) {
    .header-left-index2.pull-left.mr15,
    .header-left-index2.pull-left.mr15 img {
      height: 60px !important;
      line-height: 78px;
    }
    .second-nav>li:not(:first-of-type) {
      display: none;
  }
  body .header-nav li a,
  body .new-header-wrap .header-nav-item:hover .item-skip {
    font-size: 14px !important;
}
  }