@charset "utf-8";
/* 头部 */
.header_top{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width:100%;
    height: .6rem;
    background: #fff;
}
.wrap_top{
    width: 15.1rem;
    height: 100%;
    margin:0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box; 
}
.logo {
    width: 2.62rem;
    height: .31rem;
    margin: .145rem auto;
    display: block;
}
.logo img{
    width: 100%;
    height: 100%;
    display: block;
}
.top_nav li{
    position: relative;
    float: left;
    width: 1.26rem;
    height: .6rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box; 
}
/* 当前页面选中 */
.top_nav li.aiwan_sound{
    width:  1.26rem;
    height: .6rem;
    background: url(../images/index/top/topicon.png) no-repeat;
    background-size: 2.7rem 2.5rem;
    background-position:  -1.26rem -1.86rem;
}
.top_nav li a{
    height: 100%;
    color: #333;
    text-align: center;
    font-size: .14rem;
    display: block;
    overflow: hidden;
}
.top_nav li a i{
    background: url(../images/index/top/topicon.png) no-repeat;
    background-size: 2.7rem 2.5rem;
    display: block;
    margin: .11rem auto 0;
}
.top_nav li a .home_icon{
    width: .18rem;
    height: .21rem;
    background-position:  -.45rem 0;
} 
.top_nav li a span{
    line-height: .24rem;
}   
.top_nav li a span.tab_text5{
    color: #49c5f8;
}        
.top_nav li a .download_icon{
    width: .21rem;
    height: .22rem;
    background-position:  0 0;
} 
.top_nav li a .gm_icon{
    width: .23rem;
    height: .24rem;
    background-position:  -.22rem 0;
} 
.top_nav li a .soldie_icon{
    width: .2rem;
    height: .23rem;
    background-position:  -.65rem 0;
} 
.top_nav li a .sound_icon{
    width: .23rem;
    height: .23rem;
    background-position:  -.86rem 0;
}
 /* 背景变换 */
 .top_nav li::after{
    content: "";
    position:absolute;
	left:0;
	bottom:0;
    width: 1.26rem;
    height: 0;
    transition: height .3s;
    -webkit-transition:  height .3s;
    -moz-transition:  height .3s;
    -ms-transition:  height .3s;
    -o-transition:  height .3s;
    /* z-index: -1; */
    background: url(../images/index/top/topicon.png) no-repeat;
    background-size: 2.7rem 2.5rem;
 }
 .top_nav li a{
    position: absolute;
    width: 100%;
    top:0;
    left: 0;
    z-index: 2;
}
.top_nav li:hover::after{
    height: .6rem;
}
/* 当前页面鼠标悬浮不变化 */
.top_nav li.aiwan_sound::after{
    height: 0;
}
/* 1 */
.home_li:hover a{
    color: #5648FE;
}
.top_nav li.home_li::after{
    background-position:  0 -.64rem;
}
/* 2 */
.download_center:hover a{
    color: #fe9f20;
}
.top_nav li.download_center::after{
   background-position:  0 -1.25rem;
}
.download_active{
   background: url(../images/index/top/topicon.png) no-repeat;
   background-size: 2.7rem 2.5rem;
   background-position:  0 -1.25rem;
}
.download_active_text{
   color: #fe9f20!important;
}
/* 3 */
.gm_hezuo:hover a{
    color: #e82623;
}
.top_nav li.gm_hezuo::after{
   background-position:  -1.26rem -1.25rem;
}
/* 4 */
.aiwan_soldie:hover a{
    color: #15cb70;
}
/* 爱玩直播 */
.top_nav li.aiwan_live::after{
    background: url(/img/aw-live/tab.png) no-repeat 50%;
    background-size: contain;
}
.top_nav li a .live_icon{
    width: .22rem;
    height: .21rem;
    background: url(/img/aw-live/ic_live.png) no-repeat 50%;
    background-size: contain;
}
.aiwan_live:hover a{
    color: #b800e1;
}
.top_nav li.aiwan_live:hover::after{
    height: .6rem;
}
.top_nav li.aiwan_soldie::after{
   background-position:  0 -1.86rem;
}
.section-wrap{ 
    position: relative;
    width: 100%;
    height: 100%;
    overflow:visible;
    transition:0.6s cubic-bezier(0.86,0,0.03,1);
    -webkit-transition: 0.6s cubic-bezier(0.86,0,0.03,1);
    -ms-transition:0.6s cubic-bezier(0.86,0,0.03,1);
    -moz-transition:0.6s cubic-bezier(0.86,0,0.03,1);
    -o-transition: 0.6s cubic-bezier(0.86,0,0.03,1);
}
.section-wrap .section{ 
    position:relative; 
    width:100%; 
    height: 100%; 
    /* top: .6rem; */
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box; 
 }
.put-section-0{ 
    transform:translateY(0);
    -webkit-transform:translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
}
.put-section-1{ 
    transform:translateY(-100%);
    -webkit-transform:translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
}
.put-section-2{ 
    transform:translateY(-200%);
    -webkit-transform:translateY(-200%);
    -ms-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
    -o-transform: translateY(-200%);
}
.put-section-3{ 
    transform:translateY(-300%);
    -webkit-transform:translateY(-300%);
    -ms-transform:translateY(-300%);
    -moz-transform:translateY(-300%);
    -o-transform:translateY(-300%);
}

/* 第一屏 */
.section-wrap .section-1{ 
   background: url(../images/voice/01.jpg) no-repeat center;
   background-size: cover;
}
/* 下载按钮 */
.button1{
    position: absolute;
    bottom: 6%;
    left:50%;
    margin-left: -2.325rem;
}
.download_btn{
    width: 2.02rem;
    height: .65rem;
    background: url(../images/voice/sprite.png) no-repeat;
    background-size: 2.94rem 3.61rem;
    cursor: pointer;
}
/* 下载按钮 */
.voice_btn{
   background-position: 0 0;
   margin-right: .45rem;
}
.voice_btn a{
    display: block;
    height: 100%;
}
.voice_btn:hover{
    background-position: 0 -.7rem;
 }
 /* 观看视频按钮 */
.see_video{
    background-position:0 -1.41rem;
}
.see_video:hover{
    background-position:0 -2.12rem;
}
.pop_box{
    position: relative;
    width: 100%;
    height: 100%;
}
.wrap{
    position: absolute;
    width: 14.4rem;
    height: 8.5rem;
    top: 50%;
    left: 50%;
    margin-left: -7.2rem;
    margin-top: -4.25rem;
    /* background: rgba(999,999,999,.2); */
}
/* 滚动数字 */
.invest_content{
    position: relative;
    top: 1.8rem;
    left: 50%;
    margin-left: -1.47rem;
    width: 2.94rem;
    height: .78rem;
    background: url(../images/voice/sprite.png) no-repeat;
    background-size: 2.94rem 3.61rem;
    background-position:0 -2.83rem;
    z-index: 2;
}
.number1_box{
    position: absolute;
    top: .3rem;
    left: 0;
    width: 100%;
    height: .36rem;
    overflow: hidden;
}
.number1_box em img{
    width: .26rem;
    height: 8.2rem;
    display: block;
    margin: 0 auto;
}
.number1_box em{
    width: .26rem;
    float: left;
    display: block;
    margin: 0 .03rem 0 .09rem;
}
.number1_box em.em2{
    margin-left: .06rem;
}
.number1_box em.em3{
    margin: 0 .02rem 0 .08rem;
}
.number1_box .em3, .number1_box .em7{
    margin-right: 0;
}
.number1_box .em4, .number1_box .em6{
    margin: 0 .02rem 0 .07rem;
}

/* 第二屏 */
.section-wrap .section-2{ 
    background: url(../images/voice/02.jpg) no-repeat center;
    background-size: cover;
}

/* 第三屏 */
.section-wrap .section-3{ 
   background: url(../images/voice/03.jpg) no-repeat center;
   background-size: cover;
}
/* 第四屏 */
.section-wrap .section-4{ 
    background: url(../images/voice/04.jpg) no-repeat center;
    background-size: cover;
}

/* 引导点 */
.section-btn{ 
    position:fixed;
    width: .06rem;
    right: .22rem;
    top: 45%;
    z-index: 10;    
}
.vertical_line{
    position: absolute;
    top: -.3rem;
    left: .02rem;
    width: 1px;
    height: 1.56rem;
    background: #fff;
}
.section-btn li{ 
    position: relative;
    width: .06rem;
    height: .06rem;
    cursor:pointer;
    border-radius:50%;
    -webkit-border-radius: 50%;
    -ms-border-radius:50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    margin-bottom: .23rem; 
    background:#fff;
    text-align:center; 
    color:#fff; 
    cursor: pointer;
    z-index: 1;
}
.on{
    position: relative;
    left: -.92rem;
    top: -.09rem;
    width: 1.07rem;
    height: .24rem;
    line-height: .24rem;
    background: url(../images/aiwan-sd/hover-point.png) no-repeat 50%;
    background-size: contain;
    display: none;
}
.section-btn li p{
    text-align: center;
    width: .9rem;
}

/* 鼠标 */
.arrow_box{
    position: absolute;
    bottom: 2%;
    left: 43%;
}
.arrow{ 
    position: absolute;
    left: 50%;
    bottom: 2%;
    margin-left: -.735rem;
    width: 1.47rem;
    height: .26rem;
    animation:arrow 2s cubic-bezier(0.5,0,0.1,1) infinite;
    -webkit-animation: arrow 2s cubic-bezier(0.5,0,0.1,1) infinite;
    -ms-border-animation: arrow 2s cubic-bezier(0.5,0,0.1,1) infinite;
    -moz-border-animation: arrow 2s cubic-bezier(0.5,0,0.1,1) infinite;
    -o-border-animation: arrow 2s cubic-bezier(0.5,0,0.1,1) infinite;
    line-height: .34rem;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    background: url(../images/aiwan-sd/arrow.png) no-repeat 50%;
    background-size:cover;
}

.arrow:hover{ 
    animation-play-state:paused;
    -webkit-animation-play-state:paused;
    -ms-border-animation-play-state: paused;
    -moz-border-animation-play-state: paused;
    -o-border-animation-play-state: paused;
}
@keyframes arrow{ 
    0%,100%{
        bottom:  .1rem; opacity:1;
    } 
    50%{
        bottom: 0rem; opacity: .5
    } 
}
@-webkit-keyframes arrow{ 
    0%,100%{
        bottom:  .1rem; opacity:1;
    } 
    50%{
        bottom: 0rem; opacity:.5
    } 
}
@-ms-keyframes arrow{ 
    0%,100%{
        bottom:  .1rem; opacity:1;
    } 
    50%{
        bottom: 0rem; opacity:.5
    } 
}
@-moz-keyframes arrow{ 
    0%,100%{
        bottom:  .1rem; opacity:1;
    } 
    50%{
        bottom: 0rem; opacity:.5
    } 
}
@-o-keyframes arrow{ 
    0%,100%{
        bottom:  .1rem; opacity:1;
    } 
    50%{
        bottom: 0rem; opacity:.5
    } 
}
.arrow .mouse{
    position: absolute;
    top: 0;
    left: 0;
    width: .2rem;
    height: .34rem;
}
.scroll_down{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: .04rem;
    height: .1rem;
    margin-left: -.02rem;
}
/* 头部滚动 */
.scroll_top{
    height: .26rem;
    border-radius: .1rem;
    background-color: #ECEBEB;
    margin: .17rem 0 .17rem .76rem;
    overflow: hidden;
}
.scroll_top_con{
    width: 4.6rem;
    padding: 0 .08rem;
    overflow: hidden;
}
.horn{
    width: .18rem;
    height: .14rem;
    background: url(../images/index/top/horn.png) no-repeat 50%;
    background-size: contain;
    margin: .06rem .1rem .05rem 0
}
.scroll_top_box{
    position: relative;
    width: 4.3rem;
    height: .26rem;
    overflow: hidden;
}
.scroll_top_ul {
   position: absolute;
   top: 0;
   left: 0;
}
.scroll_top_ul li{
    line-height: .26rem;
    float: left;
    margin-right: .4rem;
}
.scroll_top_ul li span{
    float: left;
    color: #0D0D0D;
    letter-spacing: 1px;
    /* font-family:"Microsoft YaHei "; */
}
.scroll_top_ul li i{
    float: left;
    color: #ff5a00;
    letter-spacing: 1px;
}
/* 下载弹窗 */
#downPop{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    -moz-opacity: .75;
    top: 0;
    z-index: 9900;
}
.downPop_con{
    position: fixed;
    left: 50%;
    z-index: 9999;
    top: 50%;
    width: 10.08rem;
    height: 6.96rem;
    margin-top: -3.48rem;
    margin-left: -5.04rem;
    background: url(../images/index/new-down/down-bg.png) no-repeat 50%;
    background-size: cover;
    display: none;
}
.down_close{
    position: absolute;
    width:.53rem;
    height: .53rem;
    background: url(../images/index/download/downicon.png) no-repeat;
    background-size: 4.6rem 1.35rem;
    background-position: -3.76rem -.25rem;
    cursor: pointer;
    right: -.6rem;
    top: -.38rem;
    -webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -ms-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}
.down_close:hover{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
/* 爱玩宝下载 */
.aw_download, .soldier_download{
    position: absolute;
    width: 3.86rem;
    bottom: 1.02rem;
    left: .77rem;
}
.download_ul {
    position: relative;
}
.download_ul li{
    float: left;
    width: .2rem;
    height: .2rem;
    background: url(../images/index/new-down/sprite.png) no-repeat;
    background-size: 1.92rem 4.22rem;
    background-position:0 -.52rem;
    cursor: pointer;
}
.choose_active{
    background-position:0 0!important;
}
.speed1_choose{
    margin-right: 1.12rem;
}
.speed2_choose{
    margin-right: 1.16rem;
}
.aw_download_btn, .solider_download_btn{
    width: 1.92rem;
    height: .51rem;
    margin: .3rem auto 0;
}
.aw_download_btn a{
    height: 100%;
    display: block;
    background: url(../images/index/new-down/sprite.png) no-repeat;
    background-size: 1.92rem 4.22rem;
    background-position:0 -3.12rem;
}
.aw_download_btn a:hover{
    background-position:0 -2.53rem;
}
/*爱玩宝卫士下载 */
.soldier_download{
    left: 5.4rem;
}
.soldier_choose{
    background-position:0 -.26rem!important;
}
.solider_download_btn a{
    height: 100%;
    display: block;
    background: url(../images/index/new-down/sprite.png) no-repeat;
    background-size: 1.92rem 4.22rem;
    background-position:0 -.77rem;
}
.solider_download_btn a:hover{
    background-position:0 -1.95rem;
}
/* 视频弹窗 */
#fade{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    -moz-opacity: .75;
    top: 0;
    z-index: 9900;
}
/* 视频 */
.pop_video{
    position: fixed;
    left: 50%;
    z-index: 9999;
    top: 50%;
    width: 800px;
    height: 455px;
    margin-left: -400px;
    margin-top: -227px;
    display: none;
}
.pop_con{
    position: relative;
    width: 100%;
    height:100% ;
}
.video_wra{
    width: 100%;
    height:100% ;
}
/* 视频关闭按钮 */
.pop_close{
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../images/index/video-close-hover.png) 0 0 no-repeat;
    background-size: 30px 30px;
    right: -60px;
    top: -22px;
    cursor: pointer;
    -webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -ms-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}
.pop_close:hover{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
.video_cover{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    -moz-opacity: .4;
    z-index: 2;
}
.video_play_link{
    display: block;
    width: 100%;
    height: 100%;
}

