body{
  min-width: fit-content;
}
.common_down {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}
.common_down a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 196px;
  height: 64px;
  background-color: #4c2eff;
  border-radius: 34px;
  margin-right: 30px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
}
.common_down a:last-child {
  background-color: #202f44;
  margin-right: 0;
}

.common_down a .qrcode_wrapper {
  display: none;
  position: absolute;
  bottom: -176px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.common_down a:first-child:hover .qrcode_wrapper {
  display: flex;
}

.common_h1 {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 100%;
  color: #202f44;
}

.banner {
  margin-top: 116px;
  padding: 0 20px;
  box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 816px;
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/pc_443/images/banner_bg.png)
    no-repeat center center/cover;
}
.banner .banner_right {
  margin-right: 76px;
  margin-bottom: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  height: fit-content;
}
.banner .banner_right .banner_right_title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: fit-content;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 58px;
  color: #202f44;
}
.banner .banner_right .banner_right_title span {
  background: linear-gradient(90deg, #4c2eff 50%, #3b0cf5 69%, #2565ff 91.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.banner .banner_right .banner_right_title div {
  position: absolute;
  top: 50%;
  right: -78px;
  transform: translateY(-50%);
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #0e802b;
  width: 66px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/pc_443/images/banner_text_ico.png)
    no-repeat center center;
  background-size: 100%;
}
.banner .banner_right > p {
  margin-top: 32px;
  margin-bottom: 60px;
  display: inline-block;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  color: #202f44;
}
.banner .banner_right > ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 666px;
  height: 150px;
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/pc_443/images/banner_menu.png)
    no-repeat center center;
}
.banner .banner_right > ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner .banner_right > ul li img {
  margin-bottom: 20px;
  width: 60px;
  height: 60px;
}
.banner .banner_right > ul li span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  color: #526074;
}
.banner .banner_right .common_down {
  margin-top: 60px;
  margin-bottom: 18px;
}
.banner .banner_right > span {
  display: inline-block;
  margin-left: 38px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: rgba(32, 47, 68, 0.5);
}
.banner .banner_left {
  width: 400px;
  padding-bottom: 36px;
  height: fit-content;
}
.banner .banner_left img {
  width: 100%;
  height: 100%;
}

/* 试听分离效果 */
.effect-box {
  margin-top: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 550px;
  margin-bottom: 80px;
}
.common-h1 {
  color: #28355f;
  text-align: center;
  font-family: Microsoft YaHei;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.changeVoice_c {
  display: flex;
  align-items: center;
  width: 1061px;
  cursor: pointer;
  margin-top: 70px;
  margin-bottom: 34px;
}
.changeVoice_c span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 28px;
  color: #e7edff;
  margin-left: 14px;
}

.list_view {
  margin-top: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.list_view .common_h1 {
  margin-bottom: 68px;
}
.list_view .list_common_item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 105px;
}
.list_view .list_common_item:last-child {
  margin-bottom: 0;
}
.list_view .list_common_item img {
  transform: translateY(0);
  transition: all 0.3s;
}
.list_view .list_common_item img:hover {
  transform: translateY(-10px);
}
.list_view .list_common_item .text h2 {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #202f44;
}
.list_view .list_common_item .text span {
  display: inline-block;
  margin-top: 33px;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #788294;
}

.scene {
  margin-top: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.scene ul {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1200px;
  height: fit-content;
}
.scene ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 385px;
  height: 240px;
  border-radius: 20px;
  background-color: #f5f6f8;
  margin-bottom: 22px;
  transform: translateY(0);
  transition: all 0.3s;
}
.scene ul li:hover {
  transform: translateY(-10px);
}
.scene ul li:nth-child(n + 3) {
  margin-bottom: 0;
}
.scene ul li img {
  margin-bottom: 26px;
  width: 88px;
  height: 88px;
}
.scene ul li span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #202f44;
}

.sound_item .sound_cover .music_btn {
  color: #fff !important;
}

.sound_waveform wave wave {
  border-right: 1px solid #4c2eff !important;
}

/* 评价 */
.assess-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 150px;
}

.assess-content {
  width: 1200px;
  margin-top: 90px;
}

.assess-content ul:nth-child(1) li {
  display: none;
  width: 100%;
  height: 307px;
  box-sizing: border-box;
  /* background: #f1f8ff; */
  background: #f7f7f9;
  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: 1000px;
  height: 1px;
  background: #ebeff3;
  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: #f1f8ff; */
  background: #f7f7f9;
  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: 80px;
}

.left2 {
  left: 280px;
}

.left3 {
  left: 479px;
}

.left4 {
  left: 678px;
}

.left5 {
  left: 877px;
}

.left6 {
  left: 1081px;
}

.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;
  padding: 8px;
}

.assess-content ul:nth-child(2) li.active img {
  /* border: 3px solid rgba(29, 207, 156, 1); */
  border: 3px solid #466dff;
}

.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;
}

.assess_title {
  color: #1f2026;
  font-family: "PingFang SC";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 42px */
  width: fit-content;
  margin: 0 auto;
  margin-top: 50px;
}

/* 底部二维码下载 */
.footer_wrapper {
  margin-top: 150px;
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/pc_443/images/footer_bg.png)
    no-repeat center center/cover;
  height: 321px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.footer_wrapper h1 {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 30px;
  color: #000;
  font-family: "PingFang SC";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 32px */
}
.footer_wrapper h1 span {
  background: linear-gradient(90deg, #4c2eff 50%, #3b0cf5 69%, #2565ff 91.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.qrcode_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 152px;
  height: 168px;
  flex-shrink: 0;
  background: #fff;
  stroke-width: 1px;
  /* stroke: ; */
  border: 1px solid #eceff2;
  border-radius: 8px;
}
.qrcode_wrapper > p {
  color: #a6a7a8;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  margin-top: 5px;
}

.audio_group_items li {
  background-color: #f2f2f7;
  box-shadow: 0px 0px 0px 0px rgba(246, 246, 246, 0.12);
}
