@media screen and (min-width:1200px) {
  .page-banner {
      height: 320px;
      text-align: center;
  }
  .about-row {
      background: #f8f8f8;
      overflow: hidden;
  }
  .about-row .container {
      display: flex;
      background: #fff;
      margin: 50px auto;
      padding: 20px;
      flex-wrap: wrap;
      justify-content: space-between;
  }
  .page-subnav {
      width: 250px;
      text-align: left;
  }
  .page-subnav a {
      display: block;
      padding: 15px 5px 15px 32px;
      color: #36404a;
      position: relative;
      font-size: 14px;
      background: #f6fbff;
      margin-bottom: 1px;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -ms-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s;
  }
  .page-subnav a::after {
      /* content: ""; */
      position: absolute;
      width: 0;
      height: 2px;
      bottom: 0;
      left: 50%;
      background-color: #2f82ff;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -ms-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
  }
  .page-subnav a:hover::after,
  .page-subnav a.active::after {
      width: 60%;
  }
  .page-subnav a:hover,
  .page-subnav a.active {
      color: #fff;
      background: #00c0ff;
  }
  .page-about {
      width: 880px;
      overflow: hidden;
  }
  .page-about .main {
      background: #fff;
  }
  .page-about .main h3.tl {
      font-size: 18px;
      border-bottom: 1px solid #00c0ff;
      padding-bottom: 12px;
      color: #00c0ff;
      font-weight: bold;
  }
  .page-about .main strong {
      font-weight: bold;
  }
  .page-about .main .content {
      margin-top: 24px;
  }
  .page-about .main .content .about-img {
      position: relative;
      margin-bottom: 22px;
  }
  .page-about .main .content .about-img .about-pagination {
      position: absolute;
      z-index: 9;
      bottom: 15px;
      text-align: center;
  }
  .page-about .main .content img {
      width: 100%;
  }
  .page-about .main .content video {
      width: 80%;
      margin: auto;
      display: block;
      margin-bottom: 18px;
  }
  .page-about .main .content p {
      font-size: 14px;
      line-height: 24px;
      color: #666;
      margin-bottom: 12px;
  }
  .page-about .main .content .pcfcms {
      width: 100%;
      margin-bottom: 50px;
  }
  .page-about .main .content .pcfcms li {
      width: 100%;
      font-size: 20px;
      margin-bottom: 30px;
      color: #666;
      display: flex;
      align-items: center;
  }
  .page-about .main .content .pcfcms li i {
      font-size: 33px;
  }
  .page-about .main .content .pcfcms li span {
      font-size: 20px;
  }
  .page-about .main .content .pcfcms p {
      font-size: 18px;
      line-height: 30px;
      margin: 0;
  }
  .pcfbanner {
      background: url(../img/banner_bg.png) top center no-repeat;
      width: 100%;
      height: 512px;
      padding-bottom: 70px;
      background-size: 100% 512px;
  }
  .pcfbanner .leftCont {
      width: 496px;
      height: 512px;
      position: relative;
      text-align: right;
  }
  .pcfbanner .leftCont img {
      position: absolute;
      right: 0;
      bottom: -50px;
  }
  .pcfbanner .rightCont {
      padding-left: 70px;
      padding-top: 40px;
      color: #fff;
  }
  .pcfbanner .rightCont p {
      color: #fff;
  }
  .pcfbanner .rightCont h2 {
      font-size: 42px;
      color: #fff;
  }
  .pcfbanner dl {
      overflow: hidden;
      margin-top: 50px;
  }
  .pcfbanner dt {
      width: 180px;
      float: left;
  }
  .pcfbanner dt a {
      display: block;
  }
  .pcfbanner dt a:first-child {
      margin-bottom: 40px;
  }
  .pcfbanner dd {
      padding-left: 40px;
      padding-top: 4px;
      float: left;
  }
  .pcfbanner dd span {
      display: block;
      text-align: center;
      margin-top: 8px;
      font-size: 13px;
  }
  /*.baobiaoL {background:#007ad1 url(../img/floor3_bg.png) top center no-repeat;height:610px;}*/
  .baobiaoL {
      padding: 100px 0;
      background: #f8f8f8;
  }
  .baobiaoR .container {
      overflow: hidden;
      justify-content: space-around;
  }
  .baobiaoL .container {
      overflow: hidden;
      justify-content: space-around;
  }
  .baobiaoL .rightCont {
      width: 508px;
      height: 461px;
      position: relative;
      text-align: right;
  }
  .baobiaoL .rightCont img {
      position: absolute;
      bottom: -10px;
      height: 461px;
  }
  .baobiaoL .leftCont {
      color: #000;
      text-align: left;
      max-width: 500px;
  }
  /*.baobiaoR {background:#f5f5f5 url(../img/floor2_bg.jpg) top center no-repeat;height:610px;}*/
  .baobiaoR {
      padding: 100px 0;
  }
  .baobiaoR .leftCont {
      width: 508px;
      height: 461px;
      position: relative;
      text-align: right;
  }
  .baobiaoR .leftCont img {
      position: absolute;
      left: 0px;
      bottom: -10px;
  }
  .baobiaoR .rightCont {
      color: #000;
      max-width: 500px;
  }
  .baobiaoR .rightCont p,
  .baobiaoL .leftCont p {
      font-size: 18px;
      line-height: 30px;
      padding-top: 10px;
      color: #666;
      position: relative;
      text-indent: 25px;
  }
  .baobiaoR .rightCont p::after,
  .baobiaoL .leftCont p::after {
      content: '';
      position: absolute;
      left: 0;
      top: 18px;
      width: 12px;
      height: 12px;
      background: #fff100;
  }
  .baobiaoR .rightCont p:nth-child(3)::after,
  .baobiaoL .leftCont p:nth-child(3)::after {
      background: #f8b400;
  }
  .baobiaoR .rightCont p:nth-child(4)::after,
  .baobiaoL .leftCont p:nth-child(4)::after {
      background: #0b7dc3;
  }
  .baobiaoR .rightCont h2,
  .baobiaoL .leftCont h2 {
      min-width: 500px;
      font-size: 24px;
      color: #fff;
      font-weight: 400;
      padding: 15px;
      background: #1b96e3;
      text-align: center;
      margin-bottom: 20px;
      border-radius: 0 30px;
  }
  .page-join .banners {
      height: 645px;
      background: url(../img/join/joinbanner.png) no-repeat;
      background-size: 100% 100%;
  }
  .page-join .banners .container {
      width: 1250px;
      position: relative;
      height: 645px;
  }
  .page-join .banners .container .left {
      color: #fff;
      text-align: center;
      width: 500px;
      padding-top: 200px;
  }
  .page-join .banners .container .left h3 {
      font-size: 42px;
      font-weight: bold;
  }
  .page-join .banners .container .left h4 {
      font-size: 55px;
      font-weight: bold;
      margin: 14px 0;
      color: #ffa838;
      letter-spacing: 2px;
      -webkit-text-stroke: 1.5px #fff;
  }
  .page-join .banners .container .left p {
      font-size: 24px;
  }
  .page-join .banners .container .left a {
      margin: auto;
      font-size: 17px;
      border: 1px solid #eee;
      width: 180px;
      color: #fff;
      display: block;
      text-align: center;
      height: 44px;
      line-height: 44px;
      border-radius: 5px;
      margin-top: 30px;
  }
  .page-join .banners .container .left a:hover {
      background: #ffffff;
      border: #ffffff;
      color: #3887ff;
  }
  .page-join .banners .container .img-title {
      position: absolute;
      right: 0;
      bottom: -9px;
  }
  .page-join .top-tel {
      padding: 100px 0;
      text-align: center;
  }
  .page-join .top-tel h4 {
      font-weight: bold;
      font-size: 42px;
      color: #3887ff;
      text-align: center;
      margin-bottom: 45px;
  }
  .page-join .top-tel .tel-main span {
      color: #3887ff;
      font-size: 24px;
      font-weight: bold;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .page-join .top-tel .tel-main p {
      color: #3887ff;
      font-size: 45px;
      font-weight: bold;
  }
  .page-join .top-tel .tel-main span img {
      margin-right: 12px;
  }
  .page-join .policy .policy-list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
  }
  .page-join .title.color h4 {
      color: #fff;
  }
  .page-join .title.color h4::before {
      background: #fff;
  }
  .page-join .title.color h4::after {
      background: #fff;
  }
  .page-join .title.color p {
      color: #fff;
  }
  .page-join .title h4 {
      position: relative;
      font-size: 32px;
      color: #4d4d4d;
      font-weight: normal;
      padding-bottom: 10px;
      margin-bottom: 10px;
  }
  .page-join .title h4::before {
      content: '';
      position: absolute;
      background: #2f82ff;
      height: 1px;
      width: 90%;
      left: 0;
      right: 0;
      margin: auto;
      bottom: 1px;
  }
  .page-join .title h4::after {
      content: '';
      position: absolute;
      background: #2f82ff;
      height: 3px;
      width: 120px;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
  }
  .page-join .title p {
      font-size: 16px;
      color: #4d4d4d;
      font-weight: normal;
  }
  .page-join .policy .container {
      width: 1250px;
  }
  .page-join .policy .policy-list .itme {
      /* background: #3887ff; */
      text-align: center;
      width: 24%;
      padding: 3.5% 1.2%;
      border: 1px solid #eee;
      border-radius: 22px;
  }
  .page-join .policy .policy-list .itme h6 {
      font-size: 20px;
      font-weight: bold;
      margin: 26px 0;
      color: #333;
  }
  .page-join .policy .policy-list .itme p {
      color: #666;
      line-height: 24px;
      font-size: 13px;
      margin-bottom: 8px;
      text-align: left;
  }
  .page-join .profit {
      background: url(../img/profit-bg.jpg) center center repeat;
      padding: 100px 0;
      margin-top: 100px;
      background-size: 100%;
  }
  .page-join .profit-list {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
  }
  .page-join .profit-list .itme {
      text-align: center;
      background: #fff;
      width: 31%;
      padding: 37px 2%;
      border-radius: 18px;
  }
  .page-join .profit-list .itme h6 {
      font-size: 24px;
      font-weight: bold;
      color: #3887ff;
      margin: 30px 0;
  }
  .page-join .profit-list .itme p {
      font-size: 16px;
      line-height: 22px;
      color: #666;
  }
  .page-join .service {
      padding: 100px 0;
  }
  .page-join .service .service-list {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
  }
  .page-join .service .service-list .itme {
      width: 32%;
      text-align: center;
      padding: 3%;
      border: 1px solid #eee;
      margin-bottom: 18px;
      border-radius: 10px;
  }
  .page-join .service .service-list .itme .icon {
      width: 88px;
      height: 88px;
      background: #2f82ff;
      border-radius: 50px;
      overflow: hidden;
      margin: auto;
  }
  .page-join .service .service-list .itme .icon img {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
  }
  .page-join .service .service-list .itme h6 {
      font-size: 22px;
      color: #3887ff;
      margin: 25px 0 12px;
  }
  .page-join .service .service-list .itme p {
      color: #666;
      line-height: 22px;
  }
  /* .page-join .service .service-list .itme:nth-child(1) {

  border-bottom: 1px solid #eee;

}



.page-join .service .service-list .itme:nth-child(2) {

  border-left: 1px solid #eee;

  border-bottom: 1px solid #eee;

}



.page-join .service .service-list .itme:nth-child(3) {

  border-left: 1px solid #eee;

  border-bottom: 1px solid #eee;

}



.page-join .service .service-list .itme:nth-child(5) {

  border-left: 1px solid #eee;

}



.page-join .service .service-list .itme:nth-child(6) {

  border-left: 1px solid #eee;

} */
  .page-join .condition {
      background: url(../img/condition-bg.jpg) 0 0 no-repeat;
      padding: 100px 0;
      background-size: 100% 847px;
  }
  .page-join .condition .condition-list {
      width: 70%;
      margin: auto;
  }
  .page-join .condition .condition-list .itme {
      display: flex;
      height: 66px;
      width: 100%;
      border: 1px #fff solid;
      background-color: #fff;
      border-radius: 50px;
      margin-bottom: 19px;
      align-items: center;
  }
  .page-join .condition .condition-list .itme span.num {
      display: block;
      width: 60px;
      height: 60px;
      background-color: #3887ff;
      color: #fff;
      font-size: 30px;
      font-weight: bold;
      text-align: center;
      line-height: 64px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      margin-top: 0px;
      margin-right: 23px;
      margin-left: 3px;
  }
  .page-join .condition .condition-list .itme .cont {
      font-size: 17px;
      color: #666;
  }
  .page-join .process {
      padding: 100px 0;
      margin-bottom: 100px;
  }
  .page-join .process .process-list {
      display: flex;
      justify-content: space-between;
  }
  .page-join .process .process-list .itme {
      display: flex;
      align-items: center;
  }
  .page-join .process .process-list .itme .left h6 {
      text-align: center;
      font-size: 16px;
      color: #444;
      margin-top: 15px;
  }
  .page-join .process .process-list .itme .right img {
      margin-top: -26px;
      margin-left: 20px;
  }
  .weixin-kefu {
      display: none;
  }
}

@media screen and (max-width: 1199px) and (min-width: 320px) {
  .page-banner {
      text-align: center;
  }
  .about-row {
      background: #f8f8f8;
      overflow: hidden;
  }
  .about-row .container {
      display: flex;
      background: #fff;
      margin: .8rem auto;
      padding: .32rem;
      flex-wrap: wrap;
      justify-content: space-between;
  }
  .page-subnav {
      display: none;
      text-align: left;
  }
  .page-subnav a {
      display: block;
      padding: 15px 5px 15px 32px;
      color: #36404a;
      position: relative;
      font-size: 14px;
      background: #f6fbff;
      margin-bottom: 1px;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -ms-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s;
  }
  .page-subnav a::after {
      /* content: ""; */
      position: absolute;
      width: 0;
      height: 2px;
      bottom: 0;
      left: 50%;
      background-color: #2f82ff;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -ms-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
  }
  .page-subnav a:hover::after,
  .page-subnav a.active::after {
      width: 60%;
  }
  .page-subnav a:hover,
  .page-subnav a.active {
      color: #fff;
      background: #00c0ff;
  }
  .page-about {
      width: 880px;
      overflow: hidden;
  }
  .page-about .main {
      background: #fff;
  }
  .page-about .main h3.tl {
      font-size: .426667rem;
      border-bottom: 1px solid #00c0ff;
      padding-bottom: .213333rem;
      color: #00c0ff;
      font-weight: bold;
  }
  .page-about .main strong {
      font-weight: bold;
  }
  .page-about .main .content {
      margin-top: 24px;
  }
  .page-about .main .content .about-img {
      position: relative;
      margin-bottom: .533333rem;
  }
  .page-about .main .content .about-img .about-pagination {
      position: absolute;
      z-index: 9;
      bottom: .4rem;
      text-align: center;
  }
  .page-about .main .content img {
      width: 100%;
  }
  .page-about .main .content video {
      width: 80%;
      margin: auto;
      display: block;
      margin-bottom: 18px;
  }
  .page-about .main .content p {
      font-size: .346667rem;
      line-height: .586667rem;
      color: #666;
      margin-bottom: .266667rem;
  }
  .page-about .main .content .pcfcms {
      width: 100%;
      margin-bottom: .666667rem;
  }
  .page-about .main .content .pcfcms li {
      width: 100%;
      font-size: .373333rem;
      margin-bottom: .266667rem;
      color: #666;
      display: flex;
      line-height: .586667rem;
      align-items: center;
  }
  .page-about .main .content .pcfcms .map-zy {
      margin-top: .24rem;
  }
  .page-about .main .content .pcfcms li i {
      font-size: .586667rem;
      margin-right: .266667rem;
  }
  .page-about .main .content .pcfcms li span {
      font-size: .373333rem;
  }
  .page-about .main .content .pcfcms p {
      font-size: .346667rem;
      line-height: .533333rem;
      margin: 0;
  }
  .pcfbanner {
      background: url(../img/banner_bg.png) top center no-repeat;
      width: 100%;
      padding-bottom: 1.066667rem;
  }
  .pcfbanner .leftCont {
      display: none;
      width: 496px;
      height: 512px;
      position: relative;
      text-align: right;
  }
  .pcfbanner .leftCont img {
      position: absolute;
      right: 0;
      bottom: -50px;
  }
  .pcfbanner .rightCont {
      text-align: center;
      color: #fff;
      margin-top: 1.066667rem;
  }
  .pcfbanner .rightCont p {
      color: #fff;
      font-size: .373333rem;
      line-height: .64rem;
      padding-top: .08rem;
  }
  .pcfbanner .rightCont h2 {
      font-size: .693333rem;
      color: #fff;
      padding-bottom: .32rem;
  }
  .pcfbanner dl {
      overflow: hidden;
      margin-top: .8rem;
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
      align-items: center;
  }
  .pcfbanner dt {
      width: 2.946667rem;
      float: left;
  }
  .pcfbanner dt a {
      display: block;
  }
  .pcfbanner dt a:first-child {
      margin-bottom: .4rem;
  }
  .pcfbanner dd {
      width: 2rem;
      float: left;
  }
  .pcfbanner dd span {
      display: block;
      text-align: center;
      margin-top: .16rem;
      font-size: .32rem;
  }
  /*.baobiaoL {background:#007ad1 url(../img/floor3_bg.png) top center no-repeat;height:610px;}*/
  .baobiaoL {
      padding: 1.333333rem 0;
      background: #f8f8f8;
  }
  .baobiaoR .container {
      overflow: hidden;
      justify-content: space-around;
      flex-wrap: wrap;
      width: 90%;
      flex-direction: column-reverse;
  }
  .baobiaoL .container {
      overflow: hidden;
      justify-content: space-around;
      flex-wrap: wrap;
      width: 90%;
  }
  .baobiaoL .rightCont {
      position: relative;
      text-align: right;
      margin-top: .746667rem;
      padding: .533333rem .533333rem 0;
  }
  .baobiaoL .rightCont img {}
  .baobiaoL .leftCont {
      color: #000;
      text-align: left;
  }
  /*.baobiaoR {background:#f5f5f5 url(../img/floor2_bg.jpg) top center no-repeat;height:610px;}*/
  .baobiaoR {
      padding: 1.333333rem 0;
  }
  .baobiaoR .leftCont {
      position: relative;
      text-align: right;
      padding: .533333rem .533333rem 0;
      margin-top: 0.746667rem;
  }
  .baobiaoR .leftCont img {}
  .baobiaoR .rightCont {
      color: #000;
  }
  .baobiaoR .rightCont p,
  .baobiaoL .leftCont p {
      font-size: .373333rem;
      line-height: .586667rem;
      padding-top: .16rem;
      color: #666;
      position: relative;
      text-indent: .48rem;
  }
  .baobiaoR .rightCont p::after,
  .baobiaoL .leftCont p::after {
      content: '';
      position: absolute;
      left: 0;
      top: .346667rem;
      width: .186667rem;
      height: .186667rem;
      background: #fff100;
  }
  .baobiaoR .rightCont p:nth-child(3)::after,
  .baobiaoL .leftCont p:nth-child(3)::after {
      background: #f8b400;
  }
  .baobiaoR .rightCont p:nth-child(4)::after,
  .baobiaoL .leftCont p:nth-child(4)::after {
      background: #0b7dc3;
  }
  .baobiaoR .rightCont h2,
  .baobiaoL .leftCont h2 {
      font-size: .586667rem;
      color: #333;
      text-align: center;
      padding-bottom: .4rem;
  }
  .page-join .banners {
      height: 7.466667rem;
      background: url(../img/join/joinbanner.png) center center no-repeat;
      background-size: 22.666667rem;
  }
  .page-join .banners .container {
      position: relative;
  }
  .page-join .banners .container .left {
      color: #fff;
      text-align: center;
      padding-top: 1.12rem;
  }
  .page-join .banners .container .left h3 {
      font-size: 22px;
      font-weight: bold;
  }
  .page-join .banners .container .left h4 {
      font-size: 26px;
      font-weight: bold;
      margin: 10px 0;
      color: #ffa838;
      -webkit-text-stroke: .016rem #fff;
      letter-spacing: 2px;
      background: -webkit-linear-gradient(white, white);
      -webkit-background-clip: text;
      -webkit-text-fill-color: #ffa838;
      -webkit-text-stroke: 2px transparent;
  }
  .page-join .banners .container .left p {
      font-size: 16px;
  }
  .page-join .banners .container .left a {
      margin: auto;
      font-size: 17px;
      border: 1px solid #eee;
      width: 180px;
      color: #fff;
      display: block;
      text-align: center;
      height: 44px;
      line-height: 44px;
      border-radius: 5px;
      margin-top: 30px;
  }
  .page-join .banners .container .left a:hover {
      background: #ffffff;
      border: #ffffff;
      color: #3887ff;
  }
  .page-join .banners .container .img-title {
      width: 6.293333rem;
      margin: auto;
      display: block;
  }
  .page-join .top-tel {
      padding: 1.2rem 0;
      text-align: center;
  }
  .page-join .top-tel h4 {
      font-weight: bold;
      font-size: 26px;
      color: #3887ff;
      text-align: center;
      margin-bottom: 25px;
  }
  .page-join .top-tel .tel-main span {
      color: #3887ff;
      font-size: .48rem;
      font-weight: bold;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .page-join .top-tel .tel-main p {
      color: #3887ff;
      font-size: .8rem;
      font-weight: bold;
  }
  .page-join .top-tel .tel-main span img {
      margin-right: .16rem;
      width: .666667rem;
  }
  .page-join .policy .policy-list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
  }
  .page-join .title.color h4 {
      color: #fff;
  }
  .page-join .title.color h4::before {
      background: #fff;
  }
  .page-join .title.color h4::after {
      background: #fff;
  }
  .page-join .title.color p {
      color: #fff;
  }
  .page-join .title h4 {
      position: relative;
      font-size: .64rem;
      color: #4d4d4d;
      font-weight: normal;
      padding-bottom: .213333rem;
      margin-bottom: .213333rem;
  }
  .page-join .title h4::before {
      content: '';
      position: absolute;
      background: #2f82ff;
      height: 1px;
      width: 88%;
      left: 0;
      right: 0;
      margin: auto;
      bottom: 1px;
      opacity: 0.6;
  }
  .page-join .title h4::after {
      content: '';
      position: absolute;
      background: #2f82ff;
      height: .08rem;
      width: 1.92rem;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
  }
  .page-join .title p {
      font-size: .346667rem;
      color: #4d4d4d;
      font-weight: normal;
  }
  .page-join .policy .container {
      /* width: 1250px; */
  }
  .page-join .policy .policy-list .itme {
      width: 100%;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-bottom: .8rem;
  }
  .page-join .policy .policy-list .itme:last-child {
      margin-bottom: 0;
  }
  .page-join .policy .policy-list .itme .icon {
      background: #2f82ff;
      width: 1.5rem;
      height: 1.5rem;
      text-align: center;
      border-radius: 50%;
  }
  .page-join .policy .policy-list .itme .icon img {
      filter: grayscale(100%) brightness(900%);
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      max-width: .8rem;
  }
  .page-join .policy .policy-list .itme .cont {
      width: 7.333333rem;
  }
  .page-join .policy .policy-list .itme h6 {
      font-size: .48rem;
      font-weight: bold;
      margin: 0.25rem 0;
      color: #333;
      margin-top: 0;
  }
  .page-join .policy .policy-list .itme p {
      color: #666;
      line-height: .586667rem;
      font-size: .32rem;
  }
  .page-join .profit {
      background: url(../img/profit-bg.jpg) center center no-repeat;
      padding: 1.333333rem 0;
      margin-top: 1.333333rem;
  }
  .page-join .profit-list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
  }
  .page-join .profit-list .itme {
      background: #fff;
      width: 100%;
      padding: 4% 3%;
      border-radius: .24rem;
      margin-bottom: .32rem;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
  }
  .page-join .profit-list .itme .icon {
      width: 1.12rem;
      margin-right: .4rem;
  }
  .page-join .profit-list .itme h6 {
      font-size: .453333rem;
      font-weight: bold;
      color: #3887ff;
      margin: .133333rem 0;
  }
  .page-join .profit-list .itme p {
      font-size: .346667rem;
      line-height: .586667rem;
      color: #666;
  }
  .page-join .profit-list .itme p br {
      display: none;
  }
  .page-join .service {
      padding: 1.333333rem 0;
  }
  .page-join .service .service-list {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
  }
  .page-join .service .service-list .itme {
      width: 48%;
      text-align: center;
      padding: 3%;
      border: 1px solid #eee;
      margin-bottom: .32rem;
      border-radius: .266667rem;
  }
  .page-join .service .service-list .itme .icon {
      width: 1.92rem;
      height: 1.92rem;
      background: #2f82ff;
      border-radius: 50px;
      overflow: hidden;
      margin: auto;
  }
  .page-join .service .service-list .itme .icon img {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      max-width: .933333rem;
  }
  .page-join .service .service-list .itme h6 {
      font-size: 16px;
      color: #3887ff;
      margin: 20px 0 8px;
      font-weight: bold;
  }
  .page-join .service .service-list .itme p {
      color: #666;
      line-height: 22px;
      font-size: 12px;
  }
  /* .page-join .service .service-list .itme:nth-child(1) {
  
      border-bottom: 1px solid #eee;
  
  }
  
  
  
  .page-join .service .service-list .itme:nth-child(2) {
  
      border-left: 1px solid #eee;
  
      border-bottom: 1px solid #eee;
  
  }
  
  
  
  .page-join .service .service-list .itme:nth-child(3) {
  
      border-left: 1px solid #eee;
  
      border-bottom: 1px solid #eee;
  
  }
  
  
  
  .page-join .service .service-list .itme:nth-child(5) {
  
      border-left: 1px solid #eee;
  
  }
  
  
  
  .page-join .service .service-list .itme:nth-child(6) {
  
      border-left: 1px solid #eee;
  
  } */
  .page-join .condition {
      background: url(../img/condition-bg.jpg) center center no-repeat;
      padding: 1.333333rem 0;
  }
  .page-join .condition .condition-list {
      margin: auto;
  }
  .page-join .condition .condition-list .itme {
      display: flex;
      height: 1.493333rem;
      width: 100%;
      border: 1px #fff solid;
      background-color: #fff;
      border-radius: 50px;
      margin-bottom: .32rem;
      align-items: center;
      flex-wrap: wrap;
  }
  .page-join .condition .condition-list .itme span.num {
      display: block;
      width: 1.226667rem;
      height: 1.226667rem;
      background-color: #3887ff;
      color: #fff;
      font-size: .586667rem;
      font-weight: bold;
      text-align: center;
      line-height: 1.333333rem;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      margin-top: 0px;
      margin-right: .266667rem;
      margin-left: .106667rem;
  }
  .page-join .condition .condition-list .itme .cont {
      font-size: .346667rem;
      color: #666;
      width: 7.146667rem;
      line-height: .533333rem;
  }
  .page-join .process {
      padding: 1.333333rem 0;
  }
  .page-join .process .process-list {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
  }
  .page-join .process .process-list .itme {
      display: flex;
      align-items: center;
      width: 32%;
      margin-bottom: .64rem;
  }
  .page-join .process .process-list .itme:nth-child(3n) {
      width: 22%;
  }
  .page-join .process .process-list .itme .icon {
      width: 2.186667rem;
  }
  .page-join .process .process-list .itme .left h6 {
      text-align: center;
      font-size: .346667rem;
      color: #444;
      margin-top: .32rem;
  }
  .page-join .process .process-list .itme .right img {
      margin-top: -0.853333rem;
      margin-left: .186667rem;
      max-width: .8rem;
  }
  .page-join .process .process-list .itme:nth-child(3n) .right {
      display: none;
  }
  .weixin-kefu {
      background: #2f82ff;
      padding: .68rem;
      width: 1.333333rem;
      height: 1.333333rem;
      display: block;
      position: fixed;
      right: 1px;
      bottom: 30%;
      border-radius: .4rem;
  }
  .weixin-kefu img {
      width: .88rem;
      height: .88rem;
      display: block;
      position: absolute;
      margin: auto;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
  }
}