html{
    font-family: Roboto;
    overflow-x: hidden;
}

.headerContent{
    z-index: 999;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.christmas_main{
    width: 100%;
    overflow-x: hidden;
}

.christmas_main img{
    width: 100%;
    line-height: 0;
}

.christmas_main div{
    box-sizing: border-box;
}

.chr_hearder{
    position: relative;
}

.christmas_main .banner1{
    position: absolute;
    top: -4rem;
    left: 0;
    width: 15.6%;
}

.chr_hearder_text{
    width: 60%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: -4rem;
}

h2.chr_text{
    display: inline-block;
    padding-left: 102px;
    font-size: 48px;
    color: #85552a;
    margin: 0;
    position: relative;
}

.chr_hearder_text p{
    font-size: 20px;
    color: #855017;
    margin: 1rem 0;
    line-height: 60px;
}

.chr_hearder_text p span{
    font-weight: 700;
    color: #be7220;
}

.christmas_main .banner2{
    position: absolute;
    width: 92px;
    left: 0;
    bottom: 0rem;
}

.christmas_main .banner3 .banner2{
    width: 54px;
}

.christmas_main .banner3{
    padding-left: 61px;
    line-height: 50px;
    margin-top: 6rem;
}

.christmas_bg_parent{
    height: 2rem;
    width: 100%;
}

.christmas_bg{
    position: relative;
    left: 0;
    top: -11.5rem;
    z-index: -1;
}

.christmas_form{
    /* width: 69.8%; */
    max-width: 1320px;
    padding-top: 10rem;
    margin: 0 auto;
}

.form_main{
    line-height: 90px;
    font-size: 18px;
    color:#343434;
}

.chr_text_parent{
    text-align: center;
}

.christmas_form form{
    float: left;
    width: 45%;
    box-sizing: border-box;
    padding: 0 2rem;
    position: relative;
    z-index: inherit;
}

.chr_input_text{
    float: left;
    width: 50%;
}

.chr_input_text:last-child{
    width: 100%;
}

.chr_input_text input{
    max-width: 240px;
}

.chr_checkboxs{
    box-sizing: border-box;
}

.chr_checkboxs label:nth-child(1){
    padding-left: 2rem;
    box-sizing: border-box;
}

.chr_checkboxs label:nth-child(2){
    text-align: left;
}

.chr_checkboxs label:nth-child(3){
    text-align: left;
}

.chr_checkbox{
    width: 33.33%;
    float: left;
}

.chr_checkbox input{
    margin-right: 1rem;
}

.chr_input_text input{
    border: none;
    width: 70%;
    border-bottom: 2px solid #333333;
    padding: .5rem 4px;
    height: 2.6rem;
}

.chr_button{
    text-align: center;
    line-height: 0;
}

.chr_button button{
    background: transparent;
    border: none;
    cursor: pointer;
    width: 12vw;
    min-width: 200px;
    margin-top: 55px;
    opacity: 1;
}

.chr_button button:hover{
    opacity: .85;
}

.christmas_form_content{
    float: right;
    position: relative;
    width: 55%;
    margin-bottom: 130px;
}

.christmas_form{
    position: relative;
}

.christmas_form label{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.christmas_form_content .christmas_border{
    position: relative;
}

.chr_introduce{
    position: relative;
}

.chr_introduce_main{
    position: absolute;
    top: 30%;
    text-align: center;
    padding:  0 4% 0 8%;
    box-sizing: border-box;
    z-index: 10;
}

.chr_introduce_main p{
    margin: 0;
    font-size: 18px;
    color: #933f12;
    line-height: 41px;
    text-align: left;
}

.chr_introduce_main p a{
    color: #05a0f5;
    font-weight: 700;
}

.christmas_main .banner5 .banner2{
    width: 131px;
    left: -3.5rem;
    line-height: 110px;
}

.christmas_main .banner5{
    line-height: 110px;
}

.christmas_main .banner6{
    width: 39%;
    position: absolute;
    right: 12%;
    bottom: 2%;
    z-index: 0;
}

.christmas_main .banner7{
    width: 20.73vw;
    position: absolute;
    right: -15vw;
    bottom: -19%;
}

.christmas_gifts{
    text-align: center;
    margin-top: 5rem;
}

.christmas_gifts p{
    font-size: 1.846rem;
    color: #934725;
    margin: 0;
}

.christmas_gifts .hr_img{
    width: 330px;
    margin: 1rem 0;
    margin-bottom: 4rem;
}

@media (max-width:1700px) and (min-width:1600px){
    .christmas_main .banner7{
        bottom: -17%;
    }
}

@media (max-width:1600px) and (min-width:1500px){
    .christmas_main .banner7{
        bottom: -15%;
    }
    
    .christmas_form {
        padding-top: 8rem;
    }
}

@media (max-width:1500px) and (min-width:1350px){
    .christmas_main .banner7{
        bottom: -13%;
    }

    .christmas_form {
        padding-top: 5rem;
    }
}

@media (max-width:1350px) and (min-width:1000px){
    .christmas_main .banner7{
        bottom: -10%;
    }

    .christmas_form {
        padding-top: 4rem;
        position: static;
    }
}

@media (max-width:1000px) and (min-width:768px){
    .chr_hearder_text{
        width: 80%;
        top: -1rem;
    }

    .christmas_bg{
        top: -6rem;
    }

    .christmas_main .banner7{
        bottom: -7%;
        right: -16vw;
        width: 30%;
    }

    .christmas_form {
        padding-top: 2rem;
    }

    .christmas_form form{
        position: relative;
        z-index: inherit;
        padding-left: 2rem;
    }

    .christmas_form form,.christmas_form_content{
        float: none;
        width: 100%;
    }

    .christmas_form_content{
        margin-bottom: 90px;
    }

    .christmas_gifts{
        margin-top: 5rem;
    }
/* 
    .form_shadow{
        height: 780px;
    } */
}

@media (max-width:767px){
    .christmas_main .banner1{
        top: -1rem;
    }

    .chr_hearder_text{
        width: 100%;
        padding: 0 2rem;
        box-sizing: border-box;
        top: 0;
    }

    h2.chr_text{
        font-size: 2rem;
        padding-left: 5rem;
    }

    .christmas_main .banner2{
        width: 4rem;
    }

    .christmas_main .banner3 .banner2{
        width:  2.5rem;
    }
    
    .christmas_main .banner3{
        padding-left: 2.9rem;
        margin-top: 0;
    }

    .christmas_main .banner5 .banner2{
        width: 6rem;
        left: -3rem;
        line-height: 4.583rem;
    }
    
    .christmas_main .banner5{
        line-height: 4.666rem;
        color: #86552c;
    }

    .chr_hearder_text p{
        font-size: 1.5rem;
        line-height: 2.5rem;
    }

    .christmas_form{
        padding-top: 4rem;
    }

    .christmas_bg{
        top: -5rem;
    }

    .form_main{
        line-height: 4.166rem;
        font-size: 1.166rem;
    }

    .christmas_form{
        width: 100%;
    }

    .christmas_form form{
        position: relative;
        z-index: inherit;
        float: none;
        width: 100%;
        padding-left: 2.4rem;
    }

    .christmas_form_content{
        position: static;
        float: none;
        width: 100%;
    }

    .chr_button button{
        min-width: 37vw;
        width: 37vw;
        margin-top: 1rem;
    }

    .chr_introduce_main{
        top: 26%;
        padding: 0 9% 0 8%;
    }

    .chr_introduce_main p{
        margin: 0;
        font-size: 1.166rem;
        color: #ac7560;
        line-height: 1.833rem;
        text-align: left;
        box-sizing: border-box;
    }

    .chr_introduce{
        padding: 0 2rem;
        box-sizing: border-box;
    }

    .christmas_main .banner7{
        width: 38vw;
        right: -24vw;
        bottom: -14.5%;
    }

    .christmas_gifts p{
        font-size: 1.166rem;
    }

    .christmas_gifts .hr_img{
        margin: 1rem 0;
        width:50%;
    }
   
    .christmas_form_content {
        margin-bottom: 6rem;
    }

    .christmas_gifts{
        margin-top: 5rem;
    }

    .banner8 .banner2{
        width: 4.5rem
    }

    /* .form_shadow{
        height: 420px;
    } */
    .chr_input_text{
        width: 90% !important;
    }

    .chr_input_text input{
        margin-left: 1rem;
        padding: 0 4px;

    }
}

@media (max-width:374px){
    .chr_introduce {
        padding:  0 1rem;
    }

    .christmas_main .banner7{
        bottom: -11%;
    }

    .christmas_form {
        padding-top: 2rem;
    }
}

@media (min-width:768px){
    .pc_hide{
        display: none;
    }
}


.chr_introduce_main h2{
    font-size: 38px;
}

.chr_introduce_main p{
    line-height: 34px;
}

.form_main_img1{
    display: none;
}

.form_main_img1 img{
    width: 100%;
}

@media (max-width:767px){
    .move_hide{
        display: none;
    }

    .form_main_img1 img{
        width: 200%;
    }

    .chr_introduce_main h2{
        font-size: 2rem;
    }

    .chr_introduce_main p{
        line-height: 30px;
    }
}

.footer{
    position: relative;
    z-index: inherit;
}

.bg_di_img{
    position: relative;
}

.form_main_img{
    margin-top: 12rem;
}

.bg_di_img  .winning_left{
    position: absolute;
    left: 10%;
    top: 10%;
    width: 15%;
    height:80%;
    background: rgba(255, 255, 255, .3)
}

.bg_di_img  .winning_right{
    position: absolute;
    right: 10%;
    top: 10%;
    width: 15%;
    height:80%;
    background: rgba(255, 255, 255, .3)
}

.bg_di_img .swiper-container{
    height: 80%;
    text-align: center;
    color: #934725;
}
/* 
.bg_di_img{
    text-align: left;
} */

.bg_di_img h2{
    font-size: 1.2rem;
    color: #934725;
}

@media (max-width:767px){
    .form_main_img{
        margin-top: 5rem;
    }

    .bg_di_img  .winning_left,.bg_di_img  .winning_right{
        width: 80%;
        margin: 0 auto;
        position: static;
        height: 300px;
    }
}


































#leafContainer{
    position: fixed;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    overflow: hidden;
}

#leafContainer > div{
    position: absolute;
    max-width: 100px;
    max-height: 100px;
    -webkit-animation-iteration-count: infinite, infinite;
    -webkit-animation-direction: normal, normal;
    -webkit-animation-timing-function: linear, ease-in;
}

#leafContainer > div > img{
    width: 100%;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform-origin: 50% -100%;
}

@-webkit-keyframes fade{
    0%   {
    opacity: 1;
    }
    95%
    {
    opacity: 1;
    }
    100%
    {
    opacity: 0;
    }
}

@-webkit-keyframes drop
    {
    0%   {
    -webkit-transform: translate(0px, -50px);
    }
    100%
    {
    -webkit-transform: translate(0px, 650px);

    }

}

@-webkit-keyframes clockwiseSpin
{
    0%   {
    -webkit-transform: rotate(-50deg);
    }
    100%
    {
    -webkit-transform: rotate(50deg);
    }
}

@-webkit-keyframes counterclockwiseSpinAndFlip
{
    0%   {
    -webkit-transform: scale(-1, 1) rotate(50deg);
    }
    100%
    {
    -webkit-transform: scale(-1, 1) rotate(-50deg);
    }
}