/*product list one*/

#paypalActivity .buy-button-goods{
    width: 53%;
    height: auto;
    background: url(../images/BuyNow.png) no-repeat;
    background-size: 100% 100%;
    padding: 8px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #0EE9F8;
    display: inline-block;
    margin-top: 25px;
}

#paypalActivity .big-product-content{
    width: 100%;
    display: flex;
    justify-content: space-around;
    background-image: url("../images/goods_us/goods_border_L.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
    padding: 60px 40px 40px;
    position: relative;
    margin-top: 60px;
}
#paypalActivity .product-img-big{
    width: 50%;
}
#paypalActivity .goods-intro{
    width: 40%;
}
.goods-intro p{
    font-weight: 500;
    line-height: 36px;
}

#paypalActivity .product-name-box .goods-name{
    font-size: 18px;
}
.product-name-box .good-spec{
    font-size: 18px;
    text-align: left;
}
.product-name-box.list_goods{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.product-name-box img{
    width: 100%;
}
.list_goods img{
    margin: 15px 0;
}
#paypalActivity .goods-h2{
    font-size: 16px;
    text-align: left;
}

#paypalActivity .goods-price{
    font-size: 24px;
    font-weight: bold;
    color: #0EE9F8;
}
#paypalActivity .delete_price{
    font-size: 16px;
    text-decoration: line-through;
    text-align: left;
}
.goods-h2.goods-h2_m{
    font-size: 18px;
}

.goods-price.goods-price_m{
    font-size: 24px;
}
.del_m{
    font-size: 18px;
    text-decoration: line-through;
    text-align: left;
}
.product-name-box .goods-name.goods-name_m{
    font-size: 24px;
}
.product-name-box .good-spec.good-spec_m{
    font-size: 16px;
    min-height: 42px;
}
.product-price-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-price-box.list_goods_price{
    justify-content: space-around;
}
.product-price-box.list_price_m{
    padding-top: 10px;
}
.border-image{
    width: 100%;
    position: absolute;
    top: -5px;
    left: 0;
}


#paypalActivity .title-content .more-text{
    position: absolute;
    top: 50%;
    left: 47.5%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: bold;
    color: #00D9FF;
}
.btn_large{
    width: 50%;
}
.btn_small{
    width: 80%;
}
.btn_primary{
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    padding: 4px 12px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.8;
    border-radius: 11px;
    color: #fff;
    background-color: #EF4529;
    margin: 30px auto auto auto;
    width: 100%;
}
.btn_primary.goods-btn{
    width: 80%;
    padding: 0 12px;
}
.btn_primary.btn_m{
    font-size: 24px;
    padding: 0 12px;
    width: 80%;
}
.btn-content{
    text-align: center;
}
.one-product-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 40px;
}
#paypalActivity .product-list_big{
    width: 31.5%;
    background-image: url("../images/goods_eu/goodsBorder.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
}
.product-list_big.product-list_m{
    width: 32%;
    padding: 20px 0;
}
.two-container{
    padding-top: 40px;
}
@media screen and (max-width: 768px){
    .border-image{
        top: -8px;
    }
    .goods-intro{padding-left: 15px}
    .product-name-box .goods-name{font-size: 26px}
    .product-name-box .good-spec{font-size: 13px}
    .product-name-box .goods-name{font-size: 20px}
    .goods-h2{font-size: 18px}
    .goods-price{font-size: 28px}
    .delete_price{font-size: 18px}
    .discount-text{font-size: 22px}
    .btn_primary{font-size: 24px}
    #paypalActivity .product-list_big{width: 48%}
    .product-list_big.product-list_m{padding: 20px 10px}
    .product-name-box .goods-name.goods-name_m{font-size: 20px}
    .product-name-box .good-spec.good-spec_m{font-size: 14px}
}
@media screen and (max-width: 640px){
    .big-product-content{
        flex-direction: column;
        padding: 25px;
    }
    .border-image{
        top: -10px;
    }
    .product-name-box .goods-name{
        font-size: 24px;
        text-align: center;
    }
    .product-name-box .good-spec{
        font-size: 15px;
        text-align: center;
    }
    .goods-h2{font-size: 18px}
    .goods-price{font-size: 24px}
    del{font-size: 18px}
    .discount-text{font-size: 24px}
    .btn_primary{font-size: 24px;margin: 15px auto auto auto}
    .btn_primary.goods-btn{width: 90%}
    .product-list_big{
        width: 100%;
        margin-bottom: 20px;
    }
    .product-list_big.product-list_m{width: 48%;padding: 10px}
    .product-name-box .goods-name.goods-name_m{font-size: 18px}
    .product-name-box .good-spec.good-spec_m{font-size: 12px}
    .product-price-box.list_goods_price{justify-content: space-between}
    .goods-h2.goods-h2_m{font-size: 14px}
    .goods-price.goods-price_m{font-size: 17px}
    .del_m{font-size: 14px}
    .discount-text.discount-text_m{font-size: 16px;line-height: 20px}
    .btn_primary.btn_m{font-size: 18px;width: 100%}
    .product-list_big.product-list_m:nth-child(5) .goods-name_m{
        line-height: 48px;
    }
    .discount-box{margin-right: -15px}
    #paypalActivity .product-list_big{
        width: 100%;
        padding: 20px 40px;
    }
    #paypalActivity .buy-button-goods{
        margin-top: 10px;
    }
}
@media screen and (max-width: 576px){
    #paypalActivity .title-content .more-text{
        left: 37.5%;
    }
}