@charset "UTF-8";

.wb100 {
    width: 100%;
  }
  .j-sb {
    justify-content: space-between;
  }
  .width1230 {
    width: 1200px;
    margin: 0 auto;
  }
  .suckTheTop {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin-top: -40px;
  }
  .mb44 {
    margin-bottom: 44px;
  }
  .normalTab-box {
    height: 70px;
    background-color: #fff;
    box-shadow: 0px 5px 10px 0px rgba(206, 206, 206, 0.2);
  
    margin: auto;
    padding-top: 20px;
    box-sizing: border-box;
  }
  .bgF8FBFF {
    background-color: #f8fbff;
  }
  .Tab-item {
    text-align: center;
    cursor: pointer;
    position: relative;
  }
  .Tab-item:hover .tit {
    color: #2537bd;
  }
  .Tab-item .tit {
    font-size: 20px;
    font-family: PingFang SC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
    margin-bottom: 19px;
  }
  .Tab-item .border {
    width: 90%;
    background-color: #fff;
    height: 3px;
  }
  .Tab-item-active .border {
    background-color: #2537bd;
    margin: 0 auto;
  }
  .Tab-item-active .tit {
    color: #2537bd;
    font-weight: bold;
  }
  .Tab-item .tab-item-img {
    width: 156px;
    height: auto;
    position: relative;
    top: -10px;
  }
  .a-f-e {
    align-items: flex-end;
  }
  .pc-tit {
    padding: 0 7px;
    height: 56px;
    font-size: 40px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #3d3e80;
    line-height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
  }
  .pc-tit::before {
    content: "";
    display: block;
    height: 10px;
    width: 60px;
    background: url("https://img1.17img.cn/ui/art/xulj/2023/11/1122/left.png")
      no-repeat;
    background-size: auto 10px;
    background-position: center left;
  }
  .mb40 {
    margin-bottom: 40px;
  }
  .pc-tit::after {
    content: "";
    display: block;
    height: 10px;
    width: 60px;
    background: url("https://img1.17img.cn/ui/art/xulj/2023/11/1122/right.png")
      no-repeat;
    background-size: auto 10px;
    background-position: center right;
  }
  .pc-tit.noneWl {
    height: 10px;
  }
  .pc-tit.noneWl::after {
    content: '';
    display: none;
  }
  .pc-tit.noneWl::before {
    content: '';
    display: none;
  }
  .pc-tit-bg {
    position: absolute;
    bottom: 2px;
    left: 50%;
    width: 100%;
    height: 12px;
    background: #a7baf8;
    transform: translateX(-50%);
    z-index: -9;
  }
  
  .pc-act-container {
    height: auto;
    background: #ffffff;
    border-radius: 6px;
    background: url("https://img1.17img.cn/ui/art/xulj/2023/11/1122/zjj-bg.png")
      no-repeat;
    background-size: 100% 100%;
    padding: 36px 38px 19px 28px;
    box-sizing: border-box;
  }
  
  .pc-act-container .tit {
    display: flex;
    align-items: center;
  }
  .pc-act-container .tit img {
    height: 42px;
    width: auto;
    margin-right: 7px;
  }
  .pc-act-container .tit h1 {
    font-size: 32px;
    font-family: YouSheBiaoTiHei, YouSheBiaoTiHei;
    font-weight: 400;
    color: #000000;
    line-height: 38px;
  }
  .mb21 {
    margin-bottom: 21px;
  }
  .mb25 {
    margin-bottom: 25px;
  }
  .mb35 {
    margin-bottom: 35px;
  }
  .pc-act-container .act-header .act-count p.txt {
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    color: #2537bd;
    margin-right: 14px;
  }
  .j-sd {
    justify-content: space-between;
  }
  .m0a {
    margin: 0 auto;
  }
  .mb60 {
    margin-bottom: 60px;
  }
  .mb147 {
    margin-bottom: 147px;
  }
  .mb110 {
    margin-bottom: 110px;
  }
  
  .countDown .num {
    width: 33px;
    height: 31px;
    background: #2537bd;
    border-radius: 4px 4px 4px 4px;
    margin-right: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 31px;
  }
  .countDown .text {
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #2537bd;
    line-height: 31px;
    margin-right: 6px;
  }
  
  .pc-act-container .act-text,
  .pc-act-container .act-text p {
    font-size: 16px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #1f2154;
    line-height: 30px;
  }
  
  .pc-act-container .act-action-btn {
    width: 333px;
    height: 81px;
    background: linear-gradient(90deg, #186afc 0%, #43b8e7 100%);
    border-radius: 8px 8px 8px 8px;
    padding: 12px 0;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
  }
  .pc-act-container .act-action-btn:hover::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 8px 8px 8px 8px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .pc-act-container .act-action-btn img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  .pc-act-container .act-action-btn .txt p {
    height: 36px;
    font-size: 26px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    color: #ffffff;
    line-height: 30px;
  }
  .pc-act-container .act-action-btn .txt span {
    height: 20px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    line-height: 16px;
  }
  .pc-act-container .act-action-btn .txt span em {
    font-weight: 600 !important;
  }
  
  .pc-act-container .act-action-btn.act-action-btn-red {
    background: linear-gradient(88deg, #fc5c18 0%, #efa651 100%);
  }
  
  .pc-act-container .act-footer img {
    width: 78px;
    min-width: 78px;
    height: auto;
    margin-right: 25px;
  }
  
  .pc-act-container .act-footer .swiper-container-zxsj {
    width: 1000px;
    height: 20px;
  }
  .pc-act-container .act-footer .swiper-container-zxsj a {
    display: inline-block;
    height: 20px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #202933;
    line-height: 20px;
  }
  .swiper-container-zxsj .swiper-slide {
    transition-property: all;
    width: 340px;
  }
  .swiper-container-zxsj .swiper-wrapper,
  .swiper-container-zzb .swiper-wrapper {
    /* 杩欓噷鏄敼鍙樺叾鍔ㄧ敾鏁堟灉涓哄寑閫熷舰寮忥紝涓嶅姞姝ゆ牱寮忕殑璇濅細閫犳垚婊氬姩鍗￠】锛岀湅璧锋潵鏁堟灉涓嶅钩婊� */
    /* 鏍峰紡鍋氫簡鍚勭娴忚鍣ㄧ殑鍏煎 */
    transition-timing-function: linear !important;
    -webkit-transition-timing-function: linear !important;
    -moz-transition-timing-function: linear !important;
    -ms-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
  }
  .mr44 {
    margin-right: 44px;
  }
  .booth-box {
    margin-bottom: 30px;
    max-height: 8238px;
    overflow: hidden;
  }

  .booth-box.hAutoShow {
    max-height: none;
    overflow: visible;
  }
  
  .booth-box .booth-item {
    width: 586px;
    height: 385px;
    padding: 24px 23px;
    box-sizing: border-box;
    background: url("https://img1.17img.cn/ui/art/xulj/2023/11/1122/sj-bg.png")
      no-repeat;
    background-size: 100% 100%;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 28px;
  }
  .booth-item-header {
    display: flex;
    align-items: center;
    margin-bottom: 19px;
  }
  .booth-item-header .img-box {
    width: 145px;
    min-width: 145px;
    height: 82px;
    background: #ffffff;
    border-radius: 5px 5px 5px 5px;
    padding: 16px 11px;
    box-sizing: border-box;
    margin-right: 18px;
  }
  .booth-item-header .img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .booth-item-header .content {
    flex: 1;
  }
  .booth-item-header .content .tit {
    font-size: 20px;
    font-weight: 500;
    color: #153569;
    line-height: 23px;
    margin-bottom: 12px;
    width: 377px;
  }
  .booth-item-header .log-list {
    height: 24px;
    background: rgba(17, 17, 17, 0.22);
    border-radius: 4px 4px 4px 4px;
    box-sizing: border-box;
    padding: 3px 4px;
  }
  .booth-item-header .log-list img {
    width: 24px;
    height: 18px;
    background: #ffffff;
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    object-fit: contain;
    margin-left: 7px;
  }
  .booth-item-header .log-list img:first-child {
    margin-left: 0;
  }
  
  .booth-item-body .booth-commodity {
    width: 169px;
    height: 248px;
    background: #ffffff;
    border-radius: 10px 10px 10px 10px;
    box-sizing: border-box;
    margin-right: 16px;
    position: relative;
  }
  
  .booth-item-body .booth-commodity.hot::before {
    content: "";
    width: 44px;
    height: 26px;
    background: url("https://img1.17img.cn/ui/art/xulj/2023/11/1122/hot.png")
      no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 4px;
    right: 4px;
  }
  .booth-item-body .booth-commodity img {
    height: 148px;
    width: 100%;
    /* object-fit: contain; */
    border-radius: 10px 10px 0 0;
    margin-bottom: 11px;
    border: 6px solid #fff;
      border-bottom: none;
      box-sizing: border-box;
  }
  
  .booth-item-body .booth-commodity p {
    height: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 19px;
    margin-bottom: 2;
    padding: 0 5px;
  }
  
  .booth-item-body .booth-commodity .booth-btn-box {
    background: url("https://img1.17img.cn/ui/art/xulj/2023/11/1122/bg1.png")
      no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    width: 169px;
    height: 65px;
    padding: 5px 5px 0 5px;
    box-sizing: border-box;
  }
  
  .booth-item-body .booth-commodity:nth-child(3n) {
    margin-right: 0;
  }
  
  .booth-item-body .booth-commodity .booth-btn-box .booth-commodity-btn {
    width: 159px;
    height: 38px;
    border-radius: 7px 7px 7px 7px;
    background: url("https://img1.17img.cn/ui/art/xulj/2023/11/1122/an1.png")
      no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    font-size: 13px;
    padding: 0 10px;
    box-sizing: border-box;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
  }
  .booth-item-body .booth-commodity .booth-btn-box .booth-commodity-btn .zhek {
    padding: 0 5px;
    font-family: PingFang SC, PingFang SC;
    font-size: 30px;
  }
  .booth-item-body .booth-commodity .booth-btn-box .booth-commodity-btn.hongbao {
    background: url("https://img1.17img.cn/ui/art/xulj/2023/11/1122/ling.png")
      no-repeat;
    background-size: 100% 100%;
    font-size: 12px;
  }
  .booth-footer {
    border-top: 1px solid #d8d8d8;
    padding-top: 14px;
    display: flex;
    justify-content: space-between;
  }
  .booth-btn {
    width: 94px;
    height: 34px;
    background: #158fff;
    border-radius: 4px 4px 4px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 35px;
    cursor: pointer;
  }
  .booth-btn.booth-btn-tel img {
    width: 11px;
    height: 12px;
    margin-right: 4px;
    object-fit: contain;
  }
  .booth-btn.booth-btn-tel:hover {
    background: #1045a2;
  }
  .booth-btn.booth-btn-minPrice {
    background: #fca118;
  }
  .booth-btn.booth-btn-minPrice:hover {
    background-color: #de8e16;
  }
  .booth-btn.booth-btn-minPrice img {
    width: 11px;
    height: 11px;
    margin-right: 2px;
    object-fit: contain;
  }
  .mb100 {
    margin-bottom: 100px;
  }
  .inspect-box {
    background-image: url("https://img1.17img.cn/ui/art/xulj/2023/11/1122/bg.png");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% 780px;
    padding-bottom: 148px;
  }
  .mb67 {
    margin-bottom: 67px;
  }
  .mb57 {
    margin-bottom: 57px;
  }
  .activtInfor {
    padding: 30px;
    background-color: #fff;
    margin-bottom: 70px;
    position: relative;
  }
  .activtInfor-right-item {
    margin-bottom: 15px;
  }
  .activtInfor-right-item:hover .tit {
    text-decoration: underline;
  }
  .activtInfor-right-item .tit {
    width: 450px;
    height: 25px;
    font-weight: 600;
    font-size: 18px;
    color: #202933;
    line-height: 21px;
  }
  .activtInfor-right-item .time {
    font-size: 16px;
    font-family: PingFangHK-Regular, PingFangHK;
    font-weight: 400;
    color: #767676;
  }
  .activtInfor-right-item .text {
    width: 574px;
    height: 56px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #4F5862;
    line-height: 28px;
  }
  .mb12 {
    margin-bottom: 12px;
  }
  .activtInfor-img {
    width: 537px;
    height: 358px;
    border-radius: 6px 6px 6px 6px;
    margin-right: 30px;
  }
  .activtInfor-img img {
    width: 100%;
    border-radius: 8px;
  }
  .activtInfor-right-item:nth-child(3n) {
    margin-bottom: 0;
  }
  .inspect-item-label {
    width: 124px;
    font-size: 16px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #5c5c5c;
  }
  .inspect-item-right {
  }
  .inspect-auto {
    width: 1230px;
    background: #ffffff;
    border-radius: 25px;
    padding: 70px 0 65px 0;
  }
  .more-btn-zx {
    position: absolute;
    bottom: 28px;
    right: 216px;
    width: 122px;
height: 34px;
border-radius: 6px 6px 6px 6px;
border: 1px solid #4F5862;
font-weight: 400;
font-size: 16px;
color: #4F5862;
line-height: 34px;
text-align: center;
cursor: pointer;
  }
  .more-btn-zx
  .inspect-auto .btn {
    width: 282px;
    height: 50px;
    background: #fa5b3a;
    border-radius: 30px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #ffffff;
    margin: 0 auto;
    cursor: pointer;
  }
  .inspect-item-right textarea {
    font-size: 14px;
  }
  .formBox {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
  }
  .form-item {
    margin: 0 auto 2px;
    width: 700px;
    position: relative;
  }
  .form-item.required::after {
    content: '*';
    display: block;
    position: absolute;
    top: 12px;
    left: -14px;
    font-weight: 400;
font-size: 14px;
    color: #FF6332;
  }
  .flex-s {
    flex-shrink: 0;
  }
  .tl {
    text-align: left;
  }
  .form-item .tit {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #5c5c5c;
    margin-right: 30px;
    width: 95px;
    text-align: right;
    padding-top: 11px;
  }
  .form-item .xing {
    font-size: 14px;
    color: red;
    vertical-align: middle;
    display: inline-block;
    height: 44px;
  }
  .s-n {
    text-align: justify;
    width: 95px;
    display: inline-block;
    vertical-align: middle;
  }
  
  .s-n:after {
    display: inline-block;
    width: 100%;
    content: "";
  }
  .form-item .form-input {
    width: 596px;
    line-height: 35px;
    border-radius: 4px;
    border: 1px solid #e3e8f0 !important;
    padding: 0 10px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
  }
  .form-item .form-input-1 {
    width: 574px;
  }
  input:-webkit-autofill,
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus,
  input:-webkit-autofill:active,
  textarea:-webkit-autofill,
  textarea:-webkit-autofill:hover,
  textarea:-webkit-autofill:focus,
  textarea:-webkit-autofill:active,
  select:-webkit-autofill,
  select:-webkit-autofill:hover,
  select:-webkit-autofill:focus,
  select:-webkit-autofill:active {
    transition: background-color 600000s 0s, color 600000s 0s;
  }
  .form-first {
    display: flex;
    flex-direction: column;
  }
  .form-item .form-input::placeholder {
    font-size: 14px !important;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #9b9b9b !important;
  }
  .form-item-code {
    width: 596px;
    line-height: 35px;
    border-radius: 4px;
    border: 1px solid #e3e8f0 !important;
    font-size: 14px !important;
    color: #9b9b9b !important;
    font-weight: 400;
  }
  .form-item-code .form-input {
    width: 466px;
    border: none !important;
    line-height: 35px;
    -webkit-box-shadow: 0 0 0 1000pxwhiteinset;
  }
  .form-item-code .s-span {
    /* width: 136px; */
    display: inline-block;
    width: 128px;
    height: 35px;
    line-height: 35px;
    background: #fa5b3a;
    border-radius: 0px 4px 4px 0px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #fff;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .form-item-code .shu {
    width: 1px;
    height: 15px;
    background: #e3e8f0;
  }
  .form-item-code .hasCus {
    cursor: pointer;
    color: #fff;
  }
  .dataCome {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    text-align: right;
    margin: 20px 0 5px 0;
  }
  .bsd {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
  }
  .mosaic {
    color: transparent;
    text-shadow: #333 0 0 6px;
    user-select: none;
  }
  .hasDataBox {
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #4a4a4a;
    text-align: center;
    padding-top: 50px;
    margin-bottom: 40px;
  }
  .hasDataBox .num {
    font-size: 30px;
    font-weight: bold;
  }
  .hasDataBox .tiao {
    font-weight: bold;
  }
  .form-input-comDialog {
    position: absolute;
    top: 40px;
    width: 596px;
    left: 0;
    border: 1px solid #e3e8f0;
    border-top: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
    padding: 20px;
    max-height: 250px;
    overflow-y: auto;
    background-color: #fff;
    display: none;
    text-align: left;
    z-index: 2;
  }
  .comName {
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
  }
  .comName:hover {
    cursor: pointer;
    text-decoration: underline;
  }
  
  .errorTips {
    font-size: 14px;
    color: red;
    margin-top: 2px;
    display: block;
    opacity: 0;
  }
  .errorTips-active {
    opacity: 1;
  }
  .recommend-item {
    padding: 15px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
    width: 590px;
    margin-bottom: 20px;
  }
  .recommend-item:hover .tit {
    text-decoration: underline;
  }
  .recommend-item:hover .text {
    text-decoration: underline;
  }
  .recommend-item img {
    width: 150px;
    height: 100px;
    border-radius: 4px;
    object-fit: contain;
    margin-right: 20px;
  }
  .recommend-item-right {
    width: 385px;
  }
  .recommend-item-right .tit {
    width: 385px;
    font-size: 18px;
    font-family: PingFangHK-Medium, PingFangHK;
    font-weight: 500;
    color: #1a1a1a;
    line-height: 22px;
    margin-bottom: 12px;
  }
  .recommend-item-right .text {
    max-height: 63px;
    font-size: 14px;
    font-family: PingFangHK-Regular, PingFangHK;
    font-weight: 400;
    color: #767676;
    line-height: 20px;
    overflow: hidden;
  }
  .omit4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .recommend-box::after {
    content: "";
    width: 590px;
  }
  .sponsor-item {
    width: 227px;
    height: 165px;
    line-break: 130px;
    background: #ffffff;
    border-radius: 6px 6px 0px 0px;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 20px;
    margin-right: 16px;
  }
  .sponsor-item:nth-child(5n) {
    margin-right: 0;
  }
  .sponsor-item:hover img {
    transform: scale(1.1);
  }
  .sponsor-item img {
    width: 194px;
    height: 110px;
    object-fit: contain;
    transition: all 1s;
  }
  .sponsor-item-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    font-size: 16px;
    font-family: PingFangHK-Medium, PingFangHK;
    font-weight: 500;
    color: #ffffff;
    line-height: 24px;
    padding: 5px 20px;
  }
  .sponsor-box {
    margin-bottom: 75px !important;
  }
  .pc-foot {
    background-image: url("https://img1.17img.cn/ui/simg/woyaoce/2023/zjj/db-bg.png");
    background-repeat: no-repeat;
    background-size: auto 109px;
    height: 110px;
    padding-bottom: 30px;
  }
  .pc-foot p {
    font-size: 14px;
    font-family: PingFangHK-Regular, PingFangHK;
    font-weight: 400;
    color: #ffffff;
    line-height: 20px;
  }
  .pc-foot-inner {
    align-items: flex-end;
    height: 100%;
  }
  .pc-foot .shu {
    margin: 0 10px;
  }
  .pc-fixed {
    position: fixed;
    right: 10px;
    top: 50%;
    z-index: 100;
  }
  .pc-fixed-speed {
    position: absolute;
    z-index: 9;
    top: -118px;
    left: -37px;
  }
  .pc-fixed-speed img {
    width: 146px;
    height: 146px;
    cursor: pointer;
  }
  .pc-fixed-speed img:hover {
    opacity: 0.9;
    cursor: pointer;
  }
  .form-item .selectImg {
    width: 14px;
    height: 8px;
    position: absolute;
    top: 14px;
    right: 10px;
  }
  .pc-fixed-item {
    text-align: center;
  }
  .pc-fixed-item img {
    width: 55px;
    height: 61px;
    cursor: pointer;
    z-index: 2;
  }
  .pc-fixed-item img:hover {
    opacity: 0.9;
    cursor: pointer;
  }
  .pc-fixed-item .shareImg {
    position: relative;
  }
  .shareImg-box {
    width: 162px;
    background: #ffffff;
    text-align: center;
    padding: 10px 0 10px 0;
    position: absolute;
    left: -170px;
    top: -15px;
    display: none;
    box-shadow: 0px 5px 10px 0px rgba(206,206,206,0.2);
  }
  .shareImg-box .shareImg {
    width: 99px;
    height: auto;
  }
  .shareImg-box p {
    font-size: 12px;
    font-family: PingFangHK-Regular, PingFangHK;
    font-weight: 400;
    color: #333333;
  }
  .goToTop {
    width: 55px;
    height: 63px;
  }
  .shareBox {
    position: relative;
    height: 61px;
    width: 55px;
    cursor: pointer;
    z-index: 9;
  }
  .shareBox:hover .shareImg-box {
    display: block;
  }
  .consult-dialog {
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    display: none;
  }
  .consult-dialog-inner {
    height: 100vh;
  }
  .consult-dialog-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 900px;
    height: 500px;
    background: #fff;
  }
  .consult-title {
    width: 900px;
    height: 78px;
    background: #f55604;
    padding: 0 24px;
  }
  .consult-title p {
    font-size: 28px;
    font-family: PingFangHK-Semibold, PingFangHK;
    font-weight: 600;
    color: #ffffff;
  }
  .consult-title img {
    width: 24px;
    cursor: pointer;
  }
  .consult-dialog-content .tit {
    font-size: 20px;
    font-family: PingFangHK-Regular, PingFangHK;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    margin-bottom: 50px;
    margin-top: 30px;
  }
  .consult-eq {
    width: 245px;
    height: 245px;
    line-height: 245px;
    border: 1px solid #e9e9e9;
    margin: 0 auto;
  }
  .consult-eq img {
    width: 220px;
    height: 219px;
  }
  .floorPrice-dialog {
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    display: none;
    overflow: auto;
  }
  .floorPrice-dialog-inner {
    height: 100vh;
  }
  .floorPrice-dialog-content {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    margin-top: 48px;
    width: 833px;
    height: auto;
    background: #ffffff;
    box-shadow: 4px 3px 27px 0px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    padding: 0 0 24px 0;
    border-radius: 6px;
    overflow: hidden;
  }
  .closeBtn {
    width: 24px;
    position: absolute;
    top: 10px;
    right: 16px;
    cursor: pointer;
  }
  .floorPrice-title {
    height: 57px;
font-family: PingFang SC, PingFang SC;
font-weight: 400;
font-size: 18px;
color: #000000;
line-height: 57px;
border-bottom: 1px solid #E5EAF0;
margin-bottom: 30px;
  }
  .floorPrice-subtitle {
    font-size: 18px;
    color: #000000;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    line-height: 21px;
  }
  .form-item .checkSpan {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #606060;
    line-height: 20px;
    display: inline-block;
    margin-left: 4px;
  }
  .floorPrice-dialog .btn {
    margin: 0 auto 24px;
    cursor: pointer;
    width: 180px;
height: 49px;
background: #0C7FF2;
border-radius: 6px 6px 6px 6px;
    line-height: 49px;
    text-align: center;
    background: #0C7FF2;
    border: 1px solid #0C7FF2;
    font-weight: 500;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
  }
  .floorPrice-dialog .form-item-code .s-span {
    background: #0C7FF2;
  }
  .ys-p {
    font-size: 14px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    text-align: center;
  }
  .ys-p-checkbox {
    position: relative;
    left: 245px;
  }
  .floorPrice-dialog .ys-p a {
    color: #0C7FF2;
  }
  .address-left {
    width: 45%;
    flex-shrink: 0;
    border-right: 1px solid #e5e5e5;
    padding-left: 20px;
  }
  .address-right {
    width: 50%;
    flex-shrink: 0;
    display: none;
  }
  .comName-active {
    color: #186afc;
  }
  /* wap */
  
  .closeIcon {
    width: 15px;
    position: absolute;
    right: 0;
    top: -26px;
  }
  .rightFixed {
    position: fixed;
    right: 10px;
    top: 40%;
    width: 50px;
    z-index: 11;
  }
  .dialogType-2 {
    display: none;
  }
  .activtInfor-img-bottom {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 16px;
    font-family: PingFangHK-Medium, PingFangHK;
    font-weight: 500;
    color: #ffffff;
    border-radius: 0 0 8px 8px;
    text-align: center;
  }
  
  
  .weixing-dialog {
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    display: none;
  }
  .weixing-dialog-inner {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .weixing-dialog-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 800px;
    height: 392px;
    background: #fff;
    border-radius: 8px;
  }
  
  .weixing-dialog-content .weixing-header {
    height: 77px;
    position: relative;
    background: url("https://img1.17img.cn/ui/art/xulj/2023/11/1123/topbg.png") no-repeat;
    background-size: 100% 100%;
    
  }
  
  .weixing-dialog-content .weixing-header img {
    width: 24px;
  height: 24px;
  position: absolute;
  top: 26px;
  right: 30px;
  cursor: pointer;
  }
  
  .weixing-dialog-content .weixing-body {
    padding: 35px 0 0 80px;
    
  }
  .weixing-body-left {
    width: 232px;
    text-align: center;
  }
  .weixing-body-left .tit {
    height: 25px;
  font-size: 18px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 21px;
  margin-bottom: 8px;
  text-align: center;
  }
  .mr16 {
    margin-right: 16px;
  }
  .weixing-body-left .txt {
    height: 20px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 16px;
  margin-bottom: 21px;
  text-align: center;
  }
  
  .weixing-body-left .item img {
    width: 108px;
    height: 108px;
    margin-bottom: 13px;
  }
  .weixing-body-left .item p {
    height: 18px;
    font-size: 13px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 15px;
    text-align: center;
  }
  
  .lll-divider {
    width: 1px;
    height: 220px;
  background: #E7E7E7;
  margin: 0 70px;
  }
  .weixing-body-right .tit {
    height: 25px;
  font-size: 18px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 21px;
  margin-bottom: 36px;
   text-align: center;
  }
  .weixing-body-right .step {
    margin-bottom: 23px;
  }
  .weixing-body-right .step .number {
    width: 32px;
  height: 32px;
  background: #5B65EB;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 32px;
  margin-right: 8px;
  }
  
  .weixing-body-right .step .text {
    height: 35px;
  background: #EEF3FF;
  border-radius: 4px 4px 4px 4px;
  padding: 8px 13px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  }
  
  .weixing-footer p {
    padding-top: 5px;
    height: 17px;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 14px;
  text-align: center;
  }
  

  /* 资讯列表 */
.pc-actZx-container {

}
.pc-actZx-container .pc-actZx-left {
    width: 888px;
    margin-right: 20px;
}

.pc-actZx-container .pc-actZx-left .zx-item-first {
    padding: 16px 16px 17px 16px;
    background-color: #fff;
    border-radius: 6px 6px 0 0;
    position: relative;
}
.pc-actZx-container .pc-actZx-left .zx-item-first::after {
    content: '';
    width: 856px;
    height: 1px;
    background-color: #E5EAF0;
    position: absolute;
    left: 16px;
    bottom: 0;
}
.pc-actZx-container .pc-actZx-left .zx-item-first img.banner {
    width: 220px;
    height: 147px;
    margin-right: 16px;
    display: block;
    border: none;
}
.pc-actZx-container .pc-actZx-left .zx-item-first .content .tit {
    height: 25px;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    line-height: 21px;
    margin-bottom: 18px;
}
.pc-actZx-container .pc-actZx-left .zx-item-first .content .txt {
    height: 104px;
font-weight: 400;
font-size: 14px;
color: #4F5862;
line-height: 26px;
}

.pc-actZx-container .pc-actZx-left .zx-list .zx-item {
    padding: 16px 16px 17px 16px;
    background-color: #fff;
    border-radius: 6px 6px 0 0;
    position: relative;
}

.pc-actZx-container .pc-actZx-left .zx-list .zx-item .tit {
    height: 25px;
font-weight: 600;
font-size: 18px;
color: #000000;
line-height: 21px;
margin-bottom: 12px;
}
.pc-actZx-container .pc-actZx-left .zx-list .zx-item .txt {
    height: 52px;
    font-weight: 400;
    font-size: 14px;
    color: #4F5862;
    line-height: 26px;
    margin-bottom: 12px;
}
.pc-actZx-container .pc-actZx-left .zx-list .zx-item .desc {
    font-weight: 400;
font-size: 14px;
color: #7E8790;
line-height: 26px;
}
.pc-actZx-container .pc-actZx-left .zx-item::after {
    content: '';
    width: 856px;
    height: 1px;
    background-color: #E5EAF0;
    position: absolute;
    left: 16px;
    bottom: 0;
}
.pc-actZx-container .pc-actZx-left .zx-item:last-child::after {
    content: none;
}
.pc-actZx-container .pc-actZx-right {
    width: 292px;
}

.pc-actZx-right .apply-entrance {
    width: 292px;
height: 174px;
background: #FFFFFF;
border-radius: 6px 6px 6px 6px;
padding: 16px;
box-sizing: border-box;
margin-bottom: 17px;
}

.pc-actZx-right .apply-entrance .act-action-btn {
    width: 260px;
    height: 63px;
    background: linear-gradient( 90deg, #186AFC 0%, #43B8E7 100%);
    border-radius: 6px 6px 6px 6px;
    padding: 10px 0;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    padding-left: 50px;
  }
  .pc-actZx-right .apply-entrance .act-action-btn:hover::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .pc-actZx-right .apply-entrance .act-action-btn img {
    width: 39px;
    height: 39px;
    margin-right: 7px;
  }
  .pc-actZx-right .apply-entrance .act-action-btn .txt p {
    height: 25px;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 21px;
  }
  .pc-actZx-right .apply-entrance .act-action-btn .txt span {
    height: 17px;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 14px;
  }
  .pc-actZx-right .apply-entrance .act-action-btn .txt span em {
    font-weight: 600 !important;
  }
  
  .pc-actZx-right .apply-entrance .act-action-btn.act-action-btn-red {
    background: linear-gradient(88deg, #fc5c18 0%, #efa651 100%);
  }

    
  .pc-actZx-right .real-log {
    padding: 16px;
    background: #fff;
    height: 298px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 17px;
  }

  .pc-actZx-right .real-log .h3Tit {
    height: 26px;
font-weight: 500;
font-size: 18px;
color: #202933;
line-height: 26px;
margin-bottom: 18px;
  }

  .pc-actZx-right .real-log .h3Tit::before {
    content:  '';
    width: 4px;
height: 15px;
background: #186AFC;
display: block;
margin-right: 8px;
  }

  .pc-actZx-right .real-log  .swiper-container {
    height: 208px;
  }
  
  .pc-actZx-right .real-log  .realCommon-item {
    height: 44px;
    font-size: 16px;
  font-weight: 400;
  color: #202933;
  }
  .pc-actZx-right .real-log  .swiper-slide {
    height: 44px;
    transition-property: all;
    margin-bottom: 18px;
  }
  .pc-actZx-right .real-log  .realCommon-item  .mainTit {
    height: 20px;
font-weight: 400;
font-size: 14px;
color: #202933;
line-height: 20px;
margin-bottom: 4px;
  }
  .pc-actZx-right .real-log  .realCommon-item .tit {
    height: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #4F5862 !important;
    line-height: 20px;
  }
  .pc-actZx-right .real-log  .realCommon-item .tit:hover {
    color: #0c7ef2;
  }
  .pc-actZx-right .real-log  .realCommon-item .right {
    height: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #7E8790;
    line-height: 20px;
  }
  
  .pc-actZx-right .real-log  .swiper-wrapper {
    /* 这里是改变其动画效果为匀速形式，不加此样式的话会造成滚动卡顿，看起来效果不平滑 */
    /* 样式做了各种浏览器的兼容 */
    transition-timing-function: linear !important;
    -webkit-transition-timing-function: linear !important;
    -moz-transition-timing-function: linear !important;
    -ms-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
  }

  .wAll {
    width: 100%;
  }

  .pc-actZx-preCode-box {
    width: 100%;
    padding-top: 78px;
    background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(255,255,255,0)),to(#fff));
    background-image: linear-gradient(-180deg,rgba(255,255,255,0) 0%,#fff 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
  }

  .pc-actZx-right .zxQR-code {
    padding: 16px;
    background: #fff;

  }

  .pc-actZx-right .zxQR-code .mainTit .tit {
    height: 26px;
font-weight: 500;
font-size: 18px;
color: #202933;
line-height: 26px;
  }
  .pc-actZx-right .zxQR-code .mainTit .desc {
    height: 26px;
font-weight: 400;
font-size: 14px;
color: #7E8790;
line-height: 26px;
  }


  .pc-actZx-right .zxQR-code .zxQR-step-list  .zxQR-step {
    margin-bottom: 23px;
  }
  .pc-actZx-right .zxQR-code .zxQR-step-list  .zxQR-step:last-child {
    margin-bottom: 6px;
  }
  .zxQR-step-list  .zxQR-step .number {
    width: 18px;
height: 18px;
  background: #1B6FFB;
  border-radius: 50%;
  text-align: center;
  font-weight: 400;
font-size: 14px;
color: #FFFFFF;
line-height: 16px;
  color: #FFFFFF;
  line-height: 18px;
  margin-right: 6px;
  }
  
  .zxQR-step-list  .zxQR-step .text {
    font-weight: 400;
font-size: 14px;
color: #202933;
line-height: 18px;
  }

  .pc-actZx-right .zxQR-code .mainTit  {
    margin-bottom: 16px;
  }

  .pc-actZx-right .zxQR-code .mainTit .tit {
    height: 26px;
font-weight: 500;
font-size: 18px;
color: #202933;
line-height: 26px;
  }
  .pc-actZx-right .zxQR-code .mainTit .desc {
    height: 26px;
font-weight: 400;
font-size: 14px;
color: #7E8790;
line-height: 26px;
  }
  .pc-actZx-right .zxQR-code .img-Qr {
    margin-bottom: 16px;
  }
  .pc-actZx-right .zxQR-code .img-Qr  .img-qr-cont .img-c {
    width: 122px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #E5EAF0;
    padding: 8px;
    box-sizing: border-box;
    margin-bottom: 6px;
  }

  .pc-actZx-right .zxQR-code .img-Qr .img-qr-cont .img-c  img {
    display: block;
    width: 106px;
height: 106px;
object-fit: contain;
  }

  .pc-actZx-right .zxQR-code .img-Qr .img-qr-cont .desc {
    height: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #7E8790;
    line-height: 16px;
    text-align: center;
  }

  .booth-box-search .search-box {
    width: 861px;
    margin: 0 auto;
    margin-bottom: 21px;
  }
  .booth-box-search .search-box .search-input {
    /* 去除默认样式 */
    border: none;
    outline: none;
    font-size: 14px;
    width: 758px;
    height: 49px;
    background: #FFFFFF;
    border-radius: 6px 0px 0px 6px;
    border: 1px solid #E5EAF0;
    font-weight: 400;
    font-size: 18px;
    color: #202933;
    border-right: none;
    box-sizing: border-box;
    padding-left: 8px;
  }
  .booth-box-search .search-box .search-btn {
    width: 102px;
height: 51px;
background: #0C7FF2;
border-radius: 0px 6px 6px 0px;
border: 1px solid #E5EAF0;
    cursor: pointer;
    font-weight: 500;
font-size: 16px;
color: #FFFFFF;
border-left: none;
box-sizing: border-box;

  }
  .booth-box-search .search-box .search-btn:hover {
    background: #0A6DFB;
  }

  .booth-box-search .search-box .search-btn img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }

  .booth-box-search  .search-tag {
    width: 861px;
    margin: 0 auto;
  }

  .booth-box-search  .search-tag .search-tag-item {
    height: 30px;
    color: #202933;
    border-radius: 3px 3px 3px 3px;
    font-weight: 400;
font-size: 16px;
line-height: 30px;
padding: 0 16px;
margin-right: 12px;
cursor: pointer;
margin-bottom: 32px;
  }
  .booth-box-search  .search-tag .search-tag-item:last-child {
    margin-right: 0;
  }

  .booth-box-search .search-tag .search-tag-item.active {
    background: #0C7FF2;
    color: #FFFFFF;
  }

  .booth-box-search .search-tag .search-tag-item.active:hover {
    background: #0C7FF2;
    color: #FFFFFF;
  }

  .booth-box-search .search-tag .search-tag-item:hover {
    color: #0C7FF2;
  }

  .booth-more-btn {
    margin: 0 auto;
    width: 156px;
    height: 42px;
    background: #0C7FF2;
    border-radius: 4px 4px 4px 4px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 42px;
    margin-top: -20px;
    margin-bottom: 66px;
    cursor: pointer;
  }

  .booth-more-btn img {
    width: 10px;
height: auto;
border: none;

  }

  .booth-nodata {
    width: 100%;
    text-align: center;
    margin-top: 26px;
  }

  .booth-nodata .booth-nodata-img {
    width: 156px;
height: 165px;
margin: 0 auto;
margin-bottom: 52px;
  }

  .booth-nodata .txt {
    font-weight: 400;
    height: 22px;
font-family: PingFang SC, PingFang SC;
font-weight: 400;
font-size: 16px;
color: #4F5862;
line-height: 19px;
margin-bottom: 14px;
  }

  .booth-nodata .desc {
    height: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #4F5862;
    line-height: 16px;
    margin-bottom: 66px;
  }
  .booth-nodata .desc .btn {
    color: #0C7FF2;
    cursor: pointer;
  }

  .booth-adv {
    width: 1200px;
height: 86px;
margin-bottom: 28px;
  }
  .booth-adv img {
    width: 1200px;
    height: 86px;
    display: block;
    border: none;
  }

  .booth-more-txt {
    height: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #4F5862;
    line-height: 16px;
    margin-bottom: 66px;
    text-align: center;
  }
  .booth-more-txt .btn {
    color: #0C7FF2;
    cursor: pointer;
  }


  .floating-sj.floating-sj-btn {
    width: 333px;
    height: 81px;
    background: linear-gradient(88deg, #fc5c18 0%, #efa651 100%);
    border-radius: 8px 8px 8px 8px;
    padding: 12px 0;
    box-sizing: border-box;
    cursor: pointer;
    position: fixed;
    bottom: 145px;
    left: 50%;
    z-index: 99;
    transform: translateX(-50%);
  }
  .floating-sj.floating-sj-btn:hover::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 8px 8px 8px 8px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .floating-sj.floating-sj-btn img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  .floating-sj.floating-sj-btn .txt p {
    height: 36px;
    font-size: 26px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    color: #ffffff;
    line-height: 30px;
  }
  .floating-sj.floating-sj-btn .txt span {
    height: 20px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    line-height: 16px;
  }
  .floating-sj.floating-sj-btn .txt span em {
    font-weight: 600 !important;
  }
  .floating-sj.floating-sj-btn.none  {
    display: none;
  }


  .pc-nowPage-nav {
    height: 50px;
    width: 1200px;
    margin: 0 auto;
  }
  
  .pc-nowPage-nav .text {
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #37474f;
  }
  
  .pc-nowPage-nav .stag {
    margin: 0 8px;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #37474f;
  }
  
  .pc-nowPage-nav .text-n {
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #a3adb7;
  }
  
