@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;
}
.wrap{
    /*margin-top: 1.95rem;*/
    padding-bottom: 4.50rem;
    background: url("../img/bg.jpg") no-repeat center top;
    background-size: 100%;
}
/*第一屏*/
.topic{
    width: 100%;
    height: 14.55rem;
    position: relative;
}
.topic .logo{
    width: 6.72rem;
    position: absolute;
    top: .18rem;
    left: 1.64rem;
}
.topic .head{
    width: 100%;
    position: absolute;
    /*top: -1.95rem;*/
    left: 0;
}
.topic .btn-video{
    width: 1.875rem;
    position: absolute;
    top: 8.60rem;
    left: 4.0rem;
    -webkit-animation: pulse 1s infinite;
    animation: pulse 1s infinite;
    display: none;
}
.topic .btn-order{
    width: 3.65rem;
    position: absolute;
    left: 3.17rem;
    bottom: .40rem;
}
.title{
    width: 4.875rem;
    margin: auto;
}
/*预约奖励*/
.order{
    font-size: 0;
    text-align: center;
}
.order-gift{
    height: 6.53rem;
    margin-top: -.47rem;
    position: relative;
    background: url("../img/order_bg.png") no-repeat;
    background-size: 100%;
}
.order-gift span{
    width: 3.34rem;
    position: absolute;
}
.order-gift .gift-1{
    top: 3.75rem;
    left: .40rem;
}
.order-gift .gift-2{
    top: 4.60rem;
    left: 3.40rem;
}
.order-gift .gift-3{
    top: 4.10rem;
    left: 6.30rem;
}
.btn-get{
    width: 3.125rem;
    margin: 1.40rem auto 0;
    display: block;
}
/*游戏介绍*/
.rule{
    margin-top: .60rem;
    position: relative;
}
.rule-info{
    width: 9.80rem;
    height: 4.22rem;
    margin: .18rem auto 0;
    background: url("../img/rule_bg.png") no-repeat;
    background-size: 100%;
}
.rule-info p{
    padding: .40rem .70rem;
    line-height: .40rem;
    font-size: .23rem;
    color: #fff;
}
/*角色介绍*/
.role{
    width: 9.31rem;
    margin: -1.30rem auto 0;
}
.role span{
    display: block;
}
/*游戏特色*/
.feature{
    padding-top: 1.80rem;
}
.feature-info{
    margin: .08rem auto 0;
    position: relative;
    background: url("../img/feature_bg.png") no-repeat;
    background-size: 8.75rem 3.28rem;
    background-position: top center;
}
.feature-swiper{
    width: 9.66rem;
    height: 5.78rem;
    margin: auto;
    padding-top: 1.875rem;
}
.feature-swiper .swiper-slide .feature-pic{
    width: 8.75rem;
    height: 4.92rem;
    position: absolute;
    top: .49rem;
    left: .47rem;
}
.feature-swiper .swiper-slide .feature-screen{
    width: 100%;
    position: relative;
}
.feature-swiper-button-next{
    width: .78rem;
    height: .78rem;
    position: absolute;
    top: 4.8rem;
    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: .78rem;
    height: .78rem;
    position: absolute;
    top: 4.8rem;
    background: url("../img/feature-btn.png") no-repeat;
    background-size: 100%;
    z-index: 11;
}
.feature-swiper-pagination{
    margin-top: .25rem;
    position: relative;
}
.feature-swiper-pagination .swiper-pagination-bullet{
    width: .15rem;
    height: .15rem;
    margin: 0 .08rem;
    background: #8fb4d7;
    border-radius: 100%;
    opacity: 1;
    vertical-align: top;
}
.feature-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #4dd1be;
}
/*弹框*/
.shade{
    width:100%;
    height:100%;
    background:rgba(0,0,0,.6);
    position:fixed;
    top:0;
    left:0;
    z-index: 100;
}
.video{
    width: 10rem;
    height: 6.0rem;
    position: fixed;
    left: 50%;
    top:50%;
    margin-left: -5.0rem;
    margin-top: -3.0rem;
    z-index: 101;
}
.close{
    width: .80rem;
    height: .80rem;
    position: absolute;
    top: 6.20rem;
    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{
    width: 100%;
    height: 100%;
}