/* WP默认的是1200居中。改写为100% */
.mk-grid,
.mk-inner-grid {
  max-width: 100%;
}
#header_prom{
    display: none;
}
/* 头部样式 */
#nav_wapper {
  background: rgb(27, 38, 83, 0);
  position: fixed;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}

#nav_wapper:hover {
  background: rgb(27, 38, 83, 0.95) !important;
}

/* banner */
#nav_wapper {
    background: rgb(27, 38, 83, 0);
    position: fixed;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}
#nav_wapper:hover {
    background: rgb(27, 38, 83, 0.95) !important;
}
/* banner */
#banner{
    background: url(../../../../../www.jdy.com/resource/images/qywx/banner-01.png) center no-repeat;
    height: 520px;
    background-size: cover;
}
#banner .banner-content{
    width: 1140px;
    margin: 0 auto;
    padding-top: 135px;
}
#banner .banner-content .qywx-logo{
    display: none;
}
#banner .banner-content h1{
    color: #fff;
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 12px;
}
#banner .banner-content p{
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 32px;
}
.banner-text-mobile{
    display: none;
}
#banner .banner-content .btn-box{
    margin-top: 36px;
}
#banner .banner-content .btn-box a{
    display: inline-block;
    width: 166px;
    height: 40px;
    line-height: 40px;
}
#banner .banner-content .btn-box a:nth-child(3){
    width: 150px;
}
#banner .btn-box a:nth-child(1){
    width: 150px;
    height: 100px;
}
#banner .btn-box a:nth-child(1) img{
    display: inline-block;
}
#banner .btn-box a:nth-child(2){
    background: url(../images/install_pc_ico.png);
}
#banner .btn-box a:nth-child(3) {
    background: url(../images/reg_pc_ico.png);
    margin-left: 24px;
}

/* 功能点 */
.product-box {
  width: 1170px;
  font-size: 0;
  margin: 72px auto;
}

.product-item {
  width: 25%;
  display: inline-block;
}

.product-item .item-pic:hover {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transition: 0.3s;
  -ms-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.product-item .item-pic {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  margin-bottom: 24px;
  background: url(../../../../../www.jdy.com/resource/images/qywx/icon-qywx.png)no-repeat center;
}

.product-item .item-pic.pic01 {
  background-position: -0px -72px;
}

.product-item .item-pic.pic02 {
  background-position: -120px -72px;
}

.product-item .item-pic.pic03 {
  background-position: -360px -72px;
}

.product-item .item-pic.pic04 {
  background-position: -240px -72px;
}

.product-item .title {
  font-size: 20px;
  color: #212121;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
  margin-bottom: 16px;
}

.product-item .decs {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px;
}

/* 产品展示 */
.feacture-box {
  position: relative;
}

.feacture-bg {
  position: absolute;
  background: url(../../../../../www.jdy.com/resource/images/qywx/feacture-bg.png)no-repeat center;
  background-size: 100% 100%;
  width: 100%;
  height: 865px;
  z-index: -1;
}

.active .feacture-pic {
  display: block;
}

.feacture-pic {
  display: none;
  position: absolute;
  right: 150px;
  top: 0;
  height: 600px;
  width: 300px;
  z-index: -1;
  -webkit-animation: imgFlow 1.5s infinite alternate;
  -moz-animation: imgFlow 1.5s infinite alternate;
  animation: imgFlow 1.5s infinite alternate;
}

.feacture-pic01 {
  background: url(../../../../../www.jdy.com/resource/images/qywx/feacture-pic01.png)no-repeat center;
  background-size: 100%;
}

.feacture-pic02 {
  background: url(../../../../../www.jdy.com/resource/images/qywx/feacture-pic02.png)no-repeat center;
  background-size: 100%;
}

.feacture-pic03 {
  background: url(../../../../../www.jdy.com/resource/images/qywx/feacture-pic03.png)no-repeat center;
  background-size: 100%;
}

.feacture-pic04 {
  background: url(../../../../../www.jdy.com/resource/images/qywx/feacture-pic04.png)no-repeat center;
  background-size: 100%;
}

.feacture-pic05 {
  background: url(../../../../../www.jdy.com/resource/images/qywx/feacture-pic05.png)no-repeat center;
  background-size: 100%;
}

.feacture-text-box {
  width: 1170px;
  height: 745px;
  margin: 0 auto;
  padding-top: 88px;
  color: #FFFFFF;
}

.feacture-text-title {
  padding-top: 72px;
  color: #FFFFFF;
  text-align: center;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 48px;
}

.feacture-text {
  opacity: 0;
  opacity: 1\0;
}

.feacture-text p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 32px;
  color: #FFFFFF;
}

.feacture-text .feacture-text-btn {
  width: 136px;
  height: 40px;
  text-align: center;
  margin-top: 40px;
  background: #00CCC5;
  color: #FFFFFF;
  border-radius: 1px;
  font-size: 16px;
  line-height: 40px;
}

.feacture-text .list.active {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100%);
}

.feacture-text .list {
  margin-bottom: 24px;
  text-align: left;
  padding: 26px 32px;
  width: 560px;
}

.feacture-text .list .icon {
  background: url(../../../../../www.jdy.com/resource/images/qywx/icon-qywx.png)no-repeat center;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 24px;
  vertical-align: middle;
}

.feacture-text .list .icon01 {
  background-position: 0 -32px;
}

.feacture-text .list .icon02 {
  background-position: -40px -32px;
}

.feacture-text .list .icon03 {
  background-position: -80px -32px;
}

.feacture-text .list .icon04 {
  background-position: -120px -32px;
}

.feacture-text .list .icon05 {
  background-position: -160px -32px;
}

.feacture-text .list .item {
  display: inline-block;
  vertical-align: middle;
}

.feacture-text .list .title {
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 16px;
}

.feacture-text .list .decs {
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 16px;
}

/* 常见问题 */
#wapper_problem {
  background-color: #F6F8FA;
  position: relative;
  /* background: url(//www.jdy.com/resource/images/1688/problem-bg.png)no-repeat center; */
  background-size: 100% 100%;
}

.problem-content-box {
  width: 1170px;
  margin: 0 auto;
  padding-top: 72px;
  padding-bottom: 104px;
}

.problem-title {
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #212121;
  letter-spacing: 0;
  line-height: 48px;
  margin-bottom: 56px;
}

.problem-list-box {
  /* border: 1px solid #E6E6E6; */
}

.problem-list-box .list {
  position: relative;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}

.problem-list-box .list:nth-child(1):before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #E6E6E6;
  top: 0;
}

.problem-list-box .list:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #E6E6E6;
  bottom: 0;
}

.problem-list-box .list:nth-child(1) {
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.10);
}

.problem-list-box .list-qus {
  background: #FFFFFF;
  height: 72px;
  line-height: 72px;
  color: #212121;
  font-size: 16px;
  padding: 0 20px 0 24px;
  cursor: pointer;
}

.problem-list-box .list.active .list-qus {
  background: #00CCC5;
  color: #FFFFFF;
}

.problem-list-box .list-ans {
  background: #E5F9F9;
  min-height: 64px;
  line-height: 64px;
  color: #212121;
  font-size: 14px;
  padding: 0 20px 0 24px;
  display: none;
}

.problem-list-box .list.active .list-ans {
  display: block;
}

.problem-list-box .icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  float: right;
  margin-top: 20px;
  background: url(../../../../../www.jdy.com/resource/images/1688/icon-sprite-1688.png)no-repeat center;
  background-position: 0 -32px;
}

.problem-list-box .list.active .icon {
  background-position: 0 0;
}

/* 二维码 */
.qrcode {
    background: url(../../../../../www.jdy.com/resource/images/qywx/5cb97d5fdb5aa6656f4c5b0e_origin.jfif) no-repeat center;
    background-size: cover;
    height: 386px;
    width: 100vw;
    display: flex;
    align-items: center;
  }
.qrcode-title {
  font-family: PingFangSC-Medium;
  font-size: 30px;
  color: #FFFFFF !important;
  letter-spacing: 0;
}
.qrcode > div {
  width: 50vw;
  float: left;
}
.qrcode::after {
  content: '';
  display: block;
  clear: both;
}
.qrcode > div img {
  float: right;
  padding-right: 60px;
}
.qrcode > div:last-child {
  text-align: left;
  color: #FFFFFF !important;
}
.qrcode-title ~ p {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  margin-top: 20px;
  line-height: 32px;
}

/* 动画--上下浮动 */
@-webkit-keyframes imgFlow {
  0% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}

@-moz-keyframes imgFlow {
  0% {
    -moz-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  100% {
    -moz-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}

@keyframes imgFlow {
  0% {
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}

/* 从下往上进入 */
.swiper_in {
  -moz-animation: swiper-in 1s;
  -webkit-animation: swiper-in 1s;
  animation: swiper-in 1s;
  animation-fill-mode: forwards;
}

@-webkit-keyframes swiper-in {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@-moz-keyframes swiper-in {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@-ms-keyframes swiper-in {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes swiper-in {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}