html,body,.swiper-container,.swiper-slide{
    height: 100%;
    overflow: hidden;
}
@font-face{
    font-family: dogfish;
    src: url("../font/Dogfish.ttf?v=2");
}
@font-face{
    font-family: calibri;
    src: url("../font/Calibri.ttf?v=2");
}
*{
    box-sizing: border-box;
}
body{
    width: 100%;
    margin: 0 auto;
/*     max-width: 640px; */
    min-width: 320px;
    font-family: dogfish;
    font-size: 1.4rem;

}
h1, h2, h3, h4, h5, h6{
    font-weight: 700;
    margin: 0
}
p{margin:0;}
ul,li{padding: 0;margin: 0;}
li{list-style: none;}
button{border: 0;outline: none;box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;}
.font-10{
    font-size: 1rem;
}
.colorf{
    color: #ffffff;
}
.swiper-slide{
    min-height: 100%;
    background-color: #e9f0f5;
}


.hide{
    display: none;
}
.text-center{
    text-align: center;
}
.swiper-pagination-bullet{
    width: auto;
    height: 30px;
    border-radius: 0;
    background-color: transparent;
    padding-right: 15px;
    text-align: right;
    font-size: 14px;
    outline: none;
    line-height: 30px;
    opacity: 1;
    color: #a1a1a1;
    background:  url(../i/navigation1.png) center right no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    font-style:oblique;

}
.swiper-pagination-bullet-active{
    background-color: transparent;
    background:  url(../i/navigation2.png) center right no-repeat;
    -webkit-background-size:auto 100%;
    background-size:auto 100%;
    color: #fff;
}

/* header{
    width: 100%;
    background-color: #333;
    height: 165px;
    line-height: 165px;
}
header h2{
    width: 100%;
    text-align: center;
    font-size: 48px;
    color: #fff;
    padding: 0 20px;
} */
.main{
    width: 100%;
    min-width: 1200px;
    background-color: #000;
    position: relative;
}

.age_agree{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.85);
    z-index: 99;
}
.age_box{
    width: 540px;
    background:  url(../i/bg2.png) center bottom no-repeat;
    height: 335px;
    position: absolute;
    top:50%;
    left: 50%;
    margin-top: -167px;
    margin-left: -270px;
    border-radius:10px;
    text-align: center;
}
.age_box .p1,.age_box .p2{
    color: #e32488;
}
.age_box .p1{
    font-size: 60px;
    margin-top: 35px;
}
.age_box .p2{
    font-size: 24px;
}
.age_box .p3{
    color: #fff;
    font-size: 24px;
    font-family: calibri;
    width: 70%;
    margin:15px auto 0;
}
.btn_box{
    text-align: center;
    margin-top:25px;
}
.btn_box button{
    width: 150px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-family: calibri;
    background-color: #e32488;
    border-radius: 6px;
    margin:0 20px;
    font-size: 20px;
    cursor: pointer;
}
.btn_box button a {
    display: inline-block;
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: #fff;
}
.video_box{
    width: 99%;
    height: 99%;
    position: fixed;
    top:2%;
/*    margin-top: -200px;*/
    left: 0%;
/*    margin-left: -425px;*/
    z-index: 99999999;
    display: none;
    border:0;
}
.c_video{
    border:0;
}
.video_colse{
    position: absolute;
    top:-15px ;
    right: -15px;
    width: 30px;
    height: 30px;
    background:  url(../i/close.png) center center no-repeat;
    cursor: pointer;
    -webkit-background-size: 100%;
    background-size: 100%;
    z-index: 999;
}