
@media screen and (min-width: 1350px) and (max-height: 900px) { 
  .banner-img-box {
    height: 64%;
    width: auto;
  }
  .banner-img-box img {
  }
  .banner-box h1 {
    font-size: 40px;
    padding-top: 3.4%;
  }
  .banner-box p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 28px;
    margin-bottom: 41px;
  }
}
@media screen and (max-width: 1350px) and (max-height: 900px) {
  .banner-img-box {
    width: 61%;
    height: auto;
  }
  .banner-img-box img {
  }
  .banner-box h1 {
    font-size: 40px;
    padding-top: 5%;
  }
  .banner-box p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 28px;
    margin-bottom: 41px;
  }
}


@media screen and (min-width: 1350px) and (min-height: 900px) {
  .banner-img-box {
    height: 70%;
    width: fit-content;
  }
  .banner-img-box img {
  }
  .banner-box h1 {
    font-size: 40px;
    padding-top: 5%;
  }
  .banner-box p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1350px) and (min-height: 900px) {
  .banner-img-box {
    width: fit-content;
    height: auto;
  }
  .banner-img-box img {
  }
  .banner-box h1 {
    font-size: 40px;
    padding-top: 5%;
  }
  .banner-box p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
body {
  background: #020413 !important;
}
/* banner */
.banner-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: calc(100vh - 60px);
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/560/images/bg.png) no-repeat center center;
  background-size: cover;
  margin-top: 116px;
}
.banner-box h1 {
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  background: linear-gradient(90.24deg, #E36A84 0%, #6A54FF 42.87%, #37C8F7 59.6%, #98F7D0 100.39%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0px 8px 8px rgba(16, 14, 40, 0.25);
}
.banner-box p {
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #AEB8C0;
  text-align: center;
}
.banner-btn-box {
  position: relative;
  display: flex;
  align-items: center;
}
.banner-btn-box .banner-label {
  position: absolute;
  left: -111px;
  top: -54px;
}
.banner-btn-box .banner-label span {
  position: absolute;
  left: 12px;
  top: 10px;
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 12px;
  color: #D9D9D9;  
}
.banner-btn-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 54px;
  border-radius: 30px;  
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  color: #E6E9FF;
}
.banner-btn-box a:nth-child(1) {
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/560/images/btn1.png) no-repeat center center;
  background-size: cover;
  margin-right: 30px;
}
.banner-btn-box a:nth-child(2) {
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/560/images/btn2.png) no-repeat center center;
  background-size: cover;
}
.banner-btn-box a img {
  margin-right: 13px;
}
.banner-btn-box a:hover {
  box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
}
.banner-img-box {
  position: absolute;
  bottom: -158px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
}
.banner-img-box img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

/* 功能强大 */
.func-box {
  width: 100%;
  margin-top: 19%;
}
.func-box h1 {
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  color: #E7E9FF;
  text-align: center;
  margin-bottom: 120px;
  text-shadow: 0px 8px 8px rgba(16, 14, 40, 0.25);  
}
.func-box ul {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
.func-box ul li h2 {
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #E6E9FF;
  margin: 46px 0;
}
.func-box ul li p {
  width: 229px;
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #8B8DA1;
}

/* 操作简单 */
.step-box {
  width: 100%;
  height: 611px;
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/560/images/bg2.png) no-repeat center center;
  background-size: contain;
  margin-top: 163px;
  padding-top: 117px;
  box-sizing: border-box;
}
.step-box h1 {
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  color: #E7E9FF;
  text-shadow: 0px 8px 8px rgba(16, 14, 40, 0.25);  
  text-align: center;
  margin-bottom: 100px;
}
.step-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
.step-content .step-img1 {
  position: absolute;
  left: 177px;
  top: 55px;
}
.step-content .step-img2 {
  position: absolute;
  right: 239px;
  top: 55px;
}
.step-item img {
  display: block;
  width: 111px;
  margin: 0 auto;
}
.step-item h2 {
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #E6E9FF;
  margin-top: 39px;
  margin-bottom: 24px;
}
.step-item p {
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #8B8DA1;
}

/* 介绍 */
.intro-box {
  width: 100%;
}
.intro-content {
  width: 1200px;
  margin: 0 auto;
}
.intro-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.intro-text h2 {
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 50px;
  color: #E7E9FF;
  text-shadow: 0px 8px 8px rgba(16, 14, 40, 0.25); 
}
.intro-text p {
  width: 340px;
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #8B8DA1;  
  margin: 54px 0;
}
.common-a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 226px;
  height: 58px;
  background: linear-gradient(90.13deg, #F26281 1.21%, #2E6EF7 99.89%);
  border-radius: 29px;  
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: #FFFFFF; 
}
.common-a img {
  margin-right: 14px;
}
.common-a:hover {
  background: linear-gradient(90.13deg, #2E6EF7 1.21%, #F26281 99.89%);
}

/* 底部下载 */
.bottom-download-box {
  width: 100%;
  margin-top: 260px;
  padding-bottom: 73px;
}
.bottom-download-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 1200px;
  height: 240px;
  margin: 0 auto;
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/560/images/bottom-bg.png) no-repeat center center;
  background-size: cover;
  border-radius: 20px;
}
.bottom-download-content > img {
  margin-bottom: 43px;
}
.bottom-download-content h1 {
  font-family: 'YouSheBiaoTiHei';
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  color: #E6E9FF;
  text-shadow: 0px 4px 6px rgba(113, 113, 113, 0.25); 
  margin-bottom: 43px;
  font-style: italic;
  text-shadow: 2px 2px 2px #333;
  letter-spacing: 3px;
}
.bottom-download-content a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 226px;
  height: 52px;
  background: #FFFFFF;
  border-radius: 29px; 
}
.bottom-download-content a span {
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  background: linear-gradient(90.13deg, #F26281 1.21%, #2E6EF7 99.89%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent; 
}
.bottom-download-content a img {
  margin-right: 13px;
}
.bottom-download-content a:hover span {
  background: linear-gradient(90.13deg, #2E6EF7 1.21%, #F26281 99.89%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent; 
}