body {
  width: 100%;
  overflow-y: auto;
}

.w {
  width: 1200px;
  margin: 0 auto;
}

/* banner */
.banner-box {
  width: 100%;
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/131/images/banner-beijing.png) no-repeat center center;
  background-size: cover;
  margin-top: 117px;
  padding-bottom: 80px;
  box-sizing: border-box;
}

.banner-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 860px;
}

.banner-top>img {
  width: 640px;
  height: 620px;
}

.banner-title {
  position: relative;
  width: fit-content;
}

.banner-title h1 {
  color: #001F1C;
  font-family: PingFang SC;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.857px;
}

.label-box {
  position: absolute;
  right: -128px;
  top: 11px;
}

.label-box span {
  display: inline-block;
  width: 119px;
  position: absolute;
  left: 50%;
  top: 13px;
  transform: translateX(-50%);
  color: #FFF;
  font-family: Microsoft YaHei;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 28px */
}

.banner-text>h2 {
  margin-top: 50px;
  margin-bottom: 22px;
  color: #53545B;
  font-family: Microsoft YaHei;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.banner-text>p {
  display: inline-block;
  width: 480px;
  margin-top: 8px;
  margin-bottom: 47px;
  color: #9798A1;
  font-family: Microsoft YaHei;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 20px */
}

.banner-text .system-text {
  margin-top: 18px;
  color: #9798A1;
  font-family: Microsoft YaHei;
  font-size: 16px;
}

.banner-download-btn {
  display: flex;
  align-items: center;
}

.banner-download-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 64px;
  border-radius: 6px;

}

.banner-download-btn a:first-child {
  background: #637dff;
}

.banner-download-btn a img:nth-child(1) {
  display: block;
}

.banner-download-btn a img:nth-child(2) {
  display: none;
}

.banner-download-btn a:hover img:nth-child(1) {
  display: none;
}

.banner-download-btn a:hover img:nth-child(2) {
  display: block;
}

.banner-download-btn a:first-child:hover {
  background: #FFF;
  border: 1.5px solid #637dff;
  box-sizing: border-box;
}

.banner-download-btn a:last-child:hover {
  background: #637dff;
}

.banner-download-btn a span {
  color: #FFF;
  text-align: center;
  font-family: PingFang SC;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 10px;
}

.banner-download-btn a:first-child span {
  color: #FFF;
}

.banner-download-btn a:last-child span {
  color: #637dff;
}

.banner-download-btn a:first-child:hover span {
  color: #637dff;
}

.banner-download-btn a:last-child:hover span {
  color: #FFF;
}

.banner-download-btn a:last-child {
  border: 1.5px solid #637dff;
  box-sizing: border-box;
  margin-left: 32px;
  background-color: #fff;
}


/* 介绍 */

.intro-content {
  position: relative;
  width: 1200px;
}



.intro-box .bg1,
.intro-box .bg2,
.intro-box .bg3,
.intro-box .bg4,
.intro-box .bg5 {
  position: absolute;
  border-radius: 50%;
}

.intro-box .bg1 {
  top: -223px;
  right: 140px;
  width: 301px;
  height: 301px;
  background: linear-gradient(180deg, rgba(240, 242, 254, 0.05) 0%, #F0F2FE 100%);
}

.intro-box .bg2 {
  top: 167px;
  left: -27px;
  width: 441px;
  height: 441px;
  background: linear-gradient(180deg, rgba(240, 242, 254, 0.05) 0%, #F0F2FE 100%);
  z-index: -1;
}

.intro-box .bg3 {
  top: 580px;
  right: 17px;
  height: 1035px;
  width: 517.5px;
  border-radius: 1035px 0 0 1035px;
  background: linear-gradient(177deg, #FBFCFF 0%, #F3F7FF 100%);
  opacity: .90;
  z-index: -1;
}

.intro-box .bg4 {
  bottom: 376px;
  left: 21px;
  width: 830px;
  height: 830px;
  z-index: -1;
}

.intro-box .bg4 img {
  height: 830px;
}

.intro-box .bg5 {
  bottom: -410px;
  right: 17px;
  width: 345px;
  height: 689px;
  z-index: -1;
  overflow: hidden;
  border-radius: 0px;
}

.intro-box .bg5 img {
  height: 100%;
}

.intro-box .bg6 {
  position: absolute;
  bottom: -753px;
  left: 0;
  width: 441px;
  height: 441px;
}

.intro-box .bg6 img {
  height: 100%;
}

.intro-box {
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 1200px;
  max-width: 2560px;
}

.intro-box>h1 {
  color: var(--, #25262C);
  font-family: Microsoft YaHei;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 36px */
  letter-spacing: 0.72px;
}

.intro-bg {
  width: 100%;
  background-size: cover;
  padding-top: 110px;
  padding-bottom: 88px;
  box-sizing: border-box;
  z-index: 2022;
}

.intro-bg .intro-item:first-child {
  margin-bottom: 67px;
}

.intro-bg .intro-item:first-child>img {
  margin-left: 100px;
}

.intro-bg .intro-item:nth-child(1)>img {
  width: 781px;
  height: 604px;
}

.intro-bg .intro-item:nth-child(2)>img {
  margin-right: 84px;
  width: 740px;
  height: 521px;
}

.intro-bg2 .intro-item:nth-child(1)>img {
  width: 803px;
  height: 629px;
  margin-left: 0 !important;
}

.intro-bg2 .intro-item:nth-child(2)>img {
  width: 760px;
  margin-right: 75px;
}

.intro-item {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.intro-text>img {
  width: 60px;
  height: 60px;
  margin-bottom: 48px;
  margin-top: 30px;
}

.intro-text .last-img {
  margin-top: 100px;
}

.intro-text h2 {
  margin-bottom: 48px;
  color: var(--, #25262C);
  font-family: Microsoft YaHei;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.64px;
}

.intro-text ul li {
  margin-left: 25px;
  position: relative;
  margin-bottom: 20px;
  width: 442px;
  color: #626266;
  font-family: Microsoft YaHei;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.48px;
}

.intro-text ul li::before {
  position: absolute;
  top: 13px;
  left: -25px;
  width: 8px;
  height: 8px;
  content: '';
  background-color: #626266;
  border-radius: 50%;
  flex-shrink: 0;
}

.intro-text ul li:last-child {
  margin-bottom: 0;
}

.intro-text p {
  width: 437px;
  color: #24242C;
  font-family: Microsoft YaHei;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
  margin-top: 26px;
  margin-bottom: 60px;
}

.intro-bg2 {
  padding-top: 83px;
  padding-bottom: 80px;
  box-sizing: border-box;
  z-index: 2022;
}

.intro-bg2 .intro-item:nth-child(1) {
  margin-bottom: 143px;
}

.intro-bg2 .intro-item:nth-child(1)>img {
  margin-left: 100px;
}

/* 适用于更多场合 */
.scen-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.scen-box h1 {
  margin-bottom: 82px;
  color: #25262c;
  font-family: Microsoft YaHei;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.72px;
}

.scen-box-content ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 930px;
}

.scen-box-content ul li {
  margin-right: 60px;
  margin-bottom: 60px;
  position: relative;
  padding: 45px 35px 0 32px;
  box-sizing: border-box;
  width: 270px;
  height: 378px;
  border-radius: 10px;
  border: 1px solid #EDEDED;
  background: #FFF;
  transition: all .3s;
}

.scen-box-content ul li:hover {
  transform: translateY(-16px);
}

.scen-box-content ul li:nth-child(3n) {
  margin-right: 0;
}

.scen-box-content ul li:nth-child(n+4) {
  margin-bottom: 0;
}

.scen-box-content ul li h3 {
  margin-bottom: 30px;
  color: var(--, #25262C);
  font-family: Microsoft YaHei;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.scen-box-content ul li span {
  display: inline-block;
  margin-bottom: 38px;
  width: 203px;
  color: #626266;
  font-family: Microsoft YaHei;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.scen-box-content ul li img {
  position: absolute;
  bottom: 32px;
  right: 32px;
  width: 130px;
  height: 130px;
}

/* 评价 */
.assess-box {
  margin: 0 auto;
  min-width: 1200px;
  max-width: 1920px;
  padding: 207px 0 100px;
  box-sizing: border-box;
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/131/images/assess-bg.png) no-repeat center;
}

.assess-content {
  width: 1200px;
  margin: 0 auto;
}

.assess-content ul:nth-child(1) li {
  display: none;
  width: 100%;
  height: 307px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 30px;
  position: relative;
  z-index: 10;
  text-align: center;
  padding-top: 48px;
}

.assess-star h1 {
  font-size: 26px;
  font-weight: 700;
  color: #2D2856;
  margin-bottom: 24px;
}

.assess-content ul:nth-child(1) li span {
  display: block;
  width: 100%;
  height: 1px;
  background: #ebeff3;
  border-radius: 0px 0px 0px 0px;
  margin: 40px auto 0 auto;
}

.assess-content ul:nth-child(1) li p {
  width: 80%;
  font-size: 18px;
  font-weight: 400;
  color: #666473;
  margin: 0 auto;
  margin-top: 44px;
}

.assess-content ul:nth-child(1) li i {
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 2px 2px 2px 2px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: absolute;
  bottom: -20px;
}

.left1 {
  left: 104px;
}

.left2 {
  left: 347px;
}

.left3 {
  left: 600px;
}

.left4 {
  left: 852px;
}

.left5 {
  left: 1071px;
}

.assess-content ul:nth-child(1) li:first-child {
  display: block;
}

.assess-content ul:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 63px;
}

.assess-content ul:nth-child(2) li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.assess-content ul:nth-child(2) li:hover {
  cursor: pointer;
}

.assess-content ul:nth-child(2) li img {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 3px solid transparent;
}

.assess-content ul:nth-child(2) li.active img {
  border: 3px solid #637dff;
}

.assess-content ul:nth-child(2) li p {
  font-family: 'Microsoft YaHei UI';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-transform: lowercase;
  color: #666473;
  margin-top: 17px;
  margin-bottom: 11px;
}

.assess-content ul:nth-child(2) li h2 {
  font-family: 'Microsoft YaHei UI';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #283256;
}


/* 底部下载 */
.bottom-download-box {
  margin-top: 170px;
}

.bottom-download-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
  width: 96%;
  height: 348px;
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/131/images/bottom-bg1.png) no-repeat center/cover;
  margin: 0 auto;
  border-radius: 35px;
  overflow: hidden;
}

.bottom-download-content .bottom-text div {
  position: relative;
  width: 252px;
  color: #FFF;
  font-family: Microsoft YaHei;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.bottom-download-content .bottom-text div i {
  position: absolute;
  top: -39px;
  right: -13px;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 30px;
  border-radius: 5px;
  background: linear-gradient(90deg, #D1A1FF -29.62%, #53A9FF 127.69%);
  color: #FFF;
  font-family: Microsoft YaHei;
  font-size: 15.556px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}


.bottom-download-content .bottom-text p {
  margin-top: 22px;
  margin-bottom: 29px;
  color: #CFFFFF;
  font-family: Microsoft YaHei;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 24px */
  letter-spacing: 2.4px;
  opacity: .8;
}

.bottom-download-content .bottom-text a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 64px;
  border-radius: 6px;
  border: 1.5px solid #637dff;
  box-sizing: border-box;
  background-color: #fff;
}


.bottom-download-content .bottom-text a span {
  color: #637dff;
  text-align: center;
  font-family: PingFang SC;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 10px;
}

.bottom-download-content .bottom-text a img:nth-child(1) {
  display: block;
}

.bottom-download-content>img {
  margin-left: 50px;
  width: 262px;
  height: 223px;
}