@media screen and (min-width: 1350px) and (max-height: 900px) {
  .banner-img {
    height: 80%;
  }
}
@media screen and (max-width: 1350px) and (max-height: 900px) {
  .banner-img {
    height: 80%;
  }
}

@media screen and (min-width: 1350px) and (min-height: 900px) {
  .banner-img {
    width: 45%;
  }
}
@media screen and (max-width: 1350px) and (min-height: 900px) {
  .banner-img {
    width: 45%;
  }
}



.downTop-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.downTop-btn-box {
  display: flex;
  align-items: center;
}
.downTop-btn-box a:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 40px;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #fafafa, #fafafa),
    linear-gradient(137.89deg, #a961f3 35.82%, #741dfe 78.69%, #a961f3 103.85%);
  box-sizing: border-box;
  border: 2px solid transparent;
  border-radius: 44px;
  margin-left: 30px;
}
.downTop-btn-box a:last-child span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  background: linear-gradient(
    137.89deg,
    #a961f3 35.82%,
    #741dfe 78.69%,
    #a961f3 103.85%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.downTop-btn-box a:first-child {
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: linear-gradient(
    115.32deg,
    #a961f3 27.58%,
    #741dfe 132.28%,
    #741dfe 172.2%
  );
  border-radius: 44px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  color: #ffffff;
}
.downTop-btn-box a:first-child:hover {
  background: #b36cfa;
}

/* 视频 */
.video_wrapper {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  margin-top: 60px;
}
.video_wrapper video {
  width: 100%;
  object-fit: cover;
  height: 100%;
  opacity: 0.5;
}


body {
  background: #1c1732 !important;
}
/* banner */
.banner-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin-top: 117px;
}
.banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: calc(100vh - 60px);
  margin: 0 auto;
}
.banner-title {
  position: relative;
  width: fit-content;
  margin-bottom: 20px;
}
.banner-title h1 {
  font-family: "Microsoft YaHei";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 138.482%;
  /* 83.089px */
  letter-spacing: 3px;
  background: linear-gradient(91deg, #7BDCFF -8.43%, #A568FF 28.61%, #C568FF 67.07%, #FF51A0 89.17%, #FF9706 111.59%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner-title img {
  position: absolute;
  right: -176px;
  top: -83px;
}
/* .banner-title i {
  display: inline-block;
  width: 212px;
  height: 9px;
  background: #93ffc5;
} */
.banner-p1 {
  margin-bottom: 70px;
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 138.482%;
  /* 38.775px */
  letter-spacing: 2.8px;
}
/* .banner-p2 {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 138.48%;
  letter-spacing: 0.1em;
  color: #ffffff;
  margin-bottom: 80px;
} */
.banner-p3 {
  color: #E7EDFF;
  font-family: "Microsoft YaHei";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 50px;
}

.banner-h5 {
  color: #FFF;
  font-family: "DingTalk JinBuTi";
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 138.482%;
  /* 52.623px */
  letter-spacing: 1.9px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.banner_down {
  margin-top: 20px;
}

.banner_dec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}

.banner_dec li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 49px;
}

.banner_dec li img {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
}

.banner_dec li span {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 138.482%;
  /* 38.775px */
  letter-spacing: 2.8px;
}

.banner-btn-box {
  position: relative;
  display: flex;
  align-items: center;
}

.banner-btn-box > div {
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 28px;
}
.banner-btn-box > div.show {
  display: flex;
}
.banner-btn-box > div:nth-child(4) {
  top: -15px;
  left: 194px;
}
.banner-btn-box > div:nth-child(5) {
  top: -15px;
  left: 488px;
}
.banner-btn-box > div.recommends:nth-child(3) {
  top: 6px;
  left: 610px;
}
.banner-btn-box > div.recommends:nth-child(4) {
  top: 6px;
  left: 838px;
}

.banner-btn-box > div > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.banner-btn-box > div > i {
  position: absolute;
  top: 1px;
  left: 13px;
  color: #1c1732;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 157%; /* 21.98px */
  z-index: 10;
}

.banner-btn-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.banner-btn-box a:first-child {
  width: 311px;
  height: 70px;
  flex-shrink: 0;
  background: #741dfe;
  margin-right: 20px;
  color: #F3F3F8;
  font-family: "Microsoft YaHei";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 157%;
    /* 47.1px */
}
.banner-btn-box a:first-child:hover {
  background: #7d30f8;
}
.banner-btn-box a img {
  margin-right: 14px;
}
.banner-btn-box a:nth-child(2) {
  width: 250px;
  height: 70px;
  border: 1px solid #ffffff;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  box-sizing: border-box;
  background: linear-gradient(
    -21.57deg,
    rgba(253, 248, 172, 1) -1%,
    rgba(80, 237, 238, 1) 39.75%,
    rgba(178, 209, 254, 1) 79%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.banner-btn-box a:nth-child(3) {
  margin-left: 18px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
}
.banner-btn-box a:nth-child(3) img {
  margin-right: 0;
  width: 38px;
}
.banner-btn-box a:nth-child(3) span {
  display: none;
  position: absolute;
  bottom: -43px;
  left: 50%;
  transform: translateX(-50%);
  width: 88px;
  height: 33px;
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperMobile/product/440/Union.png)
    no-repeat center center;
  color: #1c1732;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 277%; /* 21.98px */
}
.banner-btn-box a:nth-child(2):hover,
.banner-btn-box a:nth-child(3):hover {
  box-shadow: 0px 0px 4px #ffffff;
}
.banner-btn-box a:nth-child(3):hover span {
  display: block;
}
.banner-img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* 试听分离效果 */
.effect-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 173px;
}
.effect-tab-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 387px;
  border-bottom: 1px solid #444444;
  margin-top: 45px;
  box-sizing: border-box;
}
.tab-item {
  position: relative;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #a1a1a1;
  padding-bottom: 15px;
  cursor: pointer;
}
.tab-item:first-child {
  margin-right: 109px;
}
.tab-item.active {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  background: linear-gradient(90deg, #dc39b9 1.87%, #f0923a 98.75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.tab-item.active::after {
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 80px;
  height: 1px;
  background: linear-gradient(90deg, #dc39b9 1.87%, #f0923a 98.75%);
}
.effect-item {
  display: none !important;
}
.effect-item.active.audio_group_items {
  display: block !important;
}
.effect-item.active.video-box {
  display: flex !important;
}
.video-box {
  justify-content: space-between;
  margin-top: 126px;
}
.video-item {
  margin-right: 20px;
  box-sizing: border-box;
}
.video-item:last-child {
  margin-right: 0;
}
.video-item video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 312px;
  border-radius: 16px;
}
.video-item.active video {
  /* top: 50%; */
}
.video-bg {
  position: relative;
}
.video-bg > img {
  display: block;
  width: 330px;
  height: 196px;
}
.video-active-bg {
  position: relative;
  display: none;
  width: 330px;
}
.video-active-bg img {
  width: 100%;
  height: 196px;
}
.video-active-bg img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 59px;
}
.video-item.active .video-bg > img {
  display: none;
}
.video-item.active .video-active-bg {
  display: block;
}
.video-item h2 {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #e7edff;
  margin-top: 30px;
}
.video-item.active {
  transform: scale(1.53);
  z-index: 10;
}
.video-item.active video {
  box-shadow: 0px 0px 0px 0px
    linear-gradient(
      90deg,
      rgba(94, 80, 227, 0.6) 0%,
      rgba(232, 70, 211, 0.6) 97.4%
    );
}

.changeVoice_c {
  display: flex;
  align-items: center;
  width: 1061px;
  cursor: pointer;
  margin-top: 70px;
  margin-bottom: 34px;
}
.changeVoice_c span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 28px;
  color: #e7edff;
  margin-left: 14px;
}

/* 功能介绍 */
.func_wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.func-box {
  width: 1200px;
  padding-top: 161px;
  padding-bottom: 100px;
  /* overflow: hidden; */
}
.common-h1 {
  position: relative;
  width: fit-content;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 7.5px;
  color: #ffffff;
  margin: 0 auto;
}
.common-p {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #c0c0c0;
  text-align: center;
  margin-top: 9px;
}
.common-h1 img {
  position: absolute;
  left: 50%;
  top: -14px;
  transform: translateX(-50%);
}
.func-item {
  position: relative;
  display: flex;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
}
.func-item.func-item1 {
  justify-content: flex-end;
  height: 481px;
  margin-top: 100px;
  margin-bottom: 160px;
}
.func-item.func-item2 {
  position: relative;
  justify-content: flex-start;
  height: 441px;
  margin-bottom: 200px;
}
.func-item.func-item3 {
  justify-content: flex-end;
  height: 441px;
  margin-bottom: 200px;
}
.func-item.func-item4 {
  justify-content: flex-start;
  height: 441px;
  margin-bottom: 200px;
}
.func-item.func-item5 {
  justify-content: flex-end;
  height: 441px;
}
.func-item.func-item1 > img {
  position: absolute;
  left: -20px;
  top: 0;
}
.func-item.func-item2 > img {
  position: absolute;
  right: -18%;
  top: -132px;
}
.func-item.func-item3 > img {
  position: absolute;
  left: -100px;
  top: 0;
}
.func-item.func-item4 > img {
  position: absolute;
  right: 0;
  top: 0;
}
.func-item.func-item5>img {
  position: absolute;
  left: 20px;
  top: 0;
}
.func-item.func-item1 .func-text {
  width: 296px;
  margin-right: 85px;
}
.func-item.func-item2 .func-text {
  margin-left: 35px;
}
.func-item.func-item3 .func-text {
  margin-right: 50px;
}
.func-item.func-item4 .func-text {
  margin-left: 70px;
}
.func-item.func-item5 .func-text {
  margin-right: 50px;
}
.func-text h2 {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 45px;
  letter-spacing: 0.1em;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 27px;
}
.func-text ul {
  margin-bottom: 57px;
}
.func-text ul li {
  display: flex;
  align-items: center;
  padding-right: 0px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.04em;
  color: #ffffff;
  margin-bottom: 14px;
}
.func-text ul li img {
  margin-right: 7px;
}
.func-text ul li:first-child .ullimg {
  margin-bottom: 20px;
}
.func-text ul li:last-child {
  margin-bottom: 0;
}
.func-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 206px;
  height: 59px;
  background: #741dfe;
  border-radius: 10px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
}
.func-btn:hover {
  background: #863efa;
}
.func-btn img {
  margin-left: 20px;
}

/* 产品特点 */
.advantage-box {
  width: 100%;
  margin-top: 100px;
}
.advantage-box ul {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
}
.advantage-box ul li h2 {
  color: #FFF;  
  font-family: "Microsoft YaHei";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  /* margin-bottom: 18px; */
}
.advantage-box ul li {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  margin: 0px 70px;
  width: 204px;
  height: 214px;
}

.advantage-box ul li img {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-37%);
}

/* .advantage-box ul li p {
  width: 221px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 137.48%;
  text-align: center;
  color: #ffffff;
} */

/* 用户给我们的评价 */
.assess-box {
  width: 100%;
  padding-top: 160px;
}

.assess-box > h1 img {
  position: absolute;
  left: 50%;
  bottom: -24px;
  transform: translateX(-50%);
}
.swiper-container {
  width: 1300px !important;
  height: auto !important;
  margin: 0 auto !important;
  margin-top: 109px !important;
  padding-left: 38px !important;
  box-sizing: border-box;
}
.swiper-slide {
  position: relative;
  width: 380px !important;
  height: 237px !important;
  background: linear-gradient(
    91.04deg,
    rgba(80, 53, 135, 0.3) 0.83%,
    rgba(80, 53, 135, 0.243) 47.83%,
    rgba(84, 56, 87, 0.12) 100%,
    rgba(80, 53, 135, 0.12) 100%
  );
  box-shadow: inset 0px 2.43913px 2.43913px rgba(255, 255, 255, 0.33);
  border-radius: 24px;
  padding-right: 6px;
  box-sizing: border-box;
}
.swiper-slide > img {
  position: absolute;
  left: -35px;
  top: 82px;
  width: 70px !important;
  height: 70px !important;
}
.assess-text {
  padding-left: 49px;
  padding-top: 23px;
  box-sizing: border-box;
}
.assess-text img {
  width: 100px !important;
  height: 16px !important;
  margin: 0 !important;
}
.assess-text h2 {
  font-family: "Source Han Sans CN";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  color: #ffffff;
  margin-top: 10px;
}
.assess-name h3 {
  font-family: "Source Han Sans CN";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
}
.assess-p1 {
  width: 100%;
  font-family: "Source Han Sans CN";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #f5ebff;
  opacity: 0.7;
  margin-top: 5px;
  margin-bottom: 42px;
}
.assess-name {
  position: absolute;
  left: 49px;
  bottom: 23px;
}
.assess-p2 {
  font-family: "Source Han Sans CN";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #f5ebff;
  opacity: 0.7;
}

/* 底部下载 */
.bottom-download-box {
  width: 100%;
  padding: 80px;
  box-sizing: border-box;
  margin-top: 20px;
}
.bottom-download-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 348px;
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/440/images/bottom-bg.png)
    no-repeat center center;
  background-size: cover;
  border-radius: 24px;
  margin: 0 auto;
}
.bottom-download-content h1 {
  position: relative;
  width: fit-content;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 63px;
  letter-spacing: 1.53574px;
  color: #ffffff;
  margin-bottom: 20px;
}


.bottom-download-content h1 img {
  position: absolute;
  left: -160px;
  top: -50px;
}

.bottom-download-box .bottom-download-content .downh5 {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.536px;
}

.bottom-download-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
}
.bottom-download-btn > div {
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 28px;
}
.bottom-download-btn > div.show {
  display: flex;
}
.bottom-download-btn > div:nth-child(3) {
  top: -15px;
  left: 227px;
}
.bottom-download-btn > div:nth-child(4) {
  top: -15px;
  left: 538px;
}
.bottom-download-btn > div.recommends:nth-child(3) {
  top: 6px;
  left: 610px;
}
.bottom-download-btn > div.recommends:nth-child(4) {
  top: 6px;
  left: 838px;
}

.bottom-download-btn > div > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.bottom-download-btn > div > i {
  position: absolute;
  top: 1px;
  left: 13px;
  color: #1c1732;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 157%; /* 21.98px */
  z-index: 10;
}
.bottom-download-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
  border-radius: 10px;
}
.bottom-download-btn a img {
  margin-right: 14px;
}
.bottom-download-btn a:first-child {
  width: 281px;
  background: #ffffff;
  color: #741dfe;
  font-family: Microsoft YaHei;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  margin-right: 30px;
}
.bottom-download-btn a:nth-child(2) {
  width: 281px;
  border: 3px solid #ffffff;
  box-sizing: border-box;
  color: #fff;
  font-family: Microsoft YaHei;
  font-size: 33.72px;
  font-style: normal;
  font-weight: 400;
}

.bottom-download-btn a:nth-child(3) {
  margin-left: 18px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
}

.bottom-download-btn a:nth-child(3) img {
  margin-right: 0;
  width: 38px;
}

.bottom-download-btn a:nth-child(3) span {
  display: none;
  position: absolute;
  bottom: -43px;
  left: 50%;
  transform: translateX(-50%);
  width: 88px;
  height: 33px;
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperMobile/product/440/Union.png) no-repeat center center;
  color: #1c1732;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 277%;
  /* 21.98px */
}
.bottom-download-btn a:nth-child(2):hover {
  background: rgba(255, 255, 255, .1);
}
.bottom-download-btn a:nth-child(3):hover {
  box-shadow: 0px 0px 4px #ffffff;
  background: rgba(255, 255, 255, .1);
}

.bottom-download-btn a:nth-child(3):hover span {
  display: block;
}

/* @media screen and (min-resolution: 1.25dppx) {
  body {
    width: 1407px !important;
    box-sizing: border-box;
    padding-left: 0px;
  }

  .banner-box {
    width: 108% !important;
  }

  .banner-title h1 {
    font-size: 45px;
    letter-spacing: 2.1px;
  }
  .banner-title img {
    width: 140.25px;
    right: -132px;
    top: -62.25px;
  }
  .banner-p1 {
    font-size: 21px;
    margin-bottom: 52.5px;
  }
  .banner_dec {
    margin-bottom: 52.5px;
  }
  .banner_dec li img {
    width: 48px;
    height: 48px;
  }
  .banner_dec li span {
    font-size: 21px;
    letter-spacing: 2.1px;
  }
  .banner-btn-box a:first-child {
    width: 233.25px;
    height: 52.5px;
    font-size: 22.5px;
  }
  .banner-btn-box a:nth-child(2) {
    width: 187.5px;
    height: 52.5px;
    font-size: 22.5px;
  }
  .banner-btn-box a:nth-child(3) {
    width: 52.5px;
    height: 52.5px;
  }
  .banner-btn-box a img {
    width: 22.5px;
    margin-right: 10.5px;
  }
  .banner-btn-box a:nth-child(3) img {
    width: 28.5px;
  }
  .banner-p3 {
    font-size:11.5px;
    margin-top: 37.5px;
  }
  .banner-h5 {
    font-size: 28.5px;
    margin-top: 22.5px;
    margin-bottom: 15px;
  }
  .banner_down {
    width: 39px;
    margin-top: 15px;
  }

  .effect-box {
    width: 108% !important;
  }

  .func_wrapper {
    width: 108% !important;
  }

  .func-item.func-item2>img {
    width: 900px;
    right: -159px !important;
  }

  .advantage-box {
    width: 108% !important;
  }

  .assess-box {
    width: 108% !important;
  }

  .bottom-download-box {
    width: 108% !important;
  }

  .kingshiper-footer {
    overflow: hidden;
    width: 108% !important;
  }
} */