/*
 * banner - 轮播图
 **/
.swiper-container {
    /*height: 220px;*/
}
.swiper-slide {
    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;
    background-color: #e5e5e5;
}

.slider_img {
    /*height: 220px;*/
    object-fit: contain;
    vertical-align: top;
}

.swiper-pagination-bullet{
    margin: 0 9px !important;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    border-radius: 6px;
    width: 16px;
    height: 5px;
}

.swiper-pagination-fraction {
    color: #999999;
}

.swiper-pagination-current {
    color: #FA742B;
}
.swiper-pagination-bullet-active {
    width: 26px;
}

.swiper-button-prev {
    width: 14px;
    background: url("../assets/l_boult.png") no-repeat center;
    background-size: contain;
}

.swiper-button-next {
    width: 14px;
    background: url("../assets/r_boult.png") no-repeat center;
    background-size: contain;
}

@media (min-width: 768px) {
    .collect_detail_container_div {
        display: flex;
        padding: 0 10%;
    }

    .collect_detail_content_div {
        flex: 1;
        width: 100%;
        padding-right: 30px;
        box-sizing: border-box;
    }
}


.left_div {
    background-color: #ffffff;
    padding: 10px 20px;
    margin-right: 10px;
    -moz-box-shadow:2px 2px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow:2px 2px 5px rgba(0,0,0,0.1);
    box-shadow:2px 2px 5px rgba(0,0,0,0.1);
}

#club, #garden, #jade, #store {
    display: none;
}

.activity_nav_title_back_div {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px dashed #e5e5e5;
}

.activity_nav_title_div {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}

.activity_nav_indicator_div {
    margin-left: 7px;
}


.indicator_img {
    width: 9px;
    height: auto;
}

.activity_class_ul {
    padding-left: 0;
    margin: 30px 0;
    width: 100px;
}

.activity_class_ul li {
    list-style: none;
}

.service_item_div {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.activity_class_ul li .service_item_dot {
    background-color:#fA742B;
    width: 3px;
    height: 3px;
    margin-right: 7px;
}

.service_item_a {
    font-size: 13px;
    color: #333333;
    letter-spacing: 2px;
}

.service_item_a:focus, .service_item_a:hover {
    color: #FA742B;
    text-decoration: none;
}

.service_item_a:focus, .service_item_a:active, .service_item_a.click_pc {
    color: #FA742B;
    text-decoration: none;
}

.collect_detail_content_div {
    padding: 0 15px;
}

.collect_detail_author_div {
    margin: 20px 0 30px;
    /*font-size: 15px;*/
    color: #333333;
    text-align: center;
}

.collect_detail_production_brief_div {
    padding: 0 20px;
}

.production_title_div {
    font-size: 14px;
    color: #000000;
    text-align: center;
    padding: 6px 0;
    border-bottom: 2px solid #000000;
}

.production_content_div {
    color: #333333;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.5em;
    margin-top: 10px;
    padding: 0 5px;
}
