body{
    margin: 0;
    padding: 0;
}
.wap{
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #fff9e3;
}
.banner{
    position: relative;
    width: 100%;
    height: 15.01rem;
    background: url(../images/banner-bj_01.jpg) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.banner-tit{
    position: absolute;
    left: 50%;
    top: 6.67rem;
    transform: translate(-50%, -50%);

    
}
.banner-tit img{
    width: 13.27rem;
    height: 5.83rem;

}


.banner .banner-borde{
    position: absolute;
    top: 0;
    right: 0;
}
.banner .banner-borde img{
    width: 18.39rem;
    height: 13.43rem;
}

.centen{
    width: 94%;
    margin: auto;
    background: #56af8c;
    text-align: center;
    overflow: hidden;
}
.Floor1{
    width: 100%;
    position: relative;
}

.Floor1-centen{
    width: 80%;
    margin: .35rem auto;
    background: #fff;
    border-radius: .27rem;
    position: relative;
    padding: 20px 0px 0px 20px;
    display: flex;
    justify-content: space-between;
}
.Floor1-centen-left{
    padding-bottom: .27rem;
    width: 50%;
}
.Floor1-centen-right{
    width: 50%;
}
.Floor1-form{
    width: 50%;
    margin: auto;
}
.Floor1-form-item{
    height: .53rem;
    width: 100%;
    margin-top: .5rem;
}
.Floor1-form-item input{
    width: 100%;
    color: #999;
    height: .53rem;
    border: 1px solid #4ba793;
    padding-left: .07rem;
}
.Floor1-form-item button{
    height: .53rem;
    width: 2.67rem;
    background: #4ba793;
    color: #fff;
    font-size: .2rem;
    line-height: .53rem;
    border: 0;
    font-weight: bold;
    letter-spacing: .07rem;
    border-radius: .13rem;
}

.floor1-list{
    margin-bottom: .67rem;
    width: 8.28rem;
}
.floor1-list p {
    background: #4ba793;
    line-height: 1rem;
    color: #fff;
    font-size: .43rem;
    font-weight: bold;
    text-align: left;
    border-radius: .2rem;
    padding-left: .2rem;
    letter-spacing: .07rem;
}
.floor1-Gift{
    position: absolute;
    right: 1.2rem;
    bottom: .4rem;

}
.floor1-Gift img{
    width: 6.6rem;
    animation: pulse 2s infinite;
}


.Floor2,.Floor3,.Floor4{
    width: 100%;
    position: relative;
    background: #56af8c;
}
.Floor2-centen{
    margin: auto;
    width: 80%;
    /* border-radius: 0.27rem; */
}
.Floor2-table{
    border-radius: 0.27rem;
    width: 100%;
    position: relative;
    color: #666666;
    line-height: .4rem;
    text-align: center;
    border-spacing: 0;
    background: #fff;
    margin: auto;
}
.Floor2-table thead{
    background: #e5f0f8;
    color: #333333;
    /* border-radius: 0.27rem; */
}
.Floor2-table tr,.Floor2-table td{
    padding: .13rem .07rem;
    font-size: .21rem;
    line-height: .67rem;
    box-sizing: border-box;
    border-right: 1px solid #e5f0f8;
    border-bottom: 1px solid #e5f0f8;
}
.Floor2-table tr,.Floor2-table th{
    border-right: 1px solid #fff;
}

.Floor2-table tr:last-child{
    border-bottom: 0;
}
/*.Floor2-table td:last-child{*/
/*    border-bottom: 0;*/
/*    border-right: 0;*/
/*}*/

.Floor3-centen{
    width: 80%;
    margin: auto;
    background: #fff;
    border-radius: 0.27rem;
    padding: 0.4rem;

}
.Floor3-centen img{
    width: 100%;
}

.Floor3-list{
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}
.Floor3-item{
    width: 16%;
    overflow: hidden;
    margin-bottom: .5rem;
    border: 1px solid #d1d1d1;
    padding: 20px;
}
.Floor3-item .Floor3-img img{
    border-radius:50%;
    width: 2rem;
    height: 2rem;
    border: 1px solid #d1d1d1;
}
.Floor3-text p{
    font-weight: bold;
    
}
.Floor3-desc{
    margin-top: .11rem;
    color: #666;
    text-align: left;
}

.Floor3-item:hover img{
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    transition: transform .5s;
   }

.Floor4-centen{
    width: 80%;
    margin: 0rem auto 1.33rem auto;
    background-color: #fff;
    border-radius: 0.27rem;
}
.Floor4-centen img{
    width: 97%;
    border-radius: 0.27rem;
    
}

.Floor-tit{
    width: 13.33rem;
    text-align: center;
    margin:.27rem  auto;
    background: #4ba793;
    border-radius: .6rem;
    box-shadow: 4px 5px 13px 0px #000;
}
.Floor-tit h2{
    font-size: .56rem;
    font-weight: bold;
    letter-spacing: .07rem;
    color: #fff;
    line-height: 1.5rem;
    
}