body {
  box-sizing: border-box;
  background-color:#fff;
   font-family:BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}


.page-content {
    padding: 20px;
    min-width: 750px;
    max-width: 1500px;
    margin: 0 auto;
    color: #333;
  
}
a{text-decoration: none;}
a:hover {
    text-decoration: underline;
}
.fcmain{
    color: #EB3884;
}

.main-top {
  display:none;
}

input::-ms-clear{
    display: none;
}
input::-ms-reveal{
    display: none;
}
/** 旧版 */
.old-page {
    box-sizing:content-box;
}
/** 旧版end */

.new-page {
 line-height:1.4;
}
.new-page table{
    border-collapse:separate;
}

.payment-title{
    background-color: #FFE8F2;
    border-radius: 10px;
    padding: 10px 150px 10px 24px;
    position: relative;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 30px;
}
.payment-title .icon{
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
}

.payment-title .right{
  position: absolute;
  top: 10px;
  right: 24px;
}
.payment-title .numb{
    color: #ff0000;
}
.payment-title .ignore{
    color: #999;
    margin-left: 10px;
}


/* 轮播 */
.swiper-container{
    width: 100%;
    background-color: #f8f8f8;
    border-radius: 8px;
}

.swiper-img {
    width: 100%;
    display:block;
    height: auto;
}

.pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #999;
    margin: 0 5px;
    opacity: 0.8;
    cursor: pointer;
}

.swiper-active-switch {
    background: #333;
}


/* 内容 */
.heading {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    padding: 66px 0 55px;
}

.heading-line {
    width: 32px;
    height: 3px;
    background-color: #EB3884;
    margin: 10px auto 0;
    border-radius: 1px;
}

.ability-view {
    font-size: 0;
}

.ability-item {
    /* display: inline-block; */
    /* vertical-align: top; */
    width: 18%;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    border-radius: 6px;
    background: #fff;
     filter: progid:DXImageTransform.Microsoft.Shadow(color='#fafafa', Direction=120, Strength=9);
    box-shadow: 0 4px 26px rgba(153, 153, 153, 0.08);
    position:relative;
    vertical-align:top;
}

.ability-item .link{
    position:absolute;top:0;left:0;width:100%;height:100%;background-color: #fff;opacity:0;
}

.ability-item .content {
    margin: 30px 9% 25%;

}
.ability-space{
    width: 2.5%;
}


.ability-item .img {
   width: 70%;
    max-width: 130px;
    min-width: 70px;
    height: auto;
}

.ability-item .name {
    font-size: 20px;
    font-weight: 700;
    margin: 5% auto 12%;
    color: #2f2f2f;
}

.ability-item .txt {
    color: #868686;
    margin: auto
}

.ability-item:hover {
/*    filter: progid:DXImageTransform.Microsoft.Shadow(color='#f2f2f2', Direction=120, Strength=9);*/
    box-shadow: 0 4px 26px rgba(153, 153, 153, 0.16);
}



/* 问题 */
.heading-problem{
 text-align: right;
 padding-right: 30px;
}
.heading-problem a{
    color: #FD296E;
    font-size: 24px;
}


.search-view {
    line-height: 60px;
    border-radius: 10px;
    border:solid 1px #fafafa;
    overflow:hidden;
    box-shadow: 0 4px 26px rgba(153, 153, 153, 0.18);
    margin: 24px auto;
    display: block;
    position: relative;
    cursor: pointer;
    overflow:hidden;
}

.search-view .ipt {
    width: 90%;
    line-height: 58px;
    height: 58px;
    border: none;
    outline: none;
    padding-left: 30px;
    font-size: 20px;
    background-color:#fff;
}

.search-view .icon {
      margin-top: 15px;
    width: 30px;
    height: 30px;

}
.search-view .searchLink{
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    width: 9%;
}

.problem-view {
    font-size: 0;
}

.problem-item {
    width: 30%;
    background: #FFFFFF;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#fafafa', Direction=120, Strength=9);
    box-shadow: 0 4px 26px rgba(153, 153, 153, 0.08);
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin-right: 5%;
    margin-bottom: 30px;
    border-radius: 6px;
}

/*.problem-item:nth-of-type(3n) {
    margin-right: 0;
}*/
 .no-margin-right {
    margin-right: 0;
}


.problem-item:hover {
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#f2f2f2', Direction=125, Strength=9);
    box-shadow: 0 4px 26px rgba(153, 153, 153, 0.16);
}

.problem-item .title {
    height: 84px;
    line-height: 84px;
    margin-left: 14%;
}

.problem-item img {
    width: 35px;
    height: 35px;
    vertical-align: middle;
}

.problem-item .title .name {
    margin: 0 10px;
    font-size: 20px;
    font-weight: 500;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}

.problem-item .doc-list {
    padding: 0;
    margin: 0 5% 30px 18%;
    color: #868686;
    min-height:160px;
}

.problem-item li {
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 400;
    position: relative;

}

.problem-item li a {
    color: #868686;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.problem-item li a:hover {
     text-decoration: underline;
    color: #EB3884;
}

.problem-item .txt-all {
    padding: 16px 14% 20px;
    line-height: 20px;
    font-size: 18px;
    font-weight: 400;
    color: #FF006E;
    cursor: pointer;
    border-top: solid 1px #F4F4F4;
    display: block;
}

/* 弹窗 */

.dialog-back {
    position: fixed;
    top: -9999px;
    left: -9999px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 90;
    padding: 1px;
}
.dialog-back_close {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:91;
}

.dialog-wrap {
    position: relative;
    z-index:99;
    border-radius: 20px;
    background-color: #fff;
    width: 88%;
    min-width: 580px;
    max-width: 1304px;
/*    min-height: 400px;*/
    margin:60px auto 0;
    overflow: hidden;
}
.dialog-title{
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    color: #EB3884;

}

.dialog-wrap .icon-close{
    position: absolute;
    padding: 26px;
    top: 5px;
    right: 0;
    cursor: pointer;
}
.dialog-wrap .icon-close img{
    width: 20px;
    height: 20px;
}


/* BA弹窗 */

.dialog-table table{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}
.dialog-table tbody,tr{
   width: 100%;
   max-width: 100%;
   overflow: hidden;
}
.dialog-table td{
   padding: 0;
   margin: 0;
}


.dialog-table .txt{
    font-size: 26px;
    margin: 30px auto;
}
.dialog-table .left{
    float:none;
   padding: 30px;
   width: 66%;
   min-width:350px;
   max-width: 790px;
   overflow:hidden;
}
.swiper-ba {
 width:100%;
}

.dialog-table .right{
   float:none;
  text-align: center;
   background: linear-gradient(to bottom right, #F9E8EE, #FACADF);
   min-width: 230px;
   width: 34%;
   padding: 50px 0;
}
.dialog-table .title2{
  font-size: 28px;
   font-weight: 700;
}
.dialog-table .txt2{
 font-size: 22px;
}
.dialog-table .bacode{
/*    width: 308px;
    height: 308px;
    background-color: #fff;
    border-radius: 154px;
    margin: 40px auto;
    line-height: 308px;
    padding: 10px;
    overflow:hidden;*/
    width:80%;
    max-width:308px;
    max-height:308px;
    padding: 10px;
    margin: 40px auto;
    background-color: #fff;
    border-radius:50%;
    overflow:hidden;

}


.dialog-table .bacode img{
    width: 100%;
    height:100%;
    display:block;
       

}


.dialog-table .img{
    width: 100%;
    height: auto;
}

.dialog-table .icon-arrow{
   width: 21px;
   height: 31px;
   margin: 10px auto;
}
.swiper-ba {
  z-index:100 !important;
}

/*   天美支付*/
.dialog-table .ewmcode{
    width: 360px;
    height: 360px;
    margin: 40px auto;
    line-height: 308px;
}

/* 设备缴费 */

.dialog-payment .dialog-title{
     padding: 5px 0 13px;
}
.dialog-payment .dialog-txt{
    color: #6B7280;
    font-size: 16px;
}
.dialog-payment .icon-divide{
  width: 480px;
  height: auto;
      margin: 12px 0;
}
.dialog-payment .device-img{
    width: 400px;
    height: auto;
    display: none;
}
.dialog-payment .dialog-wrap{
    max-width: 800px;
    min-width: 600px;
    text-align: center;
    padding: 30px;
}
.dialog-payment ul{
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    font-size: 14px;
}
.dialog-payment .nav li{
  display: inline-block;
  color: #fff;
    background-color: #F9BFD8;
    width: 96px;
    line-height: 43px;
    border-radius: 8px;
    cursor: pointer;
}
.dialog-payment .nav .active{
    background-color: #EB3884;
}


.dialog-payment li+li{
    margin-left: 12px;
}


/* FF6B9D   价格 EB3884*/


/* 
 填充 FAEBF1
 描边 EB3884
 文本 F5317F


 灰色：E2E2E3
*/


/* 设备缴费 end */



/* 不同屏幕 ie没有 min-width 和max */

/*@media screen and (max-width:960px) {

    .problem-item {
        width: 46%;
        margin: 0 2% 30px;
    }

    .problem-item:nth-child(3n) {
        margin-right: 2%;
    }
    .dialog-table .bacode {
       width:220px;
       height:220px;
    }
    .dialog-table .txt {
      font-size:16px;
    }
     .dialog-table .title2 {
      font-size:20px;
    }

    .dialog-wrap .icon-close {
      padding:14px;
    }
    .dialog-table .txt2{font-size:16px;}

    .ability-item .txt{
    display: inline;
   }
}
@media screen and (min-width:960px) and (max-width:1300px) {
   .ability-item .txt{
    display: inline;
   }
    .dialog-table .txt {
      font-size:20px;
    }
}*/

/* @media screen and (max-width:960px) */
    .page-w960 .problem-item {
        width: 46%;
        margin: 0 2% 30px;
    }

   .page-w960  .problem-item:nth-child(3n) {
        margin-right: 2%;
    }
   .page-w960  .dialog-table .bacode {
       width:90%;
    }
   .page-w960  .dialog-table .txt {
      font-size:16px;
    }
    .page-w960  .dialog-table .title2 {
      font-size:20px;
    }


   .page-w960  .dialog-table .txt2{font-size:16px;}

   .page-w960  .ability-item .txt{
    display: inline;
   }

/*@media screen and (min-width:960px) and (max-width:1300px)*/
    .page-w960-w1300 .ability-item .txt{
          display: inline;
    }
    .page-w960-w1300 .dialog-table .txt {
        font-size:20px;
     }

   

   .small-height .dialog-wrap .icon-close,.page-w960 .dialog-wrap .icon-close {
      padding:15px;
    }


/*小于1080高度*/
/*  .small-height .dialog-wrap{
    margin-top: 30px;
    width: 580px;
   }*/
   .small-height .dialog-table .txt{
    font-size: 16px;
    margin: 20px auto;
   }
   .small-height .dialog-table .title2{
    font-size: 20px;
   }
   .small-height .dialog-table .txt2{
    font-size: 16px;
   }
   .small-height .dialog-table .bacode{
    margin: 24px auto;
   }

   .small-height .dialog-payment .nav li{
    width: 83px;
    line-height: 36px;
   }