@charset "utf-8";
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{
    margin: 0;
    padding: 0
}
*{
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-focus-ring-color: rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
body{
    padding: 0;
    margin: 0;
    background: #fff;
    font: .16rem/1.8 "微软雅黑", Verdana, Arial, Helvetica, sans-serif;
    color: #fff;

    /*IOS禁止调整字体大小*/
    -webkit-text-size-adjust: 100% !important;
}
html,body,fieldset,img,iframe,abbr{
    border: 0
}
input,
button,
textarea,
select{
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
textarea{
    overflow: auto;
    resize: none
}
h1,h2,h3,h4,h5,h6,em,strong,b{
    font-weight: 700
}
a{
    border: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    text-decoration: none
}
a:hover{
    text-decoration: none
}
input,select{
    outline: none;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand{ display: none; }
li{
    list-style: none
}
textarea{
    overflow: auto;
    resize: none
}
img{
    width: 100%;
    vertical-align: top;
}
.hide{
    display: none
}
.fl{
    float: left
}
.fr{
    float: right
}
.show{
    display: block
}

.container{
    width: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
}
/*导航栏*/
header{
    width: 100%;
    height: 2.12rem;
    position: absolute;
    top: 0;
    background: #3286ed;
    z-index: 10;
}
header a.top_logo{
    margin: .35rem 0 0 .50rem;
}
header a.top_logo img{
    width: 1.36rem;
}
header a.top_logo p{
    margin: .15rem 0 .25rem .20rem;
    line-height: 1;
    font-size: .50rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    letter-spacing: .02rem;
    /*text-shadow: .01rem .01rem .04rem #000;*/
}
header a.top_logo p span{
    font-size: .25rem;
}
header a.top_forum{
    width: 3.02rem;
    margin-top: .50rem;
    margin-right: .50rem;
}
.wrap{
    padding-bottom: 4.80rem;
    background: url("../img/bg.jpg") no-repeat center top;
    background-size: 100%;
}
/*第一屏*/
.topic{
    width: 100%;
    height: 18.50rem;
    position: relative;
}
.topic .logo{
    width: 3.30rem;
    position: absolute;
    top: 11.85rem;
    left: 3.48rem;
}
.topic .slogan{
    width: 8.12rem;
    position: absolute;
    top: 13.0rem;
    left: 50%;
    margin-left: -4.06rem;
}
.topic .head{
    width: 5.40rem;
    position: absolute;
    top: .40rem;
    left: 1.0rem;
    z-index: 3;
}
.topic .head2{
    width: 3.0rem;
    position: absolute;
    top: 2.50rem;
    right: 0;
    z-index: 1;
}
.topic .head3{
    width: 100%;
    position: absolute;
    top: 1.65rem;
    left: 0;
    z-index: 2;
}
.topic .headline{
    width: 2.76rem;
    position: absolute;
    top: 14.80rem;
    left: 50%;
    margin-left: -1.38rem;
}
.topic .headline p:first-child{
    width: 1.49rem;
    margin: 0 auto .20rem;
}
.topic .btn-video{
    width: 1.20rem;
    position: absolute;
    top: 5.60rem;
    left: 2.50rem;
    -webkit-animation: pulse 1s infinite;
    animation: pulse 1s infinite;
    display: none;
}
/*预约好礼*/
.task{
    font-size: 0;
    text-align: center;
}
.task .title{
    width: 3.92rem;
    margin: auto;
}
.task-info{
    margin-top: .60rem;
    position: relative;
}
.task-prize{
    width: 2.87rem;
    margin: .16rem .48rem;
    position: relative;
    display: inline-block;
}
.task-prize.current:after{
    content: '';
    width: .54rem;
    height: .46rem;
    position: absolute;
    top: 2.20rem;
    right: .20rem;
    background: url("../img/task_current.png") no-repeat;
    background-size: 100%;
}
/*宠物图鉴*/
.pet{
    padding-top: 3.90rem;
    font-size: 0;
    text-align: center;
}
.pet .title{
    width: 4.44rem;
    margin: auto;
}
.pet-info{
    margin-top: .10rem;
    position: relative;
}
.pet-swiper{
    width: 100%;
    height: 8.89rem;
}
.pet-pic{
    width: 100%;
}
.pet-swiper-button-next{
    width: .84rem;
    height: .99rem;
    position: absolute;
    top: 4.20rem;
    right: .60rem;
    background: url("../img/pet_btn.png") no-repeat;
    background-size: 100%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 11;
}
.pet-swiper-button-prev{
    width: .84rem;
    height: .99rem;
    position: absolute;
    top: 4.20rem;
    left: .60rem;
    background: url("../img/pet_btn.png") no-repeat;
    background-size: 100%;
    z-index: 11;
}
/*游戏介绍*/
.feature{
    padding: 1.60rem 0 3.80rem;
    font-size: 0;
    text-align: center;
}
.feature .title{
    width: 4.44rem;
    margin: auto;
}
.feature-info{
    margin-top: .80rem;
    position: relative;
}
.feature-swiper{
    width: 8.06rem;
    height: 4.86rem;
}
.feature-swiper-button-next{
    width: .84rem;
    height: .99rem;
    position: absolute;
    top: 2.50rem;
    right: .60rem;
    background: url("../img/feature_btn.png") no-repeat;
    background-size: 100%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 11;
}
.feature-swiper-button-prev{
    width: .84rem;
    height: .99rem;
    position: absolute;
    top: 2.50rem;
    left: .60rem;
    background: url("../img/feature_btn.png") no-repeat;
    background-size: 100%;
    z-index: 11;
}
.feature-vision{
    width: 5.74rem;
    position: absolute;
    top: 5.10rem;
    left: 50%;
    margin-left: -2.87rem;
    z-index: 2;
}
/*游戏视频*/
.videos{
    padding-top: 4.70rem;
}
.videos .title{
    width: 3.92rem;
    margin: auto;
}
.videos-pic{
    width: 7.16rem;
    margin: .50rem auto 0;
}
/*弹框*/
.shade{
    width:100%;
    height:100%;
    background:rgba(0,0,0,.6);
    position:fixed;
    top:0;
    left:0;
    z-index: 100;
}
.video{
    width: 100%;
    height: 5.64rem;
    position: fixed;
    top: 50%;
    margin-top: -2.82rem;
    z-index: 101;
}
.close{
    width: .80rem;
    height: .80rem;
    position: absolute;
    top: 6.0rem;
    left: 50%;
    margin-left: -.40rem;
    background:url(../img/btn_close.png) no-repeat;
    background-size: 100%;
    cursor:pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 101;
}
.close:hover{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
#player::-webkit-media-controls-fullscreen-button{
    display: none;
}