/* 小 */
@media screen and (max-width: 1636px) and (min-height: 860px) {
  .banner-title h1 {
    font-size: 52px;
    line-height: 59px; 
  }
  .label-box {
    right: -88px;
    top: -36px;
  }
  .label-box img {
    width: 124px;
  }
  .label-box span {
    top: 8px;
    font-size: 12px;
  }
  .banner-content > p {
    font-size: 21px;
  }
}
@media screen and (max-width: 1636px) and (max-height: 860px) {
	.banner-title h1 {
    font-size: 52px;
    line-height: 59px; 
  }
  .label-box {
    right: -88px;
    top: -36px;
  }
  .label-box img {
    width: 124px;
  }
  .label-box span {
    top: 8px;
    font-size: 12px;
  }
  .banner-content > p {
    font-size: 21px;
  }
}

/* 大 */
@media screen and (min-width: 1636px) and (min-height: 860px) {
	.banner-title h1 {
    font-size: 64px;
    line-height: 84px;
  }
  .label-box {
    right: -112px;
    top: -36px;
  }
  .label-box img {
    width: 150px;
  }
  .label-box span {
    top: 10px;
    font-size: 14px;
  }
  .banner-content > p {
    font-size: 26px;
  }
}
@media screen and (min-width: 1636px) and (max-height: 860px) { 
	.banner-title h1 {
    font-size: 64px;
    line-height: 84px;
  }
  .label-box {
    right: -112px;
    top: -36px;
  }
  .label-box img {
    width: 150px;
  }
  .label-box span {
    top: 10px;
    font-size: 14px;
  }
  .banner-content > p {
    font-size: 26px;
  }
}


.w {
  width: 1200px;
  margin: 0 auto;
}

/* banner */
.banner-box {
  position: relative;
  width: 100%;
}
.banner-box > img {
  width: 100%;
}
.banner-content {
  position: absolute;
  left: 14%;
  top: 28%;
  z-index: 1;
}
.banner-title {
  position: relative;
  width: fit-content;
}
.banner-title h1 {
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 700;
  
  color: #FFFFFF;
}
.label-box {
  position: absolute;
}
.label-box span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  color: #6057E7; 
}
.banner-content > p {
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 400;
  color: #FFFFFF; 
  line-height: 34px;
  margin-top: 34px;
  margin-bottom: 50px;
}
.download-box {
  display: flex;
  align-items: center;
}
.download-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 61px;
  border-radius: 10px; 
}
.download-box a img {
  margin-right: 22px;
}
.download-box a:first-child {
  background: linear-gradient(93.96deg, #0CA9FF 2.12%, #1FF1FB 99.93%);
}
.download-box a:first-child:hover {
  background: linear-gradient(93.96deg, #1FF1FB 2.12%, #0CA9FF 99.93%);
}
.download-box a:last-child {
  background: url('https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/110/images/btn-bg.png') no-repeat center center;
  background-size: cover;
  margin-left: 30px;
}
.download-box a:first-child span {
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 700;
  font-size: 26.4px;
  color: #F3F3F8;
}
.download-box a:last-child span {
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 400;
  font-size: 26.4347px;
  color: #FFFFFF;
}

/* 产品简介 */
.intro-box {
  position: relative;
  width: 100%; 
  padding-top: 83px;
}
.common-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-title h1 {
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 30px;
  color: #080A33;
  margin: 0 40px;
}
.intro-content {
  display: flex;
  justify-content: space-between;
  width: 1240px;
  margin: 0 auto;
  margin-top: 120px;
}
.intro-content > img {
  width: 500px;
  height: 500px;
}
.intro-text {
  position: relative;
}
.intro-text > img {
  position: absolute;
  left: -44%;
  top: -55%;
  z-index: -1;
}
.intro-text h2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 30px;
  color: rgba(8, 10, 51, 0.7);
}
.intro-text h2 img, .intro-text ul li img {
  margin-right: 6px;
}
.intro-text ul {
  margin-top: 26px;
  margin-left: 36px;
}
.intro-text ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.intro-text ul li p {
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #535471;
  margin-bottom: 19px;
}

/* 产品特点 */
.advantage-box {
  width: 100%;
  margin-top: 280px;
}
.advantage-box ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 200px;
}
.advantage-box ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 379px;
  height: 311px;
  background: #FFFFFF;
  border-radius: 26px; 
}
.advantage-box ul li:nth-child(1) {
  box-shadow: 0px 59px 109px #FFF6D8;
}
.advantage-box ul li:nth-child(2) {
  box-shadow: 0px 59px 109px #DEEFFF;
}
.advantage-box ul li:nth-child(3) {
  box-shadow: 0px 59px 109px #E0FFE9;
}
.advantage-box ul li h2 {
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #080A33;
  opacity: 0.7;  
  margin-top: 31px;
  margin-bottom: 4px;
}
.advantage-box ul li p {
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #080A33;
  opacity: 0.7; 
}

/* 视频 */
.video-box {
  width: 100%;
  height: 774px;
  background: url('https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/110/images/bg2.png') no-repeat center center;
  background-size: cover;
  padding-top: 80px;
  box-sizing: border-box;
}
.video-tab-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 334px;
  height: 54px;
  border-radius: 50px;
  background: #FFFFFF;
  box-shadow: 0px 0px 9px 0px #FFFFFF;
  margin: 0 auto;
}
.video-tab-box span {
  width: 161px;
  height: 46px;
  line-height: 46px;
  border-radius: 100px; 
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #080A33;
  cursor: pointer;
}
.video-tab-box span.active {
  font-weight: 700;
  color: #FFFFFF;  
  background: linear-gradient(265.79deg, #9D21FF 3.65%, #3F59FB 96.58%);
}
.video-tab-box span:hover {
  font-weight: 700;
  color: #FFFFFF;  
  background: linear-gradient(265.79deg, #9D21FF 3.65%, #3F59FB 96.58%);
}
.video-content {
  width: 778px;
  height: 510px;
  background: #FFFFFF;
  border-radius: 20px; 
  margin: 0 auto;
  padding: 28px;
  box-sizing: border-box;
  margin-top: 50px;
}
.video-content video {
  display: none;
  width: 100%;
  border-radius: 4px;
}
.video-content video.active {
  display: block;
}

/* 应用场景 */
.scen-box {
  width: 100%;
  padding: 140px 0;
  box-sizing: border-box;
}
.scen-box ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.scen-box ul.scen-ul {
  margin-bottom: 27px;
  margin-top: 70px;
}
.scen-box ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 256px;
}
.scen-box ul li h2 {
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #080A33;
  opacity: 0.7; 
  margin-top: 24px;
  margin-bottom: 4px;
}
.scen-box ul li p {
  width: 98%;
  height: 51px;
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 157%;
  color: #535471; 
}

/* 底部下载 */
.bottom-download-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 500px;
  background: url('https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/110/images/bg3.png') no-repeat center center;
  background-size: cover;
}

.bottom-download-box h1 {
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 1.53574px;
  color: #FFFFFF; 
}
.bottom-download-box p {
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 1.53574px;
  color: #FFFFFF;
  margin-top: 10px;
  margin-bottom: 50px;
}
.bottom-download-btn {
  display: flex;
  align-items: center;
}
.bottom-download-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 281px;
  height: 75px;
  border-radius: 10px; 
}
.bottom-download-btn a:first-child {
  background: #FFFFFF;
}
.bottom-download-btn a:first-child:hover {
  box-shadow: 0px 0px 6px 0px #FFFFFF;
}
.bottom-download-btn a:last-child {
  background: url('https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/110/images/btn-bg.png') no-repeat center center;
  background-size: cover;
  margin-left: 30px;
}
.bottom-download-btn a img {
  margin-right: 25px;
}
.bottom-download-btn a:first-child span {
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 157%;
  color: #5D7AE8; 
}
.bottom-download-btn a:last-child span {
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 157%;
  color: #FFFFFF;
}