:root {
  --page-theme-color: #FF2442;
}

.img-addon .img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

section {
  padding-bottom: 64px;
}

.section-title {
  font-size: 36px;
  line-height: 43px;
  font-weight: 400;
}

.section-desc {
  font-size: 16px;
  line-height: 26px;
  margin-top: 24px;
  margin-bottom: 48px;
}

.btn {
  font-size: 14px;
  line-height: 24px;
  padding: 8px 0;
  transition: all 0.2s ease-in-out;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
}
.btn.btn-small {
  border: none;
  width: 120px;
  height: 38px;
  line-height: 22px;
}
.btn.btn-theme-1 {
  color: #fff;
  background-color: var(--page-theme-color);
}
.btn.btn-theme-1:hover, .btn.btn-theme-1:focus {
  color: var(--page-theme-color);
  background-color: #fff;
  box-shadow: 0 0 0 1px var(--page-theme-color);
}
.btn.btn-theme-2 {
  background-color: #fff;
  color: var(--page-theme-color);
}
.btn.btn-theme-2:hover, .btn.btn-theme-2:focus {
  background-color: var(--page-theme-color);
  color: #fff;
}

.tools-box {
  margin-top: 24px;
  text-align: center;
}

.banner-section {
  padding: 0;
}
.banner-section .banner-cont {
  height: 680px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 1240px;
  text-align: center;
  background-color: #F75E5E;
  background-image: url(/public/img/xhs/banner.jpg);
}
.banner-section .banner-cont .btn {
  width: 120px;
  margin: 0 auto;
}
.banner-section .banner-title {
  font-size: 60px;
  line-height: 72px;
  font-family: fz;
  font-weight: 400;
  color: #fff;
  margin: 128px 0 18px;
}
.banner-section .banner-desc {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 24px;
}

.com-line4-section .section-main ul {
  display: flex;
  align-items: center;
  border-radius: 6px;
  overflow: hidden;
}
.com-line4-section .section-main ul li {
  position: relative;
  color: #fff;
  flex: 1;
  height: 240px;
}
.com-line4-section .section-main ul li:nth-child(1) {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/public/img/index-ope1702605641684.jpg");
}
.com-line4-section .section-main ul li:nth-child(2) {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/public/img/index-ope1702605980.jpg");
}
.com-line4-section .section-main ul li:nth-child(3) {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/public/img/index-ope1702605641875.jpg");
}
.com-line4-section .section-main ul li:nth-child(4) {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/public/img/index-ope1702605641696.jpg");
}
.com-line4-section .section-main ul li:hover .item, .com-line4-section .section-main ul li.active .item {
  background-color: var(--page-theme-color);
  transition: all ease 0.3s;
  top: 0;
  bottom: 0;
  font-weight: 700;
}
.com-line4-section .section-main ul li a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.com-line4-section .section-main ul .item {
  font-size: 24px;
  line-height: 29px;
  line-height: 36px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.com-line4-section .section-main ul .item p {
  max-height: 0px;
  overflow: hidden;
  margin-top: 18px;
  font-size: 16px;
  line-height: 24px;
  padding: 0 36px;
  font-weight: 400;
}
.com-line4-section .section-main ul .item:hover p {
  max-height: 200px;
}
.com-line4-section .section-main ul li.active .item p {
  max-height: 200px;
}

.hlc-section {
  background-color: #F9F9F9;
}
.hlc-section .section-main ul {
  display: flex;
  justify-content: space-between;
  margin: 0 -12px;
}
.hlc-section .section-main ul li {
  margin: 0 12px;
  flex: 1;
}
.hlc-section .section-main ul .item {
  color: #fff;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  height: 180px;
  background-color: var(--page-theme-color);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hlc-section .section-main ul .item p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-top: 23px;
}

.show-section {
  padding-top: 48px;
}
.show-section .section-box {
  margin-top: 24px;
}
.show-section .list {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}
.show-section .litem {
  width: calc(25% - 16px);
}
.show-section .litem .item-top {
  height: 192px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--page-theme-color);
  color: #fff;
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 29px;
}
.show-section .litem .item-top .title {
  margin-bottom: 12px;
}
.show-section .litem .item-top p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.show-section .litem .item-top p span {
  font-size: 20px;
  font-weight: 900;
}
.show-section .litem .item {
  height: 546px;
  border: 1px solid #dedede;
  padding: 64px 0;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.show-section .litem .item[data-hl] {
  position: relative;
}
.show-section .litem .item[data-hl]::before {
  content: "";
  width: 52px;
  height: 52px;
  position: absolute;
  display: block;
  top: 24px;
  right: 18px;
  z-index: 10;
}
.show-section .litem .item[data-hl=hot]::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/public/img/price-hot.svg");
}
.show-section .litem .top .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #000;
}
.show-section .litem .top .desc {
  font-size: 16px;
  line-height: 24px;
  color: #444;
}
.show-section .litem .money-box {
  margin: 24px 0 20px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 16px;
  line-height: 26px;
  color: #797979;
}
.show-section .litem .money-box .num {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #EC1C33;
  margin-right: 8px;
  color: var(--page-theme-color);
}
.show-section .litem .money-box .num i {
  font-size: 24px;
  line-height: 36px;
  font-style: normal;
}
.show-section .litem .pri {
  margin: 0 auto auto;
  min-width: 166px;
}
.show-section .litem .pri li {
  text-align: left;
  margin: 4px 0;
  font-size: 14px;
  line-height: 24px;
  color: #585858;
  padding-left: 22px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px auto;
  background-image: url("/public/img/checked-r.png");
}
.show-section .litem .pri li span {
  font-weight: 700;
  color: var(--page-theme-color);
}
.show-section .litem .btn {
  width: 200px;
  height: 44px;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  border: none;
  margin: 24px auto 0;
  cursor: pointer;
}
.show-section .list-out-mb {
  display: none;
}

.table-section {
  padding-top: 0;
}
.table-section .table-main {
  display: flex;
  margin-top: 24px;
  margin-bottom: 15px;
  position: relative;
}
.table-section .table-main::before {
  content: "";
  height: 52px;
  background: var(--page-theme-color);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.table-section .table-main.stok .table-m-title {
  transform: translateX(0) !important;
}
.table-section .table-main .table-mob-head {
  display: none;
  position: fixed;
  padding-top: 64px;
  left: 0;
  right: 0;
  top: 0;
  background: var(--page-theme-color);
  z-index: 555;
}
.table-section .table-main .table-mob-head .inner-fm {
  display: none;
}
.table-section .table-main .table-mob-head .inner {
  display: flex;
  height: 104px;
  justify-content: space-between;
  align-items: center;
}
.table-section .table-main .table-mob-head .table-m-title {
  width: 160px;
  padding: 0 18px;
}
.table-section .table-main .table-mob-head .table-m-title:nth-child(1) {
  width: 156px;
  align-items: flex-start;
  text-align: left;
}
.table-section .table-main .table-mob-head .table-m-title:nth-child(2) {
  width: 442px;
  align-items: flex-start;
}
.table-section .table-main.fixed .table-m-title.modify div {
  display: block;
}
.table-section .table-main.fixed .table-mob-head {
  display: block;
}
.table-section .table-m-title {
  height: 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 20px;
  z-index: 11;
  position: relative;
  text-align: center;
}
.table-section .table-m-title.modify {
  font-size: 14px;
}
.table-section .table-m-title.modify div {
  display: none;
  font-size: 30px;
  line-height: 1;
  margin-top: 8px;
}
.table-section .table-m-title.modify span {
  display: block;
  font-size: 12px;
  line-height: 18px;
  text-decoration: line-through;
  font-weight: 700;
  font-weight: 400;
}
.table-section .table-m-column {
  width: 160px;
}
.table-section .table-m-column .table-m-title.toFixed {
  width: 160px;
}
.table-section .table-m-column:nth-child(1) {
  width: 156px;
  text-align: left;
}
.table-section .table-m-column:nth-child(1) .table-m-title.toFixed {
  width: 156px;
}
.table-section .table-m-column:nth-child(1) .table-m-title {
  padding: 0 18px;
  align-items: flex-start;
  text-align: left;
}
.table-section .table-m-column:nth-child(1) .table-m-r-title {
  padding: 0 18px;
  justify-content: flex-start;
  text-align: left;
}
.table-section .table-m-column:nth-child(2) {
  width: 442px;
  text-align: left;
}
.table-section .table-m-column:nth-child(2) .table-m-title.toFixed {
  width: 442px;
}
.table-section .table-m-column:nth-child(2) .table-m-title {
  padding: 0 18px;
  align-items: flex-start;
}
.table-section .table-m-column:nth-child(2) .table-m-r-cell {
  padding: 0 18px;
  text-align: left;
}
.table-section .table-m-column .table-m-footer {
  height: 132px;
  background-color: #F9F9F9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  text-align: center;
  color: #000;
  line-height: 18px;
}
.table-section .table-m-column .table-m-footer span {
  color: var(--page-theme-color);
  font-weight: 700;
}
.table-section .table-m-column:nth-child(1) .table-m-footer {
  font-size: 14px;
  font-weight: 700;
}
.table-section .table-m-r-title {
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 2px solid #F9F9F9;
  border-right: 1px solid #F9F9F9;
  border-bottom: 1px solid #F9F9F9;
  font-size: 14px;
  text-align: center;
  color: #444444;
}
.table-section .table-m-r-title[data-row="1"] {
  height: 44px;
}
.table-section .table-m-r-title[data-row="2"] {
  height: 88px;
}
.table-section .table-m-r-title[data-row="3"] {
  height: 132px;
}
.table-section .table-m-r-title[data-row="4"] {
  height: 176px;
}
.table-section .table-m-r-cell {
  height: 44px;
  font-size: 14px;
  font-weight: 400;
  color: #444444;
  text-align: center;
  line-height: 42px;
  border-bottom: 1px solid #F9F9F9;
  border-right: 1px solid #F9F9F9;
  padding: 0 18px;
}
.table-section .icon-checked {
  display: inline-block;
  width: 16px;
  height: 48px;
  margin: auto;
  vertical-align: bottom;
  background: url(/public/img/checked-r.png) no-repeat center/contain;
}
.table-section .info-line {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px 65px;
}
.table-section .info-line .info {
  /* width: 230px; */
  margin: 15px;
  border-radius: 6px;
  background: var(--page-theme-color);
  padding: 24px 22px 24px 40px;
  color: #FFFFFF;
  position: relative;
}
.table-section .info-line .info::before {
  content: "";
  left: 24px;
  bottom: 24px;
  top: 24px;
  width: 2px;
  background: #FFFFFF;
  position: absolute;
}
.table-section .info-line .info .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 10px;
}
.table-section .info-line .info .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.triangle-section {
  background-color: #F9F9F9;
}
.triangle-section .tools-box {
  margin-top: 48px;
}

.bloger-section {
  background-color: var(--page-theme-color);
  min-width: 1240px;
}
.bloger-section .section-title {
  color: #fff;
}
.bloger-section .blogger-nav-box {
  margin: 46px auto 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bloger-section .blogger-nav-box .blogger-nav-item {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 6px;
  color: #EC1C33;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  background: #fff;
  text-align: center;
  margin: 0 22px;
}
.bloger-section .blogger-nav-box .blogger-nav-item .img {
  display: block;
  width: 36px;
  margin: 18px auto 10px;
}
.bloger-section .blogger-nav-box .blogger-nav-item::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 120px;
  box-sizing: border-box;
  height: 120px;
  opacity: 0;
  border-radius: 10px;
  transition: opacity ease 0.2s;
  border: 1px solid #fff;
}
.bloger-section .blogger-nav-box .blogger-nav-item:hover::after, .bloger-section .blogger-nav-box .blogger-nav-item.active::after {
  opacity: 1;
}
.bloger-section .blogger-inner-left {
  float: left;
  width: 140px;
}
.bloger-section .blogger-inner-left .blogger-l-item {
  margin-bottom: 19px;
  padding: 17px;
  cursor: pointer;
  font-weight: 500;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  display: block;
  font-size: 18px;
  line-height: 30px;
  transition: all ease 0.3s;
}
.bloger-section .blogger-inner-left .blogger-l-item:hover, .bloger-section .blogger-inner-left .blogger-l-item.active {
  color: #EC1C33;
  background-color: #fff;
  font-weight: 400;
}
.bloger-section .blogger-inner-right {
  margin-left: 140px;
  display: flex;
  flex-wrap: wrap;
}
.bloger-section .blogger-inner-right .blogger-r-item {
  margin: 0 0 18px 18px;
  width: 348px;
  height: 226px;
  border-radius: 8px;
  background: #fff;
  padding: 32px 40px 32px 30px;
  box-sizing: border-box;
  display: flex;
  position: relative;
}
.bloger-section .blogger-inner-right .blogger-r-item .blogger-avator {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 100px;
}
.bloger-section .blogger-inner-right .blogger-r-item .blogger-avator .img {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.bloger-section .blogger-inner-right .blogger-r-item .blogger-username {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  color: #000;
  margin: 12px 0 4px;
  display: block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 114px;
}
.bloger-section .blogger-inner-right .blogger-r-item .blogger-desc {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
  width: 114px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bloger-section .blogger-inner-right .blogger-r-item .blogger-r-info-box {
  margin-left: 36px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}
.bloger-section .blogger-inner-right .blogger-r-item .blogger-info {
  position: relative;
  width: 49.6%;
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
}
.bloger-section .blogger-inner-right .blogger-r-item .blogger-info:nth-child(even)::before {
  content: "";
  top: 8px;
  left: 0;
  display: block;
  width: 1px;
  position: absolute;
  height: 30px;
  background-color: #E1E1E6;
}
.bloger-section .blogger-inner-right .blogger-r-item .blogger-info .num {
  font-size: 18px;
  line-height: 26px;
  display: block;
  color: #000;
  font-weight: 600;
}
.bloger-section .blogger-inner-right .blogger-r-item .blogger-info .num i {
  font-size: 12px;
  font-style: normal;
}
.bloger-section .blogger-inner-right .blogger-r-item .btn {
  width: 134px;
  padding: 11px 0;
  border-radius: 6px;
  line-height: 20px;
  margin-top: 6px;
}
.bloger-section .blogger-inner-right.nowrd .blogger-username {
  height: 26px;
  animation: nowd 2s ease infinite;
}
.bloger-section .blogger-inner-right.nowrd .blogger-desc {
  height: 20px;
  width: 40px;
  animation: nowd 2s ease infinite;
}
.bloger-section .blogger-inner-right.nowrd .num {
  height: 14px;
  width: 40px;
  margin: auto;
  animation: nowd 2s ease infinite;
}
@keyframes nowd {
  0% {
    background-color: #f0f8ff;
  }
  50% {
    background-color: #e4e4e4;
  }
  100% {
    background-color: #f0f8ff;
  }
}

.com-lr-wn-section {
  min-width: 1240px;
  background-color: #F9F9F9;
}
.com-lr-wn-section .nav-box br {
  display: none;
}
.com-lr-wn-section .section-main {
  display: flex;
  border-radius: 12px;
  overflow: hidden;
}
.com-lr-wn-section .section-main .nav-box {
  background: var(--page-theme-color);
  color: #fff;
  display: flex;
  flex-direction: column;
  width: 272px;
  padding: 72px 64px;
}
.com-lr-wn-section .section-main .nav-box .nav-item {
  font-size: 22px;
  line-height: 26px;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}
.com-lr-wn-section .section-main .nav-box .nav-item::after {
  content: "";
  width: 0;
  height: 4px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  display: block;
  bottom: -16px;
  left: 0;
}
.com-lr-wn-section .section-main .nav-box .nav-item.active {
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 12px;
}
.com-lr-wn-section .section-main .nav-box .nav-item.active::after {
  width: 36px;
  transition: all ease 4s;
}
.com-lr-wn-section .section-main .nav-box .nav-item + .nav-item {
  margin-top: 24px;
}
.com-lr-wn-section .section-main .show-box {
  position: relative;
  flex: 1;
  overflow: hidden;
}
.com-lr-wn-section .section-main .show-box .item {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  transition: all ease 0.3s;
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 64px;
}
.com-lr-wn-section .section-main .show-box .item.active {
  opacity: 1;
}
.com-lr-wn-section .section-main .show-box .item > .img-addon {
  width: 358px;
  height: 358px;
  margin-right: 36px;
  flex-shrink: 0;
}
.com-lr-wn-section .section-main .show-box .text-box .title {
  font-size: 24px;
  line-height: 36px;
}
.com-lr-wn-section .section-main .show-box .text-box .desc {
  margin: 8px 0 24px;
  color: #999;
  font-size: 16px;
  line-height: 24px;
}
.com-lr-wn-section .section-main .show-box .text-box .tips {
  display: flex;
  justify-content: space-between;
}
.com-lr-wn-section .section-main .show-box .text-box .tips .tip {
  padding: 24px 12px;
  border: 1px solid #F9F9F9;
  font-size: 16px;
  line-height: 24px;
}
.com-lr-wn-section .section-main .show-box .text-box .tips .img-addon {
  width: 36px;
  height: 36px;
  margin: 0 auto 8px;
}
.com-lr-wn-section .section-main .show-box .tools-box {
  text-align: left;
}

.case-section {
  background-color: #161A23;
  min-width: 1240px;
  overflow: hidden;
}
.case-section .section-title {
  color: #fff;
}
.case-section .case-main {
  position: relative;
  margin-top: 40px;
}
.case-section .case-main .caseTop-button-prev {
  background-image: url(/public/img/psq4vw7fq728cwwmfgg0uxnzrbwzkr2zpcb729190-b8e7-49db-b5aa-7ee2ba23eb55.png);
  left: -120px;
  right: auto;
}
.case-section .case-main .caseTop-button-next {
  background-image: url(/public/img/psq4vw7fq728cwwmfgg0uxnzrbwzkr2zpcb729190-b8e7-49db-b5aa-7ee2ba23ebf5.png);
  right: -120px;
  left: auto;
}
.case-section .case-swiper {
  height: 466px;
}
.case-section .case-swiper.swiper-container {
  height: 544px;
}
.case-section .case-swiper .btn {
  width: 120px;
  margin: 48px auto 0;
}
.case-section .swiper-slide {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 466px;
  border-radius: 12px;
  background-color: #272A32;
  border: 1px solid rgba(234, 239, 251, 0.6);
}
.case-section .swiper-slide .case-item-img-cont {
  width: 526px;
  height: auto;
  overflow: hidden;
  border-radius: 12px;
}
.case-section .swiper-slide .case-item-img-cont .img {
  display: block;
  margin: auto;
  border-radius: 12px;
  width: 100%;
}
.case-section .swiper-slide .case-item-text-cont {
  flex: 1;
  height: 466px;
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.case-section .swiper-slide .case-item-tt-cont {
  padding-bottom: 22px;
  position: relative;
  margin-bottom: 24px;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 42px;
}
.case-section .swiper-slide .case-item-tt-cont::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 4px;
  background: var(--page-theme-color);
  border-radius: 2px;
}
.case-section .swiper-slide .case-item-desc {
  font-size: 16px;
  color: #000000;
  line-height: 26px;
  flex: 1;
  color: rgba(255, 255, 255, 0.6);
}
.case-section .swiper-slide .case-item-sp {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.case-section .swiper-slide .case-item-sp-i {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
}
.case-section .swiper-slide .case-item-sp-i > div {
  color: var(--page-theme-color);
}
.case-section .swiper-slide .case-item-sp-i > div > i {
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
  font-family: "Montserrat";
  font-style: normal;
}
.case-section .caseTop-button {
  width: 64px;
  height: 64px;
  margin-top: -32px;
  background-size: cover;
  position: absolute;
  top: 50%;
  z-index: 100;
  cursor: pointer;
}
.case-section .swiper-button-next, .case-section .swiper-button-prev {
  display: none;
}
.case-section .swiper-container-horizontal > .swiper-scrollbar {
  height: 6px;
  background: rgb(39, 42, 50);
  transform: scale(0.15);
}
.case-section .swiper-scrollbar-drag {
  background: rgb(249, 249, 249);
  height: 15px;
  top: -4px;
  bottom: -1px;
}
.case-section .caseTop-button-next + .btn-more {
  margin-top: 24px;
}
.case-section .btn-more {
  margin: 24px auto 0;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  color: var(--page-theme-color);
}
.case-section .btn-more::after {
  content: "";
  margin-left: 8px;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  transition: all ease 0.3s;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  background-image: url("/public/img/icon-case_more.png");
}
.case-section .btn-more:hover {
  background-size: 300%;
}
.case-section .btn-more:hover::after {
  margin-left: 12px;
  margin-right: 0;
}

.about-section {
  min-width: 1240px;
}
.about-section .section-main {
  margin-top: 36px;
}
.about-section .line {
  font-size: 16px;
  line-height: 24px;
  color: #999;
  text-align: center;
}
.about-section .line .title {
  margin: 24px 0 12px;
  font-size: 24px;
  line-height: 36px;
  color: #000;
}
.about-section .list {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}
.about-section .list .img-outer {
  flex: 1;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.about-section .list .img-outer + .img-outer {
  margin-left: 24px;
}
.about-section .list .img-outer::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.36) 100%);
}
.about-section .list .img-outer span {
  position: absolute;
  font-size: 24px;
  line-height: 36px;
  left: 24px;
  bottom: 24px;
  color: #fff;
  font-weight: 700;
}
.about-section .list .img-outer .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.com-news-section {
  background-color: #F9F9F9;
  min-width: 1240px;
}
.com-news-section .news-show-item {
  display: none;
}
.com-news-section .news-show-item.active {
  display: block;
}
.com-news-section .news-nav-cont {
  line-height: 52px;
  width: 500px;
  margin: 24px auto 48px;
  display: flex;
  position: relative;
  border-bottom: 1px solid #e1e1e1;
  justify-content: center;
}
.com-news-section .news-nav-cont .news-nav-item {
  position: relative;
  float: left;
  height: 55px;
  margin: 0 20px;
  padding: 0 10px;
  font-size: 18px;
  cursor: pointer;
}
.com-news-section .news-nav-cont .news-nav-item a {
  color: inherit;
}
.com-news-section .news-nav-cont::before {
  content: "";
  border-color: #FF7083;
  position: absolute;
  bottom: -2px;
  background-image: linear-gradient(116.57deg, #FF7083 0%, #FC1E47 100%);
  width: 92px;
  height: 3px;
  transition: left ease 0.2s;
  border-radius: 5px;
}
.com-news-section .news-nav-cont::after {
  position: absolute;
  bottom: 0;
  margin-left: -6px;
  content: "";
  transition: left ease 0.2s;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FF7083;
  border-left: 6px solid transparent;
}
.com-news-section .news-nav-cont.news-nav-cont-1::before {
  left: 72px;
}
.com-news-section .news-nav-cont.news-nav-cont-1::after {
  left: 120px;
}
.com-news-section .news-nav-cont.news-nav-cont-2::before {
  left: 204px;
}
.com-news-section .news-nav-cont.news-nav-cont-2::after {
  left: 252px;
}
.com-news-section .news-nav-cont.news-nav-cont-3::before {
  left: 336px;
}
.com-news-section .news-nav-cont.news-nav-cont-3::after {
  left: 384px;
}
.com-news-section .news-list-cont {
  display: flex;
  margin-left: -18px;
  margin-right: -18px;
  flex-wrap: wrap;
}
.com-news-section .news-list-cont .news-item {
  margin-bottom: 12px;
  width: calc(33.3% - 36px);
  padding-bottom: 24px;
  margin: 0 18px;
}
.com-news-section .news-list-cont .news-item .news-list-img-cont {
  height: 220px;
  border-radius: 6px;
  overflow: hidden;
}
.com-news-section .news-list-cont .news-item .news-list-img-cont .news-list-img {
  display: block;
  width: 100%;
  height: 100%;
}
.com-news-section .news-list-cont .news-item .news-list-title {
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  color: #333333;
  line-height: 26px;
  display: block;
  margin: 18px 0 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.com-news-section .news-list-cont .news-item .news-list-title:hover {
  color: #EC1C33;
}
.com-news-section .news-list-cont .news-item .news-list-desc {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.com-news-section .news-list-cont .news-item .news-list-date {
  font-size: 15px;
  color: #999999;
  line-height: 1;
  margin: 12px auto;
  text-align: right;
}

@media screen and (max-width: 980px) {
  .show-section .list-out {
    overflow: auto;
    white-space: nowrap;
    padding: 0 1px;
  }
  .show-section .list-out .item {
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 24px;
    padding-right: 24px;
  }
  .show-section .list-out .item + .item {
    margin-left: 24px;
  }
  .table-section .table-m-title.modify {
    font-size: 12px;
  }
  .table-section .table-m-title.modify div {
    font-size: 26px;
    margin-top: 4px;
  }
  .table-section .table-m-column .table-m-footer {
    height: 220px;
  }
}
@media (max-width: 768px) {
  section {
    padding-bottom: 48px;
  }
  .section-title {
    font-size: 24px;
    line-height: 36px;
  }
  .section-desc {
    font-size: 12px;
    line-height: 20px;
    margin: 12px 0 24px;
    position: relative;
    padding-top: 16px;
  }
  .section-desc::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 4px;
    border-radius: 4px;
    background: linear-gradient(116.57deg, #FF7083 0%, #FC1E47 100%);
  }
  .btn {
    font-size: 12px;
    line-height: 20px;
    padding: 5px 0;
    border-radius: 2px;
  }
  .banner-section .banner-cont {
    height: 500px;
    min-width: auto;
    background-image: url(/public/img/xhs/banner2.jpg);
  }
  .banner-section .banner-cont .btn {
    width: 96px;
  }
  .banner-section .banner-title {
    font-size: 30px;
    line-height: 36px;
    margin: 96px 0 12px;
  }
  .banner-section .banner-desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .com-line4-section .section-main ul {
    flex-wrap: wrap;
    border-radius: 8px;
  }
  .com-line4-section .section-main ul li {
    width: 50%;
    flex: auto;
    height: 134px;
  }
  .com-line4-section .section-main ul li.active p {
    margin-top: 4px;
  }
  .com-line4-section .section-main ul .item {
    font-size: 16px;
    line-height: 24px;
    bottom: 12px;
  }
  .com-line4-section .section-main ul .item p {
    font-size: 12px;
    line-height: 16px;
    padding: 0 4px;
    margin-top: 0;
  }
  .com-line4-section .section-main ul .item:hover p {
    margin-top: 4px;
  }
  .hlc-section .section-main {
    margin-top: 20px;
  }
  .hlc-section .section-main ul {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
  }
  .hlc-section .section-main ul li {
    margin: 6px 0;
    width: calc(50% - 6px);
    flex: initial;
  }
  .hlc-section .section-main ul .item {
    font-size: 16px;
    line-height: 22px;
    height: 120px;
  }
  .hlc-section .section-main ul .item p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 8px;
  }
  .show-section .section-box {
    padding-bottom: 0;
  }
  .show-section .list-out {
    display: none;
  }
  .show-section .list-out-mb {
    display: block;
    margin: 0 -2vw;
  }
  .show-section .swiper-slide {
    width: 300px;
    transform: scale(0.95);
  }
  .show-section .swiper-slide-active {
    transform: scale(1);
  }
  .show-section .litem {
    width: 100%;
  }
  .show-section .item {
    padding: 48px 36px;
    width: 300px;
    height: 574px;
  }
  .show-section .item .top .title {
    font-size: 18px;
    line-height: 26px;
  }
  .show-section .item .top .desc {
    font-size: 12px;
    line-height: 20px;
  }
  .show-section .item .money-box {
    margin: 18px 0 16px;
  }
  .show-section .item .money-box .num {
    font-size: 30px;
    line-height: 42px;
  }
  .show-section .item .money-box .num i {
    font-size: 20px;
    line-height: 26px;
  }
  .table-section {
    position: relative;
  }
  .table-section .table-main-container {
    overflow: auto;
    margin-right: -2vw;
  }
  .table-section .table-m-r-title,
  .table-section .table-m-r-cell {
    height: 48px;
    background-color: #fff;
  }
  .table-section .table-m-r-title {
    padding: 0 12px !important;
  }
  .table-section .table-m-r-title[data-row="1"] {
    height: 48px;
  }
  .table-section .table-m-r-title[data-row="2"] {
    height: 96px;
  }
  .table-section .table-m-r-title[data-row="3"] {
    height: 144px;
  }
  .table-section .table-m-r-title[data-row="4"] {
    height: 192px;
  }
  .table-section .table-main {
    min-width: 192vw;
    position: relative;
  }
  .table-section .table-main::before {
    content: none;
  }
  .table-section .table-main .table-mob-head {
    padding-top: 52px;
  }
  .table-section .table-main .table-mob-head .table-m-title {
    width: 32vw;
    flex-shrink: 0;
    white-space: nowrap;
  }
  .table-section .table-main .table-mob-head .table-m-title:nth-child(1) {
    width: 23.4vw;
    position: sticky;
    left: 0;
  }
  .table-section .table-main .table-mob-head .table-m-title:nth-child(2) {
    width: 42vw;
    position: sticky;
    left: 23.4vw;
  }
  .table-section .table-main .table-mob-head .inner-fm {
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    width: 69.4vw;
    top: 52px;
    background: var(--page-theme-color);
    z-index: 556;
    height: 104px;
    padding-left: 4vw;
    display: flex;
  }
  .table-section .table-m-column {
    width: 32vw;
  }
  .table-section .table-m-column .table-m-title {
    height: 114px;
    top: 0;
    background: var(--page-theme-color);
  }
  .table-section .table-m-column .table-m-title.toFixed {
    width: 32vw;
  }
  .table-section .table-m-column .table-m-footer {
    height: 220px;
  }
  .table-section .table-m-column:nth-child(1) {
    width: 23.4vw;
    position: sticky;
    left: 0;
    z-index: 12;
  }
  .table-section .table-m-column:nth-child(1) .table-m-title {
    background-size: 96vw;
    width: 23.4vw;
  }
  .table-section .table-m-column:nth-child(1) .table-m-footer {
    align-items: flex-start;
    padding-left: 18px;
  }
  .table-section .table-m-column:nth-child(2) {
    width: 42vw;
    position: sticky;
    left: 23.4vw;
    z-index: 12;
  }
  .table-section .table-m-column:nth-child(2) .table-m-title {
    background-size: 96vw;
    width: 42vw;
    background-position: -23.4vw 0;
  }
  .table-section .table-m-column:nth-child(2) .table-m-title.toFixed {
    width: 42vw;
  }
  .table-section .table-m-column:nth-child(2) .table-m-r-cell {
    line-height: 1.2;
    font-size: 15px;
  }
  .table-section .table-m-column:nth-child(2) .table-m-r-cell div {
    display: flex;
    height: 48px;
    align-items: center;
  }
  .table-section .table-m-column .table-m-footer {
    font-size: 13px;
  }
  .table-section .info-line {
    margin: 0 -12px 48px;
    flex-direction: column;
  }
  .table-section .info-line .info {
    margin: 12px;
  }
  .bloger-section {
    min-width: auto;
  }
  .bloger-section .section-title {
    padding-bottom: 0;
  }
  .bloger-section .section-title::after {
    content: none;
  }
  .bloger-section .bloger-main {
    max-width: 350px;
    margin: auto;
  }
  .bloger-section .blogger-nav-box {
    margin: 28px auto 32px;
  }
  .bloger-section .blogger-nav-box .blogger-nav-item {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    margin: 0 18px;
  }
  .bloger-section .blogger-nav-box .blogger-nav-item .img {
    width: 30px;
    margin: 11px auto 8px;
  }
  .bloger-section .blogger-nav-box .blogger-nav-item::after {
    width: 100px;
    height: 100px;
  }
  .bloger-section .blogger-inner-left {
    width: 100px;
  }
  .bloger-section .blogger-inner-left .blogger-l-item {
    margin-bottom: 4px;
    padding: 10px;
    font-size: 14px;
    line-height: 26px;
  }
  .bloger-section .blogger-inner-right {
    margin-left: 100px;
  }
  .bloger-section .blogger-inner-right .blogger-r-item {
    margin: 0 0 18px 18px;
    width: 233px;
    height: 138px;
    border-radius: 6px;
    padding: 10px 18px;
  }
  .bloger-section .blogger-inner-right .blogger-r-item:nth-child(3), .bloger-section .blogger-inner-right .blogger-r-item:nth-child(4), .bloger-section .blogger-inner-right .blogger-r-item:nth-child(5), .bloger-section .blogger-inner-right .blogger-r-item:nth-child(6) {
    display: none;
  }
  .bloger-section .blogger-inner-right .blogger-r-item .blogger-avator {
    width: 64px;
    height: 64px;
  }
  .bloger-section .blogger-inner-right .blogger-r-item .blogger-avator .img {
    height: 64px;
  }
  .bloger-section .blogger-inner-right .blogger-r-item .blogger-username {
    width: 60px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .bloger-section .blogger-inner-right .blogger-r-item .blogger-desc {
    font-size: 12px;
    line-height: 16px;
    width: 60px;
  }
  .bloger-section .blogger-inner-right .blogger-r-item .blogger-r-info-box {
    margin-left: 20px;
  }
  .bloger-section .blogger-inner-right .blogger-r-item .blogger-info {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
  }
  .bloger-section .blogger-inner-right .blogger-r-item .blogger-info:nth-child(even)::before {
    top: 5px;
    height: 24px;
  }
  .bloger-section .blogger-inner-right .blogger-r-item .blogger-info .num {
    font-size: 14px;
    line-height: 24px;
  }
  .bloger-section .blogger-inner-right .blogger-r-item .blogger-info .num i {
    font-size: 14px;
  }
  .bloger-section .blogger-inner-right .blogger-r-item .btn {
    width: 100px;
    padding: 6px 0;
    line-height: 17px;
    margin-top: 4px;
  }
  .com-lr-wn-section {
    min-width: auto;
  }
  .com-lr-wn-section .nav-box br {
    display: block;
  }
  .com-lr-wn-section .section-main {
    flex-direction: column;
    border-radius: 8px;
  }
  .com-lr-wn-section .section-main .nav-box {
    padding: 16px 18px 8px;
    width: 100%;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  .com-lr-wn-section .section-main .nav-box .nav-item {
    font-size: 14px;
    line-height: 24px;
  }
  .com-lr-wn-section .section-main .nav-box .nav-item::after {
    bottom: -8px;
  }
  .com-lr-wn-section .section-main .nav-box .nav-item.active {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .com-lr-wn-section .section-main .nav-box .nav-item.active::after {
    width: 80%;
    transition: all ease 4s;
  }
  .com-lr-wn-section .section-main .nav-box .nav-item + .nav-item {
    margin-top: 0;
  }
  .com-lr-wn-section .section-main .show-box {
    border-radius: 0 0 8px 8px;
    overflow: hidden;
  }
  .com-lr-wn-section .section-main .show-box .item.active {
    position: relative;
  }
  .com-lr-wn-section .section-main .show-box .item {
    flex-direction: column;
    padding: 24px 18px;
  }
  .com-lr-wn-section .section-main .show-box .item > .img-addon {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .com-lr-wn-section .section-main .show-box .text-box .title {
    font-size: 18px;
    line-height: 28px;
  }
  .com-lr-wn-section .section-main .show-box .text-box .desc {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 20px;
  }
  .com-lr-wn-section .section-main .show-box .text-box .tips .tip {
    padding: 18px 10px;
    font-size: 12px;
    line-height: 20px;
  }
  .com-lr-wn-section .section-main .show-box .text-box .tips .img-addon {
    width: 24px;
    height: 24px;
  }
  .com-lr-wn-section .section-main .show-box .tools-box {
    text-align: center;
  }
  .case-section {
    padding-bottom: 40px;
    min-width: auto;
  }
  .case-section .case-main {
    width: auto;
    margin-top: 36px;
  }
  .case-section .case-swiper {
    height: auto;
    padding-bottom: 32px;
  }
  .case-section .case-swiper.swiper-container {
    height: auto;
  }
  .case-section .case-swiper .btn {
    width: 90px;
    margin: 24px auto 0;
  }
  .case-section .swiper-slide {
    flex-direction: column;
    height: auto;
  }
  .case-section .swiper-slide .case-item-img-cont {
    width: 100%;
    max-height: 386px;
    min-height: 280px;
  }
  .case-section .swiper-slide .case-item-text-cont {
    height: auto;
    padding: 36px 28px;
  }
  .case-section .swiper-slide .case-item-tt-cont {
    font-size: 22px;
    line-height: 28px;
  }
  .case-section .swiper-slide .case-item-tt-cont::after {
    width: 40px;
  }
  .case-section .swiper-slide .case-item-desc {
    font-size: 14px;
    margin-bottom: 36px;
    height: auto;
  }
  .case-section .swiper-slide .case-item-sp-i {
    line-height: 18px;
    font-size: 12px;
  }
  .case-section .swiper-slide .case-item-sp-i > div > i {
    font-size: 26px;
    line-height: 32px;
  }
  .case-section .caseTop-button {
    display: none;
  }
  .about-section {
    min-width: auto;
  }
  .about-section .line {
    font-size: 14px;
    line-height: 24px;
  }
  .about-section .line .title {
    margin: 18px 0 8px;
    font-size: 18px;
    line-height: 22px;
  }
  .about-section .list {
    margin-top: 24px;
  }
  .about-section .list .img-outer {
    border-radius: 4px;
  }
  .about-section .list .img-outer + .img-outer {
    margin-left: 12px;
  }
  .about-section .list .img-outer span {
    font-size: 10px;
    line-height: 24px;
    left: 6px;
    bottom: 2px;
  }
  .com-news-section {
    min-width: auto;
  }
  .com-news-section .news-list-cont {
    justify-content: center;
    margin: 0 -6px;
  }
  .com-news-section .news-list-cont .news-item {
    width: calc(50% - 12px);
    padding-bottom: 0;
    margin: 0 6px 18px;
  }
  .com-news-section .news-list-cont .news-item .news-list-img-cont {
    height: auto;
    border-radius: 3px;
  }
  .com-news-section .news-list-cont .news-item .news-list-title {
    font-size: 15px;
    margin: 18px 0 12px;
    line-height: 1;
  }
  .com-news-section .news-list-cont .news-item .news-list-desc {
    font-size: 12px;
  }
  .com-news-section .news-nav-cont {
    width: 80vw;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .com-news-section .news-nav-cont .news-nav-item {
    width: 20vw;
    padding: 10px 0;
    font-size: 12px;
    border-radius: 3px;
    margin: 0;
    text-align: center;
  }
  .com-news-section .news-nav-cont::before {
    bottom: -1px;
    width: 18vw;
    height: 2px;
  }
  .com-news-section .news-nav-cont.news-nav-cont-1::before {
    left: calc(11vw + 0px);
  }
  .com-news-section .news-nav-cont.news-nav-cont-1::after {
    left: 20vw;
  }
  .com-news-section .news-nav-cont.news-nav-cont-2::before {
    left: 31vw;
  }
  .com-news-section .news-nav-cont.news-nav-cont-2::after {
    left: 40vw;
  }
  .com-news-section .news-nav-cont.news-nav-cont-3::before {
    left: 51vw;
  }
  .com-news-section .news-nav-cont.news-nav-cont-3::after {
    left: 60vw;
  }
}/*# sourceMappingURL=xiaohongshu2.css.map */