/* 小程序 */
  .fz35{
    font-size: 35px;
  }
  .fz34{
    font-size: 34px;
  }
  .ministation-banner{
    position: relative;
    width: 100%;
    height: 450px;
    background:rgba(252,252,252,1);
  }
  .ministation-banner_content{
    position: relative;
    margin: 0 auto;
    padding-top: 133px;
    width: 1200px;
    height: 100%;
    box-sizing: border-box;
  }
  .ministation-banner_content .title-main{
    margin-left: 2px;
    font-size:44px;
    font-family:MicrosoftYaHeiUI;
    font-weight:bold;
    color:rgba(54,54,54,1);
    line-height:56px;
    letter-spacing:5px;
  }
  .ministation-banner_content .title-assist{
    margin-top: 20px;
    margin-left: 2px;
    font-size:19px;
    font-family:MicrosoftYaHeiUI;
    color:rgba(54,54,54,1);
    line-height:32px;
    letter-spacing:2px;
  }
  .ministation-banner_content .input-banner_content{
    position: relative;
    display: inline-block;
    margin-top: 61px;
  }
  .ministation-banner_content .input-banner{
    width: 467px;
    height: 48px;
    padding-right: 150px;
    padding-left: 24px;
    font-size:16px;
    font-family:HiraginoSansGB;
    font-weight:normal;
    color:rgba(54,54,54,1);
    line-height:24px;
    letter-spacing:1px;
    border: none;
    outline: none;
    box-shadow:0px 4px 40px 0px rgba(0,0,0,0.08);
    border-radius:2px;
    box-sizing: border-box;
  }
  .ministation-banner_content .pic-banner{
    position: absolute;
    top: 0;
    right: 0;
    width: 600px;
    height: 450px;
    background: url(/assets/images/miniStation/pic-banner.png) 50% no-repeat;
    background-size: contain;
  }
  .ministation-banner_content .input-banner_submit{
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 48px;
    color:rgba(255,255,255,1);
    text-align: center;
    line-height:48px;
    font-size: 16px;
    letter-spacing:1px;
    background: #FB4F14;
    box-shadow:0px 4px 40px 0px rgba(0,0,0,0.08);
    border-radius:2px;
    cursor: pointer;
  }
  .ministation-banner_content .input-banner_submit:hover{
    background: #FB6430;
  }
  .ministation-content_nav{
    width: 100%;
    background:rgba(255,255,255,1);
    box-shadow:0px 3px 5px 0px rgba(205,208,210,0.17);
  }
  .ministation-content_nav .nav-items{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 1200px;
    height: 54px;
  }
  .ministation-content_nav .nav-items a{
    display: inline-block;
    flex: 1;
  }
  .ministation-content_nav .nav-items div{
    position: relative;
    text-align: center;
    line-height: 54px;
    font-size: 18px;
    cursor: pointer;
    box-sizing: border-box;
  }
  .ministation-content_nav .nav-items div::after{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 0;
    height: 2px;
    background: #FF7A3D;
    transition: width .6s;
  }
  .ministation-content_nav .nav-items div:hover::after{
    width: 40px;
  }
  .ministation-content_nav .nav-items div:hover,
  .ministation-content_nav .nav-items div.active{
    color: #F06626;
  }
  .ministation-content_nav .nav-items div.active::after{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 40px;
    height: 2px;
    background: #FF7A3D;
  }
  .ministation-content_items{
    width: 100%;
    padding-top: 58px;
  }
  .ministation-content_item {
    margin: 0 auto;
    width: 1200px;
  }
  .ministation-content_brand{
    position: relative;
    height: 742px;
    background: #FFF;
  }
  .ministation-title{
    text-align: center;
    font-family:HiraginoSansGB;
    font-weight:normal;
    color:rgba(54,54,54,1);
    line-height:53px;
    letter-spacing:3px;
  }
  .ministation-title_assist{
    margin-top: 10px;
    text-align: center;
    font-size:18px;
    font-family:HiraginoSansGB;
    font-weight:normal;
    color:rgba(54,54,54,1);
    line-height:27px;
    letter-spacing:2px;
  }
  .ministation-content_brand_btn{
    position: absolute;
    width:400px;
    height:130px;
    background:#fff;
    border-radius:4px;
  }
  .ministation-content_brand_btn.active{
    box-shadow:0px 4px 20px 0px rgba(0,0,0,0.08);
  }
  .btnlt{
    top: 231px;
    left: 4px;
  }
  .btnlb{
    left: 4px;
    bottom: 188px;
  }
  .btnrb{
      right: 10px;
      bottom: 188px;
  }
  .btnrt{
      right: 10px;
      top: 231px;
  }
  .brand-btn_pic{
    display: inline-block;
    margin-top: 35px;
    margin-left: 25px;
    width: 60px;
    height: 60px;
  }
  .brand-btn_piclt{
      background: url(/assets/images/miniStation/icon-brand_lt.png) 50% no-repeat;
      background-size: contain;
  }
  .brand-btn_piclb{
      background: url(/assets/images/miniStation/icon-brand_lb.png) 50% no-repeat;
      background-size: contain;
  }
  .brand-btn_picrb{
      background: url(/assets/images/miniStation/icon-brand_rb.png) 50% no-repeat;
      background-size: contain;
  }
  .brand-btn_picrt{
      background: url(/assets/images/miniStation/icon-brand_rt.png) 50% no-repeat;
      background-size: contain;
  }
  .brand-title{
      position: absolute;
      top: 39px;
      left: 105px;
      font-size:20px;
      font-family:HiraginoSansGB;
      font-weight:normal;
      color:rgba(38,38,38,1);
      line-height:30px;
  }
  .brand-title_assist{
      position: absolute;
      top: 77px;
      left: 105px;
      font-size:14px;
      font-family:HiraginoSansGB;
      font-weight:normal;
      color:rgba(89,89,89,1);
      line-height:21px;
      letter-spacing:2px;
  }
  .pics-brand{
      position: relative;
      margin: 61px 0 0 471px;
      width: 251px;
      height: 490px;
  }
  .pics-brand img{
    position: absolute;
    top: 0;
    left: 0;
  }
  .detail-btn_content.active{
      width: 100%;
      height: 100%;
      opacity: 1;
      transition: opacity 1s;
  }
  .detail-btn_content{
    opacity: 0;
  }
  .spread-content{
    background:rgba(251,251,252,1);
  }
  .spread{
      position: relative;
      height:642px;
  }
  .spread-btn{
      display: inline-flex;
      flex-direction: column;
      margin-top: 77px;
      width: 420px;
      height: 330px;
  }
  .spread-btn > div{
      flex: 1;
      position: relative;
  }
  .spread-btn > div.active{
    background:rgba(255,255,255,1);
    box-shadow:0px 4px 20px 0px rgba(0,0,0,0.08);
    border-radius:4px;
  }
  .spread-btn_pic{
      display: inline-block;
      margin: 36px 0 0 16px;
      width: 38px;
      height: 38px;
  }
  .spread-btn_pict{
    background: url(/assets/images/miniStation/spread-btn_pict.png) 50% no-repeat;
    background-size: contain;
  }
  .spread-btn_picm{
    background: url(/assets/images/miniStation/spread-btn_picm.png) 50% no-repeat;
    background-size: contain;
  }
  .spread-btn_picb{
    background: url(/assets/images/miniStation/spread-btn_picb.png) 50% no-repeat;
    background-size: contain;
  }
  .spread-title{
      position: absolute;
      top: 35px;
      left: 66px;
      font-size:16px;
      font-family:HiraginoSansGB;
      font-weight:normal;
      color:rgba(10,23,53,1);
      line-height:24px;
      letter-spacing:1px;
  }
  .spread-title_assist{
      position: absolute;
      top: 63px;
      left: 66px;
      font-size:14px;
      font-family:HiraginoSansGB;
      font-weight:normal;
      color:rgba(89,89,89,1);
      line-height:21px;
  }
  .pic-spread_content{
      position: absolute;
      top: 80px;
      left: 470px;
      width: 730px;
      height: 500px;
  }
  .detail-spread_pic{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: opacity .6s;
  }
  .detail-spread_pic.active{
      opacity: 1;
  }
  .ministation-content_item .btn-experience_free{
      position: absolute;
      bottom: 106px;
      left: 20px;
      width:120px;
      height:36px;
      padding: 10px 36px 10px 24px;
      background:rgba(255,65,0,0.01);
      transition: background .6s;
      border-radius:2px;
      border:1px solid rgba(251,79,20,1);
      font-size:14px;
      font-family:HiraginoSansGB;
      font-weight:normal;
      color:rgba(251,79,20,1);
      line-height:13px;
      box-sizing: border-box;
      cursor: pointer;
  }
  .ministation-content_item .btn-experience_free:hover{
    background: #FB4F14;
    color: #fff;
  }
  .ministation-content_item .btn-experience_free:hover .icon-right{
    display: none;
  }
  .ministation-content_item .btn-experience_free:hover .icon-right_white{
      display: block;
      position: absolute;
      top: 8px;
      right: 18px;
      width: 18px;
      height: 18px;
      background: url(/assets/images/miniStation/icon-right_white.png) 50% no-repeat;
      background-size: contain;
  }
  .ministation-content_item .icon-right{
      position: absolute;
      top: 8px;
      right: 18px;
      width: 18px;
      height: 18px;
      background: url(/assets/images/miniStation/icon-right.png) 50% no-repeat;
      background-size: contain;
  }
  .opportunity-content{
    background:rgba(254,254,254,1);
  }
  .opportunity{
      position: relative;
      height: 642px;
  }
  .opportunity-btn{
    position: absolute;
    display: inline-flex;
    flex-direction: column;
    top: 130px;
    right: 10px;
    width: 420px;
    height: 330px;
  }
  .opportunity-btn > div{
      flex: 1;
      position: relative;
  }
  .opportunity-btn > div.active{
    background:rgba(255,255,255,1);
    box-shadow:0px 4px 20px 0px rgba(0,0,0,0.08);
    border-radius:4px;
  }
  .opportunity-btn_pic{
      display: inline-block;
      margin: 36px 0 0 16px;
      width: 38px;
      height: 38px;
  }
  .opportunity-btn_pict{
    background: url(/assets/images/miniStation/opportunity-btn_pict.png) 50% no-repeat;
    background-size: contain;
  }
  .opportunity-btn_picm{
    background: url(/assets/images/miniStation/opportunity-btn_picm.png) 50% no-repeat;
    background-size: contain;
  }
  .opportunity-btn_picb{
    background: url(/assets/images/miniStation/opportunity-btn_picb.png) 50% no-repeat;
    background-size: contain;
  }
  .opportunity-title{
      position: absolute;
      top: 35px;
      left: 66px;
      font-size:16px;
      font-family:HiraginoSansGB;
      font-weight:normal;
      color:rgba(10,23,53,1);
      line-height:24px;
      letter-spacing:1px;
  }
  .opportunity-title_assist{
      position: absolute;
      top: 63px;
      left: 66px;
      font-size:14px;
      font-family:HiraginoSansGB;
      font-weight:normal;
      color:rgba(89,89,89,1);
      line-height:21px;
  }
  .pic-opportunity_content{
      position: relative;
      margin-top: 37px;
      width: 730px;
      height: 500px;
  }
  .detail-opportunity_pic{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s;
  }
  .detail-opportunity_pic.active{
    opacity: 1;
  }
  .ministation-content_item .btn-opportunity-experience_free{
      position: absolute;
      bottom: 106px;
      right: 11px;
      width:120px;
      height:36px;
      padding: 10px 36px 10px 24px;
      background:rgba(255,65,0,0.01);
      border-radius:2px;
      border:1px solid rgba(251,79,20,1);
      font-size:14px;
      font-family:HiraginoSansGB;
      font-weight:normal;
      color:rgba(251,79,20,1);
      line-height:13px;
      box-sizing: border-box;
      cursor: pointer;
      transition: background .6s;
  }
  .ministation-content_item .btn-opportunity-experience_free:hover{
    background: #FB4F14;
    color: #fff;
  }
  .ministation-content_item .btn-opportunity-experience_free:hover .icon-right{
    display: none;
  }
  .icon-right_white{
      position: absolute;
      top: 8px;
      right: 18px;
      width: 18px;
      height: 18px;
      background: url(/assets/images/miniStation/icon-right_white.png) 50% no-repeat;
      background-size: contain;
  }
  .ministation-content_item .btn-opportunity-experience_free:hover .icon-right_white{
      display: block;
  }
  .wechatPay-content{
      background: #FBFBFC;
  }
  .wechatPay{
      position: relative;
      height: 642px;
  }
  .wechatPay-btn{
      display: inline-flex;
      flex-direction: column;
      margin-top: 85px;
      width: 420px;
      height: 330px;
  }
  .wechatPay-btn > div{
      flex: 1;
      position: relative;
  }
  .wechatPay-btn > div.active{
    background:rgba(255,255,255,1);
    box-shadow:0px 4px 20px 0px rgba(0,0,0,0.08);
    border-radius:4px;
  }
  .wechatPay-btn_pic{
      display: inline-block;
      margin: 36px 0 0 16px;
      width: 38px;
      height: 38px;
  }
  .wechatPay-btn_pict{
    background: url(/assets/images/miniStation/wechatPay-btn_pict.png) 50% no-repeat;
    background-size: contain;
  }
  .wechatPay-btn_picm{
    background: url(/assets/images/miniStation/wechatPay-btn_picm.png) 50% no-repeat;
    background-size: contain;
  }
  .wechatPay-btn_picb{
    background: url(/assets/images/miniStation/wechatPay-btn_picb.png) 50% no-repeat;
    background-size: contain;
  }
  .wechatPay-title{
      position: absolute;
      top: 35px;
      left: 66px;
      font-size:16px;
      font-family:HiraginoSansGB;
      font-weight:normal;
      color:rgba(10,23,53,1);
      line-height:24px;
      letter-spacing:1px;
  }
  .wechatPay-title_assist{
      position: absolute;
      top: 63px;
      left: 66px;
      font-size:14px;
      font-family:HiraginoSansGB;
      font-weight:normal;
      color:rgba(89,89,89,1);
      line-height:21px;
  }
  .pic-wechatpay_content{
      position: absolute;
      top: 102px;
      left: 470px;
      width: 730px;
      height: 500px;
  }
  .detail-wechatPay_pic{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity:0;
      transition: opacity .6s;
  }
  .detail-wechatPay_pic.active{
      opacity:1;
  }
  .moreFunc-content{
      background: #fff;
  }
  .moreFunc{
      height: 642px;
  }
  .moreFunc-item{
      display: flex;
      flex-direction: column;
      margin-top: 23px;
      width: 100%;
      height: 500px;
  }
  .moreFunc-item_row{
      display: flex;
      flex: 1;
      flex-direction: row;
  }
  .moreFunc-item_row > div{
      flex: 1;
      text-align: center;
  }
  .moreFunc-item_row img{
      margin-top: 29px;
      width: 68px;
      height: 68px;
  }
  .moreFunc-item_title{
      margin-top: 32px;
      font-size:18px;
      font-family:HiraginoSansGB;
      font-weight:600;
      color:rgba(54,54,54,1);
      line-height:27px;
      letter-spacing:1px;
  }
  .moreFunc-item_title_assist,.moreFunc-item_title_assist a{
      margin-top: 20px;
      font-size:14px;
      font-family:HiraginoSansGB;
      font-weight:normal;
      color:rgba(54,54,54,1);
      line-height:24px;
  }
  .moreFunc-item_title_assist a:hover{
    color: #FB4F14;
  }
  .moreCase-content{
      background: #FAFAFB;
  }
  .moreCase{
      height: 672px;
  }
  .moreCase-item_content{
      margin-top: 43px;
      display: flex;
      flex-direction: row;
  }
  .moreCase-item_list{
      padding-top: 10px;
      padding-bottom: 10px;
      display: inline-flex;
      flex-direction: column;
      width: 140px;
      height: 500px;
      box-sizing: border-box;
      border-right: 1px solid #E5E5E5;
  }
  .moreCase-item_list > div{
      position: relative;
      flex: 1;
      padding-right: 34px;
      text-align: right;
      font-size:16px;
      font-family:HiraginoSansGB;
      font-weight:normal;
      color:rgba(89,89,89,1);
      line-height:96px;
      box-sizing: border-box;
  }
  .moreCase-item_list > div.active{
      color:#F06626;
  }
  .moreCase-item_list > div.active:after{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 2px;
    height: 30px;
    background: #F06626;
  }
  .moreCase-item_detail{
      flex: 1;
      padding-left: 55px;
      padding-top: 20px;
  }
  .moreCase-item_detail_title{
    font-size:22px;
    font-family:MicrosoftYaHeiUI;
    color:rgba(38,38,38,1);
    line-height:28px;
  }
  .moreCase-item_detail_title_assist{
    width: 960px;
    margin-top: 9px;
    font-size:16px;
    font-family:HiraginoSansGB;
    font-weight:normal;
    color:rgba(54,54,54,1);
    line-height:26px;
    letter-spacing:1px;
  }
  .moreCase-item_detail_reference{
    margin-top: 14px;
    font-size:16px;
    font-family:HiraginoSansGB;
    font-weight:normal;
    color:rgba(38,38,38,1);
    line-height:24px;
  }
  .moreCase-item_detail_reference span{
    color: #F06626;
  }
  .moreCase-item_detail_img{
      margin-top: 42px;
  }
  .moreCase-item_detail_img > div{
      position: relative;
      float: left;
      text-align: center;
      margin-right: 36px;
  }
  .moreCase-item_detail_img .img-case{
      width: 180px;
  }
  .moreCase-item_detail_img > div:hover:after{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: calc(100% - 28px);
    background:rgba(0,0,0,1);
    border-radius:11px;
    opacity:0.5;
  }
  .moreCase-item_detail_img > div:hover .code{
    display: block;
  }
  .moreCase-item_detail_img .code{
    position: absolute;
    top: 87px;
    left: 50%;
    transform: translateX(-56px);
    width: 120px;
    height: 120px;
    z-index: 2;
  }
  .moreCase-item_detail_img p{
    margin-top: 14px;
    font-size:12px;
    font-family:HiraginoSansGB;
    font-weight:normal;
    color:rgba(89,89,89,1);
    line-height:9px;
  }
  .product-content{
    background:rgba(255,254,255,1);
  }
  .product{
    width: 1200px;
    height: 742px;
  }
  .product-items{
    margin: 50px auto 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 744px;
    height: 540px;
  }
  .product-items > div{
    width: 340px;
    box-shadow:0px 5px 34px 0px rgba(0,0,0,0.08);
    border-radius:4px;
  }
  .product-items img{
    width: 100%;
  }
  .product-items ul{
    margin-top: 43px;
    margin-left: 68px;
    list-style: inherit;
    color: #D8D8D8;
  }
  .product-items ul li{
    margin-bottom: 20px;
    font-size: 14px;
  }
  .product-items ul li span{
    font-size:16px;
    font-family:HiraginoSansGB;
    font-weight:normal;
    color:rgba(89,89,89,1);
    line-height:24px;
    letter-spacing:1px;
  }
  .product-items ul li span .product-free{
    color: #FB4F14;
  }
  .product-question{
    margin-left: 3px;
    width: 16px;
    height: 100%;
    padding-top: 4px;
    cursor: pointer;
  }
  .product-question:hover .product-question_tips{
    display: block;
  }
  .product-question img{
    width: 100%;
    height: 16px;
  }
  .product-question_tips{
    position: absolute;
    top: 30px;
    left: -93px;
    padding: 14px 16px 12px;
    width: 198px;
    height: 148px;
    background: #fff;
    font-size:12px;
    font-family:MicrosoftYaHeiUI;
    color:rgba(38,38,38,1);
    line-height:20px;
    box-shadow:0px 2px 6px 0px rgba(0,0,0,0.15);
    cursor: initial;
    box-sizing: border-box;
  }
  .product-question_tips::after{
    position: absolute;
    content: '';
    top: -16px;
    left: 0;
    width: 100%;
    height: 16px;
  }
  .product-question_tips::before{
    position: absolute;
    content: '';
    left: 50%;
    margin-left: -5px;
    top: -5px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    background: #fff;
    box-shadow:-1px -1px 0px 0px rgba(0,0,0,0.15);
  }
  .product-btn{
    display: block;
    position: relative;
    padding-left: 76px;
    margin-top: 50px;
    margin-left: 56px;
    width:230px;
    height:38px;
    background:rgba(255,65,0,0.01);
    border-radius:2px;
    border:1px solid rgba(251,79,20,1);
    font-size:14px;
    font-family:HiraginoSansGB;
    font-weight:normal;
    color:rgba(251,79,20,1);
    line-height:38px;
    box-sizing: border-box;
    cursor: pointer;
    transition: background .6s;
  }

  .product-btn:hover{
    color: #fff;
    background: #FB4F14;
  }

  .product-btn:hover:after {
    display: none;
  }

  .product-btn:hover:before {
    display: block;
  }

  .product-btn:after {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 75px;
    content: '';
    width: 18px;
    height: 18px;
    background: url(/assets/images/icon-right.png) 50% no-repeat;
    background-size: contain;
  }

  .product-btn:before {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 75px;
    content: '';
    width: 18px;
    height: 18px;
    background: url(/assets/images/icon-right_white.png) 50% no-repeat;
    background-size: contain;
  }
