/*---------------------共同样式--------------------*/

/*清除浮动*/
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfloat{zoom:1}
/*清除浮动*/

/*-标题过长*/
.htmer{  white-space: nowrap;  overflow: hidden;  text-overflow:ellipsis; /*兼容IE*/  }
.htmer2{  display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 3;  overflow: hidden; /*多行溢出兼容IE*/  }
/*标题过长*/
/*html{*/
    /*max-width: 750px;*/
    /*margin: 0rem auto;*/

/*}*/
*{box-sizing: border-box; margin: 0rem; padding: 0rem;}
body{ font-size: 12px; background: #f3f3f3;font-family: PingFangSC;font-weight: 400;}
/*img,input,textarea{ display: block;}*/

em{font-style: normal; }
.mar_90{ padding-top: 0.9rem; }
.mar_100{ padding-top: 1rem; }


/*颜色类*/
  /*红色*/
  .fl_01{color: #E51C23;}
/*红色*/
  /*绿色*/
  .fl_02{color: #35BBB4; }
  /*绿色*/
 /*青色*/
.fl_03{color: #8BC34A; }
/*青色*/

/*灰色*/
.fl_04{color: rgba(117, 115, 115, 0.48); }
/*灰色*/
/*颜色类*/

/*提示的黑*/
.fl_05{
    color: #c3c0c0;
}
/*黄色*/
.fl_06{color: #FF9800;}
/*黄色*/


/*二级文字青色*/
.fl_07{color: #5FB878;}
/*二级文字青色*/
/*黄色*/
.fl_08{  color: #ade017;  }
/*黄色*/



/*背景色*/
.bg_01{background: #44CAC3; }
/*背景色*/
/*蓝色*/
.bg_09{  background: #2494f2 !important;  }
/*蓝色*/

/*红色*/
.bg_10{background: #E51C23 !important;}
/*红色*/





.font17{
    font-size: 0.3rem;
}

/*头部标题*/
.nav_top{  width: 100%;  height: 1rem;line-height:1rem ;background: #f8f8f8;text-align: center ;font-size: 0.32rem;position: fixed;left: 0rem;top: 0rem;z-index: 101; }


.nav_top .left{width: auto;position: absolute;left: 0.2rem;top: 0rem; }
.nav_top .left img{ width:0.3rem; margin: 0.35rem 0rem 0.35rem 0rem; height: 0.3rem; pointer-events: none; }
.nav_top .center{ width: 100%; white-space: nowrap;  overflow: hidden;  text-overflow:ellipsis; padding: 0rem 0.66rem;}
.nav_top .right{  width: auto; position: absolute;right: 0.2rem; top:0rem;   height: 1rem;line-height:1rem; color: rgba(53, 187, 180, 1);font-size: 0.24rem; }
/*头部标题*/
/*次级导航*/
.mar_104{width: 100%;height: 100%; padding-top: 0.8rem;position: relative }

.swiper-container.gallery-thumbs {
    height: 0.8rem;
    box-sizing: border-box;
    background: #fff;
    position: absolute;
    left: 0rem;
    top: 1rem;
    z-index: 100;

}
.swiper-container.gallery-thumbs .swiper-slide {

    height: 0.8rem;
    text-align: center;
    line-height: 0.8rem;

}
.swiper-container.gallery-thumbs .swiper-slide span{
    display: inline-block;
    padding: 0rem 0.2rem;
    height: 0.76rem;
    text-align: center;
    line-height: 0.76rem;
    font-size: 0.29rem;
    color: #525E71;
    position: relative;
}
.swiper-container.gallery-thumbs .swiper-slide.swiper-slide-thumb-active span{
    opacity: 1;
/*    border-bottom: 1px solid rgb(53, 187, 180);
    color: rgb(53, 187, 180);*/
    border-bottom: 1px solid #5bb7f8;
    color: #5bb7f8;

}
.swiper-container.gallery-thumbs .swiper-slide span em{
    width: 0.18rem;
    height: 0.18rem;
    background-color: red;
    border-radius: 100%;
    position: absolute;
    right:-0.18rem;
    top:0.18rem;
    border-radius: 100%;
    display: none;
}
.swiper-container.gallery-thumbs .swiper-slide span em.cur{
    display: block;
}

/*次级导航*/

/*总体content的展示与隐藏*/
 .content{  padding-top: 1rem; margin: 0rem auto;position: relative }
.content.cur{width: 100%;padding-top:0rem; }
.content::-webkit-scrollbar {display:none!important;}
/*总体content的展示与隐藏*/

/*弹框弹框展示与隐藏， */
.ps_box{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    left: 0rem;
    bottom: 0rem;
    display: none;
}
.ps_box.cur{
    display: block;
}
.ps_box .hei{
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
    position: absolute;
    left: 0rem;
    top:0rem;
}
.close_x{
    position: absolute;
    right: 0.3rem;
    top: 50%;
    margin-top: -0.15rem;
    width: 0.26rem;
    height: 0.26rem;
    background: url(../images/close.png) no-repeat left top;
    background-size: 0.26rem 0.26rem;
}
.close_l{
    position: absolute;
    right: 0.3rem;
    top: 50%;
    margin-top: -0.15rem;
    width: 0.26rem;
    height: 0.26rem;
    background: url(../images/close.png) no-repeat left top;
    background-size: 0.26rem 0.26rem;
}
/*弹框弹框展示与隐藏， */

/*底部tabs*/
.foot{
    width: 100%;
    height: 0.9rem;
    position: fixed;
    z-index: 11;
    left: 0rem;
    bottom: 0rem;
    border-top: 1px solid #eeeeee;
    background: #ffffff;
}
.foot ul{ width: 100%;list-style: none; }
.foot ul li{ width: 20%;float: left; }
.foot ul li a{ width: 100%; text-align: center;display: block;padding-top: 0.12rem;text-decoration: none;position: relative; }
.foot ul li a img{ width: auto;height: 0.34rem;margin: 0rem auto 0.05rem; display: none}
.foot ul li a img.hide_tab{display: block }
.foot ul li a img.active{display: none; }
.foot ul li.cur a img.hide_tab{display: none; }
.foot ul li.cur a img.active{display:block;}
.foot ul li a p{
    width: 100%;
    font-size: 0.2rem;
    color: #666666;
}
.foot ul li.cur a p{
    color: #43C0B9;
}
.foot ul li a .news_spite{
    width: 0.24rem;
    height: 0.24rem;
    line-height: 0.24rem;
    font-size: 0.16rem;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 0.1rem;
    margin-left: 0.1rem;
    background: red;
    border-radius: 100%;
    color: #fff;
}
.foot ul li a .news_spite.cur{
   line-height: 0.12rem;
}
/*底部*/


/*swiper下的小圆圈*/


/*没有更多了*/
    .ka_empty{ width: 3.62rem;margin: 1.6rem auto 0rem;padding-bottom: 0.2rem; }
    .ka_empty img{ width: 100%;margin-bottom: 0.4rem }
    .ka_empty p{ width: 100%;font-size: 0.24rem;text-align: center; }
/*没有更多了*/

/*-----------------------------共同样式---------------------------*/



@media all and (min-width: 751px) {
    .nav_top{
        max-width: 480px;
        left: 50%;
        margin-left: -240px;
    }
    .send.fixed{
        max-width: 480px;
        left: 50%;
        margin-left: -240px;
    }
    .foot{
        max-width: 480px;
        left: 50%;
        margin-left: -240px;
    }
    .ps_box{
        max-width: 480px;
        left: 50%;
        margin-left: -240px;
    }
    .tab_list{
        max-width: 480px;
        left: 50%  !important;
        margin-left: -240px
    }
    .up_kami{
        max-width: 480px;
        left: 50%  !important;;
        margin-left: -240px
    }
    .bottom_list{
        max-width: 480px;
        left: 50%  !important;;
        margin-left: -240px
    }
    .bottom_list{
        max-width: 480px;
        left: 50%  !important;;
        margin-left: -240px
    }
    .sum_ps_right{
        max-width: 480px;
        right: 50% !important;
        margin-right: -220px;
    }
    .sum_ps_left{
        max-width: 480px;
        left: 50%  !important;
        margin-left: -240px
    }
    .ps_fixed{
        max-width: 480px;
        left: 50% !important;
        margin-left: -240px!important;
    }
    .rolldate-container .rolldate-mask{
        max-width: 480px;
        left: 50% !important;
        margin-left: -240px!important;

    }
    .rolldate-container .rolldate-panel{
        max-width: 480px;
        left: 50% !important;
        margin-left: -240px!important;
    }
    .clear_comment{
        right: 50% !important;
        margin-right: -220px !important;
    }
}