.loading-root {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-image: url("https://img.alicdn.com/imgextra/i3/O1CN01yjwbr227RFRWgHQF5_!!6000000007793-2-tps-3200-1800.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.loading-root #indexanimation {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 20vh;
  height: 20vh;
  -webkit-animation: frameAnimation 2s steps(91) infinite;
          animation: frameAnimation 2s steps(91) infinite;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.loading-root #indexanimation img {
  width: 100%;
  height: 100%;
}

#turn-wrapper {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: absolute;
}
#turn-wrapper .indexContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(https://img.alicdn.com/imgextra/i2/O1CN01ZqDrPH1yb1Kgwyd9E_!!6000000006596-0-tps-3200-1800.jpg) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
#turn-wrapper .container {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(https://img.alicdn.com/imgextra/i2/O1CN01ZqDrPH1yb1Kgwyd9E_!!6000000006596-0-tps-3200-1800.jpg) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
#turn-wrapper .containerSceneBack {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(https://img.alicdn.com/imgextra/i2/O1CN01ZqDrPH1yb1Kgwyd9E_!!6000000006596-0-tps-3200-1800.jpg) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
#turn-wrapper .containerSceneBack .scene-show-box {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#turn-wrapper .containerSceneBack .containerScene {
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}
#turn-wrapper .containerSceneBack .show-list {
  width: 260px;
  height: 560px;
  position: absolute;
  right: 370px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#turn-wrapper .containerSceneBack .show-list .show-list-class {
  display: flex;
  margin-bottom: 14px;
}
#turn-wrapper .containerSceneBack .show-list .show-list-class .show-list-class-icon {
  width: 20px;
  height: 20px;
}
#turn-wrapper .containerSceneBack .show-list .show-list-class .show-list-class-text {
  margin-left: 16px;
  height: 20px;
  font-family: AlibabaPuHuiTi-Medium;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  line-height: 20px;
}
#turn-wrapper .containerSceneBack .show-list .show-list-li {
  line-height: 24px;
  font-family: PingFangSC;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  margin-bottom: 14px;
  cursor: pointer;
}
#turn-wrapper .containerSceneBack .show-list .show-list-li .show-list-li-icon {
  margin-left: 10px;
}
#turn-wrapper .containerSceneBack .show-list .show-list-li .show-list-li-text {
  margin-left: 16px;
}
#turn-wrapper .containerSceneBack .show-list .show-list-li:hover {
  color: #ffffff;
  background-color: #1B69ED;
}
#turn-wrapper .containerSceneBack .show-list .show-list-li.active {
  color: #ffffff;
  background-color: #1B69ED;
}
#turn-wrapper .containerSceneBack .show-list .show-list-li:last-child {
  margin-bottom: 0;
}
#turn-wrapper .containerSceneBack .popup-box {
  width: 340px;
  position: absolute;
  left: 270px;
  top: 75px;
}
#turn-wrapper .containerSceneBack .popup-box .popup-content {
  width: 100%;
  margin-bottom: 12px;
}
#turn-wrapper .containerSceneBack .popup-box .popup-content .popup-content-title {
  height: 32px;
  background-color: #0752D2;
  font-family: AlibabaPuHuiTi-Medium;
  font-weight: 500;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0;
  line-height: 32px;
  padding-left: 24px;
}
#turn-wrapper .containerSceneBack .popup-box .popup-content .popup-content-box {
  background-color: #1B69ED;
  padding: 17px 24px 26px;
}
#turn-wrapper .containerSceneBack .popup-box .popup-content .popup-content-box .popup-content-desc {
  font-family: AlibabaPuHuiTi-Medium;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  margin-bottom: 9px;
  line-height: 22px;
}
#turn-wrapper .containerSceneBack .popup-box .popup-content .popup-content-box .popup-content-text {
  font-family: AlibabaPuHuiTi-Regular;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: justify;
  margin-bottom: 13px;
  line-height: 17px;
}
#turn-wrapper .containerSceneBack .popup-box .popup-content .popup-content-box .popup-content-url {
  height: 20px;
  font-family: AlibabaPuHuiTiM;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: justify;
  display: flex;
  align-items: center;
  width: 80px;
  cursor: pointer;
}
#turn-wrapper .containerSceneBack .popup-box .popup-content .popup-content-box .popup-content-url .url-link-img {
  height: 20px;
  width: 20px;
  overflow: hidden;
}
#turn-wrapper .containerSceneBack .popup-box .popup-but {
  width: 100px;
  height: 32px;
  display: flex;
  position: absolute;
  right: 0;
}
#turn-wrapper .containerSceneBack .popup-box .popup-but .popup-but-prev {
  height: 32px;
  width: 40px;
  background-color: #FFFFFF;
  margin-right: 20px;
  position: absolute;
  left: 0;
}
#turn-wrapper .containerSceneBack .popup-box .popup-but .popup-but-prev img {
  width: 12px;
  height: 12.6px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  rotate: -90deg;
}
#turn-wrapper .containerSceneBack .popup-box .popup-but .popup-but-prev .popup-but-prev-img-hover {
  display: none;
  rotate: -90deg;
}
#turn-wrapper .containerSceneBack .popup-box .popup-but .popup-but-prev .popup-but-prev-img-icon {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  cursor: pointer;
}
#turn-wrapper .containerSceneBack .popup-box .popup-but .popup-but-prev .popup-but-prev-img-icon:hover ~ img.popup-but-prev-img-hover {
  display: block;
  rotate: -90deg;
}
#turn-wrapper .containerSceneBack .popup-box .popup-but .popup-but-prev .hide {
  display: none;
  rotate: -90deg;
}
#turn-wrapper .containerSceneBack .popup-box .popup-but .popup-but-next {
  height: 32px;
  width: 40px;
  background-color: #FFFFFF;
  position: absolute;
  right: 0;
}
#turn-wrapper .containerSceneBack .popup-box .popup-but .popup-but-next img {
  width: 12px;
  height: 12.6px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  rotate: -90deg;
}
#turn-wrapper .containerSceneBack .popup-box .popup-but .popup-but-next .popup-but-next-img-hover {
  display: none;
  rotate: -90deg;
}
#turn-wrapper .containerSceneBack .popup-box .popup-but .popup-but-next .popup-but-next-img-icon {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  cursor: pointer;
}
#turn-wrapper .containerSceneBack .popup-box .popup-but .popup-but-next .popup-but-next-img-icon:hover ~ img.popup-but-next-img-hover {
  display: block;
  rotate: -90deg;
}
#turn-wrapper .containerSceneBack .popup-box .popup-but .popup-but-next .hide {
  display: none;
  rotate: -90deg;
}
#turn-wrapper .aliCloud-logo {
  display: none;
  position: absolute;
  top: 5.25rem;
  left: 3.125rem;
  z-index: 500;
  width: 7.484rem;
  height: 2.786rem;
  background-image: url("https://img.alicdn.com/tfs/TB1JaHUTFY7gK0jSZKzXXaikpXa-236-88.png");
  background-repeat: no-repeat;
  background-size: contain;
}
#turn-wrapper .aliCloud-cad {
  position: absolute;
  width: 15rem;
  top: 9rem;
  padding-left: 3.125rem;
  font-size: 0.75rem;
  z-index: 500;
  font-family: PingFangSC-Regular;
  font-size: 0.875rem;
  color: #7e7e7e;
  letter-spacing: 0;
  line-height: 1.1rem;
  clip: rect(0px, 0px, 400px, 0px);
}
#turn-wrapper.isMobile .aliCloud-logo {
  top: 1.25rem;
  left: 3.25rem;
  width: 80px;
  height: 30.67px;
}
#turn-wrapper.isMobile .aliCloud-cad {
  font-family: PingFangSC-Regular;
  font-size: 0.875rem;
  color: #7e7e7e;
  text-align: justify;
  position: absolute;
  width: 15rem;
  top: 4.8rem;
  padding-left: 3.25rem;
  z-index: 500;
  letter-spacing: 0;
  line-height: 1.1rem;
  clip: rect(0px, 0px, 400px, 0px);
}
#turn-wrapper.isMobile .aliCloud-share {
  top: 1.25rem;
}
#turn-wrapper .aliCloud-share {
  display: none;
  position: absolute;
  top: 5rem;
  right: 1.25rem;
  z-index: 500;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.85);
  letter-spacing: 0.16px;
  line-height: 1.25rem;
  cursor: pointer;
}
#turn-wrapper .aliCloud-share svg {
  vertical-align: text-top;
}
#turn-wrapper .aliCloud-share:hover {
  color: #ff6900;
}
#turn-wrapper .aliCloud-author {
  display: none;
  text-align: right;
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 500;
  font-size: 12px;
  color: #575757;
  letter-spacing: 0;
  line-height: 20px;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}
@media screen and (orientation: portrait) {
  .container {
    position: static;
  }
}
@media screen and (orientation: landscape) and (min-width: 768px) {
  .isMobile .aliCloud-logo {
    top: 4.5rem !important;
  }
  .isMobile .aliCloud-cad {
    top: 7.5rem !important;
  }
  .isMobile .aliCloud-share {
    top: 4.25rem !important;
  }
}
@media screen and (orientation: landscape) and (max-width: 768px) {
  #turn-wrapper {
    top: 40px;
  }
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("https://gw.alipayobjects.com/os/bmw-prod/59eecb47-b6c3-41aa-b3ae-734adb6a98cb.woff2"), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu72xKKTU1Kvnz.woff2) format("woff2");
  src: url(https://gw.alipayobjects.com/os/bmw-prod/47322d33-046d-4ee9-a4f4-006be0784088.eot);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}
body {
  margin: 0;
  font-family: Roboto, Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
  font-size: 0.8rem;
  line-height: 24px;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  background: #000000;
  padding-bottom: env(safe-area-inset-bottom);
}
video:focus {
  outline: none;
}
a {
  color: #ff0;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  display: block;
}
button {
  cursor: pointer;
  text-transform: uppercase;
}
canvas {
  display: block;
  outline: none;
}
#info {
  display: inline;
  position: absolute;
  bottom: 117px;
  left: 117px;
  padding: 10px;
  text-align: center;
  pointer-events: none;
  z-index: 1;
}
a,
button,
input,
select {
  pointer-events: auto;
}
.hide {
  display: none;
}
.load-explore-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.load-explore {
  width: 882px;
  height: 280px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.load-explore .load-explore-title {
  width: 511px;
  height: 73px;
  margin: 0 auto;
}
.load-explore .load-explore-desc {
  margin-top: 48px;
  width: 882px;
  font-family: AlibabaPuHuiTi_2_45_Light;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  letter-spacing: 0;
  text-align: justify;
  line-height: 16px;
  text-align: center;
}
.load-explore .load-btn {
  height: 55.8px;
  width: 280.5px;
  margin: 42px auto 0;
  position: relative;
}
.load-explore .load-btn p {
  height: 55.8px;
  width: 280.5px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  line-height: 55.8px;
  font-family: PingFangSC;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 5.14px;
  text-align: center;
}
.load-explore .load-btn img {
  display: block;
  width: 291px;
  height: 65.8px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.load-explore .load-btn img.load-btn-hover {
  z-index: 2;
  display: none;
}
.load-explore .load-btn img.load-btn-normal {
  z-index: 1;
}
.load-explore .load-btn p:hover ~ img.load-btn-hover {
  display: block;
}
.class-music {
  width: 36px;
  height: 36px;
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 101;
}
.class-music .class-music-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 8;
  cursor: pointer;
}
.class-music img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.class-music .class-music-icon:hover ~ div .music-hover {
  display: block;
}
.class-music .music-hover {
  display: none;
}
.class-logo {
  height: 28px;
  width: 150px;
  font-family: AlibabaPuHuiTi_2_65_Medium;
  font-weight: 500;
  font-size: 20px;
  color: #1B69ED;
  letter-spacing: 0;
  text-align: justify;
  line-height: 28px;
  position: absolute;
  left: 20px;
  top: 17px;
  z-index: 101;
}
.class-return {
  width: 82px;
  height: 20px;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
  justify-content: space-between;
  cursor: pointer;
  z-index: 101;
}
.class-return .class-return-url {
  height: 16px;
  width: 14.2px;
}
.class-return .class-return-text {
  line-height: 20px;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  font-weight: 400;
  font-size: 14px;
  color: #505050;
  letter-spacing: 0;
}
.state-show {
  width: 30px;
  height: 225px;
  position: absolute;
  top: 0;
  left: 22px;
  bottom: 0;
  margin: auto;
  z-index: 3;
  display: none;
}
.state-show img {
  height: 100%;
  margin: auto;
  display: none;
}
.state-show .active {
  display: block;
}
.class-mode {
  width: 220px;
  height: 36px;
  position: absolute;
  right: 20px;
  top: 23px;
  display: none;
  z-index: 101;
}
.class-mode .class-mode-class {
  width: 110px;
  height: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.class-mode .class-mode-class .class-mode-class-imgbox {
  width: 17px;
  height: 18px;
  position: relative;
}
.class-mode .class-mode-class .class-mode-class-imgbox img {
  width: 17px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
}
.class-mode .class-mode-class .class-mode-class-imgbox .class-mode-class-hover {
  display: none;
}
.class-mode .class-mode-class .class-mode-class-text {
  line-height: 17px;
  font-family: AlibabaPuHuiTi_2_65_Medium;
  font-weight: 500;
  font-size: 12px;
  color: #333333;
  letter-spacing: 0;
  margin-left: 8px;
}
.class-mode .class-mode-class.active .class-mode-class-normal {
  display: none;
}
.class-mode .class-mode-class.notactive:hover .class-mode-class-hover {
  display: block;
}
.class-mode .class-mode-class.notactive:hover .class-mode-class-text {
  color: #1B69ED;
}
.class-mode .class-mode-scene {
  width: 110px;
  height: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.class-mode .class-mode-scene .class-mode-scene-imgbox {
  width: 16px;
  height: 16px;
  position: relative;
}
.class-mode .class-mode-scene .class-mode-scene-imgbox img {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0;
}
.class-mode .class-mode-scene .class-mode-scene-imgbox .class-mode-scene-hover {
  display: none;
}
.class-mode .class-mode-scene .class-mode-scene-text {
  line-height: 17px;
  font-family: AlibabaPuHuiTi_2_65_Medium;
  font-weight: 500;
  font-size: 12px;
  color: #333333;
  letter-spacing: 0;
  margin-left: 8px;
}
.class-mode .class-mode-scene.active .class-mode-scene-normal {
  display: none;
}
.class-mode .class-mode-scene.notactive:hover .class-mode-scene-hover {
  display: block;
}
.class-mode .class-mode-scene.notactive:hover .class-mode-scene-text {
  color: #1B69ED;
}
.class-mode > div.active .class-mode-class-text {
  color: #ffffff;
}
.class-mode > div.active .class-mode-scene-text {
  color: #ffffff;
}
.class-mode > div.active {
  background-color: #1B69ED;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.one-panel {
  position: absolute;
  left: 10%;
  top: 20%;
  z-index: 3;
  display: none;
}
.one-panel .one-panel-img {
  width: 70px;
  position: absolute;
  top: 10px;
  left: 0;
  margin: auto;
}
.one-panel .one-panel-box {
  width: 249px;
  margin-left: 90px;
}
.one-panel .one-panel-box .one-panel-box-title {
  width: 249px;
  line-height: 22px;
  font-family: AlibabaPuHuiTi_2_85_Bold;
  font-weight: 700;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.one-panel .one-panel-box .one-panel-box-desc {
  width: 249px;
  font-family: PingFangSC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  letter-spacing: 0;
  line-height: 20px;
  margin-top: 6px;
}
.one-panel.active {
  display: block;
}
.two-panel {
  position: absolute;
  width: 240px;
  left: 10%;
  top: 20%;
  z-index: 3;
  display: none;
}
.two-panel .two-panel-title-box {
  display: flex;
  align-items: end;
}
.two-panel .two-panel-title-box .two-panel-title-img {
  width: 40px;
}
.two-panel .two-panel-title-box .two-panel-title-text {
  margin-left: 40px;
  vertical-align: middle;
  line-height: 33px;
  font-family: PingFangSC;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #000000;
  letter-spacing: 0;
  position: relative;
}
.two-panel .two-panel-title-box .two-panel-title-text::after {
  content: "";
  width: 21px;
  height: 4px;
  background: #000000;
  position: absolute;
  bottom: 0;
  left: -30px;
}
.two-panel .two-panel-desc-box {
  margin-top: 25px;
  width: 240px;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  padding: 12px 0 10px;
}
.two-panel .two-panel-desc-box .two-panel-desc-text {
  width: 217px;
  margin: auto;
  font-family: PingFangSC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  letter-spacing: 0;
  line-height: 22px;
}
.two-panel.active {
  display: block;
}
.tabBox {
  width: 1140px;
  height: 165px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  margin: auto;
  overflow: hidden;
  display: none;
}
.tabBox .tabButBox {
  width: 646px;
  height: 88px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.tabBox .tabButBox .tabButton1 {
  max-width: 52px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
}
.tabBox .tabButBox .number1 {
  width: 19px;
  height: 14px;
  margin-bottom: 11px;
  cursor: pointer;
  position: relative;
}
.tabBox .tabButBox .number1 img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.tabBox .tabButBox .number1 .number1_normol {
  width: 19px;
  height: 14px;
  display: block;
}
.tabBox .tabButBox .number1 .number1_hover {
  width: 19px;
  height: 14px;
  display: none;
}
.tabBox .tabButBox .number1 .number1_Selected {
  width: 28px;
  height: 21px;
  display: none;
}
.tabBox .tabButBox .icon1 {
  width: 52px;
  height: 36px;
  position: relative;
  cursor: pointer;
}
.tabBox .tabButBox .icon1 .icon1_box {
  width: 36px;
  height: 36px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.tabBox .tabButBox .icon1 .icon1_box img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.tabBox .tabButBox .icon1 .icon1_box .icon1_normol {
  width: 36px;
  height: 36px;
  display: block;
}
.tabBox .tabButBox .icon1 .icon1_box .icon1_hover {
  width: 36px;
  height: 36px;
  display: none;
}
.tabBox .tabButBox .icon1 .icon1_box .icon1_Selected {
  width: 52px;
  height: 52px;
  display: none;
}
.tabBox .tabButBox .line1 {
  width: 100%;
  height: 78px;
  position: absolute;
  bottom: 0;
  flex-direction: column;
  align-items: center;
  display: none;
}
.tabBox .tabButBox .line1 .topline1 {
  width: 1px;
  height: 24px;
  background-color: #1B69ED;
  margin-bottom: 30px;
}
.tabBox .tabButBox .line1 .bottomline1 {
  width: 1px;
  height: 24px;
  background-color: #1B69ED;
}
.tabBox .tabButBox .tabButton1.active .number1 {
  width: 28px;
  height: 21px;
}
.tabBox .tabButBox .tabButton1.active .number1 .number1_normol {
  display: none;
}
.tabBox .tabButBox .tabButton1.active .number1 .number1_hover {
  display: none;
}
.tabBox .tabButBox .tabButton1.active .number1 .number1_Selected {
  display: block;
}
.tabBox .tabButBox .tabButton1.active .icon1 {
  height: 52px;
}
.tabBox .tabButBox .tabButton1.active .icon1 .icon1_box {
  width: 52px;
  height: 52px;
}
.tabBox .tabButBox .tabButton1.active .icon1 .icon1_box .icon1_normol {
  display: none;
}
.tabBox .tabButBox .tabButton1.active .icon1 .icon1_box .icon1_hover {
  display: none;
}
.tabBox .tabButBox .tabButton1.active .icon1 .icon1_box .icon1_Selected {
  display: block;
}
.tabBox .tabButBox .tabButton1.active .line1 {
  display: flex;
}
.tabBox .tabButBox .line1 {
  width: 100%;
  height: 78px;
  position: absolute;
  bottom: 0;
  flex-direction: column;
  align-items: center;
  display: none;
}
.tabBox .tabButBox .topline1 {
  width: 1px;
  height: 24px;
  background-color: #1B69ED;
  margin-bottom: 30px;
}
.tabBox .tabButBox .bottomline1 {
  width: 1px;
  height: 24px;
  background-color: #1B69ED;
}
.tabBox .divider {
  width: 100%;
  height: 12px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 32px;
  overflow: hidden;
}
.tabBox .divider img {
  width: 1140px;
  height: 12px;
  display: block;
}
.tabBox.active {
  display: block;
}
.three-panel {
  position: absolute;
  width: 240px;
  left: 10%;
  top: 20%;
  z-index: 3;
  display: none;
}
.three-panel .three-panel-title-box {
  display: flex;
  align-items: end;
}
.three-panel .three-panel-title-box .three-panel-title-img {
  width: 40px;
}
.three-panel .three-panel-title-box .three-panel-title-text {
  margin-left: 40px;
  vertical-align: middle;
  line-height: 33px;
  font-family: PingFangSC;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #000000;
  letter-spacing: 0;
  position: relative;
}
.three-panel .three-panel-title-box .three-panel-title-text::after {
  content: "";
  width: 21px;
  height: 4px;
  background: #000000;
  position: absolute;
  bottom: 0;
  left: -30px;
}
.three-panel .three-show-list {
  width: 220px;
  margin-top: 25px;
}
.three-panel .three-show-list .three-show-list-li {
  line-height: 24px;
  font-family: PingFangSC;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  margin-bottom: 14px;
  cursor: pointer;
}
.three-panel .three-show-list .three-show-list-li .three-show-list-li-icon {
  margin-left: 10px;
}
.three-panel .three-show-list .three-show-list-li .three-show-list-li-text {
  margin-left: 24px;
}
.three-panel .three-show-list .three-show-list-li:hover {
  color: #ffffff;
  background-color: #1B69ED;
}
.three-panel .three-show-list .three-show-list-li.active {
  color: #ffffff;
  background-color: #1B69ED;
}
.three-panel .three-show-list .three-show-list-li:last-child {
  margin-bottom: 0;
}
.three-panel.active {
  display: block;
}
.new_guidance {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 102;
  display: none;
}
.new_guidance .class-arrow-boxs {
  width: 248px;
  height: 45px;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.new_guidance .class-arrow-boxs .class-arrow-boxs-icon {
  display: block;
  background: #ffffff;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
.new_guidance .class-arrow-boxs .class-arrow-boxs-img {
  height: 17px;
  width: 12px;
}
.new_guidance .class-arrow-boxs .class-arrow-boxs-text {
  line-height: 20px;
  font-family: AlibabaPuHuiTi-Regular;
  font-size: 14px;
  color: #181818;
  letter-spacing: 0;
  text-align: justify;
  padding-left: 8px;
}
.class-arrow {
  width: 0;
  height: 0;
  background-color: #000000;
  position: absolute;
  top: 0;
  right: 55px;
  bottom: 0;
  margin: auto;
  z-index: 3;
}
.class-arrow .class-arrow-top {
  width: 36px;
  height: 36px;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 0;
  bottom: 18px;
}
.class-arrow .class-arrow-top > img {
  width: 12px;
  height: 12.6px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.class-arrow .class-arrow-top .class-arrow-top-img-hover {
  display: none;
}
.class-arrow .class-arrow-top .class-arrow-top-img-icon {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  cursor: pointer;
}
.class-arrow .class-arrow-top .class-arrow-top-img-icon:hover ~ img.class-arrow-top-img-hover {
  display: block;
}
.class-arrow .class-arrow-top .hide {
  display: none;
}
.class-arrow .class-arrow-bottom {
  width: 36px;
  height: 36px;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 0;
  top: 18px;
}
.class-arrow .class-arrow-bottom > img {
  width: 12px;
  height: 12.6px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.class-arrow .class-arrow-bottom .class-arrow-bottom-img-hover {
  display: none;
}
.class-arrow .class-arrow-bottom .class-arrow-bottom-img-icon {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  cursor: pointer;
}
.class-arrow .class-arrow-bottom .class-arrow-bottom-img-icon:hover ~ img.class-arrow-bottom-img-hover {
  display: block;
}
.class-arrow .class-arrow-bottom .hide {
  display: none;
}
.class-details {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("https://img.alicdn.com/imgextra/i2/O1CN01ZqDrPH1yb1Kgwyd9E_!!6000000006596-0-tps-3200-1800.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 50;
}
.class-details .class-details-box {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.class-details .swiper-box {
  width: 80px;
  height: 520px;
  position: absolute;
  top: 0;
  right: 480px;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}
.class-details .swiper-box .loadingMesh {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: none;
}
.class-details .swiper-box .swiper-container {
  width: 100%;
  height: 464px;
  padding: 5px 0;
  overflow: hidden;
  margin: 28px 0;
}
.class-details .swiper-box .swiper-container .swiper-slide {
  text-align: center;
  vertical-align: middle;
  width: 80px;
  height: 80px;
  opacity: 0.8;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
}
.class-details .swiper-box .swiper-container .swiper-slide .slide-inner {
  width: 78px;
  height: 78px;
  border: 1px solid #FFFFFF;
  position: absolute;
  left: 0;
  top: 0;
}
.class-details .swiper-box .swiper-container .swiper-slide .slide-inner-img {
  width: 54px;
  height: 54px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 12px;
  margin: auto;
}
.class-details .swiper-box .swiper-container .swiper-slide .slide-inner-title {
  height: 18px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 18px;
  font-family: AlibabaPuHuiTi_2_45_Light;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  letter-spacing: 0;
  text-align: center;
  margin: 0;
  background: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.class-details .swiper-box .swiper-container .swiper-slide-active .slide-inner {
  border: 1px solid #1B69ED;
}
.class-details .swiper-box .swiper-container .swiper-slide-active .slide-inner .slide-inner-title {
  color: #FFFFFF;
  background-color: #1B69ED;
}
.class-details .swiper-box .swiper-button-prov-box {
  width: 100%;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.class-details .swiper-box .swiper-button-prev::after {
  content: "";
}
.class-details .swiper-box .swiper-button-prev {
  width: 20px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  margin-top: 0;
}
.class-details .swiper-box .swiper-button-prev img {
  width: 20px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 0;
}
.class-details .swiper-box .swiper-button-prev .swiper-button-prev-hover {
  display: none;
}
.class-details .swiper-box .swiper-button-prev:hover .swiper-button-prev-hover {
  display: block;
}
.class-details .swiper-box .swiper-button-next-box {
  width: 100%;
  height: 28px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.class-details .swiper-box .swiper-button-next::after {
  content: "";
}
.class-details .swiper-box .swiper-button-next {
  width: 20px;
  height: 12px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -100%);
  margin-top: 0;
}
.class-details .swiper-box .swiper-button-next img {
  width: 20px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 0;
}
.class-details .swiper-box .swiper-button-next .swiper-button-next-hover {
  display: none;
}
.class-details .swiper-box .swiper-button-next:hover .swiper-button-next-hover {
  display: block;
}
.class-details .detail-container {
  width: 580px;
  height: 580px;
  position: absolute;
  top: 0;
  right: -140px;
  bottom: 0;
  margin: auto;
}
.class-details .detail-container .detail-container-loading {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.class-details .detail-container .detail-container-loading img {
  width: 20%;
  height: 20%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.class-details .detail-container .detail-container-loading p {
  font-size: 18px;
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
.class-details .detail-container img {
  width: 6px;
  height: 6px;
}
.class-details .detail-container .detail-container-imgtopleft {
  position: absolute;
  left: 0;
  top: 0;
}
.class-details .detail-container .detail-container-imgtopright {
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(-1);
}
.class-details .detail-container .detail-container-imgbottomleft {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleY(-1);
}
.class-details .detail-container .detail-container-imgbottomright {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: scale(-1, -1);
}
.class-details .class-panel {
  width: 400px;
  height: 450px;
  position: absolute;
  top: 0;
  left: 160px;
  bottom: 0;
  margin: auto;
}
.class-details .class-panel .class-panel-nav {
  width: 400px;
  height: 40px;
  padding: 0 6px;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: center;
  align-items: center;
}
.class-details .class-panel .class-panel-nav .panel-nav-li {
  width: 92px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  letter-spacing: 0;
  cursor: pointer;
}
.class-details .class-panel .class-panel-nav .panel-nav-li.active {
  background-color: #F3F3F3;
  color: #1B69ED;
}
.class-details .class-panel .class-panel-nav .panel-nav-li:hover {
  color: #1B69ED;
}
.class-details .class-panel .class-panel-box {
  width: 400px;
  margin-top: 20px;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
}
.class-details .class-panel .class-panel-box .panel-nav-item {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.class-details .class-panel .class-panel-box .class-panel-adv {
  width: 400px;
  padding: 28px 28px 32px;
}
.class-details .class-panel .class-panel-box .class-panel-adv .panel-adv-smtitle {
  width: 345px;
  height: 20px;
  line-height: 20px;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
}
.class-details .class-panel .class-panel-box .class-panel-adv .panel-adv-title {
  font-family: AlibabaPuHuiTi_2_75_SemiBold;
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  letter-spacing: 0;
  line-height: 33px;
  margin-top: 16px;
}
.class-details .class-panel .class-panel-box .class-panel-adv .panel-adv-entitle {
  font-family: AlibabaPuHuiTi_2_65_Medium;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 18px;
  margin-top: 8px;
}
.class-details .class-panel .class-panel-box .class-panel-adv .panel-adv-desc {
  font-family: AlibabaPuHuiTi_2_55_Regular;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  letter-spacing: 0;
  text-align: justify;
  line-height: 17px;
  margin-top: 16px;
}
.class-details .class-panel .class-panel-box .class-panel-adv .panel-chara {
  display: flex;
  margin-top: 20px;
}
.class-details .class-panel .class-panel-box .class-panel-adv .panel-chara div {
  width: 50px;
  margin-right: 32px;
}
.class-details .class-panel .class-panel-box .class-panel-adv .panel-chara div img {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.class-details .class-panel .class-panel-box .class-panel-adv .panel-chara div p {
  line-height: 17px;
  width: 100%;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  letter-spacing: 0;
  text-align: center;
}
.class-details .class-panel .class-panel-box .class-panel-adv .panel-chara div:last-of-type {
  margin-right: 0;
}
.class-details .class-panel .class-panel-box .class-panel-adv .panel-btn-box {
  display: flex;
  margin-top: 36px;
}
.class-details .class-panel .class-panel-box .class-panel-adv .panel-btn-box a {
  display: block;
  width: 150px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-family: PingFangSC;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0;
  cursor: pointer;
}
.class-details .class-panel .class-panel-box .class-panel-adv .panel-btn-box .panel-btn-box-detail {
  color: #ffffff;
  background-color: #1B69ED;
}
.class-details .class-panel .class-panel-box .class-panel-adv .panel-btn-box .panel-btn-box-detail:hover {
  background-color: #003B9F;
}
.class-details .class-panel .class-panel-box .class-panel-adv .panel-btn-box .panel-btn-box-prodoc {
  color: #333333;
  background: none;
  border: 1px solid #ececec;
  margin-left: 16px;
}
.class-details .class-panel .class-panel-box .class-panel-adv .panel-btn-box .panel-btn-box-prodoc:hover {
  border: 1px solid #1B69ED;
  color: #1B69ED;
}
.class-details .class-panel .class-panel-box .class-panel-pro {
  width: 400px;
  padding-top: 4px;
  padding-left: 16px;
  padding-right: 25px;
  padding-bottom: 23px;
}
.class-details .class-panel .class-panel-box .class-panel-pro .panel-pro-list {
  display: flex;
  margin-top: 15px;
}
.class-details .class-panel .class-panel-box .class-panel-pro .panel-pro-list .pro-list-img {
  width: 48px;
  height: 48px;
}
.class-details .class-panel .class-panel-box .class-panel-pro .panel-pro-list .pro-list-box {
  margin-left: 21px;
}
.class-details .class-panel .class-panel-box .class-panel-pro .panel-pro-list .pro-list-box .list-box-title {
  font-family: AlibabaPuHuiTi_2_75_SemiBold;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  line-height: 20px;
}
.class-details .class-panel .class-panel-box .class-panel-pro .panel-pro-list .pro-list-box .list-box-desc {
  margin-top: 6px;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
  text-align: justify;
  line-height: 16px;
}
.class-details .class-panel .class-panel-box .class-panel-app {
  width: 400px;
  padding-top: 28px;
  padding-left: 28px;
  padding-right: 28px;
  padding-bottom: 24px;
  position: relative;
}
.class-details .class-panel .class-panel-box .class-panel-app .panel-app-smtitle {
  line-height: 20px;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
}
.class-details .class-panel .class-panel-box .class-panel-app .panel-app-title {
  margin-top: 16px;
  line-height: 34px;
  font-family: AlibabaPuHuiTi_2_75_SemiBold;
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  letter-spacing: 0;
}
.class-details .class-panel .class-panel-box .class-panel-app .panel-app-desc {
  margin-top: 16px;
  line-height: 17px;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  letter-spacing: 0;
  text-align: justify;
}
.class-details .class-panel .class-panel-box .class-panel-app .panel-app-box {
  display: inline-block;
  margin-top: 16px;
  height: 161px;
  position: relative;
  cursor: pointer;
}
.class-details .class-panel .class-panel-box .class-panel-app .panel-app-box .app-box-img {
  height: 100%;
}
.class-details .class-panel .class-panel-box .class-panel-app .panel-app-box .app-box-icon-normal,
.class-details .class-panel .class-panel-box .class-panel-app .panel-app-box .app-box-icon-hover {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 28px;
  height: 28px;
}
.class-details .class-panel .class-panel-box .class-panel-app .panel-app-box .app-box-icon-hover {
  z-index: 2;
  display: none;
}
.class-details .class-panel .class-panel-box .class-panel-app .panel-app-box:hover .app-box-icon-hover {
  display: block;
}
.class-details .class-panel .class-panel-box .class-panel-app .panel-app-left {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 68px;
  top: 28px;
}
.class-details .class-panel .class-panel-box .class-panel-app .panel-app-left img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.class-details .class-panel .class-panel-box .class-panel-app .panel-app-left .app-left-img-hover {
  display: none;
}
.class-details .class-panel .class-panel-box .class-panel-app .panel-app-left .app-left-img-icon {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  cursor: pointer;
}
.class-details .class-panel .class-panel-box .class-panel-app .panel-app-left .app-left-img-icon:hover ~ img.app-left-img-hover {
  display: block;
}
.class-details .class-panel .class-panel-box .class-panel-app .panel-app-left .hide {
  display: none;
}
.class-details .class-panel .class-panel-box .class-panel-app .panel-app-right {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 28px;
  top: 28px;
}
.class-details .class-panel .class-panel-box .class-panel-app .panel-app-right img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.class-details .class-panel .class-panel-box .class-panel-app .panel-app-right .app-right-img-hover {
  display: none;
}
.class-details .class-panel .class-panel-box .class-panel-app .panel-app-right .app-right-img-icon {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  cursor: pointer;
}
.class-details .class-panel .class-panel-box .class-panel-app .panel-app-right .app-right-img-icon:hover ~ img.app-right-img-hover {
  display: block;
}
.class-details .class-panel .class-panel-box .class-panel-app .panel-app-right .hide {
  display: none;
}
.class-details .class-panel .class-panel-box .class-panel-rel {
  width: 400px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 4px;
  padding-top: 21px;
}
.class-details .class-panel .class-panel-box .class-panel-rel .panel-rel-list {
  width: 360px;
  height: 94px;
  border: 1px solid #ECECEC;
  display: flex;
  margin-bottom: 21px;
  cursor: pointer;
}
.class-details .class-panel .class-panel-box .class-panel-rel .panel-rel-list .panel-rel-list-imgbox {
  width: 92px;
  height: 92px;
  border: 1px solid #F0F0F0;
  position: relative;
}
.class-details .class-panel .class-panel-box .class-panel-rel .panel-rel-list .panel-rel-list-imgbox img {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.class-details .class-panel .class-panel-box .class-panel-rel .panel-rel-list .panel-rel-box {
  width: 230px;
  margin-left: 19px;
}
.class-details .class-panel .class-panel-box .class-panel-rel .panel-rel-list .panel-rel-box .panel-rel-title {
  margin-top: 21px;
  line-height: 19px;
  font-family: AlibabaPuHuiTi_2_85_Bold;
  font-weight: 700;
  font-size: 13.49px;
  color: #000000;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.class-details .class-panel .class-panel-box .class-panel-rel .panel-rel-list .panel-rel-box .panel-rel-desc {
  margin-top: 8px;
  line-height: 15px;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  font-weight: 400;
  font-size: 12px;
  color: #878787;
  letter-spacing: 0;
}
.class-details .class-panel .class-panel-box .class-panel-rel .panel-rel-list:hover {
  border: 1px solid #1B69ED;
}
.class-details .class-panel .class-panel-box .class-panel-rel .panel-rel-list:hover .panel-rel-title {
  color: #1B69ED;
}
.class-details .class-panel .class-panel-box .class-panel-case {
  width: 400px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 28px;
}
.class-details .class-panel .class-panel-box .class-panel-case .panel-case-title {
  line-height: 20px;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  padding-bottom: 8px;
}
.class-details .class-panel .class-panel-box .class-panel-case .panel-case-list {
  display: flex;
  flex-wrap: wrap;
}
.class-details .class-panel .class-panel-box .class-panel-case .panel-case-list .panel-case-box {
  margin-top: 12px;
  height: 60px;
  width: 174px;
  border: 1px solid #ECECEC;
  position: relative;
}
.class-details .class-panel .class-panel-box .class-panel-case .panel-case-list .panel-case-box img {
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.class-details .class-panel .class-panel-box .class-panel-case .panel-case-list .panel-case-box:nth-child(odd) {
  margin-right: 12px;
}
.scene-show {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("https://img.alicdn.com/imgextra/i2/O1CN01ZqDrPH1yb1Kgwyd9E_!!6000000006596-0-tps-3200-1800.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 20;
}
.scene-show .scene-show-box {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.scene-show .show-list {
  width: 260px;
  height: 560px;
  position: absolute;
  right: 370px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.scene-show .show-list .show-list-class {
  display: flex;
  margin-bottom: 14px;
}
.scene-show .show-list .show-list-class .show-list-class-icon {
  width: 20px;
  height: 20px;
}
.scene-show .show-list .show-list-class .show-list-class-text {
  margin-left: 16px;
  height: 20px;
  font-family: AlibabaPuHuiTi-Medium;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  line-height: 20px;
}
.scene-show .show-list .show-list-li {
  line-height: 24px;
  font-family: PingFangSC;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  margin-bottom: 14px;
  cursor: pointer;
}
.scene-show .show-list .show-list-li .show-list-li-icon {
  margin-left: 10px;
}
.scene-show .show-list .show-list-li .show-list-li-text {
  margin-left: 16px;
}
.scene-show .show-list .show-list-li:hover {
  color: #ffffff;
  background-color: #1B69ED;
}
.scene-show .show-list .show-list-li.active {
  color: #ffffff;
  background-color: #1B69ED;
}
.scene-show .show-list .show-list-li:last-child {
  margin-bottom: 0;
}
.scene-show .scene-container {
  width: 700px;
  height: 580px;
  transform: translate(-50%, -50%);
}
.scene-show .scene-container .scene-container-loading {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
.scene-show .show-details {
  width: 280px;
  min-height: 560px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 350px;
  margin: auto;
}
.scene-show .show-details .show-details_topbox {
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  padding-bottom: 20px;
}
.scene-show .show-details .show-details-title {
  margin: 0 auto 0;
  padding-top: 18px;
  font-family: AlibabaPuHuiTi_2_75_SemiBold;
  width: 235px;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  text-align: justify;
  line-height: 24px;
}
.scene-show .show-details .show-details-desc {
  margin: 14px auto 0;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  width: 235px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  text-align: justify;
  line-height: 20px;
}
.scene-show .show-details .show-details-url {
  display: inline-block;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  font-weight: 400;
  font-size: 14px;
  color: #1B69ED;
  letter-spacing: 0;
  text-align: justify;
  line-height: 20px;
}
.scene-show .show-details .show-details-box {
  display: inline-block;
  width: 280px;
  position: relative;
  cursor: pointer;
}
.scene-show .show-details .show-details-box .details-box-img {
  width: 100%;
}
.scene-show .show-details .show-details-box .details-box-icon-normal,
.scene-show .show-details .show-details-box .details-box-icon-hover {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 28px;
  height: 28px;
}
.scene-show .show-details .show-details-box .details-box-icon-hover {
  z-index: 2;
  display: none;
}
.scene-show .show-details .show-details-box:hover .details-box-icon-hover {
  display: block;
}
.scene-show .show-details .show-details_bottombox {
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  padding-bottom: 20px;
}
.scene-show .show-details .show-details-case {
  margin: 0 auto 0;
  padding-top: 18px;
  font-family: AlibabaPuHuiTi_2_75_SemiBold;
  width: 235px;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  text-align: justify;
  line-height: 24px;
}
.scene-show .show-details .show-details-case-desc {
  margin: 14px auto 0;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  width: 235px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  text-align: justify;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  overflow: hidden;
}
.scene-show .show-details .show-details-case-btn {
  width: 235px;
  margin: 9px auto 0;
  line-height: 20px;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  font-weight: 400;
  font-size: 14px;
  color: #1B69ED;
  letter-spacing: 0;
  text-align: justify;
  cursor: pointer;
}
.scene-show .show-details .show-details-end {
  margin-top: 16px;
  width: 280px;
  position: relative;
  overflow: hidden;
}
.scene-show .show-details .show-details-end .show-details-end-imgbox .details-end-img {
  width: 100%;
}
.scene-show .show-details .show-details-end .show-details-end-videobox {
  width: 100%;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.scene-show .show-details .show-details-end .show-details-end-videobox .show-details-end-video {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.scene-show .show-details .show-details-end .show-details-end-videobox .details-end-child {
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.scene-show .show-details .show-details-end .show-details-end-videobox .details-end-icon {
  z-index: 3;
  cursor: pointer;
}
.scene-show .show-details .show-details-end .show-details-end-videobox .details-end-normal {
  z-index: 1;
}
.scene-show .show-details .show-details-end .show-details-end-videobox .details-end-hover {
  z-index: 2;
  display: none;
}
.scene-show .show-details .show-details-end .show-details-end-videobox .details-end-icon:hover ~ .details-end-hover {
  display: block;
}
.scene-show .show-details .show-details-end .show-details-end-videobox .details-end-icon:hover ~ .details-end-normal {
  display: none;
}
.class-amplify {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 105;
  display: none;
}
.class-amplify .class-amplify-box {
  display: inline-block;
  position: relative;
}
.class-amplify .class-amplify-box .amplify-box-img {
  height: 500px;
  display: none;
}
.class-amplify .class-amplify-box .amplify-box-video {
  height: 500px;
  display: none;
}
.class-amplify .class-amplify-box .amplify-box-text {
  width: 80%;
  margin: 0 auto;
  font-family: AlibabaPuHuiTi_2_85_Bold;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: justify;
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  margin: auto;
  display: none;
}
.class-amplify .class-amplify-box .amplify-box-icons {
  width: 32px;
  height: 32px;
  position: absolute;
  right: -32px;
  top: -32px;
  cursor: pointer;
}
.class-amplify .class-amplify-box .amplify-box-icons img {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  right: 0;
}
.class-amplify .class-amplify-box .amplify-box-icons .box-icons-hover {
  display: none;
}
.class-amplify .class-amplify-box .amplify-box-icons:hover .box-icons-hover {
  display: block;
}
.ai_fa_box {
  width: 92px;
  height: 40px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 101;
}
.ai_fa_box ::-webkit-scrollbar {
  display: none;
}
.ai_fa_box .ai_box {
  width: 92px;
  height: 40px;
  box-shadow: 0 0 10px 0 rgba(27, 36, 237, 0.2);
  background-color: #FFFFFF;
  border-radius: 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.ai_fa_box .ai_box .ai_box_title {
  height: 18px;
  line-height: 18px;
  width: 48px;
  font-family: PingFangSC;
  font-weight: 500;
  font-size: 12px;
  color: #3D3D3D;
  letter-spacing: 0;
  text-align: center;
  margin-left: 6px;
}
.ai_fa_box .ai_box .ai_box_logo {
  height: 34px;
  width: 34px;
  background-image: linear-gradient(72deg, #5A3DFF 0%, #235EFF 100%);
  border-radius: 50%;
  position: absolute;
  top: 3px;
  right: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ai_fa_box .ai_box .ai_box_logo .ai_box_logo_img {
  height: 34px;
  width: 34px;
}
.ai_fa_box .ai_hover_box {
  width: 215px;
  height: 70px;
  position: absolute;
  right: 0;
  bottom: 52px;
  display: none;
}
.ai_fa_box .ai_hover_box .ai_hover_box_backimg {
  width: 100%;
  height: 100%;
}
.ai_fa_box .ai_hover_box .ai_hover_box_text {
  width: 196px;
  font-family: PingFangSC;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #878787;
  letter-spacing: 0;
  position: absolute;
  top: 13px;
  left: 13px;
}
.ai_fa_box .ai_chat_box {
  width: 360px;
  height: 720px;
  overflow: hidden;
  background-color: #FFFFFF;
  box-shadow: -4px 0 20px 0 rgba(10, 41, 139, 0.2);
  position: absolute;
  right: 0;
  bottom: 52px;
  display: none;
}
.ai_fa_box .ai_chat_box .ai_chat_box_topColor {
  width: 360px;
  height: 6px;
  background-image: linear-gradient(90deg, #5A3DFF 0%, #235EFF 100%);
  margin-bottom: 16px;
}
.ai_fa_box .ai_chat_box .maskBefore {
  width: 360px;
  height: 714px;
}
.ai_fa_box .ai_chat_box .maskBefore .ai_title_close {
  width: 316px;
  height: 22px;
  margin: 0 20px 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ai_fa_box .ai_chat_box .maskBefore .ai_title_close .ai_title {
  height: 22px;
  font-family: PingFangSC;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  letter-spacing: 0;
}
.ai_fa_box .ai_chat_box .maskBefore .ai_title_close .ai_close {
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.ai_fa_box .ai_chat_box .maskBefore .aifirstrecordBox {
  width: 360px;
  height: 632px;
  padding-top: 44px;
}
.ai_fa_box .ai_chat_box .maskBefore .aifirstrecordBox .ai_chatLogo {
  width: 45px;
  height: 43px;
  margin: 0 auto 23px;
}
.ai_fa_box .ai_chat_box .maskBefore .aifirstrecordBox .ai_chatLogo .ai_chatLogo_img {
  width: 45px;
  height: 43px;
}
.ai_fa_box .ai_chat_box .maskBefore .aifirstrecordBox .nihaoText {
  height: 40px;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  line-height: 40px;
  margin-bottom: 1px;
}
.ai_fa_box .ai_chat_box .maskBefore .aifirstrecordBox .helloText_desc {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 49px;
}
.ai_fa_box .ai_chat_box .maskBefore .aifirstrecordBox .helloText_desc .aliyun {
  height: 40px;
  font-family: AlibabaPuHuiTi_2_85_Bold;
  font-weight: 700;
  font-size: 24px;
  color: #333333;
  letter-spacing: 0;
  line-height: 40px;
}
.ai_fa_box .ai_chat_box .maskBefore .aifirstrecordBox .helloText_desc .AIassistant {
  width: 119px;
  height: 24px;
}
.ai_fa_box .ai_chat_box .maskBefore .aifirstrecordBox .sound_recording {
  height: 173px;
  width: 173px;
  border-radius: 86px;
  background-color: #FFFFFF;
  box-shadow: 0 0 20px 0 rgba(5, 41, 255, 0.25);
  margin: 0 auto 20px;
  position: relative;
  cursor: pointer;
}
.ai_fa_box .ai_chat_box .maskBefore .aifirstrecordBox .sound_recording .microphone {
  width: 47px;
  height: 72px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.ai_fa_box .ai_chat_box .maskBefore .aifirstrecordBox .sound_recording .bars {
  width: 70%;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.ai_fa_box .ai_chat_box .maskBefore .aifirstrecordBox .sound_recording .bar {
  background: #979797;
  bottom: 1px;
  height: 3px;
  width: 10px;
  margin: 0px 4px;
  border-radius: 5px;
  -webkit-animation: sound 0ms -600ms linear infinite alternate;
          animation: sound 0ms -600ms linear infinite alternate;
}
@-webkit-keyframes sound {
  0% {
    opacity: 0.35;
    height: 3px;
  }
  100% {
    opacity: 1;
    height: 40px;
  }
}
@keyframes sound {
  0% {
    opacity: 0.35;
    height: 3px;
  }
  100% {
    opacity: 1;
    height: 40px;
  }
}
.ai_fa_box .ai_chat_box .maskBefore .aifirstrecordBox .sound_recording .bar:nth-child(1) {
  left: 1px;
  -webkit-animation-duration: 474ms;
          animation-duration: 474ms;
}
.ai_fa_box .ai_chat_box .maskBefore .aifirstrecordBox .sound_recording .bar:nth-child(2) {
  left: 15px;
  -webkit-animation-duration: 433ms;
          animation-duration: 433ms;
}
.ai_fa_box .ai_chat_box .maskBefore .aifirstrecordBox .sound_recording .bar:nth-child(3) {
  left: 29px;
  -webkit-animation-duration: 407ms;
          animation-duration: 407ms;
}
.ai_fa_box .ai_chat_box .maskBefore .aifirstrecordBox .sound_recording .bar:nth-child(4) {
  left: 43px;
  -webkit-animation-duration: 458ms;
          animation-duration: 458ms;
}
.ai_fa_box .ai_chat_box .maskBefore .aifirstrecordBox .sound_recording .bar:nth-child(5) {
  left: 57px;
  -webkit-animation-duration: 400ms;
          animation-duration: 400ms;
}
.ai_fa_box .ai_chat_box .maskBefore .aifirstrecordBox .sound_recording .bar:nth-child(6) {
  left: 71px;
  -webkit-animation-duration: 427ms;
          animation-duration: 427ms;
}
.ai_fa_box .ai_chat_box .maskBefore .aifirstrecordBox .sound_recording .bar:nth-child(7) {
  left: 85px;
  -webkit-animation-duration: 441ms;
          animation-duration: 441ms;
}
.ai_fa_box .ai_chat_box .maskBefore .aifirstrecordBox .sound_recording .bar:nth-child(8) {
  left: 99px;
  -webkit-animation-duration: 419ms;
          animation-duration: 419ms;
}
.ai_fa_box .ai_chat_box .maskBefore .aifirstrecordBox .sound_recording .bar:nth-child(9) {
  left: 113px;
  -webkit-animation-duration: 487ms;
          animation-duration: 487ms;
}
.ai_fa_box .ai_chat_box .maskBefore .aifirstrecordBox .sound_recording .bar:nth-child(10) {
  left: 127px;
  -webkit-animation-duration: 442ms;
          animation-duration: 442ms;
}
.ai_fa_box .ai_chat_box .maskBefore .aifirstrecordBox .speakTips {
  height: 24px;
  font-family: AlibabaPuHuiTi_2_75_SemiBold;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  margin: 0 auto 49px;
}
.ai_fa_box .ai_chat_box .maskBefore .aifirstrecordBox .prompt_text {
  height: 120px;
  width: 231px;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  margin: 0 auto;
}
.ai_fa_box .ai_chat_box .maskBefore .aiqueryBox {
  width: 312px;
  height: 632px;
  margin: 0 auto;
  position: relative;
}
.ai_fa_box .ai_chat_box .maskBefore .aiqueryBox .aiChatBox {
  width: 312px;
  height: 555px;
  margin-bottom: 36px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.ai_fa_box .ai_chat_box .maskBefore .aiqueryBox .aiChatBox .message {
  display: flex;
  margin-bottom: 20px;
}
.ai_fa_box .ai_chat_box .maskBefore .aiqueryBox .aiChatBox .message .message_icon {
  width: 28px;
  height: 28px;
}
.ai_fa_box .ai_chat_box .maskBefore .aiqueryBox .aiChatBox .message .message_text {
  font-family: PingFangSC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  line-height: 20px;
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 12px 12px 16px;
  max-width: 252px;
  text-align: justify;
  overflow: hidden;
}
.ai_fa_box .ai_chat_box .maskBefore .aiqueryBox .aiChatBox .message .message_text .product_Item {
  margin-bottom: 5px;
}
.ai_fa_box .ai_chat_box .maskBefore .aiqueryBox .aiChatBox .incoming {
  align-self: flex-start;
  align-items: flex-start;
}
.ai_fa_box .ai_chat_box .maskBefore .aiqueryBox .aiChatBox .incoming .message_icon {
  order: 0;
  margin-right: 10px;
}
.ai_fa_box .ai_chat_box .maskBefore .aiqueryBox .aiChatBox .incoming .message_text {
  background-color: #E7E9FE;
}
.ai_fa_box .ai_chat_box .maskBefore .aiqueryBox .aiChatBox .outcoming {
  align-self: flex-start;
  align-items: flex-start;
}
.ai_fa_box .ai_chat_box .maskBefore .aiqueryBox .aiChatBox .outcoming .message_icon {
  order: 0;
  margin-right: 10px;
}
.ai_fa_box .ai_chat_box .maskBefore .aiqueryBox .aiChatBox .outcoming .message_text {
  background-color: #F7F7F7;
}
.ai_fa_box .ai_chat_box .maskBefore .aiqueryBox .speakBtn {
  width: 312px;
  height: 41px;
  border-radius: 21px;
  line-height: 41px;
  text-align: center;
  background-image: url(https://img.alicdn.com/imgextra/i2/O1CN01Y6LKKF1xXWnokalew_!!6000000006453-2-tps-624-82.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #333333;
}
.ai_fa_box .ai_chat_box .maskBefore .aiqueryBox .speakBtn.noActive {
  color: #979797;
}
.ai_fa_box .ai_chat_box .maskBefore .aiqueryBox .speakShadow {
  width: 312px;
  height: 41px;
  border-radius: 21px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  z-index: 3;
}
.ai_fa_box .ai_chat_box .maskBefore .aiqueryBox .speakShadow.noActive {
  display: none;
}
.ai_fa_box .ai_chat_box .maskAfter {
  height: 714px;
  width: 360px;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 6px;
  z-index: 2;
}
.ai_fa_box .ai_chat_box .maskAfter .recordingBox {
  position: absolute;
  top: 233px;
  left: 0;
  right: 0;
  margin: auto;
}
.ai_fa_box .ai_chat_box .maskAfter .recordingBox .maskAfter_recording {
  height: 173px;
  width: 173px;
  border-radius: 86px;
  background-color: #FFFFFF;
  box-shadow: 0 0 40px 0 rgba(5, 41, 255, 0.7);
  margin: 0 auto 20px;
  position: relative;
  cursor: pointer;
}
.ai_fa_box .ai_chat_box .maskAfter .recordingBox .maskAfter_recording .maskAfter_bars {
  display: flex;
  width: 70%;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.ai_fa_box .ai_chat_box .maskAfter .recordingBox .maskAfter_recording .maskAfter_bar {
  background: #979797;
  bottom: 1px;
  height: 3px;
  width: 10px;
  margin: 0px 4px;
  border-radius: 5px;
  -webkit-animation: sound 0ms -600ms linear infinite alternate;
          animation: sound 0ms -600ms linear infinite alternate;
}
@keyframes sound {
  0% {
    opacity: 0.35;
    height: 3px;
  }
  100% {
    opacity: 1;
    height: 40px;
  }
}
.ai_fa_box .ai_chat_box .maskAfter .recordingBox .maskAfter_recording .maskAfter_bar:nth-child(1) {
  left: 1px;
  -webkit-animation-duration: 474ms;
          animation-duration: 474ms;
}
.ai_fa_box .ai_chat_box .maskAfter .recordingBox .maskAfter_recording .maskAfter_bar:nth-child(2) {
  left: 15px;
  -webkit-animation-duration: 433ms;
          animation-duration: 433ms;
}
.ai_fa_box .ai_chat_box .maskAfter .recordingBox .maskAfter_recording .maskAfter_bar:nth-child(3) {
  left: 29px;
  -webkit-animation-duration: 407ms;
          animation-duration: 407ms;
}
.ai_fa_box .ai_chat_box .maskAfter .recordingBox .maskAfter_recording .maskAfter_bar:nth-child(4) {
  left: 43px;
  -webkit-animation-duration: 458ms;
          animation-duration: 458ms;
}
.ai_fa_box .ai_chat_box .maskAfter .recordingBox .maskAfter_recording .maskAfter_bar:nth-child(5) {
  left: 57px;
  -webkit-animation-duration: 400ms;
          animation-duration: 400ms;
}
.ai_fa_box .ai_chat_box .maskAfter .recordingBox .maskAfter_recording .maskAfter_bar:nth-child(6) {
  left: 71px;
  -webkit-animation-duration: 427ms;
          animation-duration: 427ms;
}
.ai_fa_box .ai_chat_box .maskAfter .recordingBox .maskAfter_recording .maskAfter_bar:nth-child(7) {
  left: 85px;
  -webkit-animation-duration: 441ms;
          animation-duration: 441ms;
}
.ai_fa_box .ai_chat_box .maskAfter .recordingBox .maskAfter_recording .maskAfter_bar:nth-child(8) {
  left: 99px;
  -webkit-animation-duration: 419ms;
          animation-duration: 419ms;
}
.ai_fa_box .ai_chat_box .maskAfter .recordingBox .maskAfter_recording .maskAfter_bar:nth-child(9) {
  left: 113px;
  -webkit-animation-duration: 487ms;
          animation-duration: 487ms;
}
.ai_fa_box .ai_chat_box .maskAfter .recordingBox .maskAfter_recording .maskAfter_bar:nth-child(10) {
  left: 127px;
  -webkit-animation-duration: 442ms;
          animation-duration: 442ms;
}
.ai_fa_box .ai_chat_box .maskAfter .recordingBox .maskAfter_speakTips {
  height: 24px;
  font-family: AlibabaPuHuiTi_2_75_SemiBold;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  margin: 0 auto 49px;
}
.ai_fa_box .ai_chat_box .maskAfter .bottomShadow {
  width: 360px;
  height: 144px;
  position: absolute;
  bottom: 0;
}
.ai_fa_box .ai_chat_box .maskAfter .bottomShadow .blackShadow {
  position: absolute;
  width: 360px;
  height: 144px;
}
.ai_fa_box .ai_chat_box .maskAfter .bottomShadow .microphoneShadow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 33px;
  height: 50px;
}
#audioContainer {
  position: fixed;
  top: -9999px;
  left: -9999px;
}
#audioDom {
  position: fixed;
  top: -9999px;
  left: -9999px;
}
#mobile-wrapper {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(150deg, #D1D8E6 0%, #E5EBF4 100%);
}
#mobile-wrapper .mobile_index {
  width: 100%;
  height: 9rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#mobile-wrapper .mobile_index .mobile_index_title {
  font-family: AlibabaPuHuiTi_2_75_SemiBold;
  font-weight: 600;
  font-size: 0.6rem;
  color: #333333;
  letter-spacing: -0.0225rem;
  text-align: center;
  line-height: 1rem;
}
#mobile-wrapper .mobile_index .mobile_index_img {
  width: 4.9rem;
  margin: 0.2rem auto 0;
}
#mobile-wrapper .mobile_index .mobile_index_desc {
  font-family: AlibabaPuHuiTi_2_75_SemiBold;
  width: 100%;
  text-align: center;
  margin: 0.2rem auto 0;
  font-size: 0.24rem;
  line-height: 0.5rem;
  color: #666666;
}
#mobile-wrapper .mobile_index .mobile_index_desc .mobile_index_descActive {
  color: #1B69ED;
}
#mobile-wrapper .mobile_logo {
  width: 1.12rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  margin: auto;
}

.detail-drawer {
  position: fixed;
  z-index: 1100;
  top: 0;
  width: 0;
  height: 100%;
}
.detail-drawer .detail-drawer-body-text {
  color: #fff;
  font-family: PingFangSC-Regular;
  font-size: 0.9rem;
  line-height: 1.8rem;
  font-weight: 400;
  overflow: auto;
  max-height: calc(40vh);
  -webkit-text-size-adjust: none;
  margin-top: 0.5rem;
}
.detail-drawer .detail-drawer-body-text p {
  margin: 0;
  text-align: justify;
  word-break: break-all;
}
.detail-drawer .detail-drawer-body-text > h3 {
  margin: 0.25rem 0 0 0;
}
@media screen and (max-width: 850px) {
  .detail-drawer .detail-drawer-body-text {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 480px) {
  .detail-drawer .detail-drawer-body-text {
    max-height: calc(40vw);
  }
}
.detail-drawer .detail-drawer-wrapper {
  position: absolute;
  z-index: 1102;
  top: 0;
  width: 0;
  height: 100%;
  transition: all 0.3s ease-out;
}
.detail-drawer .detail-drawer-close {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.detail-drawer.detail-drawer-left {
  left: 0;
}
.detail-drawer.detail-drawer-left .detail-drawer-mask {
  height: 46rem;
  left: 0;
}
.detail-drawer.detail-drawer-left .detail-drawer-wrapper {
  left: 0;
  padding: 1.5rem 1rem 2rem 1rem;
  width: 35%;
  transform: translateX(-100%);
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.75));
  border-radius: 5px;
  height: 100%;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.detail-drawer.detail-drawer-right {
  right: 0;
}
.detail-drawer.detail-drawer-right .detail-drawer-mask {
  height: 46rem;
  right: 0;
}
.detail-drawer.detail-drawer-right .detail-drawer-wrapper {
  right: 0;
  width: 37.5%;
  transform: translateX(100%);
  padding: 1.5rem 1rem 2rem 1rem;
  border-radius: 5px;
  height: 100%;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.15));
}
.detail-drawer.detail-drawer-open {
  width: 100%;
}
.detail-drawer.detail-drawer-open .detail-drawer-mask {
  width: 100%;
  opacity: 1;
  height: 100%;
  pointer-events: auto;
}
.detail-drawer.detail-drawer-open .detail-drawer-wrapper {
  transform: none;
}
.detail-drawer.detail-drawer-open .detail-drawer-close {
  width: 2rem;
  height: 2rem;
  background-image: url("https://img.alicdn.com/imgextra/i1/O1CN01b7M40N1p4CBQMMWXZ_!!6000000005306-2-tps-42-42.png");
  background-size: cover;
  cursor: pointer;
  opacity: 1;
  z-index: 1200;
  transform: scale(0.5);
  position: relative;
  top: -0.5rem;
}
.detail-drawer.detail-drawer-open .detail-drawer-main {
  opacity: 1;
}
.detail-drawer .detail-drawer-main {
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.detail-drawer .detail-drawer-header {
  position: relative;
  margin: 0 0 1.25rem;
  display: flex;
  flex-direction: column;
}
.detail-drawer .detail-drawer-header .detail-drawer-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.detail-drawer .detail-drawer-header .detail-drawer-title .detail-drawer-title-contant {
  color: #fff;
  background: #FF6A00;
  padding: 0.4rem 0.8rem;
  font-family: MicrosoftYaHei;
  font-size: 1.6rem;
  -webkit-text-size-adjust: none;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 1680px) {
  .detail-drawer .detail-drawer-header .detail-drawer-title .detail-drawer-title-contant {
    padding: 1rem 0.8rem;
  }
}
@media screen and (max-width: 1680px) and (min-width: 1440px) {
  .detail-drawer .detail-drawer-header .detail-drawer-title .detail-drawer-title-contant {
    padding: 0.8rem;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1200px) {
  .detail-drawer .detail-drawer-header .detail-drawer-title .detail-drawer-title-contant {
    padding: 0.6rem 0.8rem;
  }
}
@media screen and (max-width: 1200px) and (min-width: 960px) {
  .detail-drawer .detail-drawer-header .detail-drawer-title .detail-drawer-title-contant {
    padding: 0.55rem 0.8rem;
  }
}
@media screen and (max-width: 960px) and (min-width: 850px) {
  .detail-drawer .detail-drawer-header .detail-drawer-title .detail-drawer-title-contant {
    font-size: 1.1rem;
    padding: 0.3rem 0.8rem;
  }
}
@media screen and (max-width: 850px) {
  .detail-drawer .detail-drawer-header .detail-drawer-title .detail-drawer-title-contant {
    font-size: 0.8rem;
    padding: 0.2rem 0.8rem;
    letter-spacing: 0;
  }
}
.detail-drawer .detail-drawer-header .detail-drawer-title .detail-drawer-title-contant-icon {
  content: 'Data Management';
  color: #FF6A00;
  position: absolute;
  left: 0;
  font-size: 1rem;
  height: 1.8rem;
  top: -0.8rem;
  -webkit-transform-origin-x: 0;
}
.detail-drawer .detail-drawer-header .detail-drawer-title .detail-drawer-title-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 13.628779rem;
}
.detail-drawer .detail-drawer-header .detail-drawer-title .detail-drawer-title-box .detail-drawer-title-icon {
  width: 3.058165rem;
  height: 3.058165rem;
  background: url(https://img.alicdn.com/imgextra/i1/O1CN01Jc56NA28klhasy9h7_!!6000000007971-2-tps-46-68.png) top center no-repeat;
  background-size: cover;
  transform: scale(0.5);
  margin-left: -0.797782rem;
}
.detail-drawer .detail-drawer-header .detail-drawer-title .detail-drawer-title-box .detail-drawer-title-cn {
  font-size: 1.25rem;
  color: #093A94;
  margin-left: -0.332409rem;
  letter-spacing: 0;
  font-weight: bold;
}
.detail-drawer .detail-drawer-header .detail-drawer-map {
  position: absolute;
  top: 50%;
  right: 0;
  width: 54px;
  height: 62px;
  background-size: cover;
  transform: translateY(-50%);
}
.detail-drawer .detail-drawer-header .detail-drawer-map.digitalExpo {
  background-image: url("https://img.alicdn.com/imgextra/i1/O1CN01OhCtbg1mnacuTUnSM_!!6000000004999-2-tps-108-124.png");
}
.detail-drawer .detail-drawer-header .detail-drawer-map.digitalExpo::before,
.detail-drawer .detail-drawer-header .detail-drawer-map.digitalExpo::after {
  top: 31.2px;
  left: 13.44px;
}
.detail-drawer .detail-drawer-header .detail-drawer-map.holoCity {
  background-image: url("https://img.alicdn.com/imgextra/i4/O1CN01qjiiK11qWsdcR5ZJY_!!6000000005504-2-tps-108-124.png");
}
.detail-drawer .detail-drawer-header .detail-drawer-map.holoCity::before,
.detail-drawer .detail-drawer-header .detail-drawer-map.holoCity::after {
  top: 16px;
  left: 26.24px;
}
.detail-drawer .detail-drawer-header .detail-drawer-map.holoStore {
  background-image: url("https://img.alicdn.com/imgextra/i2/O1CN01Rk3am81k9cpn9h6ae_!!6000000004641-2-tps-108-124.png");
}
.detail-drawer .detail-drawer-header .detail-drawer-map.holoStore::before,
.detail-drawer .detail-drawer-header .detail-drawer-map.holoStore::after {
  top: 38.4px;
  left: 37.6px;
}
.detail-drawer .detail-drawer-header .detail-drawer-map::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #fa6400;
  border-radius: 50%;
  z-index: 1103;
  transform: translate(-50%, -50%);
  -webkit-animation: breathDot 1s ease-out infinite;
          animation: breathDot 1s ease-out infinite;
}
.detail-drawer .detail-drawer-header .detail-drawer-map::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: rgba(250, 100, 0, 0.2);
  border-radius: 50%;
  z-index: 1102;
  transform: translate(-50%, -50%);
  -webkit-animation: breathDot 1s ease-out infinite;
          animation: breathDot 1s ease-out infinite;
}
.detail-drawer .detail-drawer-body-mobile,
.detail-drawer .detail-drawer-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}
.detail-drawer .detail-drawer-body-mobile .detail-drawer-content-title,
.detail-drawer .detail-drawer-body .detail-drawer-content-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  color: #666;
  letter-spacing: 0;
  line-height: 1.375rem;
}
.detail-drawer .detail-drawer-body-mobile .detail-drawer-content-html,
.detail-drawer .detail-drawer-body .detail-drawer-content-html {
  font-weight: bold;
  margin-bottom: 0.8rem !important;
}
.detail-drawer .detail-drawer-body-mobile .detail-drawer-content-text,
.detail-drawer .detail-drawer-body .detail-drawer-content-text,
.detail-drawer .detail-drawer-body-mobile .detail-drawer-content-html,
.detail-drawer .detail-drawer-body .detail-drawer-content-html,
.detail-drawer .detail-drawer-body-mobile .detail-drawer-content-list,
.detail-drawer .detail-drawer-body .detail-drawer-content-list {
  width: 100%;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 0.82rem;
  color: #666;
  letter-spacing: 0;
  line-height: 1.1rem;
}
.detail-drawer .detail-drawer-body-mobile .detail-drawer-content-text ul,
.detail-drawer .detail-drawer-body .detail-drawer-content-text ul,
.detail-drawer .detail-drawer-body-mobile .detail-drawer-content-html ul,
.detail-drawer .detail-drawer-body .detail-drawer-content-html ul,
.detail-drawer .detail-drawer-body-mobile .detail-drawer-content-list ul,
.detail-drawer .detail-drawer-body .detail-drawer-content-list ul {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  list-style-type: none;
}
.detail-drawer .detail-drawer-body-mobile .detail-drawer-content-text ul li,
.detail-drawer .detail-drawer-body .detail-drawer-content-text ul li,
.detail-drawer .detail-drawer-body-mobile .detail-drawer-content-html ul li,
.detail-drawer .detail-drawer-body .detail-drawer-content-html ul li,
.detail-drawer .detail-drawer-body-mobile .detail-drawer-content-list ul li,
.detail-drawer .detail-drawer-body .detail-drawer-content-list ul li {
  position: relative;
  padding-left: 22px;
}
.detail-drawer .detail-drawer-body-mobile .detail-drawer-content-text ul li::before,
.detail-drawer .detail-drawer-body .detail-drawer-content-text ul li::before,
.detail-drawer .detail-drawer-body-mobile .detail-drawer-content-html ul li::before,
.detail-drawer .detail-drawer-body .detail-drawer-content-html ul li::before,
.detail-drawer .detail-drawer-body-mobile .detail-drawer-content-list ul li::before,
.detail-drawer .detail-drawer-body .detail-drawer-content-list ul li::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 6px;
  width: 4px;
  height: 4px;
  line-height: 1.25rem;
  vertical-align: middle;
  background-color: #000;
  border-radius: 50%;
}
.detail-drawer .detail-drawer-body-mobile .detail-drawer-content-list ul,
.detail-drawer .detail-drawer-body .detail-drawer-content-list ul {
  overflow: hidden;
}
.detail-drawer .detail-drawer-body-mobile .detail-drawer-content-list ul li,
.detail-drawer .detail-drawer-body .detail-drawer-content-list ul li {
  float: left;
  width: 33%;
  margin-bottom: 0.375rem;
  padding-left: 11px;
  line-height: 1.25rem;
}
.detail-drawer .detail-drawer-body-mobile .detail-drawer-content-list ul li::before,
.detail-drawer .detail-drawer-body .detail-drawer-content-list ul li::before {
  left: 0;
}
.detail-drawer .detail-drawer-body-mobile .detail-drawer-content-media,
.detail-drawer .detail-drawer-body .detail-drawer-content-media {
  position: relative;
  width: 100%;
}
.detail-drawer .detail-drawer-body-mobile .detail-drawer-content-media .detail-drawer-content-video-icon,
.detail-drawer .detail-drawer-body .detail-drawer-content-media .detail-drawer-content-video-icon {
  width: 6.648185rem;
  height: 6.648185rem;
  background: url(https://img.alicdn.com/imgextra/i4/O1CN01YH7bkS1tylZJU2pKG_!!6000000005971-2-tps-100-100.png) top center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: scale(0.5);
  z-index: 1000000;
}
.detail-drawer .detail-drawer-body-mobile .detail-drawer-content-media img,
.detail-drawer .detail-drawer-body .detail-drawer-content-media img,
.detail-drawer .detail-drawer-body-mobile .detail-drawer-content-media video,
.detail-drawer .detail-drawer-body .detail-drawer-content-media video {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.detail-drawer.isMobile .detail-drawer-mask {
  z-index: 100;
  height: 100%;
}
.detail-drawer.isMobile .detail-drawer-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 37.5%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1rem 1.5rem 1rem;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.15));
  transition: opacity 0.3s ease-out;
}
.detail-drawer.isMobile .detail-drawer-wrapper .detail-drawer-close {
  width: 2.5rem;
  height: 2.5rem;
  padding: 10px;
}
.detail-drawer.isMobile .detail-drawer-wrapper .detail-drawer-main {
  width: 100%;
}
.detail-drawer.isMobile .detail-drawer-wrapper .detail-drawer-content-media-mobile,
.detail-drawer.isMobile .detail-drawer-wrapper .detail-drawer-content-media {
  position: relative;
  left: 0;
  width: 100%;
}
.detail-drawer.isMobile .detail-drawer-wrapper .detail-drawer-content-media-mobile .detail-drawer-content-video-icon,
.detail-drawer.isMobile .detail-drawer-wrapper .detail-drawer-content-media .detail-drawer-content-video-icon {
  width: 6.648185rem;
  height: 6.648185rem;
  background: url(https://img.alicdn.com/imgextra/i4/O1CN01YH7bkS1tylZJU2pKG_!!6000000005971-2-tps-100-100.png) top center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: scale(0.5);
  z-index: 1000000;
}
.detail-drawer.isMobile .detail-drawer-wrapper .detail-drawer-content-media-mobile img,
.detail-drawer.isMobile .detail-drawer-wrapper .detail-drawer-content-media img,
.detail-drawer.isMobile .detail-drawer-wrapper .detail-drawer-content-media-mobile video,
.detail-drawer.isMobile .detail-drawer-wrapper .detail-drawer-content-media video {
  float: left;
  width: 100%;
  height: 100%;
}
.detail-drawer.isMobile .detail-drawer-wrapper .detail-drawer-content-list ul li {
  width: 50%;
  padding-left: 12px;
}
.detail-drawer.isMobile .detail-drawer-wrapper .detail-drawer-content-list ul li::before {
  left: 2px;
}
.detail-drawer.isMobile.detail-drawer-open .detail-drawer-wrapper {
  transform: none;
  opacity: 1;
}
.detail-drawer-left-mobile {
  left: 0;
}
.detail-drawer-left-mobile .detail-drawer-mask {
  left: 0;
}
.detail-drawer-left-mobile .detail-drawer-wrapper {
  left: 0;
  transform: translateX(-100%);
}
.detail-drawer-right-mobile {
  right: 0;
}
.detail-drawer-right-mobile .detail-drawer-mask {
  right: 0;
}
.detail-drawer-right-mobile .detail-drawer-wrapper {
  right: 0;
  transform: translateX(100%);
}
@-webkit-keyframes breathDot {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes breathDot {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

