.banner {
  padding: 0;
}
header{
  background: #01c1b4;
}
.banner {
  background: #09de9b;
  background: -webkit-linear-gradient(bottom, #02c1b7, #04cb95);
  background: linear-gradient(to bottom, #02c1b7, #04cb95)
}


.banner article {
  height: 703px;
  text-align: center;
  position: relative;
  margin: 0 auto;
  max-width: 1242px;
  font-size: 0;
}

@media screen and (max-width:1080px) {
  .banner article {
    height: 530px
  }
}

.banner .slogen {
  position: absolute;
  left: 0px;
  top: 225px;
  z-index: 1;
  text-align: left
}

.banner .slogen .hidden-mb {
  display: initial
}

@media screen and (max-width:1340px) {
  .banner .slogen {
    left: 70px
  }
}

@media screen and (max-width:1080px) {
  .banner .slogen {
    position: static;
    text-align: center;
    padding-top: 40px
  }

  .banner .slogen .hidden-mb {
    display: none
  }
}

@media screen and (max-width:330px) {
  .banner .slogen {
    padding-top: 0
  }
}

.banner .slogen p {
  color: #fff
}

.banner .slogen p:nth-child(1) {
  font-size: 32px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFF;
  line-height: 48px
}

@media screen and (max-width:1080px) {
  .banner .slogen p:nth-child(1) {
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFF;
    line-height: 36px
  }
}

.banner .slogen p:nth-child(2) {
  margin-top: 20px;
  max-width: 480px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFF;
  line-height: 28px
}

@media screen and (max-width:1080px) {
  .banner .slogen p:nth-child(2) {
    margin-left: auto;
    margin-right: auto
  }
}

@media screen and (max-width:1080px) {
  .banner .slogen p:nth-child(2) {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFF;
    line-height: 28px;
    padding:0 20px;
  }
}

.banner .slogen .buttons {
  margin-top: 52px
}

@media screen and (max-width:1080px) {
  .banner .slogen .buttons {
    margin-top: 30px
  }
}

.banner .slogen .buttons .btn {
  margin: 10px
}

.banner .banner-img {
  width: 571px;
  height: 432px;
  float: right;
  margin-top: 140px;
  /* margin-right: 150px; */
}

.demoPrice {
  padding-top: 65px;
  padding-bottom: 0
}
.demoPrice-container{
  width: 1365px;
  padding: 0 55px;
  margin: 0 auto;
  position: relative;
}

.demoPrice .swiper-container {
  padding: 80px 25px;
}

.demoPrice .demoPriceItems .demoPriceItem {
  min-height: 260px;
  box-shadow: 0 04px 20px #dfe0e3;
  border-radius: 2px;
  background: #FFF;
  box-sizing: border-box;
  padding: 30px 35px 0 30px;
  text-align: left;
  margin:0 auto;
}


.demoPrice .demoPriceItems .demoPriceItem .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.demoPrice .demoPriceItems .demoPriceItem .wrap img {
  width: 52px
}

.demoPrice .demoPriceItems .demoPriceItem .wrap p:nth-of-type(1) {
  margin-top: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 38px
}

.demoPrice .demoPriceItems .demoPriceItem>p:nth-of-type(1) {
  margin-top: 4px;
  line-height: 25px;
  font-size: 12px
}
.demoPrice .swiper-button-next,.demoPrice .swiper-button-prev{
  width: 50px;
  height: 50px;
  border-radius:50%;
  line-height: 50px;
  text-align: center;
  box-shadow: 0 0 20px #ccc;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  outline: none;
}
.demoPrice .swiper-button-next::after,.demoPrice .swiper-button-prev::after{
  font-size: 16px;
  color: #333;
}
#jingqu .page1{
  background: #f9fbfd;
  padding: 75px 0 80px;
}
#jingqu .page1 img{
  max-width: 100%;
}
@media screen and (max-width:1080px) {
  #jingqu .page2 {
    padding-top: 0
  }
}

#jingqu .page2 article {
  max-width: 1190px
}

#jingqu .page2 article .content {
  height: 600px
}

@media screen and (max-width:1080px) {
  #jingqu .page2 article .content {
    height: 700px
  }
}

#jingqu .page2 article .content .circle {
  float: left;
  width: 35%
}

@media screen and (max-width:1080px) {
  #jingqu .page2 article .content .circle {
    width: 100%
  }
}

#jingqu .page2 article .content .circle .title {
  font-size: 22px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: #184a82;
  line-height: 28px;
  text-align: center
}

#jingqu .page2 article .content .circle .ctitle {
  margin-top: 8px;
  color: #184a82;
  line-height: 20px
}

#jingqu .page2 article .content .circle .box {
  position: relative
}

#jingqu .page2 article .content .circle .box .process-wrap {
  height: 480px;
  margin-top: 85px;
  overflow: hidden;
  float: left;
  margin-left: 60px;
  position: relative;
  width: 4px;
  z-index: 2
}

#jingqu .page2 article .content .circle .box .process-wrap .process {
  position: absolute;
  right: .5px;
  width: 3px;
  height: 100%;
  border-right: 2px dashed #eaebeb
}

#jingqu .page2 article .content .circle .box .process-wrap .sf-process {
  position: absolute;
  right: 0;
  width: 3px;
  height: 100%;
  background: #04cb94;
  z-index: 100
}

@media screen and (max-width:1080px) {
  #jingqu .page2 article .content .circle .box .process-wrap {
    margin-left: 106px;
    height: 540px;
    width: 6px
  }

  #jingqu .page2 article .content .circle .box .process-wrap .process {
    right: 3.5px
  }

  #jingqu .page2 article .content .circle .box .process-wrap .sf-process {
    right: 2px
  }
}

#jingqu .page2 article .content .circle .box .name {
  position: absolute;
  left: 50%;
  width: 166px;
  height: 50px;
  background: #fff;
  border-radius: 30px;
  border: 1px solid #d9ebff;
  text-align: center;
  line-height: 50px;
  margin-left: -83px;
  bottom: -26px
}

#jingqu .page2 article .content .circle .box ul {
  position: absolute
}

#jingqu .page2 article .content .circle .box ul li {
  width: 100%;
  position: relative;
  padding-top: 30px;
  text-align: center;
  margin-left: 9px;
  padding-left: 63px;
  float: left;
  height: 160px
}

#jingqu .page2 article .content .circle .box ul li::before {
  position: absolute;
  margin-left: -17px;
  display: block;
  content: '';
  z-index: 3;
  top: 70px;
  margin-top: 4px;
  background: #5e6d82;
  border: 7px solid #bdc9c6;
  border-radius: 22px;
  box-shadow: 0 0 0 8px #eaebeb
}

@media screen and (max-width:1080px) {
  #jingqu .page2 article .content .circle .box ul li {
    padding-bottom: 20px;
    height: 160px;
    padding-top: 20px;
    margin-left: 0;
    padding-left: 120px;
    margin-bottom: 20px;
    background-color: #f8fbfd
  }

  #jingqu .page2 article .content .circle .box ul li::before {
    border: 5px solid #bdc9c6;
    box-shadow: 0 0 0 5px #eaebeb
  }
}

#jingqu .page2 article .content .circle .box ul li .hidden-pc {
  display: block
}

#jingqu .page2 article .content .circle .box ul li .hidden-mb {
  display: none
}
#jingqu .page2 .swiper-container{
  padding-top: 80px;
}
#jingqu .page2 .swiper-pagination{
  top: 36px;
}
#jingqu .page2 .swiper-pagination .swiper-pagination-bullet{
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
#jingqu .page2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #29d2a9;
}
@media screen and (max-width:1080px) {
  #jingqu .page2 article .content .circle .box ul li .hidden-pc {
    display: none
  }

  #jingqu .page2 article .content .circle .box ul li .hidden-mb {
    display: block
  }

  #jingqu .page2 article .content .circle .box ul li .hidden-mb span {
    text-align: left;
    padding-left: 15px;
    padding-bottom: 5px;
    width: 100%;
    line-height: 18px;
    font-size: 12px;
    padding-right: 15px
  }

  #jingqu .page2 article .content .circle .box ul li .hidden-mb .h4 {
    text-align: justify;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 20px;
    font-size: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  #jingqu .page2 article .content .circle .box ul li .hidden-mb .h4 span {
    padding: 0;
    text-align: justify
  }
}

#jingqu .page2 article .content .circle .box ul li:nth-of-type(1) {
  padding-top: 57px;
  background-color: #f8fbfd
}

@media screen and (max-width:1080px) {
  #jingqu .page2 article .content .circle .box ul li:nth-of-type(1) {
    padding-top: 20px
  }
}

#jingqu .page2 article .content .circle .box ul li:nth-of-type(2) {
  padding-top: 57px
}

@media screen and (max-width:1080px) {
  #jingqu .page2 article .content .circle .box ul li:nth-of-type(2) {
    padding-top: 20px
  }
}

#jingqu .page2 article .content .circle .box ul li:nth-of-type(3) {
  padding-top: 57px;
  background-color: #f8fbfd
}

@media screen and (max-width:1080px) {
  #jingqu .page2 article .content .circle .box ul li:nth-of-type(3) {
    padding-top: 20px
  }
}

#jingqu .page2 article .content .circle .box ul li:nth-of-type(4) {
  padding-top: 57px
}

@media screen and (max-width:1080px) {
  #jingqu .page2 article .content .circle .box ul li:nth-of-type(4) {
    padding-top: 20px
  }
}

#jingqu .page2 article .content .circle .box ul li span {
  display: block;
  font-size: 26px;
  font-weight: 500;
  line-height: 50px;
  width: 300px;
  float: left;
  text-align: center
}

#jingqu .page2 article .content .circle .box ul li p {
  padding-top: 8px;
  line-height: 24px;
  text-align: center
}

#jingqu .page2 article .content .circle .box ul li.on:nth-of-type(1) {
  color: #0dc89f
}

#jingqu .page2 article .content .circle .box ul li.on:nth-of-type(1) .h4 {
  color: #0dc89f
}

#jingqu .page2 article .content .circle .box ul li.on:nth-of-type(2) {
  color: #1678eb
}

#jingqu .page2 article .content .circle .box ul li.on:nth-of-type(2) .h4 {
  color: #1678eb
}

#jingqu .page2 article .content .circle .box ul li.on:nth-of-type(3) {
  color: #e81e6c
}

#jingqu .page2 article .content .circle .box ul li.on:nth-of-type(3) .h4 {
  color: #e81e6c
}

#jingqu .page2 article .content .circle .box ul li.on:nth-of-type(4) {
  color: #f42020
}

#jingqu .page2 article .content .circle .box ul li.on:nth-of-type(4) .h4 {
  color: #f42020
}

#jingqu .page2 article .content .circle .box ul li.on::before {
  background: #04cb94;
  border: #04cb94 7px solid
}

@media screen and (max-width:1080px) {
  #jingqu .page2 article .content .circle .box ul li.on::before {
    border: #04cb94 5px solid
  }
}

#jingqu .page2 article .content .right {
  width: 63%;
  float: right
}

@media screen and (max-width:1080px) {
  #jingqu .page2 article .content .right {
    position: absolute;
    width: 40%
  }
}

#jingqu .page2 article .content .right ul li {
  padding-left: 100px;
  padding: 30px;
  width: 100%;
  float: left;
  height: 160px
}

#jingqu .page2 article .content .right ul li .hidden-pc {
  display: block
}

#jingqu .page2 article .content .right ul li .hidden-mb {
  display: none
}

#jingqu .page2 article .content .right ul li:nth-of-type(1) {
  background-color: #f8fbfd
}

#jingqu .page2 article .content .right ul li:nth-of-type(3) {
  background-color: #f8fbfd
}

@media screen and (max-width:1080px) {
  #jingqu .page2 article .content .right ul li {
    padding: 15px;
    height: 160px;
    background-color: transparent !important
  }

  #jingqu .page2 article .content .right ul li:nth-of-type(1) {
    padding-top: 70px;
    width: 75px
  }

  #jingqu .page2 article .content .right ul li:nth-of-type(2) {
    padding-top: 90px;
    width: 75px
  }

  #jingqu .page2 article .content .right ul li:nth-of-type(3) {
    padding-top: 110px;
    width: 75px
  }

  #jingqu .page2 article .content .right ul li:nth-of-type(4) {
    padding-top: 125px;
    width: 75px
  }

  #jingqu .page2 article .content .right ul li .hidden-pc {
    display: none
  }

  #jingqu .page2 article .content .right ul li .hidden-mb {
    display: block;
    width: 60px;
    float: left
  }

  #jingqu .page2 article .content .right ul li span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    line-height: 25px;
    padding-bottom: 10px;
    float: left;
    text-align: center
  }

  #jingqu .page2 article .content .right ul li.on:nth-of-type(1) {
    color: #0dc89f
  }

  #jingqu .page2 article .content .right ul li.on:nth-of-type(1) .right-content .h6 {
    color: #0dc89f
  }

  #jingqu .page2 article .content .right ul li.on:nth-of-type(2) {
    color: #1678eb
  }

  #jingqu .page2 article .content .right ul li.on:nth-of-type(2) .right-content .h6 {
    color: #1678eb
  }

  #jingqu .page2 article .content .right ul li.on:nth-of-type(3) {
    color: #e81e6c
  }

  #jingqu .page2 article .content .right ul li.on:nth-of-type(3) .right-content .h6 {
    color: #e81e6c
  }

  #jingqu .page2 article .content .right ul li.on:nth-of-type(4) {
    color: #f42020
  }

  #jingqu .page2 article .content .right ul li.on:nth-of-type(4) .right-content .h6 {
    color: #f42020
  }

  #jingqu .page2 article .content .right ul li.on::before {
    background: #04cb94;
    border: #04cb94 7px solid
  }
}

#jingqu .page2 article .content .right ul li .left-img {
  width: 60px;
  margin-right: 40px;
  margin-left: 30px;
  display: inline-block;
  vertical-align: middle
}

#jingqu .page2 article .content .right ul li .left-img img {
  width: 60px
}

#jingqu .page2 article .content .right ul li.on:nth-of-type(1) .h3 {
  color: #0dc89f
}

#jingqu .page2 article .content .right ul li.on:nth-of-type(1) .h6 {
  color: #04cb94
}

#jingqu .page2 article .content .right ul li.on:nth-of-type(2) .h3 {
  color: #04cb94
}

#jingqu .page2 article .content .right ul li.on:nth-of-type(2) .h6 {
  color: #1678eb
}

#jingqu .page2 article .content .right ul li.on:nth-of-type(3) .h3 {
  color: #13c5e2
}

#jingqu .page2 article .content .right ul li.on:nth-of-type(3) .h6 {
  color: #e81e6c
}

#jingqu .page2 article .content .right ul li.on:nth-of-type(4) .h3 {
  color: #f9a13e
}

#jingqu .page2 article .content .right ul li.on:nth-of-type(4) .h6 {
  color: #f42020
}

#jingqu .page2 article .content .right ul li .right-content {
  width: 550px;
  height: 100px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  position: relative
}

#jingqu .page2 article .content .right ul li .right-content .h3 {
  line-height: 30px;
  color: #2e4446;
  padding-top: 0;
  margin-top: 0;
  font-size: 18px
}

#jingqu .page2 article .content .right ul li .right-content .h6 {
  line-height: 28px;
  color: #6c7c7d;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.openBox{
  width: 100%;
  height: 230px;
  background: url('../images/douyin/main-footbj.jpg') no-repeat center center;
}
.openBox .openBox_title{
  padding: 60px 0 32px;
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.openBox .btn{
  display: block;
  background: #fff;
  width: 193px;
  height: 43px;
  text-align: center;
  line-height: 43px;
  margin: 0 auto;
  font-size: 16px;
  color: #0ccc97;
  border-radius: 7px;
}
.openBox .btn a{
  color: #0ccc97;
}
#jingqu .page3{
  background: #f7f9fc;
  padding: 75px 0 0;
}
#jingqu .page3 .page3_tip{
  font-size: 18px;
  color: #292929;
  line-height: 100px;
  text-align: center;
}
#jingqu .page3 .tabNav{
  padding: 0 6px;
  height: 76px;
  background: #f1f4f7;
  overflow: hidden;
}
#jingqu .page3 .tabNav li{
  width: 25%;
  height: 64px;
  background: #f1f4f7;
  margin-top:6px;
  line-height: 64px;
  text-align: center;
  font-size: 24px;
  color: #333;
  float: left;
  cursor: pointer;
}
#jingqu .page3 .tabNav li.on{
  background: #fff;
}
#jingqu .page3 .tabContent{
  overflow: hidden;
  margin-top: 60px;
  padding-bottom: 60px;
}
#jingqu .page3 .tabContent .tabContent-item{
  display: none;
  width: 100%;
  height: 100%;
}
#jingqu .page3 .tabContent .tabContent-item.on{
  display: block;
}
.tabContent-item-box{
  display: flex;
  height: 555px;
  width: 100%;
  align-items: self-end;
  justify-content: space-between;
}
.tabContent-item-box>img{
  height: 566px;
  align-self: center;
}
.tabContent-item-box .tabContent-item-right{
  overflow: hidden;
  width: 610px;
  padding-top: 70px;
}
.tabContent-item-box .tabContent-item-top{
  width: 496px;
  font-size: 16px;
  color: #333;
  line-height: 2;
  margin-bottom: 45px;
}
.tabContent-item-box .tabContent-item-right ul{
  margin-left: -25px;
  padding-bottom: 40px;
}
.tabContent-item-box .tabContent-item-right li{
  width: 118px;
  text-align: center;
  float: left;
  margin-bottom: 30px;
}
.tabContent-item-box .tabContent-item-right li .img{
  width: 118px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.tabContent-item-box .tabContent-item-right li .img img{
  display: inline-block;
  vertical-align: middle;
}
.tabContent-item-box .tabContent-item-right li p{
  font-size: 16px;
  color: #333;
}
.tabContent-item-box .tabContent-item-right .btn{
  width: 183px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  border-radius: 3px;
  background: #04cb94;
  font-size: 18px;
  color: #fff;
}
.tabContent-item-box .tabContent-item-right .btn:hover{
  background: #03A276;
}
.tabContent-item-box .tabContent-item-right .btn a{
  color: #fff;
}
#jingqu .page4{
  padding: 70px 0 50px;
}
#jingqu .page4 .page4_tip{
  font-size: 18px;
  color: #292929;
  line-height: 80px;
  text-align: center;
  margin-bottom: 60px;
}
.page4_item{
  width: 25%;
  float: left;
  text-align: center;
}
.page4_item_title{
  font-size: 22px;
  color: #333;
}
.page4_item p{
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: rgba(51, 51, 51, 0.62);
}
.page4_item p span{
  padding: 0 10px;
}
.page4_item .img{
  width: 210px;
  height: 306px;
  text-align: center;
  margin: 0 auto;
  line-height: 306px;
}
.page4_item .img img{
  display: inline-block;
  vertical-align: middle;
}
.page5{
  background: #f7f9fc;
  padding-top: 37px;
}
.page5 ul{
  width: 1242px;
  max-width: 100%;
  margin: 0 auto;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.page5 ul li{
  width: 123px;
  height: 123px;
  box-sizing: border-box;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
}
.page5 ul li:nth-child(1){
  background: #6c91ed;
}
.page5 ul li:nth-child(2){
  background: #6c91ed;
}
.page5 ul li:nth-child(3){
  background: #6c91ed;
}
.page5 ul li:nth-child(4){
  background: #4dbcf0;
}
.page5 ul li:nth-child(5){
  background: #45ce8d;
}
.page5 ul li:nth-child(6){
  background: #f4ce41;
}
@media screen and (max-width:768px) {
  .banner article {
    height: auto;
  }
  .banner .slogen{
    padding-top: 10rem;
  }
  .banner .banner-img {
    float: none;
    margin: 3rem auto;
    max-width: 100%;
    height: auto;
  }
  .demoPrice{
    padding-top: 1rem;
  }
  .demoPrice-container{
    padding: 0;
    width: 100%;
  }
  .demoPrice .swiper-container{
    padding: 1rem;
  }
  #jingqu .page1,#jingqu .page3,#jingqu .page4{
    padding: 1rem 0;
  }
  #jingqu .page4 .page4_tip{
    padding: 0 7rem;
  }
  #jingqu .page3 .page3_tip,#jingqu .page4 .page4_tip{
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 15px 0;
  }
  .tabContent-item-box .tabContent-item-right .btn{
    opacity: 0;
  }
  #jingqu .page3 .tabNav li{
    font-size: 1.4rem;
  }
  .tabContent-item-box > img{
    display: none;
  }
  #jingqu .page3 .tabContent{
    margin-top: 1rem;
  }
  .tabContent-item-box .tabContent-item-right{
    padding-top: 1rem;
  }
  .tabContent-item-box .tabContent-item-right ul{
    width: 100% !important;
    margin: 0;
  }
  .tabContent-item-box .tabContent-item-right li{
    width: 33%;
  }
  .tabContent-item-box .tabContent-item-top{
    width: 100%;
  }
  .tabContent-item-box .tabContent-item-right .btn a{
    font-size: 1.6rem;
  }
  .tabContent-item-box,#jingqu .page3 .tabContent{
    height: auto;
  }
  #jingqu .page2 article .content .right ul li{
    float: none;
  }
  .page4_item{
    width: 100%;
  }
  .page4_item p span{
    font-size: 1.4rem;
  }
  .page5 ul{
    margin-top: 1.5rem;
    width: 100%;
    flex-wrap: wrap;
    height: auto;
    padding: 1.5rem 15px;
  }
  .page5 ul li{
    width: 10rem;
    height: 10rem;
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .openBox .btn a{
    font-size: 1.6rem;
  }
  .page1_box{
    border: 1px solid #5bc798;
    background: #f1f9f6;
    box-sizing: border-box;
    padding:1rem;
    position: relative;
    border-radius: 6px;
    margin-top: 5rem;
  }
  .page1_box.yellow{
    border: 1px solid #f8d05c;
    background: #fefbf4;
  }
  .page1_box.bule{
    border: 1px solid #50b9f8;
    background: #e8f7fe;
  }
  .page1_mine{
    border: 1px solid #5bc798;
    background: #fff;
    border-radius: 6px;
    text-align: left;
  }
  .page1_box.yellow .page1_mine{
    border: 1px solid #f8d05c;
  }
  .page1_box.bule .page1_mine{
    border: 1px solid #50b9f8;
  }
  .page1_title{
    width: 15rem;
    height: 4rem;
    position: absolute;
    left: 10px;
    top:-4rem;
    line-height: 4rem;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    background: #5bc798;
  }
  .page1_box.yellow .page1_title{
    background: #f8d05c;
  }
  .page1_box.bule .page1_title{
    background: #50b9f8;
  }
  .page1_mine p{
    font-size: 2rem;
    color: #62b181;
    width: 100%;
    line-height: 2;
    text-align: center;
  }

  .page1_mine span{
    display: inline-block;
    text-align: center;
    background: #f1f9f6;
    line-height: 4rem;
    font-size: 1.4rem;
    width: 44%;
    margin:15px 0% 15px 4%;
  }
  .page1_mine span.widthMax{
    width: calc(100% - 30px);
    padding: 5px 7px;
    line-height: 1.6;
    text-align: left;
  }
  .page1_box.yellow .page1_mine span{
    background: #fefbf4;
  }
  .page1_box.bule .page1_mine span{
    background: #e8f7fe;
  }
  .openBox .openBox_title{
    font-size: 2rem;
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 1300px) and (min-width: 770px){
	.demoPrice-container{
		width: 100%;
	}
	.demoPrice .demoPriceItems .demoPriceItem{
		min-height: 285px;
	}
	#jingqu .page1{
		padding: 75px 48px 80px;
	}
	#jingqu .page1 .container{
		width: 100%;
	}
}
