.downTop-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.downTop-btn-box {
  display: flex;
  align-items: center;
}
.downTop-btn-box a:first-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(131.17deg, #0093FF 8.1%, #953AFF 34.52%, #FF3AAC 87.95%);
  box-sizing: border-box;
  border: 2px solid transparent;
  border-radius: 44px;
  margin-right: 30px;
}
.downTop-btn-box a:first-child span {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  background: linear-gradient(131.17deg, #0093FF 8.1%, #953AFF 34.52%, #FF3AAC 87.95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.downTop-btn-box a:first-child:hover span {
  background: linear-gradient(131.17deg, #FF3AAC 8.1%, #953AFF 34.52%, #0093FF 87.95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.downTop-btn-box a:first-child img {
  margin-left: 10px;
  width: 14px;
}
.downTop-btn-box a:last-child {
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #1473E6;
  border-radius: 44px; 
  font-family: 'PingFang SC';
  font-style: normal;
  font-size: 16px;
  color: #F5F5F7; 
}
.downTop-btn-box a:last-child:hover {
  box-shadow: 0px 0px 2px 1px #1473e6;
}

/* banner */
.banner-box {
  width: 100%;
  height: 740px;
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/995/images/bg.png) no-repeat center center;
  background-size: cover;
  margin-top: 116px;
}
.space {
  width: 100%;
  height: 14px;
  background: #F5F5F7;
}
.banner-content {
  width: 1200px;
  margin: 0 auto;
  padding-top: 224px;
  box-sizing: border-box;
}
.banner-title {
  display: flex;
  align-items: center;
}
.banner-title h1 {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 700;
  font-size: 52px;
  letter-spacing: 2px;
  color: #F5F5F7;
  margin-right: 20px;
}
.banner-content p {
  width: 472px;
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: #F5F5F7; 
  margin-top: 30px;
  margin-bottom: 60px;
}
.banner-btn-box {
  display: flex;
  align-items: center;
}
.banner-btn-box a:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  width:  223px;
  height: 66px;
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/995/images/btn-bg.png) no-repeat center center;
  background-size: cover;
  margin-right: 30px;
}
.banner-btn-box a:first-child span {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  background: linear-gradient(135deg, #A7E8F7 1.91%, #FFFDAA 39.2%, #FEB6D9 66.79%, #A475E1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.banner-btn-box a:first-child:hover span {
  background: linear-gradient(135deg, #A475E1 1.91%, #FEB6D9 39.2%, #FFFDAA 66.79%, #A7E8F7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.banner-btn-box a:first-child img {
  margin-left: 20px;
  margin-top: 4px;
}
.banner-btn-box a:last-child {
  width: 200px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  background: #1473E6;
  box-shadow: 0px 4px 6px #092546;
  border-radius: 44px; 
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  color: #F5F5F7;
}
.banner-btn-box a:last-child:hover {
  box-shadow: 0px 0px 8px 1px #1473E6;
  background: #1473E6;
}
.adaptation-system{
  display: inline-block;
  margin-top: 18px;
  color: #9798A1;
  font-family: Microsoft YaHei;
  font-size: 16px;
}

/* 协助高效读写磁盘 */
.efficient-box {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 90px;
}
.common-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-title h1 {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  color: #000C37;
  margin: 0 50px;
}
.efficient-box ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
}
.efficient-box ul:nth-child(2) {
  margin-top: 72px;
  margin-bottom: 30px;
}
.efficient-box ul li {
  position: relative;
}
.efficient-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.efficient-text h2 {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  color: #F5F5F7;  
  margin-bottom: 24px;
  text-align: center;
}
.efficient-text p {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #F0EFEF;
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15); 
}

/* 介绍 */
.intro-box {
  width: 100%;
}
.intro-item-bg0 {
  width: 1200px;
  margin: 0 auto;
}
.intro-item-bg1 .intro-item {
  width: 1200px;
  margin: 0 auto;
}
.intro-item-bg1 .intro-item > img {
  width: 635px;
}
.intro-item-bg2 .intro-item {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.intro-item-bg1 {
  width: 100%;
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/995/images/intro2-bg.png) no-repeat center center;
  background-size: cover;
}
.intro-item-bg2 {
  width: 100%;
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/995/images/intro3-bg.png) no-repeat center center;
  background-size: cover;
}
.intro-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 793px;
}
.intro-title {
  position: relative;
}
.intro-title h1 {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 600;
  font-size: 52px;
  color: #000C37; 
  text-align: center;
}
.intro-title img {
  position: absolute;
  left: -3px;
  top: -77px;
  z-index: -1;
  width: 153px;
}
.intro-p {
  position: relative;
  margin-top: 40px;
  margin-bottom: 59px;
}
.intro-p p {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #2A355B; 
}
.intro-p img {
  position: absolute;
  left: -94px;
  top: -19px;
  z-index: -1;
}
.intro-text a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 223px;
  height: 65px;
  background-clip: padding-box, border-box;
	background-origin: padding-box, border-box;
	background-image: linear-gradient(to right, #FAFAFA, #FAFAFA), linear-gradient(131.17deg, #0093FF 8.1%, #953AFF 34.52%, #FF3AAC 87.95%);
  box-sizing: border-box;
  border: 2px solid transparent;
  border-radius: 44px;
  margin: 0 auto;
}
.intro-text a span {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  text-align: center;
  background: linear-gradient(131.17deg, #0093FF 8.1%, #953AFF 34.52%, #FF3AAC 87.95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-right: 18px;
}
.intro-text a:hover span {
  background: linear-gradient(131.17deg, #FF3AAC 8.1%, #953AFF 34.52%, #0093FF 87.95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.intro-text ul {
  margin-top: 50px;
}
.intro-text ul li {
  display: flex;
  align-items: center;
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #2A355B;
  margin-bottom: 20px;
} 
.intro-text ul li:last-child {
  margin-bottom: 0;
}
.intro-text ul li img {
  margin-right: 20px;
}
.intro3-img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 730px;
}
/* 服务全面  安心使用 */
.service-box {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 94px;
}
.service-box ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  margin-top: 70px;
}
.service-box ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service-box ul li h2 {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  color: #000C37;
  margin-top: 17px;
  margin-bottom: 10px;
}
.service-box ul li p {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #2A355B;
}

/* 底部下载 */
.bottom-download-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 463px;
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/995/images/bottom-bg.png) no-repeat center center;
  background-size: cover;
}
.bottom-title {
  display: flex;
  align-items: center;
}
.bottom-title h1 {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 700;
  font-size: 63px;
  letter-spacing: 2px;
  color: #F5F5F7;
  margin-right: 20px;
}
.bottom-download-box p {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  letter-spacing: 10px;
  color: #FFFFFF;
  margin-top: 36px;
  margin-bottom: 49px;
}
.bottom-download-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 223px;
  height: 66px;
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/995/images/btn-bg.png) no-repeat center center;
  background-size: cover;
  margin-right: 30px;
}
.bottom-download-box a span {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  background: linear-gradient(135deg, #A7E8F7 1.91%, #FFFDAA 39.2%, #FEB6D9 66.79%, #A475E1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.bottom-download-box a:hover span {
  background: linear-gradient(135deg, #A475E1 1.91%, #FEB6D9 39.2%, #FFFDAA 66.79%, #A7E8F7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.bottom-download-box a img {
  margin-left: 20px;
  margin-top: 4px;
}
