﻿
.ps2list{
    display:flex;
    justify-content:left;
    align-items:stretch;
    flex-wrap:wrap;
}
.ps2list .item{
    width:545px;
    margin-right:150px;
    margin-top:80px;
    margin-bottom:80px;
    background:url("/assets/images/flower_bg.jpg");
}
.ps2list .item:nth-child(2n){
    margin-right:0px;
}
.ps2list .con{
    text-align:center;
    padding:30px;
}
.ps2list .t1 {
    font-size: 24px;
    font-weight: 600;
    color: #472B20;
}
.ps2list .t2 {
    font-size: 20px;
    font-weight: 400;
    color: #C9953A;
}
.ps2list .price {
    font-size: 64px;
    font-weight: 600;
    color: #88255F;
    margin-top:30px;
    line-height:1;
}
.ps2list .t3 {
    font-size: 14px;
    font-weight: 400;
    color: #472B20;
}
.ps2list .t4 {
    font-size: 48px;
    font-weight: 600;
    color: #C9953A;
    font-style: italic;
    margin-top:10px;
}
.ps2list .notes {
    font-size: 16px;
    font-weight: 600;
    color: #472B20;
    text-align: left;
    display:flex;
    justify-content:center;
    align-items:center;
}
@media screen and (max-width: 767px) {
    .ps2list {
        display: block;
    }
    .ps2list .item {
        width: calc(100vw - 30px);
        margin-right: 0px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .ps2list .t1 {
        font-size: 20px;
    }
    .ps2list .t2 {
        font-size: 16px;
    }
    .ps2list .price {
        font-size: 36px;
    }
    .ps2list .t4 {
        font-size: 32px;
    }
    .ps2list .notes {
        font-size: 14px;
    }
}

.promotionpage {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    margin-top:80px;
}
.promotionpage .ppimg {
    flex: 1;
    border-radius:0px 16px 16px 0px;
}
.promotionpage .ppimg img{
    border-radius:0px 16px 16px 0px;
}
.promotionpage .ppright {
    flex: 1;
    margin-left: 60px;
}
.promotionpage .ppbox{
    background-color:#fff;
    border-radius:16px;
    box-shadow: 0px 4px 6px 0px #0000001A;
}
.promotionpage .ppsec{
    padding:20px 30px;
    text-align:left;
    font-size:18px;
    line-height:1.5;
}
.promotionpage .tit{
    font-size:32px;
    font-weight:600;
    margin:20px auto;
    color:#88255F;
}
.promotionpage .price1{
    
}
.promotionpage .price2{
    font-weight:500;
    margin:25px auto;
}
.promotionpage .price2 i{
    font-size:14px;
    font-style:normal;
    font-weight:normal;
}
.promotionpage .ppline{
    display:flex;
    text-align:left;
    margin-bottom:25px;
}
.promotionpage .ppline .ppltit{
    min-width:100px;
}
.promotionpage .ppline .pplcon{
    margin-left:20px;
}
.promotionpage .ppstit{
    font-size:22px;
    font-weight:600;
    color:#88255F;
}
.promotionpage .ppscon{
    font-size:16px;
    font-weight:400;
    margin:10px auto 30px;
    text-align:left;
    line-height:1.5;
}
.promotionpage .sbbtnbar{
    font-size:30px;
}
.promotionpage .ppsecbox{
    display:flex;
}
.ppnums {
    margin: 0px auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background-color: #C9953A;
    padding:2px 10px 2px;
}
.ppnums .b{
    cursor:pointer;
}
.ppnums .inp{
    width:80px;
    border:1px solid #C9953A;
    text-align:center;
    background-color:#fff;
    color:#000;
    font-size:14px;
    font-weight:600;
    padding:4px 0px;
    margin:0px 10px;
}
.ppnums .i{
    width:30px;
    margin-right:20px;
}
@media screen and (max-width: 767px) {
    .promotionpage {
        display: block;
        padding:15px;
        margin-top:0px;
    }
    .promotionpage .ppimg {
        border-radius:10px 10px 0px 0px;
    }
    .promotionpage .ppimg img{
        border-radius:10px 10px 0px 0px;
    }
    .promotionpage .ppbox{
        border-radius:0px 0px 10px 10px;
    }
    .promotionpage .ppright {
        margin-left: 0px;
        margin-top:0px;
    }
    .promotionpage .ppsec{
        padding:15px 20px;
        font-size:16px;
    }
    .promotionpage .tit{
        font-size:18px;
        margin-top:10px;
    }
    .promotionpage .btn-group-lg .btn{
        font-size:16px !important;
    }

}

