
.zman{
    width: 100%;
    height: 100%;
    background-color: #ECECEC;
    font-family: ALIBABA FONT;
    font-size: 12px;
    margin-top: 50px;

}
img{
    max-height: 100%;
}

.zcinfo {
    color: #4CD964;
}

.gqinfo {
    color: #D1372C;
}

.bgbody {

    width: 100%;

}



.bgbody .nav {

    background-color: #FFFFFF;
    height: 50upx;
    padding: 10upx;


}



/*---------------*/
.bander {


    text-align: center;
    color: #666666;
    font-size: 12px;



}

.carousels {

    overflow: hidden;
}

.carousel {
    display: block;
    max-width: 100%;

    object-fit: scale-down;
    border-radius: 10px;

    height: 61.7vw;

}

/*---------------*/

.detail_info_list_title {
    width: 64px;
    height: 15px;
    line-height: 15px;
    color: #999;
    text-align-last: justify;
    text-align: justify;
    margin-right: 10px;
}
.detail_overview_title_share {
    background: url(/images/static/img/share.png);
    background-size: auto;
    background-size: cover;
    width: 44.5px;
    height: 20px;
    display: block;
    margin-top: 2px;
}
.detail_info_list_content {
    width: 75%;
    line-height: 34px;
}

/*---------------*/
.detail_overview {
    margin-top: 10px;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 14px;
}

.detail_overview_title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.detail_overview_title_content {
    width: 76vw;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 6px;
    padding-left: 14px;
    line-height: 25px;
}

.detail_overview_info {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #999;
    padding-left: 14px;
    padding-right: 14px;
}

.overview_icon {
    margin-right: 5px;
}

.detail_overview_look_icon {
    background: url(/images/static/img/detail_icon_view1.png) no-repeat;
    background-size: auto;
    background-size: cover;
    display: inline-block;
    width: 16.5px;
    height: 10.5px;
}

.detail_overview_time_icon {
    background: url(/images/static/img/detail_icon_time1.png) no-repeat;
    background-size: auto;
    background-size: cover;
    display: inline-block;
    width: 13px;
    height: 13px;
}

/*---------------*/
.detail_item {
    width: 100%;
    background-color: #f1f1f1;
}

.detail_item_title {
    font-size: 18px;
    color: #333;
    text-align: center;
    font-weight: bold;
    height: 47px;
    line-height: 47px;
}

.detail_item_content {
    background-color: #fff;

    border-radius: 10px;
    color: #333;
    overflow: hidden;
    padding: 15px 14px;
}

.format {
    font-size: 16px;
    color: #333333;
    text-indent: 32px;
    padding-bottom: 10px;
}

.detail-content-box {
    padding: 8px 2px 8px;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
}

.detail-content-box.show {
    position: relative;
}

.trade_tip_wrapper {
    border-top: 1px solid #eee;
    margin: 0 2px;
}

.trade_tip_block {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-top: 10px;
}

.trade_tip_block_text {
    color: rgba(153, 153, 153, 1);
    font-size: 13px;
    line-height: 21px;
}

/*---------------*/
.detail-bottom-container {
    width: 100%;
    height: 60px;
    box-sizing: content-box;
    background: #FFFFFF;
}

.detail-bottom-wrapper {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    min-width: 300px;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 6px 16px 16px;
    -webkit-box-shadow: 0px 1px 18px 0px rgba(74, 74, 74, 0.13);
    box-shadow: 0px 1px 18px 0px rgba(74, 74, 74, 0.13);
}

.detail-bottom-box {
    width: 100%;
    display: table;
    text-align: center;
}

.detail-bottom-call-btn {
    height: 80upx;
    background-position: center;
    background-image: linear-gradient(rgba(237, 75, 11, 0.7), rgb(248, 110, 9));
    border-radius: 20px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 30%);
}

.bottom-call-btn {
    display: table-cell;
    vertical-align: middle;
    font-size: 0;
    color: #FFFFFF;
    text-align: center;
}

.detail-bottom-call-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/images/static/img/icon_bottom_phone.png) no-repeat;
    background-size: auto;
    background-size: contain;
    margin-right: 14px;
    vertical-align: middle;
}

.detail-bottom-call-text {
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    line-height: 40px;
}
.swiper-slide{height:auto;} /* 随意指定一个height值即可 */
.swiper-slide-active { height:auto}
.swiper-container {
    background: #FFF;
    height: 250px !important;
}

