.box .Content .Service .content .container .left li a img.iconActive {
  display: none;
}
.box .Content .Service .content .container .left li a img.iconNoActive {
  display: initial;
}
.box .Content .Service .content .container .left li.active a img.iconActive,
.box .Content .Service .content .container .left li:hover a img.iconActive {
 display: initial;
}
.box .Content .Service .content .container .left li.active a img.iconNoActive,
.box .Content .Service .content .container .left li:hover a img.iconNoActive {
  display: none;
}
@media screen and (min-width: 769px) {
  .box .Topic h2 {
    font-size: 34px;
    line-height: 34px;
    letter-spacing: 2px;
    color: #003399;
    margin-bottom: 35px;
  }
  .box .Topic .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .box .Topic .info div {
    display: flex;
    align-items: center;
  }
  .box .Topic .info div img {
    margin-right: 6px;
  }
  .box .Topic .info div p {
    font-family: 'AdobeHeitiStd';
    font-size: 18px;
    line-height: 18px;
    color: #000103;
  }
  .box .Topic .info a {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
    color: #4f4e4e;
    position: static;
  }
  .box .Topic .info a:hover {
    text-decoration: underline;
  }
  .box .Topic .As {
    display: flex;
    align-items: center;
  }
  .box .Topic .As a {
    width: auto;
    height: 45px;
    background-color: #d7e8fd;
    box-shadow: 3px 10px 24px 0px rgba(0, 93, 193, 0.13);
    border-radius: 23px;
    margin-left: 12px;
    font-size: 18px;
    line-height: 42px;
    color: #0573eb;
    text-align: center;
    padding: 0 21px;
  }
  .box .Topic .As a:hover {
    background-image: linear-gradient(0deg, #015fc4 0%, #0574ed 100%);
    color: #ffffff;
  }
  .box .Title h2 {
    font-size: 32px;
    line-height: 32px;
    font-weight: normal;
    color: #3f3e3e;
  }
  .box .Content {
    padding: 34px 0 0;
  }
  .box .Content .Policy {
    padding: 0 0 47px;
  }
  .box .Content .Policy .content {
    margin-top: 25px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  .box .Content .Policy .content .list {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .box .Content .Policy .content .list .More {
    position: absolute;
    top: -11px;
    right: 0;
    transform: translate(0, -100%);
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
    color: #757575;
  }
  .box .Content .Policy .content .list .More:hover {
    text-decoration: underline;
  }
  .box .Content .Policy .content .list .item {
    width: 48.5%;
    height: 100%;
    background-color: #eff6fd;
    border: solid 1px #f5f7fc;
    padding: 24px 13px 0;
  }
  .box .Content .Policy .content .list .item a {
    display: flex;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px dashed #aac5e5;
    margin-bottom: 18px;
  }
  .box .Content .Policy .content .list .item a span {
    width: 6px;
    height: 6px;
    background: #abc0dd;
    border-radius: 50%;
    margin-right: 6px;
  }
  .box .Content .Policy .content .list .item a p {
    flex: 1;
    min-width: 0;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #040000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .box .Content .Policy .content .list .item a:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  .box .Content .Policy .content .declare {
    width: 300px;
    height: 172px;
    background: url(../img/Link-Guarantee/declare-bg.png) center no-repeat;
    background-size: cover;
    margin-left: 17px;
  }
  .box .Content .Policy .content .declare a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .box .Content .Policy .content .declare a h4 {
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    color: #010409;
  }
  .box .Content .Policy .content .declare a p {
    font-size: 18px;
    line-height: 18px;
    color: #0182ff;
    margin: 8px 0 13px;
  }
  .box .Content .Policy .content .declare a button {
    width: 102px;
    height: 29px;
    background-color: #0182ff;
    box-shadow: 1px 2px 6px 0px rgba(17, 71, 121, 0.47);
    border-radius: 15px;
    border: none;
    outline: none;
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
  }
  .box .Content .Policy .content .declare:hover a button {
    text-decoration: underline;
  }
  .box .Content .Service {
    padding: 0 0 27px;
  }
  .box .Content .Service .content {
    background-color: #f4f7fc;
    padding: 50px 0 34px;
  }
  .box .Content .Service .content .Title {
    margin-top: 0 !important;
  }
  .box .Content .Service .content .container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 23px;
  }
  .box .Content .Service .content .container .left {
    width: 200px;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 1px #dce7fb;
    margin-right: 22px;
    padding: 16px 0;
  }
  .box .Content .Service .content .container .left li {
    padding-left: 16px;
    height: 53px;
  }
  .box .Content .Service .content .container .left li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .box .Content .Service .content .container .left li a img {
    width: 25px;
    height: auto;
    margin-right: 19px;
  }
  .box .Content .Service .content .container .left li a p {
    font-size: 14px;
    line-height: 14px;
    color: #030000;
  }
  .box .Content .Service .content .container .left li.active {
    background-color: #0863d8;
  }
  .box .Content .Service .content .container .left li.active a p {
    color: #fff;
  }
  .box .Content .Service .content .container .left li:nth-child(3) a img {
    width: 27px;
    margin-left: -2px;
  }
  .box .Content .Service .content .container .right {
    flex: 1;
    min-width: 0;
    height: 670px;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 1px #dce7fb;
    padding: 27px 7px 33px 16px;
  }
  .box .Content .Service .content .container .right ::-webkit-scrollbar {
    width: 6px;
    height: 529px;
    background-color: #d8e7fd;
    border-radius: 4px;
  }
  .box .Content .Service .content .container .right ::-webkit-scrollbar-thumb {
    width: 6px;
    height: 300px;
    background-color: #95bcef;
    border-radius: 2px;
  }
  .box .Content .Service .content .container .right ul {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 0 10px 0 0;
  }
  .box .Content .Service .content .container .right ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 24px;
    border-bottom: 2px solid rgba(203, 225, 251, 0.51);
    margin-bottom: 21px;
  }
  .box .Content .Service .content .container .right ul li .logo {
    width: 150px;
    height: 150px;
    /*background-image: linear-gradient(142deg, #cbe1fb 0%, #e7f0fd 100%);*/
    border-radius: 15px;
    margin-right: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
  }
  .box .Content .Service .content .container .right ul li .logo img {
    max-width: 85%;
  }
  .box .Content .Service .content .container .right ul li .text {
    flex: 1;
    min-width: 0;
  }
  .box .Content .Service .content .container .right ul li .text h5 {
    font-size: 16px;
    line-height: 16px;
    color: #3f3e3e;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: normal;
    margin-bottom: 13px;
  }
  .box .Content .Service .content .container .right ul li .text .label {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .box .Content .Service .content .container .right ul li .text .label span {
    width: auto;
    height: 30px;
    background-color: #d3eefd;
    border-radius: 5px;
    padding: 0 12px;
    margin-right: 9px;
    font-size: 14px;
    line-height: 30px;
    color: #399dd5;
  }
  .box .Content .Service .content .container .right ul li .text .label span:nth-child(2) {
    background-color: #c3fce0;
    color: #02974e;
  }
  .box .Content .Service .content .container .right ul li .text .label span:nth-child(3) {
    background-color: #faddfb;
    color: #b13cb5;
  }
  .box .Content .Service .content .container .right ul li .text .label span:nth-child(4) {
    background-color: #fbf3dd;
    color: #f78d46;
  }
  .box .Content .Service .content .container .right ul li .text .ps {
    width: 100%;
    box-shadow: 0px 0px 18px 0px rgba(180, 185, 194, 0.15);
    border-radius: 10px 10px 0px 0px;
  }
  .box .Content .Service .content .container .right ul li .text .ps .p {
    width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
    padding: 0 4px;
    background-color: #f3f5f9;
    border: solid 1px #ffffff;
  }
  .box .Content .Service .content .container .right ul li .text .ps .p span {
    width: 55px;
    height: 30px;
    background-color: #cbdff9;
    border-radius: 4px;
    border: solid 1px #f5f7fc;
    font-size: 14px;
    line-height: 28px;
    color: #0863d8;
    text-align: center;
    margin-right: 14px;
  }
  .box .Content .Service .content .container .right ul li .text .ps .p p {
    flex: 1;
    min-width: 0;
    font-size: 14px;
    line-height: 14px;
    color: #040000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .box .Content .Service .content .container .right ul li .text .ps .p:nth-child(2n) {
    background: #fff;
  }
  .box .Content .Service .content .container .right ul li .text .buttons {
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .box .Content .Service .content .container .right ul li .text .buttons a {
    width: 90px;
    height: 28px;
    background-image: linear-gradient(0deg, #accbee 0%, #e7f0fd 100%);
    border-radius: 14px;
    margin-left: 12px;
    font-size: 14px;
    line-height: 28px;
    color: #000102;
    text-align: center;
  }
  .box .Content .Service .content .container .right ul li .text .buttons a:hover {
    text-decoration: underline;
  }
  .box .Content .Service .content .container .right ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .box .Content .Service .guaranteeSwiper {
    margin-top: 31px;
    height: 235px;
    padding-bottom: 35px;
    overflow: hidden;
    position: relative;
  }
  .box .Content .Service .guaranteeSwiper .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .box .Content .Service .guaranteeSwiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .box .Content .Service .guaranteeSwiper .swiper-wrapper .swiper-slide a {
    width: 100%;
    height: 100%;
  }
  .box .Content .Service .guaranteeSwiper .swiper-wrapper .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .Content .Service .guaranteeSwiper .swiper-paginationGuarantee {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%, 0);
  }
  .box .Content .Service .guaranteeSwiper .swiper-paginationGuarantee .swiper-pagination-bullet {
    width: 11px;
    height: 10px;
    background-color: #ffffff;
    box-shadow: 1px 3px 9px 0px rgba(73, 136, 230, 0.76);
    opacity: 1;
  }
  .box .Content .Service .guaranteeSwiper .swiper-paginationGuarantee .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 27px;
    height: 10px;
    background-image: linear-gradient(109deg, #015eea 31%, #00c0fa 100%), linear-gradient(#b7baba, #b7baba);
    background-blend-mode: normal, normal;
    box-shadow: 1px 3px 9px 0px rgba(73, 136, 230, 0.76);
    border-radius: 5px;
  }
  .box .Content .Service .platform {
    margin-top: 14px;
  }
  .box .Content .Service .platform ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 24px;
  }
  .box .Content .Service .platform ul li {
    width: 23.5%;
    height: 140px;
    background-color: #eef1fa;
    border-radius: 10px;
    border: solid 1px #ffffff;
    margin-right: 2%;
  }
  .box .Content .Service .platform ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .box .Content .Service .platform ul li a img {
    max-width: 85%;
    max-height: 70%;
  }
  .box .Content .Service .platform ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 769px) {
  .box .Topic h2 {
    font-size: 6.4vw;
    line-height: 6.4vw;
    letter-spacing: 0.26666667vw;
    color: #003399;
    margin-bottom: 5.33333333vw;
  }
  .box .Topic .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .box .Topic .info div {
    display: flex;
    align-items: center;
  }
  .box .Topic .info div img {
    width: 3.73333333vw;
    margin-right: 0.53333333vw;
  }
  .box .Topic .info div p {
    font-family: 'AdobeHeitiStd';
    font-size: 4vw;
    line-height: 4vw;
    color: #000103;
  }
  .box .Topic .info a {
    font-size: 3.2vw;
    line-height: 3.2vw;
    letter-spacing: 0.26666667vw;
    color: #4f4e4e;
  }
  .box .Topic .info a:hover {
    text-decoration: underline;
  }
  .box .Topic .As {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 5.33333333vw;
  }
  .box .Topic .As a {
    flex: 1;
    height: 7.46666667vw;
    background-color: #d7e8fd;
    box-shadow: 0.8vw 2.66666667vw 6.4vw 0vw rgba(0, 93, 193, 0.13);
    border-radius: 3.73333333vw;
    font-size: 3.2vw;
    line-height: 7.46666667vw;
    color: #0573eb;
    text-align: center;
    margin-left: 1.33333333vw;
  }
  .box .Topic .As a:hover {
    background-image: linear-gradient(0deg, #015fc4 0%, #0574ed 100%);
    color: #ffffff;
  }
  .box .Title h2 {
    font-size: 6.4vw;
    line-height: 6.4vw;
    font-weight: normal;
    color: #3f3e3e;
  }
  .box .Content {
    padding: 9.06666667vw 0 0;
  }
  .box .Content .Policy {
    padding: 0 0 9.33333333vw;
  }
  .box .Content .Policy .content {
    margin-top: 6.66666667vw;
  }
  .box .Content .Policy .content .list {
    position: relative;
  }
  .box .Content .Policy .content .list .More {
    position: absolute;
    top: -2.93333333vw;
    right: 0;
    transform: translate(0, -100%);
    font-size: 3.2vw;
    line-height: 3.2vw;
    letter-spacing: 0.26666667vw;
    color: #757575;
  }
  .box .Content .Policy .content .list .More:hover {
    text-decoration: underline;
  }
  .box .Content .Policy .content .list .item {
    width: 100%;
    height: 100%;
    background-color: #eff6fd;
    border: solid 0.26666667vw #f5f7fc;
    padding: 5.33333333vw 1.86666667vw 0;
    margin-bottom: 2.66666667vw;
  }
  .box .Content .Policy .content .list .item a {
    display: flex;
    align-items: center;
    padding-bottom: 5.06666667vw;
    border-bottom: 0.26666667vw dashed #aac5e5;
    margin-bottom: 5.6vw;
  }
  .box .Content .Policy .content .list .item a span {
    width: 1.6vw;
    height: 1.6vw;
    background: #abc0dd;
    border-radius: 50%;
    margin-right: 1.06666667vw;
  }
  .box .Content .Policy .content .list .item a p {
    flex: 1;
    min-width: 0;
    width: 100%;
    font-size: 3.46666667vw;
    line-height: 3.46666667vw;
    color: #040000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .box .Content .Policy .content .list .item a:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  .box .Content .Policy .content .declare {
    width: 100%;
    height: 37.86666667vw;
    background: url(../img/Link-Guarantee/declare-bg.png) center no-repeat;
    background-size: cover;
  }
  .box .Content .Policy .content .declare a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .box .Content .Policy .content .declare a h4 {
    font-size: 8.53333333vw;
    font-weight: bold;
    line-height: 8.53333333vw;
    color: #010409;
  }
  .box .Content .Policy .content .declare a p {
    font-size: 4vw;
    line-height: 4vw;
    color: #0182ff;
    margin: 2.13333333vw 0 3.46666667vw;
  }
  .box .Content .Policy .content .declare a button {
    width: 27.2vw;
    height: 6.4vw;
    background-color: #0182ff;
    box-shadow: 0.26666667vw 0.53333333vw 1.6vw 0vw rgba(17, 71, 121, 0.47);
    border-radius: 4vw;
    border: none;
    outline: none;
    font-size: 3.2vw;
    line-height: 5.86666667vw;
    color: #ffffff;
  }
  .box .Content .Policy .content .declare:hover a button {
    text-decoration: underline;
  }
  .box .Content .Service {
    padding: 0 0 7.2vw;
  }
  .box .Content .Service .content {
    background-color: #f4f7fc;
    padding: 9.33333333vw 0 7.46666667vw;
  }
  .box .Content .Service .content .Title {
    margin-top: 0 !important;
  }
  .box .Content .Service .content .container {
    margin-top: 6.13333333vw;
  }
  .box .Content .Service .content .container .left {
    width: 100%;
    background-color: #ffffff;
    border-radius: 2.66666667vw;
    border: solid 0.26666667vw #dce7fb;
    margin-right: 5.86666667vw;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 4.26666667vw;
  }
  .box .Content .Service .content .container .left li {
    width: 50%;
    padding-left: 4.26666667vw;
    height: 14.13333333vw;
  }
  .box .Content .Service .content .container .left li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .box .Content .Service .content .container .left li a img {
    width: 6.66666667vw;
    height: auto;
    margin-right: 5.06666667vw;
  }
  .box .Content .Service .content .container .left li a p {
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    color: #030000;
  }
  .box .Content .Service .content .container .left li.active {
    background-color: #0863d8;
  }
  .box .Content .Service .content .container .left li.active a img {
    box-shadow: 0.26666667vw 0.53333333vw 2.13333333vw 0vw rgba(3, 0, 0, 0.29);
  }
  .box .Content .Service .content .container .left li.active a p {
    color: #fff;
  }
  .box .Content .Service .content .container .left li:hover {
    background-color: #0863d8;
  }
  .box .Content .Service .content .container .left li:hover a img {
    box-shadow: 0.26666667vw 0.53333333vw 2.13333333vw 0vw rgba(3, 0, 0, 0.29);
  }
  .box .Content .Service .content .container .left li:hover a p {
    color: #fff;
  }
  .box .Content .Service .content .container .left li:nth-child(3) a img {
    width: 7.2vw;
    margin-left: -0.53333333vw;
  }
  .box .Content .Service .content .container .right {
    height: 160vw;
    background-color: #ffffff;
    border-radius: 2.66666667vw;
    border: solid 0.26666667vw #dce7fb;
    padding: 5.33333333vw 0.53333333vw 5.33333333vw 2.66666667vw;
    margin-top: 4vw;
  }
  .box .Content .Service .content .container .right ::-webkit-scrollbar {
    width: 1.06666667vw;
    height: 141.06666667vw;
    background-color: #d8e7fd;
    border-radius: 1.06666667vw;
  }
  .box .Content .Service .content .container .right ::-webkit-scrollbar-thumb {
    width: 1.06666667vw;
    height: 80vw;
    background-color: #95bcef;
    border-radius: 0.53333333vw;
  }
  .box .Content .Service .content .container .right ul {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 0 1.33333333vw 0 0;
  }
  .box .Content .Service .content .container .right ul li {
    width: 100%;
    padding-top: 5px; /*这里用px即可，为了显示出来那个阴影用的*/
    padding-left: 5px; /*这里用px即可，为了显示出来那个阴影用的*/
    padding-bottom: 4vw;
    border-bottom: 0.26666667vw solid rgba(203, 225, 251, 0.51);
    margin-bottom: 4vw;
  }
  .box .Content .Service .content .container .right ul li .logo {
    width: 32vw;
    height: 32vw;
    /*background-image: linear-gradient(142deg, #cbe1fb 0%, #e7f0fd 100%);*/
    border-radius: 4vw;
    margin-right: 4.8vw;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
  }
  .box .Content .Service .content .container .right ul li .logo img {
    max-width: 85%;
  }
  .box .Content .Service .content .container .right ul li .text {
    flex: 1;
    min-width: 0;
    margin-top: 4vw;
  }
  .box .Content .Service .content .container .right ul li .text h5 {
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    color: #3f3e3e;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: normal;
    margin-bottom: 3.46666667vw;
  }
  .box .Content .Service .content .container .right ul li .text .label {
    display: flex;
    align-items: center;
    margin-bottom: 1.33333333vw;
    flex-wrap: wrap;
  }
  .box .Content .Service .content .container .right ul li .text .label span {
    width: auto;
    height: 6.93333333vw;
    background-color: #d3eefd;
    border-radius: 1.33333333vw;
    padding: 0 2.13333333vw;
    margin-right: 2.4vw;
    font-size: 3.2vw;
    line-height: 6.93333333vw;
    color: #399dd5;
    margin-bottom: 2.13333333vw;
  }
  .box .Content .Service .content .container .right ul li .text .label span:nth-child(2) {
    background-color: #c3fce0;
    color: #02974e;
  }
  .box .Content .Service .content .container .right ul li .text .label span:nth-child(3) {
    background-color: #faddfb;
    color: #b13cb5;
  }
  .box .Content .Service .content .container .right ul li .text .label span:nth-child(4) {
    background-color: #fbf3dd;
    color: #f78d46;
  }
  .box .Content .Service .content .container .right ul li .text .ps {
    width: 100%;
    box-shadow: 0vw 0vw 4.8vw 0vw rgba(180, 185, 194, 0.15);
    border-radius: 2.66666667vw 2.66666667vw 0vw 0vw;
  }
  .box .Content .Service .content .container .right ul li .text .ps .p {
    width: 100%;
    height: 12vw;
    display: flex;
    align-items: center;
    padding: 0 1.06666667vw;
    background-color: #f3f5f9;
    border: solid 0.26666667vw #ffffff;
  }
  .box .Content .Service .content .container .right ul li .text .ps .p span {
    width: 12vw;
    height: 6.93333333vw;
    background-color: #cbdff9;
    border-radius: 1.06666667vw;
    border: solid 0.26666667vw #f5f7fc;
    font-size: 3.2vw;
    line-height: 6.4vw;
    color: #0863d8;
    text-align: center;
    margin-right: 1.86666667vw;
  }
  .box .Content .Service .content .container .right ul li .text .ps .p p {
    flex: 1;
    min-width: 0;
    font-size: 3.2vw;
    line-height: 3.2vw;
    color: #040000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .box .Content .Service .content .container .right ul li .text .ps .p:nth-child(2n) {
    background: #fff;
  }
  .box .Content .Service .content .container .right ul li .text .buttons {
    margin-top: 3.73333333vw;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .box .Content .Service .content .container .right ul li .text .buttons a {
    width: 20vw;
    height: 6.4vw;
    background-image: linear-gradient(0deg, #accbee 0%, #e7f0fd 100%);
    border-radius: 3.73333333vw;
    margin-left: 2.13333333vw;
    font-size: 3.2vw;
    line-height: 6.4vw;
    color: #000102;
    text-align: center;
  }
  .box .Content .Service .content .container .right ul li .text .buttons a:hover {
    text-decoration: underline;
  }
  .box .Content .Service .content .container .right ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .box .Content .Service .guaranteeSwiper {
    margin-top: 4vw;
    height: 30.66666667vw;
    padding-bottom: 6.66666667vw;
    overflow: hidden;
    position: relative;
  }
  .box .Content .Service .guaranteeSwiper .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .box .Content .Service .guaranteeSwiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .box .Content .Service .guaranteeSwiper .swiper-wrapper .swiper-slide a {
    width: 100%;
    height: 100%;
  }
  .box .Content .Service .guaranteeSwiper .swiper-wrapper .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .Content .Service .guaranteeSwiper .swiper-paginationGuarantee {
    position: absolute;
    left: 50%;
    bottom: 2.66666667vw;
    transform: translate(-50%, 0);
  }
  .box .Content .Service .guaranteeSwiper .swiper-paginationGuarantee .swiper-pagination-bullet {
    width: 2.13333333vw;
    height: 1.86666667vw;
    background-color: #ffffff;
    box-shadow: 0.26666667vw 0.8vw 2.4vw 0vw rgba(73, 136, 230, 0.76);
    opacity: 1;
  }
  .box .Content .Service .guaranteeSwiper .swiper-paginationGuarantee .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 4.53333333vw;
    height: 1.86666667vw;
    background-image: linear-gradient(109deg, #015eea 31%, #00c0fa 100%), linear-gradient(#b7baba, #b7baba);
    background-blend-mode: normal, normal;
    box-shadow: 0.26666667vw 0.8vw 2.4vw 0vw rgba(73, 136, 230, 0.76);
    border-radius: 1.33333333vw;
  }
  .box .Content .Service .platform {
    margin-top: 2.66666667vw;
  }
  .box .Content .Service .platform ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 4.8vw;
  }
  .box .Content .Service .platform ul li {
    width: 49%;
    height: 29.33333333vw;
    background-color: #eef1fa;
    border-radius: 1.33333333vw;
    border: solid 0.26666667vw #ffffff;
    margin-bottom: 2.66666667vw;
  }
  .box .Content .Service .platform ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .box .Content .Service .platform ul li a img {
    max-width: 85%;
    max-height: 70%;
  }
  .box .Content .Service .platform ul li:nth-child(4n) {
    margin-right: 0;
  }
}
