#xbcy{
    background-color: #fff;
}
.bar-nav~.content {
    top: 3.2rem;
}

.topList{
    position: relative;
    font-size: 0;
    overflow-y: auto;
    background-color: #fff;

}
.downLoadList{
    padding: .2rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    width: 1300px;
}

.downLoadList .btnn{
    width: 33%;
    text-align: center;
    border-left: 1px solid #eee;
}
.downLoadList .btnn a{
    text-align: center;
    color: #282828;
    font-size: .8rem;
}
.downLoadList .btnn:first-of-type{
    border-left: none;

}
.downLoadList .btnn .active{
    color: #fe4351;
}
.downLoadList .btnn span.icon{
    margin-left: .5rem;
    color: #999;
}
.downLoadList .btnn .active span::before{
    display: inline-block;
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); 	/* IE 9 */
    -moz-transform:rotate(180deg); 	/* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg);
    -webkit-transition: -webkit-transform .5s ease-out;
    -moz-transition: -moz-transform .5s ease-out;
    transition: transform .5s ease-out;
    color: #fe4351;
}



.listtab{
    display: none;
    overflow: hidden;
}
.listtab ul {
    padding: 0 0 18px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.listtab li {
    margin-top: .8rem;
    margin-left: 6%;
    width: 90px;
    height: 40px;
    line-height: 40px;
    font-size: .7rem;
    border: 1px solid
    #fe4351;
    border-radius: 25px;
    text-align: center;
}
.listtab li a{
    font-size: .7rem;
    color: #282828;
}







.show1{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 0;
}
.show1 li{
    display: inline-block;
    margin-top: .3rem;
    width: 49%;

}
.show1 li img{
    width: 100%; border-radius: 8px;
}


.like{
    padding-top: .3rem;
    padding-bottom: .3rem;
    background-color:#fff;
}
.like ul {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.like li {
    margin: 5px 0;
    padding-bottom: 5px;
    width: 49%;
    /*border: 1px solid #eee;*/
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 .1rem .2rem #ececec;
}
.like li img {
    width: 100%;
}
.like .wz{
    text-align: center;
}
.like .wz h5{
    margin: 0;
    font-size: .8rem;
    color: #282828;
    font-weight: normal;
}
.like .wz .tz{
    font-size: .7rem;
    color: #999;
}
.like .wz .tz span{
    color: #444;
}
.like .wz .ppxq{
    margin: .3rem auto;
    padding: .1rem 0;
    width: 45%;
    font-size: .6rem;
    color: #d90d26;
    border: 1px solid #d90d26;
    border-radius: 25px;
}


.show2{
    margin-bottom: .5rem;
    border: 1px solid #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.show2 .tit h3{
    margin: 0;
    padding: .3rem .2rem;
    color: #282828;
    font-size: .85rem;
    font-weight: normal;
}
.show2 .tit h3 sub{
    bottom: 0;
    color: #999;
    font-size: 70%;
}
.show2 .tit h3 .pull-right{
    margin-top: .2rem;
    color: #666;
    font-size: .6rem;
}
.show2 .tit h3 .line{
    margin: .3rem .5rem 0;
    display: inline-block;
    width: 1px;
    background-color: #eee;
    height: .6rem;
}

.show2 ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.show2 li {
    padding: .5rem .2rem .5rem .3rem;
    width: 50%;
    overflow: hidden;
    border-top: 1px solid #eee;
}
.show2 li:nth-of-type(2n){
    border-left: 1px solid #eee;

}
.show2 li .img{
    width: 2.3rem;
    height: 2.3rem;
    position: relative;
}
.show2 li .imgbg {
    width: 2.3rem;
    height: 2.3rem;
    border-radius: 2rem;
    /*background: #fde8e8;*/
    overflow: hidden;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    /*position: absolute;*/
}
.show2 li .imgbg img {
    width: 2.3rem; height: 2.3rem;
    /*position: absolute;*/
    /*overflow: hidden;*/
    /*top: .3rem;*/
}
.show2 li .wz{
    width: calc(100% - 2.9rem);
    font-size: .7rem;
    color: #232323;
}
.show2 li .wz .p1{
    margin: .1rem 0;
    white-space: nowrap;
    overflow: hidden;
}
.show2 li .wz .p2{
    color: #999;
    font-size: .55rem;
    white-space: nowrap;
    overflow: hidden;
}



.pic3>a img,.pic3>div{
    display: inline-block;
    width: 49%; border-radius: 8px;
}
.pic3>div img{
    width: 100%;border-radius: 8px;
}



.bannerImg{
    width: 100%;
}


.show3{
    margin: 0 .5rem .5rem;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #eaeaea;
    /*background-color: #75A1F7;*/
}
.show3>.pull-left{
    width: 35%;
    text-align: center;
    color: #2f2d2d;
}
.show3>.pull-left .img{
    margin: .2rem auto;
    width: 2rem;
    height: 2rem;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.show3>.pull-left .img img{
    width: 100%;
}
.show3>.pull-left h3{
    margin: 0;
    font-size: .75rem;
    font-weight: normal;
}
.show3 .md{
    line-height: .9rem;
}
.show3 .md p{
    display: inline-block;
    width: 50%;
    font-size: .45rem; 
}
.show3 .md p a{
     color: #000
}
.show3 .je{
    font-size: .6rem;
}
.show3 .showImg{
    margin: .2rem 0 .1rem;
    position: relative;
    font-size: 0;
}
.show3 .showImg img{
    width: 100%;
    height: 3.8rem;
}
.show3 .showImg p{
    padding: .2rem 0 .1rem;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: .45rem;
    color: #fff;
    background-color: rgba(17, 17, 17, 0.4);
}
.show3 .showImg p span{
    font-size: .45rem;
}


.show3>.pull-right{
    width: 65%;
    overflow: hidden;
    font-size: 0;
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;

}
.show3 .r_top{
    padding: .3rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
}
.show3 .r_top a{
    font-size: .55rem;
    color: #666;
}
.show3 .r_top .line{
    width: 1px;
    background-color: #eee;
    height: .9rem;
    align-self: center;
}

.show3 .r_cen{
    border-top: 1px solid #eaeaea;
}
.show3 .r_cen .lef{
    width: 50%;
    text-align: center;
}
.show3 .r_cen .lef h4{
    margin: 1rem 0 .2rem;
    color: #282828;
    font-size: .55rem;
    white-space: nowrap;
    overflow: hidden;
}
.show3 .r_cen .lef p{
    font-size: .4rem;
    color: #528cfc;
}
.show3 .r_cen .lef a>img{
    margin: 1rem auto 0;
    width: 60%;
}


.show3 .r_cen .rig{
    width: 50%;
}

.show3 .r_cen .xbb{
    display: inline-block;
    padding: .5rem 0 .5rem .3rem;
    width: 100%;
    font-size: 0;
    border-top: 1px solid #eee;
}
.show3 .r_cen .rig .xbb:first-of-type{
    border-top: none;
}
.show3 .r_cen .xbb h5{
    margin: 0 0 .3rem;
    font-size: .55rem;
    color: #282828;
    font-weight: normal;
}
.show3 .r_cen .xbb img{
    display: inline-block;
    width: 2rem;
    vertical-align: top;
}
.show3 .r_cen .xbb p{
    display: inline-block;
    float: right;
    text-align: left;
    width: calc(100% - 2.2rem);
    font-size: .4rem;
    color: #666;
}

.show3 .bom{
    width: 100%;
    font-size: 0;
}
.show3 .bom .xbb{
    width: 50%;
}


.show3>ul.pull-left{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: .2rem 0;
    width: 100%;
    background-color: #fff;
}
.show3>ul li{
    width: 20%;
    font-size: 0;
}
.show3>ul li p{
    font-size: .4rem;
    text-align: center;
    color: #666;
}
.show3>ul li img{
    width: 100%;
}

.qtfl{
    padding: 0 .5rem;
    border: 1px solid #eaeaea;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.qtfl .buttons-tab{
    overflow-x: auto;
    height: 2.1rem;
    z-index: 0;
    align-items: center;
    line-height: .5rem;
    overflow-y: hidden;
}
.qtfl .buttons-tab .button.active {
    color:#d50000;
    border:none
}
.qtfl .tab .clearfix{
    width: 100%;
    margin-bottom: 0;
    padding: .7rem 0;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    border-radius: unset;
}
.qtfl .tab .wz{
    width: 63%;
}
.qtfl .tab .wz h5{
    margin: .3rem 0;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: .8rem;
    font-weight: normal;
    color: #282828;
}
.qtfl .tab .wz p{
    color: #666;
    font-size: .6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.qtfl .tab .wz .xx{
    color: #999;
    font-size: .5rem;
}
.qtfl .tab .wz .xx span{
    margin-right: .5rem;
}
.qtfl .tab .img{
    width: 33%;
    margin-top: .2rem;
    max-height: 3.5rem;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.qtfl .tab .list a{
    margin: .4rem 0;
    display: inline-block;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: .75rem;
    font-weight: normal;
    color: #282828;
}
.qtfl .tab .list a:first-of-type{
    margin-top: 0;
}
.qtfl .tab .list a span{
    margin: 0 .3rem;
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #999;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
}



.jmgj {
    margin: 0 0 .5rem;
    padding: 5px;
    box-shadow: 0 0 2px #d2d1d1;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background-color: #fff;
}
.jmgj .datitle{
    margin-top: 0;
    height: 2rem;
    border-bottom: 1px solid #ccc;
}
.jmgj .kf{
    width: 22%;
}
.jmgj .lx div{
    margin-right: .3rem;
    font-size: .5rem;
    line-height: 2rem;
}
.jmgj .pull-left p{
    display: inline-block;
}
.jmgj .pull-left>div{
    margin-top: .4rem;
    line-height: 1.2rem;
    /*border: 1px solid #d81e06;*/
    border: 1px solid #37B43F;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-align: center;
}
.jmgj .pull-left>div a{
    color: #666;
}
.jmgj .pull-left>div span{
    margin-right: .5rem;
}
.jmgj span{
    color: #d81e06;
    /*color: #37B43F;*/
}
.jmgj .datitle p span {
    margin-left: .2rem;
    color:
            #cccccc;
    font-size: .7rem;
    font-weight: bold;
}
.jmgj span.icon-dianhua1{
    color: #37B43F;
}
.jmgj .pull-right .iconfont{
    margin: 0 5px;
}

.jm_list{
    margin: .5rem 0 0;
    /* padding: 0 .5rem 0; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.jm_list li{
    margin-bottom: .2rem;
    width: 24%;
    min-height: 2rem;
    line-height: 2rem;
    font-size: .6rem;
}
.jm_list li a{
    color: #fff;
}
.jm_list .iconfont {
    margin: 0 3px;
    display: inline-block;
    width: 20px;
    line-height: 20px;
    height: 20px;
    font-size: 12px;
    background-color: rgba(255,255,255,0.67);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    vertical-align: text-bottom;
    overflow: hidden;
}

.sm{
    margin: .5rem 0;
    padding: 0 5px;
    color: #999;
    /*background-color: #ffebeb;*/
    font-size: .6rem;
    /*border:1px solid #ff909d;*/
    text-align: left;

    background-color: #f7f7f7;

}



/*分类列表页*/

.list2{
    margin: 0;
    padding-bottom: .5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list2 li{
    margin: .3rem 0;
    padding-bottom: .4rem;
    /*border: 1px solid #eee;*/
    width: 49%;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 .1rem .2rem #ececec;

}
.list2 li a>img{
    width: 100%;
    height: 6rem;
}
.list2 h4{
    margin: 0;
    font-size: .8rem;
    color: #282828;
    text-align: center;
    font-weight: normal;
}
.list2 .bot p{
    float: left;
    padding-left: .5rem;
    font-size: .6rem;
    color: #999;
}
.list2 .bot span{
    color: #444;
}
.list2 .bot .tbtj{
    position: relative;
    width: 20%;
    margin-top: .2rem;
    margin-right: .1rem;
    overflow: hidden;
    font-size: 0;
    border-radius: 5px;
}
.list2 .bot .tbtj img{
    width: 100%;
}
.list2 .bot .tbtj p{
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: .6rem;
    width: 100%;
    text-align: center;
    float: none;
    padding: 0;
}


.infinite-scroll-preloader span{
    position: relative;
    bottom: .2rem;
    margin-right: .5rem;
    font-size: .7rem;
}
.infinite-scroll-preloader .preloader{
    width: 1rem;
    height: 1rem;
}

.finish{
    display: none;
    margin-bottom: .5rem;
    font-size: .7rem;
    text-align: center;
}
