.section0 {
  margin-bottom: 50px;
}
.section0 {
  padding: 0px;
  background-color: #ffffff;
}
.section0 .tabs {
  margin: 26px auto 0;
  width: 100%;
  min-height: 50px;
  text-align: center;
  max-width: 1200px;
}
.section0 .tabs div {
  position: relative;
  display: block;
  min-height: 50px;
  vertical-align: top;
  display: inline-block;
}
.section0 .tabs div span {
  display: inline-block;
  width: 150px;
  height: 50px;
  color: #333;
  text-align: center;
  font-size: 18px;
  line-height: 50px;
  cursor: pointer;
  border: 1px solid #d7d7e3;
  margin: 0 12px;
  background-color: #fff;
}
.section0 .tabs .active span {
  border: 1px solid #076bf2;
  color: #076bf2;
  color: #296bef;
}
/* .section0 .tabs .active span:after{position:absolute;left:50%;display:block;margin-left:-20px;width:40px;height:4px;border-radius:2px;background-image:linear-gradient(90deg,#4bf5ff,#2f6aff);content:""} */
.section0 .con {
  margin: 0 auto;
  padding-top: 60px;
  width: 100%;
  min-height: 600px;
  padding-left: 10px;
  padding-bottom: 80px;
}

.section0 .con .item {
  display: none;
  min-height: 350px;
  position: relative;
}
.section0 .con .bg_tab {
  position: absolute;
  right: 10px;
  top: 0px;
  background: url(../images/phoneBg.png) center no-repeat;
  background-size: 95%;
  width: 300px;
  height: 600px;
  text-align: center;
  display: block;
}

.section0 .con .bg_tab2 {
  position: absolute;
  right: 10px;
  top: 0px;
  width: 300px;
  height: 600px;
  text-align: center;
  display: block;
}
.section0 .con .bg_tab2 img {
  display: block;
  width: 100%;
}
.section0 .con .bg_tab .khal {
  position: absolute;
  left: 43%;
}
.section0 .con .bg_tab img {
  display: block;
  width: 225px;
  margin-left: 40px;
  margin-top: 95px;
}
.pyq_con {
  width: 584px;
}

.section0 .con .item .stitle {
  margin-top: 8px;
  width: 584px;
  color: #222;
  font-weight: 600;
  font-size: 32px;
  font-family: PingFangSC-Semibold;
  line-height: 46px;
}
.section0 .con .item .stitle:after {
  display: block;
  margin: 16px 0 12px;
  width: 24px;
  height: 4px;
  border-radius: 2px;
  background-image: linear-gradient(90deg, #4bf5ff, #2f6aff);
  content: "";
}
.section0 .con .item .scon {
  width: 584px;
  min-height: 84px;
  color: #555;
  font-weight: 400;
  font-size: 16px;
  font-family: PingFangSC-Regular;
  line-height: 28px;
}
.section0 .con .item .data {
  margin-top: 41px;
}
.section0 .con .item .data .data_block {
  display: inline-block;
}
.section0 .con .item .data .data_block h3 {
  margin-bottom: 12px;
  color: #999;
  font-weight: 400;
  font-size: 14px;
  font-family: PingFangSC-Regular;
  line-height: 20px;
}
.section0 .con .item .data .data_block .data_value {
  color: #2f6aff;
  font-size: 48px;
  font-family: AlteDIN;
  line-height: 48px;
}
.section0 .con .item .data .data_block .data_unit {
  color: #2f6aff;
  text-align: center;
  font-size: 16px;
  font-family: PingFangSC-Regular;
  line-height: 48px;
}
.section0 .con .item2 .data .data_block:nth-child(1) .data_unit:after {
  display: inline-block;
  margin: 0 41px -2px 45px;
  width: 1px;
  height: 40px;
  background: #e3e3e3;
  content: "";
}

@media (max-width: 999px) {
  .section0 .con {
    width: 100% !important;
  }
  .pyq_con {
    width: 100% !important;
  }

  .section0 .con .item .stitle {
    margin-top: 8px;
    width: 100% !important;
  }

  .section0 .con .item .scon {
    width: 100% !important;
  }
  .section0 .con .bg_tab {
    display: none;
  }
}

.sourceinfo-detail {
  padding: 80px 0 10px;
  background-color: #f5f9ff;
}
.sourceinfo-detail .detail-body {
  width: 1200px;
  margin: 0 auto 64px;
}
.sourceinfo-detail .detail-info {
  text-align: center;
  color: #000;
}
.sourceinfo-detail .detail-info p {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 32px;
  font-size: 36px;
  font-weight: 500;
}
@media (max-width: 1279px) {
  .sourceinfo-detail .detail-info p {
    padding-bottom: 18px;
    margin-bottom: 24px;
    font-size: 32px;
  }
}
.sourceinfo-detail .detail-info p:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 6px;
  width: 40px;
  background-color: #ffa601;
  border-radius: 3px;
}
@media (max-width: 1279px) {
  .sourceinfo-detail .detail-info p:after {
    height: 4px;
    width: 32px;
  }
}
.sourceinfo-detail .detail-info .detail-content {
  display: inline-block;
  width: 764px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
  color: #0b1531;
}
@media (max-width: 1279px) {
  .sourceinfo-detail {
    padding: 56px 0 100px;
  }
  .sourceinfo-detail .detail-body {
    width: auto;
    margin-bottom: 56px;
  }
  .sourceinfo-detail .detail-body .detail-info p {
    font-size: 32px;
  }
  .sourceinfo-detail .detail-body .detail-info .detail-content {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .sourceinfo-detail {
    padding: 40px 0 80px;
  }
  .sourceinfo-detail .detail-body {
    width: auto;
    margin-bottom: 32px;
  }
  .sourceinfo-detail .detail-body .detail-info p {
    font-size: 18px;
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
  .sourceinfo-detail .detail-body .detail-info p:after {
    height: 4px;
    width: 36px;
  }
  .sourceinfo-detail .detail-body .detail-info .detail-content {
    width: auto;
    padding: 0 28px;
    font-size: 14px;
  }
}
.purpose-nav {
  margin-bottom: 80px;
}
.purpose-nav .purpose-block {
  width: 1200px;
  margin: 0 auto;
}

.purpose-nav {
  margin-bottom: 80px;
}
.purpose-nav .purpose-block {
  width: 100%;
  margin: 0 auto;
}
.purpose-nav .purpose-block ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.purpose-nav .purpose-block ul li {
  position: relative;
  margin-right: 20px;
  display: inline-block;
  font-size: 0;
}
.purpose-nav .purpose-block ul li:last-child {
  margin-right: 0;
}
.purpose-nav .purpose-block ul li:after {
  display: none;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  background-color: #fff;
  -webkit-transform: translate3d(-50%, 50%, 0) rotate(-45deg);
  transform: translate3d(-50%, 50%, 0) rotate(-45deg);
  border-left: 2px solid #296bef;
  border-bottom: 2px solid #296bef;
  border-bottom-left-radius: 4px;
  z-index: 1;
}
.purpose-nav .purpose-block ul li a {
  display: inline-block;
  box-sizing: border-box;
  width: 132px;
  height: 132px;
  padding: 24px 0;
  color: #68779c;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  border-radius: 8px;
  transition: none;
  border: 2px solid rgba(44, 114, 255, 0.1);
  box-shadow: 0 3px 16px rgba(0, 116, 255, 0.05);
  font-size: 16px;
}
.purpose-nav .purpose-block ul li .source_sprite {
  margin-bottom: 8px;
  display: inline-block;
  width: 52px;
  height: 52px;
  background-image: url(../images/new/source_sprite.png);
  background-size: 204px auto;
  background-repeat: no-repeat;
}
.purpose-nav .purpose-block ul li .f-brand {
  margin-bottom: 8px;
  display: inline-block;
  width: 52px;
  height: 52px;
  background-image: url(../images/new/source_sprite.png);
  background-size: 204px auto;
  background-repeat: no-repeat;
}
.purpose-nav .purpose-block ul li .f-shop {
  margin-bottom: 8px;
  display: inline-block;
  width: 52px;
  height: 52px;
  background-image: url(../images/new/source_sprite.png);
  background-size: 204px auto;
  background-repeat: no-repeat;
  background-position: -50px 0;
}
.purpose-nav .purpose-block ul li .f-info {
  margin-bottom: 8px;
  display: inline-block;
  width: 52px;
  height: 52px;
  background-image: url(../images/new/source_sprite.png);
  background-size: 204px auto;
  background-repeat: no-repeat;
  background-position: -102px 0;
}
.purpose-nav .purpose-block ul li .f-product {
  margin-bottom: 8px;
  display: inline-block;
  width: 52px;
  height: 52px;
  background-image: url(../images/new/source_sprite.png);
  background-size: 204px auto;
  background-repeat: no-repeat;
  background-position: -154px 0;
}
.purpose-nav .purpose-block ul li .f-app {
  margin-bottom: 8px;
  display: inline-block;
  width: 52px;
  height: 52px;
  background-image: url(../images/new/source_sprite.png);
  background-size: 204px auto;
  background-repeat: no-repeat;
  background-position: 0 -52px;
}
.purpose-nav .purpose-block ul li .f-coupon {
  margin-bottom: 8px;
  display: inline-block;
  width: 52px;
  height: 52px;
  background-image: url(../images/new/source_sprite.png);
  background-size: 204px auto;
  background-repeat: no-repeat;
  background-position: -50px -52px;
}
.purpose-nav .purpose-block ul li .f-gzh {
  margin-bottom: 8px;
  display: inline-block;
  width: 52px;
  height: 52px;
  background-image: url(../images/new/source_sprite.png);
  background-size: 204px auto;
  background-repeat: no-repeat;
  background-position: -102px -52px;
}
.purpose-nav .purpose-block ul li .f-game {
  margin-bottom: 8px;
  display: inline-block;
  width: 52px;
  height: 52px;
  background-image: url(../images/new/source_sprite.png);
  background-size: 204px auto;
  background-repeat: no-repeat;
  background-position: -154px -52px;
}
.purpose-nav .purpose-block ul li.active,
.purpose-nav .purpose-block ul li:hover {
  font-weight: 500;
}
.purpose-nav .purpose-block ul li.active:after,
.purpose-nav .purpose-block ul li:hover:after {
  display: inline-block;
}
.purpose-nav .purpose-block ul li.active a,
.purpose-nav .purpose-block ul li:hover a {
  border: 2px solid #296bef;
  color: #081533;
}
.purpose-nav .purpose-block ul li.active .f-brand,
.purpose-nav .purpose-block ul li:hover .f-brand {
  background-position: 0 -102px;
}
.purpose-nav .purpose-block ul li.active .f-shop,
.purpose-nav .purpose-block ul li:hover .f-shop {
  background-position: -50px -102px;
}
.purpose-nav .purpose-block ul li.active .f-info,
.purpose-nav .purpose-block ul li:hover .f-info {
  background-position: -102px -102px;
}
.purpose-nav .purpose-block ul li.active .f-product,
.purpose-nav .purpose-block ul li:hover .f-product {
  background-position: -154px -102px;
}
.purpose-nav .purpose-block ul li.active .f-app,
.purpose-nav .purpose-block ul li:hover .f-app {
  background-position: 0 -154px;
}
.purpose-nav .purpose-block ul li.active .f-coupon,
.purpose-nav .purpose-block ul li:hover .f-coupon {
  background-position: -50px -154px;
}
.purpose-nav .purpose-block ul li.active .f-gzh,
.purpose-nav .purpose-block ul li:hover .f-gzh {
  background-position: -102px -154px;
}
.purpose-nav .purpose-block ul li.active .f-game,
.purpose-nav .purpose-block ul li:hover .f-game {
  background-position: -154px -154px;
}

.purpose-nav .purpose-block ul li:hover i > img:nth-child(1) {
  display: none !important;
}
.purpose-nav .purpose-block ul li:hover i > img:nth-child(2) {
  display: block !important;
}
@media (max-width: 1279px) {
  .purpose-nav {
    margin-bottom: 60px;
  }
  .purpose-nav .purpose-block {
    width: 100%;
  }

  .purpose-nav .purpose-block ul li a {
    width: 108px;
    height: 108px;
    padding: 18px 0;
    font-size: 14px;
  }
  .purpose-nav .purpose-block ul li .source_sprite {
    margin-bottom: 8px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../images/new/source_sprite.png);
    background-size: 156px auto;
    background-repeat: no-repeat;
  }
  .purpose-nav .purpose-block ul li .f-brand {
    margin-bottom: 8px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../images/new/source_sprite.png);
    background-size: 156px auto;
    background-repeat: no-repeat;
  }
  .purpose-nav .purpose-block ul li .f-shop {
    margin-bottom: 8px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../images/new/source_sprite.png);
    background-size: 156px auto;
    background-repeat: no-repeat;
    background-position: -38px 0;
  }
  .purpose-nav .purpose-block ul li .f-info {
    margin-bottom: 8px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../images/new/source_sprite.png);
    background-size: 156px auto;
    background-repeat: no-repeat;
    background-position: -78px 0;
  }
  .purpose-nav .purpose-block ul li .f-product {
    margin-bottom: 8px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../images/new/source_sprite.png);
    background-size: 156px auto;
    background-repeat: no-repeat;
    background-position: -116px 0;
  }
  .purpose-nav .purpose-block ul li .f-app {
    margin-bottom: 8px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../images/new/source_sprite.png);
    background-size: 156px auto;
    background-repeat: no-repeat;
    background-position: 0 -38px;
  }
  .purpose-nav .purpose-block ul li .f-coupon {
    margin-bottom: 8px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../images/new/source_sprite.png);
    background-size: 156px auto;
    background-repeat: no-repeat;
    background-position: -38px -38px;
  }
  .purpose-nav .purpose-block ul li .f-gzh {
    margin-bottom: 8px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../images/new/source_sprite.png);
    background-size: 156px auto;
    background-repeat: no-repeat;
    background-position: -78px -38px;
  }
  .purpose-nav .purpose-block ul li .f-game {
    margin-bottom: 8px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../images/new/source_sprite.png);
    background-size: 156px auto;
    background-repeat: no-repeat;
    background-position: -116px -38px;
  }
  .purpose-nav .purpose-block ul li.active,
  .purpose-nav .purpose-block ul li:hover {
    font-weight: 700;
    color: #0b1531;
  }
  .purpose-nav .purpose-block ul li.active:after,
  .purpose-nav .purpose-block ul li:hover:after {
    display: inline-block;
  }
  .purpose-nav .purpose-block ul li.active a,
  .purpose-nav .purpose-block ul li:hover a {
    border: 2px solid #296bef;
  }
  .purpose-nav .purpose-block ul li.active .f-brand,
  .purpose-nav .purpose-block ul li:hover .f-brand {
    background-position: 0 -78px;
  }
  .purpose-nav .purpose-block ul li.active .f-shop,
  .purpose-nav .purpose-block ul li:hover .f-shop {
    background-position: -38px -78px;
  }
  .purpose-nav .purpose-block ul li.active .f-info,
  .purpose-nav .purpose-block ul li:hover .f-info {
    background-position: -78px -78px;
  }
  .purpose-nav .purpose-block ul li.active .f-product,
  .purpose-nav .purpose-block ul li:hover .f-product {
    background-position: -116px -78px;
  }
  .purpose-nav .purpose-block ul li.active .f-app,
  .purpose-nav .purpose-block ul li:hover .f-app {
    background-position: 0 -116px;
  }
  .purpose-nav .purpose-block ul li.active .f-coupon,
  .purpose-nav .purpose-block ul li:hover .f-coupon {
    background-position: -38px -116px;
  }
  .purpose-nav .purpose-block ul li.active .f-gzh,
  .purpose-nav .purpose-block ul li:hover .f-gzh {
    background-position: -78px -116px;
  }
  .purpose-nav .purpose-block ul li.active .f-game,
  .purpose-nav .purpose-block ul li:hover .f-game {
    background-position: -116px -116px;
  }
}

.promotion-pcarea {
  position: relative;
  text-align: center;
}
@media (max-width: 1279px) {
  .promotion-pcarea {
    margin-top: 40px;
  }
}
@media (max-width: 1023px) {
  .promotion-pcarea {
    display: block;
  }
}
.promotion-pcarea .show-more {
  display: inline-block;
  box-sizing: border-box;
  width: 760px;
  margin-top: 80px;
  padding: 26px 148px;
  border-radius: 9px;
  background-color: #ebf3ff;
  text-align: center;
  font-size: 16px;
  color: #a1aecf;
  letter-spacing: 1px;
}
.promotion-pcarea .show-more .btn-border {
  margin-left: 38px;
}
.promotion-pcarea .show-more a {
  color: #296bef;
  margin-left: 10px;
}
.promotion-pcarea .show-more a:hover {
  color: #0045cc !important;
}
.promotion-pcarea .promotion-body {
  width: auto;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.promotion-pcarea .promotion-body .show-block {
  display: inline-block;
  position: relative;
  width: 280px;
  height: 570px;
  border-radius: 38px;
  background-image: url(../images/new/new_iphone.png);
  background-size: 280px auto;
  box-shadow: 0 3px 16px rgba(0, 116, 255, 0.05);
}
.promotion-pcarea .promotion-body .show-block .preshow-img,
.promotion-pcarea .promotion-body .show-block .show-video {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  width: 248px;
  height: 438px;
  top: 65px;
  left: 16px;
  z-index: 2;
}

.promotion-pcarea .promotion-body .show-block .preshow-img .video-img,
.promotion-pcarea .promotion-body .show-block .show-video .video-img {
  width: 100%;
}
.promotion-pcarea .promotion-body .show-block .preshow-img {
  z-index: 1;
}
.promotion-pcarea .promotion-body .show-pccontent {
  margin-left: 84px;
  text-align: left;
}

.promotion-pcarea .promotion-body .show-pccontent .scontent-title {
  margin-bottom: 24px;
  font-size: 24px;
  color: #0b1531;
  font-weight: 500;
}

.promotion-pcarea .promotion-body .show-pccontent .scontent-detail {
  display: inline-block;
  width: 390px;
  font-size: 16px;
  color: #68779c;
  line-height: 1.8;
  letter-spacing: 1px;
}

@media (max-width: 1023px) {
  .purpose-nav {
    display: block;
    width: 100% !important;
  }
  .purpose-nav .purpose-block ul li {
    margin-right: 0;
  }
  .promotion-pcarea .promotion-body {
    width: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .promotion-pcarea .promotion-body .show-pccontent {
    margin-left: 0;
    text-align: left;
  }
  .promotion-pcarea .promotion-body .show-pccontent .scontent-detail {
    display: inline-block;
    width: 100% !important;
    font-size: 16px;
    color: #68779c;
    line-height: 1.8;
    letter-spacing: 1px;
  }
}

.pyq-08 {
  padding: 0 0 43px;
}
.pyq-08 .titbox {
  height: 132px;
  background: url(../img/pyq/pyq_t7.png) no-repeat right top;
  margin: 45px auto;
  overflow: hidden;
  padding-right: 347px;
}
.pyq-08 .titbox .tit1 {
  width: 212px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  background: url(../img/xbg2.jpg) no-repeat center;
  text-align: center;
  position: relative;
  top: 58px;
  float: right;
}

.pyq-08 .rylibox {
  width: 104%;
  margin: 0 auto;
  overflow: hidden;
}
.pyq-08 .rylibox .dimg {
  width: 370px;
  margin: 0 44px 40px 0;
  float: left;
  overflow: hidden;
  text-align: center;
  position: relative;
  border: 1px solid #f1f1f1;
}
.pyq-08 .rylibox .dimg .imgbox {
  width: 100%;
  height: 260px;
  overflow: hidden;
  border-bottom: 1px solid #f1f1f1;
  position: relative;
}
.pyq-08 .rylibox .dimg img {
  width: 100%;
  min-height: 100%;
}
.pyq-08 .rylibox .dimg .title {
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  padding: 0 10px;
  background: #f1f1f1;
}

.pyq-08 .rylibox .dimg .bgl1,
.pyq-08 .rylibox .dimg .bgl2,
.pyq-08 .rylibox .dimg .bgl3,
.pyq-08 .rylibox .dimg .bgl4 {
  width: 3px;
  height: 0;
  background: #000;
  position: absolute;
  z-index: 1;
}
.pyq-08 .rylibox .dimg .bgl1 {
  left: 0;
  top: 0;
}
.pyq-08 .rylibox .dimg .bgl2 {
  width: 0;
  height: 3px;
  left: 0;
  bottom: 0;
}
.pyq-08 .rylibox .dimg .bgl3 {
  right: 0;
  bottom: 0;
}
.pyq-08 .rylibox .dimg .bgl4 {
  width: 0;
  height: 3px;
  right: 0;
  top: 0;
}
.pyq-08 .rylibox .dimg .bgl5 {
  width: 100%;
  height: 3px;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 60px;
  z-index: 1;
}
.pyq-08 .rylibox .dimg .bgl5 .pb {
  width: 0;
  height: 100%;
  margin: 0 auto;
  background: #000;
}

.pyq-08 .rylibox .dimg:hover .bgl1,
.pyq-08 .rylibox .dimg:hover .bgl3 {
  height: 100%;
}
.pyq-08 .rylibox .dimg:hover .bgl2,
.pyq-08 .rylibox .dimg:hover .bgl4 {
  width: 100%;
}
.pyq-08 .rylibox .dimg:hover .bgl5 .pb {
  width: 100%;
}
.pyq-08 .rylibox .dimg:hover .title {
  background: #ffd11a;
}
.pyq-08 .rylibox .dimg .title {
  color: #000000;
  font-weight: 400;
}
.allbox-w12 {
  width: 1200px;
  margin: 0 auto;
}
.contion .dli,
a,
img,
p,
li,
.prev,
.next,
.bannerbox .yuform .sub1,
.myfoot .dtop .pbox2 .abtn .dic {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.pyq-08 .rylibox .dimg:hover .bgl1,
.pyq-08 .rylibox .dimg:hover .bgl3 {
  height: 100%;
  transition: all 0.3s ease-in-out 0s;
}
.pyq-08 .rylibox .dimg:hover .bgl2,
.pyq-08 .rylibox .dimg:hover .bgl4 {
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
}
.pyq-08 .rylibox .dimg:hover .bgl5 .pb {
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
}
.pyq-08 .rylibox .dimg:hover .title {
  background: #ffd11a;
}
.pyq-08 .rylibox .dimg .title {
  color: #000000;
  font-weight: 400Œ;
}

@media (max-width: 999px) {
  .allbox-w12 {
    width: 100%;
    margin: 0 auto;
  }
  .pyq-08 .rylibox {
    width: 100% !important;
    margin: 0 auto;
    overflow: hidden;
  }
  .pyq-08 .rylibox .dimg {
    width: 100%;
    margin: 0 44px 40px 0;
    float: left;
    overflow: hidden;
    text-align: center;
    position: relative;
    border: 1px solid #f1f1f1;
  }
}
.case {
  margin: 20px 0;
}
.case1200 {
  width: 1200px;
  margin: 0 auto;
}

.case ul {
  display: flex;
  flex-wrap: wrap;
}
.case ul > li {
  width: 33%;
  transition: transform 1s;
  display: inline-block;
  border: 1px solid #eee;
  box-sizing: border-box;
  margin-top: 10px;
  transform: scale(0.95);
  margin-right: 0.5%;
}
.case ul > li:nth-child(3n) {
  margin-right: 0;
}
.case ul > li:hover {
  transform: scale(1);
  box-shadow: 0 0 10px rgb(0, 0, 0, 0.3);
}
.case ul li .up-img {
  height: 190px;
  overflow: hidden;
  position: relative;
}
.case .cover-bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  color: #fff;
  text-indent: 2rem;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.3);
  font-size: 14px;
}
.case .bottom-img {
  height: 60px;
  display: flex;
  align-items: center;
  padding: 8px;
  box-sizing: border-box;
}
.case .bottom-img > img {
  width: 44px;
  height: 44px;
  margin-right: 16px;
}
.bottom-img > b {
  color: #555;
  font-weight: normal;
  font-size: 14px;
}

@media (max-width: 998px) {
  .case {
    margin: 20px 0;
  }
  .case1200 {
    width: 100%;
    margin: 0 auto;
  }

  .case ul {
    display: flex;
    flex-wrap: wrap;
  }
  .case ul > li {
    width: 100%;
    transition: transform 1s;
    display: inline-block;
    border: 1px solid #eee;
    box-sizing: border-box;
    margin-top: 10px;
    transform: scale(0.95);
    margin-right: 0;
  }
}

.width {
  width: 1200px;
  margin: 0 auto;
}

.effect {
  padding-bottom: 10px;
}

.effect > h3 {
  margin: 90px 0;
}

.effect > h3 {
  margin: 90px 0;
}
.h3-title {
  font-size: 36px;
  color: #000;
  text-align: center;
}
.adv-effect {
  width: 100%;
}

.adv-effect > div {
  min-height: 500px;
  padding-left: 630px;
  overflow: hidden;
  box-sizing: border-box;
  text-align: left;
}

.adv-effect1 {
  background: url(../img/pyq_bottom1.png) no-repeat 236px 0;
}

.adv-effect2 {
  background: url(../img/pyq_bottom2.png) no-repeat 236px 0;
}

.adv-effect3 {
  background: url(../img/pyq_bottom3.png) no-repeat 236px 0;
}

.adv-effect > div > b {
  color: #999;
  font-weight: normal;
  display: block;
  margin-top: 88px;
  font-size: 18px;
}

.adv-effect > div > h3 {
  color: #000;
  margin-top: 44px;
}

.adv-effect > div > h3 > a {
  color: #008de8;
}

.adv-effect > div > p:nth-of-type(1) {
  margin-top: 30px;
}

.adv-effect > div > p {
  color: #898989;
  margin-bottom: 20px;
}

.adv-effect > div > button {
  padding: 10px 12px;
  color: #fff;
  background: #018de8;
  border: none;
  outline: none;
  border-radius: 3px;
}
.adv-effect > div > button a {
  color: #fff;
}
@media (max-width: 999px) {
  .width {
    width: 100%;
    margin: auto;
  }
  .adv-effect > div {
    min-height: 580px;
    padding: 15px;
    overflow: hidden;
    box-sizing: border-box;
    text-align: left;
    background-image: url("/static/images/kong.png");
  }
  .adv-effect1 {
    background: url() no-repeat 236px 0 !important;
  }

  .adv-effect2 {
    background: url() no-repeat 236px 0 !important;
  }

  .adv-effect3 {
    background: url() no-repeat 236px 0 !important;
  }
}
