.container {
    width: 100%;
    height: auto;
    max-width: 750px;
    margin: 0 auto;
    overflow-x: hidden;
    position: relative;
}

.venue-detail {
    height: auto;
    position: relative;
    font-family: PingFangSC-Regular;
    background: rgba(249, 249, 249, 1);
}

.venue-detail .banner {
    width: 750px;
    height: 470px;
    overflow: hidden;
    position: relative;
}

.venue-detail .banner .bottom-shade {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: #fff;
}

.venue-detail .content {
    background: #fff;
}

.venue-detail .shop_site{
    margin-top: 15px;
    background: #fff;
    padding: 0 30px;
    height: 100px;
    display: flex;
    justify-content: space-between;
}

.venue-detail .shop_site .left{
    display: flex;
    align-items: center;
}

.venue-detail .shop_site .left img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.venue-detail .shop_site .left span{
    margin-left:15px;
    font-size: 29px;
    width: 450px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}

.venue-detail .shop_site .right{
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #999;
}

.venue-container .info-box .name {
    font-size: 40px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    margin: 0 14px;
    line-height: 56px;
    padding-top: 20px;
}

.venue-container .info-box .name .rz{
    height: 28px;
    width: 68px;
    display: inline-block;
    background: url(../image/rz.png) no-repeat center center;
    background-size: 100% 100%;
}

.venue-container .info-box .name .rzyz{
    height: 28px;
    width: 108px;
    display: inline-block;
    background: url(../image/rzyz.png) no-repeat center center;
    background-size: 100% 100%;
}


.venue-container .info-box .ticket-info-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    margin-top: 20px;
}

.venue-container .tag-box .tag {
    height: 10px;
    background: #DBDBDB;
    display: inline-flex;
    align-items: flex-end;
    font-size: 26px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 0.93);
    line-height: 37px;
    margin-right: 27px;
    letter-spacing: 2px;
    margin-top: 30px;
}

.venue-container .ticket-info-box .venue-intro {
    width: 144px;
    flex: 0 0 144px;
    height: 43px;
    background: linear-gradient(136deg, rgba(142, 158, 254, 1) 0%, rgba(101, 119, 209, 1) 100%);
    border-radius: 100px 0px 0px 100px;
    font-size: 26px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 43px;
    text-align: center;
    margin-right: -15px;
    letter-spacing: 2px;
}

.venue-container .brand-box {
    margin-top: 41px;
    padding: 0 15px;
}

.venue-container .brand-box .brand-rank {
    background: rgba(246, 247, 252, 1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.venue-container .activity-rank {
    display: flex;
    align-items: center;
}

.venue-container .brand-box .brand-rank .icon-brand {
    width: 42px;
    height: 42px;
    background: url(../image/css_sprites.png) -214px -72px;
    margin: 0 18px;
}

.venue-container .activity-rank .name {
    font-size: 26px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 37px;
    letter-spacing: 2px;
    max-width: 550px;
}

.venue-container .brand-box .icon-arrow {
    width: 16px;
    height: 16px;
    background: url(../image/css_sprites.png) -50px -271px;
    margin-right: 22px;
}

.venue-container .brand-box .open-time-box {
    display: flex;
    align-items: center;
    padding: 28px;
    border-bottom: 1px solid rgba(237, 237, 237, 1);
}

.venue-container .open-time-box .icon-open {
    width: 25px;
    height: 29px;
    background: url(../image/css_sprites.png) -277px -220px;
    margin-right: 15px;
}

.venue-container .open-time-box .time {
    font-size: 26px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(221, 171, 62, 1);
    line-height: 37px;
    margin-right: 15px;
}

.venue-container .open-time-box .text {
    font-size: 26px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 37px;
}

.venue-container .location-box {
    display: flex;
    align-items: center;
    padding: 28px;
    border-bottom: 1px solid rgba(237, 237, 237, 1);
}

.venue-container .location-box .icon-location {
    width: 20px;
    height: 31px;
    background: url(../image/css_sprites.png) -10px -271px;
    margin-right: 15px;
    flex: 0 0 20px;
}

.venue-container .location-box .location {
    font-size: 26px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 37px;
    letter-spacing: 2px;
}

.venue-container .friend-box {
    height: 120px;
    padding: 0 36px;
    display: flex;
    align-items: center;
}

.venue-container .friend-box .text {
    font-size: 26px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
    letter-spacing: 2px;
    margin-right: 40px;
}

.venue-container .friend-box .text .count {
    color: #D7A028;
    margin: 5px;
}

.venue-container .photo-box {
    display: flex;
}

.venue-container .photo-box .avatar-box {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -20px;
}

.venue-container .photo-box .avatar {
    width: 55px;
    height: 55px;
    overflow: hidden;
    border-radius: 50%;
}

.venue-container .photo-box .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.venue-container .commit-box {
    margin-top: 15px;
    background: #fff;
    padding: 0 30px;
}

.venue-container .commit-box .title {
    letter-spacing: 2px;
    padding: 50px 0 30px 0;
    font-size: 38px;
    font-family: PingFangSC-Medium;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
    font-weight: 600;
    display: inline-block;
}

.venue-container .commit-box .count {
    font-size: 26px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 37px;
    margin-left: 10px;
    display: inline-block;
    transform: translateY(-20px);
}

.venue-container .commit-box .title-box{
    position: relative;
}

.venue-container .commit-box .title-box .more{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #999999;
    font-size: 26px;
    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;
}

.venue-container .recommend-cell .img-list {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.venue-container .img-list .img-box {
    flex: 0 0 250px;
    width: 250px;
    height: 156px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    overflow: hidden;
    margin-right: 30px;
}

.venue-container .img-list .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.venue-container .img-list .name-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 156px;
    width:410px;
}

.venue-container .img-list .name-box .name.venue {
    font-size: 30px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 42px;
    text-align: justify;
    height: 88px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
}

.venue-container .img-list .name-box .name.room {
    font-size: 30px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 42px;
    text-align: justify;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 410px;
    white-space: nowrap;

}

.venue-container .ticket-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.venue-container .ticket-info .time {
    font-size: 26px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 37px;
}

.venue-container .ticket-info .price-box {
    display: flex;
    align-items: center;
}

.venue-container .ticket-info .price-box .icon {
    width: 27px;
    height: 26px;
    background: url(../image/css_sprites.png) -164px -125px;
    margin-right: 9px;
}

.venue-container .ticket-info .price-box .price {
    font-size: 32px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(215, 160, 40, 1);
    line-height: 45px;
    display: flex;
    align-items: center;
}

.banner .friend-box {
    position: absolute;
    right: 22px;
    bottom: 45px;
    height: 37px;
}

.banner .friend-box .text {
    font-size: 26px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 37px;
}

.banner .friend-box .text .count {
    color: #fff;
}

.room-list .name-box .name {
    font-size: 30px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 42px;
    height: auto;
    max-width: 410px;
}

.room-list .free {
    font-size: 30px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(215, 160, 40, 1);
    line-height: 42px;
}

.room-list .ticket-info {
    flex-direction: column;
    align-items: flex-start;
}

.room-list .tag-info {
    margin-top: 10px;
}

.room-list .tag-info .info {
    font-size: 26px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 37px;
    margin-right: 30px;
}

.video-list-box .video-box {
    display: flex;
    padding: 0 21px;
    flex-wrap: wrap;
}

.video-list-box .video-box .video-cell {
    width: 336px;
    margin: 0 9px;
}

.video-list-box .video-cell .img-box {
    width: 336px;
    height: 188px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.video-list-box .video-cell .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-list-box .video-cell .img-box .icon {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 34px;
    height: 34px;
    background: url('../image/css_sprites.png') -277px -122px;
}

.video-list-box .video-cell .img-box .time {
    background: rgba(0, 0, 0, 1);
    border-radius: 4px;
    opacity: 0.40149999999999997;
    padding: 5px 14px;
    height: 33px;
    font-size: 24px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 33px;
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.video-list-box .video-cell .name {
    margin-top: 15px;
    padding: 0 15px;
    height: 42px;
    font-size: 30px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 42px;
    width: 305px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.video-list-box .video-cell .commit-cell {
    display: flex;
    padding: 0 15px;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 27px;
}

.video-list-box .video-cell .circle {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(187, 187, 187, 1);
    margin: 0 15px;
}

.video-list-box .video-cell .commit-cell .thumb {
    height: 33px;
    font-size: 24px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 33px;
}

.video-list-box .video-cell .commit-cell .count-num {
    margin-right: 4px;
}

.video-list-box .video-cell .commit-cell .commit {
    height: 33px;
    font-size: 24px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 33px;
}

.video-list-box .video-cell .commit-cell .commit-num {
    height: 33px;
    font-size: 24px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 33px;
}


.route-box {
    margin-top: 45px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}

.route-box ul {
    margin-left: 30px;
}

.route-box .route-cell {
    width: 490px;
    height: 306px;
    float: left;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
}

.route-box .route-cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.route-box .route-cell .thumb-count {
    position: absolute;
    bottom: 83px;
    left: 22px;
    height: 30px;
    font-size: 22px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
}

.route-box .route-cell .route-name {
    position: absolute;
    left: 21px;
    bottom: 30px;
    height: 45px;
    font-size: 32px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 45px;
    max-width: 450px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.venue-detail .venue-box {
    margin-top: 45px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 0;
}

.venue-box .venue-cell {
    width: 332px;
    float: left;
    position: relative;
    margin-right: 26px;
    overflow: hidden;
}

.venue-box .venue-cell:last-child{
    margin-right: 0px;
}

.venue-box .venue-cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.venue-box .venue-cell .thumb-count {
    position: absolute;
    bottom: 83px;
    left: 22px;
    height: 30px;
    font-size: 22px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
}

.venue-box .venue-cell .name-box {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: start;
    height: auto;
    margin-top: 16px;
}

.venue-box .venue-cell .name-box .name {
    font-size: 32px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 45px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.venue-box .venue-cell .name-box .label {
    font-size: 24px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(98, 113, 183, 1);
    line-height: 33px;
    height: 33px;
    padding: 0 9px;
    border-radius: 6px;
    border: 1px solid rgba(98, 113, 183, 1);
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.venue-box .venue-cell .venue-img-box {
    height: 208px;
}

.venue-box .venue-cell .commit-cell {
    display: flex;
    align-items: center;
    margin-top: 11px;
    margin-bottom: 27px;
}

.venue-box .venue-cell .commit-cell .thumb {
    height: 33px;
    font-size: 24px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 33px;
}

.venue-box .venue-cell .commit-cell .count-num {
    margin-right: 4px;
}

.venue-box .venue-cell .commit-cell .circle {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(187, 187, 187, 1);
    margin: 0 15px;
}

.venue-box .venue-cell .commit-cell .commit {
    height: 33px;
    font-size: 24px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 33px;
}

.culture-box {
    padding-bottom: 86px;
}

.culture-box ul {
    width: 710px;
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
}

.culture-box .culture-cell {
    margin: 45px 20px 48px 0;
}

.culture-box .culture-cell .culture-img-box {
    width: 332px;
    height: 332px;
    border-radius: 10px;
    overflow: hidden;
}

.culture-box .culture-cell .name {
    margin-left: 17px;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 42px;
    font-size: 30px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 42px;
    margin-top: 17px;
}

.culture-box .culture-cell .price-box {
    margin-top: 7px;
    display: flex;
    align-items: center;
}

.culture-box .culture-cell .price-box .actually {
    height: 40px;
    font-size: 28px;
    font-family: STYuanti-SC-Regular;
    font-weight: 400;
    color: rgba(215, 160, 40, 1);
    line-height: 40px;
}

.culture-box .culture-cell .price-box .original {
    text-decoration: line-through;
    height: 33px;
    font-size: 24px;
    font-family: STYuanti-SC-Regular;
    font-weight: 400;
    color: rgba(187, 187, 187, 1);
    line-height: 33px;
    margin-left: 10px;
}

.culture-box .culture-cell .culture-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#culture-pagination {
    bottom: 40px;
}

#culture-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 8px;
    background: rgba(180, 180, 180, 1);
    border-radius: 4px;
}

#culture-pagination .swiper-pagination-bullet-active {
    width: 42px;
    height: 8px;
    background: rgba(98, 113, 183, 1);
    border-radius: 4px;
}

.venue-container .footer {
    height: 100px;
}

.venue-container .commit-info-box {
    height: 100px;
}

.venue-container .commit-info-box .star {
    display: flex;
    align-items: center;
}

.venue-container .commit-info-box .star .icon {
    width: 43px;
    height: 42px;
    background: url(../image/css_sprites.png) -214px -10px;
    display: inline-block;
}

.venue-container .commit-info-box .count {
    transform: translateY(-15px);
    margin-left: 5px;
    font-size: 26px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 37px;
}

.venue-container .commit-info-box .thumb {
    display: flex;
    align-items: center;
}

.venue-container .commit-info-box .thumb .icon {
    width: 42px;
    height: 42px;
    background: url(../image/css_sprites.png) -10px -209px;
    display: inline-block;
}

.venue-container .commit-info-box .thumb.active .icon {
    width: 42px;
    height: 42px;
    background: url('../image/icon_thumb_active.png');
    display: inline-block;
    background-size: cover;
}

.venue-container .commit-info-box .star.active .icon {
    width: 42px;
    height: 42px;
    background: url('../image/icon_collect_active.png');
    display: inline-block;
    background-size: cover;
}

.venue-empty-box {
    height: 100px;
}

.footer .has-gifts-box {
    position: absolute;
    right: 22px;
    top: -88px;
    width: 300px;
    height: 100px;
    background: rgba(76, 97, 199, 0.7425);
    border-radius: 10px;
}

.footer .has-gifts-box::after {
    position: absolute;
    left: 165px;
    bottom: -10px;
    content: '';
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(76, 97, 199, 0.7425);
}

.footer .has-gifts-box .text {
    display: flex;
    align-items: center;
    height: 33px;
    font-size: 24px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 33px;
    justify-content: center;
    margin-top: 9px;
    letter-spacing: 2px;
}

.footer .has-gifts-box .text .icon {
    width: 35px;
    height: 39px;
    background: url('../image/css_sprites2.png') -132px -85px;
    margin-right: 9px;
}

.venue-container .empty-box {
    height: 170px;
}

.venue-tab-box {
    width: 100%;
    height: 80px;
    position: relative;
    display: none;
    top: 0;
    left: 0;
    z-index: 20;
    border-bottom: 1px solid rgba(230, 230, 230, 1);
    background: #fff;
    overflow: hidden;
}

.venue-tab-box .tab-box {
    height: 80px;
    display: flex;
    justify-content: space-around;
}

.venue-tab-box .tab-box .tab {
    height: 80px;
    font-size: 30px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 80px;
    box-sizing: border-box;
    position: relative;
}

.venue-tab-box .tab-box .tab.active {
    font-size: 34px;
    font-family: PingFangSC-Medium;
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
}

.venue-tab-box .tab-box .tab.active::after {
    content: '';
    width: 100px;
    height: 5px;
    background: #8C98E1;
    left: 50%;
    bottom: -2px;
    position: absolute;
    transform: translateX(-50%);
}

.venue-content-box {
    padding: 0 35px;
    padding-bottom: 80px;
}

.venue-content-box .open-time {
    margin-top: 20px;
    font-size:30px;
    font-family:PingFangHK-Medium;
    font-weight:600;
    color:rgba(51, 51, 51, 1);
    line-height:42px;
}

.venue-content-box .text {
    font-size:26px;
    font-family:PingFangHK-Regular;
    font-weight:400;
    color:rgba(102, 102, 102, 1);
    line-height:37px;
    margin-top: 13px;
}

.venue-content-box .traffic-title {
    margin-top: 44px;
    font-size:30px;
    font-family:PingFangHK-Medium;
    font-weight:600;
    color:rgba(51, 51, 51, 1);
    line-height:42px;
}

.venue-content-box .map {
    width: 680px;
    height: 305px;
    overflow: hidden;
    margin-top: 39px;
}

.venue-content-box .ticket-title {
    margin-top: 48px;
    font-size:30px;
    font-family:PingFangHK-Medium;
    font-weight:600;
    color:rgba(51, 51, 51, 1);
    line-height:42px;
}

.venue-content-box .phone-title {
    margin-top: 44px;
    height:42px;
    font-size:30px;
    font-family:PingFangHK-Medium;
    font-weight:600;
    color:rgba(51, 51, 51, 1);
    line-height:42px;
}

.venue-pic-container .tab-box {
    width: 100%;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.venue-pic-container .tab-box .tab {
    display: flex;
    align-items: center;
}

.venue-pic-container .tab-box .tab .text {
    height:85px;
    font-size:30px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:rgba(102, 102, 102, 1);
    line-height:85px;
    margin-right: 7px;
    position: relative;
}

.venue-pic-container .tab-box .tab .text.active {
    color:rgba(98, 113, 183, 1);

}

.venue-pic-container .tab-box .tab .text.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
    height: 9px;
    background: rgba(98, 113, 183, 1);
}

.venue-pic-container .tab-box .tab .count {
    font-size:24px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(153, 153, 153, 1);
    margin-top: -15px;
}

.venue-pic-container .pic-content {
    margin-top: 5px;
}

.venue-pic-container .pic-content ul {
    font-size: 0;
}

.venue-pic-container .pic-content li {
    width: 245px;
    height: 245px;
    overflow: hidden;
    display: inline-block;
    margin: 2px;

}

.venue-pic-container .pic-content li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.venue-pic-container .video-content {
    margin-top: 5px;
}

.venue-pic-container .video-content ul {
    font-size: 0;
}

.venue-pic-container .video-content li {
    width: 245px;
    height: 245px;
    overflow: hidden;
    display: inline-block;
    margin: 2px;

}

.venue-pic-container .video-content li video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* start 场馆列表页面 */

.spaceListBanner{
    width: 750px;
    height: 250px;
}

.spaceListBanner img{
    display: block;
    width: 750px;
    height: 250px;
}

.entry{
    width: 750px;
    background-color: #fff;
}

.entry div{
    padding-top: 20px;
    float: left;
    width: 20%;
    height: 145px;
    text-align: center;
}

.entry div p{
    font-size: 24px;
    color: #666666;
}

.entry div img{
    width: 80px;
    height: 80px;
    margin: auto;
}

.newHeader{
    height: 84px;
    width: 750px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
}

.newHeader .fixDiv{
    width: 750px;
    height: 82px;
    background-color: #fff;
    z-index: 99;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    border-bottom: 2px solid #ccc;
}

.newHeader .fixDiv .newMenuSwiper{
    width: 660px;
    overflow: hidden;
    float: left;
}

.newHeader .fixDiv .newMenuSwiper .swiper-slide{
    font-size: 34px;
    height: 78px;
    line-height: 82px;
    padding: 0 10px;
    width: auto;
}

.newHeader .fixDiv .newMenuSwiper .swiper-slide.on{
    border-bottom: 4px solid #7179a0;
    color: #5462a9;
}

.newHeader .fixDiv .newMenuSwiper .swiper-slide.on a{
    color: #5462a9;
}

.newHeader .btn{
    background: url(http://culturecloud-cos.ctwenhuayun.cn/video/2018124175114UJwDjbv1Mzg6eizicfESlu7xzAPmes.png) no-repeat left center;
    position: relative;
    float: right;
    width: 85px;
    height: 82px;
    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;
}

.newHeader .btn .icon{
    width: 36px;
    height: 36px;
    background: url(../image/menu.png) no-repeat left center;
}

.newHeader .btn.on .icon{
    background: url(../image/menu.png) no-repeat right center;
}

.newHeader .btn .menu{
    display: none;
    position: absolute;
    width: 186px;
    padding: 0 3px 0 17px;
    top: 82px;
    right: 0;
    background-color: rgba(51,51,51,0.8);
}

.newHeader .btn.on .menu{
    display: block;
}

.menuList{
    display: none;
    position: absolute;
    width: 186px;
    padding: 0 3px 0 17px;
    top: 100px;
    right: 0;
    background-color: rgba(51,51,51,0.8);
}

.newHeader .btn .menu li,.menuList li{
    height: 77px;
    padding-left: 60px;
    background-repeat: no-repeat;
    background-position: left 20px center;
    border-bottom: 1px solid #535151;
    font-size: 24px;
    line-height: 77px;
    color: #fff;
}

.newHeader .btn .menu li.grzx,.menuList li.grzx{
    background-image: url(../image/grzx.png);
}
.newHeader .btn .menu li.znss,.menuList li.znss{
    background-image: url(../image/znss.png);
}
.newHeader .btn .menu li.csxz,.menuList li.csxz{
    background-image: url(../image/csxz.png);
}
.newHeader .btn .menu li.gz,.menuList li.gz{
    background-image: url(../image/gz.png);
}
.newHeader .btn .menu li.gdhd,.menuList li.gdhd{
    background-image: url(../image/gdhd.png);
}
.newHeader .btn .menu li.hdsy,.menuList li.hdsy{
    background-image: url(../image/hdsy.png);
}
.newHeader .btn .menu li.tabmap,.menuList li.tabmap{
    background-image: url(../image/tabmap.png);
}
.dataMenuBtn{
    width: 36px;
    height: 36px;
    background: url(../image/dataBtn.png) no-repeat left center;
}

.dataMenuBtn.on{
    width: 36px;
    height: 36px;
    background: url(../image/dataBtn.png) no-repeat right center;
}

.filterWrap{
    width: 750px;
    line-height: 84px;
    height: 84px;
    float: left;
    padding-left: 20px;
    box-sizing: border-box;
}
.filterWrap li{
    font-size: 26px;
    color: #333333;
    position: relative;
    width: 130px;
    height: 84px;
    line-height: 80px;
    overflow: hidden;
    float: left;
    margin-left: 40px;
    text-align: center;
    padding-right: 25px;
}
.filterWrap li span{
    white-space : nowrap;
    text-overflow : ellipsis;
    -o-text-overflow : ellipsis;
    overflow : hidden;
    width: 130px;
    display: inline-block;
}
.filterWrap li:first-child{
    margin-left: 0px;
}
.filterWrap li:last-child{
    width: 105px;
    margin-left: 0;
}
.filterWrap li:after {
    content: '';
    display: block;
    width: 15px;
    height: 10px;
    background: url(../image/arrowFilter.png) no-repeat;
    background-position: 0 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -5px;
}
.filterWrap li.open:after {
    background-position: -15px 0;
}
.filterWrap li .xjt {
    display: none;
    width: 26px;
    height: 16px;
    background: url(../image/arrowOpen1.jpg) no-repeat;
    background-position: 0px 0;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -13px;
    z-index: 1;
}
.filterWrap li.open .xjt {
    display: block;
}
.filterListWrap{
    position: absolute;
    top: 82px;
}
.filterListWrap .filterList{
    max-height: 820px;
    border-top: 1px solid #e5e5e5;
    width: 750px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.filterListWrap .filterList .filterLeft{
    float: left;
    width: 260px;
    background-color: #efefef;
    overflow: auto;
    height: 820px;
}
.filterList .filterLeft li{
    height: 97px;
    line-height: 97px;
    font-size: 28px;
    color: #333333;
    padding-left: 40px;
}
.filterList .filterLeft li.cur{
    background-color: #fff;
}
.filterListWrap .filterList .filterRight{
    float: right;
    width: 435px;
    padding-bottom: 100px;
}
.filterList .filterRight li{
    height: 96px;
    line-height: 97px;
    border-bottom:  1px solid #e2e2e2;
    font-size: 28px;
    color: #666666;
    padding-left: 20px;
}
.filterList .filterRight li em{
    font-size: 24px;
    color: #999999;
    float: right;
    margin-right: 25px;
}
.filterList .filterRight li.cur,.filterList .filterRight li.cur em{
    color: #5d6ebe;
    border-color: #5d6ebe;
}
.filterList .filterTit{
    font-size: 28px;
    color: #333333;
    margin: 22px 40px;
    position: relative;
    padding-left: 20px;
}
.filterList .filterTit:before{
    width: 7px;
    height: 25px;
    background-color: #727a9f;
    border-radius: 2px;
    display: block;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -12px;
    position: absolute;
}
.filterList .filter{
    width: 704px;
    padding-left: 8px;
    border-bottom:  1px solid #e2e2e2;
    margin: 0 auto;
}
.filterList .filter li{
    width: 208px;
    height: 63px;
    border: 1px solid #cccccc;
    border-radius: 8px;
    margin-right: 30px;
    color: #666666;
    font-size: 28px;
    text-align: center;
    line-height: 64px;
    margin-bottom: 35px;
    float: left;
    position: relative;
}
.filterList .filter li:nth-child(3n+3){
    margin-right: 0;
}
.filterList .filter li.cur{
    border-color: #757fb1;
    color: #757fb1;
    background-color: #f3f6ff;
}
.filterList .filter li.cur:after{
    content: '';
    width: 42px;
    height: 39px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url('../image/act-sel.png') no-repeat;
}
.filterList .btnWrap{
    margin-top: 75px;
    text-align: center;
    margin-bottom: 120px;
}
.filterList .btnWrap span{
    display: inline-block;
    width: 263px;
    height: 73px;
    line-height: 74px;
    text-align: center;
    margin: 0 30px;
    color: #737aa0;
    font-size: 30px;
    border-radius: 8px;
    border: 1px solid #737aa0;
}
.filterList .btnWrap .sureBtn{
    background-color: #737aa0;
    color: #fff;
}

.spaceList ul li{
    padding: 45px 0 35px 25px;
    background-color: #fff;
    /*margin-bottom: 15px;*/
    border-bottom: 15px solid #f3f3f3;
}

.spaceList ul li:nth-last-child(1){
    border-bottom: none;
}

.spaceList ul li .imgDiv{
    float: left;
    width: 240px;
    height: 150px;
}

.spaceList ul li .imgDiv img{
    width: 240px;
    height: 150px;
}

.spaceList ul li .infoDiv{
    float: right;
    width: 455px;
}

.spaceList ul li .infoDiv .title{
    float: left;
    max-width: 330px;
    font-size: 28px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.spaceList ul li .infoDiv .roomIcon,
.spaceList ul li .infoDiv .actIcon{
    width: 50px;
    height: 50px;
    float: left;
    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;
}

.spaceList .star{
    margin-top: 10px;
}

.spaceList .star span{
    margin-right: 5px;
    display: block;
    float: left;
    width: 28px;
    height: 28px;
    background: url(../image/space/star.png) no-repeat center center;
}

.spaceList .star span.on{
    background: url(../image/space/starOn.png) no-repeat center center;
}

.spaceList .star b.rz{
    height: 28px;
    width: 68px;
    display: inline-block;
    background: url(../image/rz.png) no-repeat center center;
    background-size: 100% 100%;

}

.spaceList .star b.rzyz{
    height: 28px;
    width: 108px;
    display: inline-block;
    background: url(../image/rzyz.png) no-repeat center center;
    background-size: 100% 100%;
}

.spaceList .spacePlace{
    margin-top: 5px;
    padding-bottom: 5px;
    font-size: 24px;
    color: #777777;
}

.spaceList .num{
    border-top: 1px solid #dfdfdf;
    font-size: 24px;
    color: #777777;
}

.spaceList .num span{
    color: #c99228;
}

.commit-info-box {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.commit-info-box .star {
    display: flex;
    align-items: center;
}

.commit-info-box .star .icon {
    width: 43px;
    height: 42px;
    background: url('../image/css_sprites.png') -214px -10px;
    display: inline-block;
}

.commit-info-box .star.active .icon {
    width: 43px;
    height: 42px;
    background: url('../image/icon_collect_active.png');
    background-size: cover;
}

.commit-info-box .thumb {
    display: flex;
    align-items: center;
}

.commit-info-box .thumb .icon {
    width: 42px;
    height: 42px;
    background: url('../image/css_sprites.png') -10px -209px;
    display: inline-block;
}

.commit-info-box .thumb.active .icon {
    width: 42px;
    height: 42px;
    background: url('../image/icon_thumb_active.png');
    background-size: cover;
    display: inline-block;
}

.commit-info-box .commit {
    display: flex;
    align-items: center;
}

.commit-info-box .commit .icon {
    width: 43px;
    height: 40px;
    background: url('../image/css_sprites.png') -72px -209px;
    display: inline-block;
    position: relative;
}

.commit-info-box .commit .icon.active::after {
    position: absolute;
    content: '';
    top: -2px;
    right: -2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #D16060;
}

.commit-info-box .count {
    transform: translateY(-15px);
    margin-left: 5px;
    font-size: 26px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 37px;
}

.share-home-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
}

.share-home-btn .share-btn {
    width: 64px;
    height: 64px;
    background: url('../image/css_sprites.png') -10px -125px;
    margin-right: 20px;
}

.share-home-btn .home-btn {
    width: 64px;
    height: 64px;
    background: url('../image/css_sprites.png') -130px -10px;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 750px;
    background: rgba(247, 247, 247, 1);
    z-index: 20;
}

.commit-content {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.recommend-box {
    background: #fff;
    margin-top: 15px;
    padding-bottom: 40px;
}

.recommend-box .title {
    letter-spacing: 2px;
    padding: 50px 0 10px 0;
    font-size: 38px;
    font-family: PingFangSC-Medium;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
    font-weight: 600;
    display: inline-block;
}

.ckedit{
    width: 690px;
    margin: auto;
    margin-top: 30px;
    font-size: 24px!important;
    line-height: 44px!important;
    color: rgb(124, 124, 124)!important;
    font-family: "Microsoft YaHei"!important;
}

.ckedit p{
    margin-top: 30px!important;
    margin-bottom: 30px!important;
    font-size: 24px!important;
    line-height: 44px!important;
    color: rgb(124, 124, 124)!important;
    font-family: "Microsoft YaHei"!important;
}

.ckedit p span{
    font-size: 24px!important;
}

.ckedit p img{
    height: auto!important;
    max-width: 690px!important;
}
.pic-box {
    position: absolute;
    right: 40px;
    bottom: 49px;
    display: flex;
    align-items: center;
}

.pic-box .icon {
    width: 32px;
    height: 24px;
    background: url('../image/css_sprites.png') -277px -176px;
    margin-right: 8px;
}

.pic-box .num {
    font-size: 26px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 37px;
}
/* end 场馆列表页面 */

.picView{
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 20;
    background-color: #000;
}

.picView img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
