.headDetail-name {
  color: #FFFFFF;
}

.header-right li a,
.headProClick a {
  font-size: 16px;
  color: #FFFFFF !important;
}

.w {
  width: 1200px;
  margin: 0 auto;
}

.headerBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header {
  position: relative;

}

.arrow-box:hover .detail_jt {
  transform: rotate(180deg);
  transition: all .2s;
}

/* banner */
.banner-box {
  width: 100%;
  height: 815px;
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/290/images/bg.png) no-repeat center;
  background-size: cover;
  border-bottom: none;
  margin-top: 117px;
}

.banner-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: calc(990px - 200px);
}

.banner-text {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.banner-text>div:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-text>div:nth-child(1) img {
  margin-right: 10px;
  width: 26px;
}

.banner-text>div:nth-child(1) span {
  color: #000;
  font-family: Microsoft YaHei;
  font-size: 24px;
  text-transform: uppercase;
}

.banner-text>div:nth-child(2) {
  margin-top: 20px;
  margin-bottom: 12px;
  color: #000;
  font-family: Microsoft YaHei;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.banner-text>div:nth-child(3) {
  color: #000;
  font-family: Microsoft YaHei;
  font-size: 16px;
}

.banner-text>div:nth-child(4) {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 42px;
  margin-bottom: 16px;
}

.banner-text>div:nth-child(4)>div {
  height: 30px;
}

.banner-text>div:nth-child(4)>div:first-child {
  margin-right: 32px;
}

.banner-text>div:nth-child(4) img {
  width: 28px;
  margin-bottom: 7px;
}

.banner-text>div:nth-child(4) span {
  display: inline-block;
  color: #00C896;
  leading-trim: both;
  text-edge: cap;
  font-family: Smiley Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
}

.banner-text>div:nth-child(5) {
  display: flex;
  justify-content: center;
  align-content: inherit;
}

.banner-text>div:nth-child(5) a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 244px;
  height: 64px;
  background-color: #ef493d;
  color: #F3F3F8;
  font-family: Microsoft YaHei;
  font-size: 24px;
  line-height: 157%;
}

.banner-text>div:nth-child(5) a img {
  margin-right: 18px;
  margin-bottom: 2px;
  width: 28px;
}

.banner-text>div:nth-child(5) a:first-child {
  margin-right: 32px;
}

.banner-text>div:nth-child(5) a:last-child {
  color: #ef493d;
  border: 2px solid #EF493D;
  background: transparent;
}

.banner-p2 {
  margin-top: 16px;
  color: #000;
  font-family: Microsoft YaHei;
  font-size: 14px;
}


.banner-label {
  position: absolute;
  right: -107px;
  top: -45px;
}

.banner-label span {
  position: absolute;
  left: 11px;
  top: 13px;
  width: max-content;
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 700;
  font-size: 18.146px;
  line-height: 24px;
  color: #FFFFFF;
}

.banner-label span i {
  font-style: normal;
  vertical-align: bottom;
}

.banner-download-box {
  display: flex;
  align-items: center;
  margin-top: 43px;
  margin-bottom: 22px;
}

/* 产品功能 */
.productionFn {
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.productionFn>h1 {
  color: #000;
  font-family: Microsoft YaHei;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.productionFn>ul {
  margin-top: 70px;
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.productionFn>ul li {
  margin-right: 30px;
  padding-bottom: 24px;
  width: 380px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 0px 34px 0px #E4EBFC;
}

.productionFn>ul li:last-child {
  margin-right: 0;
}

.productionFn>ul li img {
  width: 100%;
}

.productionFn>ul li div:nth-child(2) {
  margin-top: 23px;
  margin-bottom: 16px;
  margin-left: 24px;
  color: #000;
  font-family: Microsoft YaHei;
  font-size: 24px;
  text-transform: capitalize;
}

.productionFn>ul li div:nth-child(3) {
  margin-left: 24px;
  color: #000;
  font-family: Microsoft YaHei;
  font-size: 14px;
}

.productionFn .odd {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 648px;
  width: 100%;
  background: #F9FAFB;
}

.productionFn .odd>img {
  margin-right: 59px;
  width: 800px;
}

.both-text h1,
.odd-text h1 {
  color: #000;
  font-family: Microsoft YaHei;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.both-text ul,
.odd-text ul {
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
  justify-content: start;
}

.both-text ul li,
.odd-text ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  padding: 12px 20px;
  border-radius: 100px;
  border: 2px solid rgba(80, 128, 241, 0.50);
  background: var(--, #F2F6FF);
  color: #5080F1;
  font-family: Microsoft YaHei;
  font-size: 20px;
}

.both-text ul li:last-child,
.odd-text ul li:last-child {
  margin-right: 0;
}

.both-text span,
.odd-text span {
  display: inline-block;
  width: 464px;
  color: #000;
  font-family: Microsoft YaHei;
  font-size: 20px;
  line-height: 155.982%;
}

.both {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 606px;
}

.both-text {
  margin-right: 50px;
}

.both>img {
  width: 700px;
}

.odd.odd-two {
  height: 692px;
}

.odd-two>img {
  width: 799px;
}

.both.both-two {
  height: 621px;
}

.both-two>img {
  width: 584px;
}

.production-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 264px;
  width: 100%;
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/290/images/production-bg2.png) no-repeat center;
  background-size: 100%;
}

.production-footer h1 {
  margin-right: 280px;
  color: #000;
  font-family: Microsoft YaHei;
  font-size: 40px;
  text-transform: uppercase;
}

.production-footer a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 284px;
  height: 64px;
  border-radius: 32px;
  background: #EF493D;
  color: #FFF;
  font-family: Microsoft YaHei;
  font-size: 24px;
}

.production-footer a img {
  margin-right: 20px;
  width: 26px;
}

/* 评价 */
.assess-box {
  width: 100%;
  height: 778px;
  padding-top: 100px;
  box-sizing: border-box;
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/290/images/assess-bg.png) no-repeat center center;
  background-size: cover;
}

.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: #FEFDFF;
  border-radius: 30px;
  position: relative;
  z-index: 10;
  text-align: center;
  padding-top: 48px;
  fill: #FFF;
  filter: drop-shadow(0px 0px 31px rgba(0, 0, 0, 0.08));
}

.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: 1000px;
  height: 1px;
  background: #EDF0F3;
  border-radius: 0px 0px 0px 0px;
  margin: 40px auto 0 auto;
}

.assess-content ul:nth-child(1) li p {
  font-size: 18px;
  font-weight: 400;
  color: #666473;
  margin-top: 44px;
}

.assess-content ul:nth-child(1) li i {
  display: block;
  width: 40px;
  height: 40px;
  background: #FEFDFF;
  ;
  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: 77px;
}

.left2 {
  left: 281px;
}

.left3 {
  left: 481px;
}

.left4 {
  left: 682px;
}

.left5 {
  left: 882px;
}

.left6 {
  left: 1076px;
}

.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;
}

.assess-content ul:nth-child(2) li p {
  color: #555;
  text-align: center;
  font-family: Microsoft YaHei UI;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
  letter-spacing: 0.16px;
  margin-top: 30px;
  margin-bottom: 12px;
}

.assess-content ul:nth-child(2) li h2 {
  color: #555;
  text-align: center;
  font-family: Microsoft YaHei UI;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
  letter-spacing: 0.2px;
}