body{
    margin: 0;
    padding: 0;
}
.page_index{
    width: 300px;
    height:300px;
    position: absolute;
    top:70%;
    left:60%;
}
.page_index #btn{
    width:44.67%;
    height:18%;
    position:absolute;
    top:20%;
    background:url("./img/page1/btn.png")no-repeat;
    background-size:cover;
    cursor:pointer;
}
.page_index .gif_img{
    width:26.67%;
    height:26.67%;
    position:absolute;
    top:5%;
    left:32%;
    background:url("./img/page1/hd.gif")no-repeat;
    background-size:cover;
}
#swiper_fullpage{
    position: relative;
    top:0;
    left:0;
}
.nagbar{
    width:100%;
    height:0.463%;
    position: absolute;
    top:82.1%;
    left:0;
    background-color: #A99C88;
}
.swiper-slide .righttip{
    width:36.5%;
    height:38.9%;
    position: absolute;
    top:12.96%;
    left:44.1%;
    text-align: center;
    overflow: hidden;

}

.swiper-slide .righttip img{
    width:100%;
}
.mCSB_dragger_bar{
    width: 12px;
    background-color:#000;
    opacity:.2;
}
 .photo{
    width:34.65%;
    height:11.2%;
    position: absolute;
    top:58.7%;
    left:43.8%;
    overflow: hidden;
}
.swiper-slide .photo .swiper-container .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide .photo .swiper-container .swiper-slide img{
    width: auto;
    height:auto;
    max-width: 100%;
    max-height: 100%;
}
.swiper-slide .photo .swiper-container .swiper-slide .bask{
    width: 100%;
    height:100%;
    position: absolute;
    top:0;left:0;
    background-color:rgba(0,0,0,.7);
    cursor:pointer;
    text-align: center;
    display: none;

}
.swiper-slide .photo .swiper-container .swiper-slide .text{
   color:#fff;
    padding-top:10px;
    font-size:14px;
    line-height:24px;
    opacity:1;
    text-align: center;
    padding-bottom:5px;

}
.swiper-slide .photo .swiper-container .swiper-slide .image{
    width: 24px;
    height:24px;
    background:url(./img/page3/fd-1.png)no-repeat center center;
    background-position:contain;
    position: absolute;
    left:50%;
    margin-left:-12px;
}
.photo .swiper-container {
    width: 100%;
    height:100%;
}
.swiper-slide .photo .swiper-container .swiper-slide{
    width:auto;
}




.content-last #swiper_ws{
    background-color: blue;
    width: 100%;
    margin: 0;
    height:450px;
}
.swiper-pagination{
    top:81.3%;
}
#swiper_ws{
    position: absolute;
    top:39.25%;
    left:21%;
    width:62%;
    height:40%;
    padding:2.0% 0;
    box-sizing:border-box;
}
#swiper_ws .swiper-slide{
    margin-left:-5%;
    padding:1.5% ;
    box-sizing:border-box;
    transition: all 0.4s;
}

#swiper_ws .swiper-slide img{
    width: 100%;
    transform: perspective(600px) rotateY(12deg);
    box-shadow: 0px 4px  10px #999;
    transition: all 0.4s;

}
#swiper_ws .swiper-slide img:hover{

    transform: rotateY(-12deg);


}
#swiper_ws .swiper-slide:hover{
    transform: scale(1.2)translateZ(500px);
    z-index:9999;
}
.swiper-button-prev{
    position: absolute;
    left:17%;
    top:58%;
    width: 40px;
    height:60px;
    background:url(./img/page7/left-2.png)no-repeat center center;
}
.swiper-button-next{
    position: absolute;
    right:13%;
    top:58%;
    width: 40px;
    height:60px;
    background:url(./img/page7/right-2.png)no-repeat center center;
}
.swiper-button-next.swiper-button-disabled{
    background:url(./img/page7/right-1.png)no-repeat center center;
}
.swiper-button-prev.swiper-button-disabled{
    background:url(./img/page7/left-1.png)no-repeat center center;
}
.refresh{
    position: absolute;
    bottom:4%;
    left:50%;
    width: 14%;
    height: 5.2%;
    margin-left:-5%;
    z-index:9999;
}

@media screen and (max-width: 736px) {
    .swiper-slide .photo .swiper-container .swiper-slide .text{
        font-size:8px;
        line-height:14px;
    }
}

