﻿.promotion .proup {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
    min-height: 220px;
}

    .promotion .proup .detailtop .left {
        width: 45%;
        padding-right: 50px;
        float: left;
        display: inline-block;
        text-align: center;
    }

        .promotion .proup .detailtop .left .procontainer {
            width: 100%;
        }

            .promotion .proup .detailtop .left .procontainer img {
                width: 100%;
            }

    /*.promotion .proup .detailtop .left .fb-send-to-messenger {
            margin-top: 10px;
        }*/

    .promotion .proup .detailtop .right {
        width: 55%;
        display: inline-block;
    }

        .promotion .proup .detailtop .right h1 {
            margin-bottom: 10px;
        }

        .promotion .proup .detailtop .right .remarks {
            margin-bottom: 10px;
            font-size: 25px;
            color: #ff0000;
        }

        .promotion .proup .detailtop .right .infor, .promotion .proup .detailtop .right .term {
            margin-bottom: 10px;
            font-size: 17px;
        }

.promotion .prodown {
    margin-top: 50px;
    display: none;
}

.promotion .swiper-button-prev {
    background: url("../imgs/icon/c_icon.png") no-repeat;
    height: 55px;
}

.promotion .swiper-button-next {
    background: url("../imgs/icon/c_icon.png") no-repeat;
    background-position: -61px 0;
    height: 50px;
}

.promotion .prodown h3 {
    text-align: center;
    margin-bottom: 30px;
}

.promotion .prodown .desproduct {
    width: 100%;
    padding: 0 10px;
    display: inline-block;
}

    .promotion .prodown .desproduct .goodslist {
        width: 25%;
        padding: 1%;
    }
.promotion .imchoose {
    display:none;
    margin-bottom: 10px;
}
.promotion .right .combutton1 {
    padding: 10px 30px;
    font-size: 14px;
}

.w .page_sum {
    float: right;
    margin-bottom: 10px;
}

    .w .page_sum li {
        display: inline-block;
    }
/* 分页 */
.layui-laypage a:hover {
    color: #333;
}

@media only all and (max-width:1023px) {
    .promotion {
        padding: 0px 10px;
    }

        .promotion .proup {
            margin-top: 10px;
        }

            .promotion .proup .detailtop .left {
                width: 100%;
                float: none;
                padding-right: 0px;
            }

                .promotion .proup .detailtop .left .imgshow {
                    width: 100%;
                }

            .promotion .proup .detailtop .right {
                width: 100%;
            }

                .promotion .proup .detailtop .right h1 {
                    font-size: 30px;
                }

                .promotion .proup .detailtop .right .remarks {
                    font-size: 20px;
                }

                .promotion .proup .detailtop .right .infor, .promotion .proup .detailtop .right .term {
                    font-size: 15px;
                }

        .promotion .prodown .desproduct {
            padding: 0px;
        }

            .promotion .prodown .desproduct .goodslist {
                width: 50%;
            }
}
