@keyframes comSwiperPoints {
  0% {
    background-position: center -20px;
  }
  24% {
    background-position: center -20px;
  }
  25% {
    background-position: center -50px;
  }
  49% {
    background-position: center -50px;
  }
  50% {
    background-position: center -80px;
  }
  74% {
    background-position: center -80px;
  }
  75% {
    background-position: center -110px;
  }
  100% {
    background-position: center -110px;
  }
}
@keyframes comSwiperColorPoints {
  0% {
    background-color: rgba(255, 255, 255, 0);
  }
  100% {
    background-color: rgb(255, 255, 255);
  }
}
@keyframes marqueeScroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-300%);
  }
}
@keyframes rotate_added {
0% {
  background-color: #012FA7;
  transform: rotate(-180deg);
}
100% {
  background-color: #012FA7;
  transform: rotate(1deg);
}
}
.btn {
  cursor: pointer;
  transition: all ease 0.2s;
  border-radius: 50px;
  border: 1px solid;
}

.btn-small {
  padding: 3px 29px;
}

.btn-normal {
  padding: 0.09rem 0.29rem;
}

.btn-theme {
  background-color: #012FA7;
  color: #fff;
  border-color: #012FA7;
}
.btn-theme:hover {
  background-color: #1482FF;
  border-color: #1482FF;
}

.btn-info {
  background-color: #fff;
  color: #797979;
  border-color: #797979;
}
.btn-info:hover {
  background-color: #012FA7;
  border-color: #012FA7;
  color: #fff;
}

.text-btn-theme {
  color: rgba(0, 0, 0, 0.72);
}
.text-btn-theme:hover {
  color: #012FA7;
}

.btn-text {
  border: none;
}

.com_main_left {
  float: left;
  width: 904px;
}

.com_main_right {
  float: right;
  width: 280px;
}

@media screen and (max-width: 1280px) {
  .com_main_left {
    width: calc(100vw - 64px - 200px - 38px);
  }
  .com_main_right {
    width: 200px;
  }
}
@media screen and (max-width: 900px) {
  .com_main_left {
    width: 100%;
  }
  .com_main_right {
    width: 100%;
  }
}
.banner-section {
  position: relative;
  overflow: hidden;
}
.banner-section .section-box {
  padding: 0;
}
.banner-section .section-main .title {
  max-width: 92%;
}
.banner-section .container {
  position: relative;
  z-index: 3;
}
.banner-section video {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.banner-section::before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.trend2-section .section-main {
  margin-top: 0.48rem;
}
.trend2-section .section-main .list-box {
  background-color: #012FA7;
  margin-right: 0.24rem;
  width: 3.64rem;
  color: #fff;
  padding: 0.48rem 0.36rem;
  flex-shrink: 0;
}
.trend2-section .section-main .list-box .list-title {
  font-size: 0.3rem;
  line-height: 0.42rem;
  font-weight: 900;
  white-space: nowrap;
  margin-bottom: 0.32rem;
}
.trend2-section .section-main .list-box .list {
  color: #DEDEDE;
  font-size: 0.14rem;
  line-height: 0.2rem;
}
.trend2-section .section-main .list-box .list li {
  margin-top: 0.2rem;
}
.trend2-section .section-main .list-box .list .top {
  align-items: center;
  display: flex;
}
.trend2-section .section-main .list-box .list .top .num {
  font-size: 0.48rem;
  line-height: 0.6rem;
  font-weight: 900;
  margin-right: 0.08rem;
  color: #fff;
  }
.trend2-section .section-main .list-box .list .top .unit {
  width: 0.18rem;
  height: 0.2rem;
  font-weight: 700;
  text-align: center;
  border-radius: 1rem;
  background-color: #fff;
  color: #012FA7;
  margin-bottom: 0.01rem;
flex-shrink: 0;
}
.trend2-section .section-main .list-box .list .info {
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.52rem auto;
  background-image: url("/assets/img/icon/line.svg");
}
.trend2-section .section-main .list-box .list .info span {
  font-weight: 700;
  text-decoration: underline;
}
.trend2-section .section-main .list-box .list .circle {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 1.38rem auto;
  background-image: url("/assets/img/index-trend-circle.svg");
  margin-top: 0.32rem;
  padding-left: 1.42rem;
  padding-top: 0.02rem;
}
.trend2-section .section-main .list-box .list .circle .info {
  font-size: 0.16rem;
  line-height: 0.24rem;
  background: none;
  padding-left: 0.12rem;
  position: relative;
  display: flex;
  align-items: center;
  word-break: keep-all;
}
.trend2-section .section-main .list-box .list .circle .info + .info {
  margin-top: 0.08rem;
}
.trend2-section .section-main .list-box .list .circle .info::before {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 1rem;
  position: absolute;
  left: 0;
  top: 0.09rem;
}
.trend2-section .section-main .list-box .list .circle .info:nth-child(1)::before {
  background-color: #1482FF;
}
.trend2-section .section-main .list-box .list .circle .info:nth-child(2)::before {
  background-color: #fff;
}
.trend2-section .section-main .list-box .list .circle .info span {
  color: #fff;
  margin: 0 0.02rem 0 0.04rem;
}
.trend2-section .section-main .list-box .list .circle .info .unit {
  width: 0.16rem;
  height: 0.16rem;
  font-weight: 700;
  text-align: center;
  border-radius: 1rem;
  background-color: #fff;
  color: #012FA7;
  line-height: 0.16rem;
  font-size: 0.12rem;
  margin: 0;
flex-shrink: 0;
  text-decoration: none;
}
.trend2-section .section-main .nav-bar {
  display: flex;
  align-items: center;
}
.trend2-section .section-main .nav-bar .nav-item {
  padding: 0.24rem;
  background-color: #DEDEDE;
  color: #000;
  font-size: 0.24rem;
  line-height: 0.36rem;
  font-weight: 500;
  white-space: nowrap;
}
.trend2-section .section-main .nav-bar .nav-item + .nav-item {
  margin-left: 0.24rem;
}
.trend2-section .section-main .nav-bar .nav-item.active {
  font-weight: 900;
  background-color: #fff;
  color: #012FA7;
}
.trend2-section .section-main .echart-box {
  flex: 1;
}
.trend2-section .section-main .echart-title {
  font-size: 0.24rem;
  line-height: 0.36rem;
  padding-left: 0.3rem;
  padding-top: 0.3rem; 
  font-weight: 900;
  color: #141414;
}
.trend2-section .section-main #echart-b {
  display: flex;
  align-items: center;
  justify-content: center;
}
.trend2-section .section-main .echart-tip {
  font-size: 0.14rem;
  line-height: 0.26rem;
  padding-left: 0.3rem;
  color: #797979;
}
.trend2-section .section-main .echart-main {
  height: 5.04rem;
  margin-top: 0.24rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 0.3rem;
  color: #797979;
  font-size: 12px;
  line-height: 1.25;
}

.service-section {
  background-color: #fff;
}
.service-section .btn-link {
  margin-top: 0.3rem;
  margin-bottom: 0.48rem;
  padding: 0.03rem 0.3rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.service-section .scroll-nav-box {
  position: sticky;
  top: 23%;
  float: left;
}
.service-section .scroll-nav-box > span {
  margin: 0 0 0.24rem;
  font-size: 0.2rem;
  line-height: 0.3rem;
}
.service-section .scroll-nav-box li {
  margin: 0.18rem 0;
  font-size: 0.18rem;
  line-height: 0.28rem;
  font-weight: 500;
  color: #797979;
  cursor: pointer;
}
.service-section .scroll-nav-box li::before {
  content: "";
  width: 0;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
  background-color: #000;
  transition: all ease 0.2s;
  border-radius: 4px;
}
.service-section .scroll-nav-box li.active {
  font-weight: 700;
  color: #000;
}
.service-section .scroll-nav-box li.active::before {
  width: 0.12rem;
  margin-right: 0.04rem;
}
.service-section .scroll-box {
  width: 75%;
  margin-left: auto;
}
.service-section .scroll-box .service-item {
  margin-bottom: 0.64rem;
}
.service-section .scroll-box .service-item .title {
  font-weight: 700;
  color: #000;
  font-size: 0.48rem;
  line-height: 0.6rem;
  display: block;
}
.service-section .scroll-box .service-item .info {
  margin: 0.12rem 0 0.24rem;
  color: #000;
  font-size: 0.18rem;
  line-height: 0.28rem;
}
.service-section .scroll-box .service-item .btn {
  padding: 0.09rem 0.29rem;
  margin-top: 0.24rem;
  margin-bottom: 0.4rem;
}

.ope-section .section-box {
padding-bottom: 0.44rem;
}
.ope-section .section-main {
display: flex;
flex-wrap: wrap;
margin-left: -0.12rem;
margin-right: -0.12rem;
margin-top: 0.3rem;
}
.ope-section .section-main .com-news-ver {
width: calc(50% - 0.24rem);
margin: 0.12rem;
}
.ope-section .section-main .com-news-ver .title {
-webkit-line-clamp: 1;
height: 0.36rem;
}
.ope-section .section-main .com-news-ver .img-addon {
  height: 2.4rem;
}

.plus-section {
background-color: #fff;
}
.plus-section .section-box {
padding-bottom: 0.6rem;
}
.plus-section .section-main {
display: flex;
flex-wrap: wrap;
margin-left: -0.12rem;
margin-right: -0.12rem;
margin-top: 0.3rem;
}
.plus-section .section-main .com-news-ver {
width: calc(33.3% - 0.24rem);
margin: 0.12rem;
position: relative;
cursor: pointer;
}
.plus-section .section-main .com-news-ver::before {
content: "";
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0.69%, rgba(0, 0, 0, 0.24) 100%);
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.plus-section .section-main .com-news-ver .title {
-webkit-line-clamp: 1;
height: auto;
position: absolute;
bottom: 0;
padding: 0.24rem;
margin: 0;
color: #fff;
}
.plus-section .section-main .com-news-ver .title:hover {
color: #fff;
text-decoration: underline;
}
.plus-section .section-main .com-news-ver .img-addon {
  height: 2.4rem;
}

.point-section .point-line {
  justify-content: space-between;
  margin: 0.42rem 0 0;
}
.point-section .point-line span {
  padding: 0.24rem 0.18rem;
  background-color: #DEDEDE;
  font-size: 0.24rem;
  line-height: 0.36rem;
  font-weight: 500;
  color: #000;
  width: calc(33.3% - 0.16rem);
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
}
.point-section .case {
  background-color: #000;
  color: #fff;
}
.point-section .case .case-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.48rem;
}
.point-section .case .btn-more {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #012FA7;
  text-align: center;
  padding: 0.09rem 0.29rem;
  background-color: #fff;
  border-radius: 5rem;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
}
.point-section .case .case-tabbox {
  margin-bottom: 0.24rem;
}
.point-section .case .case-tab {
  display: flex;
  flex-wrap: wrap;
}
.point-section .case .case-tab .tabitem {
  flex: 0 0 33.3%;
  padding: 0 0.12rem;
}
.point-section .case .case-tab .tabitem a {
  width: 100%;
  height: 0.84rem;
  display: block;
  border: 1px solid #F1F1F1;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  padding-top: 0.03rem;
  transition: all ease 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.point-section .case .case-tab .tabitem a img {
  height: 0.36rem;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.point-section .case .case-tab .tabitem a:hover {
  border-color: #012FA7;
}
.point-section .case .case-tab .tabitem.active a {
  background-color: #012FA7;
  border-color: #012FA7;
}
.point-section .case .case-tabcont .case-pane {
  display: none;
}
.point-section .case .case-tabcont .case-pane.show {
  display: block;
}
.point-section .case .case-tabcont .case-layout {
  width: 100%;
  height: 4.6rem;
  display: flex;
  align-items: stretch;
  position: relative;
  overflow: hidden;
}
.point-section .case .case-tabcont .case-layout .case-media {
  flex: 1 0 66.4%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.point-section .case .case-tabcont .case-layout .case-media .box {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.point-section .case .case-tabcont .case-layout .case-media .case-imgs {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.point-section .case .case-tabcont .case-layout .case-media .case-imgs .img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: relative;
}
.point-section .case .case-tabcont .case-layout .case-media .case-black {
  width: 100%;
  height: 55.5%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.point-section .case .case-tabcont .case-layout .case-media .case-info {
  position: absolute;
  left: 0.3rem;
  top: 3.2rem;
  color: #fff;
  z-index: 5;
  width: 80%;
}
.point-section .case .case-tabcont .case-layout .case-media .case-title {
  font-size: 0.32rem;
  line-height: 0.44rem;
  font-weight: 700;
}
.point-section .case .case-tabcont .case-layout .case-media .case-desc {
  font-size: 0.2rem;
  line-height: 0.3rem;
  font-weight: 500;
  margin-top: 0.08rem;
}
.point-section .case .case-tabcont .case-layout .case-datas {
  flex: 1;
  max-width: 460px;
  min-width: 300px;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  background: #012FA7;
  padding: 0 0.96rem;
  color: #fff;
  justify-content: center;
}
.point-section .case .case-tabcont .case-layout .case-datas .case-datalist {
  display: block;
  min-width: 80%;
  max-width: 100%;
}
.point-section .case .case-tabcont .case-layout .case-datas .case-datalist .dataitem + .dataitem {
  margin-top: 0.96rem;
}
.point-section .case .case-tabcont .case-layout .case-datas .case-datalist .item-data {
  font-size: 0.48rem;
  line-height: 0.6rem;
  height: 0.7em;
  display: flex;
  align-items: flex-end;
  white-space: nowrap;
}
.point-section .case .case-tabcont .case-layout .case-datas .case-datalist .item-data .num {
  margin-left: -0.05em;
  font-family: fantasy;
  line-height: 1;
}
.point-section .case .case-tabcont .case-layout .case-datas .case-datalist .item-data .unit {
  font-size: 0.2rem;
  line-height: 0.3rem;
  margin-left: 4px;
}
.point-section .case .case-tabcont .case-layout .case-datas .case-datalist .item-tit {
  font-size: 0.16rem;
  line-height: 0.24rem;
  margin-top: 0.08em;
  color: #F1F1F1;
}
.point-section .marquee-container {
  overflow: hidden;
  border-top: 1px solid #DEDEDE;
}
.point-section .marquee {
  height: 1.02rem;
  animation: marqueeScroll 60s linear 0s infinite;
}
.point-section .marquee .inner {
  display: flex;
}
.point-section .marquee .marquee-item {
  flex-shrink: 0;
  width: 300vw;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  height: 1.02rem;
  align-items: center;
}
.point-section .marquee .marquee-item .img {
  height: 0.8rem;
  width: auto;
}

.guide-section {
  background-color: #fff;
}
.guide-section .section-box {
  padding-bottom: 0;
}
.guide-section .news-main {
  margin-top: 0.48rem;
  display: flex;
  justify-content: space-between;
}
.guide-section .news-main .com-news-ver {
  width: calc(50% - 16px);
}

.recieve-section {
  background-color: #fff;
}
.recieve-section .section-box {
  padding-bottom: 0;
}
.recieve-section .top-box {
  justify-content: space-between;
  align-items: center;
}
.recieve-section .swiper-btn-next {
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 5rem;
  background-color: #585858;
  font-size: 0.16rem;
  line-height: 0.36rem;
  text-align: center;
  cursor: pointer;
  color: #fff;
}
.recieve-section .recieve-swiper {
  margin-left: -0.3rem;
  margin-right: -0.3rem;
  margin-top: 0.48rem;
}
.recieve-section .swiper-slide {
  padding: 0.8rem 0.3rem 0.48rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #F1F1F1;
  height: 4.4rem;
  width: 33%;
  min-width: 4rem;
}
.recieve-section .swiper-slide:nth-child(even) {
  background-color: #DEDEDE;
}
.recieve-section .swiper-slide .title {
  font-size: 0.24rem;
  line-height: 0.36rem;
  font-weight: 500;
  color: #000;
}
.recieve-section .swiper-slide .user {
  font-size: 0.18rem;
  line-height: 0.28rem;
  font-weight: 400;
  color: #000;
  display: flex;
  align-items: center;
}
.recieve-section .swiper-slide .user .img-addon {
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.2rem;
  border-radius: 50px;
  overflow: hidden;
}
.recieve-section .swiper-slide .user .img-addon .img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.form-section {
  background-color: #fff;
}

@media screen and (max-width: 980px) {
  .banner-section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("/assets/img/home_banner.jpg");
  }
  .banner-section .section-main .title {
    min-width: 100%;
  }
  .banner-section .section-main .title br {
    display: none;
  }
  .banner-section .section-main .info {
    font-size: 0.3rem;
  }
  .trend2-section .section-main {
    margin-top: 0.48rem;
  }
  .trend2-section .section-main .flex {
    flex-direction: column;
  }
  .trend2-section .section-main .list-box {
    margin-right: 0;
    margin-bottom: 0.24rem;
    width: 100%;
    padding: 0.96rem 0.72rem;
  }
  .trend2-section .section-main .list-box .list-title {
    font-size: 0.48rem;
    line-height: 0.6rem;
    margin-bottom: 0.64rem;
  }
  .trend2-section .section-main .list-box .list {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .trend2-section .section-main .list-box .list li {
    margin-top: 0.36rem;
  }
.trend2-section .section-main .list-box .list .top .num {
  font-size: 0.96rem;
  line-height: 1.2rem;
    margin-right: 0.16rem;
  }
  .trend2-section .section-main .list-box .list .top .unit {
    width: 0.4rem;
    height: 0.4rem;
  }
  .trend2-section .section-main .list-box .list .info {
    margin-top: 0.02rem;
    background-size: 2.8rem auto;
  }
  .trend2-section .section-main .list-box .list .circle {
    background-size: 2.4rem auto;
    margin-top: 0.48rem;
    padding-left: 2.48rem;
    padding-top: 0;
  }
  .trend2-section .section-main .list-box .list .circle .info {
    font-size: 0.32rem;
    line-height: 0.48rem;
    padding-left: 0.24rem;
  }
  .trend2-section .section-main .list-box .list .circle .info::before {
    width: 0.12rem;
    height: 0.12rem;
    top: 0.18rem;
  }
  .trend2-section .section-main .list-box .list .circle .info span {
    color: #fff;
    margin: 0 0.04rem 0 0.08rem;
  }
  .trend2-section .section-main .list-box .list .circle .info .unit {
    width: 0.32rem;
    height: 0.32rem;
    line-height: 0.32rem;
    font-size: 0.2rem;
}
  .trend2-section .section-main .nav-bar {
    justify-content: space-between;
  }
  .trend2-section .section-main .nav-bar .nav-item {
    padding: 0.24rem 0.4rem;
    font-size: 0.36rem;
    line-height: 0.48rem;
    line-height: 0.56rem;
    flex: 1;
    text-align: center;
  }
  .trend2-section .section-main .echart-tip {
    font-size: 0.2rem;
  }
  .trend2-section .section-main .echart-main {
    height: 8.4rem;
  }
  .trend2-section .section-main .echart-main .echart-title {
    font-size: 0.4rem;
    line-height: 0.6rem;
    padding: 0.72rem 0 0.36rem 0.6rem;
  }
  .service-section .btn-link {
    margin-top: 0.36rem;
    margin-bottom: 0.48rem;
    padding: 0.08rem 0.6rem;
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
  .service-section .btn-link.btn-info {
    font-size: 0.3rem;
  }
  .service-section .scroll-nav-box {
    display: none;
  }
  .service-section .scroll-box {
    width: 100%;
    margin-top: 1.6rem;
  }
  .service-section .scroll-box .service-item {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 0.8rem;
    margin-bottom: 0.48rem;
  }
  .service-section .scroll-box .service-item .title-p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.12rem;
    margin-top: 0.24rem;
  }
  .service-section .scroll-box .service-item .title {
    font-size: 0.4rem;
    line-height: 0.6rem;
  }
  .service-section .scroll-box .service-item .info {
    margin: 0;
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #797979;
  }
  .service-section .scroll-box .service-item .btn {
    padding: 0;
    margin: 0;
    border: none;
    font-weight: 500;
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .service-section .section-box {
    padding-bottom: 0.24rem;
  }
.ope-section .section-info {
    margin-top: 0.04rem;
  }
  .ope-section .section-box {
    padding-bottom: 0.48rem;
  }
  .ope-section .section-main {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0.8rem;
  }
  .ope-section .section-main .com-news-ver {
    width: 100%;
    margin: 0;
  }
  .ope-section .section-main .com-news-ver + .com-news-ver {
    margin-top: 0.48rem;
  }
  .ope-section .section-main .com-news-ver .title {
    height: 0.56rem;
    margin: 0;
  }
  .ope-section .section-main .com-news-ver .img-addon {
    height: 7.6rem;
}
  .plus-section .section-info {
    margin-top: 0.04rem;
  }
  .plus-section .section-box {
    padding-bottom: 0.54rem;
  }
  .plus-section .section-main {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0.3rem;
  }
  .plus-section .section-main .com-news-ver {
    width: 100%;
    margin: 0.18rem 0;
  }
  .plus-section .section-main .com-news-ver .title {
    padding: 0.48rem;
  }
.point-section .section-info {
    margin-top: 0.04rem;
  }
  .point-section .point-line {
    flex-direction: column;
    margin-top: 0.48rem;
  }
  .point-section .point-line span {
    padding: 0.48rem;
    font-size: 0.36rem;
    line-height: 0.36rem;
    width: 100%;
  }
  .point-section .point-line span + span {
    margin-top: 0.36rem;
  }
  .point-section .case .btn-more {
    margin-top: 0.64rem;
    font-size: 0.3rem;
    line-height: 0.42rem;
    padding: 0.11rem 0.6rem;
    margin: auto;
  }
  .point-section .case .top-box .btn {
    color: #fff;
  }
  .point-section .case .case-tab .tabitem a {
    height: 0.64rem;
    border-radius: 2px;
  }
  .point-section .case .case-tab .tabitem a img {
    height: 0.3rem;
  }
  .point-section .case .case-tabcont .case-layout {
    height: 10.8rem;
    flex-direction: column;
  }
  .point-section .case .case-tabcont .case-layout .case-media {
    flex-grow: 0;
    flex-basis: 70%;
  }
  .point-section .case .case-tabcont .case-layout .case-media .case-imgs, .point-section .case .case-tabcont .case-layout .case-media .case-imgs .img {
    border-bottom-left-radius: 0;
  }
  .point-section .case .case-tabcont .case-layout .case-media .case-info {
    left: 0.6rem;
    bottom: 0.6rem;
    top: auto;
    width: calc(100% - 1.2rem);
    line-height: 1;
    font-size: 0.28rem;
  }
  .point-section .case .case-tabcont .case-layout .case-media .case-info .btn {
    padding: 0;
    border: none;
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .point-section .case .case-tabcont .case-layout .case-media .case-title {
    font-size: 0.28rem;
    line-height: 0.4rem;
    padding: 0.04rem 0.36rem;
    border: 1px solid #F1F1F1;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 2rem;
  }
  .point-section .case .case-tabcont .case-layout .case-media .case-desc {
    font-size: 0.4rem;
    line-height: 0.6rem;
    font-weight: 900;
    margin: 0.24rem 0 0.16rem;
  }
  .point-section .case .case-tabcont .case-layout .case-datas {
    padding: 0.2rem 0.24rem 0;
    justify-content: space-between;
    max-width: initial;
  }
  .point-section .case .case-tabcont .case-layout .case-datas .case-datalist {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
  .point-section .case .case-tabcont .case-layout .case-datas .case-datalist .dataitem + .dataitem {
    margin-top: 0;
  }
  .point-section .case .case-tabcont .case-layout .case-datas .case-datalist .item-data {
    font-size: 0.64rem;
    line-height: 0.88rem;
    height: 0.7em;
    display: flex;
    align-items: flex-end;
    white-space: nowrap;
  }
  .point-section .case .case-tabcont .case-layout .case-datas .case-datalist .item-data .num {
    margin-left: -0.05em;
    font-family: fantasy;
    line-height: 1;
  }
  .point-section .case .case-tabcont .case-layout .case-datas .case-datalist .item-data .unit {
    font-size: 40%;
    line-height: 1.4em;
    margin-left: 4px;
  }
  .point-section .case .case-tabcont .case-layout .case-datas .case-datalist .item-tit {
    font-size: 0.28rem;
    line-height: 0.4rem;
    margin-top: 0.2em;
  }
    .guide-section .news-main {
    margin-top: 0.16rem;
    flex-direction: column;
  }
  .guide-section .news-main .com-news-ver {
    width: 100%;
    margin-top: 0.48rem;
  }
.recieve-section .swiper-btn-next {
    width: 0.72rem;
    height: 0.72rem;
    font-size: 0.32rem;
    line-height: 0.72rem;
  }
  .recieve-section .recieve-swiper {
    margin-top: 0.48rem;
  }
  .recieve-section .swiper-slide {
    padding: 0.96rem 0.3rem;
    height: auto;
    width: 100%;
  }
  .recieve-section .swiper-slide .title {
    font-size: 0.4rem;
    line-height: 0.6rem;
    font-weight: 700;
  }
  .recieve-section .swiper-slide .user {
    margin-top: 1.12rem;
    font-size: 0.36rem;
    line-height: 0.56rem;
  }
  .recieve-section .swiper-slide .user .img-addon {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.4rem;
  }
}