* {
    /* box-sizing: border-box; */
}
div[v-cloak]{
    display: none;
}
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.common-layout {
    width: 1200px;
    margin: 0 auto;
}
.header {
    margin-bottom: 20px;
    font-weight:400;
    color: #666;
}
.header-content {
    padding: 20px 0;
    box-sizing: border-box;
    background-color: #fff;
}
.header-content a {
    cursor: pointer;
}
.header,
.header .iconfont {
    font-size: 12px;
}
.header .page-title {
    color: #333;
}

.banner {
    height: 520px;
    margin-bottom: 26px;
}

.banner .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.banner-swiper .swiper-slide {
    height: 520px;
}
.banner-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.banner-swiper .swiper-pagination-bullets {
    bottom: 29px;
    height: 6px;
    line-height: 1px;
}
.banner-swiper .banner-swiper-pagination.swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
    outline: none;
    width:28px;
    height:6px;
    background:rgba(255,255,255,1);
    border-radius:2px;
}

.banner-swiper .banner-swiper-pagination.swiper-pagination  .swiper-pagination-bullet-active {
    background-color: #72838F;
}

.nav-container {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px;
    box-sizing: border-box;
    border-radius:4px;
}

.nav-items {
    font-size:14px;
    padding: 9px 12px;
    box-sizing: border-box;
    color: #333333;
    border-radius: 3px;
    font-weight:400;
    cursor: pointer;
}
.nav-title {
    padding: 4px 0;
    box-sizing: border-box;
}
.nav-items.current {
    color: #fff;
    background-color: #72838F;
}

.recent-container {
    margin-bottom: 20px;
}

.recent-header img {
    width: 100%;
    height: 33px;
    object-fit: cover;
    display: block;
} 

.recent-header {
    background-color: #fff;
}
.recent-name{
    font-size:24px;
    font-weight:600;
    color:#333;
    margin-bottom: 25px;
}

.recent-items {
    width: 584px;
    margin-right: 32px;
    background-color: #fff;
}

.look-detail {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    width: 104px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 3px;
    font-size:14px;
    font-weight:400;
    background-color: #72838F;
}
.recent-address-time {
    width: calc(100% - 104px - 12px);
}

.recent-cover{
    width: 100%;
    height: 292px;
    position: relative;
}

.recent-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.recent-other-info {
    padding: 30px;
    box-sizing: border-box;
}

.recent-title {
    font-size:20px;
    font-weight:500;
    color:#333;
    margin-bottom: 20px;
}
.actListWc {
    padding-bottom: 30px;
}
.other-content {
    font-size:14px;
    color:#666666;
    position: relative;
}

.other-content .time {
    margin-bottom: 5px;
}

.other-content .time,
.other-content .address {
    line-height:20px;
}


.list-container{
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 195px;
    position: relative;
}
.no-content-intro {
    color: #9b9b9b;
    font-size: 16px;
    padding-top: 12px;
    box-sizing: border-box;
    margin-left: 20px;
}

.no-content-intro div:first-child {
    color: #72838F;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px
}

.list-items {
    width: calc((100% - 99px)/4);
    height: 382px;
    background-color: #fff;
    border-radius:3px 3px 4px 4px;
    overflow: hidden;
    cursor: pointer;
    margin-right: 30px;
    margin-bottom: 21px;
    border: 1px solid #F0F0F0;
}
.list-items:nth-child(4n) {
    margin-right: 0;
}
.list-items .cover{
    width: 100%;
    height: 240px;
    position: relative;
    
}
.is-play{
    width:46px;
    height:46px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.list-items .cover .cover-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.reset-margin {
    margin-right: 0;
}

.list-title {
    color:#333;
    margin-bottom: 18px;
    font-size: 24px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: #333333;
}

.other-info {
    padding: 22px;
    box-sizing: border-box;
    font-size:14px;
    color:#666;
}
.other-info .addres-time{
font-size: 19px;
font-family: Alibaba PuHuiTi;
font-weight: 400;
color: #999999;
}
.other-info div {
    line-height:26px;
}

.to-page-top {
    background-color: #fff;
    cursor: pointer;
    position: absolute;
    right: -72px;
    border: 1px solid #D0D0D0;
    font-size:10px;
    padding-top: 4px;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    text-align: center;
    font-weight:500;
    color:#787878;
    bottom: 0;
}

.to-page-top .iconfont {
    color: #6C6C6C;
    font-size: 14px;
}