﻿@charset "utf-8";
body,html,div,p,span,ul,li,a,h1,h2,h3,h4,h5,h6,img{
    margin: 0;
    padding: 0;
}
ul,li{
list-style: none;
}
.setCursor{
cursor: pointer;
}
/* banner背景图 */
.banner{
width: 100%;
height: 240px;
margin-top: 80px;
}
.bannerImg{
width: 100%;
height: 100%;
object-fit: cover;
}
.momentContentPanel{
    width: 1100px;
}
/* .momentContentImgPanelList{
    display: block;
    width: 100%;
    overflow: hidden;
}
.momentContentImgPanel{
    width: 200px;
    height: 134px;
    margin:0 25px 24px 0;
}
.momentContentImg{
    width: auto;
    height: 100%;
    margin: auto;
} */
.momentContentImgPanelList{
    position:relative;
    width: 100%;
}
.momentContentImgPanel{
    position: absolute;
    width: 200px;
}
.momentContentImg{
    width: 100%;
    height: 100%;
    vertical-align: top;
    object-fit: cover;
}
.previewImgBox {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2000;
    display: none;
}
.previewImgBg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.previewImgPanel {
    width: 1024px;
    height: 604px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000;
}
.previewImg{
    width: auto;
    height: 100%;
    margin: auto;
    object-fit: cover;
}
.loadMoreBtn{
    width: 160px;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    line-height: 44px;
    background: #d30c23;
    border-radius: 22px;
    margin: 24px auto 0;
    cursor: pointer;
}
button.loadMoreBtn:disabled{
    font-size: 16px;
}
.momentPrev, .momentNext {
    width: 34px;
    height: 80px;
    color: #b3b3b3;
    background: rgba(0,0,0,.5);
    outline: none;
}
.momentNext {
    right: 0px;
}
.momentPrev {
    left: 0px;
}
.closeDialog {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 80px;
    right: 20%;
    background: url(/css/taward2020/img/close.svg) #fff center center no-repeat;
    cursor: pointer;
    border-radius: 50%;
}
.imgHide{
    display: none;
}
.imgShow{
    display: block;
}
@media screen and (max-width: 1440px) {
    .previewImgPanel{
        height: 604px;
    }
    .closeDialog {
        top: 20px;
        right: 10%;
    }
}
@media screen and (max-width: 1366px) {
    .previewImgPanel{
        height: 550px;
    }
    .closeDialog {
        top: 0px;
        right: 8%;
    }
}
@media screen and (max-width: 750px) {
    .imgShow{
        display: none;
    }
    .banner {
        width: 100%;
        height: 2.4rem;
        margin-top: 1rem;
    }
    .momentContentPanel {
        width: 6.81rem;
    }
    .momentContentImgPanelList{
        width: 90%;
        margin-left:5.5%;
    }
    /* .momentContentImgPanel {
        width: 2.16rem;
        height: 1.44rem;
        margin: 0 .11rem .11rem 0;
    } */
    .previewImgPanel {
        width: 100%;
        height: 5rem;
    }
    .previewImgBg {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 1);
    }
    .loadMoreBtn {
        width: 2.68rem;
        font-size: .28rem;
        line-height: .68rem;
        border-radius: 34px;
        margin: .57rem auto 0;
    }
    .closeDialog {
        position: absolute;
        width: .4rem;
        height: .4rem;
        top: .15rem;
        right: .15rem;
        background: url(/css/taward2020/img/close.svg) center center no-repeat;
        border-radius: 0;
    }
    .momentPrev, .momentNext {
        width: .6rem;
        height: 1.2rem;
    }
    .swiper-button-next:after,.swiper-button-prev:after {
        font-size: .64rem;
    }
}
@media screen and (max-width: 375px) {
    .momentContentImgPanelList{
        width: 100%;
        margin-left: 1%;
    }
}