﻿.body {
    width: 100%;
    text-align: center;
}

.bgContainer1 {
    width: 100%;
    background: url(images/New/03.png?ver=1) no-repeat center top;
    height: 554px;
    text-align: center;
    margin: 0px auto;
    min-width: 1300px;
}
.bgContainer1_item1 {
    width: 1300px;
    margin: 0px auto;
    height: 600px;
    text-align: left;
}
.icon1 {
    position: absolute;
    margin-top: 0px;
    margin-left: 0px;
    animation: gt 3s infinite;
    animation-duration:3s;
}

@keyframes gt {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(0px, 10px);
    }

    100% {
        transform: translate(0px, 0px);
    }

}

.icon2 {
    position: absolute;
    margin-top: 300px;
    margin-left: 600px;
}
.icon3 {
    position: absolute;
    margin-top: 320px;
    margin-left: 590px;
}
.bgContainer2 {
    width: 100%;
    background: url(images/New/banner2.png?ver=1) no-repeat center top;
    height: 2628px;
    text-align: center;
    margin: 0px auto;
    min-width: 1300px;
}

.bgContainer3 {
    width: 100%;
    background: url(images/New/222.png) no-repeat center top;
    height: 468px;
    text-align: center;
    margin: 0px auto;
    min-width: 1300px;
}
.pricePanel {
    margin-top: 10px;
}
.itemPrice {
    display: inline-block;
    width: 239px;
    height: 284px;
    background: #fcfdff;
    border: 1px solid #ebf6ff;
    border-radius: 8px;
    margin-right: 20px;
    transition: all .3s;
    position: relative;
    cursor: pointer;
    margin-left: 20px;
}
.itemPriceActive {
    border: 1px solid #ebf6ff;
    box-shadow: 0px 0px 10px 1px rgba(123,196,255,1.00);
}

.price4 a {
    background: #0378D8;
    padding: 12px 90px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}

.money1 {
    color: #ff2f32;
    font-size: 20px;
    /*font-family: 'IMPACT';*/
}

.money1Del {
    color: #CCCCCC;
    font-size: 14px;
    text-decoration: line-through;
    /*font-family: 'IMPACT';*/
}

.price3 {
    margin-top: 5px;
    height: 20px;
}

.price3Span {
    background-color: #FFDC76;
    color: #884C0F;
    font-size: 14px;
    padding: 3px 10px;
}

.price4 {
    text-align: center;
    margin-top: 50px;
}

.price1 {
    color: #333333;
    font-size: 16px;
    /* font-weight: bold; */
    margin-top: 20px;
    margin-bottom: 30px;
}
body, .BodyBg {
    background: #ffffff !important;
}
.icon13 {
    position: absolute;
    margin-left: -120px;
    margin-top: -10px;
}
.price5 {
    font-size: 30px;
    font-weight: bold;
}
.price2 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.bgContainer2_item1 {
    width: 1300px;
    margin: 0px auto;
    height: 600px;
    text-align: left;
}

.icon11 {
    position: absolute;
    margin-top: 700px;
    margin-left: 0px;
    animation: gt2 3s infinite;
    animation-duration: 3s;
}

@keyframes gt2 {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(0px, 10px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}