.btn-small {
  cursor: pointer;
  transition: all ease 0.2s;
  border: none;
  display: inline-block;
  padding: 8px 0;
  width: 120px;
  height: 38px;
  text-align: center;
  border-radius: 6px;
  font-size: 14px;
  line-height: 24px;
  line-height: 22px;
}

.btn-middle {
  cursor: pointer;
  transition: all ease 0.2s;
  border: none;
  display: inline-block;
  padding: 9px 0;
  width: 134px;
  height: 42px;
  text-align: center;
  border-radius: 6px;
  font-size: 14px;
  line-height: 24px;
}

.btn-text-small {
  font-size: 16px;
  line-height: 26px;
  cursor: pointer;
  display: inline-block;
}

.btn-theme-rvs {
  background-color: #fff;
  color: #EC1C33;
  position: relative;
}
.btn-theme-rvs::before {
  content: "";
  position: absolute;
  left: -4px;
  top: -4px;
  right: -4px;
  bottom: -4px;
  border: 1px solid #fff;
  border-radius: 8px;
  opacity: 0;
  transition: all ease 0.3s;
}
.btn-theme-rvs:hover::before {
  opacity: 1;
}

.btn-theme {
  color: #fff;
  position: relative;
}
.btn-theme::before {
  content: attr(data-text);
  background-image: linear-gradient(116.57deg, #FF7083 0%, #FC1E47 100%);
  z-index: 2;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-theme::after {
  content: "";
  position: absolute;
  background-image: linear-gradient(168.12deg, #FE837A 0%, #FE506C 100%);
  z-index: 1;
  position: absolute;
  left: -4px;
  right: -4px;
  top: -4px;
  bottom: -4px;
  border-radius: 9px;
  opacity: 0;
  transition: all ease 0.2s;
}
.btn-theme:hover {
  background-image: linear-gradient(168.12deg, #FE837A 0%, #FE506C 100%);
  position: relative;
}
.btn-theme:hover::after {
  opacity: 1;
}
.btn-theme:hover::before {
  background-image: linear-gradient(168.12deg, #FE837A 0%, #FE506C 100%);
  box-shadow: 0 0 0 2px #fff;
}

.btn-text-theme {
  background-image: linear-gradient(116.57deg, #FF7083 0%, #FC1E47 100%);
  -webkit-background-clip: text;
  color: transparent;
}

@media screen and (max-width: 768px) {
  .btn-small {
    width: 96px;
    height: 29px;
    font-size: 12px;
    padding: 0;
    line-height: 29px;
  }
  .btn-middle {
    width: 106px;
    height: 29px;
    font-size: 12px;
  }
}
.case2-section {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  background-image: url("/public/img/index-bloger1702545227585.jpg");
  color: #fff;
  background-color: #F9F9F9;
  min-width: 1240px;
}
.case2-section .title-section .section-title,
.case2-section .title-section .section-desc {
  color: #fff;
}
.case2-section .nav-box {
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case2-section .nav-box .nav-item {
  font-size: 24px;
  line-height: 29px;
  margin: 0 60px;
  padding-bottom: 22px;
  position: relative;
  cursor: pointer;
}
.case2-section .nav-box .nav-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0px;
  height: 6px;
  margin: 0 auto;
  border-radius: 6px;
  background: #fff;
  transition: all ease 0.2s;
}
.case2-section .nav-box .nav-item.active {
  font-weight: 700;
}
.case2-section .nav-box .nav-item.active::after {
  width: 64px;
}
.case2-section .show-box {
  background-color: #fff;
  position: relative;
  height: 648px;
  border-radius: 12px;
  overflow: hidden;
}
.case2-section .show-box .item {
  position: absolute;
  opacity: 0;
  transition: all ease 0.3s;
  display: flex;
  padding: 48px 88px;
  display: flex;
  align-items: center;
}
.case2-section .show-box .item.active {
  opacity: 1;
}
.case2-section .show-box .item .img-addon {
  height: 552px;
  width: auto;
  flex-shrink: 0;
}
.case2-section .show-box .text-box {
  margin-left: 85px;
}
.case2-section .show-box .text-box .title-box {
  padding-left: 24px;
  padding-right: 2px;
  border-radius: 24px 0 24px 0;
  background-image: linear-gradient(116.57deg, #FF7083 0%, #FC1E47 100%);
  color: #fff;
  font-size: 24px;
  line-height: 29px;
  line-height: 53px;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 36px;
  width: -moz-fit-content;
  width: fit-content;
}
.case2-section .show-box .text-box .title-box div {
  position: relative;
  background-color: #fff;
  z-index: 2;
  margin-left: 24px;
  overflow: hidden;
  border-bottom-right-radius: 24px;
}
.case2-section .show-box .text-box .title-box div span {
  display: block;
  padding: 0 23px;
  line-height: 49px;
  background-color: #fff;
  background-image: linear-gradient(116.57deg, #FF7083 0%, #FC1E47 100%);
  -webkit-background-clip: text;
  color: transparent;
}
.case2-section .show-box .text-box ul {
  display: flex;
  flex-wrap: wrap;
}
.case2-section .show-box .text-box ul li {
  width: 50%;
  padding: 12px;
}
.case2-section .show-box .text-box ul .num {
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 11px;
  font-family: fz;
}
.case2-section .show-box .text-box ul span {
  padding-left: 22px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  color: #000;
}
.case2-section .show-box .text-box ul .plus .num {
  background-image: linear-gradient(116.57deg, #FF7083 0%, #FC1E47 100%);
  -webkit-background-clip: text;
  color: transparent;
}
.case2-section .show-box .text-box ul .plus span {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px auto;
  background-image: url("/public/img/icon-plus.png");
}
.case2-section .show-box .text-box ul .del .num {
  color: #00A33C;
}
.case2-section .show-box .text-box ul .del span {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px auto;
  background-image: url("/public/img/icon-del.png");
}
.case2-section .tools-box {
  margin-top: 36px;
  justify-content: flex-start;
}

.hlc-section {
  padding: 48px 0;
}
.hlc-section .section-main ul {
  display: flex;
  justify-content: space-between;
  margin: 0 -12px;
  text-align: center;
}
.hlc-section .section-main ul li {
  margin: 0 12px;
  flex: 1;
}
.hlc-section .section-main ul .item {
  color: #fff;
  font-size: 36px;
  line-height: 43px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/public/img/hlc1702966427207.jpg");
  border-radius: 12px;
}

.page_brand .banner-section .banner-cont {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/public/img/brand-banner1704178974134.jpg");
}
.page_brand .banner-section .banner-cont .banner-info {
  max-width: 520px;
}
.page_brand .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/brand-ope-1703572354143.jpg");
}
.page_brand .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/brand-ope-1703572331206.jpg");
}
.page_brand .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/brand-ope-1703572353343.jpg");
}
.page_brand .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/brand-ope-1703572353143.jpg");
}
.page_brand .com-line4-section .section-main ul li:hover .item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/public/img/index-ope-1702605642514.jpg");
}
.page_brand .com-lr-wn-section {
  background-color: #F9F9F9;
  min-width: 1240px;
}
.page_brand .com-lr-wn-section .section-main .nav-box {
  width: 272px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/public/img/brand1703573124649.jpg");
  padding: 110px 64px;
}

.page_publish .banner-section .banner-cont {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/public/img/publish-banner1704179741367.jpg");
}
.page_publish .banner-section .banner-cont .banner-info {
  max-width: 520px;
}
.page_publish .com-lr-wn-section {
  min-width: 1240px;
  background-color: #F9F9F9;
}
.page_publish .com-lr-wn-section .nav-box br {
  display: none;
}
.page_publish .com-lr-wn-section .section-main {
  border-radius: 12px;
  overflow: hidden;
}
.page_publish .com-lr-wn-section .item {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 64px;
}
.page_publish .com-lr-wn-section .item > .img-addon {
  width: 358px;
  height: 358px;
  margin-right: 36px;
  flex-shrink: 0;
}
.page_publish .com-lr-wn-section .text-box .title {
  font-size: 24px;
  line-height: 36px;
}
.page_publish .com-lr-wn-section .text-box .desc {
  margin: 8px 0 24px;
  color: #999;
  font-size: 16px;
  line-height: 24px;
}
.page_publish .com-lr-wn-section .text-box .tips {
  display: flex;
  justify-content: space-between;
}
.page_publish .com-lr-wn-section .text-box .tips .tip {
  padding: 24px 12px;
  border: 1px solid #F9F9F9;
  font-size: 16px;
  line-height: 24px;
}
.page_publish .com-lr-wn-section .text-box .tips .img-addon {
  width: 36px;
  height: 36px;
  margin: 0 auto 8px;
}
.page_publish .com-lr-wn-section .section-main .nav-box {
  padding-top: 72px;
  padding-bottom: 72px;
}
.page_publish .com-lr-wn-section .section-main .nav-box .nav-item.active {
  margin-bottom: 12px;
}
.page_publish .com-lr-wn-section .section-main .nav-box .nav-item + .nav-item {
  margin-top: 24px;
}

.page_cooperation .banner-section .banner-cont {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/public/img/cooperation-banner1704182069470.jpg");
}
.page_cooperation .banner-section .banner-cont .banner-info {
  max-width: 520px;
}
.page_cooperation .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/cooperation-ope-1703657851120.jpg");
}
.page_cooperation .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/cooperation-ope-1703657841241.jpg");
}
.page_cooperation .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/cooperation-ope-1703657833848.jpg");
}
.page_cooperation .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/cooperation-ope-1703657818088.jpg");
}
.page_cooperation .com-line4-section .section-main ul li:hover .item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/public/img/index-ope-1702605642514.jpg");
}
.page_cooperation .com-lr-wn-section {
  min-width: 1240px;
  background-color: #F9F9F9;
}
.page_cooperation .com-lr-wn-section .section-main .nav-box {
  padding-top: 110px;
  padding-bottom: 110px;
}
.page_cooperation .com-lr-wn-section .tools-box {
  margin-top: 48px;
}
.page_cooperation .filter-section ul {
  display: flex;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/public/img/cooperation-filter-line.png");
}
.page_cooperation .filter-section .item {
  padding: 30px 0;
  width: 180px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/public/img/index-ope-1702605642514.jpg");
  color: #fff;
  height: 100%;
  border-radius: 12px;
  font-size: 16px;
  line-height: 26px;
}
.page_cooperation .filter-section .item .title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  padding-bottom: 36px;
  margin-bottom: 12px;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 24px auto;
  background-image: url("/public/img/6690518783542.png");
}
.page_cooperation .filter-section .item .title .num {
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 2px;
}
.page_cooperation .filter-section .item ol li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_cooperation .filter-section .item ol li::before, .page_cooperation .filter-section .item ol li::after {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #fff;
  border-radius: 10px;
  margin: 0 6px;
}
.page_cooperation .triangle-section .tools-box {
  margin-top: 48px;
}
.page_cooperation .com-news-section {
  min-width: 1240px;
  background-color: #F9F9F9;
}

@media (max-width: 768px) {
  .case2-section {
    background-size: auto 960px;
    min-width: auto;
  }
  .case2-section .title-section .section-desc::after {
    background: #fff;
  }
  .case2-section .nav-box {
    margin-bottom: 24px;
    justify-content: space-around;
  }
  .case2-section .nav-box .nav-item {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    padding-bottom: 8px;
    text-align: left;
  }
  .case2-section .nav-box .nav-item span {
    display: block;
    font-size: 0;
    line-height: 0;
    color: transparent;
  }
  .case2-section .nav-box .nav-item::after {
    height: 4px;
    right: auto;
  }
  .case2-section .nav-box .nav-item.active::after {
    width: 48px;
  }
  .case2-section .show-box {
    height: 706px;
    border-radius: 8px;
  }
  .case2-section .show-box .item {
    padding: 24px 20px;
    flex-direction: column;
  }
  .case2-section .show-box .item .img-addon {
    height: 300px;
  }
  .case2-section .show-box .text-box {
    margin-left: 0;
    margin-top: 24px;
  }
  .case2-section .show-box .text-box .title-box {
    font-size: 18px;
    line-height: 22px;
    line-height: 38px;
    margin-bottom: 12px;
    border-radius: 12px 0 12px 0;
    padding-right: 1px;
  }
  .case2-section .show-box .text-box .title-box div {
    border-bottom-right-radius: 12px;
  }
  .case2-section .show-box .text-box .title-box div span {
    line-height: 36px;
  }
  .case2-section .show-box .text-box ul li {
    padding-top: 2px;
  }
  .case2-section .show-box .text-box ul .num {
    margin-bottom: 2px;
  }
  .case2-section .show-box .text-box ul span {
    padding-left: 18px;
    font-size: 12px;
    line-height: 14px;
  }
  .case2-section .show-box .text-box ul .plus span,
  .case2-section .show-box .text-box ul del span {
    background-size: 14px auto;
  }
  .case2-section .tools-box {
    margin-top: 18px;
  }
  .hlc-section .section-main ul {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
  }
  .hlc-section .section-main ul li {
    margin: 0;
    width: calc(33% - 4px);
    flex: initial;
  }
  .hlc-section .section-main ul .item {
    font-size: 12px;
    line-height: 22px;
    height: 96px;
    border-radius: 8px;
  }
  .page_brand .banner-section .banner-cont {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("/public/img/brand-banner1704178982453.jpg");
  }
  .page_brand .banner-section .banner-cont .banner-info {
    margin-left: auto;
    margin-right: auto;
  }
  .page_brand .banner-section .btn {
    margin-top: 225px;
  }
  .page_brand .com-lr-wn-section {
    min-width: auto;
  }
  .page_brand .com-lr-wn-section .section-main .nav-box {
    padding: 18px 24px 12px;
    width: 100%;
  }
  .page_publish .banner-section .banner-cont {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("/public/img/publish-banner1704179733490.jpg");
  }
  .page_publish .banner-section .banner-cont .banner-info {
    margin-left: auto;
    margin-right: auto;
  }
  .page_publish .banner-section .btn {
    margin-top: 225px;
  }
  .page_publish .com-lr-wn-section {
    min-width: auto;
  }
  .page_publish .com-lr-wn-section .nav-box br {
    display: block;
  }
  .page_publish .com-lr-wn-section .section-main {
    border-radius: 8px;
  }
  .page_publish .com-lr-wn-section .item {
    flex-direction: column;
    padding: 24px 18px;
  }
  .page_publish .com-lr-wn-section .item > .img-addon {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .page_publish .com-lr-wn-section .text-box .title {
    font-size: 18px;
    line-height: 28px;
  }
  .page_publish .com-lr-wn-section .text-box .desc {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 20px;
  }
  .page_publish .com-lr-wn-section .text-box .tips .tip {
    padding: 18px 10px;
    font-size: 12px;
    line-height: 20px;
  }
  .page_publish .com-lr-wn-section .text-box .tips .img-addon {
    width: 24px;
    height: 24px;
  }
  .page_publish .com-lr-wn-section .section-main .nav-box {
    padding: 16px 18px 8px;
  }
  .page_publish .com-lr-wn-section .section-main .nav-box .nav-item.active {
    margin-bottom: 12px;
  }
  .page_publish .com-lr-wn-section .section-main .nav-box .nav-item.active::after {
    width: 80%;
  }
  .page_publish .com-lr-wn-section .section-main .nav-box .nav-item + .nav-item {
    margin-top: 0;
  }
  .page_cooperation .banner-section .banner-cont {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("/public/img/cooperation-banner1704182076716.jpg");
  }
  .page_cooperation .banner-section .banner-cont .banner-info {
    margin-left: auto;
    margin-right: auto;
  }
  .page_cooperation .banner-section .btn {
    margin-top: 225px;
  }
  .page_cooperation .com-lr-wn-section {
    min-width: auto;
  }
  .page_cooperation .com-lr-wn-section .section-main .nav-box {
    padding: 16px 18px 8px;
  }
  .page_cooperation .com-lr-wn-section .tools-box {
    margin-top: 24px;
  }
  .page_cooperation .filter-section ul {
    flex-direction: column;
    background-image: url("/public/img/6632860931.png");
    margin-top: 48px;
  }
  .page_cooperation .filter-section ul > li + li {
    margin-top: 48px;
  }
  .page_cooperation .filter-section .item {
    padding: 17px 24px;
    width: 100%;
    height: 138px;
    display: flex;
    align-items: center;
  }
  .page_cooperation .filter-section .item .title {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-right: 68px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 24px auto;
    background-image: url("/public/img/662860931.png");
    margin-right: auto;
    width: 148px;
  }
  .page_cooperation .triangle-section .tools-box {
    margin-top: 24px;
  }
  .page_cooperation .com-news-section {
    min-width: auto;
  }
}/*# sourceMappingURL=xhs_yingxiao.css.map */