* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: Source Han Sans, Source Han Sans;
}

.marT20 {
  margin-top: 20px !important;
}

body {
  background: #fafafa;
  overflow-x: hidden;
}

.richText {
  line-height: 35px !important;
}

.richText * {
  line-height: 35px !important;
  background: transparent !important;
  background-color: transparent !important;
  color: #666666 !important;
}

.richText img {
  max-width: 900px !important;
}

#test {
  background: #f7f7f7;
  font-family: "微软雅黑";
}

#test .testBanner {
  width: 100%;
}

#test .testBanner > img {
  width: 100%;
  display: block;
}

.mainLayout {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 24px auto 0;
}

.centerDiv {
  width: 1200px;
  margin: 0 auto 100px;
}

.centerDiv .iconTitle {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  line-height: 28px;
}

.centerDiv .lineb {
  padding-bottom: 12px;
  width: 100%;
  border-bottom: 1px dashed #729a9f;
}

/* .centerDiv .iconTitle::before {
    display: block;
    content: '';
    width: 10px;
    height: 20px;
    background: url(/static/v2/img/projectDetails/icon1.webp) no-repeat;
    background-size: 100% 100%;
} */

.centerDiv .marT5 {
  margin-top: 5px !important;
}

.centerDiv .marT6 {
  margin-top: 6px !important;
}

.centerDiv .marT12 {
  margin-top: 12px !important;
}

.centerDiv .marT30 {
  margin-top: 30px !important;
}

.centerDiv .marT40 {
  margin-top: 40px !important;
}

.centerDiv .addressInfo {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.centerDiv .addressInfo > p:nth-of-type(1) {
  font-size: 13px;
  line-height: 18px;
  color: #999999;
}

.addressInfo > p > a {
  font-size: 13px;
  line-height: 18px;
  color: #999999;
}

.centerDiv .addressInfo > p:nth-of-type(2) {
  font-size: 13px;
  font-family: Source Han Sans;
  font-weight: 600;
  line-height: 18px;
  color: #333333;
}

.centerDiv .outBorder {
  margin-top: 5px;
  position: relative;
}

.centerDiv .outBorder::after {
  position: absolute;
  top: -5px;
  display: block;
  content: "";
  width: 100%;
  height: 20px;
  background: #5dc1cf;
  border-radius: 10px;
  z-index: -10;
}

.centerDiv .detailBox {
  width: 940px;
  padding: 20px;
  background: #ffffff;
  border-radius: 12px 12px 12px 12px;
  gap: 50px;
  position: relative;
}

.centerDiv .detailBox .bottomAd {
  padding: 0 0px 0 14px;
  height: 48px;
  margin: 24px auto 0;
  background-color: #fff1e2;
  background-image: url();
  background-repeat: no-repeat;
  background-size: 300px 100%;
  background-position: top right;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  color: #fc623d;
  line-height: 23px;
}

.centerDiv .detailBox .bottomAd .btn {
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  line-height: 29px;
}

.centerDiv .detailBox .bottomAd > span {
  display: block;
  width: 168px;
  height: 48px;
  background: linear-gradient(91deg, #fc623d 0%, #faba4d 100%);
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  line-height: 48px;
  text-align: center;
  border-radius: 0px 4px 4px 0px;
  position: relative;
}

.centerDiv .detailBox .bottomAd > span::before {
  display: block;
  content: "";
  width: 37px;
  height: 48px;
  background: url("/static/v2/img/projectDetails/icon5.webp") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -9px;
}

.centerDiv .detailBox .topInfo {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.centerDiv .detailBox .pNum {
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: DIN, DIN;
  font-weight: 600;
  font-size: 32px;
  color: #ff7b00;
  line-height: 39px;
  text-align: center;
}

.centerDiv .detailBox .pNum > p {
  font-weight: 350;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  text-align: center;
}

.centerDiv .detailBox .leftImg {
  width: 300px;
}

.centerDiv .detailBox .leftImg > img {
  width: 300px;
  height: 240px;
  border-radius: 8px;
}

.centerDiv .detailBox .leftImg > .changeImg {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.centerDiv .detailBox .leftImg > .changeImg .last::after {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(/static/v2/img/arrow-left1.png) no-repeat;
  background-size: 16px 16px;
  cursor: pointer;
}

.centerDiv .detailBox .leftImg > .changeImg .next::after {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(/static/v2/img/arrow-right1.png) no-repeat;
  background-size: 16px 16px;
  cursor: pointer;
}

.centerDiv .detailBox .leftImg > .changeImg > .imgList {
  display: flex;
  flex-wrap: nowrap;
  width: 272px;
  overflow-x: hidden;
}

.centerDiv .detailBox .leftImg > .changeImg > .imgList > img {
  width: 48px;
  height: 36px;
  border-radius: 4px;
}

.centerDiv .detailBox .leftImg > .changeImg > .imgList > .active {
  border: 2px solid #0099ad;
}

.centerDiv
  .detailBox
  .leftImg
  > .changeImg
  > .imgList
  > img:nth-of-type(n + 2) {
  margin-left: 8px;
}

.centerDiv .detailBox .centerInfo {
  width: 530px;
  position: relative;
  /* padding-bottom: 60px; */
}

.centerDiv .detailBox .centerInfo > p {
  width: 412px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 600;
  font-size: 24px;
  color: #333333;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.centerDiv .detailBox .centerInfo .activeImg {
  width: 497px;
  height: 42px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  background: url(/static/v2/img/projectDetails/project1.webp) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.centerDiv .detailBox .centerInfo .activeImg .p1 {
  width: 112px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 12px;
  color: #ffffff;
  line-height: 22px;
  white-space: nowrap;
  text-align: center;
  /* text-align: justify;
    text-align-last: justify; */
}

.centerDiv .detailBox .centerInfo .activeImg .p2 {
  width: 263px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 350;
  font-size: 12px;
  color: #ffffff;
  line-height: 22px;
  white-space: nowrap;
  text-align: left;
}

.centerDiv .detailBox .centerInfo .lineNum {
  margin-top: 15px;
  padding: 15px 10px;
  border-top: 1px dashed #d4d4d4;
  border-bottom: 1px dashed #d4d4d4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}

.centerDiv .detailBox .centerInfo .lineNum p {
  display: inline-block;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 350;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}

.centerDiv .detailBox .centerInfo .lineNum span {
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 20px;
  color: #fa9248;
  line-height: 23px;
}

.centerDiv .detailBox .centerInfo .association {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  /* padding-left: 10px; */
}

.centerDiv .detailBox .centerInfo .association > p {
  width: 70px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  white-space: nowrap;
  text-align: justify;
  text-align-last: justify;
}

.centerDiv .detailBox .centerInfo .association > div {
  width: 470px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.centerDiv .detailBox .centerInfo .association > div .tag {
  height: 21px;
  border-radius: 4px;
  /* border: 1px solid #5DC1CF;
    padding: 0 5px; */
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 350;
  font-size: 12px;
  color: #5dc1cf;
  cursor: pointer;
  display: flex;
  align-items: center;
}

/* .centerDiv .detailBox .centerInfo .association>div .tag:hover {
    background: #EBFDFF;
} */

.centerDiv .detailBox .centerInfo .adbox {
  margin-top: 15px;
  width: 530px;
  height: 38px;
  background: url(/static/v2/img/projectDetails/project2.webp) no-repeat;
  background-size: 100% 100%;
  padding: 0 10px;
  font-family: Alimama ShuHeiTi, Alimama ShuHeiTi;
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  line-height: 38px;
}

.centerDiv .detailBox .centerInfo .adImg {
  display: block;
  margin-top: 15px;
  width: 530px;
  height: 38px;
  border-radius: 8px;
  cursor: pointer;
}

.centerDiv .tTags {
  /* width: 70%; */
  margin: 16px 0 30px;
  /* white-space: nowrap; */
  gap: 20px;
  /* 关键：确保overflow设置正确 */
  /* overflow-y: hidden;
  overflow-x: auto; */
  /* 增加触摸区域 */
  padding: 8px 0;
  /* 允许平滑滚动 */
  scroll-behavior: smooth;
  /* 提高鼠标交互优先级 */
  cursor: grab;
  /* 防止文本被选中干扰拖动 */
  user-select: none;
}
/* 隐藏WebKit浏览器（Chrome、Safari等）的滚动条 */
.centerDiv .tTags::-webkit-scrollbar {
  display: none;
}
.centerDiv .tTags {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
/* 拖动时的光标变化 */
.centerDiv .tTags:active {
  cursor: grabbing;
}

.centerDiv .tTags > a {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 12px;
  background: #eff9fa;
  border-radius: 4px 4px 4px 4px;
  font-weight: 350;
  font-size: 12px;
  color: #0099ad;
  line-height: 25px;
  /* 确保链接不会阻止拖动 */
  pointer-events: auto;
  display: inline-block;
  transition: background-color 0.2s;
}
.centerDiv .receive {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}

.centerDiv .rsty2 {
  margin-top: 20px;
  align-items: flex-start;
}

.centerDiv .greyBg {
  margin-top: 15px;
  padding: 15px 10px;
  background: #fbfbfb;
  border-radius: 0px 0px 6px 6px;
}

.centerDiv .receive .lName {
  width: 70px;
  height: 20px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  text-align: justify;
  text-align-last: justify;
}

.centerDiv .receive .moreDiscounts {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 350;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}

.centerDiv .receive .moreDiscounts > a {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 350;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}

.centerDiv .receive .moreDiscounts span {
  display: inline-block;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #fa484f;
  height: 21px;
  padding: 0 5px;
  margin-right: 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 350;
  font-size: 12px;
  color: #fa484f;
}

.centerDiv .receive .txt1 {
  font-weight: 350;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  display: flex;
  justify-content: flex-start;
}

.centerDiv .receive .line {
  width: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.centerDiv .receive .txt2 {
  font-weight: 350;
  font-size: 14px;
  color: #0099ad;
  line-height: 20px;
  display: flex;
  justify-content: flex-start;
}

.centerDiv .receive .gap12 {
  gap: 12px;
}

.centerDiv .receive .txt2 > a {
  font-weight: 350;
  font-size: 14px;
  color: #0099ad;
  line-height: 20px;
}

.centerDiv .nowrap1 {
  display: flex;
  flex-wrap: nowrap;
}

.centerDiv .nowrap1 > a {
  display: flex;
  align-items: center;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #e65555;
  line-height: 16px;
}

.centerDiv .coupon1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
}

.centerDiv .coupon1::before {
  display: block;
  content: "";
  background: url("/static/v2/img/orderPage/couponLeft.webp");
  background-size: 100% 100%;
  width: 6px;
  height: 30px;
}

.centerDiv .coupon1::after {
  display: block;
  content: "";
  background: url("/static/v2/img/orderPage/couponRight.webp");
  background-size: 100% 100%;
  width: 6px;
  height: 30px;
}

.centerDiv .coupon1 > p {
  border-top: 1px solid;
  border-bottom: 1px solid;
  /* border-image: linear-gradient(209deg, rgba(252.00000017881393, 41.00000135600567, 178.00000458955765, 1), rgba(252.00000017881393, 123.0000002682209, 11.000000294297934, 1)) 1 1; */
  border-image: #fc623d;
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 350;
  font-size: 14px;
  /* color: #FD5E39; */
  color: #fc623d;
  padding: 0 8px 0 4px;
  white-space: nowrap;
}

.centerDiv .coupon1 > span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* width: 34px; */
  width: 26px;
  height: 30px;
  padding-left: 3px;
  font-size: 14px;
  text-align: center;
  /* background: linear-gradient(270deg, #FB7D05 0%, #FC28B3 100%); */
  background: #fc623d;
  color: #ffffff;
  cursor: pointer;
}

/* .centerDiv .coupon1>span::before {
    display: block;
    content: "";
    background: url("/static/v2/img/orderPage/order6.png");
    background-size: 100% 100%;
    width: 15px;
    height: 16px;
} */

.centerDiv .coupon1 > span::before {
  display: block;
  content: "领";
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 350;
  font-size: 14px;
  color: #ffffff;
}

.centerDiv .detailBox .orderBox {
  margin-top: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* position: absolute;
    bottom: 0px; */
}

.centerDiv .detailBox .orderBox .submit1 {
  margin-right: 16px;
  padding: 0px 24px;
  height: 46px;
  font-size: 18px;
  line-height: 46px;
  color: #ffffff;
  background: #5dc1cf;
  border-radius: 4px;
  cursor: pointer;
}

.centerDiv .detailBox .orderBox .submit1:hover {
  background: #0099ad;
  cursor: pointer;
}

.centerDiv .detailBox .orderBox .submit2 {
  margin-right: 16px;
  padding: 10px 22px;
  font-size: 18px;
  line-height: 26px;
  color: #5dc1cf;
  background: #ffffff;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #5dc1cf;
}

.centerDiv .detailBox .orderBox .submit2:hover {
  /* background: #fafafa; */
  color: #333333;
  border: 1px solid #eeeeee;
}

.centerDiv .detailBox .ma_sub {
  background: #cccccc !important;
}

.centerDiv .detailBox .orderBox .collection {
  width: 116px;
  height: 46px;
  font-size: 18px;
  line-height: 26px;
  color: #666666;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.centerDiv .detailBox .orderBox .collection:hover {
  background: #f7f7f7;
}

.centerDiv .detailBox .orderBox .collection .not {
  width: 24px;
  height: 24px;
  background: url("/static/v2/img/projectDetails/star1.webp") no-repeat;
  background-size: 100% 100%;
  margin-right: 3px;
}

.centerDiv .detailBox .orderBox .collection .yes {
  width: 24px;
  height: 24px;
  background: url("/static/v2/img/projectDetails/star2.webp") no-repeat;
  background-size: 100% 100%;
  margin-right: 3px;
}

.centerDiv .detailBox .orderBox .collection > p {
  text-align: center;
  user-select: none;
}
.centerDiv .detailBox .tips {
  position: relative;
  width: 290px;
  height: 28px;
  margin-top: 24px;
  padding-left: 12px;
  font-family: Source Han Sans, Source Han Sans;
  font-size: 14px;
  color: #0099ad;
  line-height: 28px;
  border-radius: 4px;
  background-color: #eff9fa;
}
.centerDiv .detailBox .tips::before {
  content: "";
  width: 4px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  border-radius: 4px;
  background-color: #0099ad;
}
.centerDiv .detailBox .rigthcode {
  width: 210px;
}

.centerDiv .detailBox .rigthcode .collection {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}

.centerDiv .detailBox .rigthcode .collection .not {
  width: 36px;
  height: 36px;
  background: url(/static/v2/img/projectDetails/star1.webp) no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
}

.centerDiv .detailBox .rigthcode .collection .yes {
  width: 36px;
  height: 36px;
  background: url(/static/v2/img/projectDetails/star2.webp) no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
}

.centerDiv .detailBox .rigthcode .collection > p {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  line-height: 23px;
}

.centerDiv .detailBox .rigthcode .codeBox {
  margin-top: 20px;
  width: 210px;
  padding: 10px 0;
  background: #fbfbfb;
  border-radius: 8px 8px 8px 8px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 350;
  font-size: 12px;
  color: #333333;
  line-height: 18px;
  text-align: center;
}

.centerDiv .detailBox .rigthcode .codeBox > img {
  width: 170px;
  height: 170px;
  display: block;
  margin: 10px auto 0;
}

.centerDiv .detailBox .rigthcode .codeBox > p {
  margin: 10px auto 0;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 16px;
  color: #5dc1cf;
  line-height: 22px;
  text-align: center;
}

.mainRight .ceilingBox {
  position: fixed;
  top: 84px;
  z-index: 10;
}

.mainRight .rightNav {
  font-family: Source Han sans-serif;
  position: relative;
  width: 240px;
}

.mainRight .rightNav .recommend {
  margin-top: 12px;
  background: #ffffff;
  border-radius: 12px 12px 12px 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mainRight .rightNav .recommend .iTitle {
  width: 100%;
  font-weight: 350;
  font-size: 12px;
  color: #3d3d3d;
  line-height: 18px;
  text-align: center;
}

.mainRight .rightNav .recommend .imgDiv {
  display: block;
  margin: -8px auto 0;
  width: 160px;
  height: 160px;
}

.mainRight .rightNav .recommend .iname {
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  color: #5dc1cf;
  line-height: 22px;
  text-align: center;
}

.mainRight .rightNav .recommend .aProject {
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  position: relative;
  cursor: pointer;
  padding-bottom: 20px;
  border-bottom: 1px dashed #d8d8d8;
}

.mainRight .rightNav .recommend .aProject:nth-last-of-type(1) {
  border-bottom: none;
  padding-bottom: 0px;
}

.mainRight .rightNav .recommend .sty2 {
  display: flex;
  flex-direction: column;
}

.mainRight .rightNav .recommend .sty2 > p {
  width: 200px;
  height: 20px;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mainRight .rightNav .recommend .aProject:hover > p {
  color: #5dc1cf;
}

.mainRight .rightNav .recommend .iconTwo {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mainRight .rightNav .recommend .sty2 .time {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 350;
  font-size: 12px;
  color: #666666;
  line-height: 17px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.mainRight .rightNav .recommend .sty2 .time::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url("/static/v2/img/projectDetails/icon4.webp");
  background-size: 100% 100%;
  margin-right: 4px;
}

.mainRight .rightNav .recommend .sty2 .num {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 350;
  font-size: 12px;
  color: #666666;
  line-height: 17px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.mainRight .rightNav .recommend .sty2 .num::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url("/static/v2/img/projectDetails/icon6.webp");
  background-size: 100% 100%;
  margin-right: 4px;
}

/* .mainRight .rightNav .recommend .aProject:hover {
    background: #F9F9F9;
} */

.mainRight .rightNav .recommend .aProject > img {
  width: 200px;
  height: 160px;
  border-radius: 8px 8px 8px 8px;
}

.mainRight .rightNav .recommend .aProject > .rbox {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.mainRight .rightNav .recommend .aProject > .rbox > p {
  width: 200px;
  height: 20px;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 7px;
  text-align: center;
}

.mainRight .rightNav .recommend .aProject:hover > .rbox > p {
  color: #5dc1cf;
}

.mainRight .rightNav .recommend .aProject > .rbox > div {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 11px;
  color: #666666;
  line-height: 17px;
  white-space: nowrap;
  text-align: center;
  margin-top: 9px;
}

.mainRight .rightNav .recommend .aProject > .rbox > div > span {
  color: #0099ad;
}

.menu-top {
  position: fixed;
  top: 0px;
  z-index: 1100;
  width: 100%;
  height: 60px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 0px 0px;
  display: none;
}

.menu-top .acenter {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.menu-top .acenter .menu {
  width: 640px;
  display: flex;
  justify-content: flex-start;
  padding: 0 30px;
  gap: 50px;
}

.menu-top .acenter .menu .menu-item {
  width: 64px;
  padding: 20px 0 14px 0;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 23px;
  cursor: pointer;
}

.menu-top .acenter .menu .active {
  color: #5dc1cf;
  position: relative;
  font-weight: 600;
}

.menu-top .acenter .menu .active::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #5dc1cf;
  position: absolute;
  bottom: 0;
}

.menu-top .acenter > p {
  max-width: 380px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 24px;
  color: #5dc1cf;
  line-height: 57px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.menu-top .acenter > .btn {
  width: 180px;
  height: 57px;
  background: #5dc1cf;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
  line-height: 57px;
  text-align: center;
  cursor: pointer;
}

#bottomFixedOut {
  display: none;
}

.bottomFixed {
  position: fixed;
  bottom: 0;
  width: 100vw;
  height: 80px;
  background: #ffffff;
  box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 20;
}

.bottomFixed .cenBox {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bottomFixed .cenBox > p {
  font-weight: 600;
  font-size: 24px;
  color: #5dc1cf;
  line-height: 35px;
}

.bottomFixed .cenBox > .rBtn {
  margin-right: 6px;
  width: 180px;
  height: 80px;
  background: #5dc1cf;
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  line-height: 80px;
  text-align: center;
  cursor: pointer;
}

.tips2 {
  color: #333333;
  font-size: 15px;
  padding-top: 16px;
}

.tips2 > span {
  color: #e5141c;
}

.tips2 > .empty {
  padding: 0 3px;
  display: inline-block;
}

.mainLayout .mainLeft .adImg {
  width: 940px;
  height: 159px;
  border-radius: 12px 12px 12px 12px;
  margin: 20px auto 0;
  cursor: pointer;
}

.mainLayout .mainLeft .testers {
  width: 940px;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  margin: 20px auto 0;
  padding: 20px;
  background: #ffffff;
  border-radius: 12px 12px 12px 12px;
}

.mainLayout .mainLeft .testers > img {
  width: 124px;
  height: 160px;
}

.mainLayout .mainLeft .testers .rInfo {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.mainLayout .mainLeft .testers .rInfo > p:nth-of-type(1) {
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  line-height: 18px;
  margin-top: 20px;
}

.mainLayout .mainLeft .testers .rInfo > p:nth-of-type(2) {
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  line-height: 14px;
}

.mainLayout .mainLeft .testers .rInfo > p:nth-of-type(3) {
  font-weight: 350;
  font-size: 14px;
  color: #3d3d3d;
  line-height: 35px;
}

.mainLayout .mainLeft .itemBox {
  width: 940px;
  margin-top: 20px;
  background: #ffffff;
  border-radius: 12px 12px 12px 12px;
  padding: 20px 20px 40px;
}

.mainLayout .mainLeft .itemBox .topTitle {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  line-height: 28px;
}

.mainLayout .mainLeft .itemBox .casesOut {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.mainLayout .mainLeft .itemBox .casesOut .case {
  flex: 0 0 calc((100% - 60px) / 4);
}

.mainLayout .mainLeft .itemBox .casesOut .case > img {
  width: 210px;
  height: 168px;
}

.mainLayout .mainLeft .itemBox .casesOut .case > p {
  margin: 12px auto 0;
  width: 200px;
  height: 22px;
  font-weight: 350;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mainLayout .mainLeft .itemBox .aqBox {
  margin: 16px auto 0;
}

.mainLayout .mainLeft .itemBox .aqBox .one {
  margin-top: 16px;
}

.mainLayout .mainLeft .itemBox .aqBox .one .q {
  padding-left: 26px;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  line-height: 32px;
}

.mainLayout .mainLeft .itemBox .aqBox .one .q > span {
  position: absolute;
  left: 0;
}

.mainLayout .mainLeft .itemBox .aqBox .one .a {
  padding-left: 26px;
  margin-top: 12px;
  font-weight: 350;
  font-size: 14px;
  color: #666666;
  line-height: 35px;
}

.mainLayout .mainLeft .itemBox .aqBox .one .a * {
  font-weight: 350 !important;
  font-size: 14px !important;
  color: #666666 !important;
  line-height: 35px !important;
}

.mainLayout .mainLeft .itemBox .articleOut {
  margin-top: 8px;
}

.mainLayout .mainLeft .itemBox .articleOut .card {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  gap: 28px;
}

.mainLayout .mainLeft .itemBox .articleOut .card .time {
  width: 66px;
  height: 59px;
  background: #f6f6f6;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 4px 0;
}

.mainLayout .mainLeft .itemBox .articleOut .card .time > p {
  font-family: DIN, DIN;
  font-weight: 400;
  font-size: 24px;
  color: #666666;
  text-align: center;
}

.mainLayout .mainLeft .itemBox .articleOut .card .time > span {
  display: block;
  font-family: DIN, DIN;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  text-align: center;
}

.mainLayout .mainLeft .itemBox .articleOut .card:hover .time {
  background: #5dc1cf !important;
}

.mainLayout .mainLeft .itemBox .articleOut .card:hover .time * {
  color: #ffffff !important;
}

.mainLayout .mainLeft .itemBox .articleOut .card .text {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.mainLayout .mainLeft .itemBox .articleOut .card .text > p {
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  line-height: 23px;
}

.mainLayout .mainLeft .itemBox .articleOut .card:hover .text > p {
  color: #5dc1cf;
}

.mainLayout .mainLeft .itemBox .articleOut .card .text > div {
  width: 806px;
  height: 20px;
  font-weight: 350;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
