body {
  overflow-x: hidden;
  /* font-size: 12px; */
  /* min-width: 320px;
    width: 10rem;
    font-size: 16px!important; */
  margin: 0 auto;
  /* background-color: #fff; */
}

.area-box {
  /* background: #F5F8FB; */
  width: 100%;
  height: 565px;

}

.area-box .title {
  text-align: center;
  /* background-color: #F5F8FB; */
}

.area-box .title h1 {
  width: 252px;
  height: 36px;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #323232;
  line-height: 26px;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 100px;
  margin-bottom: 100px;

}

.area-box .show-area {
  line-height: 365px;
  height: 365px;
  display: flex;
  width: 1200px;
  box-sizing: border-box;
  padding: 27px 35px;
  /* padding: 27px 0 27px 25px; */
  object-fit: cover;
  box-shadow: 0px 3px 19px 0px rgba(15, 75, 156, 0.17);
}

.area-box .show-area>img {
  position: relative;
  /* left: 10px; */
  /* top: 25px; */
  width: 535px;
  height: 312px;
  object-fit: cover
}

.area-box .show-area .words {
  padding: 77px 55px 48px 95px;
  background: #FFFFFF;
  /* box-shadow: 0px 0px .109375rem 0px rgba(0, 0, 0, 0.08); */
}

.area-box .show-area .words>img {
  width: 588px;
  height: 372px;
  display: block;
}

.area-box .show-area>.words p {
  margin-top: 20px;
  font-size: 16px;
  color: #666;
  line-height: 28px;
}

.area-box .show-area h4 {
  height: 35px;
  line-height: 35px;
  font-size: 36px;
  color: #333;
  font-weight: 400;
}

.contents {
  height: 150px;
  overflow: auto;
}

.contents::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

.contents::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(94, 93, 93, 0.1);
  background: #cccccc;
}

.contents::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(136, 27, 27, 0.1);
  border-radius: 10px;
  background: #efefef;
}

.proTraitOne {
  position: relative;
  font-size: 16px;

}

.proTraitOne .pro-pagination {
  position: relative;
  height: 100%;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
  margin-top: 59px;

}

.proTraitOne .swiper-button-next {
  background-image: url(../images/pro/proTrait/Left.png);
  width: 51px;
  height: 51px;
  background-size: 100%;
  position: absolute;
  border-radius: 510px;
  margin-top: 25px;
  left: 15%;
  top: 60%;
}

.proTraitOne .swiper-button-prev {
  background-image: url(../images/pro/proTrait/right.png);
  width: 51px;
  height: 51px;
  background-size: 100%;
  position: absolute;
  margin-top: 25px;
  left: 83%;
  top: 60%;
}

/* 新增 */
/* .pro-trait {
      height: 400px;
  } */

.pro-trait .title h1 {
  position: relative;
  margin-top: 100px;
  height: 35px;
  line-height: 35px;
  font-size: 36px;
  color: #323232;
  font-weight: 400;
}

.pro-trait .title h1::after {
  content: '';
  position: absolute;
  width: 92px;
  height: 3px;
  background: #2F8AF1;
  border-radius: 2px;
  top: 57.999936px;
  left: 50%;
  margin-left: -46px;
}

.pro-trait .swiper-pagination-bullet-active {
  width: 37px !important;
  border-radius: 6px;
}

.pro-trait .proSwiper-container {
  box-sizing: border-box;
  position: relative;
  margin: 143px 0 54px 0;
  overflow: hidden;
  font-size: 16px;
  text-align: center;
}

/* .pro-trait .proSwiper-container .swiper-wrapper{    
      position: absolute;
      margin-bottom: 10px;
      overflow: hidden;
      font-size: .083333rem;
      text-align: center;
    } */
/* .pro-trait .proSwiper-container .swiper-wrapper:nth-child(2) {
      margin-right:400px ;
     } */
.pro-trait .proSwiper-container ul {
  display: flex;
  justify-content: space-around;
  text-align: center;
}

.pro-trait .proSwiper-container ul li {
  width: 185px;
  text-align: center;
}

.pro-trait .proSwiper-container ul li img {
  width: 185px;
  height: 185px;

}

/* .pro-trait .proSwiper-container ul li h6{
       width: 100%;
       text-align: center;
      font-size: 18px;
      font-family: Source Han Sans CN;
      font-weight: bold;
      color: #444444;
      line-height: 54px;
     }
     .pro-trait .proSwiper-container ul li p{ 
       margin-top: 18px;
       height: 60px;
       height: 60px;
       font-size: 14px;
       color: #444444;
     } */

.pro-trait .proSwiper-container ul li h6 {
  margin-top: 33px;
  height: 24px;
  line-height: 24px;
  font-size: 20px;
  font-weight: 400;
  color: #444;
}

.pro-trait .proSwiper-container ul li p {
  margin-top: 18px;
  height: 60px;
  height: 60px;
  font-size: 14px;
  color: #444444;
}


.pro-trait .proSwiper-container ul:last-child .two {
  margin-right: 600px;
}

/* .pro-trait .pro-pagination{
       z-index: 20;
       bottom: 10px;
       width: 100%;
       text-align: center;
     } */
.pro-trait .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #555;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}

/* .pro-trait .proSwiper-container .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
       background-image: url(../images/pro/proTrait/Left.png);
       width: 51px;
       height: 51px;
       background-size: 100%;
       position: absolute;
       left: 10px;
       top: 10px;
     }
     .pro-trait .proSwiper-container .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
       background-image: url(../images/pro/proTrait/right.png);
       width: 51px;
       height: 51px;
       background-size: 100%;
       position: absolute;
       right: 10px;
       top: 50%;
       margin-top: 25px;
     } */

.fun-app {
  padding: 56px 0 86px 0;
  background: #fff;
}

.fun-app .container {
  position: relative;
}

.fun-app .title h1 {
  position: relative;
  height: 36px;
  font-size: 36px;
  font-weight: 400;
  color: #323232;
  line-height: 36px;
}

.fun-app .title h1::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 54px;
  margin-left: -57px;
  width: 105px;
  height: 3px;
  background: #2F8AF1;
  border-radius: 2px;
}

.fun-app .fun-nav {
  text-align: center;
  /* margin-top: 1.302083rem; */
  margin-top: 383px;
}

.fun-app .fun-nav img {
  width: 570px;
  height: 458px;
  /* margin-top: 363px; */

}

.fun-app .six-img {
  width: 1024px;
  /* position: relative; */

}

.fun-app .six-img ul li {
  text-align: center;
}

.fun-app .six-img ul li img {
  width: 84px;
  height: 84px;
  background: #FFFFFF;
  border-radius: 50%;

}

.fun-app .six-img ul li h6 {
  margin-top: 22px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2F8AF1;
  line-height: 10px;
}

.fun-app .six-img ul li p {
  text-align: center;
  width: 132px;
  height: 35px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #323232;
  /* line-height: .015625rem; */
  margin-top: 16px;
}

.fun-app .six-img ul li:first-child {
  position: absolute;
  /* top: .65625rem; */
  top: 135px;
  /* left: 1.427083rem; */
  left: 345px;
}

.fun-app .six-img ul li:nth-child(2) {
  position: absolute;
  top: 135px;
  /* right: 1.427083rem; */
  right: 345px;
}

.fun-app .six-img ul li:nth-child(3) {
  position: absolute;
  /* top: 1.385417rem; */
  top: 385px;
  right: 75px;
}

.fun-app .six-img ul li:nth-child(4) {
  position: absolute;
  /* top:1.385417rem; */
  top: 385px;
  left: 75px;
}

/* .fun-app .six-img ul li:nth-child(5) {
        position: absolute;
        top: 2.958333rem;
        left: 0;
    }
    .fun-app .six-img ul li:nth-child(6) {
        position: absolute;
        top: 1.385417rem;
        left: 0;
     } */
.use-app-cover .title h1 {
  position: relative;
  height: 36px;
  font-size: 36px;
  font-weight: 400;
  color: #323232;
  line-height: 36px;
}

.use-app-cover .title h1::after {
  content: '';
  position: absolute;
  width: 160px;
  height: 3px;
  left: 50%;
  margin-left: -80px;
  top: 54px;
  background: #2F8AF1;
  border-radius: 2px;
}

.use-app-cover ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 90px;
  font-size: 16px;
}

.use-app-cover ul li {
  margin-top: 23px;
  width: 280px;
  text-align: center;
  border: 1px solid #EEEEEE;
  cursor: pointer;

}

.use-app-cover ul li>* {
  margin-top: 31px;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #444;
  line-height: 21px;

}

.use-app-cover ul li p {
  margin-top: 20px;
  padding: 0 14px 24px 14px;
  height: 77px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 21px;
}

.cooperator .title h1 {
  position: relative;
  margin-top: 120px;
  height: 36px;
  font-size: 36px;
  font-weight: 400;
  color: #323232;
  line-height: 36px;
}

.cooperator .title h1::after {
  content: '';
  position: absolute;
  width: 108px;
  height: 3px;
  left: 50%;
  margin-left: -54px;
  top: 54px;
  background: #2F8AF1;
  border-radius: 2px;
}

.cooperator .cooperator-box {
  margin: 90px 0 108px 0;
}

.cooperator .cooperator-box ul {
  font-size: 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px 20px;
}

.cooperator .cooperator-box ul li {
  padding: 23px 20px 22px 20px;
  border: 1px solid #ECECEC;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cooperator .cooperator-box ul li:hover {
  background: #2F8AF1;
  color: #FFFFFF;
}

.cooperator .cooperator-box ul li span {
  height: 17px;
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
}

.download-app {
  padding-top: 58px;
  padding-bottom: 112px;
  font-size: 16px;
}

.download-app .title h1 {
  position: relative;
  font-size: 36px;
  font-weight: 400;
  color: #323232;
  line-height: 36px;
}

.download-app .title h1::after {
  content: '';
  position: absolute;
  width: 98px;
  height: 3px;
  left: 50%;
  margin-left: -49px;
  top: 54px;
  background: #2F8AF1;
  border-radius: 2px;
}

.download-app .qrcode {
  margin-top: 169px;
  padding: 0 81px;
}

.download-app .qrcode ul {
  display: flex;
  text-align: center;
  justify-content: space-around
}

.download-app .qrcode li {
  width: 314px;
  box-sizing: border-box;
  padding: 27px 0 35px 0;
  border: 1px solid #DDDDDD;
}

.download-app .qrcode li img {
  /* width: 1.635417rem;
        height: 1.005208rem; */
  height: 171px;
  width: 171px;
}

.download-app .qrcode li:hover {
  color: #FFFFFF;
  background: #2F8AF1;
  box-shadow: 0px 10px 29px 2px rgba(103, 103, 103, 0.5);
}

.download-app .qrcode li p {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.download-app .qrcode li .line {
  width: 270px;
  margin-left: 20px;
  height: 1px;
  background: #DDDDDD;
}

.download-app .qrcode li>*:not(:first-child) {
  margin-top: 22px;
}

.download-app .qrcode li .imgs {
  position: relative;
  font-size: 0;
}

.download-app .qrcode li .imgs .btnimg {
  position: relative;
  font-size: 0;
  width: 272px;
  height: 66px;
  background: #FFFFFF;
  border-radius: 33px;
}

.download-app .qrcode li .btnimg2 {
  width: 272px;
  height: 66px;
  background: #FFFFFF;
  border-radius: 33px;
  position: absolute;
  left: 50%;
  margin-left: -136px;
  opacity: 0;
}

.download-app .qrcode li:hover .imgs .btnimg2 {
  opacity: 1;
}

.con {
  width: 1200px;
  height: 704px;
  margin: auto;
}

.con img {
  /* width: 5.046875rem; */
  width: 1076px;
  margin-top: 20px;
  margin-left: 70px;
  box-shadow: 1px 0px 14px 0px rgba(47, 138, 241, 0.2);
}

.content {
  /* background-color: #FFFFFF; */
  width: 100%;
  height: 300px;
  margin-top: 230px;
  display: flex;

}

.content .lf {
  width: 310px;
  height: 200px;
  margin-left: 90px;
  margin-top: -65px;

}

.content .lf h4 {
  /* width: 114px;
      height: 27px; */
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  margin-bottom: 40px;
}

.content .lf p {
  width: 358px;
  height: 82px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #6F6F6F;
  line-height: 32px;
}

.content .lf .img img {
  width: 219px;
  height: 59px;
  /* border: 1px solid #2F8AF1; */
  opacity: 0.99;
  border-radius: 30px;
  margin-top: 100px;
  cursor: pointer;
}

.content .right {
  margin-left: 180px;
  margin-top: -5px;
  /* box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.08); */
  border-radius: 0.9%;
}

.content .right img {
  margin-top: -57px;
  /* width: 3.609375rem; */
  /* width: 3.744792rem; */

  height: 100%;
}

@media screen and (max-width: 1366px) {

  .top-banner .desc .banner-title {
    position: absolute;
    width: 360px !important;
    height: 183px;
    font-size: 40px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
    text-align: left;
    left: 18.37% !important;
    top: 35% !important;
  }

  .top-banner .desc .memo {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    bottom: 0;
    color: #ffffff;
    font-size: 18px;
    text-align: left;
    display: flex;
    justify-content: space-between;
  }

  .top-banner .desc .memo li {
    position: absolute;
    list-style: none;
    top: 56.17% !important;
    width: 355px;
    height: 30px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFF;
    line-height: 38px;
  }
}