.spec-type{
    width: 24px;
    height: 24px;
    display: inline-block;
    background: #062455;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 400;
    color: #0EE9F8;
    text-align: center;
    line-height: 24px;
}
#paypalActivity .delete_price{
    color: #fff;
}
#paypalActivity .title-content .title-text{
    font-size: 36px;
}

/*<!--优惠券-->*/
.jp_coupon{ height: auto; overflow: hidden; margin-bottom: 20px;display: flex;justify-content: space-between}
.jp_title1{ width: 100%;text-align: center;font-size:32px;font-weight:bold;color:rgba(239,0,56,1);line-height:28px;margin: 40px 0 20px;}
.ha_footer_text1,.ha_footer_text2 {width: 48%;height: auto; overflow: hidden;float: left;padding: 20px 10px 10px;
    box-sizing: border-box;border:2px solid rgba(9, 74, 151, 1);background: #fbfbfb;margin-top: 40px;}
.ha_footer_text2 {float: right;}
.ha_footer_text1 img {max-width:210px;}
.ha_footer_text2 img {max-width: 157px;}
.five_logo {width: 55%;float: right;text-align: center;padding: 5px;}
.five_logo span{float: right;color: #333;padding: 4px 16px;border: 1px solid #333333;border-radius: 25px;}
.five_logo_title {background: rgba(237, 125, 49, 1); border-radius: 5px;font-size: 18px;font-weight: bold;color: rgba(255, 255, 255, 1);
    line-height: 30px;margin-bottom: 10px;padding: 0 5px; text-align: center;}
.five_logo_text { height: 20px;}
.five_logo .span {float: right;color: #094A97;}
/*<!--优惠券 end-->*/

.footer-content-wrapper{
    background: #fff;
}
#paypalActivity .footer-content{
    background: #fff;
    margin-top: 0;
    margin-bottom: 0;
}

#paypalActivity .judges-icon em{
    background-color: #808080;
    border: none;
}
#paypalActivity .spec-content{
    padding: 80px 20px 100px 30px;
}
#paypalActivity .spec-content .spec-title{
    padding-bottom: 10px;
}
#paypalActivity .spec-content .spec-text{
    padding-top: 0;
}
#paypalActivity .subtitle-text p{
    font-size: 28px;
}

@media screen and (max-width: 1400px){
    #paypalActivity .subtitle-box img{
        width: 70%;
    }
    #paypalActivity .subtitle-text p{
        font-size: 15px;
    }
}

@media screen and (max-width: 768px){
    #paypalActivity .judges-icon em{
        padding: 10px;
        margin-right: 5px;
    }
    .jp_coupon{flex-wrap: wrap}
    .ha_footer_text1,.ha_footer_text2{width: 100%;text-align: center}
    .five_logo{width: 100%;float: none;margin: 10px 0}
    .five_logo span{float: none;display: inline-block}
    #paypalActivity .spec-content{padding: 0}
    #paypalActivity .buy-button {
        width: 30%;
        right: 6%;
        bottom: 42%;
    }
    .main-text-box{top: 30%}
    #paypalActivity .subtitle-box img {
        width: auto;
    }
}

@media screen and (max-width: 576px){

    #paypalActivity .footer-content .left-icon{width: 100%;text-align: center;margin-bottom: 40px}
    #paypalActivity .footer-content .right-img{width: 100%}
    .product-price-box.list_goods_price{justify-content: space-around}
    #paypalActivity .buy-button {
        width: 35%;
        right: 6%;
        bottom: 33%;
    }
    .main-text-box {
        top: 35%;
        left: 52%;
        width: 86%;
    }
    #paypalActivity .title-content .title-text {
        font-size: 18px;
    }
}