.indexBox {
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(100%);
}

/*********************** 公用部分 **************************/
.downLoadBox {
  top: -28px;
  left: 0;
  width: 100%;
  font-size: 0
}

.downLoadBox .container {
  min-height: 90px;
  background-color: #fff
}

.downLoadBox .container .con {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%
}

.downLoadBox .dwVersion {
  display: inline-block;
  box-sizing: border-box;
  line-height: 60px;
  width: 50%;
  font-size: 18px
}

.downLoadBox .dwVersion:first-child {
  border-right: 2px solid #eee
}

.downLoadBox .dwVersion .iconfont {
  float: left;
  line-height: 1;
  margin: 16px 10px 16px 50px;
  font-size: 28px
}

.downLoadBox .dwVersion .versionTitle {
  float: left
}

.downLoadBox .dwVersion .versionTitle .versionType {
  color: #626262
}

.downLoadBox .dwVersion .fontBtns {
  float: right
}

.downLoadBox .dwVersion .fontBtns .downLoadBtn {
  float: left;
  margin-right: 30px;
  font-size: 14px
}

.learnUsImgs_p {
  display: none;
}


body .container {
  width: auto;
  max-width: 1200px;
}

.verImgBox {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 620px;
  height: 600px;
}

.verImgBox .verImg_m,
.verImgBox .verImg_p {
  display: none;
}

.verImgBox img {
  width: 100%;
  height: 100%;
}

/*********************** 2.banner部分 ************************/
/* 条状分页器 */
.swiper-container-horizontal>.swiper-pagination-custom.stripPagination {
  position: absolute;
  bottom: 60px;
  width: 100%;
}

.stripPagination .swiper-pagination-custom {
  display: inline-block;
  width: 16px;
  height: 8px;
  border-radius: 3px;
  background: #9a8263;
  margin: 0 8px;
}

.stripPagination .swiper-pagination-custom.swiper-pagination-custom-active .bar-content .bar {
  height: 5px;
  -webkit-animation: pagination-animation 6.1s linear;
  animation: pagination-animation 6.1s linear;
  background: #fff;
}

@-webkit-keyframes pagination-animation {
  0% {
    width: 0;
  }

  100% {
    /* 分页器宽度 */
    width: 120px;
  }
}

@keyframes pagination-animation {
  0% {
    width: 0;
  }

  100% {
    /* 分页器宽度 */
    width: 120px;
  }
}

.btnBox .detailBtn {
  margin-left: 10px
}

.btnBox .btn {
  display: inline-block
}

.btnBox .btn:first-child {
  margin-right: 20px
}

/* 分页器动画 */
#bannerImgBox .swiper-pagination-animation {
  width: 100%;
  display: flex;
  justify-content: center;
}

#bannerImgBox .swiper-pagination-animation .swiper-pagination-custom {
  background: none;
  /* 分页器宽度 */
  width: 120px;
  height: 30px;
  opacity: 1;
  border-radius: 0;
}

#bannerImgBox .bar-content {
  /* 分页器宽度 */
  width: 120px;
  height: 30px;
  display: flex;
  flex-flow: row wrap;
  position: relative;
}

#bannerImgBox .bar-bg {
  /* 分页器宽度 */
  width: 120px;
  height: 2px;
  background: #A2A2A0;
  margin-top: 15px;
}

#bannerImgBox .bar {
  height: 2px;
}

#bannerImgBox .text {
  position: absolute;
  bottom: 25px;
  width: 100%;
  background: none;
  visibility: hidden;
  color: #fff;
  font-size: 14px;
}

/* 终端动态认证模块 */
.newBanner {
  position: relative;
  height: 600px;
  background-color: #1a171c;
}

.newBanner .container {
  position: relative;
  height: 600px;
}

.newBanner .bannerMsg {
  font-size: 16px;
  line-height: 30px;
}

.newBanner .bannerMsg.pc {
  display: block;
}

.newBanner .bannerMsg.mobile {
  display: none;
}

.newBanner .bulletinImg {
  position: absolute;
  right: -100px;
  z-index: -1;
}

.newBanner .productName {
  position: absolute;
  top: 137px;
  left: 0;
  font-size: 32px;
  color: #fff;
  line-height: 32px;
}

.newBanner .bannerDiscribe {
  position: absolute;
  top: 230px;
  font-size: 16px;
  color: #ccc;
  line-height: 30px;
}

.newBanner .btnBox {
  position: absolute;
  top: 390px;
}

.newBanner .btnBox .detailBtn {
  margin-left: 0;
}

.newBanner .verImgBox {
  width: 1080px;
  right: -100px;
}

/* 个人版模块 */
.personBanner {
  height: 600px;
  background: url('https://cdn-www.huorong.cn/assets/v5/images/GR-banner.png');
  background-position: center 0;
  color: #8d8d8d;
}

.personBanner .container {
  position: relative
}

.personBanner .bannerTit {
  position: absolute;
  top: 190px;
  left: 0;
  display: block;
  font-size: 28px;
}

.personBanner .bannerTit:first-child {
  font-size: 32px;
  top: 137px
}

.personBanner .bannerTit:first-child .tip {
  font-size: 22px;
}

.personBanner .bannerDiscribe {
  position: absolute;
  top: 257px;
  left: 0;
  font-size: 16px;
  line-height: 30px;
  color: #ccc;
}

.personBanner .btnBox {
  position: absolute;
  top: 390px;
  left: 0;
  font-size: 0;
}

.personBanner .btnBox .downLoadBtn-m {
  display: none
}

.personBanner .downLoadDoc {
  color: #ccc;
  text-decoration: underline;
  opacity: 1;
}

.personBanner .downLoadDoc:hover {
  color: #fff;
}

.personBanner .downLoadDoc:active {
  color: #eee;
  opacity: 0.5;
}

.personBanner .bannerMsg {
  position: absolute;
  top: 457px;
  left: 0;
  font-size: 16px;
  line-height: 30px
}

.personBanner .bannerTit_m {
  display: none
}

.personBanner .bannerTit_pc {
  display: block
}

/* 企业版 2.0  */
.essV2Banner {
  height: 600px;
  background: #222 url('/images/index_essV2_banner.png');
  color: #8d8d8d;
  background-position: center;
  background-repeat: no-repeat;
}

.essV2Banner .container {
  position: relative;
  height: 600px;
}

.essV2Banner .bannerTit {
  position: absolute;
  top: 139px;
  left: 0;
}

.essV2Banner .bannerInfo {
  position: absolute;
  top: 186px;
  left: 0;
  font-size: 28px;
  color: #FFDDAA;
  line-height: 36px;
}

.essV2Banner .bannerDiscribe {
  position: absolute;
  left: 0;
  font-size: 16px;
  line-height: 30px;
  color: #ccc;
  top: 257px;
}

.essV2Banner .btnBox {
  position: absolute;
  top: 390px;
  font-size: 0;
}

.essV2Banner .btnBox .hrBtn {
  background-color: #dfac73;
  color: #292929;
}

.essV2Banner .btnBox .hrBtn:hover {
  background-color: #d4a05e;
  color: #292929;
}

.essV2Banner .btnBox .hrBtn:active {
  background-color: #d59a51;
  color: #292929;
}

/********************************** 3.了解我们 ******************************/
.ourFeatures {
  padding-top: 162px;
  box-sizing: border-box;
  min-height: 670px;
  background-color: #fff
}

.ourFeatures .learnUsTit {
  margin-bottom: 50px
}

.ourFeatures .learnUsImgs {
  width: 50%;
}

.ourFeatures .learnUsImgs img {
  display: none;
  width: 100%;
}

.ourFeatures .learnUsImgs img.active {
  display: block
}

.boxTit {
  font-size: 24px;
  line-height: 40px;
  color: #333
}

.learnUsList {
  margin-right: 20px;
  width: 47%;
}

.learnUsList li {
  margin-bottom: 5px;
  cursor: pointer
}

.learnUsList li.threat {
  margin-bottom: 5px
}

.learnUsList li:hover .learnBorder:before,
.learnUsList li.active .learnBorder:before {
  display: block\9;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.learnUsList.isPc li:hover .feature,
.learnUsList li.active .feature {
  color: #cf9355
}

.learnUsList li:hover .learnBorder .iconfont,
.learnUsList li.active .learnBorder .iconfont {
  color: #fff
}

.learnUsList .learnBorder {
  position: relative;
  float: left;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border: 2px solid #cf9355;
  text-align: center;
  line-height: 48px;
  color: #cf9355
}

.learnUsList .learnBorder:before {
  display: none\9;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #cf9355;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.learnUsList .learnBorder .iconfont {
  font-size: 26px;
  position: relative;
  z-index: 10
}

.learnUsList .learnUsMsg {
  line-height: 25px;
  color: #626262;
  margin-left: 80px
}

.learnUsList .learnUsMsg .feature {
  font-size: 16px;
  color: #333
}

.learnUsList .learnUsMsg .feature.active {
  color: #cf9355
}

.learnUsList .learnUsMsg .featureMsg {
  font-size: 13px
}

/********************************** 4. 资讯报告 ******************************/
.advisory {
  height: 700px;
  background-color: #f9f9f9
}

.advisory .advisoryHead {
  padding-top: 50px;
  margin-bottom: 22px;
  overflow: hidden;
  color: #333
}

.advisory .advisoryHead .advisoryTitle {
  float: left
}

.advisory .advisoryHead .advisoryTypeBox {
  float: right;
  padding-top: 5px;
  font-size: 0;
}

.advisory .advisoryHead .advisoryTypeBox .iconfont {
  display: none
}

.advisorycontent .advisoryBox {
  float: left;
  width: 390px;
  width: 32.4%;
  margin-left: 15px;
  padding-bottom: 30px;
  border-bottom: 2px solid #eee;
  cursor: pointer
}

.advisorycontent .advisoryBox:first-child {
  margin: 0
}

.advisorycontent .advisoryBox .advisoryImgBox {
  box-sizing: border-box;
  width: 100%;
  height: 270px;
  overflow: hidden;
  border: 2px solid #eee
}

.advisorycontent .advisoryBox .advisoryImgBox img {
  width: 100%;
  height: 100%;
  display: block
}

.advisorycontent .advisoryBox img {
  transition: all .6s;
  transform: scale(1)
}

.advisorycontent .advisoryBox:hover .advisoryImgBox img {
  transition: all .6s;
  transform: scale(1.2)
}

.advisorycontent .advisoryBox:hover .adTitle {
  color: #ffa924
}

.advisorycontent .advisoryBox .adTitle {
  margin-top: 10px;
  height: 60px;
  line-height: 30px;
  padding-left: 10px;
  font-size: 16px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  overflow: hidden
}

.advisorycontent .advisoryBox hr {
  margin: 10px 0;
  height: 1px;
  border: 0;
  background-color: #eee
}

.advisorycontent .advisoryBox .adMsg {
  margin-bottom: 32px;
  margin: 0 10px;
  height: 120px;
  line-height: 30px;
  color: #626262;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  word-break: break-all;
  overflow: hidden
}

.advisorycontent .advisoryBox .adMore {
  padding-left: 10px;
  margin-top: 30px;
  font-size: 14px
}

.advisorycontent .advisoryBox .adMore:hover {
  text-decoration: none
}

.advisorycontent .advisoryBox .adMore .iconfont {
  vertical-align: middle;
  font-size: 14px;
  margin-left: 10px
}

/********************************** 5.地图 *********************************/
.distributionMap {
  color: #fff;
  line-height: 40px;
  background-color: #444;
  height: 600px;
  background-color: #3e3e3e;
  position: relative;
  overflow: hidden
}

.distributionMap #Map {
  position: absolute;
  top: 0;
  left: 0
}

.distributionMap #Map>div {
  z-index: 0
}

.distributionMap .container {
  position: relative;
  height: 100%
}

.distributionMap .webName {
  position: absolute;
  top: 120px;
  left: 0;
  font-size: 24px
}

.distributionMap .webUse {
  position: absolute;
  top: 170px;
  left: 0;
  font-size: 18px
}

.distributionMap .bugreportStatistics {
  padding-top: 300px;
  position: relative;
  width: 100%;
  text-align: center
}

.distributionMap .bugreportStatistics .statBox {
  width: 33%;
  height: auto;
  padding: 38px 0;
  font-size: 0;
  line-height: 1;
  background: url(https://cdn-www.huorong.cn/assets/v5/images/bugreportFontBg.png);
  background-position: center
}

.distributionMap .bugreportStatistics .num {
  font-size: 42px;
  line-height: 80px
}

.distributionMap .bugreportStatistics .msg {
  font-size: 18px;
  line-height: 40px
}

.distributionMap .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('https://cdn-www.huorong.cn/assets/v5/images/bugRepportMask.png')
}


/********************************* 6.合作伙伴 ****************************** **/
@keyframes rowleft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(2380px, 0, 0);
    transform: translate3d(-2380px, 0, 0);
  }
}

.partner {
  position: relative;
  height: 600px;
  overflow: hidden;
  padding: 54px 0;
  box-sizing: border-box;
}

.partner .partnerUlBox {
  width: 4760px;
  font-size: 0;
  white-space: nowrap;
  -webkit-animation: 80s rowleft linear infinite normal;
  animation: 80s rowleft linear infinite normal;
  height: 124px;
  line-height: 124px;
}

.partner .partnerUlBox.fast {
  -webkit-animation: 60s rowleft linear infinite normal;
  animation: 60s rowleft linear infinite normal;
}

.partner .partnerUlBox.opacity40 {
  opacity: 0.4;
}

.partner .partnerUlBox.opacity80 {
  opacity: 0.8;
}

.partner .partnerUlBox img {
  width: 170px;
  height: 88px;
  vertical-align: middle;
  margin: 0 34px;
}

.partner .container {
  position: relative;
  top: -377px
}

.partner .slogan {
  position: absolute;
  top: 0;
  left: 50%;
  width: 800px;
  height: 134px;
  color: #333;
  font-size: 26px;
  text-align: center;
  margin: 0 auto;
  background: url(https://cdn-www.huorong.cn/assets/v5/images/partnerFontBg.png) center no-repeat;
  z-index: 10;
  margin-left: -400px;
  box-sizing: border-box;
}

.partner .slogan .sloganMsg {
  display: inline-block;
  line-height: 134px;
}

/* 应用商店模块 */
.storeBanner {
  box-sizing: border-box;
  height: 5.5rem;
  color: #eee;
  background: url("/images/dspam.jpg") no-repeat #f9f9fb;
  background-position: center;
  background-size:auto 100%;
  }

  .storeBanner>.container {
    position: relative;
    max-width: 1200px;
    height: 600px;
    margin: 0 auto;
}

.storeBanner .container.flex {
  display: flex;
  /* justify-content: center; */
}

.storeBanner>.container .left-container {
  position: relative;
  display: inline-block;
  margin-right: 50px;
  width: 505px;
  vertical-align: top;
}

.storeBanner .bannerTitleContainer {
  padding-top: 196px;
  /* margin-bottom: 24px; */
}

.storeBanner .bannerTitle {
  display: inline-block;
  vertical-align: middle;
  /* margin-left: 8px; */
  color: #FFA924;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
}

.bannerTitleContainer .store-icon {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: url('../images/app_store/store-icon.svg') no-repeat;
  background-size: 100%;
  background-position: center
}


.storeBanner .bannerMsg {
  display: block;
  margin: 16px 0;
}

.storeBanner .bannerDiscribe {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 42px;
}

.storeBanner .bannerTip {
  color: #626262;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 72px;
}

.storeImgContainer {
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  /* height: 492px; */
  /* margin-top: 54px; */
}

.bannerStoreTit {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.storeBanner .btnBox {
  position: absolute;
  top: 395px;
  left: 0;
  font-size: 0;
}
.hrnewBtn {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding: 11px 0 !important;
  width: 128px !important;
  border-radius: 4px;
  background: linear-gradient(188deg, #FCCD9C -28.27%, #FF9C53 75.71%);
}

.bannerBtnDownload {
  display: none;
  margin-right: 10px;
}

.hrnewBtn:hover {
  background: linear-gradient(188deg, #FFBB74 -28.27%, #FF8124 75.71%);
}

.hrnewBtn:active {
  background: linear-gradient(188deg, #FFA344 -28.27%, #FF6C00 75.71%);
}
.hrnewBtn:visited {
  background: linear-gradient(188deg, #FCCD9C -28.27%, #FF9C53 75.71%);
}

/* 6.0公测 pc*/
.personal6Banner {
  height: 600px;
  background: url("/assets/v5/images/person6/banner-bg-60.svg") no-repeat center / cover;
}
.personal6Banner .banner-container {
  display: flex;
  justify-content: space-between;
  width: 1212px;
  height: 600px;
  margin: 0 auto;
  background: url("/assets/v5/images/person6/bg-60.svg") no-repeat top -7px left 0 / contain;
}
.personal6Banner .left-container{
  padding:112px 0 0  12px;
}
.personal6Banner .left-container .banner-title{
  font-size: 32px;
  color: #e09e48;
  line-height: 42px;
}
.personal6Banner .banner-slogan{
  padding: 25px 0;
}
.personal6Banner .banner-slogan .slogan{
  display: block;
  height: 100%;
  object-fit: cover;
}
.personal6Banner .banner-slogan .slogan_m{
  display: none;
}
.personal6Banner .banner-desc{
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 74px;
}
.personal6Banner .person6DownLoad.detailBtn{
  display: none;
}
.personal6Banner  .person6DownLoad{
  display: block;
  font-size: 18px;
  line-height:24px;
  color: #242424;
  background-color: #E09E4B;
  width: 72px;
  padding: 10px 39px;
  border-radius: 2px;
  margin-bottom: 24px;
}
.personal6Banner  .person6DownLoad:hover{
  background-color: #C8843B;
}
.personal6Banner  .person6DownLoad:active{
  color: #595959;
  background-color: #EDBB74;
}
.personal6Banner .linkBtn{
  font-size: 18px;
  line-height: 24px;
  color: #ccc;
  text-decoration: underline;
}
.personal6Banner .linkBtn:hover{
  color: #fff;
}
.personal6Banner .linkBtn:active{
  color: #a2a2a2;
}
.personal6Banner .linkBtn +.linkBtn{
  margin-left: 24px;
}

.personal6Banner .right-container{
  display: inline-block;
  max-width: 588px;
  height: 490px;
  padding: 72px 0 38px;
}
.personal6Banner .right-container img {
  max-width: 100%;
  object-fit: contain;
}

/*
* pc端  start_____________________
*/

@media screen and (min-width:1101px) and (max-width:1200px) {
  .downLoadBox .dwVersion .iconfont {
    margin-left: 20px;
  }

  .foot .companyInfo .contactUs {
    /* margin-left: 210px; */
  }

}

/*
*
* pc端  end_____________________
*
* ipad（版心 964， 768和1100， 17为滚动条） start_____________________
*
*/
@media screen and (min-width:768px) and (max-width:1100px) {
  .container {
    width: auto;
    padding: 0;
    box-sizing: border-box;
    margin: 0 30px;
  }

  .banner .swiper-container {
    height: 600px;
  }

  .arrowBtn {
    display: none !important;
  }

  .banner .verImgBox img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    position: inherit;
  }

  .banner .verImg {
    display: none;
  }

  .banner .verImg_p {
    display: inline-block;
  }

  .learnUsImgs {
    display: none;
  }

  .learnUsImgs_p {
    display: block;
  }

  /*********************** 1.banner部分 ************************/
  /* 个人版 */
  .personBanner {
    height: 600px;
    background: url('https://cdn-www.huorong.cn/assets/v5/images/GR-banner-p.png');
    background-position: center 0;
    color: #8d8d8d;
    background-size: 100% 100%;
  }

  .personBanner .container {
    height: 600px;
  }

  .personBanner .bannerTit {
    top: 182px;
    font-size: 26px;
  }

  .personBanner .bannerTit:first-child {
    top: 129px;
    font-size: 30px;
  }

  .personBanner .hrBtn {
    background-color: #deab6a;
  }

  .personBanner .verImgBox {
    width: 474px;
    height: 300px;
    position: absolute;
    top: 50%;
    margin-top: -150px;
  }

  /* 终端动态认证 */
  .newBanner .verImgBox {
    position: absolute;
    width: 1080px;
    height: 600px;
    right: -138px;
  }

  .newBanner .verImg {
    display: block;
  }

  .newBanner .productName {
    top: 129px;
    font-size: 30px;
    line-height: 30px;
  }

  .newBanner .bannerDiscribe {
    top: 220px;
  }

  /* 企业版 2.0   */
  .essV2Banner {
    height: 600px;
    background: #000 url('/images/index_essV2_banner_p.png');
    background-position: center 0;
  }

  .essV2Banner .bannerTit {
    top: 129px;
  }

  .essV2Banner .bannerInfo {
    top: 178px;
  }

  /********************************** 2. 了解我们 ******************************/
  .leftFeatures .container {
    position: relative;
  }

  .downLoadBox {
    top: -28px;
    left: 0;
    width: 100%;
    font-size: 0;
  }

  .downLoadBox .container {
    height: 120px;
  }

  .downLoadBox .container .con {
    top: 29px;
  }

  .downLoadBox .dwVersion {
    vertical-align: middle;
  }

  .ourFeatures .downLoadBox .dwVersion .versionTitle {
    float: none;
    text-align: center;
    height: 30px;
    line-height: 30px;
  }

  .downLoadBox .dwVersion .iconfont {
    float: none;
    margin: 0;
    margin-right: 10px;
    vertical-align: middle;
  }

  .downLoadBox .dwVersion .fontBtns {
    float: none;
    display: block;
    text-align: center;
    height: 26px;
    line-height: 26px;
  }

  .downLoadBox.hide .dwVersion .fontBtns {
    display: none;
  }

  .downLoadBox.hide .container .con {
    top: 45px;
  }

  .downLoadBox .dwVersion .fontBtns .downLoadBtn {
    float: none;
  }

  .learnUsList {
    width: 47%;
    display: table-cell;
  }

  .ourFeatures .learnUsImgs_p {
    display: table-cell;
    width: 50%;
    height: 100%;
    vertical-align: middle;
  }

  .ourFeatures .learnUsImgs_p img {
    width: 100%;
    margin-top: 0.9rem;
  }

  .learnUsList .learnUsMsg {
    margin-left: 60px;
  }

  /*********************** 3.资讯部分 ************************/
  .advisorycontent {
    padding: 0 0.5rem;
  }

  .advisorycontent .advisoryBox {
    width: 49%;
    margin-left: 2%;
  }

  .advisorycontent .advisoryBox:first-child {
    margin-left: 0;
  }

  .advisorycontent .advisoryBox:last-child {
    display: none;
  }

  /*********************** 4.地图部分 ************************/
  .distributionMap .bugreportStatistics .statBox {
    float: left;
  }

  .partner .slogan {
    line-height: 46px;
    height: 134px;
    left: 50%;
    margin-left: -400px;
    padding: 17px 0;
    background: url(https://cdn-www.huorong.cn/assets/v5/images/partnerFontBg_p.png) center no-repeat;
  }

  .partner .slogan .sloganMsg {
    display: block;
    line-height: 50px;
  }


}

@media screen and (min-width:768px) and (max-width:900px) {
  .advisoryTypeBox .space {
    margin: 5px;
  }

  /* 个人版 */
  .personBanner .verImgBox .verImg_p {
    width: 85%;
    height: 85%;
    margin-left: 1rem;
    margin-top: 0.2rem;
  }

}

/*
*
*ipad end_____________________
*
* 移动端  start_____________________
*
*/

@media screen and (min-width:300px) and (max-width:767px) {
  .verImgBox {
    width: auto;
    height: auto;
    position: static;
  }

  .verImg,
  .verImg_p {
    display: none;
  }

  .verImg_m {
    display: block;
  }

  /*********************** 1.banner部分 ************************/
  /* 条状分页器 */
  .arrowBtn {
    display: none !important;
  }

  .btnBox .detailBtn {
    font-size: 12px;
    padding: 9px 30px;
    margin-left: 0;
    width: 55px;
  }

  .swiper-container-horizontal>.swiper-pagination-custom.stripPagination {
    bottom: 65px;
  }

  .stripPagination .swiper-pagination-custom {
    width: 10px;
    height: 7px;
  }

  .bannerImgBox {
    height: 5.5rem
  }

  /* 终端动态认证模块 */
  .newBanner {
    box-sizing: border-box;
    height: 5.5rem;
    color: #eee;
    background: url('https://cdn-www.huorong.cn/assets/v5/images/bulletin_bg_m.png');
    background-size: 100%;
    background-position: center;
  }

  .newBanner .bannerMsg.pc {
    display: none;
  }

  .newBanner .bannerMsg.mobile {
    display: block;
  }

  .newBanner .bulletinImg {
    display: none;
  }

  .newBanner .productName {
    font-size: 24px;
    text-align: center;
    top: .67rem;
    width: 100%;
  }

  .newBanner .bannerDiscribe {
    left: 0;
    text-align: center;
    top: 1.5rem;
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    filter: alpha(opacity=100)
  }

  .newBanner .btnBox {
    top: 216px;
    width: 100%;
    left: 0;
    text-align: center;
  }

  /* 个人版模块 */
  .swiper-container .personBanner {
    box-sizing: border-box;
    height: 5.5rem;
    color: #eee;
    background: url('https://cdn-www.huorong.cn/assets/v5/images/GR-banner-m.png');
    background-size: 100%;
    background-position: center
  }

  .personBanner .container {

    padding-top: 70px;
    height: 100%;
    text-align: center
  }

  .personBanner .container .bannerTit {
    width: 100%;
    top: 1.08rem;
    font-size: 14px
  }

  .personBanner .container .bannerTit:first-child {
    top: .7rem;
    font-size: 24px
  }

  .personBanner .container .bannerTit:first-child .tip {
    font-size: 16px
  }

  .personBanner .container .bannerTit_pc {
    display: none
  }

  .personBanner .container .bannerTit_m {
    display: block
  }

  .personBanner .container .bannerDiscribe {
    top: 1.5rem;
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    filter: alpha(opacity=100)
  }

  .personBanner .btnBox {
    width: 100%;
    text-align: center;
    top: 216px;
    /* bottom: 256px; */
  }

  .personBanner .container .hrBtn {
    display: block;
    width: 55px;
    font-size: 12px;
    padding: 9px 30px;
    margin: 0 auto;
  }

  .personBanner .container .btnBox-m {
    display: none;
    width: 100%;
    text-align: center;
    top: 216px;
    left: 0;
    /* top: auto;
      bottom: 256px; */
    position: absolute;
  }

  .personBanner .btnBox-m .hrBtn {
    padding: 9px 7px;
    width: 150px;
  }

  .personBanner .container .detailBtn {
    margin-top: 10px;
  }

  .personBanner .container .bannerMsg {
    display: none;
    width: 100%;
    position: absolute;
    top: 276px;
    left: 0;
    font-size: 12px;
    margin-top: 10px
  }

  /* .personBanner .container .downLoadDoc {
      color: #eee
  } */
  .personBanner .verImg_m {
    display: block;
    width: 3.75rem;
    height: auto;
    position: absolute;
    top: auto;
    bottom: .71rem;
    left: 50%;
    margin-left: -1.875rem
  }

  /* 企业版 2.0  */
  .essV2Banner {
    position: relative;
    height: 5.5rem;
    text-align: center;
    background: url('/images/index_essV2_banner_m.png');
    background-position: center;
    background-size: cover;
  }

  .essV2Banner .container {
    height: 5.5rem;
  }

  .essV2Banner .bannerTit {
    top: .7rem;
    bottom: auto;
    left: 50%;
    width: 3.15rem;
    height: auto;
    margin-left: -1.575rem;
  }

  .essV2Banner .bannerInfo {
    top: 1.08rem;
    width: 100%;
    font-size: 14px;
    line-height: 1;
    text-align: center;
  }

  .essV2Banner .bannerDiscribe {
    top: 1.44rem;
    width: 100%;
    font-size: 12px;
    text-align: center;
  }

  .essV2Banner .btnBox {
    width: 100%;
    text-align: center;
    left: 0;
    top: 216px;
    bottom: auto;
  }

  .essV2Banner .hrBtn {
    font-size: 12px;
  }

  .essV2Banner .hrBtn {
    display: block;
    width: 55px;
    font-size: 12px;
    padding: 9px 30px;
    margin: 0 auto;
  }

  .essV2Banner .btnBox-m .hrBtn {
    padding: 9px 7px;
    width: 150px;
  }

  .essV2Banner .hrBtn.detailBtn {
    margin-top: 10px;
  }


  /********************************** 2. 了解我们 ******************************/
  .ourFeatures {
    height: auto;
    padding-top: 1.09rem;
    background-color: #fff
  }

  .ourFeatures .downLoadBox {
    top: -0.59rem;
    width: 100%;
    font-size: 0
  }

  .ourFeatures .downLoadBox .container {
    width: 92%;
    margin: 0 auto;
    padding: .15rem 0;
  }

  .downLoadBox .container .con {
    position: static;
  }

  .ourFeatures .downLoadBox .dwVersion {
    text-align: center;
    font-size: 0
  }

  .ourFeatures .downLoadBox .dwVersion .iconfont {
    line-height: 1;
    margin: 0 auto;
    font-size: 28px;
    display: block;
    float: none;
  }

  .ourFeatures .downLoadBox .dwVersion .versionTitle {
    margin-top: .15rem;
    margin-bottom: .05rem;
    font-size: .12rem;
    line-height: .25rem;
    color: #333;
    float: none;
  }

  .ourFeatures .downLoadBox .dwVersion .versionType {
    display: block
  }

  .ourFeatures .downLoadBox .dwVersion .fontBtns {
    display: none;
    width: 88%;
    font-size: 0;
    margin: 0 auto
  }

  .ourFeatures .downLoadBox .dwVersion .downLoadBtn {
    display: inline-block;
    width: 50%;
    font-size: .12rem;
    line-height: .25rem
  }

  .ourFeatures .learnUsList {
    width: 100%
  }

  .ourFeatures .learnUsList li {
    margin-bottom: .1rem
  }

  .ourFeatures .learnUsTit {
    margin-bottom: .15rem;
    font-size: 16px;
    line-height: 35px
  }

  .ourFeatures .learnBorder {
    width: 40px;
    height: 40px;
    line-height: 40px
  }

  .ourFeatures .learnBorder .iconfont {
    font-size: 20px;
    margin: 0 auto
  }

  .ourFeatures .learnUsMsg {
    margin-left: 55px
  }

  .ourFeatures .learnUsMsg .feature {
    font-size: 14px;
    line-height: 25px
  }

  .ourFeatures .learnUsMsg .featureMsg {
    font-size: 13px;
    line-height: 20px
  }

  .ourFeatures .learnUsImgs {
    width: 100%
  }

  .ourFeatures .learnUsImgs img.active {
    display: block
  }

  .ourFeatures .learnUsImgs img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto
  }

  /********************************** 3. 资讯报告 ******************************/
  .advisory {
    height: auto;
    overflow: hidden;
    background: 0
  }

  .advisory .advisoryBox {
    border: 0
  }

  .advisory .advisoryHead {
    padding-top: .15rem;
    margin-bottom: .15rem
  }

  .advisory .advisoryHead .advisoryTitle {
    font-size: 16px;
    line-height: .35rem
  }

  .advisory .advisoryHead .advisoryTypeBox {
    line-height: .35rem;
    padding-top: 0;
    font-size: 0;
  }

  .advisory .advisoryHead .advisoryTypeBox .newsBtn {
    width: auto;
  }

  .advisory .advisoryHead .advisoryTypeBox .advisoryType {
    display: none
  }

  .advisory .advisoryHead .advisoryTypeBox .advisoryType:first-child {
    display: inline-block;
    color: #333;
    background: 0
  }

  .advisory .advisoryHead .advisoryTypeBox .advisoryType:first-child .iconfont {
    display: inline-block;
    font-size: 12px;
    margin-left: 10px
  }

  .advisory .advisoryHead .advisoryTypeBox .space {
    display: none
  }

  .advisory .advisorycontent .advisoryBox {
    width: 100%;
    margin: 0;
    padding-bottom: 15px
  }

  .advisory .advisorycontent .advisoryBox .adMsg {
    margin-bottom: 15px
  }

  .advisory .advisorycontent .advisoryBox .adMore {
    line-height: 35px;
    padding-bottom: .15rem;
    margin-left: 0;
    margin-top: .15rem;
    padding-left: .1rem;
    border-bottom: 2px solid #eee
  }

  .advisory .advisorycontent .advisoryBox .advisoryImgBox {
    height: auto
  }

  .advisory .advisorycontent .advisoryBox .advisoryImgBox img {
    width: 100%
  }

  /********************************** 4.地图 *********************************/
  .distributionMap {
    height: 6.67rem;
    text-align: center
  }

  .distributionMap .bugreportTitle {
    width: 100%;
    font-size: 16px;
    line-height: .35rem
  }

  .distributionMap .bugreportTitle.webName {
    top: .5rem
  }

  .distributionMap .bugreportTitle.webUse {
    top: 85px;
    font-size: 13px
  }

  .distributionMap .bugreportStatistics {
    margin: 0 auto;
    padding-top: 1.45rem;
    width: 2.5rem
  }

  .distributionMap .bugreportStatistics .statBox {
    margin: 0 auto;
    width: 86%;
    padding: .25rem 0
  }

  .distributionMap .bugreportStatistics .statBox:first-child {
    padding-top: .45rem
  }

  .distributionMap .bugreportStatistics .statBox:last-child {
    padding-bottom: .45rem
  }

  .distributionMap .bugreportStatistics .statBox .num {
    font-size: 30px;
    line-height: 35px
  }

  .distributionMap .bugreportStatistics .statBox .msg {
    font-size: 14px;
    line-height: 25px
  }

  .distributionMap .bugreportStatistics .statBox .spacing {
    margin-top: .2rem;
    margin-bottom: .1rem
  }

  .distributionMap .mask {
    display: none
  }

  /********************************* 5.合作伙伴 ****************************** **/
  .partner {
    padding-top: .35rem;
    padding-bottom: .58rem;
    height: auto
  }

  .partner .container {
    position: static
  }

  .partner .container .slogan {
    width: 100%;
    position: static;
    font-size: 16px;
    line-height: 1;
    height: auto;
    margin-top: .25rem;
    background: 0;
    margin-left: 0;
  }

  .partner .container .slogan .sloganMsg {
    display: block;
    line-height: .25rem
  }

}

/********************************* 促销 ****************************** **/
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.salebg {
  height: 100%;
  background: url(https://cdn-www.huorong.cn/assets/v5/images/index/sale_line.png?v=2.4.5.2) repeat-x;

}

.salebg-main {
  height: 100%;
  background: url(https://cdn-www.huorong.cn/assets/v5/images/index/salebg.png?v=2.4.5.2) no-repeat center top;
}

.sale-title {
  padding-top: 120px;
}

.sale-info {
  line-height: 36px;
  font-size: 30px;
  color: #F1A51B;
  margin-top: 42px;
}

.sale-btn {
  display: inline-block;
  width: 110px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  background: #fec252;
  border-radius: 3px 3px 3px 3px;
  color: #fff;
  font-size: 16px;
  margin-top: 40px;
  padding: 0;
}

.sale-btn:hover {
  background: #f6ac22;
}

.sale-btn:active {
  background: #ef9e08;
}

.sale-ul {
  margin-top: 62px;
  margin-left: -4px;
}

.sale-ul li {
  float: left;
  width: 33.333%;
  max-width: 290px;
  padding: 0 4px;
  box-sizing: border-box;
}

.sale-ul-article {

  background: #fff;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 14px 40px 14px 15px;
  position: relative;
  z-index: 5;
  height: 80px;

}

.sale-ul li:nth-child(2) .sale-ul-article {
  padding: 12px 70px 12px 15px;
}

.sale-ul li i {
  position: absolute;
  width: 81px;
  height: 50px;
  right: 0;
  bottom: 0;
  z-index: 2;

}

.sale-i-one {
  background: url(https://cdn-www.huorong.cn/assets/v5/images/index/sale_1.png?v=2.4.5.2) no-repeat;
}

.sale-i-two {
  background: url(https://cdn-www.huorong.cn/assets/v5/images/index/sale_2.png?v=2.4.5.2) no-repeat;
}

.sale-i-three {
  background: url(https://cdn-www.huorong.cn/assets/v5/images/index/sale_3.png?v=2.4.5.2) no-repeat;
}

.sale-ul-title,
.sale-ul-msg {
  position: relative;
  z-index: 5;
}

.sale-ul-title {
  font-weight: bold;
  color: #333333;
  line-height: 26px;
  font-size: 16px;

}

.sale-ul-msg {
  color: #626262;
  line-height: 20px;
  font-size: 13px;
  margin-top: 8px;
}

.sale-info-m {
  display: none;
  margin-top: 23px;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  color: #F3A51B;
}

/* banner按钮样式调整 */
.bannerBtnHomePage {
  padding: 11px 0 !important;
  width: 128px !important;
  text-align: center;
}

.swiper-btn {
  width: 1600px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -800px;
}

/* pad */
@media only screen and (max-width: 1350px) {
  .salebg-main {
    background: url(https://cdn-www.huorong.cn/assets/v5/images/index/salebg_pad.png?v=2.4.5.2) no-repeat center;
    background-size: 100%;
  }

  .swiper-btn {
    width: 1300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -650px;
  }
}

@media only screen and (max-width: 1101px) {
  .salebg-main {
    background: url(https://cdn-www.huorong.cn/assets/v5/images/index/salebg_pad.png?v=2.4.5.2) no-repeat center;
    background-size: 100%;
  }
}

/* pad */
@media only screen and (max-width: 767px) {
  .salebg-main {
    background: url(https://cdn-www.huorong.cn/assets/v5/images/index/salebg_m.png?v=2.4.5.2) no-repeat center;
    background-size: 100%;
  }

  .sale-box {
    text-align: center;
  }

  .sale-ul {
    display: none;
  }

  .sale-title {
    padding-top: 66px;
  }

  .sale-title img {
    width: 3.15rem;
    height: auto;
  }

  .sale-info {
    margin-top: 12px;
    font-size: 15px;
  }

  .sale-btn {
    width: 115px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }

  .sale-info-m {
    display: block;
  }

  .personBanner .downLoadDoc {
    margin-top: 10px;
  }
}

@media only screen and (max-width:830px) {
  .sale-ul-title {
    font-size: 14px;
  }
}

@media only screen and (max-width:630px) {
  #bannerImgBox .bar {
    height: 2.5px;
  }

  #bannerImgBox .bar-bg {
    height: 2.5px;
  }

  .stripPagination .swiper-pagination-custom.swiper-pagination-custom-active .bar-content .bar {
    -webkit-animation: pagination-animation 6.1s linear;
    animation: pagination-animation 6.1s linear;
  }

  #bannerImgBox .swiper-pagination-animation .swiper-pagination-custom {
    width: 0.7rem;
  }

  #bannerImgBox .bar-content {
    width: 0.7rem;
  }

  #bannerImgBox .bar-bg {
    width: 0.7rem;
  }

  @-webkit-keyframes pagination-animation {
    0% {
      width: 0;
    }

    100% {
      width: 0.7rem;
    }
  }

  @keyframes pagination-animation {
    0% {
      width: 0;
    }

    100% {
      width: 0.7rem;
    }
  }

  #bannerImgBox .bar-content .text {
    display: none;
  }
}


@media screen and (min-width:1024px) and (max-width:1919px) {
  /* 应用商店模块 */
  .storeBanner {
    box-sizing: border-box;
    background: url("/images/dspam.jpg")  no-repeat #f9f9fb;
    background-position: center;
    background-size: auto 100%;
    height: 5.5rem;
    color: #eee;
  }

  .storeBanner>.container {
    position: relative;
    box-sizing:border-box;
    height: 600px;
    width: auto;
    max-width: 1200px;
    /* padding: 0 30px; */
    margin: 0 auto;
  }

  .storeBanner .container.flex {
    display: flex;
    justify-content: flex-start;
  }

  .storeBanner>.container .left-container {
    display: inline-block;
    flex: none;
    margin-right: 50px;
  }

  .storeBanner .bannerTitleContainer {
    padding-top: 196px;
    /* margin-bottom: 24px; */
  }

  .storeBanner .bannerTitle {
    display: inline-block;
    vertical-align: middle;
    /* margin-left: 8px; */
    color: #FFA924;
    font-size: 24px;
    font-weight: 700;
  }

  .bannerTitleContainer .store-icon {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    background: url('../images/app_store/store-icon.svg') no-repeat;
    background-size: 100%;
    background-position: center
  }


  .storeBanner .bannerMsg {
    display: block;
    margin: 16px 0;
  }

  .storeBanner .bannerDiscribe {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 42px;
  }

  .storeBanner .bannerTip {
    color: #626262;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 72px;
  }

  .storeImgContainer {
    display: inline-block;
    flex: 1;
    max-width: 600px;
    vertical-align: middle;
    min-width: 412px;
    width: auto;
    height: 100%;
  }

  .bannerStoreTit {
    max-width: 100%;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
  }

  .storeImgContainer .hrnewBtn {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    padding: 11px 0 !important;
    width: 128px !important;
    text-align: center;
    border-radius: 4px;
    background: linear-gradient(188deg, #FCCD9C -28.27%, #FF9C53 75.71%);
  }

}
@media screen and (min-width:1024px) and (max-width:1119px) {
  .storeBanner>.container {
    padding: 0 30px;
  }
}
/* 应用商店pad */
@media screen and (min-width:751px) and (max-width:1023px) {
  .storeBanner {
    box-sizing: border-box;
    height: 5.5rem;
    color: #eee;
    background: url('/images/dspam.jpg') no-repeat #F9F9FB;
    background-size: contain;
    background-position: bottom 0.94rem center;
  }

  .storeBanner .container {
    position: relative;
    height: 600px;
  }

  .storeBanner .container.flex {
    flex-direction: column;
    justify-content: flex-start;
  }

  .storeBanner>.container .left-container {
    display: block;
    text-align: center;
    margin: 0 auto;
  }

  .storeBanner .bannerTitleContainer {
    padding-top: 0.57rem;
    margin-bottom: 0.16rem;
  }

  .storeBanner .bannerTitle {
    display: inline-block;
    vertical-align: middle;
    /* margin-left: 0.06rem; */
    text-align: center;
    font-size: 0.48rem;
  }

  .bannerTitleContainer .store-icon {
    display: inline-block;
    vertical-align: middle;
    width: 0.48rem;
    height: 0.48rem;
    background: url('../images/app_store/store-icon.svg') no-repeat;
    background-size: 100%;
    background-position: center
  }


  .storeBanner .bannerMsg {
    display: block;
    margin: 0.32rem 0 0.28rem;
  }

  .storeBanner .bannerDiscribe {
    color: #000;
    font-size: 0.48rem;
    letter-spacing: 1px;
    line-height: 0.63rem;
  }

  .storeBanner .bannerTip {
    color: #626262;
    font-size: 0.26rem;
    font-weight: 400;
    margin-bottom: 0.3rem;
  }

  .storeImgContainer {
    float: none;
    display: block;
    width: 2.85rem;
    height: 1.94rem;
    flex: 1;
    margin: 0 auto 0;
  }

  .bannerStoreTit {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

  .storeBanner .btnBox {
    position: relative;
    top: 0;
  }
  .hrnewBtn {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 0.16rem;
    padding: 0.11rem 0 !important;
    width: 1.28rem !important;
    border-radius: 0.04rem;
    background: linear-gradient(188deg, #FCCD9C -28.27%, #FF9C53 75.71%);
  }

  .bannerBtnDownload {
    margin-right: 0.1rem;
  }
}
/* 应用商店phone */
@media screen and (min-width:300px) and (max-width:750px) {
  .storeBanner {
    box-sizing: border-box;
    height: 5.5rem;
    color: #eee;
    background: url('/images/dspam.jpg') no-repeat #F9F9FB;
    background-size: contain;
    background-position: bottom 0.40rem center;
  }

  .storeBanner .container {
    position: relative;
    height: 600px;
  }

  .storeBanner .container.flex {
    flex-direction: column;
    justify-content: flex-start;
  }

  .storeBanner>.container .left-container {
    display: block;
    text-align: center;
    width: auto;
    margin: 0 auto;
  }

  .storeBanner .bannerTitleContainer {
    padding-top: 0.57rem;
    margin-bottom: 0.16rem;
  }

  .storeBanner .bannerTitle {
    display: inline-block;
    vertical-align: middle;
    /* margin-left: 0.06rem; */
    text-align: center;
    font-size: 0.24rem;
    letter-spacing: 0.007rem;
  }

  .bannerTitleContainer .store-icon {
    display: inline-block;
    vertical-align: middle;
    width: 0.32rem;
    height: 0.32rem;
    background: url('../images/app_store/store-icon.svg') no-repeat;
    background-size: 100%;
    background-position: center
  }


  .storeBanner .bannerMsg {
    display: block;
    margin: 0.16rem 0 0.14rem;
  }

  .storeBanner .bannerDiscribe {
    font-size: 0.24rem;
    letter-spacing: 1px;
    line-height: 0.32rem;
  }

  .storeBanner .bannerTip {
    font-size: 0.13rem;
    margin-bottom: 0.4rem;
  }

  .storeImgContainer {
    float: none;
    display: block;
    width: 3.15rem;
    height: auto;
    margin: 0rem auto 0;
    padding: 0 0 0 0.16rem;
  }

  img.bannerStoreTit {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

.storeBanner .btnBox {
  position: relative;
  top: 0;
}
  .hrnewBtn {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 0.12rem;
    line-height: 0.16rem;
    padding: 0.07rem 0 !important;
    width: 1.28rem !important;
    border-radius: 0.04rem;
    background: linear-gradient(188deg, #FCCD9C -28.27%, #FF9C53 75.71%);
  }

  .bannerBtnDownload {
    margin-right: 0.1rem;
  }
}
  /* 6.0公测 */
@media screen and (max-width:1211px) {
  .personal6Banner {
    height: 100%;
    background: url("/assets/v5/images/person6/banner-bg-60.svg") no-repeat center / cover;
  }
  .personal6Banner .banner-container {
    display: flex;
    justify-content: flex-start;
    width:  100%;
    height: 100%;
    margin: 0 auto;
    background: url("/assets/v5/images/person6/bg-60.svg") top -0.035rem center / cover  no-repeat ;
  }
  .personal6Banner .right-container{
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 126px 0 114px;
  }
}
@media screen and (max-width:1024px) {
  .personal6Banner {
    height: 100%;
    background: url("/assets/v5/images/person6/banner-bg-60.svg") no-repeat center / cover;
  }
  .personal6Banner .banner-container {
    display: flex;
    /* align-items: center; */
    width: 100%;
    max-width: 956px;
    height: 100%;
    margin: 0 auto;
    /* padding: 0 0.2rem; */
    background: url("/assets/v5/images/person6/bg-60.svg") top -0.035rem center / cover  no-repeat ;
  }
  .personal6Banner .left-container{
    padding:1.12rem 0 1.52rem 0.12rem;
  }
  .personal6Banner .left-container .banner-title{
    font-size: 0.32rem;
    line-height: 0.42rem;
  }
  .personal6Banner .banner-slogan{
    max-width: 5.8rem;
    width: 100%;
    height: 0.6rem;
    padding:  0 ;
    margin: 0.15rem 0 0.12rem;
  }
  .personal6Banner .banner-slogan .slogan{
    display:block ;
    max-width: 100%;
    object-fit: contain;
  }
  .personal6Banner .banner-slogan .slogan_m{
    display:none;
    max-height: 100%;
    object-fit: cover;
  }
  .personal6Banner .banner-desc{
    display: block;
    font-size: 0.2rem;
    line-height: 0.26rem;
    margin-bottom: 0.66rem;
  }
  .personal6Banner  .person6DownLoad{
    display: block;
    font-size: 0.18rem;
    line-height:0.24rem;
    color: #242424;
    background-color: #E09E4B;
    width: 0.72rem;
    padding: 0.10rem 0.39rem;
    border-radius: 0.04rem;
    margin: 0 0 0.24rem;
  }
  .personal6Banner  .person6DownLoad:hover{
    background-color: #C8843B;
  }
  .personal6Banner  .person6DownLoad:active{
    color: #595959;
    background-color: #EDBB74;
  }
  .downloadInPc .star{
    color: red;
  }
  .downloadInPc{
    font-size: 0.12rem;
    color: #fff;
  }
  .personal6Banner .right-container{
    display: inline-block;
    max-width: 4.32rem;
    height: auto;
    padding: 1.26rem 0 1.14rem;
  }
  .personal6Banner .right-container img {
    max-height: 100%;
    object-fit: contain;
  }
}
@media screen and (min-width:751px) and (max-width:1023px) {
  .personal6Banner .banner-container {
    max-width: 92%;
  }
}
@media screen and (max-width:750px) {
  .personal6Banner {
    height: 11rem;
    background: url("/assets/v5/images/person6/banner-bg-60.svg") no-repeat center / cover;
  }
  .personal6Banner .banner-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    /* padding: 0 0.2rem; */
    background: url("/assets/v5/images/person6/bg-60.svg") top 1.66rem center / auto 2.25rem  no-repeat ;
  }
  .personal6Banner .left-container{
    padding:0.32rem 0 0;
    text-align: center;
  }
  .personal6Banner .left-container .banner-title{
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
  .personal6Banner .banner-slogan{
    width: 2.1rem;
    height: 1.08rem;
    padding:  0 ;
    margin: 0.15rem auto 0.12rem;
  }
  .personal6Banner .banner-slogan .slogan{
    display: none;
  }
  .personal6Banner .banner-slogan .slogan_m{
    display: block;
    height: 100%;
    object-fit: cover;
  }
  .personal6Banner .banner-desc{
    display: block;
    font-size: 0.12rem;
    line-height: 0.16rem;
    margin-bottom: 0.28rem;
  }
  .personal6Banner  .person6DownLoad{
    display: block;
    font-size: 0.09rem;
    line-height:0.12rem;
    color: #242424;
    background-color: #E09E4B;
    width: 0.36rem;
    padding: 0.05rem 0.39rem;
    border-radius: 0.02rem;
    margin: 0 auto 0.13rem;
  }
  .personal6Banner  .person6DownLoad:hover{
    background-color: #C8843B;
  }
  .personal6Banner  .person6DownLoad:active{
    color: #595959;
    background-color: #EDBB74;
  }
  .personal6Banner .linkBtn{
    font-size: 0.09rem;
    line-height: 0.12rem;
  }
  .downloadInPc .star{
    color: red;
  }
  .downloadInPc{
    font-size: 0.12rem;
    color: #fff;
  }
  .personal6Banner .right-container{
    display: inline-block;
    max-width: 100%;
    height: 2.27rem;
    padding: 0;
  }
  .personal6Banner .right-container img {
    max-height: 100%;
    object-fit: contain;
  }
}