/* 主体展示 */

.main-show {
    width: 1400px;
    height: 550px;
    margin: 30px auto;
    box-sizing: border-box;
}

.main-show .zdf2a3col-md6 {
    height: auto;
    box-sizing: border-box;
}

.main-show-pic {
    width: 100%;
    height: 550px;

    padding: 15px;
    box-sizing: border-box;
}

.main-show-pic img {
    max-width: 100%;
    max-height: 100%;
}

.con-info-title {}

.con-info-title h3 {
    font-size: 20px;
    color: #333;
    padding-bottom: 20px;
}

.detail_price {
    width: 100%;
    height: 100px;
    background-color: #f7f7f7;
    margin-top: 30px;
}

.detail_price p {
    font-size: 30px;
    color: #b38d54;
    line-height: 100px;
    padding-left: 20px;
}

.con-info-msg li {
    font-size: 14px;
    color: #666;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
}

.callnow {
    padding: 20px;
    box-sizing: border-box;
}

.phonebell {
    display: inline-block;
    width: 200px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    background: #b38d54;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    color: #fff;
}

.phonebell:nth-child(2) {
    background: #fff;
    color: #b38d54;
    border: 1px solid #b38d54;
    display: inline-block;
    margin: 0 20px;
}

/* 商品详情 */

.show-desc {
    width: 1400px;
    margin: 0 auto 30px;
    height: auto;
}

.show-desc-title {
    width: 100%;
    height: 60px;
    background-color: #f2f3f5;
    text-align: center;
    line-height: 60px;
    color: #333;
    font-weight: 24px;
    font-weight: 555;
}

.show-desc-msg {
    padding: 20px 0;
}

.show-desc-msg p {
    max-width: 100%;
    line-height: 1.5;
    box-sizing: border-box;
}

.show-desc-msg img {
    max-width: 100%;
    max-height: 300px;
}

@media screen and (max-width:1024px) {

    /* 主体展示 */
    .main-show {
        width: 100%;
        height: auto;
        margin: 30px auto;
        box-sizing: border-box;
        padding: 15px;
    }

    .main-show .zdf2a3col-md6:first-child {
        height: 350px;
    }

    .main-show .zdf2a3col-md6:last-child {
        /* padding: 0 15px; */
        box-sizing: border-box;
    }

    .main-show-pic {
        width: 100%;
        height: 350px;
    }

    .main-show-pic img {
        width: 100%;
    }

    .con-info-title h3 {
        padding: 15px 0;
    }

    .detail_price {
        margin-top: 5px;
    }

    .callnow {
        padding: 20px;
        box-sizing: border-box;
    }

    .callnow {
        width: 100%;
        height: auto;
        padding: 0;
        box-sizing: border-box;
    }

    .phonebell {
        width: 45%;
        margin: 0;
    }

    .phonebell:nth-child(2) {
        background: #fff;
        color: #b38d54;
        border: 1px solid #b38d54;
        display: inline-block;
        margin: 0;
        margin-left: 8px;
    }

    /* 商品详情 */
    .show-desc {
        width: auto;
        margin: 0 auto;
        height: auto;
        padding: 15px;
    }

    @media screen and (max-width:768px) {}

    @media screen and (max-width:650px) {}