html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: MicrosoftYaHei;
}
.left {
  float: left;
}
.right {
  float: right;
}
.browsed {
  color: #999999 !important;
}
.floating-window {
  width: 57px;
  height: 301px;
  background: #FFFFFF;
  box-shadow: 0px 1px 14px 0px rgba(216, 216, 216, 0.5);
  border-radius: 6px;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 99999;
  margin-top: -100px;
}
.floating-window .floating-item {
  text-align: center;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #454546;
  width: 100%;
  height: 60px;
  padding: 10px 0 0 0;
  cursor: pointer;
  position: relative;
}
.floating-window .floating-item.vip-item {
  background: linear-gradient(155deg, #fcf1dc 0%, #ffde99 100%) !important;
}
.floating-window .floating-item:hover {
  background: #F7F7F7;
  border-radius: 5px 5px 0px 0px;
}
.floating-window .floating-item:hover .hide-info {
  display: block !important;
}
.floating-window .floating-item .float-customer-img {
  width: 24px;
  height: auto;
  margin: 0 0 4px 0;
}
.floating-window .floating-item .hide-info {
  position: absolute;
  /*&.download-app {
        display: none;
        left: -237px;
        top: -35px;
        width: 230px;
        height: 146px;
        background: url("../../dist/imgs/home/rightbar_bg_app@2x.png");
        background-size: 100% 100%;
        z-index: 9999;
        padding: 24px 0 0 28px;

        .app-wrapper {
          text-align: center;

          &:last-child {
            margin-left: 21px;
          }

          img {
            width: 72px;
            height: auto;
            margin-bottom: 12px;
          }
        }

      }*/
}
.floating-window .floating-item .hide-info.customer-service {
  display: none;
  left: -200px;
  top: 9px;
  width: 189px;
  height: 57px;
  background: url("../../dist/imgs/home/customerServiceBgc.png");
  background-size: 100% 100%;
  z-index: 9999;
  text-align: center;
  line-height: 57px;
}
.floating-window .floating-item .hide-info.customer-service img {
  width: 21px;
  height: auto;
}
.floating-window .floating-item .hide-info.customer-service .tel {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #333333;
}
.floating-window .floating-item .hide-info.download-app {
  display: none;
  left: -137px;
  top: -35px;
  width: 140px;
  height: 146px;
  background: url("../../dist/imgs/home/rightbar_bg_app.png");
  background-size: 100% 100%;
  z-index: 9999;
  padding: 24px 0 0 0;
  text-align: center;
}
.floating-window .floating-item .hide-info.download-app img {
  width: 72px;
  height: auto;
  margin-bottom: 12px;
}
.floating-window .floating-item-last {
  text-align: center;
  cursor: pointer;
  padding-top: 18px;
}
.floating-window .floating-item-last img {
  width: 24px;
  height: auto;
}
.temp-header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 38px;
  background: #FBFBFB !important;
  line-height: 38px;
  border-bottom: 1px solid #E7E7E7;
  width: 100%;
  z-index: 9999 !important;
  position: relative;
}
.temp-header .inner-header {
  width: 1200px;
  margin: 0 auto;
  /* display: flex;
     align-items: center;
     justify-content: space-between;*/
}
.temp-header .inner-header .inner-header-left {
  float: left;
}
.temp-header .inner-header .inner-header-left .welcome-text {
  font-size: 12px;
  color: #333333;
}
.temp-header .inner-header .inner-header-right {
  float: right;
  font-size: 13px;
}
.temp-header .inner-header .inner-header-right .header-vip-wrapper {
  cursor: pointer;
  position: relative;
}
.temp-header .inner-header .inner-header-right .header-vip-wrapper.gold {
  color: #d2a874;
}
.temp-header .inner-header .inner-header-right .header-vip-wrapper.gold:hover {
  color: #d2a874;
}
.temp-header .inner-header .inner-header-right .header-vip-wrapper.blue {
  color: #FD363F;
}
.temp-header .inner-header .inner-header-right .header-vip-wrapper:hover {
  color: #FD363F;
}
.temp-header .inner-header .inner-header-right .header-vip-wrapper .vip-icon {
  width: 24px;
  height: 11px;
  margin: 14px 4px 0 0;
}
.temp-header .inner-header .inner-header-right .header-vip-wrapper .download-icon {
  width: 10px;
  height: 10px;
  margin: 14px 2px 0 0;
}
.temp-header .inner-header .inner-header-right .header-vip-wrapper .glyphicon {
  margin: 12px 0 0 4px;
  font-size: 12px;
}
.temp-header .inner-header .inner-header-right .header-vip-wrapper.download-wrapper {
  /*  &:hover{
              .down-content{
                display: block;
              }
            }*/
}
.temp-header .inner-header .inner-header-right .header-vip-wrapper.download-wrapper .down-content {
  display: none;
  position: absolute;
  top: 50px;
  width: 240px;
  height: 280px;
  left: -100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background: url("../../dist/imgs/home/downModalBgc.png");
  background-size: 100% 100%;
  padding-top: 26px;
  z-index: 99999;
}
.temp-header .inner-header .inner-header-right .header-vip-wrapper.download-wrapper .down-content .down-title {
  text-align: center;
  font-size: 15px;
  color: #333333;
  line-height: 30px;
}
.temp-header .inner-header .inner-header-right .header-vip-wrapper.download-wrapper .down-content .down-desc {
  font-size: 13px;
  color: #666666;
}
.temp-header .inner-header .inner-header-right .header-vip-wrapper.download-wrapper .down-content .down-desc span {
  color: #FD363F;
  margin: 0 4px;
}
.temp-header .inner-header .inner-header-right .header-vip-wrapper.download-wrapper .down-content .down-code {
  background: url("../../dist/imgs/home/code-outerbgc.png");
  background-size: 100% 100%;
  width: 156px;
  height: 156px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
.temp-header .inner-header .inner-header-right .header-vip-wrapper.download-wrapper .down-content .down-code img {
  width: 136px;
  height: 136px;
}
.temp-header .inner-header .inner-header-right .header-vip-wrapper.application-wrapper {
  /*&:hover{
            .down-content{
              display: block;
            }
          }*/
}
.temp-header .inner-header .inner-header-right .header-vip-wrapper.application-wrapper .down-content {
  display: none;
  position: absolute;
  top: 50px;
  width: 444px;
  height: 416px;
  left: -268px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background: url("../../dist/imgs/home/applicationModalBgc.png");
  background-size: 100% 100%;
  padding: 0 38px;
  z-index: 9999999;
}
.temp-header .inner-header .inner-header-right .header-vip-wrapper.application-wrapper .down-content .application-item {
  margin-top: 5px;
}
.temp-header .inner-header .inner-header-right .header-vip-wrapper.application-wrapper .down-content .application-item:first-child {
  margin-top: 35px;
}
.temp-header .inner-header .inner-header-right .header-vip-wrapper.application-wrapper .down-content .application-item .application-header {
  font-size: 13px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
}
.temp-header .inner-header .inner-header-right .header-vip-wrapper.application-wrapper .down-content .application-item .application-header .application-label {
  width: 83px;
  line-height: 14px;
  text-align: left;
}
.temp-header .inner-header .inner-header-right .header-vip-wrapper.application-wrapper .down-content .application-item .application-header .application-line {
  width: 256px;
  height: 1px;
  background: #EAEAEA;
  margin-top: 8px;
}
.temp-header .inner-header .inner-header-right .header-vip-wrapper.application-wrapper .down-content .application-item .application-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.temp-header .inner-header .inner-header-right .header-vip-wrapper.application-wrapper .down-content .application-item .application-content .app-content-item {
  width: 70px;
  text-align: center;
  text-decoration: none;
  margin-bottom: 20px;
}
.temp-header .inner-header .inner-header-right .header-vip-wrapper.application-wrapper .down-content .application-item .application-content .app-content-item:hover div {
  color: #FD363F;
}
.temp-header .inner-header .inner-header-right .header-vip-wrapper.application-wrapper .down-content .application-item .application-content .app-content-item img {
  width: 26px;
  height: 26px;
  margin-bottom: 8px;
}
.temp-header .inner-header .inner-header-right .header-vip-wrapper.application-wrapper .down-content .application-item .application-content .app-content-item div {
  font-size: 12px;
  color: #333333;
  line-height: 12px;
}
.temp-header .inner-header .inner-header-right .header-vip-wrapper.site-wrapper {
  /*&:hover{
            .down-content{
              display: block;
            }
          }*/
}
.temp-header .inner-header .inner-header-right .header-vip-wrapper.site-wrapper .down-content {
  z-index: 9999999;
  display: none;
  position: absolute;
  top: 50px;
  width: 380px;
  height: 300px;
  left: -160px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background: url("../../dist/imgs/home/applicationModalBgc.png");
  background-size: 100% 100%;
  padding: 38px 0 0 31px;
}
.temp-header .inner-header .inner-header-right .header-vip-wrapper.site-wrapper .down-content .site-item {
  line-height: 14px;
  font-size: 13px;
  color: #333333;
  margin-bottom: 20px;
  text-align: left;
}
.temp-header .inner-header .inner-header-right .header-vip-wrapper.site-wrapper .down-content .site-item .site-label {
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
}
.temp-header .inner-header .inner-header-right .header-vip-wrapper.site-wrapper .down-content .site-item a {
  text-decoration: none;
  color: #333333;
}
.temp-header .inner-header .inner-header-right .header-vip-wrapper.site-wrapper .down-content .site-item a:hover {
  color: #FD363F;
}
.temp-header .inner-header .inner-header-right .header-vip-wrapper.site-wrapper .down-content .site-item span {
  margin-right: 12px;
}
.temp-header .inner-header .inner-header-right .header-right-wrapper .tel-icon {
  width: 16px;
  height: 16px;
  margin: 12px 2px 0 21px;
}
.temp-header .inner-header .inner-header-right .header-divider {
  width: 1px;
  height: 11px;
  background: #e8e8e8;
  margin: 14px 9px 0 9px;
}
.temp-header .inner-header .inner-header-right .usericon-wrapper {
  position: relative;
  /*&:hover{
          .down-content{
            display: block;
          }
        }*/
}
.temp-header .inner-header .inner-header-right .usericon-wrapper .userIcon {
  width: 26px;
  height: 26px;
  margin-left: 18px;
  cursor: pointer;
}
.temp-header .inner-header .inner-header-right .usericon-wrapper .down-content {
  z-index: 999999;
  display: none;
  position: absolute;
  top: 50px;
  width: 250px;
  height: 340px;
  left: -150px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../../dist/imgs/home/userIconModalBgc.png");
  background-size: 100% 100%;
}
.temp-header .inner-header .inner-header-right .usericon-wrapper .down-content .down-user-header {
  padding: 23px 23px 13px 23px;
}
.temp-header .inner-header .inner-header-right .usericon-wrapper .down-content .down-user-header .down-header-left {
  width: 47px;
  height: 56px;
  padding: 13px 0 4px 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: -13px 15px 0px 0;
}
.temp-header .inner-header .inner-header-right .usericon-wrapper .down-content .down-user-header .down-header-left.isVip {
  background: url("../../dist/imgs/home/nan_icon_head portrait@2x@2x.png");
  background-size: 100% 100%;
}
.temp-header .inner-header .inner-header-right .usericon-wrapper .down-content .down-user-header .down-header-left img {
  width: 40px;
  height: 40px;
}
.temp-header .inner-header .inner-header-right .usericon-wrapper .down-content .down-user-header .down-header-right {
  -width: 220px;
}
.temp-header .inner-header .inner-header-right .usericon-wrapper .down-content .down-user-header .down-header-right .username-wrapper .username {
  font-size: 13px;
  color: #121212;
  line-height: 18px;
}
.temp-header .inner-header .inner-header-right .usericon-wrapper .down-content .down-user-header .down-header-right .username-wrapper .isNotVip {
  width: 59px;
  height: 18px;
  margin-left: 6px;
}
.temp-header .inner-header .inner-header-right .usericon-wrapper .down-content .down-user-header .down-header-right .userID {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 24px;
}
.temp-header .inner-header .inner-header-right .usericon-wrapper .down-content .down-vip-card {
  padding: 0 12px 0 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 5px;
}
.temp-header .inner-header .inner-header-right .usericon-wrapper .down-content .down-vip-card img {
  width: 100%;
  height: auto;
}
.temp-header .inner-header .inner-header-right .usericon-wrapper .down-content .down-vip-card a {
  position: absolute;
  top: 36px;
  left: 28px;
  line-height: 24px;
  text-align: center;
  width: 70px;
  height: 24px;
  background: linear-gradient(90deg, #FFF2D1 0%, #FFE0A4 100%);
  border-radius: 12px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #31374D;
}
.temp-header .inner-header .inner-header-right .usericon-wrapper .down-content .user-nav-content {
  width: 100%;
  padding: 0 12px 0 10px;
}
.temp-header .inner-header .inner-header-right .usericon-wrapper .down-content .user-nav-content .nav-item {
  text-decoration: none;
  cursor: pointer;
  font-size: 13px;
  color: #121212;
  display: flex;
  align-items: center;
  height: 44px;
  padding: 0 0 0 26px;
}
.temp-header .inner-header .inner-header-right .usericon-wrapper .down-content .user-nav-content .nav-item:hover {
  background: #F7F7F7;
}
.temp-header .inner-header .inner-header-right .usericon-wrapper .down-content .user-nav-content .nav-item img {
  width: 16px;
  height: auto;
  margin-right: 8px;
}
.temp-header .inner-header .inner-header-right .login-register {
  display: flex;
  align-items: center;
  font-size: 13px;
  margin-left: 24px;
}
.temp-header .inner-header .inner-header-right .login-register a {
  color: #333333;
  text-decoration: none;
}
.temp-header .inner-header .inner-header-right .login-register a.login-a {
  margin-right: 18px;
}
.temp-header .inner-header .inner-header-right .login-register a.login-a:hover {
  color: #FD363F;
}
.temp-header .inner-header .inner-header-right .login-register a.register-a {
  background: linear-gradient(79deg, #FE8549 0%, #E70814 100%);
  border-radius: 12px;
  width: 59px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  color: #FFFFFF;
}
.temp-header .inner-header .inner-header-right .login-register a.register-a:hover {
  opacity: 0.9;
}
.temp-search-container {
  width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 0;
  z-index: 999;
  background: #fff;
}
.temp-search-container .zb-logo {
  cursor: pointer;
  width: 202px;
  height: auto;
  margin: 25px 93px 0 35px;
}
.temp-search-container .search-wrapper .search-types {
  margin-bottom: 4px;
}
.temp-search-container .search-wrapper .search-types .type-item {
  width: 84px;
  height: 33px;
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #444444;
  line-height: 27px;
  cursor: pointer;
  margin-right: 19px;
}
.temp-search-container .search-wrapper .search-types .type-item:hover {
  color: #F34438;
}
.temp-search-container .search-wrapper .search-types .type-item.currentType {
  background-image: url('../../dist/imgs/home/searchTypeBgc.png');
  background-size: 100% 100%;
  color: #fff;
  font-weight: bold;
}
.temp-search-container .search-wrapper .search-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 11px;
  width: 627px;
  overflow: hidden;
}
.temp-search-container .search-wrapper .search-input .search-content {
  width: 587px;
  height: 42px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 23px;
  border: 2px solid #F34438;
  padding: 0 125px 0 50px;
  line-height: 45px;
  outline: none;
}
.temp-search-container .search-wrapper .search-input .search-icon {
  width: 20px;
  height: auto;
  position: absolute;
  left: 15px;
  top: 10px;
}
.temp-search-container .search-wrapper .search-input .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 42px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 125px;
  line-height: 42px;
  text-align: center;
  background: #F34438;
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0 23px 23px 0;
}
.temp-search-container .search-wrapper .hot-search .hot-search-left {
  overflow: hidden;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #999999;
}
.temp-search-container .search-wrapper .hot-search .hot-search-left .hot-icon {
  width: 13px;
  height: 16px;
  margin-right: 7px;
}
.temp-search-container .search-wrapper .hot-search .hot-search-left a {
  margin-left: 10px;
  cursor: pointer;
  font-family: MicrosoftYaHei;
  text-decoration: none;
  color: #999999;
}
.temp-search-container .search-wrapper .hot-search .hot-search-left a:hover {
  color: #F34438;
}
.temp-search-container .search-wrapper .hot-search .hot-search-left a .search-label {
  color: #000;
}
.temp-search-container .search-wrapper .hot-search .advanced-search {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FD363F;
  padding-right: 26px;
}
.temp-search-container .represent-enterprise {
  padding-top: 6px;
  -margin-left: 70px;
}
.temp-search-container .represent-enterprise .enterprise-item {
  margin-bottom: 9px;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #333333;
}
.temp-search-container .represent-enterprise .enterprise-item:hover .enterprise-name {
  color: #F34438;
}
.temp-search-container .represent-enterprise .enterprise-item .represent-icon {
  width: 17px;
  height: 17px;
  margin-right: 5px;
}
.temp-search-container .represent-enterprise .enterprise-item .enterprise-name {
  display: block;
  text-decoration: none;
  width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #121212;
}
.common-search-container {
  width: 1200px;
  margin: 0 auto;
  z-index: 999 !important;
  background: #fff !important;
  position: relative;
}
.common-search-container .zb-logo {
  cursor: pointer;
  width: 202px;
  height: auto;
  margin: 26px 31px 32px 0;
}
.common-search-container .search-wrapper {
  margin: 17px 0 0 0;
}
.common-search-container .search-wrapper .search-types {
  margin-bottom: 4px;
  padding-left: 14px;
}
.common-search-container .search-wrapper .search-types .type-item {
  width: 64px;
  height: 32px;
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #444444;
  line-height: 27px;
  cursor: pointer;
  margin-right: 7px;
}
.common-search-container .search-wrapper .search-types .type-item:hover {
  color: #F34438;
}
.common-search-container .search-wrapper .search-types .type-item.currentType {
  background-image: url('../../dist/imgs/home/searchTypeBgc.png');
  background-size: 100% 100%;
  color: #fff;
  font-weight: bold;
}
.common-search-container .search-wrapper .search-input {
  width: 235px;
  height: 38px;
  position: relative;
}
.common-search-container .search-wrapper .search-input .search-content {
  width: 235px;
  height: 38px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 23px;
  border: 1px solid #C5C5C5;
  padding: 0 35px 0 21px;
  line-height: 38px;
  outline: none;
  font-size: 13px;
  color: #999999;
}
.common-search-container .search-wrapper .search-input .search-icon {
  width: 17px;
  height: auto;
  position: absolute;
  right: 17px;
  top: 9px;
  cursor: pointer;
}
.common-search-container .nav-bar {
  margin: 46px 0 0 0;
  display: flex;
  align-items: center;
}
.common-search-container .nav-bar .nav-item {
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: #333333;
  margin-left: 24px;
}
.common-search-container .nav-bar .nav-item:hover {
  color: #F34537;
}
.common-search-container .nav-bar .nav-item.navActive {
  font-weight: bold;
  color: #F34537;
}
.common-search-container .nav-bar .nav-item.navActive .red-sign {
  display: block;
}
.common-search-container .nav-bar .nav-item .red-sign {
  display: none;
  position: absolute;
  left: calc(50% - 9px);
  top: 32px;
  width: 19px;
  height: 4px;
  background: #F34537;
  border-radius: 2px;
}
.common-personal-search-container {
  width: 100%;
  height: 90px;
  position: relative;
  box-shadow: 0px 2px 11px 0px rgba(182, 171, 171, 0.18);
}
.common-personal-search-container .zb-logo {
  cursor: pointer;
  width: 160px;
  height: auto;
  margin: 22px 46px 0 54px;
}
.common-personal-search-container .search-wrapper {
  margin: 9px 0 0 0;
}
.common-personal-search-container .search-wrapper .search-types {
  margin-bottom: 4px;
  padding-left: 14px;
}
.common-personal-search-container .search-wrapper .search-types .type-item {
  width: 64px;
  height: 32px;
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #444444;
  line-height: 27px;
  cursor: pointer;
  margin-right: 7px;
}
.common-personal-search-container .search-wrapper .search-types .type-item:hover {
  color: #F34438;
}
.common-personal-search-container .search-wrapper .search-types .type-item.currentType {
  background-image: url('../../dist/imgs/home/searchTypeBgc.png');
  background-size: 100% 100%;
  color: #fff;
  font-weight: bold;
}
.common-personal-search-container .search-wrapper .search-input {
  width: 235px;
  height: 38px;
  position: relative;
}
.common-personal-search-container .search-wrapper .search-input .search-content {
  width: 235px;
  height: 38px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 23px;
  border: 1px solid #C5C5C5;
  padding: 0 35px 0 21px;
  line-height: 38px;
  outline: none;
  font-size: 13px;
  color: #999999;
}
.common-personal-search-container .search-wrapper .search-input .search-icon {
  width: 17px;
  height: auto;
  position: absolute;
  right: 17px;
  top: 9px;
  cursor: pointer;
}
.common-personal-search-container .nav-bar {
  margin: 38px 0 0 0;
  display: flex;
  align-items: center;
}
.common-personal-search-container .nav-bar .nav-item {
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: #333333;
  margin-right: 41px;
}
.common-personal-search-container .nav-bar .nav-item:hover {
  color: #F34537;
}
.common-personal-search-container .head-portrait {
  margin: 22px 93px 0 0;
  position: relative;
}
.common-personal-search-container .head-portrait img {
  width: 46px;
  height: auto;
  cursor: pointer;
}
.common-personal-search-container .head-portrait .down-content {
  z-index: 999999;
  display: none;
  position: absolute;
  top: 50px;
  width: 250px;
  height: 340px;
  left: -177px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../../dist/imgs/home/userIconModalBgc.png");
  background-size: 100% 100%;
}
.common-personal-search-container .head-portrait .down-content .down-user-header {
  padding: 23px 23px 13px 23px;
}
.common-personal-search-container .head-portrait .down-content .down-user-header .down-header-left {
  width: 47px;
  height: 56px;
  padding: 13px 0 4px 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: -13px 15px 0px 0;
}
.common-personal-search-container .head-portrait .down-content .down-user-header .down-header-left.isVip {
  background: url("../../dist/imgs/home/nan_icon_head portrait@2x@2x.png");
  background-size: 100% 100%;
}
.common-personal-search-container .head-portrait .down-content .down-user-header .down-header-left img {
  width: 40px;
  height: 40px;
}
.common-personal-search-container .head-portrait .down-content .down-user-header .down-header-right {
  -width: 220px;
}
.common-personal-search-container .head-portrait .down-content .down-user-header .down-header-right .username-wrapper .username {
  font-size: 13px;
  color: #121212;
  line-height: 18px;
}
.common-personal-search-container .head-portrait .down-content .down-user-header .down-header-right .username-wrapper .isNotVip {
  width: 59px;
  height: 18px;
  margin-left: 6px;
}
.common-personal-search-container .head-portrait .down-content .down-user-header .down-header-right .userID {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 24px;
}
.common-personal-search-container .head-portrait .down-content .down-vip-card {
  padding: 0 12px 0 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 5px;
}
.common-personal-search-container .head-portrait .down-content .down-vip-card img {
  width: 100%;
  height: auto;
}
.common-personal-search-container .head-portrait .down-content .down-vip-card a {
  position: absolute;
  top: 36px;
  left: 28px;
  line-height: 24px;
  text-align: center;
  width: 70px;
  height: 24px;
  background: linear-gradient(90deg, #FFF2D1 0%, #FFE0A4 100%);
  border-radius: 12px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #31374D;
}
.common-personal-search-container .head-portrait .down-content .user-nav-content {
  width: 100%;
  padding: 0 12px 0 10px;
}
.common-personal-search-container .head-portrait .down-content .user-nav-content .nav-item {
  text-decoration: none;
  cursor: pointer;
  font-size: 13px;
  color: #121212;
  display: flex;
  align-items: center;
  height: 44px;
  padding: 0 0 0 26px;
}
.common-personal-search-container .head-portrait .down-content .user-nav-content .nav-item:hover {
  background: #F7F7F7;
}
.common-personal-search-container .head-portrait .down-content .user-nav-content .nav-item img {
  width: 16px;
  height: auto;
  margin-right: 8px;
}
.modal-container {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.49);
  -display: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-container .personal-vip-modal {
  -display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 718px;
  height: 604px;
  -margin: 223px auto 0 auto;
  border-radius: 5px;
  background: #fff;
}
.modal-container .personal-vip-modal .vip-modal-header {
  height: 141px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0 0 30px;
  position: relative;
  background: url("../../dist/imgs/home/vipModalHeaderBgc.png");
  background-size: 100% 100%;
}
.modal-container .personal-vip-modal .vip-modal-header img {
  width: 56px;
  height: 56px;
  margin-right: 19px;
}
.modal-container .personal-vip-modal .vip-modal-header .closeModalIcon {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 11px;
  right: 19px;
  cursor: pointer;
}
.modal-container .personal-vip-modal .vip-modal-header .user-info {
  padding-top: 8px;
}
.modal-container .personal-vip-modal .vip-modal-header .user-info .name-wrapper {
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #FFD38B;
  margin-bottom: 2px;
}
.modal-container .personal-vip-modal .vip-modal-header .user-info .name-wrapper .expire-date {
  font-size: 14px;
  margin: 4px 0 0 37px;
}
.modal-container .personal-vip-modal .vip-modal-header .user-info .info-desc {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
}
.modal-container .personal-vip-modal .vip-type-tab {
  position: relative;
}
.modal-container .personal-vip-modal .vip-type-tab .tab-type {
  width: 369px;
  height: 44px;
  position: absolute;
  top: -44px;
  padding: 13px 0 0 115px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #7B571E;
  cursor: pointer;
}
.modal-container .personal-vip-modal .vip-type-tab .tab-type img {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.modal-container .personal-vip-modal .vip-type-tab .personal-type {
  left: 0;
  background: url("../../dist/imgs/home/personalBgc.png");
  background-size: 100% 100%;
  z-index: 999;
}
.modal-container .personal-vip-modal .vip-type-tab .company-type {
  right: 0;
  background: url("../../dist/imgs/home/companyBgc.png");
  background-size: 100% 100%;
  color: #888888;
}
.modal-container .personal-vip-modal .vip-type-tab.enterpriseVipIn .tab-type {
  background: url("../../dist/imgs/home/companyEnter.png");
  background-size: 100% 100%;
  color: #713b2e;
}
.modal-container .personal-vip-modal .vip-content {
  background: #fff;
  padding: 35px 24px 0 24px;
  border-radius: 0px 0px 5px 5px;
}
.modal-container .personal-vip-modal .vip-content .all-vip-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.modal-container .personal-vip-modal .vip-content .all-vip-item .vip-item {
  width: 210px;
  height: 110px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 14px;
  border: 1px solid #F0F0F0;
  position: relative;
  text-align: center;
  margin-left: 20px;
  cursor: pointer;
}
.modal-container .personal-vip-modal .vip-content .all-vip-item .vip-item.isRecommend .recommendIcon {
  display: block;
}
.modal-container .personal-vip-modal .vip-content .all-vip-item .vip-item.vipActive {
  background: #FFF9F2;
  border: 1px solid #D7C09E;
}
.modal-container .personal-vip-modal .vip-content .all-vip-item .vip-item.vipActive .chooseItem {
  display: block;
}
.modal-container .personal-vip-modal .vip-content .all-vip-item .vip-item:first-child {
  margin: 0;
}
.modal-container .personal-vip-modal .vip-content .all-vip-item .vip-item .vip-name {
  font-size: 15px;
  font-family: MicrosoftYaHei;
  color: #572F1D;
  -margin-bottom: 10px;
}
.modal-container .personal-vip-modal .vip-content .all-vip-item .vip-item .vip-price {
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #572F1D;
}
.modal-container .personal-vip-modal .vip-content .all-vip-item .vip-item .vip-price .now-price {
  font-size: 28px;
  font-family: Impact;
  color: #572F1D;
  margin-right: 6px;
}
.modal-container .personal-vip-modal .vip-content .all-vip-item .vip-item .vip-price .past-price {
  font-size: 15px;
  font-family: MicrosoftYaHei;
  color: #C9A371;
  text-decoration: line-through;
}
.modal-container .personal-vip-modal .vip-content .all-vip-item .vip-item .discounts {
  width: 100px;
  height: 21px;
  border-radius: 11px;
  border: 1px solid #572F1D;
  margin: 2px auto 0 auto;
  text-align: center;
  line-height: 21px;
}
.modal-container .personal-vip-modal .vip-content .all-vip-item .vip-item .recommendIcon {
  width: 40px;
  height: 19px;
  position: absolute;
  left: -1px;
  top: -9px;
  display: none;
}
.modal-container .personal-vip-modal .vip-content .all-vip-item .vip-item .chooseItem {
  width: 24px;
  height: 24px;
  position: absolute;
  right: -1px;
  bottom: -1px;
  display: none;
}
.modal-container .personal-vip-modal .vip-content .all-vip-item.enterpriseType.vipActive .vip-name {
  color: #572f1d;
}
.modal-container .personal-vip-modal .vip-content .all-vip-item.enterpriseType.vipActive .vip-price {
  color: #572f1d;
}
.modal-container .personal-vip-modal .vip-content .all-vip-item.enterpriseType .vip-name {
  color: #333333;
}
.modal-container .personal-vip-modal .vip-content .all-vip-item.enterpriseType .vip-price {
  color: #ba7a5c;
}
.modal-container .personal-vip-modal .vip-content .all-vip-item.enterpriseType .discounts {
  min-width: 120px;
  color: #572f1d;
}
.modal-container .personal-vip-modal .vip-content .upgrade-tip {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #333333;
  margin-bottom: 20px;
}
.modal-container .personal-vip-modal .vip-content .upgrade-tip img {
  width: 12px;
  height: 12px;
  margin: -3px 8px 0 0;
}
.modal-container .personal-vip-modal .vip-content .discount-coupon-wrapper {
  margin-bottom: 20px;
}
.modal-container .personal-vip-modal .vip-content .discount-coupon-wrapper .discount-coupon {
  width: 368px;
  height: 35px;
  background: #FFFAF2;
  border-radius: 3px;
  border: 1px solid #884527;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px 15px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #572F1D;
}
.modal-container .personal-vip-modal .vip-content .discount-coupon-wrapper .discount-coupon img {
  width: 20px;
  height: 16px;
  margin-right: 7px;
}
.modal-container .personal-vip-modal .vip-content .discount-coupon-wrapper .discount-coupon .coupon-right {
  font-size: 13px;
  font-family: MicrosoftYaHei;
  color: #884527;
}
.modal-container .personal-vip-modal .vip-content .discount-coupon-wrapper .discount-coupon .coupon-right.hasCoupon {
  color: #c69f6c;
}
.modal-container .personal-vip-modal .vip-content .discount-coupon-wrapper .vip-power {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #572F1D;
  margin-top: 12px;
}
.modal-container .personal-vip-modal .vip-content .discount-coupon-wrapper .vip-power img {
  width: 12px;
  height: 12px;
  margin-right: 8px;
}
.modal-container .personal-vip-modal .vip-content .payment-wrapper {
  width: 670px;
  height: 185px;
  border: 1px solid #DCDCDC;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #F7F7F7;
  display: flex;
  justify-content: center;
}
.modal-container .personal-vip-modal .vip-content .payment-wrapper .payment-type {
  width: 185px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
.modal-container .personal-vip-modal .vip-content .payment-wrapper .payment-type .type-label {
  font-size: 13px;
  font-family: MicrosoftYaHei;
  color: #333333;
  margin: 15px 0;
}
.modal-container .personal-vip-modal .vip-content .payment-wrapper .payment-type .payment-type-item {
  width: 144px;
  height: 48px;
  border-radius: 2px;
  border: 1px solid #E0E0E0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 0 0 17px;
  margin-bottom: 17px;
  position: relative;
  cursor: pointer;
}
.modal-container .personal-vip-modal .vip-content .payment-wrapper .payment-type .payment-type-item.choosedPayment {
  border: 1px solid #B78A47;
}
.modal-container .personal-vip-modal .vip-content .payment-wrapper .payment-type .payment-type-item.choosedPayment .chooseItem {
  display: block;
}
.modal-container .personal-vip-modal .vip-content .payment-wrapper .payment-type .payment-type-item .type-icon {
  width: 106px;
  height: 30px;
}
.modal-container .personal-vip-modal .vip-content .payment-wrapper .payment-type .payment-type-item .chooseItem {
  display: none;
  width: 22px;
  height: 22px;
  position: absolute;
  right: -1px;
  bottom: -1px;
}
.modal-container .personal-vip-modal .vip-content .payment-wrapper .payment-right {
  -border-left: 1px solid #dcdcdc;
  padding: 20px 0 0 74px;
  height: 185px;
  display: flex;
  align-items: center;
}
.modal-container .personal-vip-modal .vip-content .payment-wrapper .payment-right .payment-code-wrapper {
  margin-right: 21px;
}
.modal-container .personal-vip-modal .vip-content .payment-wrapper .payment-right .payment-code-wrapper .code-wrapper {
  width: 130px;
  height: 130px;
  border: 2px solid #E4E4E4;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 4px;
}
.modal-container .personal-vip-modal .vip-content .payment-wrapper .payment-right .payment-code-wrapper .code-wrapper img {
  width: 120px;
  height: 120px;
}
.modal-container .personal-vip-modal .vip-content .payment-wrapper .payment-right .payment-code-wrapper .already-pay {
  text-align: center;
}
.modal-container .personal-vip-modal .vip-content .payment-wrapper .payment-right .payment-info-wrapper .payment-price {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #E37438;
  margin: 0 0 15px 0;
}
.modal-container .personal-vip-modal .vip-content .payment-wrapper .payment-right .payment-info-wrapper .payment-price .price {
  font-size: 26px;
  font-family: Impact;
  color: #A37154;
  margin-right: 10px;
}
.modal-container .personal-vip-modal .vip-content .payment-wrapper .payment-right .payment-info-wrapper .invoice {
  width: 125px;
  height: 27px;
  line-height: 27px;
  background: url("../../dist/imgs/home/redBgc.png");
  background-size: 100% 100%;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #FF7066;
  padding-left: 16px;
}
.modal-container .personal-vip-modal .vip-content .payment-wrapper .payment-right .payment-info-wrapper .wx-alipay {
  align-items: center;
  margin-top: 13px;
  font-size: 14px;
  color: #666666;
  display: flex;
}
.modal-container .personal-vip-modal .vip-content .payment-wrapper .payment-right .payment-info-wrapper .wx-alipay img {
  width: 20px;
  height: 20px;
  margin-right: 13px;
}
.modal-container .personal-vip-modal .vip-content .payment-wrapper .payment-right.paySuccess {
  text-align: center;
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #CFB184;
}
.modal-container .personal-vip-modal .vip-content .payment-wrapper .payment-right.paySuccess img {
  width: 50px;
  height: 50px;
  margin: 17px 0 17px 130px;
}
.modal-container .personal-vip-modal .vip-content .payment-wrapper .payment-right.paySuccess div {
  margin-left: 130px;
}
.modal-container .vip-limit-modal {
  width: 434px;
  background: #FFFFFF;
  border-radius: 6px;
  margin: 370px auto 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 33px 0 44px 0;
  text-align: center;
  display: none;
}
.modal-container .vip-limit-modal .title {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #333333;
  margin-bottom: 24px;
}
.modal-container .vip-limit-modal .closeModalIcon {
  width: 12px;
  height: 12px;
  top: 23px;
  right: 28px;
  position: absolute;
  cursor: pointer;
}
.modal-container .vip-limit-modal .modal-desc {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #666666;
  margin-bottom: 40px;
}
.modal-container .vip-limit-modal .modal-desc div {
  line-height: 28px;
}
.modal-container .vip-limit-modal .opt-wrapper {
  width: 280px;
  margin: 0 auto;
}
.modal-container .vip-limit-modal .opt-wrapper div {
  width: 120px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  cursor: pointer;
}
.modal-container .vip-limit-modal .opt-wrapper div.cancel {
  border-radius: 4px;
  border: 1px solid #DDDFE6;
  color: #666666;
}
.modal-container .vip-limit-modal .opt-wrapper div.buy-vip {
  background: #FD363F;
  border-radius: 4px;
  color: #FFFFFF;
}
.modal-container .vip-limit-modal .opt-wrapper div.close-btn {
  margin: 0 auto;
  background: #FD363F;
  border-radius: 4px;
  color: #FFFFFF;
}
.modal-container .login-modal {
  display: none;
  width: 903px;
  height: 513px;
  background: #fff;
  border-radius: 8px;
  position: relative;
  top: 50%;
  margin: -260px auto 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modal-container .login-modal .modal-left {
  width: 335px;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #EDF6FF;
  text-align: center;
  border-radius: 8px 0px 0px 8px;
}
.modal-container .login-modal .modal-left .modal-logo {
  width: 200px;
  height: 61px;
  margin: 75px 0 32px 0;
}
.modal-container .login-modal .modal-left .modal-code {
  width: 176px;
  height: 174px;
  margin: 0 0 25px 0;
}
.modal-container .login-modal .modal-left div {
  font-size: 15px;
  font-family: MicrosoftYaHei;
  color: #333333;
}
.modal-container .login-modal .modal-left div span {
  color: #FD363F;
}
.modal-container .login-modal .modal-right {
  width: 568px;
  height: 100%;
  padding: 60px 0 0 84px;
}
.modal-container .login-modal .modal-right .header-wrapper {
  padding: 0 0 30px 70px;
  position: relative;
}
.modal-container .login-modal .modal-right .header-wrapper .login-type {
  font-size: 22px;
  font-family: MicrosoftYaHei;
  color: #545454;
  margin-right: 50px;
  cursor: pointer;
}
.modal-container .login-modal .modal-right .header-wrapper .login-type.chooseItem {
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #202020;
}
.modal-container .login-modal .modal-right .header-wrapper .login-tip {
  position: absolute;
  top: 33px;
  left: 0;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #A9A9A9;
}
.modal-container .login-modal .modal-right .login-form {
  width: 380px;
}
.modal-container .login-modal .modal-right .login-form .help-block {
  position: absolute;
}
.modal-container .login-modal .modal-right .login-form .form-control-feedback {
  top: 11px;
  right: -47px;
}
.modal-container .login-modal .modal-right .login-form .form-group {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
}
.modal-container .login-modal .modal-right .login-form .form-group .input-wrapper {
  position: relative;
}
.modal-container .login-modal .modal-right .login-form .form-group .input-wrapper input {
  width: 100%;
  height: 55px;
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  padding: 15px 0 15px 61px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}
.modal-container .login-modal .modal-right .login-form .form-group .input-wrapper img {
  position: absolute;
  width: 16px;
  height: 24px;
  top: 16px;
  left: 22px;
}
.modal-container .login-modal .modal-right .login-form .form-group .input-wrapper img.lock-img {
  width: 21px;
  height: 24px;
  left: 20px;
}
.modal-container .login-modal .modal-right .login-form .form-group .input-wrapper .code-btn {
  position: absolute;
  height: 55px;
  width: 170px;
  top: 0;
  right: 0;
  border-left: 1px solid #DEDEDE;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  line-height: 55px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #0284FF;
  cursor: pointer;
}
.modal-container .login-modal .modal-right .login-form .form-group .opt-wrapper .checkbox {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #969696;
  padding: 0;
}
.modal-container .login-modal .modal-right .login-form .form-group .opt-wrapper .checkbox label {
  padding: 0;
}
.modal-container .login-modal .modal-right .login-form .form-group .opt-wrapper .checkbox input {
  margin: 0 10px 0 0;
  position: relative;
  width: 16px;
  height: 16px;
  border: 2px solid #eee;
  border: 3px;
}
.modal-container .login-modal .modal-right .login-form .form-group .opt-wrapper span {
  margin-top: -2px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #969696;
}
.modal-container .login-modal .modal-right .login-form .form-group .opt-wrapper a {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #969696;
}
.modal-container .login-modal .modal-right .login-form .login-btn {
  width: 380px;
  height: 55px;
  background: #FD363F;
  border-radius: 8px;
  text-align: center;
  line-height: 55px;
  padding: 0;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  outline: none;
  border: none;
}
.modal-container .login-modal .modal-right .login-form .to-register {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #545454;
  margin: 16px 0;
  text-align: center;
}
.modal-container .login-modal .modal-right .login-form .to-register a {
  color: #FD363F;
}
.modal-container .login-modal .modal-right .login-form .wx-wrapper {
  width: 380px;
  text-align: center;
}
.modal-container .login-modal .modal-right .login-form .wx-wrapper .wx-login {
  margin: 0 auto;
  width: 24px;
  height: 20px;
}
.modal-container2 {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.49);
  display: none;
}
.modal-container2 .login-modal {
  display: none;
  width: 903px;
  height: 513px;
  background: #fff;
  border-radius: 8px;
  position: relative;
  top: 50%;
  margin: -260px auto 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modal-container2 .login-modal .modal-left {
  width: 335px;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #EDF6FF;
  text-align: center;
  border-radius: 8px 0px 0px 8px;
}
.modal-container2 .login-modal .modal-left .modal-logo {
  width: 200px;
  height: 61px;
  margin: 75px 0 32px 0;
}
.modal-container2 .login-modal .modal-left .modal-code {
  width: 176px;
  height: 174px;
  margin: 0 0 25px 0;
}
.modal-container2 .login-modal .modal-left div {
  font-size: 15px;
  font-family: MicrosoftYaHei;
  color: #333333;
}
.modal-container2 .login-modal .modal-left div span {
  color: #FD363F;
}
.modal-container2 .login-modal .modal-right {
  width: 568px;
  height: 100%;
  padding: 60px 0 0 84px;
  position: relative;
}
.modal-container2 .login-modal .modal-right .closeLoginModalImg {
  position: absolute;
  top: 46px;
  right: 46px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.modal-container2 .login-modal .modal-right .header-wrapper {
  padding: 0 0 30px 70px;
  position: relative;
}
.modal-container2 .login-modal .modal-right .header-wrapper .login-type {
  font-size: 22px;
  font-family: MicrosoftYaHei;
  color: #545454;
  margin-right: 50px;
  cursor: pointer;
}
.modal-container2 .login-modal .modal-right .header-wrapper .login-type.chooseItem {
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #202020;
}
.modal-container2 .login-modal .modal-right .header-wrapper .login-tip {
  position: absolute;
  top: 33px;
  left: 0;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #A9A9A9;
}
.modal-container2 .login-modal .modal-right .login-form {
  width: 380px;
}
.modal-container2 .login-modal .modal-right .login-form .help-block {
  position: absolute;
}
.modal-container2 .login-modal .modal-right .login-form .form-control-feedback {
  top: 11px;
  right: -47px;
}
.modal-container2 .login-modal .modal-right .login-form .form-group {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
}
.modal-container2 .login-modal .modal-right .login-form .form-group .input-wrapper {
  position: relative;
}
.modal-container2 .login-modal .modal-right .login-form .form-group .input-wrapper input {
  width: 100%;
  height: 55px;
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  padding: 15px 0 15px 61px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}
.modal-container2 .login-modal .modal-right .login-form .form-group .input-wrapper img {
  position: absolute;
  width: 16px;
  height: 24px;
  top: 16px;
  left: 22px;
}
.modal-container2 .login-modal .modal-right .login-form .form-group .input-wrapper img.lock-img {
  width: 21px;
  height: 24px;
  left: 20px;
}
.modal-container2 .login-modal .modal-right .login-form .form-group .input-wrapper .code-btn {
  position: absolute;
  height: 55px;
  width: 170px;
  top: 0;
  right: 0;
  border-left: 1px solid #DEDEDE;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  line-height: 55px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #0284FF;
  cursor: pointer;
}
.modal-container2 .login-modal .modal-right .login-form .form-group .opt-wrapper .checkbox {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #969696;
  padding: 0;
}
.modal-container2 .login-modal .modal-right .login-form .form-group .opt-wrapper .checkbox label {
  padding: 0;
}
.modal-container2 .login-modal .modal-right .login-form .form-group .opt-wrapper .checkbox input {
  margin: 0 10px 0 0;
  position: relative;
  width: 16px;
  height: 16px;
  border: 2px solid #eee;
  border: 3px;
}
.modal-container2 .login-modal .modal-right .login-form .form-group .opt-wrapper span {
  margin-top: -2px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #969696;
}
.modal-container2 .login-modal .modal-right .login-form .form-group .opt-wrapper a {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #969696;
}
.modal-container2 .login-modal .modal-right .login-form .login-btn {
  width: 380px;
  height: 55px;
  background: #FD363F;
  border-radius: 8px;
  text-align: center;
  line-height: 55px;
  padding: 0;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  outline: none;
  border: none;
}
.modal-container2 .login-modal .modal-right .login-form .to-register {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #545454;
  margin: 16px 0;
  text-align: center;
}
.modal-container2 .login-modal .modal-right .login-form .to-register a {
  color: #FD363F;
}
.modal-container2 .login-modal .modal-right .login-form .wx-wrapper {
  width: 380px;
  text-align: center;
}
.modal-container2 .login-modal .modal-right .login-form .wx-wrapper .wx-login {
  margin: 0 auto;
  width: 24px;
  height: 20px;
}
.modal-container1 {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.49);
  display: none;
}
.modal-container1 .vip-limit-modal {
  -width: 434px;
  background: #FFFFFF;
  border-radius: 6px;
  -margin: 370px auto 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 33px 0 44px 0;
  text-align: center;
  display: none;
}
.modal-container1 .vip-limit-modal .title {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #333333;
  margin-bottom: 24px;
}
.modal-container1 .vip-limit-modal .closeModalIcon {
  width: 12px;
  height: 12px;
  top: 23px;
  right: 28px;
  position: absolute;
  cursor: pointer;
}
.modal-container1 .vip-limit-modal .modal-desc {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #666666;
  margin-bottom: 40px;
}
.modal-container1 .vip-limit-modal .modal-desc div {
  line-height: 28px;
}
.modal-container1 .vip-limit-modal .opt-wrapper {
  width: 280px;
  margin: 0 auto;
}
.modal-container1 .vip-limit-modal .opt-wrapper div {
  width: 120px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  cursor: pointer;
}
.modal-container1 .vip-limit-modal .opt-wrapper div.cancel {
  border-radius: 4px;
  border: 1px solid #DDDFE6;
  color: #666666;
}
.modal-container1 .vip-limit-modal .opt-wrapper div.buy-vip {
  background: #FD363F;
  border-radius: 4px;
  color: #FFFFFF;
}
.modal-container1 .vip-limit-modal .opt-wrapper div.close-btn {
  display: block;
  margin: 0 auto;
  background: #FD363F;
  border-radius: 4px;
  color: #FFFFFF;
}
.modal-container1 .vip-limit-modal .opt-wrapper a {
  width: 120px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  cursor: pointer;
}
.modal-container1 .vip-limit-modal .opt-wrapper a.cancel {
  border-radius: 4px;
  border: 1px solid #DDDFE6;
  color: #666666;
}
.modal-container1 .vip-limit-modal .opt-wrapper a.buy-vip {
  background: #FD363F;
  border-radius: 4px;
  color: #FFFFFF;
}
.modal-container1 .vip-limit-modal .opt-wrapper a.close-btn {
  display: block;
  margin: 0 auto;
  background: #FD363F;
  border-radius: 4px;
  color: #FFFFFF;
}
.modal-container3 {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.49);
  -display: none;
}
.modal-container3 .feedback-modal {
  width: 638px;
  background: #FFFFFF;
  border-radius: 6px;
  margin: 183px auto 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 33px 28px;
  -display: none;
}
.modal-container3 .feedback-modal .title {
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #333333;
  margin-bottom: 40px;
  text-align: center;
}
.modal-container3 .feedback-modal .closeModalIcon {
  width: 12px;
  height: 12px;
  top: 23px;
  right: 28px;
  position: absolute;
  cursor: pointer;
}
.modal-container3 .feedback-modal .feedback-item {
  position: relative;
  margin-bottom: 30px;
}
.modal-container3 .feedback-modal .feedback-item .feedback-label {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #333333;
  margin-bottom: 10px;
}
.modal-container3 .feedback-modal .feedback-item .feedback-label span {
  color: #FF4233;
}
.modal-container3 .feedback-modal .feedback-item textarea {
  width: 582px;
  height: 104px;
  background: #F5F6F8;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px;
  border: none;
}
.modal-container3 .feedback-modal .feedback-item .input-length-tip {
  position: absolute;
  bottom: 16px;
  right: 16px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #999999;
}
.modal-container3 .feedback-modal .feedback-item .feedback-file {
  width: 70px;
  height: 70px;
  border: none;
  outline: none;
  opacity: 0;
}
.modal-container3 .feedback-modal .feedback-item .cover-img {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 32px;
  left: 0;
}
.modal-container3 .feedback-modal .feedback-item .feedback-tel {
  background: #F5F6F8;
  border-radius: 2px;
}
.modal-container3 .feedback-modal .feedback-tip {
  width: 582px;
  height: 41px;
  background: #FFEFEA;
  border-radius: 5px;
  line-height: 41px;
  font-size: 13px;
  font-family: MicrosoftYaHei;
  color: #333333;
}
.modal-container3 .feedback-modal .feedback-tip img {
  width: 14px;
  height: 14px;
  margin: 0 13px;
}
.modal-container3 .feedback-modal .feedback-tip .tip-title {
  font-size: 13px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #FF7810;
}
.modal-container3 .feedback-modal .submit-btn {
  width: 120px;
  height: 40px;
  background: #FD363F;
  border-radius: 4px;
  margin: 36px auto 0 auto;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  cursor: pointer;
}
.modal-container3 .feedback-modal .submit-btn:hover {
  opacity: 0.8;
}
.pay-modal {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.49);
}
.pay-modal .inner-pay-modal {
  width: 700px;
}
.pay-modal .inner-pay-modal .inner-modal-header {
  position: relative;
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #FFFFFF;
  background: url("../../dist/imgs/projectQuery/match_bg_pay@2x.png");
  background-size: 100% 100%;
}
.pay-modal .inner-pay-modal .inner-modal-header .close-btn {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 30px;
  top: 25px;
  cursor: pointer;
}
.pay-modal .inner-pay-modal .inner-modal-main {
  width: 700px;
  -height: 467px;
  background: #FFFFFF;
  border-radius: 10px;
  margin-top: -10px;
  position: relative;
  padding: 0 0 0 31px;
}
.pay-modal .inner-pay-modal .inner-modal-main .pay-info {
  padding: 38px 0;
}
.pay-modal .inner-pay-modal .inner-modal-main .pay-info .info-item {
  margin-bottom: 16px;
  font-size: 15px;
  color: #8D9AB0;
}
.pay-modal .inner-pay-modal .inner-modal-main .pay-info .info-item span {
  color: #313748;
  margin-left: 6px;
}
.pay-modal .inner-pay-modal .inner-modal-main .title-wrapper {
  display: flex;
  align-items: center;
  padding: 0 0 12px 5px;
  border-bottom: 1px solid #EBEBEB;
  font-size: 14px;
  color: #443E3E;
  margin-bottom: 19px;
}
.pay-modal .inner-pay-modal .inner-modal-main .title-wrapper img {
  width: 19px;
  height: auto;
  margin-right: 10px;
}
.pay-modal .inner-pay-modal .inner-modal-main .pay-code-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 38px 35px;
}
.pay-modal .inner-pay-modal .inner-modal-main .pay-code-wrapper .code-wrapper {
  position: relative;
  width: 151px;
  height: 151px;
  background: #FFFFFF;
  border-radius: 2px;
  padding: 9px;
  border: 1px solid #F2F2F2;
  margin-right: 45px;
}
.pay-modal .inner-pay-modal .inner-modal-main .pay-code-wrapper .code-wrapper .code-img {
  width: 100%;
  height: auto;
}
.pay-modal .inner-pay-modal .inner-modal-main .pay-code-wrapper .code-wrapper .scan-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 14px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  background: rgba(255, 255, 255, 0.6);
}
.pay-modal .inner-pay-modal .inner-modal-main .pay-code-wrapper .code-wrapper .scan-wrapper img {
  width: 28px;
  height: 28px;
  margin: 52px 0 7px 0;
}
.pay-modal .inner-pay-modal .inner-modal-main .pay-code-wrapper .amount-info .amount-wrapper {
  font-size: 16px;
  color: #333333;
}
.pay-modal .inner-pay-modal .inner-modal-main .pay-code-wrapper .amount-info .amount-wrapper span {
  font-size: 17px;
  color: #F34538;
}
.pay-modal .inner-pay-modal .inner-modal-main .pay-code-wrapper .amount-info .amount-wrapper span.amount {
  font-size: 30px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
}
.pay-modal .inner-pay-modal .inner-modal-main .pay-code-wrapper .amount-info .pay-type {
  align-items: center;
  margin-top: 16px;
  font-size: 14px;
  color: #666666;
  display: flex;
}
.pay-modal .inner-pay-modal .inner-modal-main .pay-code-wrapper .amount-info .pay-type img {
  width: 20px;
  height: 20px;
  margin-right: 13px;
}
.modal-container4 {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.49);
}
.modal-container4 .invoice-modal {
  width: 720px;
  background: #FFFFFF;
  border-radius: 6px;
  margin: 50px auto 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 33px 28px;
}
.modal-container4 .invoice-modal .help-block {
  position: absolute;
  left: 200px;
  top: 50px;
}
.modal-container4 .invoice-modal .title {
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #333333;
  margin-bottom: 40px;
  text-align: center;
}
.modal-container4 .invoice-modal .closeModalIcon {
  width: 12px;
  height: 12px;
  top: 23px;
  right: 28px;
  position: absolute;
  cursor: pointer;
}
.modal-container4 .invoice-modal .invoice-form .form-group {
  margin: 0 0 30px 0;
}
.modal-container4 .invoice-modal .invoice-form .form-group .input-label {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #202020;
  width: 199px;
  text-align: right;
  line-height: 47px;
}
.modal-container4 .invoice-modal .invoice-form .form-group .form-control {
  width: 381px;
  height: 47px;
  border: 1px solid #F5F6F8;
  border-radius: 4px;
}
.modal-container4 .invoice-modal .invoice-form .form-group .radio-inline {
  font-size: 16px;
  margin-right: 20px;
}
.modal-container4 .invoice-modal .invoice-form .form-group .radio-inline .institution-type {
  width: 20px;
  height: 20px;
}
.modal-container4 .invoice-modal .invoice-form .form-group .radio-inline span {
  display: block;
  margin: 3px 0 0 10px;
}
.modal-container4 .invoice-modal .invoice-form .invoice-btn {
  display: block;
  width: 320px;
  height: 54px;
  background: #0284FF;
  border-radius: 4px;
  text-align: center;
  line-height: 54px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  margin: 40px auto 10px auto;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
}
.modal-container4 .invoice-modal .invoice-form .invoice-tip {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FF4848;
  text-align: center;
}
.modal-container5 {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.49);
}
.modal-container5 .preview-img {
  width: 600px;
  height: auto;
  display: block;
  margin: 0 auto;
  transform: translateY(200px);
}
.temp-container {
  width: 100%;
  font-family: MicrosoftYaHei;
  position: relative;
}
.temp-bottom {
  width: 100%;
  background: #232830;
  position: relative;
  border-top: 4px solid #F34438;
}
.temp-bottom .temp-bottom-main {
  position: relative;
  z-index: 99;
  width: 1200px;
  margin: 0 auto;
  background: rgba(35, 40, 48, 0.5);
  -padding-left: 49px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.temp-bottom .temp-bottom-main .temp-btm-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 37px 0 10px 0;
  -border-bottom: 1px solid #4A526E;
}
.temp-bottom .temp-bottom-main .temp-btm-content .temp-content-item {
  width: 142px;
  color: #fff;
  text-align: left;
}
.temp-bottom .temp-bottom-main .temp-btm-content .temp-content-item.contact-us {
  width: 200px;
}
.temp-bottom .temp-bottom-main .temp-btm-content .temp-content-item .item-label {
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.temp-bottom .temp-bottom-main .temp-btm-content .temp-content-item .link-wrapper a {
  display: block;
  font-size: 13px;
  font-family: MicrosoftYaHei;
  color: #acafbc;
  margin-bottom: 20px;
}
.temp-bottom .temp-bottom-main .temp-btm-content .temp-content-item .link-wrapper a:hover {
  color: #fff;
}
.temp-bottom .temp-bottom-main .temp-btm-content .temp-content-item .link-wrapper .contact-item {
  font-size: 13px;
  font-family: MicrosoftYaHei;
  color: #acafbc;
  margin-bottom: 20px;
}
.temp-bottom .temp-bottom-main .temp-btm-content .attention-us {
  margin-left: 370px;
}
.temp-bottom .temp-bottom-main .temp-btm-content .attention-us .item-label {
  text-align: center;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #ACAFBC;
  margin-bottom: 32px;
}
.temp-bottom .temp-bottom-main .temp-btm-content .attention-us .item-label span {
  margin-left: 10px;
  font-size: 23px;
  font-family: Impact;
  color: #F34538;
}
.temp-bottom .temp-bottom-main .temp-btm-content .attention-us .attention-detail {
  display: flex;
  justify-content: center;
}
.temp-bottom .temp-bottom-main .temp-btm-content .attention-us .attention-detail .attention-item {
  text-align: center;
  -margin-right: 55px;
  font-size: 13px;
  font-family: MicrosoftYaHei;
  color: #ACAFBC;
}
.temp-bottom .temp-bottom-main .temp-btm-content .attention-us .attention-detail img {
  width: 70px;
  height: 70px;
  margin-top: 20px;
}
.temp-bottom .temp-bottom-main .temp-btn-trench {
  padding: 20px 0 20px 0;
}
.temp-bottom .temp-bottom-main .temp-btn-trench span {
  font-size: 13px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  -margin: 0 19px 0 175px;
  margin: 0 19px 0 0;
}
.temp-bottom .temp-bottom-main .temp-btn-trench a {
  margin-left: 30px;
  font-size: 13px;
  font-family: MicrosoftYaHei;
  color: #ACAFBC;
}
.temp-bottom .temp-bottom-main .temp-btn-trench a:hover {
  color: #fff;
}
.temp-bottom .temp-bottom-main .temp-btn-trench a.noMarLeft {
  margin-left: 0;
}
.temp-bottom .temp-bottom-main .btm-tabs {
  width: 100%;
}
.temp-bottom .temp-bottom-main .btm-tabs .tab-header {
  height: 31px;
  border: 1px solid #626A86;
  border-bottom: none;
  line-height: 31px;
  width: 583px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #ACAFBC;
}
.temp-bottom .temp-bottom-main .btm-tabs .tab-header .tab-header-item {
  width: 116px;
  text-align: center;
  cursor: pointer;
}
.temp-bottom .temp-bottom-main .btm-tabs .tab-header .tab-header-item.tabActive {
  background: #fff;
  color: #383f5e;
}
.temp-bottom .temp-bottom-main .btm-tabs .tab-content {
  -height: 78px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #626A86;
  padding: 17px 28px 7px 28px;
  color: #ACAFBC;
  font-size: 13px;
}
.temp-bottom .temp-bottom-main .btm-tabs .tab-content a {
  float: left;
  font-size: 13px;
  font-family: MicrosoftYaHei;
  color: #ACAFBC;
  margin-bottom: 10px;
}
.temp-bottom .temp-bottom-main .btm-tabs .tab-content a:hover {
  color: #fff;
}
.temp-bottom .temp-bottom-main .btm-tabs .tab-content span {
  float: left;
  margin: 0 17px;
}
.temp-bottom .record-wrapper {
  width: 100%;
  padding: 15px 0;
  font-size: 13px;
  font-family: MicrosoftYaHei;
  color: #ACAFBC;
  background: #191D23;
  text-align: center;
  margin-top: 15px;
}
.temp-bottom .left-bg {
  width: 386px;
  height: 271px;
  position: absolute;
  bottom: 48px;
  left: 14px;
}
.temp-bottom .right-bg {
  width: 338px;
  height: 237px;
  position: absolute;
  bottom: 48px;
  right: 0;
}
.common-breadcrumb {
  width: 100%;
}
.common-breadcrumb .inner-breadcrumb {
  width: 1180px;
  padding: 17px 0 17px 0;
  margin: 0 auto;
}
.common-breadcrumb .inner-breadcrumb a {
  font-size: 13px;
  font-family: MicrosoftYaHei;
  color: #666666 !important;
}
.common-breadcrumb .inner-breadcrumb a.red {
  color: #E60113 !important;
}
.login-scroll {
  display: flex;
  align-items: center;
  -width: 834px;
  height: 41px;
  background: #FFEFEA;
  border-radius: 5px;
  padding: 0 0 0 22px;
  font-size: 13px;
  color: #333333;
  margin: 20px 0;
}
.login-scroll .status {
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #FF7810;
}
.login-scroll .opt-btn {
  height: 24px;
  background: #F34537;
  border-radius: 2px;
  line-height: 24px;
  padding: 0 20px;
  cursor: pointer;
  color: #FFFFFF;
  margin: 0 6px;
}
/*# sourceMappingURL=template.css.map */