#jmtt{
    background-color: #F6F6F6;
}
.bar-nav~.content {
    top: 4rem;
}



/*滚动nav1编辑*/
.nav1con{
    position: relative;
}
#jmtt .nav1{
    width: calc(100% - 1.8rem);
}
#jmtt .nav1 li{
    position: relative;
    display: inline-block;
    width: 75px;
    height: 1.8rem;
    line-height: 1.8rem;
    text-align: center;
}
#jmtt .nav1 .del{
    display: none;
}
#jmtt .nav1 .lja{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
#jmtt .nav1Add{
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    font-size: 1.2rem;
    text-align: center;
    color: #282828;
    background-color:#fff;
    padding: .3rem .1rem .1rem;

}

/*nav1弹窗*/
.nav1-popup .close-popup{
    color: #d50000;
}
.nav1-popup .pop_title{
    margin-top: .5rem;
}
.nav1-popup .pop_title p{
    color: #282828;
    font-size: .9rem;
}
.nav1-popup .pop_title span{
    margin-left: 5px;
    color: #666;
    font-size: .6rem;
}
.nav1-popup .pop_title a{
    padding: 0 7px;
    font-size: .6rem;
    color: #d50000;
    border:1px solid #d50000;
    border-radius: 25px;
}
.nav1-popup #wc{
    display: none;
}
.nav1-popup #mypd .act{
    color: #d50000;
}
.nav1-popup .pd_list{
    display: -webkit-flex; /* Safari */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
}
.nav1-popup .pd_list li{
    display: inline-block;
    margin-top: 10px;
    flex: 0 0 25%;
}
.nav1-popup .pd_list li .border{
    position: relative;
    margin: auto;
    width: 75px;
    height: 40px;
    box-sizing: border-box;
    line-height: 40px;
    font-size: .7rem;
    text-align: center;
    background-color: #F4F5F6;
    border-radius: 3px;
    color: #000;
}

.nav1-popup .pd_list li .del{
    display: none;
    position: absolute;
    top: -5px;
    right: -5px;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    line-height: 18px;
    font-size: .5rem;
    color: #fff;
    background-color: #b1b1b1;
}
.nav1-popup .pd_list li .lja{
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.nav1-popup #addpd  li .border{
    background-color: #fff;
    border: 1px solid #e1e1e1;
}
.nav1-popup #addpd span:first-of-type{
    font-size: .8rem;
    /* vertical-align: middle; */
}

.nav1-popup .change #bj{
    display: none;
}
.nav1-popup .change #wc{
    display: inline-block;
}
.nav1-popup .change .pd_list .del{
    display: inline-block;
}
.nav1-popup .change .pd_list .lja{
    display: none;
}


.list4 li{
    margin-bottom: 0;
    width: 100%;
    padding: .5rem 0;
    border-top:1px solid #e5e5e5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.list4 li a .clearfix:first-of-type{
    min-height: 4.3rem;
}

.list4 .tit{
    font-size: .8rem;
    color: #282828;
}
.list4 .img{
    position: relative;
    font-size: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    transform:rotate(0deg);/* 或 transform: scale(1);也可以  解决子元素超出不隐藏问题*/
}
.list4 .img img{
    position: absolute;
    width: 100%;height: 100%;
    top: 50%;
    transform:translateY(-50%);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}


.list4 .right{
    position: relative;
}
.list4 .right .img{
    display: inline-block;
    width: 35%;
    height: 4.2rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.list4 .right .tit{
    /*width: 61%;*/
    width: 100%;
    padding-left: 39%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.list4 li.right a .clearfix:first-of-type {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.list4 .right .js{
    width: 100%;
}
.list4 .right .js p:nth-of-type(2){
    padding-left: 39%;
}
.list4 .right .js p:nth-of-type(n+2) {
    padding-right: .5rem;
    color:#959494;
    font-size: .6rem;
}


.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;
}
