/**
 * 详情
 *
 */

/*公共*/
@import "reset.css";
@import "base.css";

/*导航*/
@import "module/top.css";
/*头部*/
@import "module/nav.css";
/*海报图*/
@import "module/poster.css";
/*导航*/
@import "module/footer.css";


/* 主体结构 */
.main {
    margin-bottom: 1.875rem /* 30/16 */;
}


/*轮播图*/
.swiperBanner .swiper-slide {
    text-align: center;
    font-size: 1.125rem /* 18/16 */;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiperBanner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*主体结构*/
.main .content {
    padding: 1.25rem /* 20/16 */ 0;
}


/*瑞丰简介*/
.intro .content {
    padding: 0.625rem /* 10/16 */ 0;
    background: white;
}

.intro .content p {
    line-height: 2rem;
    height: 12rem;
    overflow: hidden;
}

.intro .content img {
    width: 100%;
    height: auto;
}

/*瑞丰展示*/
video {
}

.video .swiper-slide {
    margin: 1.25rem /* 20/16 */ 0;
    width: 50%;
}

.video .swiper-slide .image {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 8rem /* 215/16 */;
}

.video .swiper-slide img {
    width: 100%;
    height: auto;
}

.video p {
    color: black;
    line-height: 2rem;
    height: 2rem;
    overflow: hidden;
}


/*列表*/
.notice-item .content {
    padding: 0.625rem /* 10/16 */ 0;
}

.notice-item .content p {
    position: relative;
    display: flex;
    justify-content: space-between;
    line-height: 2.5rem;
    height: 2.5rem;
    overflow: hidden;
    border-bottom: 1px solid #f5f6f7;
}

.notice-item .content a {
    display: block;
    width: 90%;
}

.notice-item .content span {
    text-align: right;
    font-size: 0.75rem /* 12/16 */;
}


