.about-page {
  background-color: #ffffff;
}
figure {
  margin: 0;
}
.section-title {
  margin: 0;
  margin-bottom: 60px;
  color: #333940;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 992px) {
  .section-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.about-yunzhan {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .about-yunzhan {
    padding: 20px 20px 60px;
  }
}
@media (max-width: 375px) {
  .about-yunzhan {
    padding: 20px 20px 41px;
  }
}
.about-yunzhan .about-yunzhan-inner {
  max-width: 1200px;
}
.about-yunzhan .about-yunzhan-inner .section-title {
  margin-bottom: 40px;
}
.about-yunzhan .about-yunzhan-inner .about-yunzhan-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  column-gap: 32px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 2px 12px 0px rgba(0, 118, 254, 0.1);
}
@media (max-width: 992px) {
  .about-yunzhan .about-yunzhan-inner .about-yunzhan-content {
    flex-direction: column;
    row-gap: 38px;
    padding: 58px 20px 20px;
  }
}
@media (max-width: 375px) {
  .about-yunzhan .about-yunzhan-inner .about-yunzhan-content {
    padding: 20px;
  }
}
.about-yunzhan .about-yunzhan-inner .about-yunzhan-content .content-block {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 1;
  row-gap: 20px;
}
.about-yunzhan .about-yunzhan-inner .about-yunzhan-content .content-block a,
.about-yunzhan .about-yunzhan-inner .about-yunzhan-content .content-block span {
  color: #333940;
  font-family: 'PingFang SC';
  font-size: 15px;
  font-style: normal;
  line-height: 28px;
  /* 186.667% */
}
.about-yunzhan .about-yunzhan-inner .about-yunzhan-content .content-block .bold {
  font-weight: 700;
}
.about-yunzhan .about-yunzhan-inner .about-yunzhan-content .content-block a {
  font-weight: 700;
}
.about-yunzhan .about-yunzhan-inner .about-yunzhan-content .content-block a:hover {
  color: #0076fe;
  text-decoration: underline;
}
@media (max-width: 650px) {
  .about-yunzhan .about-yunzhan-inner .about-yunzhan-content .about-yunzhan-image img {
    width: 100%;
    height: 100%;
  }
}
.core-features {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f4fe;
  padding: 60px 20px 50px;
}
@media (max-width: 900px) {
  .core-features {
    padding: 60px 40px 50px;
  }
}
.core-features .core-features-inner {
  display: flex;
  flex-direction: column;
}
@media (max-width: 900px) {
  .core-features .core-features-inner {
    width: 100%;
  }
}
.core-features .core-features-inner .core-features-content {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 38px;
}
@media (max-width: 1160px) {
  .core-features .core-features-inner .core-features-content {
    column-gap: 10px;
  }
}
@media (max-width: 900px) {
  .core-features .core-features-inner .core-features-content.pc-content {
    display: none;
  }
}
.core-features .core-features-inner .core-features-content.h5-content {
  display: none;
  flex-direction: column;
  column-gap: 80px;
  row-gap: 20px;
}
@media (max-width: 900px) {
  .core-features .core-features-inner .core-features-content.h5-content {
    display: flex;
  }
}
@media (max-width: 650px) {
  .core-features .core-features-inner .core-features-content.h5-content {
    flex-direction: column;
    row-gap: 30px;
  }
}
.core-features .core-features-inner .core-features-content.h5-content svg {
  position: absolute;
  top: 0;
}
.core-features .core-features-inner .core-features-content.h5-content .left-svg {
  left: 0;
  transform: translate(-50%, -50%);
}
.core-features .core-features-inner .core-features-content.h5-content .right-svg {
  right: 0;
  transform: translate(50%, -50%);
}
.core-features .core-features-inner .core-features-content .core-features-block {
  display: flex;
  flex-direction: column;
  row-gap: 63px;
}
.core-features .core-features-inner .core-features-content .core-features-block.right-block .block-item:first-of-type {
  left: 35px;
}
.core-features .core-features-inner .core-features-content .core-features-block.right-block .block-item:last-of-type {
  left: 35px;
}
.core-features .core-features-inner .core-features-content .core-features-block.right-block .block-item svg {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(80%, -40%);
}
.core-features .core-features-inner .core-features-content .core-features-block.left-block .block-item:first-of-type {
  right: 40px;
}
.core-features .core-features-inner .core-features-content .core-features-block.left-block .block-item:last-of-type {
  right: 30px;
}
.core-features .core-features-inner .core-features-content .core-features-block.left-block .block-item svg {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-80%, -40%);
}
.core-features .core-features-inner .core-features-content .core-features-block.middle-block {
  position: relative;
}
@media (max-width: 900px) {
  .core-features .core-features-inner .core-features-content .core-features-block.middle-block {
    display: none;
  }
}
.core-features .core-features-inner .core-features-content .core-features-block.middle-block .logo-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 12px;
}
.core-features .core-features-inner .core-features-content .core-features-block.middle-block .logo-text .logo-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 12px;
}
.core-features .core-features-inner .core-features-content .core-features-block.middle-block .logo-text .text-content {
  font-family: PingFang SC;
  font-weight: 400;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #333940;
}
.core-features .core-features-inner .core-features-content .block-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 340px;
  row-gap: 8px;
  padding: 16px 20px 16px 32px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0px 4px 12px 0px rgba(0, 73, 157, 0.1);
}
.core-features .core-features-inner .core-features-content .block-item svg {
  width: 70px;
  height: 70px;
}
@media (max-width: 1160px) {
  .core-features .core-features-inner .core-features-content .block-item {
    max-width: 251.62px;
    padding: 12px;
  }
  .core-features .core-features-inner .core-features-content .block-item svg {
    width: 55.479px;
    height: 55.533px;
  }
}
@media (max-width: 900px) {
  .core-features .core-features-inner .core-features-content .block-item {
    max-width: unset;
    width: 100%;
    padding: 12.693px 15.867px 12.693px 25.387px;
  }
}
@media (max-width: 650px) {
  .core-features .core-features-inner .core-features-content .block-item {
    width: calc(100% - 50px);
  }
}
.core-features .core-features-inner .core-features-content .block-item .block-item-title {
  font-family: PingFang SC;
  font-weight: 400;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #4c4cef;
}
.core-features .core-features-inner .core-features-content .block-item .block-item-text {
  color: #333940;
  font-family: PingFang SC;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}
@media (max-width: 1160px) {
  .core-features .core-features-inner .core-features-content .core-features-img {
    width: 328.112px;
    height: 328.44px;
  }
  .core-features .core-features-inner .core-features-content .core-features-img img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 900px) {
  .core-features .core-features-inner .core-features-content .core-features-img {
    display: none;
  }
}
.yunzhan-advantages {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1200px;
  margin: 80px auto 0;
}
@media (max-width: 1250px) {
  .yunzhan-advantages {
    padding: 0 20px;
  }
}
.yunzhan-advantages.h5-section {
  display: none;
  overflow: hidden;
}
@media (max-width: 500px) {
  .yunzhan-advantages.h5-section {
    display: flex;
  }
}
.yunzhan-advantages.h5-section .advantages-list {
  width: 100%;
  justify-content: flex-start;
}
.yunzhan-advantages.pc-section {
  display: flex;
}
@media (max-width: 500px) {
  .yunzhan-advantages.pc-section {
    display: none;
  }
}
.yunzhan-advantages.pc-section .advantages-list {
  column-gap: 28px;
  padding: 0 20px;
}
@media (max-width: 1250px) {
  .yunzhan-advantages.pc-section .advantages-list {
    overflow-y: hidden;
    overflow-x: auto;
    justify-content: flex-start;
  }
}
.yunzhan-advantages .advantages-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.yunzhan-advantages .advantages-list .advantage-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 232px;
  width: 381px;
  row-gap: 16px;
  background-image: url('/faq/img/about/body/advantages-1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
}
@media (max-width: 1250px) {
  .yunzhan-advantages .advantages-list .advantage-item {
    flex-shrink: 0;
  }
}
.yunzhan-advantages .advantages-list .advantage-item .item-title {
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.yunzhan-advantages .advantages-list .advantage-item .item-desc {
  display: block;
  max-width: 260px;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 19.5px */
}
.yunzhan-advantages .choose-button-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}
.yunzhan-advantages .choose-button-group > div {
  cursor: pointer;
}
.yunzhan-advantages .choose-button-group .disabled {
  color: #999999;
  cursor: not-allowed;
}
.other-products {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 160px 20px 140px;
}
@media (max-width: 500px) {
  .other-products {
    padding: 160px 20px 67px;
  }
}
.other-products .other-products-inner {
  display: flex;
  justify-content: center;
  column-gap: 46px;
  max-width: 1200px;
  min-height: 400px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0px 2px 12px 0px rgba(0, 118, 254, 0.1);
}
@media (max-width: 1050px) {
  .other-products .other-products-inner {
    column-gap: 24px;
  }
}
@media (max-width: 700px) {
  .other-products .other-products-inner {
    column-gap: 10px;
  }
}
@media (max-width: 500px) {
  .other-products .other-products-inner {
    flex-direction: column;
  }
}
.other-products .other-products-inner .products-name {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  background-color: #f6f8fa;
  border-radius: 12px 0px 0px 12px;
  border-right: 1px solid rgba(0, 0, 0, 0.04);
}
@media (max-width: 500px) {
  .other-products .other-products-inner .products-name {
    flex-direction: row;
    border-right: none;
    border-radius: 12px 12px 0 0;
  }
}
.other-products .other-products-inner .products-name .name-item {
  display: flex;
  height: 60px;
  width: 180px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  color: #333940;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}
.other-products .other-products-inner .products-name .name-item:hover {
  background-color: #e8f2ff;
}
@media (max-width: 1050px) {
  .other-products .other-products-inner .products-name .name-item {
    width: 90px;
  }
}
@media (max-width: 700px) {
  .other-products .other-products-inner .products-name .name-item {
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  .other-products .other-products-inner .products-name .name-item {
    width: auto;
    height: auto;
    flex: 1;
  }
}
.other-products .other-products-inner .products-name .name-item.active-item {
  background-color: #4c4cef;
  color: #ffffff;
}
.other-products .other-products-inner .products-name .name-item:first-child.active-item {
  border-top-left-radius: 12px;
}
@media (max-width: 500px) {
  .other-products .other-products-inner .products-name .name-item:last-child.active-item {
    border-top-right-radius: 12px;
  }
}
.other-products .other-products-inner .products-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 32px;
  padding: 20px 0;
}
@media (max-width: 700px) {
  .other-products .other-products-inner .products-desc {
    row-gap: 0;
  }
}
@media (max-width: 500px) {
  .other-products .other-products-inner .products-desc {
    padding: 0 20px;
    margin: 24px 0;
  }
}
.other-products .other-products-inner .products-desc .desc-title {
  display: flex;
  flex-direction: column;
}
@media (max-width: 700px) {
  .other-products .other-products-inner .products-desc .desc-title {
    margin-bottom: 12px;
  }
}
.other-products .other-products-inner .products-desc .desc-title span {
  color: #020713;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 700px) {
  .other-products .other-products-inner .products-desc .desc-title span {
    font-size: 16px;
  }
}
.other-products .other-products-inner .content-block {
  display: block;
  color: #666666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 28px */
}
@media (max-width: 700px) {
  .other-products .other-products-inner .content-block {
    font-size: 12px;
    margin-bottom: 24px;
  }
}
.other-products .other-products-inner .products-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 132px;
  height: 44px;
  border-radius: 8px;
  border: 1px solid #4c4cef;
  color: #4c4cef;
  text-align: center;
  font-family: 'Microsoft YaHei';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  user-select: none;
}
.other-products .other-products-inner .products-link:hover {
  background-color: #e8f2ff;
}
@media (max-width: 700px) {
  .other-products .other-products-inner .products-link {
    width: 128px;
    height: 32px;
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .other-products .other-products-inner .products-link {
    align-self: center;
  }
}
.other-products .other-products-inner .product-img {
  display: flex;
  align-items: center;
  user-select: none;
}
@media (max-width: 500px) {
  .other-products .other-products-inner .product-img {
    justify-content: center;
  }
}
.other-products .other-products-inner .product-img img {
  border-radius: 0 12px 12px 0;
}
@media (max-width: 900px) {
  .other-products .other-products-inner .product-img img {
    width: 300px;
    height: 267px;
  }
}
@media (max-width: 700px) {
  .other-products .other-products-inner .product-img img {
    width: 225px;
    height: 200px;
  }
}
.other-products .change-button-group {
  display: none;
  align-items: center;
  justify-content: center;
  column-gap: 12px;
  margin-top: 16px;
}
@media (max-width: 500px) {
  .other-products .change-button-group {
    display: flex;
  }
}
.other-products .change-button-group svg {
  cursor: pointer;
  color: #333940;
}
.other-products .change-button-group .disabled-button {
  color: #999999;
  cursor: not-allowed;
}
.yunzhan-brand {
  margin-top: 140px;
  padding: 0 20px 140px;
}
@media (max-width: 992px) {
  .yunzhan-brand {
    margin-top: 100px;
    padding: 0 20px 100px;
  }
}
@media (max-width: 500px) {
  .yunzhan-brand {
    margin-top: 60px;
    padding: 0 20px 60px;
  }
}
.yunzhan-brand .coop-list-container {
  position: relative;
}
@media (max-width: 1600px) {
  .yunzhan-brand .coop-list-container {
    overflow-y: hidden;
    overflow-x: scroll;
  }
}
.yunzhan-brand .coop-list-container .home-icon {
  background-image: url('/faq/img/about/body/home-icon.png');
  background-repeat: no-repeat;
}
.yunzhan-brand .coop-list-container .coop-list {
  display: flex;
  align-items: center;
  position: relative;
  column-gap: 20px;
  margin: 0 auto;
  width: 1444px;
}
@media (max-width: 550px) {
  .yunzhan-brand .coop-list-container .coop-list {
    width: auto;
  }
}
.yunzhan-brand .coop-list-container .coop-list.list-2 {
  left: 32px;
  margin: 40px auto;
}
.yunzhan-brand .coop-list-container .coop-list.list-3 {
  left: 64px;
}
.yunzhan-brand .coop-list-container .coop-list .left-filter {
  position: absolute;
  left: -70px;
  top: -140px;
  width: 250px;
  height: 380px;
  background-image: url('/faq/img/about/body/left-filter.png');
  z-index: 1;
}
@media (max-width: 1600px) {
  .yunzhan-brand .coop-list-container .coop-list .left-filter {
    display: none;
  }
}
.yunzhan-brand .coop-list-container .coop-list .right-filter {
  position: absolute;
  right: -15px;
  top: -140px;
  width: 250px;
  height: 380px;
  background-image: url('/faq/img/about/body/right-filter.png');
  z-index: 1;
}
@media (max-width: 1600px) {
  .yunzhan-brand .coop-list-container .coop-list .right-filter {
    display: none;
  }
}
.yunzhan-brand .coop-list-container .coop-list .coop-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 100px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background-color: #fff;
  box-shadow: 0px 1px 10px 0px rgba(192, 192, 192, 0.12);
}
@media (max-width: 550px) {
  .yunzhan-brand .coop-list-container .coop-list .coop-item {
    width: 96px;
    height: 60px;
    flex-shrink: 0;
  }
}
.yunzhan-brand .coop-list-container .coop-list .coop-item.coop-item-1 .home-icon {
  width: 52px;
  height: 58px;
  background-position: -5px -110px;
}
@media (max-width: 550px) {
  .yunzhan-brand .coop-list-container .coop-list .coop-item.coop-item-1 .home-icon {
    width: 31px;
    height: 35px;
    background-position: -5px -420px;
  }
}
.yunzhan-brand .coop-list-container .coop-list .coop-item.coop-item-2 .home-icon {
  width: 61px;
  height: 63px;
  background-position: -88px -107px;
}
@media (max-width: 550px) {
  .yunzhan-brand .coop-list-container .coop-list .coop-item.coop-item-2 .home-icon {
    width: 37px;
    height: 38px;
    background-position: -54px -417px;
  }
}
.yunzhan-brand .coop-list-container .coop-list .coop-item.coop-item-3 .home-icon {
  width: 114px;
  height: 80px;
  background-position: -178px -100px;
}
@media (max-width: 550px) {
  .yunzhan-brand .coop-list-container .coop-list .coop-item.coop-item-3 .home-icon {
    width: 69px;
    height: 48px;
    background-position: -110px -413px;
  }
}
.yunzhan-brand .coop-list-container .coop-list .coop-item.coop-item-4 .home-icon {
  width: 117px;
  height: 47px;
  background-position: -327px -115px;
}
@media (max-width: 550px) {
  .yunzhan-brand .coop-list-container .coop-list .coop-item.coop-item-4 .home-icon {
    width: 70px;
    height: 28px;
    background-position: -199px -422px;
  }
}
.yunzhan-brand .coop-list-container .coop-list .coop-item.coop-item-5 .home-icon {
  width: 126px;
  height: 70px;
  background-position: -475px -105px;
}
@media (max-width: 550px) {
  .yunzhan-brand .coop-list-container .coop-list .coop-item.coop-item-5 .home-icon {
    width: 76px;
    height: 42px;
    background-position: -286px -415px;
  }
}
.yunzhan-brand .coop-list-container .coop-list .coop-item.coop-item-6 .home-icon {
  width: 53px;
  height: 66px;
  background-position: -635px -105px;
}
@media (max-width: 550px) {
  .yunzhan-brand .coop-list-container .coop-list .coop-item.coop-item-6 .home-icon {
    width: 32px;
    height: 40px;
    background-position: -382px -417px;
  }
}
.yunzhan-brand .coop-list-container .coop-list .coop-item.coop-item-7 .home-icon {
  width: 129px;
  height: 44px;
  background-position: -717px -118px;
}
@media (max-width: 550px) {
  .yunzhan-brand .coop-list-container .coop-list .coop-item.coop-item-7 .home-icon {
    width: 77px;
    height: 26px;
    background-position: -433px -425px;
  }
}
.yunzhan-brand .coop-list-container .coop-list .coop-item.coop-item-8 .home-icon {
  width: 110px;
  height: 32px;
  background-position: -879px -121px;
}
@media (max-width: 550px) {
  .yunzhan-brand .coop-list-container .coop-list .coop-item.coop-item-8 .home-icon {
    width: 66px;
    height: 19px;
    background-position: -530px -427px;
  }
}
.yunzhan-brand .coop-list-container .coop-list .coop-item.coop-item-9 .home-icon {
  width: 75px;
  height: 58px;
  background-position: -1021px -109px;
}
@media (max-width: 550px) {
  .yunzhan-brand .coop-list-container .coop-list .coop-item.coop-item-9 .home-icon {
    width: 45px;
    height: 35px;
    background-position: -615px -419px;
  }
}
.yunzhan-brand .coop-list-container .coop-list .coop-item.coop-item-10 .home-icon {
  width: 68px;
  height: 68px;
  background-position: -1129px -105px;
}
@media (max-width: 550px) {
  .yunzhan-brand .coop-list-container .coop-list .coop-item.coop-item-10 .home-icon {
    width: 41px;
    height: 41px;
    background-position: -679px -416px;
  }
}
.yunzhan-brand .coop-list-container .coop-list .coop-item.coop-item-11 .home-icon {
  width: 127px;
  height: 32px;
  background-position: 0 -223px;
}
@media (max-width: 550px) {
  .yunzhan-brand .coop-list-container .coop-list .coop-item.coop-item-11 .home-icon {
    width: 75px;
    height: 20px;
    background-position: -738px -427px;
  }
}
.yunzhan-brand .coop-list-container .coop-list .coop-item.coop-item-12 .home-icon {
  width: 140px;
  height: 35px;
  background-position: -163px -221px;
}
@media (max-width: 550px) {
  .yunzhan-brand .coop-list-container .coop-list .coop-item.coop-item-12 .home-icon {
    width: 88px;
    height: 25px;
    background-position: -833px -424px;
  }
}
.yunzhan-brand .coop-list-container .coop-list .coop-item.coop-item-13 .home-icon {
  width: 99px;
  height: 44px;
  background-position: -338px -217px;
}
@media (max-width: 550px) {
  .yunzhan-brand .coop-list-container .coop-list .coop-item.coop-item-13 .home-icon {
    width: 60px;
    height: 27px;
    background-position: -939px -423px;
  }
}
.yunzhan-brand .coop-list-container .coop-list .coop-item.coop-item-14 .home-icon {
  width: 85px;
  height: 55px;
  background-position: -470px -212px;
}
@media (max-width: 550px) {
  .yunzhan-brand .coop-list-container .coop-list .coop-item.coop-item-14 .home-icon {
    width: 51px;
    height: 32px;
    background-position: -1020px -421px;
  }
}
.yunzhan-brand .coop-list-container .coop-list .coop-item.coop-item-15 .home-icon {
  width: 78px;
  height: 58px;
  background-position: -586px -210px;
}
@media (max-width: 550px) {
  .yunzhan-brand .coop-list-container .coop-list .coop-item.coop-item-15 .home-icon {
    width: 48px;
    height: 35px;
    background-position: -1088px -419px;
  }
}
.yunzhan-brand .coop-list-container .coop-list .coop-item.coop-item-16 .home-icon {
  width: 96px;
  height: 58px;
  background-position: -694px -211px;
}
@media (max-width: 550px) {
  .yunzhan-brand .coop-list-container .coop-list .coop-item.coop-item-16 .home-icon {
    width: 58px;
    height: 35px;
    background-position: -1154px -420px;
  }
}
.yunzhan-brand .coop-list-container .coop-list .coop-item.coop-item-17 .home-icon {
  width: 124px;
  height: 26px;
  background-position: -823px -227px;
}
@media (max-width: 550px) {
  .yunzhan-brand .coop-list-container .coop-list .coop-item.coop-item-17 .home-icon {
    width: 75px;
    height: 16px;
    background-position: -1232px -429px;
  }
}
.yunzhan-brand .coop-list-container .coop-list .coop-item.coop-item-18 .home-icon {
  width: 140px;
  height: 29px;
  background-position: -980px -225px;
}
@media (max-width: 550px) {
  .yunzhan-brand .coop-list-container .coop-list .coop-item.coop-item-18 .home-icon {
    width: 85px;
    height: 18px;
    background-position: -4px -508px;
  }
}
.yunzhan-brand .coop-list-container .coop-list .coop-item.coop-item-19 .home-icon {
  width: 84px;
  height: 39px;
  background-position: -1152px -219px;
}
@media (max-width: 550px) {
  .yunzhan-brand .coop-list-container .coop-list .coop-item.coop-item-19 .home-icon {
    width: 51px;
    height: 24px;
    background-position: -107px -505px;
  }
}
.yunzhan-brand .coop-list-container .coop-list .coop-item.coop-item-20 .home-icon {
  width: 74px;
  height: 76px;
  background-position: -4px -302px;
}
@media (max-width: 550px) {
  .yunzhan-brand .coop-list-container .coop-list .coop-item.coop-item-20 .home-icon {
    width: 45px;
    height: 46px;
    background-position: -176px -493px;
  }
}
.yunzhan-brand .coop-list-container .coop-list .coop-item.coop-item-21 .home-icon {
  width: 68px;
  height: 70px;
  background-position: -110px -306px;
}
@media (max-width: 550px) {
  .yunzhan-brand .coop-list-container .coop-list .coop-item.coop-item-21 .home-icon {
    width: 41px;
    height: 42px;
    background-position: -240px -496px;
  }
}
.yunzhan-brand .coop-list-container .coop-list .coop-item.coop-item-22 .home-icon {
  width: 64px;
  height: 74px;
  background-position: -210px -306px;
}
@media (max-width: 550px) {
  .yunzhan-brand .coop-list-container .coop-list .coop-item.coop-item-22 .home-icon {
    width: 39px;
    height: 45px;
    background-position: -300px -495px;
  }
}
.yunzhan-brand .coop-list-container .coop-list .coop-item.coop-item-23 .home-icon {
  width: 92px;
  height: 35px;
  background-position: -306px -323px;
}
@media (max-width: 550px) {
  .yunzhan-brand .coop-list-container .coop-list .coop-item.coop-item-23 .home-icon {
    width: 56px;
    height: 22px;
    background-position: -359px -506px;
  }
}
.yunzhan-brand .coop-list-container .coop-list .coop-item.coop-item-24 .home-icon {
  width: 141px;
  height: 80px;
  background-position: -430px -300px;
}
@media (max-width: 550px) {
  .yunzhan-brand .coop-list-container .coop-list .coop-item.coop-item-24 .home-icon {
    width: 85px;
    height: 49px;
    background-position: -429px -493px;
  }
}
.yunzhan-brand .coop-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.yunzhan-brand .coop-button-container a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 44px;
  border-radius: 8px;
  border: 1px solid #0076fe;
  background-color: #ffffff;
  color: #0076fe;
  text-align: center;
  font-family: 'Microsoft YaHei';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.yunzhan-brand .coop-button-container a:hover {
  background-color: #e8f2ff;
}
@media (max-width: 900px) {
  .yunzhan-brand .coop-button-container a {
    width: 190px;
    height: 44px;
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  .yunzhan-brand .coop-button-container a {
    font-size: 16px;
  }
}
