@media screen and (max-width: 1024px) and (min-width: 769px) {
  body {
    margin: 0;
    padding: 0;
  }

  .pcr {
    display: none;
  }

  .pad {
    display: block;
  }

  .mb {
    display: none !important;
  }

  .page {
    margin: 0;
    padding: 0;
    font-size: 0;
    overflow: hidden;
  }

  .scroll_up {
    transition: 0.8s ease-in-out;
    transform: translateY(2.92969vw);
    opacity: 0;
  }

  .scroll_up.on {
    transform: translateY(0);
    opacity: 1;
  }

  .safeplace {
    width: 94.14062vw;
    margin: 0 auto;
    display: flex;
  }

  .title-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 5;
  }

  .title-group .title {
    display: inline-block;
    color: #000000;
    font-size: 3.125vw;
    font-weight: 600;
    line-height: 4.6875vw;
    text-align: center;
  }

  .title-group .stitle {
    width: 87.89062vw;
    margin-top: 0.97656vw;
    display: inline-block;
    color: #333333;
    font-size: 1.5625vw;
    font-weight: 400;
    line-height: 2.34375vw;
    text-align: center;
  }

  .title-group a:hover {
    color: #c7000b;
    cursor: pointer;
  }

  .show-area {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
  }

  .show-area img {
    width: 80%;
    max-height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: zoom-out;
  }

  .banner {
    width: 100%;
    height: 33.20312vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .banner .banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }

  .banner .message-group {
    width: 94.14062vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -65%);
    z-index: 2;
  }

  .banner .message-group .banner-title {
    color: #333333;
    font-size: 3.125vw;
    font-weight: 600;
  }

  .banner .message-group .banner-content {
    width: 60.05859vw;
    margin-top: 0.97656vw;
    display: inline-block;
    color: #333333;
    font-size: 1.36719vw;
    font-weight: 400;
    line-height: 2.05078vw;
  }

  .banner .message-group .row {
    margin-top: 2.92969vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.95312vw;
  }

  .banner .message-group .row .learn-btn,
  .banner .message-group .row .consult-btn {
    height: 3.90625vw;
    padding: 0.97656vw 3.32031vw;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .banner .message-group .row .learn-btn span,
  .banner .message-group .row .consult-btn span {
    font-size: 1.36719vw;
    font-weight: 400;
  }

  .banner .message-group .row .learn-btn {
    border: 1px solid #333333;
    transition: border 0.3s;
  }

  .banner .message-group .row .learn-btn span {
    color: #333333;
    transition: color 0.3s;
  }

  .banner .message-group .row .learn-btn:hover {
    border: 1px solid #c7000b;
    transition: border 0.3s;
  }

  .banner .message-group .row .learn-btn:hover span {
    color: #c7000b;
    transition: color 0.3s;
  }

  .banner .message-group .row .consult-btn {
    background: #c7000b;
    transition: background 0.3s;
  }

  .banner .message-group .row .consult-btn span {
    color: #ffffff;
  }

  .banner .message-group .row .consult-btn:hover {
    background: #d44754;
    transition: background 0.3s;
  }

  .banner .entrance {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.6);
  }

  .banner .entrance .title {
    cursor: pointer;
    width: 31.25vw;
    height: 5.85938vw;
    font-size: 0.97656vw;
    color: #666666;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: background-color 0.5s;
  }

  .banner .entrance .title:hover {
    background-color: #ffffff;
    transition: background-color 0.5s;
  }

  .banner .entrance .title .p1 {
    font-weight: 600;
    font-size: 1.36719vw;
    line-height: 1;
    color: #333333;
    margin-bottom: 0.97656vw;
  }

  .introduct {
    width: 100%;
    padding: 5.85938vw 0 3.90625vw;
    box-sizing: border-box;
  }

  .introduct .safeplace {
    flex-direction: column;
    align-items: center;
  }

  .introduct .safeplace .introduct-img {
    width: 94.14062vw;
    height: 52.92969vw;
  }

  .introduct .safeplace .introduct-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .introduct .safeplace .download-area {
    width: 100%;
    margin-top: 1.95312vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .introduct .safeplace .download-area .download-text {
    width: 87.40234vw;
    display: inline-block;
    color: #333333;
    font-size: 1.5625vw;
    font-weight: 400;
    line-height: 2.34375vw;
    text-align: center;
  }

  .introduct .safeplace .download-area .download-btn {
    margin-top: 1.95312vw;
    padding: 0.97656vw 2.53906vw;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #c7000b;
    transition: background 0.5s;
    cursor: pointer;
    text-decoration: none;
  }

  .introduct .safeplace .download-area .download-btn span {
    color: #c7000b;
    font-size: 1.36719vw;
    font-weight: 400;
  }

  .introduct .safeplace .download-area .download-btn:hover {
    background: #c7000b;
    transition: background 0.5s;
  }

  .introduct .safeplace .download-area .download-btn:hover span {
    color: #ffffff;
  }

  .introduct .safeplace .introduct-text {
    margin-top: 2.92969vw;
    color: #333333;
    font-size: 2.34375vw;
    font-weight: 400;
    line-height: 3.32031vw;
    text-align: center;
  }

  .introduct .safeplace .book-list {
    width: 100%;
    margin-top: 2.92969vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.95312vw;
  }

  .introduct .safeplace .book-list .book-item {
    width: 46.09375vw;
    height: 22.26562vw;
    padding: 2.92969vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 1.95312vw;
    overflow: hidden;
    position: relative;
  }

  .introduct .safeplace .book-list .book-item .item-back {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .introduct .safeplace .book-list .book-item .book-title {
    color: #333333;
    font-size: 2.34375vw;
    font-weight: 400;
    line-height: 3.51562vw;
    position: relative;
    z-index: 2;
  }

  .introduct .safeplace .book-list .book-item .book-intro {
    width: 28.125vw;
    height: 4.6875vw;
    display: inline-block;
    margin-top: 0.97656vw;
    color: #666666;
    font-size: 1.5625vw;
    line-height: 2.34375vw;
    position: relative;
    z-index: 2;
  }

  .introduct .safeplace .book-list .book-item .more-btn {
    margin-top: 3.90625vw;
    height: 3.90625vw;
    padding: 0.97656vw 3.32031vw;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c7000b;
    transition: background 0.5s;
    cursor: pointer;
    position: relative;
    z-index: 2;
  }

  .introduct .safeplace .book-list .book-item .more-btn span {
    color: #ffffff;
    font-size: 1.36719vw;
    font-weight: 400;
  }

  .introduct .safeplace .book-list .book-item .more-btn:hover {
    background: #d64a52;
    transition: background 0.5s;
  }

  .book-list-specail {
    width: 100%;
    padding: 3.90625vw 0 3.90625vw;
    box-sizing: border-box;
    background: url('https://res-static.hc-cdn.cn/cloudbu-site/china/zh-cn/product/huaweicloudstack/images/sp-book-list-back.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
  }

  .book-list-specail .safeplace {
    flex-direction: column;
    align-items: center;
  }

  .book-list-specail .safeplace .book-list-title {
    color: #333333;
    font-size: 1.5625vw;
    font-weight: 400;
    line-height: 1.95312vw;
  }

  .book-list-specail .safeplace .acc {
    width: 100%;
    position: relative;
  }

  .book-list-specail .safeplace .acc .book-list {
    width: 100%;
    margin-top: 3.90625vw;
  }

  .book-list-specail .safeplace .acc .book-list .swiper-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .book-list-specail .safeplace .acc .book-list .swiper-wrapper .book-list-item {
    width: 30.27344vw;
    height: 14.64844vw;
    padding: 0 0.78125vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    position: relative;
  }

  .book-list-specail
    .safeplace
    .acc
    .book-list
    .swiper-wrapper
    .book-list-item
    .book-list-item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }

  .book-list-specail
    .safeplace
    .acc
    .book-list
    .swiper-wrapper
    .book-list-item
    .book-list-item-title {
    width: 15.625vw;
    height: 4.58984vw;
    display: inline-block;
    color: #333333;
    font-size: 1.36719vw;
    font-weight: bold;
    line-height: 1.95312vw;
    position: relative;
    z-index: 2;
  }

  .book-list-specail .safeplace .acc .book-list .swiper-wrapper .book-list-item .link-btn {
    width: 15.625vw;
    margin-top: 1.26953vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 2;
    text-decoration: none;
    gap: 0.97656vw;
  }

  .book-list-specail .safeplace .acc .book-list .swiper-wrapper .book-list-item .link-btn span {
    color: #c7000b;
    font-size: 1.17188vw;
    font-weight: 400;
  }

  .book-list-specail .safeplace .acc .book-list .swiper-wrapper .book-list-item .link-btn img {
    width: 1.5625vw;
    height: 1.5625vw;
    object-fit: cover;
  }

  .book-list-specail .safeplace .acc .sp-book-list-pagination {
    margin-top: 2.92969vw;
    position: relative;
  }

  .book-list-specail .safeplace .acc .sp-book-list-pagination .swiper-pagination-bullet {
    width: 2.53906vw;
    height: 0.29297vw;
    margin: 0 0.39062vw;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.2);
  }

  .book-list-specail .safeplace .acc .sp-book-list-pagination .swiper-pagination-bullet-active {
    width: 3.90625vw;
    background: #c7000b;
  }

  .what {
    width: 100%;
    padding: 5.85938vw 0;
    box-sizing: border-box;
    position: relative;
  }

  .what .back-mark {
    width: 86.81641vw;
    height: 47.26562vw;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
  }

  .what .safeplace {
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
  }

  .what .safeplace .what-img {
    width: 100%;
    height: 52.92969vw;
    margin-top: 3.90625vw;
    border-radius: 1.95312vw;
    box-shadow: 0 0.97656vw 3.90625vw rgba(54, 61, 77, 0.06);
    overflow: hidden;
    object-fit: cover;
  }

  .why {
    width: 100%;
    padding: 5.85938vw 0;
    box-sizing: border-box;
    background: url('https://res-static.hc-cdn.cn/cloudbu-site/china/zh-cn/product/huaweicloudstack/images/why-back-pad.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .why .safeplace {
    flex-direction: column;
    align-items: center;
  }

  .why .safeplace .title-group .stitle {
    width: 100%;
  }

  .why .safeplace .list {
    width: 100%;
    margin-top: 3.90625vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #ffffff;
    background-image: url('https://res-static.hc-cdn.cn/cloudbu-site/china/zh-cn/product/huaweicloudstack/images/why-list-back.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .why .safeplace .list .item {
    flex: 1;
    height: 37.59766vw;
    padding: 1.95312vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
    transition: flex 0.5s;
    position: relative;
  }

  .why .safeplace .list .item:not(:first-child) {
    border-left: 1px solid #ffffff;
  }

  .why .safeplace .list .item .back {
    width: 29.29688vw;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .why .safeplace .list .item .mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    transition: background 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }

  .why .safeplace .list .item .icon {
    width: 5.85938vw;
    height: 5.85938vw;
    object-fit: cover;
    position: relative;
    z-index: 3;
  }

  .why .safeplace .list .item .title {
    margin-top: auto;
    color: #ffffff;
    font-size: 1.95312vw;
    font-weight: 600;
    line-height: 2.73438vw;
    position: relative;
    z-index: 3;
  }

  .why .safeplace .list .item .line {
    width: 2.34375vw;
    height: 0.19531vw;
    margin: 0.97656vw 0;
    background: #ffffff;
    position: relative;
    z-index: 3;
  }

  .why .safeplace .list .item .content {
    max-height: 0;
    color: #ffffff;
    font-size: 1.36719vw;
    font-weight: 400;
    line-height: 1.95312vw;
    overflow: hidden;
    transition: max-height 0.5s;
    position: relative;
    z-index: 3;
  }

  .why .safeplace .list .item:hover {
    flex: 1.14;
    transition: flex 0.5s;
  }

  .why .safeplace .list .item:hover .mask {
    background: rgba(0, 0, 0, 0.3);
    transition: background 0.5s;
  }

  .why .safeplace .list .item:hover .content {
    max-height: 29.29688vw;
    transition: max-height 0.5s;
  }

  .why .safeplace .why-link {
    width: 100%;
    margin-top: 2.92969vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 0.97656vw;
    border: 1px solid #ffffff;
    background: url('https://res-static.hc-cdn.cn/cloudbu-site/china/zh-cn/product/huaweicloudstack/images/why-link-back.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .why .safeplace .why-link .link-item {
    width: 50%;
    height: 11.71875vw;
    padding: 2.92969vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.95312vw;
  }

  .why .safeplace .why-link .link-item img {
    width: 6.64062vw;
    height: 6.64062vw;
    object-fit: cover;
  }

  .why .safeplace .why-link .link-item span {
    width: 31.25vw;
    display: inline-block;
    color: #333333;
    font-size: 1.95312vw;
    font-weight: 400;
    line-height: 2.92969vw;
  }

  .why .safeplace .why-link .link-item:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }

  .why .safeplace .why-link .link-item:nth-child(1),
  .why .safeplace .why-link .link-item:nth-child(2) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .why .safeplace .why-link .link-item:hover span {
    color: #c7000b;
  }

  .why .safeplace .why-link .sp-link span {
    color: #c7000b;
  }

  .why .safeplace .why-link .sp-link .arrow {
    width: 1.95312vw;
    height: 1.46484vw;
    margin-left: 0.97656vw;
    margin-top: 0.58594vw;
    background: url('https://res-static.hc-cdn.cn/cloudbu-site/china/zh-cn/product/huaweicloudstack/images/red-arrow-new.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .why .safeplace .link {
    margin-top: 2.92969vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
  }

  .why .safeplace .link span {
    color: #c7000b;
    font-size: 1.5625vw;
    font-weight: 400;
  }

  .why .safeplace .link span a {
    color: inherit;
  }

  .why .safeplace .link .arrow {
    width: 1.36719vw;
    height: 1.07422vw;
    margin-left: 0.97656vw;
    background: url('https://res-static.hc-cdn.cn/cloudbu-site/china/zh-cn/product/huaweicloudstack/images/red-arrow-new.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: transform 0.3s;
  }

  .advocacy {
    width: 100%;
    height: 28.32031vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .advocacy .advocacy-pagination {
    position: absolute;
    left: 50%;
    bottom: 1.95312vw;
    transform: translateX(-50%);
  }

  .advocacy .advocacy-pagination .swiper-pagination-bullet {
    width: 3.80859vw;
    height: 0.29297vw;
    margin: 0 0.39062vw;
    background: rgba(0, 0, 0, 0.2);
  }

  .advocacy .advocacy-pagination .swiper-pagination-bullet-active {
    border-radius: 0;
    background: #c7000b;
  }

  .advocacy .advocacy-item {
    width: 100%;
    height: 28.32031vw;
    position: relative;
    touch-action: none;
  }

  .advocacy .advocacy-item .advocacy-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .advocacy .advocacy-item .safeplace {
    height: 100%;
    padding: 2.92969vw 0;
    box-sizing: border-box;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 2;
  }

  .advocacy .advocacy-item .safeplace .title {
    width: 43.94531vw;
    color: #000000;
    font-size: 3.125vw;
    font-weight: 600;
    line-height: 4.6875vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
  }

  .advocacy .advocacy-item .safeplace .content {
    width: 56.64062vw;
    margin-top: 0.97656vw;
    color: #000000;
    font-size: 1.5625vw;
    font-weight: 400;
    line-height: 2.34375vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
  }

  .advocacy .advocacy-item .link-btn {
    height: 3.90625vw;
    margin-top: 3.51562vw;
    padding: 0.97656vw 3.32031vw;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c7000b;
    transition: background 0.5s;
    cursor: pointer;
  }

  .advocacy .advocacy-item .link-btn span {
    color: #ffffff;
    font-size: 1.36719vw;
    font-weight: 400;
  }

  .advocacy .advocacy-item .link-btn:hover {
    background: #d64a52;
    transition: background 0.5s;
  }

  .business {
    width: 100%;
    padding: 5.85938vw 0;
    box-sizing: border-box;
  }

  .business .safeplace {
    flex-direction: column;
    align-items: center;
  }

  .business .safeplace .business-list {
    width: 100%;
    margin-top: 2.92969vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
  }

  .business .safeplace .business-list .business-item {
    margin: 0 2.92969vw;
    padding-bottom: 0.87891vw;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
  }

  .business .safeplace .business-list .business-item span {
    color: #333333;
    font-size: 1.95312vw;
    font-weight: 400;
    line-height: 2.92969vw;
    white-space: nowrap;
  }

  .business .safeplace .business-list .business-item.active span {
    color: #c7000b;
    font-weight: 600;
  }

  .business .safeplace .business-list .business-item.active::after {
    opacity: 1;
    transition: opacity 0.5s;
  }

  .business .safeplace .business-list .business-item::after {
    content: '';
    width: 5.66406vw;
    height: 0.19531vw;
    background: #c7000b;
    opacity: 0;
    transition: opacity 0.5s;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }

  .business .safeplace .business-area {
    width: 100%;
    height: 37.69531vw;
    margin-top: 1.95312vw;
    box-shadow: 0 0 3.90625vw rgba(208, 165, 165, 0.2);
  }

  .business .safeplace .business-area .area-item {
    width: 100%;
    height: 100%;
    display: none;
  }

  .business .safeplace .business-area .area-item .box {
    width: 100%;
    height: 100%;
    padding: 2.92969vw 0 2.92969vw 2.92969vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }

  .business .safeplace .business-area .area-item .left {
    width: 58.30078vw;
    height: 30.76172vw;
    padding-right: 2.92969vw;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #dddddd;
  }

  .business .safeplace .business-area .area-item .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .business .safeplace .business-area .area-item .right {
    width: 31.83594vw;
    margin-left: 1.95312vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .business .safeplace .business-area .area-item .right .contain {
    width: 100%;
    height: 25vw;
    padding-right: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .business .safeplace .business-area .area-item .right .contain::-webkit-scrollbar {
    width: 0.39062vw;
    background: none;
    border-radius: 0.39062vw;
  }

  .business .safeplace .business-area .area-item .right .contain::-webkit-scrollbar-track {
    background: none;
  }

  .business .safeplace .business-area .area-item .right .contain::-webkit-scrollbar-button {
    display: none;
  }

  .business .safeplace .business-area .area-item .right .contain::-webkit-scrollbar-thumb {
    width: 0.39062vw;
    background: #dedede;
    border-radius: 0.39062vw;
  }

  .business .safeplace .business-area .area-item .right .item {
    width: 28.90625vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .business .safeplace .business-area .area-item .right .item:not(:first-child) {
    margin-top: 2.92969vw;
  }

  .business .safeplace .business-area .area-item .right .item .title {
    margin-bottom: 0.48828vw;
    color: #333333;
    font-size: 1.95312vw;
    font-weight: 600;
    line-height: 2.34375vw;
    position: relative;
  }

  .business .safeplace .business-area .area-item .right .item .title::before {
    content: '';
    width: 0.19531vw;
    height: 1.17188vw;
    display: none;
    background: #c7000b;
    position: absolute;
    top: 50%;
    left: -0.68359vw;
    transform: translate(-100%, -50%);
  }

  .business .safeplace .business-area .area-item .right .item .content {
    width: 28.90625vw;
    display: inline-block;
    margin-top: 0.48828vw;
    color: rgba(51, 51, 51, 0.75);
    font-size: 1.5625vw;
    font-weight: 400;
    line-height: 2.34375vw;
    transform: translateX(0.97656vw);
  }

  .business .safeplace .business-area .area-item .right .item .content::before {
    content: '';
    width: 0.39062vw;
    height: 0.39062vw;
    background: #d9d9d9;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 0.97656vw;
    left: -0.68359vw;
    transform: translateX(-50%);
  }

  .business .safeplace .business-area .area-item .right .line {
    width: 100%;
    height: 1px;
    margin: 2.73438vw 0;
    display: none;
    background: #dddddd;
  }

  .business .safeplace .business-area .area-item .right .link-btn {
    height: 3.90625vw;
    margin-top: 1.95312vw;
    padding: 0.97656vw 3.32031vw;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c7000b;
    transition: background 0.5s;
    cursor: pointer;
  }

  .business .safeplace .business-area .area-item .right .link-btn span {
    color: #ffffff;
    font-size: 1.36719vw;
    font-weight: 400;
  }

  .business .safeplace .business-area .area-item .right .link-btn:hover {
    background: #d64a52;
    transition: background 0.5s;
  }

  .business .safeplace .business-area .area-item.active {
    display: flex;
  }

  .chart {
    width: 100%;
    padding: 5.85938vw 0 64.12891vw;
    box-sizing: border-box;
    background: url('./images/chart-back_1204.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
  }

  .chart .safeplace {
    flex-direction: column;
    align-items: center;
  }

  .chart .safeplace .title-group .stitle {
    width: 100%;
  }

  .chart .safeplace .title-group span {
    color: #ffffff;
  }

  .chart .safeplace .chart-img {
    width: 100%;
    height: 28.87109vw;
    margin-top: 2.92969vw;
    position: relative;
  }

  .chart .safeplace .chart-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.8s;
  }

  .chart .safeplace .row {
    width: 100%;
    margin-top: 3.90625vw;
  }

  .chart .safeplace .row .left {
    width: 41.50391vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #030d1b;
    border: 1px solid #424447;
    border-left: none;
    box-shadow: 10px 0px 40px rgba(54, 61, 77, 0.1);
    border-radius: 0 1.95312vw 1.95312vw 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 29.46094vw;
    z-index: 2;
  }

  .chart .safeplace .row .left .item {
    width: 100%;
    height: 11.13281vw;
    padding: 2.92969vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    transition: height 0.3s;
    cursor: pointer;
  }

  .chart .safeplace .row .left .item .title {
    width: 100%;
    margin-left: auto;
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.95312vw;
    font-weight: 600;
    line-height: 2.73438vw;
  }

  .chart .safeplace .row .left .item .content {
    width: 100%;
    margin-left: auto;
    max-height: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
  }

  .chart .safeplace .row .left .item .content .stitle {
    margin-top: 0.97656vw;
    color: #ffffff;
    font-size: 1.36719vw;
    font-weight: 400;
    line-height: 2.05078vw;
  }

  .chart .safeplace .row .left .item .content .link-btn {
    width: 11.91406vw;
    height: 3.90625vw;
    margin-top: 1.95312vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    cursor: pointer;
  }

  .chart .safeplace .row .left .item .content .link-btn span {
    color: #ffffff;
    font-size: 1.36719vw;
    font-weight: 400;
  }

  .chart .safeplace .row .left .item .content .link-btn:hover {
    background: #ffffff;
  }

  .chart .safeplace .row .left .item .content .link-btn:hover span {
    color: #1b3965;
  }

  .chart .safeplace .row .left .item:hover .title {
    color: #ffffff;
  }

  .chart .safeplace .row .left .item.active {
    height: 19.53125vw;
    transition: height 0.3s;
    border: 1px solid #424447;
    border-left: none;
    background-color: linear-gradient(100.55deg, #502f34 0%, #252f4c 100%);
    background-image: url('https://res-static.hc-cdn.cn/cloudbu-site/china/zh-cn/product/huaweicloudstack/images/left-item-back-pad.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .chart .safeplace .row .left .item.active .title {
    color: #ffffff;
  }

  .chart .safeplace .row .left .item.active .content {
    max-height: 29.29688vw;
  }

  .chart .safeplace .row .right {
    width: 69.72656vw;
    box-sizing: border-box;
    box-sizing: border-box;
    background: linear-gradient(316deg, #030d1b 0%, #19212c 100%);
    border: 1px solid #424447;
    box-shadow: 0 10px 40px rgba(54, 61, 77, 0.06);
    border-radius: 1.95312vw 0 0 1.95312vw;
    position: absolute;
    right: 0;
    top: 61.85547vw;
    z-index: 1;
  }

  .chart .safeplace .row .right .group {
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: row;
    align-items: center;
  }

  .chart .safeplace .row .right .group.active {
    display: flex;
  }

  .chart .safeplace .row .right .group .content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }

  .chart .safeplace .row .right .item {
    width: 40.13672vw;
    height: 13.57422vw;
    padding: 2.92969vw 2.92969vw 2.92969vw 14.25781vw;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    position: relative;
  }

  .chart .safeplace .row .right .item:nth-child(5),
  .chart .safeplace .row .right .item:nth-child(6) {
    border-bottom: none;
  }

  .chart .safeplace .row .right .item:nth-child(2n) {
    width: 28.80859vw;
    padding-left: 2.92969vw;
    border-right: none;
  }

  .chart .safeplace .row .right .item span {
    display: inline;
    color: #ffffff;
    font-size: 1.5625vw;
    font-weight: 400;
    line-height: 2.34375vw;
  }

  .chart .safeplace .row .right .item img {
    width: 4.39453vw;
    height: 4.39453vw;
    opacity: 1;
    transition: opacity 0.3s;
    position: absolute;
    right: 0.97656vw;
    bottom: 0.97656vw;
  }

  .case {
    width: 100%;
    padding: 5.85938vw 0;
    box-sizing: border-box;
    position: relative;
  }

  .case .safeplace {
    flex-direction: column;
    align-items: center;
  }

  .case .safeplace .title-group .stitle {
    width: auto;
    position: relative;
  }

  .case .safeplace .case-group-list {
    width: 100%;
    margin-top: 2.92969vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    gap: 1.95312vw;
  }

  .case .safeplace .case-group-list .case-group-item {
    margin: 0 0.97656vw;
    padding-bottom: 0.87891vw;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
  }

  .case .safeplace .case-group-list .case-group-item span {
    color: #333333;
    font-size: 1.95312vw;
    font-weight: 400;
    line-height: 2.34375vw;
  }

  .case .safeplace .case-group-list .case-group-item.active span {
    color: #c7000b;
    font-weight: 600;
  }

  .case .safeplace .case-group-list .case-group-item.active::after {
    opacity: 1;
    transition: opacity 0.5s;
  }

  .case .safeplace .case-group-list .case-group-item::after {
    content: '';
    width: 5.66406vw;
    height: 0.19531vw;
    background: #c7000b;
    opacity: 0;
    transition: opacity 0.5s;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }

  .case .safeplace .case-btn-prev,
  .case .safeplace .case-btn-next {
    display: none;
  }

  .case .safeplace .case-list {
    width: 100%;
    height: 35.74219vw;
    margin-top: 1.95312vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .case .safeplace .case-list .group {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.97656vw;
  }

  .case .safeplace .case-list .group .case-item {
    flex: 1;
    height: 100%;
    padding: 0.97656vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
  }

  .case .safeplace .case-list .group .case-item .case-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: transform 0.5s;
  }

  .case .safeplace .case-list .group .case-item .mask {
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, #000 0%, transparent 100%);
    opacity: 0.8;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
  }

  .case .safeplace .case-list .group .case-item .title {
    margin-top: auto;
    color: #ffffff;
    font-size: 1.95312vw;
    font-weight: 600;
    line-height: 2.92969vw;
    position: relative;
    z-index: 3;
  }

  .case .safeplace .case-list .group .case-item .content {
    max-height: 0;
    margin-top: 0.97656vw;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.5625vw;
    font-weight: 400;
    line-height: 2.34375vw;
    transition: max-height 0.5s;
    overflow: hidden;
    position: relative;
    z-index: 3;
  }

  .case .safeplace .case-list .group .case-item:hover .case-img {
    transform: scale(1.3);
    transition: transform 0.5s;
  }

  .case .safeplace .case-list .group .case-item:hover .content {
    max-height: 19.53125vw;
    transition: max-height 0.5s;
  }

  .case .safeplace .case-list .group .coloum {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    gap: 0.97656vw;
  }

  .case .safeplace .case-list .group .coloum .long-item {
    width: 48.4375vw;
    height: 17.48047vw;
  }

  .case .safeplace .case-list .group .coloum .row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.97656vw;
  }

  .case .safeplace .case-list .group .coloum .row .short-item {
    width: 23.73047vw;
    height: 17.28516vw;
  }

  .case .safeplace .link {
    margin-top: 2.92969vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
  }

  .case .safeplace .link span {
    color: #c7000b;
    font-size: 1.5625vw;
    font-weight: 400;
  }

  .case .safeplace .link span a {
    color: inherit;
  }

  .case .safeplace .link .arrow {
    width: 1.36719vw;
    height: 1.07422vw;
    margin-left: 0.97656vw;
    background: url('https://res-static.hc-cdn.cn/cloudbu-site/china/zh-cn/product/huaweicloudstack/images/red-arrow-new.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: transform 0.3s;
  }

  .news-activity {
    width: 100%;
    padding: 5.85938vw 0;
    box-sizing: border-box;
    background: url('https://res-static.hc-cdn.cn/cloudbu-site/china/zh-cn/product/huaweicloudstack/images/news-activity-back.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
  }

  .news-activity .safeplace {
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .news-activity .safeplace .group-nav {
    width: 100%;
    margin-top: 2.92969vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    gap: 1.95312vw;
  }

  .news-activity .safeplace .group-nav .group-nav-item {
    padding: 0.97656vw 1.95312vw;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
  }

  .news-activity .safeplace .group-nav .group-nav-item span {
    color: #333333;
    font-size: 1.95312vw;
    font-weight: 400;
    line-height: 2.34375vw;
  }

  .news-activity .safeplace .group-nav .group-nav-item.active {
    border-bottom: 2px solid #c7000b;
  }

  .news-activity .safeplace .group-nav .group-nav-item.active span {
    color: #c7000b;
    font-weight: bold;
  }

  .news-activity .safeplace .group-item {
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: center;
  }

  .news-activity .safeplace .group-item.active {
    display: flex;
  }

  .news-activity .safeplace .news {
    width: 100%;
    margin-top: 1.95312vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.95312vw;
  }

  .news-activity .safeplace .news .left {
    width: 62.10938vw;
    height: 52.44141vw;
    padding: 1.95312vw 0 7.42188vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #ffffff;
    box-shadow: 0 0.39062vw 2.92969vw rgba(0, 0, 0, 0.06);
    border-radius: 0.97656vw;
    position: relative;
  }

  .news-activity .safeplace .news .left .arrow-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    right: 1.95312vw;
    bottom: 2.92969vw;
    gap: 0.97656vw;
  }

  .news-activity .safeplace .news .left .arrow-group .news-arrow-prev,
  .news-activity .safeplace .news .left .arrow-group .news-arrow-next {
    width: 2.92969vw;
    height: 2.92969vw;
    cursor: pointer;
  }

  .news-activity .safeplace .news .left .arrow-group .news-arrow-prev {
    background: url('https://res-static.hc-cdn.cn/cloudbu-site/china/zh-cn/product/huaweicloudstack/images/news-arrow-prev-new.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .news-activity .safeplace .news .left .arrow-group .news-arrow-prev:hover {
    background: url('https://res-static.hc-cdn.cn/cloudbu-site/china/zh-cn/product/huaweicloudstack/images/news-arrow-prev-active-new.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .news-activity .safeplace .news .left .arrow-group .news-arrow-next {
    background: url('https://res-static.hc-cdn.cn/cloudbu-site/china/zh-cn/product/huaweicloudstack/images/news-arrow-next-new.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .news-activity .safeplace .news .left .arrow-group .news-arrow-next:hover {
    background: url('https://res-static.hc-cdn.cn/cloudbu-site/china/zh-cn/product/huaweicloudstack/images/news-arrow-next-active-new.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .news-activity .safeplace .news .left .news-pagination {
    display: block;
    position: absolute;
    left: 1.95312vw;
    bottom: 3.51562vw;
  }

  .news-activity .safeplace .news .left .news-pagination .swiper-pagination-bullet {
    width: 3.80859vw;
    height: 0.29297vw;
    margin: 0 0.39062vw;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 0;
    position: relative;
  }

  .news-activity .safeplace .news .left .news-pagination .swiper-pagination-bullet-active {
    background: #c7000b;
  }

  .news-activity .safeplace .news .left .news-group {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    touch-action: none;
  }

  .news-activity .safeplace .news .left .news-item {
    width: 31.05469vw;
    padding: 0 1.46484vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-decoration: none;
    cursor: pointer;
  }

  .news-activity .safeplace .news .left .news-item:not(:first-child) {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }

  .news-activity .safeplace .news .left .news-item:hover .news-img img {
    transform: scale(1.3);
    transition: transform 0.5s;
  }

  .news-activity .safeplace .news .left .news-item:hover .news-title {
    color: #c7000b;
    transition: color 0.5s;
  }

  .news-activity .safeplace .news .left .news-item .news-img {
    width: 100%;
    height: 15.72266vw;
    border-radius: 0.97656vw;
    overflow: hidden;
  }

  .news-activity .safeplace .news .left .news-item .news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
  }

  .news-activity .safeplace .news .left .news-item .tag-list {
    width: 100%;
    margin-top: 1.95312vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .news-activity .safeplace .news .left .news-item .tag-list .tag-item {
    padding: 0.19531vw 0.97656vw;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #8a8e99;
  }

  .news-activity .safeplace .news .left .news-item .tag-list .tag-item span {
    color: #8a8e99;
    font-size: 1.17188vw;
    font-weight: 400;
  }

  .news-activity .safeplace .news .left .news-item .news-title {
    height: 4.6875vw;
    margin-top: 1.95312vw;
    color: #333333;
    font-size: 1.5625vw;
    font-weight: 400;
    line-height: 2.34375vw;
    transition: color 0.5s;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
  }

  .news-activity .safeplace .news .left .news-item .news-intro {
    width: 100%;
    height: 10.25391vw;
    margin-top: 0.97656vw;
    color: #999999;
    font-size: 1.36719vw;
    font-weight: 400;
    line-height: 2.05078vw;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-clamp: 5;
    -webkit-line-clamp: 5;
  }

  .news-activity .safeplace .news .left .news-item .publish-message {
    width: 100%;
    margin-top: 1.95312vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3.90625vw;
  }

  .news-activity .safeplace .news .left .news-item .publish-message .news-date,
  .news-activity .safeplace .news .left .news-item .publish-message .news-local {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .news-activity .safeplace .news .left .news-item .publish-message .news-date span,
  .news-activity .safeplace .news .left .news-item .publish-message .news-local span {
    margin-left: 0.58594vw;
    color: #999999;
    font-size: 1.17188vw;
    font-weight: 400;
  }

  .news-activity .safeplace .news .left .news-item .publish-message .news-date img {
    width: 1.36719vw;
    height: 1.26953vw;
  }

  .news-activity .safeplace .news .left .news-item .publish-message .news-local img {
    width: 1.26953vw;
    height: 1.26953vw;
  }

  .news-activity .safeplace .news .right {
    width: 30.07812vw;
    height: 52.44141vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #ffffff;
    box-shadow: 0 0.39062vw 2.92969vw rgba(0, 0, 0, 0.06);
    border-radius: 0.97656vw;
    overflow-y: auto;
  }

  .news-activity .safeplace .news .right .news-list {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .news-activity .safeplace .news .right .news-list::-webkit-scrollbar {
    width: 0.39062vw;
    background: none;
    border-radius: 0.39062vw;
  }

  .news-activity .safeplace .news .right .news-list::-webkit-scrollbar-track {
    background: none;
  }

  .news-activity .safeplace .news .right .news-list::-webkit-scrollbar-button {
    display: none;
  }

  .news-activity .safeplace .news .right .news-list::-webkit-scrollbar-thumb {
    width: 0.39062vw;
    background: #dedede;
    border-radius: 0.39062vw;
  }

  .news-activity .safeplace .news .right .news-item {
    width: 100%;
    padding: 1.95312vw 0.97656vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.5s, box-shadow 0.5s;
  }

  .news-activity .safeplace .news .right .news-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .news-activity .safeplace .news .right .news-item:hover {
    background: #ffffff;
    transition: background 0.5s, box-shadow 0.5s;
    box-shadow: 0 0.97656vw 3.90625vw rgba(54, 61, 77, 0.06);
  }

  .news-activity .safeplace .news .right .news-item:hover .news-title {
    color: #c7000b;
    transition: color 0.5s;
  }

  .news-activity .safeplace .news .right .news-item .news-title {
    width: 100%;
    height: 4.6875vw;
    color: #333333;
    font-size: 1.5625vw;
    font-weight: 400;
    line-height: 2.34375vw;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    transition: color 0.5s;
  }

  .news-activity .safeplace .news .right .news-item .news-message {
    width: 100%;
    margin-top: 1.17188vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.97656vw 2.92969vw;
    position: relative;
  }

  .news-activity .safeplace .news .right .news-item .news-message .news-date,
  .news-activity .safeplace .news .right .news-item .news-message .news-local {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .news-activity .safeplace .news .right .news-item .news-message .news-date span,
  .news-activity .safeplace .news .right .news-item .news-message .news-local span {
    margin-left: 0.48828vw;
    color: #999999;
    font-size: 1.36719vw;
    font-weight: 400;
    line-height: 2.05078vw;
    white-space: nowrap;
  }

  .news-activity .safeplace .news .right .news-item .news-message .news-tag {
    margin-right: 50%;
    padding: 0.19531vw 0.97656vw;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #8a8e99;
  }

  .news-activity .safeplace .news .right .news-item .news-message .news-tag img {
    display: none;
  }

  .news-activity .safeplace .news .right .news-item .news-message .news-tag span {
    color: #8a8e99;
    font-size: 1.17188vw;
    font-weight: 400;
  }

  .news-activity .safeplace .news .right .news-item .news-message .news-date img {
    width: 1.36719vw;
    height: 1.26953vw;
  }

  .news-activity .safeplace .news .right .news-item .news-message .news-local img {
    width: 1.26953vw;
    height: 1.26953vw;
  }

  .news-activity .safeplace .activity {
    width: calc(100% + 2.92969vw);
    margin-top: 1.95312vw;
    padding: 0 1.46484vw 1.46484vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    transform: translateX(-1.46484vw);
  }

  .news-activity .safeplace .activity .activity-item {
    width: 30.07812vw;
    height: 36.23047vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0 0.39062vw 0.97656vw rgba(0, 0, 0, 0.06);
    border-radius: 0.97656vw;
    overflow: hidden;
    text-decoration: none;
  }

  .news-activity .safeplace .activity .activity-item:hover .activity-img img {
    transform: scale(1.3);
    transition: transform 0.5s;
  }

  .news-activity .safeplace .activity .activity-item:hover .activity-message .activity-title {
    color: #c7000b;
    transition: color 0.5s;
  }

  .news-activity .safeplace .activity .activity-item .activity-img {
    width: 100%;
    height: 16.60156vw;
    overflow: hidden;
  }

  .news-activity .safeplace .activity .activity-item .activity-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
  }

  .news-activity .safeplace .activity .activity-item .activity-message {
    width: 100%;
    padding: 1.95312vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .news-activity .safeplace .activity .activity-item .activity-message .tag-list {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .news-activity .safeplace .activity .activity-item .activity-message .tag-list .tag-item {
    padding: 0.19531vw 0.97656vw;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #8a8e99;
  }

  .news-activity .safeplace .activity .activity-item .activity-message .tag-list .tag-item span {
    color: #8a8e99;
    font-size: 1.17188vw;
    font-weight: 400;
  }

  .news-activity .safeplace .activity .activity-item .activity-message .activity-title {
    width: 100%;
    height: 4.6875vw;
    margin: 1.95312vw 0 0.97656vw;
    color: #333333;
    font-size: 1.5625vw;
    font-weight: 400;
    line-height: 2.34375vw;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    transition: color 0.5s;
  }

  .news-activity .safeplace .activity .activity-item .activity-message .activity-date,
  .news-activity .safeplace .activity .activity-item .activity-message .activity-local {
    width: 100%;
    margin-top: 0.97656vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .news-activity .safeplace .activity .activity-item .activity-message .activity-date span,
  .news-activity .safeplace .activity .activity-item .activity-message .activity-local span {
    margin-left: 0.48828vw;
    color: #999999;
    font-size: 1.36719vw;
    font-weight: 400;
    line-height: 2.05078vw;
  }

  .news-activity .safeplace .activity .activity-item .activity-message .activity-date img {
    width: 1.36719vw;
    height: 1.26953vw;
  }

  .news-activity .safeplace .activity .activity-item .activity-message .activity-local img {
    width: 1.26953vw;
    height: 1.26953vw;
  }

  .news-activity .safeplace .activity-arrow-prev,
  .news-activity .safeplace .activity-arrow-next {
    display: none;
  }

  .news-activity .safeplace .activity-arrow-prev {
    left: -3.95508vw;
    background: url('https://res-static.hc-cdn.cn/cloudbu-site/china/zh-cn/product/huaweicloudstack/images/activity-prev-arrow.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: translateX(-100%);
  }

  .news-activity .safeplace .activity-arrow-prev:hover {
    background: url('https://res-static.hc-cdn.cn/cloudbu-site/china/zh-cn/product/huaweicloudstack/images/activity-prev-arrow-active.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .news-activity .safeplace .activity-arrow-next {
    right: -3.95508vw;
    background: url('https://res-static.hc-cdn.cn/cloudbu-site/china/zh-cn/product/huaweicloudstack/images/activity-next-arrow.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: translateX(100%);
  }

  .news-activity .safeplace .activity-arrow-next:hover {
    background: url('https://res-static.hc-cdn.cn/cloudbu-site/china/zh-cn/product/huaweicloudstack/images/activity-next-arrow-active.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .news-activity .safeplace .activity-pagination {
    position: absolute;
    left: 50%;
    bottom: 4.88281vw;
    transform: translateX(-50%);
  }

  .news-activity .safeplace .activity-pagination .swiper-pagination-bullet {
    width: 3.80859vw;
    height: 0.29297vw;
    margin: 0 0.39062vw;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 0;
    position: relative;
  }

  .news-activity .safeplace .activity-pagination .swiper-pagination-bullet-active {
    background: #c7000b;
  }

  .news-activity .link {
    margin-top: 5.17578vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
  }

  .news-activity .link span {
    color: #c7000b;
    font-size: 1.5625vw;
    font-weight: 400;
  }

  .news-activity .link span a {
    color: inherit;
  }

  .news-activity .link .arrow {
    width: 1.36719vw;
    height: 1.07422vw;
    margin-left: 0.97656vw;
    background: url('https://res-static.hc-cdn.cn/cloudbu-site/china/zh-cn/product/huaweicloudstack/images/red-arrow-new.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: transform 0.3s;
  }

  .opinion {
    width: 100%;
    padding: 5.85938vw 0;
    box-sizing: border-box;
  }

  .opinion .safeplace {
    flex-direction: column;
    align-items: center;
  }

  .opinion .safeplace .opinion-list {
    width: 100%;
    max-height: 78.125vw;
    margin-top: 2.92969vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 3.90625vw 1.95312vw;
    overflow: hidden;
    transition: max-height 0.5s;
  }

  .opinion .safeplace .opinion-list.open {
    max-height: 166.01562vw;
    transition: max-height 0.5s;
  }

  .opinion .safeplace .opinion-list .opinion-item {
    width: 30.07812vw;
    padding: 2.92969vw 1.95312vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #fbfcfc;
    border: 1px solid #ffffff;
    border-radius: 1.95312vw;
    transition: background 0.5s, box-shadow 0.5s;
  }

  .opinion .safeplace .opinion-list .opinion-item:hover {
    border: 1px solid #ffffff;
    box-shadow: 0 0.39062vw 2.92969vw 0 rgba(0, 0, 0, 0.06);
    background: #ffffff;
    transition: background 0.5s, box-shadow 0.5s;
  }

  .opinion .safeplace .opinion-list .opinion-item:hover .opinion-title {
    color: #c7000b;
  }

  .opinion .safeplace .opinion-list .opinion-item .opinion-title {
    width: 100%;
    color: #333333;
    font-size: 1.75781vw;
    font-weight: 400;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    flex-shrink: 0;
  }

  .opinion .safeplace .opinion-list .opinion-item .industry-name {
    margin-top: 1.95312vw;
    padding: 0.19531vw 0.97656vw;
    box-sizing: border-box;
    border: 1px solid #8a8e99;
  }

  .opinion .safeplace .opinion-list .opinion-item .industry-name span {
    color: #8a8e99;
    font-size: 1.17188vw;
    font-weight: 400;
  }

  .opinion .safeplace .opinion-list .opinion-item .opinion-message {
    width: 100%;
    height: 7.8125vw;
    margin-top: 1.95312vw;
    color: #333333;
    font-size: 1.36719vw;
    font-weight: 400;
    line-height: 1.95312vw;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    flex-shrink: 0;
  }

  .opinion .safeplace .opinion-list .opinion-item .line {
    width: 100%;
    height: 1px;
    margin: 1.95312vw 0;
    background: #f1cacc;
    flex-shrink: 0;
  }

  .opinion .safeplace .opinion-list .opinion-item .expert-message {
    width: 100%;
    margin-top: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .opinion .safeplace .opinion-list .opinion-item .expert-message .expert-avatar {
    width: 7.8125vw;
    height: 7.8125vw;
    object-fit: cover;
  }

  .opinion .safeplace .opinion-list .opinion-item .expert-message .expert-group {
    margin-left: 1.95312vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .opinion .safeplace .opinion-list .opinion-item .expert-message .expert-name {
    color: #666666;
    font-size: 1.75781vw;
    font-weight: 400;
    line-height: 2.34375vw;
  }

  .opinion .safeplace .opinion-list .opinion-item .expert-message .expert-job {
    margin-top: 0.48828vw;
    color: #999999;
    font-size: 1.36719vw;
    font-weight: 400;
    line-height: 1.91406vw;
  }

  .opinion .safeplace .open-more,
  .opinion .safeplace .close-more {
    width: 100%;
    margin-top: 1.95312vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .opinion .safeplace .open-more span,
  .opinion .safeplace .close-more span {
    color: #c7000b;
    font-size: 1.5625vw;
    font-weight: 400;
  }

  .opinion .safeplace .open-more img,
  .opinion .safeplace .close-more img {
    width: 1.07422vw;
    height: 0.58594vw;
    margin-left: 0.97656vw;
  }

  .opinion .safeplace .close-more {
    display: none;
  }

  .opinion .safeplace .close-more img {
    transform: rotate(180deg);
  }

  .rescourse {
    width: 100%;
    padding: 5.85938vw 0;
    box-sizing: border-box;
    background: #f8f8f8;
  }

  .rescourse .safeplace {
    flex-direction: column;
    align-items: center;
  }

  .rescourse .safeplace .contain {
    width: 100%;
    margin-top: 2.92969vw;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }

  .rescourse .safeplace .contain .left {
    width: 24.41406vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.90625vw;
  }

  .rescourse .safeplace .contain .left .list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    gap: 3.90625vw;
  }

  .rescourse .safeplace .contain .left .rescource-group-item {
    width: 100%;
    padding: 0 1.95312vw;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
  }

  .rescourse .safeplace .contain .left .rescource-group-item span {
    color: #333333;
    font-size: 1.95312vw;
    font-weight: 400;
    line-height: 2.34375vw;
    white-space: nowrap;
  }

  .rescourse .safeplace .contain .left .rescource-group-item.active::after {
    content: '';
    width: 2px;
    height: 100%;
    background: #c7000b;
    position: absolute;
    top: 0;
    left: -1.5px;
  }

  .rescourse .safeplace .contain .left .rescource-group-item.active span {
    color: #c7000b;
    font-weight: 600;
  }

  .rescourse .safeplace .contain .left .link-row {
    width: 100%;
    padding: 0 3.90625vw 0 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
  }

  .rescourse .safeplace .contain .left .link-row span {
    color: #c7000b;
    font-size: 1.5625vw;
    font-weight: 400;
    line-height: 2.34375vw;
    white-space: nowrap;
  }

  .rescourse .safeplace .contain .left .link-row .arrow {
    width: 1.41602vw;
    height: 1.17188vw;
    margin-top: 0.39062vw;
    margin-left: 0.97656vw;
    background: url('https://res-static.hc-cdn.cn/cloudbu-site/china/zh-cn/product/huaweicloudstack/images/red-arrow-new.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: transform 0.3s;
  }

  .rescourse .safeplace .contain .right {
    width: 100%;
    margin-left: 1.95312vw;
  }

  .rescourse .safeplace .contain .right .rescource-list {
    width: 100%;
    box-sizing: border-box;
    display: none;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1.95312vw;
  }

  .rescourse .safeplace .contain .right .rescource-list.active {
    display: flex;
  }

  .rescourse .safeplace .contain .right .rescource-list .rescource-item {
    width: 31.34766vw;
    height: 12.10938vw;
    padding: 2.92969vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #ffffff;
    border: 1px solid rgba(199, 0, 11, 0.1);
    border-radius: 0.97656vw;
    transition: box-shadow 0.5s;
    cursor: pointer;
  }

  .rescourse .safeplace .contain .right .rescource-list .rescource-item:hover {
    border: none;
    box-shadow: 0 0.97656vw 3.90625vw rgba(54, 61, 77, 0.06);
    transition: box-shadow 0.5s;
  }

  .rescourse .safeplace .contain .right .rescource-list .rescource-item .rescource-title {
    color: #666666;
    font-size: 1.5625vw;
    font-weight: 400;
    line-height: 2.34375vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
  }

  .rescourse .safeplace .contain .right .rescource-list .rescource-item .link {
    margin-top: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .rescourse .safeplace .contain .right .rescource-list .rescource-item .link span {
    color: #c7000b;
    font-size: 1.36719vw;
    font-weight: 400;
  }

  .rescourse .safeplace .contain .right .rescource-list .rescource-item .link img {
    width: 1.46484vw;
    height: 0.78125vw;
    margin-left: 0.97656vw;
    object-fit: cover;
  }

  .partner {
    width: 100%;
    padding: 5.85938vw 0;
    box-sizing: border-box;
  }

  .partner .safeplace {
    flex-direction: row;
    align-items: flex-start;
  }

  .partner .safeplace .left {
    padding-right: 3.90625vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .partner .safeplace .left .title {
    margin-bottom: 2.92969vw;
    color: #333333;
    font-size: 3.125vw;
    font-weight: 600;
    line-height: 4.6875vw;
  }

  .partner .safeplace .left .stitle {
    margin-top: 0.97656vw;
    color: rgba(51, 51, 51, 0.75);
    font-size: 1.5625vw;
    font-weight: 400;
    line-height: 2.34375vw;
  }

  .partner .safeplace .left .link-row {
    margin-top: 2.92969vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2.92969vw;
  }

  .partner .safeplace .left .link-row .link {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
  }

  .partner .safeplace .left .link-row .link span {
    color: #c7000b;
    font-size: 1.36719vw;
    font-weight: 400;
    white-space: nowrap;
  }

  .partner .safeplace .left .link-row .link .arrow {
    width: 1.36719vw;
    height: 1.2207vw;
    margin-top: 0.29297vw;
    margin-left: 0.48828vw;
    background: url('https://res-static.hc-cdn.cn/cloudbu-site/china/zh-cn/product/huaweicloudstack/images/red-arrow-new.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: transform 0.3s;
  }

  .partner .safeplace .right {
    width: 74.21875vw;
    padding: 1.95312vw 0 1.95312vw 3.90625vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    border-left: 1px solid #d9d9d9;
    gap: 3.90625vw;
  }

  .partner .safeplace .right .partner-item {
    width: 10.74219vw;
    height: 6.34766vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow 0.5s;
    cursor: pointer;
  }

  .partner .safeplace .right .partner-item:hover img {
    transform: scale(1.2);
    transition: transform 0.5s;
  }

  .partner .safeplace .right .partner-item:active {
    background: #f8f8f8;
  }

  .partner .safeplace .right .partner-item img {
    width: 80%;
    height: auto;
  }
}
