@charset "UTF-8";
/*
 * 首页模块m0013
 * banner， 入口， 入口， 资讯， 精彩活动， 历史活动，  场馆 or 空间，  文化非遗， 活动室， 文化社团 or 文化团体， 艺术鉴赏， 日历， 志愿者
*/
/* start 公共的 */
html, body
{
    min-height: 100%;
}

#pageLoading
{
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    position: fixed;
    inset: 0px;
    z-index: 100;
}
#pageLoading img
{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.main
{
    width: 750px;
    margin: 0 auto;
    background: #fff;
}

.jz700
{
    width: 700px;
    margin: 0 auto;
}

.fl
{
    float: left;
}

.fr
{
    float: right;
}

.titAll, .titYi, .titEr, .titErMax
{
    font-size: 30px;
    color: #262626;
    line-height: 42px;
}

.titYi
{
    line-height: 40px;
    height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.titEr
{
    line-height: 40px;
    height: 80px;
    overflow: hidden;
}

.titErMax
{
    line-height: 40px;
    max-height: 80px;
    _max-height: 80px;
    overflow: hidden;
}

.wzAll, .wzYi, .wzEr, .wzErMax
{
    font-size: 24px;
    color: #999;
    line-height: 32px;
}

.wzYi
{
    line-height: 32px;
    height: 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.wzEr
{
    line-height: 32px;
    height: 64px;
    overflow: hidden;
}

.wzErMax
{
    line-height: 32px;
    max-height: 64px;
    _max-height: 64px;
    overflow: hidden;
}

input::-webkit-input-placeholder
{
    color: #bbb;
}

input:-moz-placeholder
{
    color: #bbb;
}

input::-moz-placeholder
{
    color: #bbb;
}

input:-ms-input-placeholder
{
    color: #bbb;
}

textarea::-webkit-input-placeholder
{
    color: #bbb;
}

textarea:-moz-placeholder
{
    color: #bbb;
}

textarea::-moz-placeholder
{
    color: #bbb;
}

textarea:-ms-input-placeholder
{
    color: #bbb;
}

/* end 公共的 */
/* start 首页栏目 */
.whiteBottom
{
    width: 694px;
    background-color: #fff;
    margin: 0 auto 25px auto;
    padding-top: 35px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.allMore
{
    display: block;
    width: 750px;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    font-size: 24px;
    color: #999999;
    text-align: center;
    background-color: #fff;
}

.zongTitle
{
    display: block;
    margin: 0 28px 30px 28px;
    font-size: 36px;
    color: #262626;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    position: relative;
    background-repeat: no-repeat;
    background-position: left center;
}

.zongTitle .cover
{
    width: auto;
    height: 100%;
}

.zongTitle .arrow
{
    display: block;
    height: 40px;
    background: url("../../image/arrow5.png") no-repeat right center;
    background-size: 10px auto;
    padding-right: 34px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    color: #919191;
}

.zongTitle .gd
{
    font-size: 24px;
    color: #999;
    line-height: 40px;
    font-weight: normal;
    position: absolute;
    right: 22px;
    top: 0;
}

.label-black span, .label-white span, .label-color span, .label-color-shi span
{
    display: block;
    float: left;
    font-size: 22px;
    text-align: center;
    margin-right: 10px;
    padding: 0 10px;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.label-black span
{
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #000;
}

.label-white span
{
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid #fff;
}

.label-color span
{
    color: #e66363;
    border: 1px solid #e66363;
}

.label-color-shi span
{
    color: #fff;
    border-radius: 6px;
    border: 1px solid rgba(0,0,0, 0.7);
    background-color: rgba(0,0,0, 0.7);
}

.indexBanner
{
    width: 750px;
    height: 610px;
    margin: 0 auto;
    position: relative;
}

.indexBanner .swiper-slide img
{
    display: block;
    width: 750px;
    height: 610px;
    margin: 0 auto;
    object-fit: cover;
}

.indexBanner.swiper-container-horizontal > .swiper-pagination-bullets
{
    bottom: 16px;
}

.indexBanner .swiper-pagination-bullet
{
    width: 10px;
    height: 10px;
    background: #000;
    opacity: 0.2;
}

.indexBanner .swiper-pagination-bullet-active
{
    background: #fff;
    opacity: 1;
}

.menuRoundWc
{
    background: #fff;
    padding: 35px 0;
    -webkit-border-radius: 16px 16px 0px 0px;
    -moz-border-radius: 16px 16px 0px 0px;
    border-radius: 16px 16px 0px 0px;
    margin-top: -10px;
    position: relative;
    z-index: 3;
}
.menuRound .swiper-wrapper
{
    flex-wrap: wrap;
}
.menuRound .swiper-slide
{
    width: 20%;
    margin-bottom: 30px;
    position: relative;
}
.menuRound .swiper-slide img
{
    display: block;
    width: 88px;
    height: 88px;
    object-fit: contain;
    margin: 0 auto;
}
.menuRound .swiper-slide p
{
    font-size: 24px;
    color: #666;
    text-align: center;
    margin-top: 12px;
}

.menuRound.menuRound-1, .menuRound.menuRound-2
{
    padding: 0 10px;
}
.menuRound.menuRound-1 .swiper-slide, .menuRound.menuRound-2 .swiper-slide
{
    width: 134px;
    height: 134px;
    margin-right: 15px;
}
.menuRound.menuRound-1 .swiper-slide:nth-child(5n), .menuRound.menuRound-2 .swiper-slide:nth-child(5n)
{
    margin-right: 0;
}
.menuRound.menuRound-1 .swiper-slide img, .menuRound.menuRound-2 .swiper-slide img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.menuRound.menuRound-1 .swiper-slide .char, .menuRound.menuRound-2 .swiper-slide .char
{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menuRound.menuRound-1 .swiper-slide p, .menuRound.menuRound-2 .swiper-slide p
{
    width: 100%;
    font-size: 26px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    text-shadow: 0px 3px 6px rgba(0,2,5,0.77);
    margin-top: 0;
}
.menuRound.menuRound-1 .swiper-slide p
{
    width: 52px;
}
.menuRound.openAll
{
    max-height: 134px;
    overflow: hidden;
}
.enterOutLink
{
    width: 100%;
    padding-bottom: 48px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.enterOutLink .inBox
{
    width: 100000px;
    padding: 0 25px;
}

.enterOutLink .inBox .item
{
    float: left;
    display: block;
    width: 280px;
    height: 170px;
    margin-left: 20px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.enterOutLink .inBox .item:first-child
{
    margin-left: 0;
}

.enterOutLink .inBox .item img
{
    display: block;
    width: 100%;
    height: 100%;
}

/*图片组合位*/
.picOutLink
{
    padding: 0 28px;
    overflow: hidden;
    margin-bottom: 25px;
    background: #FFFFFF;
}
.picOutLink .nc
{
    margin-right: -20px;
}
.picOutLink .item
{
    float: left;
    display: block;
    width: 194px;
    height: 172px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.picOutLink .item img
{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.picOutLink .item:nth-child(1)
{
    width: 266px;
    height: 364px;
}
.picOutLink .item:nth-child(2)
{
    width: 408px;
    height: 172px;
}

.actList
{
    padding: 1px 28px;
}

.actList li
{
    overflow: hidden;
    background-color: #fff;
}

.actList .pic
{
    width: 100%;
    height: 468px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.actList .pic img
{
    display: block;
    width: 100%;
    height: 100%;
}

.actList .price
{
    font-size: 34px;
    color: #e66363;
    text-align: center;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.actList .label-color-shi
{
    position: absolute;
    left: 14px;
    bottom: 20px;
}

.actList .char
{
    padding: 28px 25px;
    overflow: hidden;
}

.actList .titYi
{
    margin-bottom: 20px;
}

.venueList
{
    padding: 1px 0;
}

.venueList li
{
    width: 340px;
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
}

.venueList li:nth-child(2n)
{
    margin-right: 0;
}

.venueList .pic
{
    width: 340px;
    height: 226px;
    position: relative;
    overflow: hidden;
}

.venueList .pic img
{
    display: block;
    width: 100%;
    height: 100%;
}

.venueList .label-color-shi
{
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.venueList .char
{
    padding: 20px 20px;
    height: 80px;
}

.venueList .titYi
{
    margin-bottom: 8px;
}

.venueList .add
{
    font-size: 24px;
    color: #999;
    line-height: 32px;
    height: 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    background: url("../../image/addr1.png") no-repeat left center;
    padding-left: 22px;
}

.feiyiList .swiper-slide
{
    width: 410px;
    overflow: hidden;
}

.feiyiList .swiper-slide:first-child
{
    margin-left: 25px;
}

.feiyiList .swiper-slide:last-child
{
    margin-right: 25px;
}

.feiyiList .pic
{
    width: 410px;
    height: 275px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.feiyiList .pic img
{
    display: block;
    width: 100%;
    height: 100%;
}

.feiyiList .char
{
    height: 84px;
    overflow: hidden;
    padding: 20px;
}

.feiyiList .titYi
{
    color: #616161;
    margin-bottom: 14px;
}

.artList
{
    padding: 1px 0;
}

.artList li
{
    margin-bottom: 25px;
}

.artList .pic
{
    width: 290px;
    height: 190px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    float: left;
}

.artList .pic img
{
    display: block;
    width: 100%;
    height: 100%;
}

.artList .pic .play
{
    display: block;
    width: 36px;
    height: 36px;
    background: url("../../image/play1.png") no-repeat center;
    position: absolute;
    left: 12px;
    bottom: 15px;
    z-index: 1;
}

.artList .char
{
    width: 380px;
    float: right;
}

.artList .titErMax
{
    color: #616161;
    margin-bottom: 15px;
}

.artList .wzYi
{
    margin-bottom: 15px;
}

.syCalendarTit
{
    text-align: center;
    margin-bottom: 25px;
}

.syCalendarTit span
{
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    color: #999999;
    text-align: center;
    line-height: 40px;
    padding: 0 28px;
    background-color: #f5f5f5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.syCalendarTit span i
{
    color: #71bd7c;
    font-style: normal;
    padding: 0 2px;
}


.syCalendarNav
{
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
    margin-bottom: 25px;
    padding: 0 25px;
}

.syCalendarNav li
{
    flex: 0 0 auto;
    width: 88px;
    font-size: 24px;
    color: #828181;
    text-align: center;
    height: 56px;
    line-height: 56px;
    border: 1px solid #e4e4e4;
    margin-right: 12px;
    overflow: hidden;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -khtml-user-select: none;
}

.syCalendarNav li.cur
{
    font-size: 28px;
    color: #fff;
    background-color: #e66363;
    border-color: #e66363;
}

.syCalendarList
{
    padding-bottom: 30px;
}

.syCalendarList .swiper-slide
{
    width: 260px;
    overflow: hidden;
}

.syCalendarList .swiper-slide:first-child
{
    margin-left: 25px;
}

.syCalendarList .swiper-slide:last-child
{
    margin-right: 25px;
}

.syCalendarList .pic
{
    width: 260px;
    height: 175px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.syCalendarList .pic img
{
    display: block;
    width: 100%;
    height: 100%;
}

.syCalendarList .char
{
    padding-top: 18px;
}

.venueList-sy
{
    padding: 1px 28px;
}

.venueList-sy li
{
    width: 308px;
    float: left;
    margin-right: 18px;
    margin-bottom: 20px;
    border: 1px solid #e4e4e4;
    background-color: #fcfcfc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.venueList-sy li:nth-child(2n)
{
    margin-right: 0;
}

.venueList-sy .pic
{
    width: 100%;
    height: 228px;
    position: relative;
    overflow: hidden;
}

.venueList-sy .pic img
{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.venueList-sy .titYi
{
    font-size: 32px;
    padding: 13px 20px;
    line-height: 44px;
    height: 44px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.venueList-sy .char
{
    padding: 20px;
    height: 70px;
}

.venueList-sy .wzYi
{
    margin-bottom: 6px;
}

.venueList-sy .wzYi .bz
{
    color: #e66363;
}

.venueList-sy .add
{
    font-size: 24px;
    color: #262626;
    line-height: 32px;
    height: 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    background: url("../../image/addr.png") no-repeat left center;
    padding-left: 22px;
}

/* end 首页栏目 */


/* 资讯start */
.infoList li
{
    padding: 30px 0;
    margin: 0 28px;
    border-bottom: 1px solid #e4e4e4;
}

.infoList .pic
{
    width: 198px;
    height: 132px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.infoList .pic img
{
    display: block;
    width: 100%;
    height: 100%;
}

.infoList .pic .play
{
    display: block;
    width: 36px;
    height: 36px;
    background: url("../../image/play1.png") no-repeat center;
    position: absolute;
    left: 12px;
    bottom: 15px;
    z-index: 1;
}

.infoList .char
{
    width: 408px;
    padding-top: 10px;
}

.infoList .titEr
{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    margin-bottom: 14px;
}
.infoList .zzsj
{
    font-size: 24px;
    color: #999;
    line-height: 32px;
    display: flex;
}
.infoList .zzsj .zz
{
    max-width: 260px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
/* 资讯end */
/* start 头部搜索和头像*/
.head-sear-user
{
    width: 750px;
    padding: 0 18px 0 28px;
    height: 64px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 17px;
    left: 50%;
    margin-left: -375px;
    z-index: 5;
    display: flex;
    justify-content: space-between;
}
.head-sear-user .sear
{
    display: block;
    width: 622px;
    height: 64px;
    background: url("../../image/fdj.png") no-repeat 30px center #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    font-size: 28px;
    color: #999;
    line-height: 64px;
    padding: 0 76px;
}
.head-sear-user .avatar
{
    width: 64px;
    height: 64px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.head-sear-user .avatar img
{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
