* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  font-weight: 400;
  font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", "微软雅黑", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
}
html {
  height: 100%;
}
a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
i {
  font-style: normal;
  color: #EB1F1F;
  font-weight: 800;
}
li {
  list-style: none;
}
img {
  width: auto;
  height: auto;
  display: block;
}
span {
  display: inline-block;
}
.center {
  margin: 0 auto;
}
button {
  border: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
.showed {
  display: block !important;
}
.opacity0 {
  width: 0rem;
  height: 0rem;
  position: absolute;
  opacity: 0;
}
.textControl {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.textControl2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.textControl3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.flexcc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flexccc {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.flexjs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flexjsa {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.hide {
  display: none;
}
.stricky-fixed {
  position: sticky;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  z-index: 2;
  box-shadow: 0 0.1rem 0.4rem 0.1rem rgba(0, 0, 0, 0.1);
  -webkit-animation-name: menu_sticky;
  animation-name: menu_sticky;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
body {
  min-width: 320px;
  max-width: 540px;
  margin: 0 auto;
  background-color: #FFFFFF;
}
header {
  position: relative;
}
header .banner_case {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
header .top_box {
  padding: 0 0.7rem;
  width: 100%;
  height: 3.5rem;
  border-bottom: 0.05rem solid #ffffff17;
}
header .top_box .header_content {
  height: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .top_box .header_content .header_content_left .jc_log {
  display: inline-block;
}
header .top_box .header_content .header_content_left .jc_log img {
  height: 1.313rem;
}
header .top_box .header_content .header_content_left span {
  font-weight: 400;
  font-size: 0.7rem;
  line-height: 0.9rem;
  color: #FFFFFF;
}
header .top_box .header_content .header_content_left span::before {
  content: '';
  width: 0.05rem;
  height: 1.137rem;
  margin: 0 0.5rem;
  background: #ffffff70;
}
header .top_box .header_content .user_box {
  display: flex;
}
header .top_box .header_content .go_login_case {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .top_box .header_content .go_login_case a {
  height: 0.9rem;
  font-size: 0.7rem;
  line-height: 0.9rem;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: CENTER;
  display: inline-block;
  color: #FFFFFF;
}
header .content-case {
  margin-top: 10.25rem;
  text-align: center;
}
header .content-case .btn {
  width: 7.8rem;
  height: 2.4rem;
  line-height: 2.4rem;
  background: linear-gradient(147.14deg, #FF8800 6.95%, #E63535 93.05%);
  box-shadow: 0rem 0.2rem 0.6rem rgba(236, 73, 40, 0.5);
  border-radius: 2.25rem;
  font-weight: bold;
  font-size: 0.9rem;
  color: #FFFFFF;
}
header .content-case .company-info {
  margin-top: 1.75rem;
  width: 17.75rem;
  padding: 1rem 0.5rem;
  border-radius: 1rem;
  background: #FFFFFF;
  box-shadow: 0rem 0.1rem 0.2rem 0rem rgba(40, 41, 61, 0.04), 0rem 0.4rem 0.8rem 0rem rgba(96, 97, 112, 0.16);
  flex-wrap: wrap;
  align-items: flex-start;
}
header .content-case .company-info .info_item {
  width: 7.775rem;
}
header .content-case .company-info .info_item strong {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  color: #0063F7;
}
header .content-case .company-info .info_item h3 {
  margin-top: 0.15rem;
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 0.8rem;
  text-align: center;
  color: #555770;
}
header .content-case .company-info .info_item p {
  margin-top: 0.6rem;
  font-size: 0.6rem;
  font-weight: 500;
  text-align: justify;
  color: #8F90A6;
}
header .content-case .company-info .info_item:nth-child(n+3) {
  margin-top: 0.5rem;
}
main section .top-title {
  padding-top: 1rem;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #28293D;
  text-align: center;
}
main section .content-box {
  margin-top: 1rem;
}
main .section-1 .content-box {
  padding: 0 0.8rem;
}
main .section-1 .content-box .infoSwiper {
  margin-top: 1rem;
  padding-bottom: 2.5rem;
  /* 随意指定一个height值即可 */
}
main .section-1 .content-box .infoSwiper .swiper-slide {
  height: 14.25rem;
}
main .section-1 .content-box .infoSwiper .swiper-slide-active {
  -webkit-animation: actheight 1s ease-in-out;
  /* Chrome, Safari, Opera */
  animation: actheight 1s ease-in-out;
  animation-fill-mode: forwards;
}
main .section-1 .content-box .item {
  justify-content: flex-start;
  margin-bottom: 0.6rem;
  padding: 1rem;
  width: 17rem;
  border-radius: 0.8rem;
  background: url(../imgh5/item-bg.png) no-repeat center;
  background-size: 100% contain;
  box-shadow: 0rem 1.8rem 2.4rem -0.6rem rgba(0, 148, 255, 0.1);
}
main .section-1 .content-box .item:last-child {
  margin-bottom: 0;
}
main .section-1 .content-box .ico_case {
  margin-right: 0.5rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../imgh5/ico_1.png) no-repeat center;
  background-size: auto 90%;
}
main .section-1 .content-box .num1 {
  background-image: url(../imgh5/ico_2.png);
}
main .section-1 .content-box .num2 {
  background-image: url(../imgh5/ico_3.png);
}
main .section-1 .content-box .num3 {
  background-image: url(../imgh5/ico_4.png);
}
main .section-1 .content-box .num4 {
  background-image: url(../imgh5/ico_5.png);
}
main .section-1 .content-box .num6 {
  background-image: url(../imgh5/ico_7.png);
}
main .section-1 .content-box h3 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.172rem;
  color: #28293D;
}
main .section-1 .content-box .case {
  width: 11.9rem;
}
main .section-1 .content-box .case .info {
  min-height: 2.7rem;
  margin-top: 0.6rem;
  font-size: 0.6rem;
  line-height: 150%;
  color: #555770;
}
main .section-2 .content-box {
  position: relative;
}
main .section-2 .product-list {
  padding-top: 1rem;
  padding-bottom: 3.9rem;
}
main .section-2 .product-list .case {
  justify-content: flex-start;
  width: 13.7rem;
  padding: 0.8rem;
  border-radius: 0.8rem;
  background: #FFFFFF;
  box-shadow: 0rem 0.1rem 0.4rem 0rem rgba(40, 41, 61, 0.08), 0rem 1rem 1.6rem 0rem rgba(96, 97, 112, 0.24);
}
main .section-2 .product-list .case h2 {
  font-size: 1rem;
  font-weight: bold;
  color: #28293D;
}
main .section-2 .product-list .case > span:nth-of-type(1) {
  font-size: 1rem;
  margin-top: 0.2rem;
  color: #0063F7;
}
main .section-2 .product-list .case > span:nth-of-type(2) {
  margin-top: 0.2rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.9rem;
}
main .section-2 .product-list .case > span:nth-of-type(2) b {
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 1.4rem;
  font-weight: bold;
  color: #FF3B3B;
}
main .section-2 .product-list .case hr {
  width: 100%;
  margin-top: 0.8rem;
  border: 1px solid #F2F2F2;
}
main .section-2 .product-list .case p {
  min-width: 12.1rem;
  height: 1.05rem;
  justify-content: flex-start;
  margin-top: 0.8rem;
}
main .section-2 .product-list .case p b {
  margin-right: 0.2rem;
  font-size: 0.9rem;
  font-weight: bold;
  color: #FF3B3B;
}
main .section-2 .product-list .case p span {
  font-size: 0.7rem;
  font-weight: 400;
  color: #29253C;
}
main .section-2 .product-list .case p::before {
  content: '';
  margin-right: 0.2rem;
  width: 1rem;
  height: 1rem;
  background: url(../img/icon-true.png) no-repeat center;
  background-size: 100%;
}
main .section-2 .btn-case {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 6;
}
main .section-2 .btn-case button {
  width: 17.15rem;
  height: 2.8rem;
  padding: 0.6rem 1.2rem;
  border-radius: 0.4rem;
  background: #0063F7;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.18px;
  color: #FFFFFF;
}
main .section-3 .top-title {
  padding-top: 1.5rem;
}
main .section-3 .content-box {
  padding: 0 0.5rem;
}
main .section-3 .content-box .item {
  width: 100%;
}
main .section-3 .content-box .item h3 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8rem;
  color: #1C1C28;
  text-align-last: center;
}
main .section-3 .content-box .item .course-list {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 4rem 4rem 4rem 4rem;
  grid-column-gap: 0.4rem;
  grid-row-gap: 0.8rem;
}
main .section-3 .content-box .item .course-list .item-box i {
  width: 2.5rem;
  height: 2.5rem;
  background: url(../img/icon01.png) no-repeat center;
  background-size: 100%;
}
main .section-3 .content-box .item .course-list .item-box span {
  margin-top: 0.2rem;
  font-size: 0.7rem;
  font-weight: 500;
  text-align: center;
  color: #555770;
}
main .section-3 .content-box .item .course-list .item-box:nth-child(2) i {
  background-image: url(../img/icon02.png);
}
main .section-3 .content-box .item .course-list .item-box:nth-child(3) i {
  background-image: url(../img/icon03.png);
}
main .section-3 .content-box .item .course-list .item-box:nth-child(4) i {
  background-image: url(../img/icon04.png);
}
main .section-3 .content-box .item .course-list .item-box:nth-child(5) i {
  background-image: url(../img/icon05.png);
}
main .section-3 .content-box .item .course-list .item-box:nth-child(6) i {
  background-image: url(../img/icon06.png);
}
main .section-3 .content-box .item .course-list .item-box:nth-child(7) i {
  background-image: url(../img/icon07.png);
}
main .section-3 .content-box .item .course-list .item-box:nth-child(8) i {
  background-image: url(../img/icon08.png);
}
main .section-3 .content-box .item:last-child {
  margin-top: 2rem;
}
main .section-3 .content-box .item:last-child .course-box {
  margin-top: 0.75rem;
  width: 17.4rem;
}
main .section-3 .content-box .item:last-child .course-box p span {
  padding: 0.4rem;
  margin-bottom: 0.6rem;
  width: max-content;
  height: 1.6rem;
  border-radius: 3rem;
  background: linear-gradient(103deg, #5B8DEF -30%, #0063F7 35%);
  font-size: 0.7rem;
  font-weight: 500;
  color: #FFFFFF;
}
main .section-3 .content-box .item:last-child .course-box p span:last-child {
  margin-left: 0.6rem;
}
main .section-3 .content-box .item:last-child .course-box p:last-child {
  margin-bottom: 0;
}
main .section-3 .content-box .coureListSwiper {
  margin-top: 1.5rem;
  width: 100%;
  height: 100%;
  /* 随意指定一个height值即可 */
}
main .section-3 .content-box .coureListSwiper .swiper-slide:last-child .logo-case {
  width: 100%;
  padding: 0 1rem;
}
main .section-3 .content-box .coureListSwiper .swiper-slide:last-child .logo-case:first-child {
  justify-content: flex-end;
  margin-bottom: 0.8rem;
}
main .section-3 .content-box .coureListSwiper .swiper-slide:last-child .logo-case img:nth-child(2) {
  margin-left: 1rem;
}
main .section-3 .content-box .coureListSwiper .swiper-slide:last-child .product1-list {
  margin-top: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 3rem;
}
main .section-3 .content-box .coureListSwiper .swiper-slide:last-child .product1-list .case {
  justify-content: flex-start;
  width: max-content;
  min-width: 12.8rem;
  border-radius: 0.8rem;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0rem 0.1rem 0.4rem 0rem rgba(40, 41, 61, 0.08), 0rem 1rem 1.6rem 0rem rgba(96, 97, 112, 0.24);
}
main .section-3 .content-box .coureListSwiper .swiper-slide:last-child .product1-list .case h2 {
  justify-content: flex-start;
  width: 100%;
  height: 2.8rem;
  padding: 0.8rem;
  background: linear-gradient(346deg, #73DFE7 -1%, #003AF7 64%);
  font-size: 0.8rem;
  color: #FFFFFF;
}
main .section-3 .content-box .coureListSwiper .swiper-slide:last-child .product1-list .case h2::before {
  content: '';
  margin-right: 0.6rem;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../img/icon-type01.png) no-repeat center;
  background-size: 80%;
}
main .section-3 .content-box .coureListSwiper .swiper-slide:last-child .product1-list .case .num1::before {
  background-image: url(../img/icon-type02.png);
}
main .section-3 .content-box .coureListSwiper .swiper-slide:last-child .product1-list .case .num2::before {
  background-image: url(../img/icon-type03.png);
}
main .section-3 .content-box .coureListSwiper .swiper-slide:last-child .product1-list .case p {
  padding: 0.8rem;
  width: 100%;
  align-items: flex-start;
}
main .section-3 .content-box .coureListSwiper .swiper-slide:last-child .product1-list .case p span {
  margin-bottom: 0.8rem;
  font-size: 0.7rem;
  font-weight: 400;
  color: #29253C;
}
main .section-3 .content-box .coureListSwiper .swiper-slide:last-child .product1-list .case p span:last-child {
  margin-bottom: 0;
}
main .section-3 .content-box .coureListSwiper > .swiper-slide {
  height: 18.7rem;
}
main .section-3 .content-box .coureListSwiper > .swiper-slide-active {
  -webkit-animation: actheight 1s ease-in-out;
  /* Chrome, Safari, Opera */
  animation: actheight 1s ease-in-out;
  animation-fill-mode: forwards;
}
main .section-3 .content-box .coureListSwiper .flw {
  flex-wrap: wrap;
}
main .section-3 .content-box .coureListSwiper .item-case {
  position: relative;
  padding: 0.3rem 0.5rem;
  width: 48%;
  height: 4rem;
  background: url(../img/case_bg01.png) no-repeat center;
  background-size: 100%;
}
main .section-3 .content-box .coureListSwiper .item-case .info-text {
  position: absolute;
  z-index: 2;
}
main .section-3 .content-box .coureListSwiper .item-case .info-text :first-child {
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 0.7rem;
  color: #0063F7;
}
main .section-3 .content-box .coureListSwiper .item-case .info-text :nth-child(2) {
  margin-top: 0.3rem;
  font-size: 0.7rem;
  font-weight: bold;
  line-height: 0.8rem;
  color: #1C1C28;
}
main .section-3 .content-box .coureListSwiper .item-case .info-text :last-child {
  margin-top: 0.25rem;
  font-size: 0.6rem;
  line-height: 0.7rem;
  color: #1C1C28;
}
main .section-3 .content-box .coureListSwiper .item-case:last-child {
  width: 100%;
}
main .section-3 .content-box .coureListSwiper .item-case:nth-of-type(2) {
  background-image: url(../img/case_bg02.png);
}
main .section-3 .content-box .coureListSwiper .item-case:nth-of-type(3) {
  background-image: url(../img/case_bg03.png);
}
main .section-3 .content-box .coureListSwiper .item-case:nth-of-type(4) {
  background-image: url(../img/case_bg04.png);
}
main .section-3 .content-box .coureListSwiper .item-case:nth-of-type(5) {
  background-image: url(../img/case_bg05.png);
}
main .section-3 .content-box .coureListSwiper .item-case:nth-of-type(6) {
  background-image: url(../img/case_bg06.png);
}
main .section-3 .content-box .coureListSwiper .item-case:nth-of-type(7) {
  background-image: url(../img/case_bg03.png);
}
main .section-3 .content-box .coureListSwiper .item-case:nth-of-type(8) {
  background-image: url(../img/case_bg04.png);
}
main .section-3 .content-box .coureListSwiper .item-case:nth-of-type(9) {
  background-image: url(../img/case_bg05.png);
}
main .section-3 .content-box .coureListSwiper .item-case:nth-of-type(n+3) {
  margin-top: 0.5rem;
}
main .section-3 .content-box .coureListSwiper .item-case::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: linear-gradient(90deg, #E3EEFF 31.25%, rgba(195, 225, 255, 0.2) 100%);
  z-index: 1;
  width: 100%;
  height: 100%;
}
main .section-4 {
  padding-bottom: 1.4rem;
}
main .section-4 .top-title {
  padding-top: 0;
}
main .section-4 .btn-href {
  margin-top: 1rem;
  display: flex;
  width: 10rem;
  height: 1.6rem;
  border-radius: 4rem;
  background: linear-gradient(90deg, #FF6235 2%, #FF7646 99%);
  box-shadow: 0rem 0.4rem 0.8rem 0rem rgba(255, 116, 68, 0.25), 0rem 1.2rem 2.4rem 0rem rgba(255, 116, 68, 0.5);
  font-family: OPPOSans-B;
  font-size: 0.7rem;
  font-weight: bold;
  line-height: 1rem;
  letter-spacing: 0.25px;
  color: #FFFFFF;
}
main .section-4 .hint {
  margin-top: 0.6rem;
  padding: 0 1.2rem;
  font-size: 0.8rem;
  line-height: 1rem;
  letter-spacing: 0.0125rem;
  color: #555770;
  text-align-last: center;
}
main .section-4 .content-box {
  margin-top: 1.25rem;
}
main .section-4 .content-box .training-base {
  padding-bottom: 2.25rem;
}
main .section-4 .content-box .swiper-slide {
  width: 14.45rem;
}
main .section-4 .content-box .swiper-slide img {
  width: 100%;
  border-radius: 0.6rem;
}
main .section-4 .content-box span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1.15rem;
  height: 0.4rem;
  background: linear-gradient(90deg, #3860D9 0%, #1C3CC7 100%);
  box-shadow: 0rem 0.5rem 1rem rgba(0, 0, 0, 0.04), 0rem 0.1rem 0.3rem rgba(0, 0, 0, 0.04), 0rem 0rem 0.05rem rgba(0, 0, 0, 0.04);
  border-radius: 0.4rem;
}
main .section-4 .content-box .info_list {
  position: relative;
  margin-top: 1.5rem;
  padding: 0 0.5rem;
}
main .section-4 .content-box .info_list .item_case {
  position: relative;
  border-radius: 0.4rem;
  cursor: pointer;
}
main .section-4 .content-box .info_list .item_case .duration {
  position: absolute;
  top: 3.8rem;
  right: 0.3rem;
  font-size: 0.5rem;
  line-height: 0.5rem;
  color: #FFFFFF;
  padding: 0.2rem;
  border-radius: 0.2rem;
  background: #0000006b;
}
main .section-4 .content-box .info_list .item_case P {
  margin-top: 0.3rem;
  font-size: 0.6rem;
  line-height: 0.8rem;
  color: #28293D;
}
main .section-4 .content-box .info_list .item_case img {
  border-radius: 0.4rem;
}
main .section-4 .content-box .info_list .item_case::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top: 0.75rem solid transparent;
  border-left: 1rem solid #FFF;
  border-bottom: 0.75rem solid transparent;
}
main .section-4 .content-box .info_list .swiper-button-prev:after {
  content: ' ';
}
main .section-4 .content-box .info_list .swiper-button-next:after {
  content: ' ';
}
main .section-4 .content-box .info_list .swiper-button-prev {
  width: 1.5rem;
  height: 1.5rem;
  top: 40%;
  left: 0rem;
  background: url(../img/prev.png) 0rem center no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
main .section-4 .content-box .info_list .swiper-button-next {
  width: 1.5rem;
  height: 1.5rem;
  top: 40%;
  right: 0rem;
  background: url(../img/next.png) 0rem center no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
main .section-4 .content-box .scene-title {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.17rem;
  color: #28293D;
}
main .section-4 .content-box .scene-list {
  margin-top: 1.2rem;
  position: relative;
  padding: 0 0.5rem;
}
main .section-4 .content-box .scene-list .swiper-slide {
  width: 7.4rem;
}
main .section-4 .content-box .scene-list .swiper-slide img {
  width: 100%;
  height: 4.15rem;
  border-radius: 0.4rem;
}
main .section-4 .content-box .scene-list .swiper-slide p {
  margin-top: 0.3rem;
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.13px;
  color: #28293D;
}
main .section-4 .content-box .scene-list .swiper-button-prev:after {
  content: ' ';
}
main .section-4 .content-box .scene-list .swiper-button-next:after {
  content: ' ';
}
main .section-4 .content-box .scene-list .swiper-button-prev {
  width: 1.5rem;
  height: 1.5rem;
  top: 40%;
  left: 0rem;
  background: url(../img/prev.png) 0rem center no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
main .section-4 .content-box .scene-list .swiper-button-next {
  width: 1.5rem;
  height: 1.5rem;
  top: 40%;
  right: 0rem;
  background: url(../img/next.png) 0rem center no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
main .section-5 {
  width: 100%;
  background: url(../imgh5/section3_bg.png) no-repeat center;
  background-size: 100% auto;
}
main .section-5 .content-box {
  margin-top: -2rem;
}
main .section-5 .content-box .caseListSwiper .swiper-slide {
  width: 13rem;
  height: 20rem;
  background-position: center;
  background-size: auto 65%;
  background-repeat: no-repeat;
}
main .section-5 .content-box .caseListSwiper .swiper-pagination {
  bottom: 2rem;
}
main .section-5 .content-box .caseListSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 1.2rem;
  height: 0.3rem;
  background: #FFFFFF;
  border-radius: 0.3rem;
}
main .section-6 .content-box .swiper-slide {
  width: 12.7rem;
}
main .section-6 .content-box .swiper-slide .case {
  width: 100%;
  padding: 0.45rem;
  background: #FFFFFF;
  box-shadow: 0rem 0.1rem 0.2rem rgba(40, 41, 61, 0.04), 0rem 0.4rem 0.8rem rgba(96, 97, 112, 0.16);
  border-radius: 0.6rem;
}
main .section-6 .content-box .swiper-slide img {
  width: 100%;
}
main .section-6 .content-box .swiper-slide span {
  margin-top: 0.6rem;
  width: 100%;
  font-size: 0.7rem;
  line-height: 0.9rem;
  color: #28293D;
  text-align: center;
}
main .section-7 .content-box .maxViewSwiper {
  padding-bottom: 2.5rem;
}
main .section-7 .content-box .maxViewSwiper .swiper-slide {
  width: 16.25rem;
}
main .section-7 .content-box .maxViewSwiper .swiper-slide .info_case {
  box-shadow: 0rem 0.1rem 0.2rem rgba(40, 41, 61, 0.04), 0rem 0.4rem 0.8rem rgba(96, 97, 112, 0.16);
  border-radius: 0.6rem;
  padding: 0.6rem 0.8rem 0.3rem;
  min-height: 22.5rem;
}
main .section-7 .content-box .maxViewSwiper .swiper-slide .info_case .name_title {
  align-items: flex-start;
  justify-content: start;
  width: 100%;
  padding-bottom: 0.8rem;
  border-bottom: 0.05rem solid #F2F2F5;
}
main .section-7 .content-box .maxViewSwiper .swiper-slide .info_case .name_title .vie_case {
  text-align: center;
  width: 4.25rem;
  background: url(../imgh5/view_bg.png) no-repeat bottom center;
  background-size: 100% auto;
}
main .section-7 .content-box .maxViewSwiper .swiper-slide .info_case .name_title .vie_case img {
  width: 3.15rem;
}
main .section-7 .content-box .maxViewSwiper .swiper-slide .info_case .name_title .key {
  margin-left: 0.8rem;
  align-items: flex-start;
  font-size: 0.7rem;
  line-height: 0.9rem;
  color: #8F90A6;
}
main .section-7 .content-box .maxViewSwiper .swiper-slide .info_case .name_title .key strong {
  margin-bottom: 0.7rem;
  font-size: 0.9rem;
  line-height: 1.2rem;
  font-weight: bold;
  color: #000000;
}
main .section-7 .content-box .maxViewSwiper .swiper-slide .info_case article {
  margin-top: 0.6rem;
  min-height: 5rem;
  font-size: 0.6rem;
  line-height: 150%;
  color: #555770;
}
main .section-7 .content-box .maxViewSwiper .swiper-slide .info_case .main_book {
  margin-top: 0.4rem;
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 1.05rem;
  color: #28293D;
}
main .section-7 .content-box .maxViewSwiper .swiper-slide .info_case .book_list {
  margin-top: 0.3rem;
  font-size: 0.6rem;
  line-height: 150%;
  color: #555770;
}
main .section-8 {
  padding-bottom: 2.5rem;
}
main .section-8 .content-box {
  padding: 0 0.8rem;
}
main .section-8 .content-box .left-case {
  padding-bottom: 0.7rem;
}
main .section-8 .content-box .left-case .scene {
  width: 100%;
  height: 10.339rem;
  background-position: center;
  background-size: 19.15rem 13.94rem;
  border-radius: 0.6rem;
  box-shadow: 0rem 0.1rem 0.2rem rgba(40, 41, 61, 0.04), 0rem 0.4rem 0.8rem rgba(96, 97, 112, 0.16);
}
main .section-8 .content-box .left-case p {
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 1.2rem;
  color: #28293D;
}
main .section-8 .content-box .left-case .info {
  margin-top: 0.8rem;
  width: 100%;
  font-size: 0.7rem;
  line-height: 150%;
  color: #8F90A6;
}
main .section-8 .content-box .right_case {
  padding: 1rem 1rem 1.5rem;
  background: #FFFFFF;
  box-shadow: 0rem 0.1rem 0.4rem rgba(40, 41, 61, 0.08), 0rem 1rem 1.6rem rgba(96, 97, 112, 0.24);
  border-radius: 0.6rem;
}
main .section-8 .content-box .right_case .hint {
  font-size: 0.7rem;
  line-height: 0.9rem;
  color: #28293D;
}
main .section-8 .content-box .right_case .from_box input {
  padding: 0.45rem 0.6rem;
  width: 100%;
  height: 1.761rem;
  line-height: 1.5em;
  background: #F2F2F5;
  border: none;
}
main .section-8 .content-box .right_case .from_box .input_item {
  position: relative;
}
main .section-8 .content-box .right_case .from_box .input_item input:first-child {
  width: 6rem;
}
main .section-8 .content-box .right_case .from_box .input_item input:last-child {
  width: 8.5rem;
}
main .section-8 .content-box .right_case .from_box .input_item input::-webkit-input-placeholder,
main .section-8 .content-box .right_case .from_box .input_item textarea::-webkit-input-placeholder {
  color: #8F90A6;
  font-size: 0.6rem;
  line-height: 0.8rem;
}
main .section-8 .content-box .right_case .from_box .input_item .validateCode {
  padding-right: 4.4rem;
  width: 8.5rem;
}
main .section-8 .content-box .right_case .from_box .input_item .btn_code {
  position: absolute;
  right: 0.8rem;
  font-weight: 400;
  font-size: 0.6rem;
  line-height: 0.8rem;
  color: #3E7BFA;
}
main .section-8 .content-box .right_case .from_box > :nth-child(n+1) {
  margin-top: 0.6rem;
}
main .section-8 .content-box .right_case .from_box .btn {
  width: 100%;
  height: 2.156rem;
  background: #3E7BFA;
  font-weight: bold;
  font-size: 0.7rem;
  line-height: 0.9rem;
  color: #FFFFFF;
}
main .section-8 .content-box .right_case .call_number {
  align-items: flex-start;
  font-weight: bold;
  font-size: 0.7rem;
  line-height: 0.9rem;
}
main .section-8 .content-box .right_case .call_number::before {
  content: '';
  width: 0.863rem;
  height: 0.863rem;
  margin-right: 0.15rem;
  background: url(../imgh5/ioc_call.png) no-repeat;
  background-size: auto 100%;
}
main .top-case {
  position: relative;
  width: 100%;
  height: 2.25rem;
  margin-bottom: 1.5rem;
}
main .top-case .swiper-button {
  width: 8rem;
  height: 100%;
  color: #555770;
  font-size: 0.7rem;
  line-height: 1.05rem;
  white-space: nowrap;
  border-bottom: 0.15rem solid transparent;
}
main .top-case .icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  fill: #555770;
}
main .top-case .swiper-slide-thumb-active {
  color: #3E7BFA;
  border-bottom: 0.15rem solid #3E7BFA;
}
main .top-case .swiper-slide-thumb-active .icon {
  fill: #3E7BFA;
}
main .top-case .active.swiper-button {
  color: #3E7BFA;
  border-bottom: 0.15rem solid #3E7BFA;
}
main .top-case .active.swiper-button .icon {
  fill: #3E7BFA;
}
main .white_font {
  color: #FFFFFF !important;
}
.top_item_list {
  width: 100%;
  flex-wrap: wrap;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.top_item_list .item {
  position: relative;
  justify-content: start;
  width: 8.35rem;
  height: 4.7rem;
  background: #2767D7;
  box-shadow: 0rem 0rem 0.6rem rgba(39, 103, 215, 0.3);
  border-radius: 0.4rem;
  cursor: pointer;
}
.top_item_list .item .ico {
  position: absolute;
  right: 0.4rem;
  top: -0.4rem;
  width: 2.2rem;
  height: 2.2rem;
  background: url(../imgh5/top_ico1.png) no-repeat center;
  background-size: auto 100%;
}
.top_item_list .item .right_cont {
  margin-left: 0.8rem;
  align-items: flex-start;
}
.top_item_list .item .right_cont p {
  font-weight: bold;
  font-size: 0.7rem;
  line-height: 0.9rem;
  color: #FFFFFF;
}
.top_item_list .item .right_cont span {
  margin-top: 0.4rem;
  font-size: 0.6rem;
  line-height: 0.8rem;
  color: #FFFFFF;
}
.top_item_list .item .right_cont span:last-child {
  margin-top: 0.2rem;
}
.top_item_list .item.item2 {
  background: #198FC0;
  box-shadow: 0rem 0rem 0.6rem rgba(25, 143, 192, 0.3);
}
.top_item_list .item.item2 .ico {
  background: url(../imgh5/top_ico2.png) no-repeat center;
  background-size: auto 100%;
}
.top_item_list .item.item3 {
  background: #1BB89C;
  box-shadow: 0rem 0rem 0.6rem rgba(27, 184, 156, 0.3);
}
.top_item_list .item.item3 .ico {
  background: url(../imgh5/top_ico3.png) no-repeat center;
  background-size: auto 100%;
}
.top_item_list .item.item4 {
  background: #E7844C;
  box-shadow: 0rem 0rem 0.6rem rgba(231, 132, 76, 0.3);
}
.top_item_list .item.item4 .ico {
  background: url(../imgh5/top_ico4.png) no-repeat center;
  background-size: auto 100%;
}
.top_item_list .item:nth-of-type(n+3) {
  margin-top: 0.8rem;
}
.top_item_list .item:nth-of-type(odd) {
  margin-right: 0.45rem;
}
.bottom_case {
  width: 100%;
  height: 15rem;
  background: #303133 url(../imgh5/bottom_banner.png) no-repeat;
  background-size: auto 100%;
}
.wx_code {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
}
.wx_code .content-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 15.8rem;
  width: 16.05rem;
  background: #FFFFFF;
  border-radius: 0.6rem;
  z-index: 9;
}
.wx_code .content-box h3 {
  height: 1.2rem;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.2rem;
  color: #333333;
}
.wx_code .content-box img {
  margin-top: 0.8rem;
  height: 7rem;
}
.wx_code .content-box p {
  margin-top: 0.6rem;
  font-weight: 500;
  font-size: 0.7rem;
  line-height: 1rem;
  text-align: center;
  color: #333333;
}
.wx_code .content-box b {
  font-weight: 600;
  font-size: 0.7rem;
  color: #EF2424;
}
.wx_code .content-box .hint {
  margin-top: 0.4rem;
  font-size: 0.55rem;
  line-height: 0.7rem;
  text-align: center;
  color: #999999;
}
.wx_code .btn {
  position: absolute;
  right: 0rem;
  top: 0rem;
  padding: 1rem;
  width: 1rem;
  height: 1rem;
  background: url(../imgh5/close1.png) no-repeat center center;
  background-size: auto 60%;
}
.wxCodeBox {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0rem;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  cursor: pointer;
  z-index: 999;
}
.wxCodeBox .case {
  padding: 1.2rem 0 1.5rem;
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15.95rem;
  height: 11.35rem;
  background: #FFFFFF;
  border-radius: 0.6rem;
  justify-content: space-between;
}
.wxCodeBox .case h3 {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 1.1rem;
  color: #333333;
}
.wxCodeBox .case img {
  width: 5.7rem;
}
.wxCodeBox .case p {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 0.7rem;
  line-height: 1rem;
  color: #333333;
}
.wxCodeBox .case .btn {
  position: absolute;
  left: 50%;
  bottom: -2.25rem;
  transform: translateX(-50%);
  width: 1.25rem;
  height: 1.25rem;
  background-size: 100%;
}
.init-img {
  width: 9rem;
  height: 5.1rem;
}
.init-btn {
  border: none !important;
}
.init-sapan {
  width: 40%;
  height: 0.9rem;
}
.mask {
  width: 100%;
  height: 100%;
  opacity: 0.35;
  background: #000000;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.video-box {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background: #0000003a;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.video-box .video {
  position: fixed;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background: #111;
}
.video-box .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  background: url(../img/ico_close.png) no-repeat center;
  background-size: auto 50%;
  cursor: pointer;
}
/* 提示 */
.toast {
  position: fixed;
  top: 30%;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  color: #fff;
  z-index: 10;
  font-size: 0.7rem;
  width: 12rem;
  line-height: 1.4rem;
  background: rgba(5, 5, 5, 0.6);
  border-radius: 0.4rem;
}
/*骨架屏*/
.chiaroscuro {
  background: #e5e5e5 !important;
  animation-duration: 1.5s;
  animation-name: blink;
  animation-iteration-count: infinite;
}
@keyframes blink {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes scaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
}
@keyframes an_bg {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
/* Chrome, Safari, Opera */
@-webkit-keyframes actheight {
  0% {
    height: 14.25rem;
    opacity: 0.2;
  }
  50% {
    height: auto;
    opacity: 0.5;
  }
  80% {
    height: auto;
    opacity: 1;
  }
  100% {
    height: auto;
    opacity: 1;
  }
}
/* Standard syntax */
@keyframes actheight {
  0% {
    height: 14.25rem;
    opacity: 0.2;
  }
  50% {
    height: auto;
    opacity: 0.5;
  }
  80% {
    height: auto;
    opacity: 1;
  }
  100% {
    height: auto;
    opacity: 1;
  }
}
