.w {
  width: 1200px;
  margin: 0 auto;
}

/* banner */
.banner_wrapper {
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/437/images/banner_bg.png) no-repeat center/cover;
  width: 100%;
  height: 840px;
  flex-shrink: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;

  margin-top: 120px;
}

.banner_wrapper .qrcode-img {
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 5px #c4c0c0;
  background: #fff;
}

.banner_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner_left > h1 {
  color: var(--Black-100, #16181a);
  font-family: Microsoft YaHei;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 56px */
}
.banner_left > p {
  color: #5a6065;
  font-family: PingFang SC;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20px */

  margin-top: 34px;
  margin-bottom: 40px;
}
.banner_right {
  padding-right: 150px;
}
.banner_qr_code {
  display: flex;
  align-items: center;
}
.banner_qr_code > img {
  width: 140px;
  height: 140px;
  flex-shrink: 0;
}
.banner_qr_code > .banner_text p {
  color: #888;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  margin: 10px 10px;
}

/* function */
.fun_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 804px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.p_item_box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.p_item_box span {
  display: flex;
  padding: 9px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  box-sizing: border-box;
  /* width: 114px; */
  height: 32px;
}

.p_item_box .p_item_box_active {
  display: flex;
  padding: 9px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  background: #000;
  color: #fff;
}

.fun_wrapper > h1 {
  color: var(--Black-100, #16181a);
  font-family: PingFang SC;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 40px */
  margin-top: 90px;
  margin-bottom: 60px;
}

.fun_wrapper .swiper {
  width: 1200px !important;
  height: 600px !important;
  overflow: hidden;
  margin-top: 50px;
}
.fun_wrapper .swiper-pagination {
  /* top: 0px; */
  /* width: 60px; */
  top: 170px;
  /* width: 60px; */
  /* left: 50%; */
  left: 50% !important;
  transform: translateX(-50%) !important;
}
/* swiper-pagination-bullet */
.fun_wrapper .swiper-pagination {
  width: 600px !important;
  display: flex !important;
  justify-content: space-between !important;
  /* align-items: center !important; */
  margin: 0 auto !important;
}
.fun_wrapper .swiper-pagination .swiper-pagination-bullet {
  color: #000;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  width: 115px;
  height: 30px;
  display: flex;
  gap: 10px;
  border-radius: 16px;
  padding: 9px 15px;
  background: #fff;
  opacity: 1;

  justify-content: center;
  align-items: center;

  width: 115px;
  height: 30px;
  box-sizing: border-box;
}
.fun_wrapper .swiper .swiper-pagination .swiper-pagination-bullet-active {
  color: #fff;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */

  display: flex;
  padding: 9px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  background: #000;
  width: 115px;
  height: 30px;
  box-sizing: border-box;
}

.fun_wrapper .swiper-slide {
  height: 600px;
}

.fun_swiper_item {
  display: flex;
  /* align-items: center; */
  /* justify-content: center; */
  width: 1200px;
  height: 419px;
  flex-shrink: 0;
  box-sizing: border-box;
  border-radius: 16px;
  border: 1px solid #e2e2e3;
  background: #f8f7f6;
}
.fun_swiper_item .fun_item_left {
  width: 589px;
  margin-left: 75px;
}
.fun_item_left > h1 {
  color: #000;
  font-family: PingFang SC;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 30px */
  margin-top: 95px;
}
.fun_item_left > p {
  color: #444;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 16px */
  width: 458px;

  margin-top: 35px;
  /* margin-bottom: 80px; */
}

.fun_item_left {
  position: relative;
}
.show_qr_code {
  width: 160px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #8081f2;
  display: flex;
  justify-content: center;
  align-items: center;

  position: absolute;
  bottom: 70px;

  cursor: pointer;
  /* position: relative; */
}
.qr_code_box {
  position: absolute;
  left: 0px;
  top: 45px;

  display: none;

  /* left: 62px; */
  /* top: 356px; */
}
.show_qr_code > span {
  color: var(--White-100, #fff);
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  margin-left: 5px;
}
.fun_swiper_item .fun_item_right {
  width: 611px;
  height: 417px;
  flex-shrink: 0;
  border-radius: 16px;
  overflow: hidden;
}
.fun_qr {
  width: 160px;
  height: 180px;
  flex-shrink: 0;
  background: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;

  border-radius: 10px;
  box-shadow: 0px 0px 13.333px rgba(134, 134, 134, 0.25);
}
.fun_qr .qrcode-img {
  margin-bottom: 13px;
  margin-top: 10px;
}
.fun_qr > span {
  color: #888;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 16px */
}
/* 
.fun_item_right:hover img {
  transform: scale(1.02);
}
.fun_item_right img {
  transition: all 0.2s linear;
  border-radius: 16px;
} */

/* scence */
.scence_wrapper {
  width: 100%;
  height: 883px;
  background: #fff;
  box-sizing: border-box;
}
.scence_wrapper > h1 {
  width: fit-content;
  margin: 0 auto;
  /* margin-top: 70px; */
  margin-bottom: 60px;

  color: var(--Black-100, #16181a);
  font-family: PingFang SC;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 40px */
}

.scence_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.scence_box .scence_item {
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/437/images/scence_item_bg.png);
  display: flex;
  flex-direction: column;
  align-items: center;

  justify-content: center;

  width: 356.495px;
  height: 321.45px;
  flex-shrink: 0;
  border-radius: 16px;
  /* opacity: 0.8; */
  /* background: #E9F8FF; */
  margin-bottom: 50px;
}
.scence_item span {
  color: #234;
  text-align: center;
  font-family: Microsoft YaHei;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  margin-top: 20px;
}

.scence_item:hover img {
  transform: scale(1.04);
}
.scence_item img {
  transition: all 0.2s linear;
}

/* characteristic */
.chara_wrapper {
  /* width: 1920px; */
  width: 100%;
  height: 929px;
  box-sizing: border-box;
}

.chara_wrapper > h1 {
  color: var(--Black-100, #16181a);
  font-family: PingFang SC;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 40px */
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 60px;
  width: fit-content;
}
.chara_box {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  flex-wrap: wrap;
}

.chara_item {
  width: 588px;
  height: 330px;
  flex-shrink: 0;
  border-radius: 16px;
  padding: 30px;
  box-sizing: border-box;
}

.chara_item img:hover {
  transform: scale(1.06);
}
.chara_item img {
  transition: all 0.2s linear;
}

.chara_item:first-child {
  background: #fbdcdf;
}
.chara_item:first-child img:first-child {
  margin-right: 15px;
}

.chara_item h3 {
  color: #000;
  font-family: PingFang SC;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 26px */

  margin-top: 32px;
  margin-bottom: 15px;
}
.chara_item p {
  color: #444;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 16px */
}

.chara_item:nth-child(2) {
  background: #faf4de;
}

.chara_item:nth-child(2) > h3 {
  margin-bottom: 0px;
  margin-top: 20px;
}
.chara_item:nth-child(2) > p {
  margin-top: 15px;
  margin-bottom: 20px;
}

.chara_item:nth-child(3) {
  width: 1200px;
  height: 330px;
  flex-shrink: 0;
  border-radius: 16px;
  background: linear-gradient(0deg, #efe9ff 0%, #efe9ff 100%), #f8f7f6;
  margin-top: 25px;

  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 200px;
}

.chara_item:nth-child(3) div h3 {
  margin-top: 0px;
}

/* 评价 */
.assess-box {
  width: 100%;
  padding: 100px 0;
  box-sizing: border-box;
  height: 766px;
  flex-shrink: 0;
  background: linear-gradient(0deg, #fff 16.34%, rgba(255, 219, 218, 0.1) 100.2%), #fffafa 100%;
  /* background: linear-gradient(172deg, #FFF 16.34%, rgba(255, 219, 218, 0.10) 100.2%), #FFFAFA; */
}

.assess-content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.assess-content .shade {
  position: absolute;
  top: 276px;
  left: 10px;
  width: 1180px;
  height: 28px;
  background: #fff;
  z-index: 10;
}

.assess-content ul:nth-child(1) li {
  display: none;
  width: 100%;
  height: 307px;
  box-sizing: border-box;
  border-radius: 30px;
  position: relative;
  z-index: 10;
  text-align: center;
  padding-top: 48px;
  /* border-radius: 10px; */
  border-radius: 30px;
  box-shadow: 0px 0px 30px 0px rgba(186, 186, 186, 0.25);
  background: #fefdff;
}

.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 {
  display: inline-block;
  width: 1084px;
  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: #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;
  /* box-shadow: 0px 0px 30px 0px rgba(186, 186, 186, 0.25); */
}

.left1 {
  left: 84px;
}

.left2 {
  left: 270px;
}

.left3 {
  left: 463px;
}

.left4 {
  left: 676px;
}
.left5 {
  left: 893px;
}
.left6 {
  left: 1087px;
}

.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: 50px;
  border: 3px solid transparent;
}
.assess-content ul:nth-child(2) li:hover img {
  /* border: 3px solid #746fff; */
  border: 3px solid #ff5c63;
}
.assess-content ul:nth-child(2) li:nth-child(1) img {
  /* border: 3px solid #746fff; */
  border: 3px solid #ff5c63;
}

.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;
}
