html,body{
    width: 100%;
    height: 100%;
}
.center_div{
    text-align: center;
}
.home-page-container{
    width: 100%;
    height: 100%;
    max-width: 1920px;
    margin: 0 auto;
    /*margin-top: 105px;*/
    font-family: Noto Sans CJK SC!important;
}
#paypalActivity p{
    word-wrap: break-word;
    color: #fff;
    font-weight: normal;
}
/*banner start*/
.store-christmas-banner{
    width: 100%;
    height: auto;
    /*min-height: 700px;*/
    background-image: url("../images/bannerBg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 0;
}
#paypalActivity .banner-img-box{
    padding-bottom: 50px;
}
#paypalActivity .subtitle-box{
    position: relative;
}
#paypalActivity .subtitle-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%); 	/* IE 9 */
    -moz-transform:translate(-50%, -50%); 	/* Firefox */
    -webkit-transform:translate(-50%, -50%); /* Safari 和 Chrome */
    -o-transform:translate(-50%, -50%);
    width: 100%;
}
#paypalActivity .subtitle-text p{
    font-size: 30px;
    font-weight: 500;
    line-height: 46px;
    word-break: initial;
    text-align: center;
    letter-spacing: 2px;
}
#paypalActivity .subtitle-text .subtitle-bold{
    color: #0EE9F8;
}
/*banner end*/

.main-content{
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #062455;
    padding-bottom: 40px;
}

.main-container{
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.product-list-content{
    background-image: url("../images/bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#paypalActivity .one-container{
    padding-top: 80px;
}
.box-content{
    width: 220px;
    height: 220px;
    background: rgba(93, 183, 255, 0.21);
    border: 1px solid #02508D;
    border-radius: 50%;
    box-shadow: 10px 10px 10px 10px inset rgba(93, 183, 255, 0.21);
}


/*product box start*/
.paypal-product-container{
    width: 100%;
    height: auto;
    min-height: 1050px;
    background-image: url("../images/background4.jpg");
    background-color: #062455;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    transition: background-image 1s;
}
.paypal-product-inner{
    padding: 0 0 60px 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.paypal-product-inner .left-content{
    width: 40%;
}
#paypalActivity .product-title{
    font-size: 48px;
    font-weight: bold;
}
#paypalActivity .product-subtitle{
    font-size: 24px;
    font-weight: bold;
}
#paypalActivity .spec-content{
    /*border-image: url("../images/specBorder.png");*/
    /*border-width: 100px 50px 50px 50px;*/
    width: 70%;
    height: auto;
    background: url("../images/specBorder.png") no-repeat;
    background-size: 100% 100%;
    padding:120px 20px 100px 40px;
    position: relative;
    margin-top: 80px;
    z-index: 0;
}
.spec-content .border-rote{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;

}
#paypalActivity .spec-content .border-rote:nth-child(1) {
    transform:rotate(0deg);
    width: 87%;
    top: 54px;
    left: 33px;
}

.spec-content .border-rote:nth-child(2) {
    transform:rotate(90deg)
}

.spec-content .border-rote:nth-child(3)
{
    transform:rotate(180deg);
}

.spec-content .border-rote:nth-child(4)
{
    transform:rotate(270deg);
}

.spec-content .border-rote:before
{
    content: '';
    position: absolute;
    width:100%;
    height: 2px;
    background: #50dfdb;
    /*animation: animate 4s linear infinite;*/
}

@keyframes animate {
    0% {
        transform:scaleX(0);
        transform-origin: left;
    }
    50%
    {
        transform:scaleX(1);
        transform-origin: left;
    }
    /*50.1%*/
    /*{*/
    /*    transform:scaleX(1);*/
    /*    transform-origin: right;*/

    /*}*/

    /*100%*/
    /*{*/
    /*    transform:scaleX(0);*/
    /*    transform-origin: right;*/

    /*}*/


}

/*.main-text-box{*/
/*    position: absolute;*/
/*    top: 35%;*/
/*    left: 45%;*/
/*    transform: translate(-50%, -50%);*/
/*    width: 70%;*/
/*}*/
/*.spec-content::before {
    content: '';
    position: absolute;
    z-index: -2;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-color: #1a232a;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: conic-gradient(transparent, rgba(168, 239, 255, 1), transparent 30%);
    animation: rotate 4s linear infinite;
 }

.spec-content::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 6px;
    top: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    background: #000;
    border-radius: 5px;
 }*/




/*.spec-content::after,.spec-content::before{*/
/*    position:absolute;*/
/*    left: 12px;*/
/*    top: 62px;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*}*/

/*.spec-content::after,.spec-content::before{*/
/*    content: '';*/
/*    box-shadow:inset 0 0 0 2px #42b983;*/
/*    animation:clipAnimate 4s linear infinite;*/
/*    z-index: 11*/
/*}*/
/*.spec-content::before{*/
/*    animation-delay:-2s*/
/*}*/
@keyframes clipAnimate{
    0%,
    100% {
        clip: rect(0px, 220px, 2px, 0px);
    }

    25% {
        clip: rect(0px, 2px, 220px, 0px);
    }

    50% {
        clip: rect(218px, 220px, 220px, 0px);
    }

    75% {
        clip: rect(0px, 220px, 220px, 218px);
    }
}
/*#paypalActivity .spec-content:before{*/
/*    content: "";*/
/*    position: relative;*/
/*    display: block;*/
/*    height: 15px;*/
/*    width: 15px;*/
/*    background: #d2bdff;*/
/*    box-shadow: 0px 0px 10px 3px #0ff;*/
/*    margin-left: -8px;*/
/*    margin-top: -8px;*/
/*    opacity: 1;*/
/*    transition: all 0.1s linear;*/
/*    border-radius: 100%;*/
/*    !*animation: star 1.3s linear infinite;*!*/
/*}*/
@keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}
@keyframes star {
    0% {
        margin-left: -8px;
        margin-top: -8px;
    }
    25% {
        margin-left: 194px;
        margin-top: -8px;
    }
    50% {
        margin-left: 194px;
        margin-top: 75px;
    }
    75% {
        margin-left: -8px;
        margin-top: 75px;
    }
    100% {
        margin-left: -8px;
        margin-top: -8px;
    }
}
#paypalActivity .spec-content .spec-title{
    font-size: 30px;
    font-weight: bold;
}
#paypalActivity .spec-content-inner{
    display: flex;
    justify-content: space-between;
}
#paypalActivity .spec-content .spec-text{
    font-size: 18px;
    line-height: 1.6;
    white-space: pre-line;
}
#paypalActivity .price-box .price-title{
    font-size: 24px;
    line-height: 1;
}
#paypalActivity .price-box .goods-price{
    font-size: 32px;
    font-weight: 900;
    color: #0EE9F8;
    line-height: 1.5;
}
#paypalActivity .price-box .goods-price-delete{
    font-size: 24px;
    font-weight: 400;
    text-decoration: line-through;
    color: #838FA4;
    line-height: 1;
}
#paypalActivity .buy-button{
    width: 30%;
    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;
    position: absolute;
    right: 40px;
    bottom: 40px;
}
.btn-5 {
    border: none;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    /*outline: 1px solid transparent;*/
    outline-color: rgba(255, 255, 255, 0.5);
    outline-offset: 0px;
    text-shadow: none;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 20px;
}

.btn-5:hover {
    /*border: 1px solid;*/
    box-shadow: inset 0 0 10px #00CCFF, 0 0 20px rgba(255, 255, 255, 0.2);
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
    text-shadow: 1px 1px 2px #427388;
}
.right-content{
    width: 60%;
    height: 100%;
}
.outer-circle-box{
    position: relative;
}
#paypalActivity .inner-circle{
    position: absolute;
    top: 50%;
    left: 50%;
}
#paypalActivity .inner-circle-one{
    animation:wave 10s infinite linear;
    top: 18%;
    left: 18%;
}
#paypalActivity .inner-circle-two{
    animation:wave2 14s infinite linear;
    top: 25%;
    left: 25%;
}
#paypalActivity .inner-circle-three{
    animation:wave 16s infinite linear;
    top: 30%;
    left: 30%;
}
#paypalActivity .inner-circle img{
    width: auto;
    height: auto;
}
.active-product{
    position: relative;
    display: none;
}
#paypalActivity .active-product-none{
    display: none;
}
#paypalActivity .product-img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%); 	/* IE 9 */
    -moz-transform:translate(-50%, -50%); 	/* Firefox */
    -webkit-transform:translate(-50%, -50%); /* Safari 和 Chrome */
    -o-transform:translate(-50%, -50%);
}
#paypalActivity .product-img p{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
}
#switchBtn{
    cursor: pointer;
    transform: translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%); 	/* IE 9 */
    -moz-transform:translate(-50%, -50%); 	/* Firefox */
    -webkit-transform:translate(-50%, -50%); /* Safari 和 Chrome */
    -o-transform:translate(-50%, -50%);
}
#paypalActivity .deco-img1{
    position: absolute;
    top: 10%;
    left: 35%;
}
#paypalActivity .deco-img2{
    position: absolute;
    bottom: 5%;
    left: 34%;
}

/*折扣*/
.discount-box{
    position: relative;
}
#paypalActivity .discount-text{
    position: absolute;
    top: 50%;
    left: 54%;
    transform: translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%); 	/* IE 9 */
    -moz-transform:translate(-50%, -50%); 	/* Firefox */
    -webkit-transform:translate(-50%, -50%); /* Safari 和 Chrome */
    -o-transform:translate(-50%, -50%);
    font-size: 35px;
    font-weight: 900;
    color: #0EE9F8;
    line-height: 20px;
    word-break: initial;
}
#paypalActivity .discount-span{
    font-size: 18px;
}
#paypalActivity .discount-off{
    font-size: 24px;
}
#paypalActivity .discount-span.discount-span_L{
    font-size: 24px;
}
#paypalActivity .discount-off.discount-off_L{
    font-size: 30px;
}
.discount-text.discount-text_m{
    font-size: 24px;
    line-height: 26px;
}
#paypalActivity .title-content{
    position: relative;
    text-align: center;
}
#paypalActivity .title-content .title-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%); 	/* IE 9 */
    -moz-transform:translate(-50%, -50%); 	/* Firefox */
    -webkit-transform:translate(-50%, -50%); /* Safari 和 Chrome */
    -o-transform:translate(-50%, -50%);
    font-size: 40px;
    font-weight: 600;
    color: #00D9FF;
    text-shadow:1px 1px 4px #0EE9F8;
    width: 100%;
}
/*折扣 end*/

/*special offer*/
#paypalActivity .special-offer-title{
    font-size: 40px;
    font-weight: 600;
    color: #00D9FF;
    text-shadow:1px 1px 4px #0EE9F8;
    text-align: center;
}
#paypalActivity .special-offer-box{
    padding: 40px;
    background: #051D44;
    margin-top: 40px;
}
#paypalActivity .special-offer-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}
#paypalActivity .special-offer-list{
    width: 30%;
}
#paypalActivity .special-offer-icon{
    text-align: center;
    padding: 40px 10px;
    background: #BCD6EA;
    border: 2px solid #BCD6EA;
    border-radius: 5px;
    width: 100%;
    height: auto;
}
#paypalActivity .special-offer-text{
    font-size: 18px;
    font-weight: 400;
    color: #BCD6EA;
    text-align: center;
    padding-top: 10px;
}
/*special offer end*/
/*底部icon*/
#paypalActivity .judges-icon:hover .x5_fa{
    background-color: #385899;
}
#paypalActivity .judges-icon:hover .x5_in{
    background-color: #e20c35;
}
#paypalActivity .judges-icon:hover .x5_tw{
    background-color: #00aced;
}
#paypalActivity .judges-icon:hover .x5_yb{
    background-color: #ff011d;
}
#paypalActivity .judges-icon:hover .x5_blog{
    background-color: #00c73c;
}
#paypalActivity  .judges-icon em{
    font-size: 36px;
    color: #fff;
    font-weight: 400;
    line-height: 1;
    transition: all .2s;
    padding: 15px;
    border: 1px solid #fff;
    border-radius: 10px;
    margin-right: 30px;
}
#paypalActivity .footer-content{
    display: flex;
    justify-content: space-around;
    background: #051D44;
    padding: 40px 0;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 40px;
}
#paypalActivity .footer-content-wrapper{
    width: 100%;
    background: #fff;
}
#paypalActivity .footer-content-wrapper .footer-content {
    background: #fff;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1200px;
    margin: 0 auto;
}
#paypalActivity .footer-content-wrapper .judges-icon em{
    background-color: #808080;
    border: none;
}
/*底部icon end*/

@keyframes wave {
    from {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg); 	/* IE 9 */
        -moz-transform:rotateZ(0deg); 	/* Firefox */
        -webkit-transform: rotateZ(0deg); /* Safari 和 Chrome */
        -o-transform: rotateZ(0deg);
    }
    to {
        transform: rotateZ(360deg);
        -ms-transform:rotateZ(360deg); 	/* IE 9 */
        -moz-transform:rotateZ(360deg); 	/* Firefox */
        -webkit-transform:rotateZ(360deg); /* Safari 和 Chrome */
        -o-transform:rotateZ(360deg);
    }
}
@keyframes wave2 {
    from {
        transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg); 	/* IE 9 */
        -moz-transform:rotateZ(360deg); 	/* Firefox */
        -webkit-transform: rotateZ(360deg); /* Safari 和 Chrome */
        -o-transform:rotateZ(360deg);
    }
    to {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg); 	/* IE 9 */
        -moz-transform: rotateZ(0deg); 	/* Firefox */
        -webkit-transform: rotateZ(0deg); /* Safari 和 Chrome */
        -o-transform:rotateZ(0deg);
    }
}
 @-ms-keyframes wave {
    from {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg); 	/* IE 9 */
        -moz-transform:rotateZ(0deg); 	/* Firefox */
        -webkit-transform: rotateZ(0deg); /* Safari 和 Chrome */
        -o-transform: rotateZ(0deg);
    }
    to {
        transform: rotateZ(360deg);
        -ms-transform:rotateZ(360deg); 	/* IE 9 */
        -moz-transform:rotateZ(360deg); 	/* Firefox */
        -webkit-transform:rotateZ(360deg); /* Safari 和 Chrome */
        -o-transform:rotateZ(360deg);
    }
}
@-ms-keyframes wave2 {
    from {
        transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg); 	/* IE 9 */
        -moz-transform:rotateZ(360deg); 	/* Firefox */
        -webkit-transform: rotateZ(360deg); /* Safari 和 Chrome */
        -o-transform:rotateZ(360deg);
    }
    to {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg); 	/* IE 9 */
        -moz-transform: rotateZ(0deg); 	/* Firefox */
        -webkit-transform: rotateZ(0deg); /* Safari 和 Chrome */
        -o-transform:rotateZ(0deg);
    }
}

@-moz-keyframes wave {
    from {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg); 	/* IE 9 */
        -moz-transform:rotateZ(0deg); 	/* Firefox */
        -webkit-transform: rotateZ(0deg); /* Safari 和 Chrome */
        -o-transform: rotateZ(0deg);
    }
    to {
        transform: rotateZ(360deg);
        -ms-transform:rotateZ(360deg); 	/* IE 9 */
        -moz-transform:rotateZ(360deg); 	/* Firefox */
        -webkit-transform:rotateZ(360deg); /* Safari 和 Chrome */
        -o-transform:rotateZ(360deg);
    }
}
@-moz-keyframes wave2 {
    from {
        transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg); 	/* IE 9 */
        -moz-transform:rotateZ(360deg); 	/* Firefox */
        -webkit-transform: rotateZ(360deg); /* Safari 和 Chrome */
        -o-transform:rotateZ(360deg);
    }
    to {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg); 	/* IE 9 */
        -moz-transform: rotateZ(0deg); 	/* Firefox */
        -webkit-transform: rotateZ(0deg); /* Safari 和 Chrome */
        -o-transform:rotateZ(0deg);
    }
}

@-webkit-keyframes wave {
    from {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg); 	/* IE 9 */
        -moz-transform:rotateZ(0deg); 	/* Firefox */
        -webkit-transform: rotateZ(0deg); /* Safari 和 Chrome */
        -o-transform: rotateZ(0deg);
    }
    to {
        transform: rotateZ(360deg);
        -ms-transform:rotateZ(360deg); 	/* IE 9 */
        -moz-transform:rotateZ(360deg); 	/* Firefox */
        -webkit-transform:rotateZ(360deg); /* Safari 和 Chrome */
        -o-transform:rotateZ(360deg);
    }
}
@-webkit-keyframes wave2 {
    from {
        transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg); 	/* IE 9 */
        -moz-transform:rotateZ(360deg); 	/* Firefox */
        -webkit-transform: rotateZ(360deg); /* Safari 和 Chrome */
        -o-transform:rotateZ(360deg);
    }
    to {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg); 	/* IE 9 */
        -moz-transform: rotateZ(0deg); 	/* Firefox */
        -webkit-transform: rotateZ(0deg); /* Safari 和 Chrome */
        -o-transform:rotateZ(0deg);
    }
}

@-o-keyframes wave {
    from {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg); 	/* IE 9 */
        -moz-transform:rotateZ(0deg); 	/* Firefox */
        -webkit-transform: rotateZ(0deg); /* Safari 和 Chrome */
        -o-transform: rotateZ(0deg);
    }
    to {
        transform: rotateZ(360deg);
        -ms-transform:rotateZ(360deg); 	/* IE 9 */
        -moz-transform:rotateZ(360deg); 	/* Firefox */
        -webkit-transform:rotateZ(360deg); /* Safari 和 Chrome */
        -o-transform:rotateZ(360deg);
    }
}
@-o-keyframes wave2 {
    from {
        transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg); 	/* IE 9 */
        -moz-transform:rotateZ(360deg); 	/* Firefox */
        -webkit-transform: rotateZ(360deg); /* Safari 和 Chrome */
        -o-transform:rotateZ(360deg);
    }
    to {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg); 	/* IE 9 */
        -moz-transform: rotateZ(0deg); 	/* Firefox */
        -webkit-transform: rotateZ(0deg); /* Safari 和 Chrome */
        -o-transform:rotateZ(0deg);
    }
}
/*product box end*/

@media screen and (max-width: 1700px){
    .right-content{
        transform: scale(0.9);
        -ms-transform:scale(0.9); 	/* IE 9 */
        -moz-transform:scale(0.9); 	/* Firefox */
        -webkit-transform:scale(0.9); /* Safari 和 Chrome */
        -o-transform:scale(0.9);
    }
    .paypal-product-container{
        min-height: auto;
    }
    #paypalActivity .deco-img1 {
        position: absolute;
        top: 15%;
        left: 33%;
    }
    #paypalActivity .deco-img2 {
        position: absolute;
        bottom: 10%;
        left: 30%;
    }
}
@media screen and (max-width: 1600px){
    .right-content{
        transform: scale(0.8);
        -ms-transform:scale(0.8); 	/* IE 9 */
        -moz-transform:scale(0.8); 	/* Firefox */
        -webkit-transform:scale(0.8); /* Safari 和 Chrome */
        -o-transform:scale(0.8);
    }
    #paypalActivity .spec-content{
        width: 70%;
        padding: 80px 20px 80px 30px;
    }
    #paypalActivity .spec-content .spec-title{
        font-size: 26px;
    }
    #paypalActivity .spec-content .spec-text {
        font-size: 16px;
        line-height: 30px;
        white-space: pre-line;
    }
    #paypalActivity .price-box .price-title {
        font-size: 24px;
    }
    #paypalActivity .price-box .goods-price {
        font-size: 28px;
    }
    #paypalActivity .price-box .goods-price-delete {
        font-size: 20px;
    }
    #paypalActivity .buy-button{
        width: 35%;
        right: 20px;
        bottom: 43px;
    }
}
@media screen and (max-width: 1500px){
    .right-content{
        transform: scale(0.7);
        -ms-transform:scale(0.7); 	/* IE 9 */
        -moz-transform:scale(0.7); 	/* Firefox */
        -webkit-transform:scale(0.7); /* Safari 和 Chrome */
        -o-transform:scale(0.7);
    }
    #paypalActivity .spec-content{
        width: 90%;
        padding: 80px 60px 100px 60px;
        margin-top: 40px;
    }
    #paypalActivity .circleCenter{
        /*right: -18%;*/
        right: -5%;
    }
    .paypal-product-container{
        background-size: 100% 100%;
        min-height: auto;
    }
    #paypalActivity .box {
        height: 700px;
        padding-top: 415px
    }
}
@media screen and (max-width: 1400px){
    #paypalActivity .product-subtitle{
        font-size: 22px;
    }
    #paypalActivity .spec-content .spec-text {
        font-size: 16px;
        line-height: 30px;
        padding-top: 10px;
    }
    #paypalActivity .price-box .price-title{
        font-size: 24px;
    }
    #paypalActivity .price-box .goods-price{
        font-size: 28px;
    }
    #paypalActivity .price-box .goods-price-delete{
        font-size: 22px;
    }
    #paypalActivity .spec-content{
        width: 90%;
        padding: 80px 40px 100px 40px;
    }
    .paypal-product-container{
        background-size: 100% 100%;
    }
    #paypalActivity .deco-img1 {
        position: absolute;
        top: 8%;
        left: 35%;
    }
    #paypalActivity .deco-img2 {
        position: absolute;
        bottom: 8%;
        left: 35%;
    }
    #paypalActivity .banner-img-box img{
        width: 60%;
        margin: 0 auto;
    }
    #paypalActivity .subtitle-box img{
        width: 60%;
        margin: 0 auto;
    }
    #paypalActivity .subtitle-text p{
        font-size: 18px;
        line-height: 28px;
    }
}
@media screen and (max-width: 1300px){
    .right-content{
        transform: scale(0.7);
        -ms-transform:scale(0.7); 	/* IE 9 */
        -moz-transform:scale(0.7); 	/* Firefox */
        -webkit-transform:scale(0.7); /* Safari 和 Chrome */
        -o-transform:scale(0.7);
    }
    #paypalActivity .spec-content{
        width: 90%;
        padding: 80px 60px 100px 60px;
        margin-top: 40px;
    }
    .paypal-product-inner{
        padding: 0 0 60px 30px;
    }
    #paypalActivity .circleCenter{
        /*right: -10%;*/
        right: 3%;
    }
    #paypalActivity .deco-img1 {
        position: absolute;
        top: 4%;
        left: 25%;
    }
    #paypalActivity .deco-img2 {
        position: absolute;
        bottom: 3%;
        left: 25%;
    }
    #paypalActivity .product-title{
        font-size: 40px;
    }
    #paypalActivity .product-subtitle{
        font-size: 20px;
    }
    #paypalActivity .spec-content .spec-title {
        font-size: 20px;
    }
    #paypalActivity .spec-content .spec-text {
        font-size: 14px;
        line-height: 26px;
        padding-top: 10px;
    }
    #paypalActivity .price-box .price-title{
        font-size: 20px;
    }
    #paypalActivity .price-box .goods-price{
        font-size: 24px;
    }
    #paypalActivity .price-box .goods-price-delete{
        font-size: 14px;
    }
    #paypalActivity .spec-content{
        width: 75%;
        padding: 80px 30px 80px 30px;
    }
    .paypal-product-container{
        background-size: 100% 100%;
        min-height: auto;
    }
    #paypalActivity .box {
        height: 600px;
        padding-top: 350px;
    }
}
@media screen and (max-width: 1200px){
    .right-content{
        transform: scale(0.6);
        -ms-transform:scale(0.6); 	/* IE 9 */
        -moz-transform:scale(0.6); 	/* Firefox */
        -webkit-transform:scale(0.6); /* Safari 和 Chrome */
        -o-transform:scale(0.6);
    }
    #paypalActivity .product-title{
        font-size: 36px;
    }
    #paypalActivity .product-subtitle{
        font-size: 18px;
    }

    #paypalActivity .price-box .goods-price{
        font-size: 20px;
    }

    #paypalActivity .buy-button{
        width: 40%;
        right: 12px;
        bottom: 30px;
    }
    #paypalActivity .deco-img1 {
        position: absolute;
        top: 10%;
        left: 30%;
    }
    #paypalActivity .deco-img2 {
        position: absolute;
        bottom: 13%;
        left: 30%;
    }
}
@media screen and (max-width: 1024px){
    .paypal-product-inner .left-content{
        width: 42%;
    }
    .right-content{
        width: 55%;
        transform: scale(0.5);
        -ms-transform:scale(0.5); 	/* IE 9 */
        -moz-transform:scale(0.5); 	/* Firefox */
        -webkit-transform:scale(0.5); /* Safari 和 Chrome */
        -o-transform:scale(0.5);
    }
    #paypalActivity .spec-content {
        width: 84%;
        padding: 60px 30px 80px 30px;
    }
    #paypalActivity .box {
        height: 500px;
        padding-top: 300px;
    }
    #paypalActivity .deco-img1 {
        position: absolute;
        top: 5%;
        left: 30%;
    }
    #paypalActivity .deco-img2 {
        position: absolute;
        bottom: 5%;
        left: 28%;
    }
    .paypal-product-inner{
        padding: 0 0 30px 30px;
    }
}

.bg-block{
    display: block;
}
.M-block{
    display: none;
}
.XS-block{
    display: none;
}
@media screen and (max-width: 768px) {
    .store-christmas-banner{
        background-image: url(../images/app/bannerBg.jpg);
        padding: 40px 0;
    }
    .bg-block{
        display: none;
    }
    .M-block{
        display: block;
    }
    #paypalActivity .subtitle-text p{
        font-size: 20px;
        line-height: 34px;
    }
    #paypalActivity .deco-img1,.deco-img2{
        display: none;
    }
    .paypal-product-inner .left-content{
        width: 100%;
    }
    .paypal-product-inner{
        padding: 40px 0;
    }
    #paypalActivity .title-box{
        padding-bottom: 20px;
    }
    #paypalActivity .title-box p{
        text-align: center;
    }
    #paypalActivity .product-subtitle{
        padding-top: 10px;
    }
    #paypalActivity .spec-content{
        width: 76%;
        margin: 0 auto;
        padding: 0;
        background: none;
        /*background: url("../images/app/specBorder.png") no-repeat;*/
    }
    .main-text-box{
        position: absolute;
        top: 35%;
        left: 45%;
        transform: translate(-50%, -50%);
        -ms-transform:translate(-50%, -50%); 	/* IE 9 */
        -moz-transform:translate(-50%, -50%); 	/* Firefox */
        -webkit-transform:translate(-50%, -50%); /* Safari 和 Chrome */
        -o-transform:translate(-50%, -50%);
        width: 70%;
    }
    #paypalActivity .spec-content .spec-title{
        font-size: 24px;
    }
    #paypalActivity .spec-content .spec-text {
        font-size: 16px;
        line-height: 30px;
    }
    #paypalActivity .price-box .price-title{
        font-size: 16px;
    }
    #paypalActivity .price-box .goods-price {
        font-size: 24px;
        line-height: 1.8;
    }
    #paypalActivity .price-box .goods-price-delete{
        font-size: 16px;
        line-height: 1;
    }
    #paypalActivity .buy-button {
        width: 44%;
        right: -20%;
        bottom: -6%;
    }
    .paypal-product-container{
        background-image: url("../images/app/background5.jpg");
        min-height: auto;
        background-size: 100% 100%;
    }
    .right-content{
        width: 100%;
        transform: scale(1);
        -ms-transform:scale(1); 	/* IE 9 */
        -moz-transform:scale(1); 	/* Firefox */
        -webkit-transform:scale(1); /* Safari 和 Chrome */
        -o-transform:scale(1);
    }
    #paypalActivity .circleCenter{
        right: 0;
    }
    #paypalActivity .box {
        height: 900px;
        padding-top: 550px;
    }
    #paypalActivity .product-img{
        width: 65%;
    }
    #paypalActivity .inner-circle-one{
        top: 17%;
        left: 17%;
    }
    #paypalActivity .inner-circle-two{
        top: 24%;
        left: 24%;
    }
    #paypalActivity .inner-circle-three{
        top: 29%;
        left: 29%;
    }
    #paypalActivity .subtitle-box img{
        width: auto;
        margin: 0 auto;
    }

    #paypalActivity .special-offer-text{
        font-size: 16px;
    }
    #paypalActivity .special-offer-list:first-child img{
        width: 100%;
    }
    #paypalActivity .special-offer-icon{
        height: 150px;
    }
    #paypalActivity .footer-content-wrapper .judges-icon em{
        padding: 10px;
        margin-right: 5px;
    }
}

@media screen and (max-width: 576px) {
    .store-christmas-banner{
        background-image: url(../images/xsapp/bannerBg.jpg);
    }
    .paypal-product-container{
        background-image: url("../images/xsapp/background5.jpg");
        background-size: 100% auto;
    }
    .m-scale{
        width: 85%;
        margin: 0 auto;
    }
    .m-scale7{
        transform: scale(0.6);
        -ms-transform:scale(0.6); 	/* IE 9 */
        -moz-transform:scale(0.6); 	/* Firefox */
        -webkit-transform:scale(0.6); /* Safari 和 Chrome */
        -o-transform:scale(0.6);
        margin-top: -20px;
    }
    #paypalActivity .product-img p{
        font-size: 14px;
    }
    #paypalActivity .banner-img-box{
        padding-bottom: 30px;
    }
    #paypalActivity .product-title{
        font-size: 30px;
    }
    #paypalActivity .product-subtitle{
        font-size: 14px;
    }
    .XS-block{
        display: block;
    }
    .xs-none{
        display: none;
    }
    #paypalActivity .spec-content{
        width: 95%;
    }
    #paypalActivity .spec-content img{
        width: 100%;
    }
    #paypalActivity .spec-content .spec-title{
        font-size: 18px;
    }
    #paypalActivity .spec-content .spec-text{
        font-size: 12px;
        line-height: 1.8;
    }
    .main-text-box {
        position: absolute;
        top: 35%;
        left: 50%;
        width: 80%;
    }
    #paypalActivity .buy-button {
        width: 50%;
        right: -6%;
        bottom: -50%;
        font-size: 14px;
    }
    #paypalActivity .box {
        height: 450px;
        padding-top: 290px;
    }
    .product-list-content{
        background-image: none;
    }
    #paypalActivity .title-content img{
        width: 100%;
    }
    #paypalActivity .title-content .title-text{
        font-size: 30px;
    }
    #paypalActivity .footer-content{
        flex-wrap: wrap;
        padding: 30px 20px;
    }
    #paypalActivity .footer-content .left-icon{
        width: 50%;
    }
    #paypalActivity .footer-content .right-img{
        width: 50%;
    }
    #paypalActivity .footer-content .right-img img{
        width: 100%;
    }
    #paypalActivity .judges-icon em{
        font-size: 26px;
        padding: 10px;
        margin-right: 15px;
    }
    #paypalActivity .title-content.more-box{
        width: 70%;
        margin: 0 auto;
    }


    #paypalActivity .special-offer-box{padding: 25px}
    #paypalActivity .special-offer-title{font-size: 23px}
    #paypalActivity .special-offer-content{flex-wrap: wrap}
    #paypalActivity .special-offer-list{width: 100%;margin-bottom: 20px}

    #paypalActivity .special-offer-text{
        font-size: 18px;
    }
    #paypalActivity .special-offer-list:first-child img{
        width: 100%;
    }
    #paypalActivity .special-offer-icon{
        height: auto;
    }
    #paypalActivity .footer-content-wrapper .footer-content .left-icon{width: 100%;text-align: center;margin-bottom: 40px}
    #paypalActivity .footer-content-wrapper .footer-content .right-img{width: 100%}
}
