.single {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.multi {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 设置最大显示行数 */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.el-loading-mask.is-fullscreen {
  z-index: 9999999 !important;
}

.el-loading-spinner i {
  color: #cc0000 !important;
}

.el-loading-spinner .el-loading-text {
  color: #cc0000 !important;
}

.el-loading-spinner .path {
  stroke: #cc0000 !important;
}

#gptbase-bubble-button {
  width: 120px;
  height: auto !important;
  border-radius: none !important;
  box-shadow: none !important;
  background: none !important;
  right: 105px !important;
}

#gptbase-bubble-button>div {
  background: none !important;
}

#gptbase-bubble-button>div img {
  width: 100% !important;
  height: 100% !important;
  border-radius: 0% !important;
}

#gptbase-message-bubbles div:nth-child(2) {
  margin-right: 200px !important;
}

.page {
  background-color: #fff;
  width: 100%;
}

.page header {
  padding: 30px 0;
}

.page header .head {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page header .head .logo {
  width: 235px;
  height: 76px;
  background: url('../images/LOGO.png') no-repeat;
  background-size: 100% 100%;
}

.page header .head .logo img {
  display: block;
}

.page header .head .search {
  width: 505px;
  height: 46px;
  position: relative;
  border: 2px solid #d50011;
  border-radius: 23px;
  overflow: hidden;
}

.page header .head .search input {
  width: 100%;
  height: 100%;
  padding: 0 150px 0 30px;
  font-size: 16px;
  color: #666;
}

.page header .head .search-btn {
  background-image: url('../images/icon_search.png');
  background-repeat: no-repeat;
  background-color: #d50011;
  background-size: 17px 17px;
  background-position: 30px center;
  display: block;
  padding-left: 50px;
  padding-right: 30px;
  color: #fff;
  font-size: 18px;
  width: 141px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 23px;
  cursor: pointer;
}

.page header .head-bm {
  width: 264px;
  height: 45px;
  background: url('../images/bg1.png') no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 45px;
}

.page nav {
  width: 100%;
  height: 47px;
  background: url('../images/bg6.png') no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.page nav .navs {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page nav .navs-item {
  flex: 1;
  font-size: 18px;
  color: #fff;
  height: 100%;
  line-height: 47px;
  display: block;
  text-align: center;
  cursor: pointer;
}

.page .navs_m {
  display: none;
}

.page .nav_tit {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex: 1;
  margin-bottom: 5px;
}

.page .nav_tit h3 {
  font-size: 24px;
  font-weight: bold;
  color: #010101;
  display: flex;
  align-items: center;
}

.page .nav_tit h3::before {
  content: '';
  display: block;
  width: 5px;
  height: 31px;
  background-color: #d50011;
  margin-right: 5px;
}

.page .nav_tit .more {
  flex: 1;
  background: url('../images/bg5.png') no-repeat;
  background-size: 87px 100%;
  background-position: left center;
  border-bottom: 1px solid #d50011;
  display: block;
  text-align: right;
  font-size: 14px;
  color: #707070;
  margin-left: 10px;
  padding-bottom: 7px;
}

.page .pic_list1-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px dotted #dfdfdf;
  cursor: pointer;
}

.page .pic_list1-item:last-child {
  border-bottom: 0;
}

.page .pic_list1-item .cover {
  width: 131px;
  height: 77px;
  display: block;
  object-fit: cover;
  margin-right: 19px;
}

.page .pic_list1-item .infos {
  min-width: calc(100% - 150px);
  flex: 1;
}

.page .pic_list1-item .infos h3 {
  font-size: 18px;
  color: #010101;
  line-height: 24px;
}

.page .pic_list1-item .infos .desc {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 10px;
}

.page .pic_list2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.page .pic_list2-item {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #dfdfdf;
  cursor: pointer;
}

.page .pic_list2-item .cover {
  width: 232px;
  height: 136px;
  display: block;
  object-fit: cover;
  margin-right: 20px;
}

.page .pic_list2-item .infos {
  min-width: calc(100% - 258px);
  flex: 1;
}

.page .pic_list2-item .infos h3 {
  font-size: 18px;
  color: #010101;
  line-height: 24px;
}

.page .pic_list2-item .infos p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}

.page .pic_list .pic_list2-item {
  width: 100%;
}

.page .image_list-item {
  width: 100%;
  /* width: 321px; */
  /* height: 189px; */
  position: relative;
  cursor: pointer;
}

.page .image_list-item .cover {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.page .image_list-item .tit {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 36px;
  background-color: rgba(51, 51, 51, 0.5);
  text-align: center;
  padding: 0 10px;
  line-height: 36px;
  font-size: 18px;
  color: #fff;
}

.page .image_list2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.page .image_list2-item {
  width: 280px;
  margin-right: calc((100% - 1120px) / 4);
  margin-bottom: 15px;
  cursor: pointer;
}

.page .image_list2-item:nth-child(4n) {
  margin-right: 0;
}

.page .image_list2-item .cover {
  width: 100%;
  height: 280px;
  display: block;
  object-fit: cover;
}

.page .image_list2-item .tit {
  font-size: 18px;
  padding: 10px 5px;
  color: #333;
}

.page .per_list {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.page .per_list-item {
  width: 172px;
  cursor: pointer;
}

.page .per_list-item .avatar {
  width: 172px;
  height: 172px;
  border: 1px dotted #d50011;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  background-color: #fff;
  position: relative;
}

.page .per_list-item .avatar img {
  width: 133px;
  height: 133px;
  object-fit: cover;
  background-color: #fff;
  border-radius: 50%;
}

.page .per_list-item .infos {
  width: 171px;
  height: 272px;
  background: url('../images/bg3.png') no-repeat;
  background-size: 100% 100%;
  margin-top: -20px;
  z-index: 0;
  padding: 30px 19px 0;
}

.page .per_list-item .infos h3 {
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}

.page .per_list-item .infos p {
  font-size: 18px;
  color: #ffffff;
  line-height: 1.5;
  margin-top: 10px;
  overflow-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 7;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  display: -webkit-box;
  display: -moz-box;
}

.page .goods_list {
  width: 100%;
  display: flex;
}

.page .goods_list-item {
  width: 131px;
  margin-right: 30px;
  cursor: pointer;
}

.page .goods_list-item .cover {
  width: 131px;
  height: 131px;
  display: block;
  object-fit: cover;
}

.page .goods_list-item h3 {
  font-size: 18px;
  color: #000000;
  margin-top: 10px;
}

.page .goods_list-item p {
  width: 130px;
  height: 23px;
  background: #d50011;
  font-size: 18px;
  font-family: FZCSK;
  font-weight: normal;
  color: #fffefe;
  text-align: center;
  line-height: 23px;
  margin-top: 10px;
}

.page .loadmore {
  margin: 20px auto;
  font-size: 14px;
  color: #ccc;
  text-align: center;
  cursor: pointer;
}

.page .box_1 {
  display: flex;
  justify-content: space-between;
}

.page .box_1-left {
  width: 692px;
  height: 407px;
}

.page .box_1-left img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.page .box_1-left p {
  width: 100%;
  background: rgba(51, 51, 51, 0.5);
  padding: 0 10px;
  height: 33px;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 14px;
  color: #fff;
  line-height: 33px;
  padding-right: 150px;
}

.page .box_1-left .el-carousel__indicators--horizontal {
  text-align: right;
  left: 86%;
  white-space: nowrap;
}

.page .box_1-left .el-carousel__button {
  width: 9px;
  height: 9px;
  background: #ffffff;
  opacity: 1;
}

.page .box_1-left .el-carousel__indicator.is-active button {
  background-color: #d50011;
}

.page .box_1-right {
  width: calc(100% - 722px);
}

.page .class_list {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.page .class_list-item {
  width: 220px;
  height: 66px;
  cursor: pointer;
}

.page .class_list-item img {
  width: 100%;
  height: 100%;
  display: block;
}

.page .btn_bm_m {
  display: none;
}

.page .box_4-vs {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page .box_4-vs .left {
  width: 806px;
  height: 474px;
  position: relative;
  cursor: pointer;
}

.page .box_4-vs .left::before {
  content: '';
  display: block;
  width: 64px;
  height: 51px;
  background: url('../images/icon_play.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.page .box_4-vs .left img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: relative;
}

.page .box_4-vs .right {
  flex: 1;
  height: 474px;
  background: #2e3338;
  padding: 0 30px;
}

.page .box_4-vs .right .pic_list1 {
  height: 100%;
}

.page .box_4-vs .right .pic_list1-item {
  padding: 20px 0;
  cursor: pointer;
}

.page .box_4-vs .right .pic_list1-item .cover {
  position: relative;
}

.page .box_4-vs .right .pic_list1-item .cover img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.page .box_4-vs .right .pic_list1-item .cover::before {
  content: '';
  display: block;
  width: 31px;
  height: 25px;
  background: url('../images/icon_play.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9999;
}

.page .box_4-vs .right .pic_list1 .infos h3,
.page .box_4-vs .right .pic_list1 .infos p {
  color: #fff;
}

.page .box_7 .slideTxtBox2 {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
  padding: 0 50px;
}

.page .box_7 .slideTxtBox2 .hd {
  width: 100%;
  height: 68px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  overflow: hidden;
}

.page .box_7 .slideTxtBox2 .hd a {
  width: 21px;
  height: 68px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  cursor: pointer;
  z-index: 9;
}

.page .box_7 .slideTxtBox2 .hd .prev {
  background-image: url('../images/re_left.png');
  background-repeat: no-repeat;
  background-size: 21px 68px;
  background-position: center center;
  left: 0;
}

.page .box_7 .slideTxtBox2 .hd .next {
  background-image: url('../images/re_right.png');
  background-repeat: no-repeat;
  background-size: 21px 68px;
  background-position: center center;
  right: 0;
}

.page .box_7 .slideTxtBox2 .bd .tempWrap {
  width: 100% !important;
}

.page .box_7 .slideTxtBox2 .bd ul {
  overflow: hidden;
  zoom: 1;
}

.page .box_7 .slideTxtBox2 .bd ul li {
  width: 131px !important;
  margin-right: 30px;
  float: left;
  _display: inline;
  text-align: center;
}

.page .box {
  width: 1200px;
  margin: 30px auto;
}

.page .box .slideTxtBox {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}

.page .box .slideTxtBox .hd {
  overflow: hidden;
}

.page .box .slideTxtBox .hd a {
  width: 21px;
  height: 68px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  cursor: pointer;
  z-index: 9;
}

.page .box .slideTxtBox .hd .prev {
  background-image: url('../images/re_left.png');
  background-repeat: no-repeat;
  background-size: 21px 68px;
  background-position: center center;
  left: 0;
}

.page .box .slideTxtBox .hd .next {
  background-image: url('../images/re_right.png');
  background-repeat: no-repeat;
  background-size: 21px 68px;
  background-position: center center;
  right: 0;
}

.page .box .slideTxtBox .bd ul {
  overflow: hidden;
  zoom: 1;
}

.page .box .slideTxtBox .bd ul li {
  margin-right: 30px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
}

.page footer {
  width: 100%;
  height: 345px;
  background: url('../images/bg4.png') no-repeat;
  background-size: 100% 100%;
  background-position: center bottom;
}

.page footer .foot {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.page footer .foot-logo {
  display: block;
  margin-right: 70px;
}

.page footer .foot .code h3 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
}

.page footer .foot .code-list {
  display: flex;
}

.page footer .foot .code-list-item {
  text-align: center;
  margin-right: 15px;
}

.page footer .foot .code-list-item .cover {
  width: 87px;
  height: 87px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page footer .foot .code-list-item .cover img {
  width: 81px;
  display: block;
}

.page footer .foot .code-list-item p {
  font-size: 14px;
  color: #ffffff;
  line-height: 11px;
  margin-top: 10px;
}

.page .float_top {
  display: block;
  position: fixed;
  right: 30px;
  bottom: 25vh;
  cursor: pointer;
  z-index: 9999999999;
}

.page .float_top img {
  display: block;
}

.page .float_ai {
  position: fixed;
  right: 45px;
  bottom: 160px;
  z-index: 999;
  text-align: center;
}

.page .float_ai .close {
  margin-bottom: 10px;
  display: block;
  cursor: pointer;
}

.page .protocol {
  font-size: 14px;
  color: #333;
}

.page .protocol a {
  color: #d50011;
}

.page .el-checkbox__input.is-checked .el-checkbox__inner,
.page .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #d50011;
  border-color: #d50011;
}

.page .el-checkbox__input.is-checked+.el-checkbox__label {
  color: #d50011;
}

.page .detail {
  padding: 30px;
  width: 1200px;
  margin: 0 auto 30px;
  background-color: #fff;
  border-radius: 18px;
}

.page .detail .tit {
  margin: -80px auto 0;
  width: 50%;
}

.page .detail .wrap_detail .deta_tit {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #d50011;
  text-align: center;
}

.page .detail .wrap_detail .deta_info {
  display: inline-block;
  padding: 10px 0;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  width: 100%;
  border-bottom: 1px dashed #777777;
  text-align: center;
}

.page .detail .wrap_detail .deta_info span {
  margin-right: 30px;
}

.page .detail .wrap_detail .deta_cont {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: normal;
  color: #333333;
  padding: 30px 0;
  width: 100%;
}

.page .detail .wrap_detail .deta_cont div,
.page .detail .wrap_detail .deta_cont p {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
}

.page .detail .wrap_detail .deta_cont img {
  max-width: 100% !important;
  margin: 10px auto;
  display: block;
}

.page .detail .wrap_detail .deta_cont video {
  width: 948px;
  height: 305px;
  background-color: #000;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.page .img_list {
  height: 600px;
  overflow: hidden;
}

.page .img_list .el-image {
  float: left;
  margin-right: calc((100% - 1080px) / 3);
  margin-bottom: 30px;
}

.page .img_list .el-image:nth-child(4n) {
  margin-right: 0;
}

.page .img_list a {
  display: block;
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 30px;
  position: relative;
}

.page .img_list a:nth-child(2n) {
  margin-right: 0;
}

.page .img_list a::before {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  background: url('../images/icon_play.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.page .img_list a img {
  width: 100%;
  height: 350px;
  display: block;
  object-fit: cover;
}

.page .img_list a p {
  color: #102ec8;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
}

.page .g_part4 {
  background: url('../images/box1.png') no-repeat;
  background-size: 100% 100%;
}

.page .box_5_m {
  display: none;
}

.page .box_7_m {
  display: none;
}

.page .tabbar {
  display: none;
}

.page .subNav {
  display: none;
}

.page .form {
  padding: 30px 100px;
  width: 100%;
  margin: 30px auto 0;
  box-shadow: 0px 0px 36px 2px rgba(0, 0, 0, 0.1);
}

.flex0 {
  display: flex;
  justify-content: space-between;
}

.flex0 .item1 {
  width: 50%;
  margin-top: 15px;
}

.flex0 .item1:last-child {
  width: calc(50% - 40px);
}

.flex0 .tit0 {
  padding: 5px 10px;
  border-radius: 30px;
  background-color: #cc0000;
  color: #fff;
}

.flex0 .item1 a {
  color: #cc0000;
}

.flex0 .pic_list2-item {
  width: 100%;
  padding: 16px 0;
}

.flex0 .pic_list2-item .cover {
  width: 170px;
  height: 115px;
  margin-right: 10px;
}

.pic_list20 .pic_list2-item:last-child {
  border: none;
}

.sh_line {
  flex: 1;
  height: 0.5px;
  margin: 0 0.05rem;
  background-color: #cc0000;
}

.sh_content {
  display: none;
}

@media only screen and (max-width: 750px) {
  .sh_content {
    display: block;
  }

  html {
    font-size: calc(100vw / 3.75) !important;
  }

  .el-message-box {
    width: 80vw !important;
  }

  .page {
    width: 100%;
    overflow: hidden;
    background-color: #f6f6f6;
    padding-bottom: 0.55rem;
  }

  .page header {
    padding: 0.08rem 0.15rem;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0.01rem 0.04rem 0px rgba(34, 34, 34, 0.1);
  }

  .page header .head {
    width: 100%;
  }

  .page header .head .logo {
    width: 0.92rem;
    height: 0.3rem;
    background: url('../images/m/logo.png') no-repeat;
    background-size: 100% 100%;
  }

  .page header .head .search {
    width: 1.71rem;
    height: 0.27rem;
    background-color: #f6f6f6;
    border-radius: 0.13rem;
    border: none;
    background-image: url('../images/m/icon_search.png');
    background-repeat: no-repeat;
    background-position: 0.1rem center;
    background-size: 0.11rem 0.11rem;
  }

  .page header .head .search input {
    font-size: 0.12rem;
    color: #94979a;
    padding: 0 0.1rem 0 0.3rem;
  }

  .page header .head .search-btn {
    display: none;
  }

  .page header .head-bm {
    display: none;
  }

  .page nav {
    display: none !important;
  }

  .page .navs_m {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    padding: 0.15rem 0 0;
    margin-top: 0.1rem;
  }

  .page .navs_m-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
  }

  .page .navs_m-item img {
    width: 0.39rem;
  }

  .page .navs_m-item p {
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.29rem;
  }

  .page .nav_tit h3 {
    font-size: 0.16rem;
  }

  .page .nav_tit h3::before {
    width: 0.025rem;
    height: 0.155rem;
    border-radius: 0.015rem;
  }

  .page .nav_tit .more {
    background-size: 0.48rem 100%;
    font-size: 0.12rem;
    padding-bottom: 0.05rem;
  }

  .page .pic_list1-item .cover {
    width: 1.25rem;
    height: 0.73rem;
    margin-right: 0.15rem;
  }

  .page .pic_list1-item .infos {
    min-width: calc(100% - 1.4rem);
  }

  .page .pic_list1-item .infos h3 {
    font-size: 0.15rem;
  }

  .page .pic_list1-item .infos .desc {
    font-size: 0.12rem;
    margin-top: 0.05rem;
  }

  .page .float_ai {
    right: 0;
    bottom: 1.3rem;
    width: 1.43rem;
  }

  .page .float_ai img {
    width: 1.43rem;
  }

  .page .float_ai .close {
    width: 0.15rem;
  }

  .page .btn_bm_m {
    display: block;
    width: 0.48rem;
    position: fixed;
    right: 0.1rem;
    bottom: 30vh;
    z-index: 999999;
  }

  .page .box {
    width: 100%;
    margin: 0;
    padding: 0.15rem;
  }

  .page .box .slideTxtBox {
    height: 0.9rem;
    margin-top: 0;
  }

  .page .box .slideTxtBox .hd a {
    width: 0.2rem;
    height: 0.45rem;
    opacity: 0.5;
  }

  .page .box .slideTxtBox .hd .next {
    background-size: 0.05rem auto !important;
    border-radius: 0.1rem 0 0 0.1rem !important;
  }

  .page .box .slideTxtBox .hd .prev {
    background-size: 0.05rem auto !important;
    border-radius: 0 0.1rem 0.1rem 0 !important;
  }

  .page .box .slideTxtBox .bd ul li {
    margin-right: 0.1rem;
    width: 1.35rem !important;
  }

  .page .box .slideTxtBox .bd ul li .el-image {
    width: 1.35rem !important;
    height: 0.9rem !important;
  }

  .page .box .slideTxtBox .bd ul li img {
    width: 1.35rem !important;
    height: 0.9rem !important;
  }

  .page .box_1 {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
  }

  .page .box_1-left {
    width: 100%;
    height: 1.88rem;
  }

  .page .box_1-left p {
    padding-right: 0.85rem;
  }

  .page .box_1-left .el-carousel__container {
    height: 1.88rem !important;
  }

  .page .box_1-left .el-carousel__button {
    width: 0.045rem;
    height: 0.045rem;
  }

  .page .box_1-right {
    margin-left: 0;
    width: 100%;
    padding: 0.15rem;
    background-color: #fff;
    margin-top: 0.1rem;
  }

  .page .box_2 {
    display: none;
  }

  .page .box_3 {
    width: 100%;
    background-color: #fff;
    padding: 0.15rem;
    margin-top: 0.1rem;
  }

  .page .box_4 {
    width: 100%;
    background-color: #fff;
    padding: 0.15rem;
    margin-top: 0.1rem;
  }

  .page .box_4-vs {
    margin-top: 0;
  }

  .page .box_4 .left {
    display: none;
  }

  .page .box_4 .right {
    background: none;
    margin-left: 0;
    width: 100%;
    padding: 0;
    height: auto;
  }

  .page .box_4 .right .pic_list1 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    height: auto;
  }

  .page .box_4 .right .pic_list1-item {
    border-bottom: 0;
    margin-top: 0.15rem;
    width: 1.66rem;
    flex-direction: column;
    padding: 0;
  }

  .page .box_4 .right .pic_list1-item .cover {
    width: 1.66rem;
    height: 1.08rem;
    margin-right: 0;
  }

  .page .box_4 .right .pic_list1-item .cover::before {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .page .box_4 .right .pic_list1-item .infos {
    min-width: 100%;
    width: 100%;
    text-align: center;
  }

  .page .box_4 .right .pic_list1-item .infos h3 {
    font-size: 0.15rem;
    color: #333333;
  }

  .page .box_4 .right .pic_list1-item .infos .desc {
    display: none;
  }

  .page .box_bm {
    display: none;
  }

  .page .box_5 {
    display: none;
  }

  .page .box_5_m {
    display: block;
  }

  .page .box_5_m .pic_list1-item .cover::before {
    display: none !important;
  }

  .page .box_6 {
    width: 100%;
    background-color: #fff;
    padding: 0.15rem;
    margin-top: 0.1rem;
  }

  .page .box_6 .per_list {
    flex-wrap: wrap;
  }

  .page .box_6 .per_list-item {
    width: 1.67rem;
  }

  .page .box_6 .per_list-item .avatar {
    width: 1.67rem;
    height: 1.67rem;
    border-radius: 0;
    border: none;
  }

  .page .box_6 .per_list-item .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
  }

  .page .box_6 .per_list-item .infos {
    background: none;
    height: auto;
    padding: 0;
    margin-top: 0;
  }

  .page .box_6 .per_list-item .infos h3 {
    color: #333;
    font-size: 0.15rem;
    padding: 0.1rem 0;
  }

  .page .box_6 .per_list-item .infos p {
    display: none;
  }

  .page .pic_list2-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0.1rem 0;
  }

  .page .pic_list2-item .cover {
    width: 1.16rem;
    height: 0.68rem;
    margin-right: 0.14rem;
  }

  .page .pic_list2-item .infos {
    min-width: calc(100% - 1.3rem);
  }

  .page .pic_list2-item .infos h3 {
    font-size: 0.15rem;
  }

  .page .pic_list2-item .infos p {
    font-size: 0.12rem;
  }

  .page .float_top img {
    width: 0.4rem;
  }

  .page footer {
    display: none;
  }

  .page .box_7 {
    display: none;
  }

  .page .box_7_m {
    background-color: #fff;
    padding: 0.15rem;
    width: 100%;
    margin-top: 0.1rem;
    display: block;
  }

  .page .goods_list {
    display: flex;
    flex-wrap: wrap;
  }

  .page .goods_list-item {
    width: 1.08rem;
    margin-right: calc((100% - (1.08rem * 3)) / 2);
    margin-top: 0.1rem;
  }

  .page .goods_list-item:nth-child(3n) {
    margin-right: 0;
  }

  .page .goods_list-item .cover {
    width: 1.08rem;
    height: 1.08rem;
    background: #f4f4f4;
    border-radius: 0.05rem;
  }

  .page .goods_list-item .tit {
    color: #666666;
    font-size: 0.13rem;
    line-height: 0.19rem;
    margin-top: 0.05rem;
    min-height: 3em;
  }

  .page .goods_list-item p {
    font-size: 0.14rem;
    font-weight: bold;
    color: #cc0000;
    background: none;
    width: 100%;
    text-align: left;
    margin-top: 0;
  }

  .page .tabbar {
    width: 100%;
    height: 0.49rem;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.15rem;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
  }

  .page .tabbar-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    cursor: pointer;
  }

  .page .tabbar-item img {
    width: 0.2rem;
  }

  .page .tabbar-item p {
    font-size: 0.12rem;
    color: #666;
  }

  .page .tabbar .active p {
    color: #d50011;
  }

  .page .form {
    padding: 0;
    width: 100%;
    margin: 0;
    box-shadow: none;
  }

  .page .class_list {
    display: none !important;
  }

  .page .subNav {
    flex-wrap: wrap;
    overflow: hidden;
    justify-content: flex-start;
    display: flex;
    align-items: center;
  }

  .page .subNav-item {
    margin-right: 0.1rem;
    padding: 0 0.12rem;
    height: 0.25rem;
    line-height: 0.25rem;
    background: rgba(213, 0, 17, 0.5);
    border-radius: 0.04rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.13rem;
    color: #fff;
    margin-bottom: 0.06rem;
    display: inline-block;
  }

  .page .subNav .active {
    background: #d50011;
  }

  .page .image_list2 {
    justify-content: space-between;
  }

  .page .image_list2-item {
    width: 1.67rem;
    margin-right: 0;
    margin-bottom: 0.1rem;
    cursor: pointer;
  }

  .page .image_list2-item .cover {
    width: 1.67rem;
    height: 1.67rem;
  }

  .page .image_list2-item .tit {
    font-size: 0.15rem;
    padding: 0.1rem 0 0;
    text-align: center;
  }

  .page .detail {
    width: 100%;
    margin: 0 auto;
    padding: 0.15rem;
    box-sizing: border-box;
    border-radius: 0.1rem;
  }

  .page .detail .tit {
    width: 100%;
    margin-top: -0.35rem;
  }

  .page .detail .wrap_detail .deta_tit {
    font-size: 0.18rem;
  }

  .page .detail .wrap_detail .deta_cont {
    padding: 0.15rem 0 !important;
  }

  .page .detail .wrap_detail .deta_cont iframe {
    height: 2.1rem !important;
  }

  .page .detail .wrap_detail .deta_cont img {
    height: auto !important;
  }

  #gptbase-bubble-button {
    width: 1rem;
    height: auto !important;
    bottom: 7vh !important;
    right: 16px !important;
  }

  #gptbase-message-bubbles div:nth-child(2) {
    margin-right: 1rem !important;
  }

  .float_top {
    left: 15px !important;
  }
}