@charset "utf-8";
@font-face {
  font-family: myFirstFont;
  src: local("myFirstFont"),
       url(https://games.wanmei.com/font-family/FZLTHJW.TTF);
}
body{ margin:0; padding:0; font-size:14px; font-family:"myFirstFont"; overflow-x:hidden;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;}
div,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,input,select,textarea,table,td{ margin:0; padding:0;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
area{outline:none;}
img{ border:0;}
ol,ul{list-style:none;}
html,body{ height: 100%;}
a{ font-family:"myFirstFont"; text-decoration:none;outline:none;}
a:hover{ text-decoration:none}
.clearfix:after {content:"";display:block;height:0;clear:both;}
.f_left{ float: left; }
.f_right{ float: right; }
.swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide{overflow: hidden;}
#swiper-container1{ background: url(https://games.wanmei.com/m/images/main/body-bg.jpg) repeat-y 0;}
#swiper-container2 .swiper-slide {
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display:block;
  color: #ffffff;
  overflow: hidden;
 

}
.header-img{display:none;position:absolute;width:750px;height:1334px;background:url(https://games.wanmei.com/m/images/main/header-img.jpg) no-repeat center top;background-size: 100% auto;}
.logo{position: absolute;left:56px; top:56px;z-index: 23;}
.btn-menu{position: fixed;right: 56px;top:56px;width: 46px;height: 40px;background: url(https://games.wanmei.com/m/images/main/icon-menu.png) no-repeat center;background-size: 100% auto;z-index: 3;}
.menu_close{background-image: url(https://games.wanmei.com/m/images/main/menu_close.png);background-size: 41px 41px;z-index: 20;}
/* menu-box */
.menu_box{ display:none; position:fixed; width:100%; height:100%; left:0; top:0; background-color:rgba(0,0,0,.85); z-index:18; overflow-x: hidden; overflow-y: auto;}
.menu_ul{ width:640px; margin:176px auto 0;border-top: 1px solid #494949;}
.menu_ul .menu-item{ display: block; font:normal 28px/80px "myFirstFont"; color:#aeaeae;}
.menu_ul .menu-item.on{color: #ffffff;}

.menu_self_wrap{ width:635px;padding:30px 0; margin:10px auto 20px;background-color: #39434d;border-radius: 10px;position: relative;}
.menu_self_wrap:before{display: block;content: '';position: absolute;top:-38px;left: 54px;width: 0;height: 0;border:20px solid transparent;border-bottom-color:#39434d; }
.menu_self_wrap ul li{float: left;width:91px; margin:0 18px;}
.menu_self_wrap ul li span{display: block;width: 91px;height: 91px; margin: 0 auto; background-image: url(https://games.wanmei.com/m/images/main/menu-self-icon.png);background-repeat: no-repeat;background-size:599px 91px; }
.menu_self_wrap ul li span.self-member{background-position: 0 0;}
.menu_self_wrap ul li span.self-recharge{background-position: -127px 0;}
.menu_self_wrap ul li span.self-shop{background-position: -254px 0;}
.menu_self_wrap ul li span.self-server{background-position: -381px 0;}
.menu_self_wrap ul li span.self-item{background-position: -508px 0;}
.menu_self_wrap ul li p{margin-top:16px;font-size: 24px;color: #ffffff;text-align: center;}

.menu_self_wrap ul li.li-contact{ width: 100px;}
.menu_self_wrap ul li.li-contact span{ background: url(https://games.wanmei.com/m/images/index2503/icon-contact.png) no-repeat;}
.menu_self_wrap ul li.li-waibao{ width: 180px;}
.menu_self_wrap ul li.li-waibao span{ background: url(https://games.wanmei.com/m/images/index2503/icon-waibao.png) no-repeat;}

.www{position: absolute;left: 0;top:0;width: 100%;background: transparent;}
.slogan{position: absolute;left:50%;top:426px;margin-left: -187px; ;width: 374px;height: 96px;background: url(https://games.wanmei.com/m/images/main/slogan.png) no-repeat center;background-size: 100% auto;z-index: 5;}
.btn-play{opacity: 0.7;position: absolute;left: 50%;top:640px;margin-left:-46px;width: 81px;height: 93px;background: url(https://games.wanmei.com/m/images/main/btn-play.png) no-repeat center;background-size: 100% auto;z-index: 5;}
.down-arrow{position: fixed;bottom: 150px;left: 50%;margin-left:-16px;width: 32px;height: 48px;background: url(https://games.wanmei.com/m/images/main/down-arrow.png) no-repeat center;background-size: 100% auto;z-index: 2;  animation:float 1.5s linear 0s infinite; -webkit-animation: float 1.5s linear 0s infinite ;}
.video-wrap{display: none;z-index: 2;width: 750px;height: auto;position:absolute;top:0;left: 0;overflow: hidden;}
.video-wrap:after{display: block;content:'';position: absolute;left: 0;bottom: 0;width: 750px;height:180px;background: url(https://games.wanmei.com/m/images/main/video-shade.png) no-repeat center bottom;background-size: 750px 180px;}
.video-wrap video{width: 100%;height: 100%;}

/**箭头上下飘动**/
@-webkit-keyframes float{
    0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}
    50%{opacity:1;-webkit-transform:translateY(16px);transform:translateY(16px)}
    100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}
}
@keyframes float{
    0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}
    50%{opacity:1;-webkit-transform:translateY(16px);-ms-transform:translateY(16px);transform:translateY(16px)}
    100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}
}
.title{margin:62px 0 0 45px;width: 380px;height: 95px;background-repeat: no-repeat;background-position: 0 0;}
.title-idea{background-image: url(https://games.wanmei.com/m/images/main/title-idea.png);}
#swiper-idea{display:none;width: 1422px;height: 829px;position: absolute;left: 50%;margin-left: -711px;top:220px;}
#swiper-idea img{margin-top:40px;width: 434px;height: 773px;display: block;transition: 300ms;transform: scale(0.94);}
#swiper-idea .swiper-slide-active img,.swiper-slide-duplicate-active img{
      transform: scale(1.04);
  }
.swiper-slide-bg{background: url(https://games.wanmei.com/m/images/main/bot-bg.jpg) no-repeat center bottom;background-size: 100% auto;}
.box{position: relative;overflow: hidden;}
.news-box{height: 1415px;}
.title-news{background-image: url(https://games.wanmei.com/m/images/main/title-news.png);}
#swiper-news{width: 640px;height: 390px;margin:50px auto 0;border:2px solid #ff6574;border-radius: 8px;}
#swiper-news .swiper-slide img{width: 640px;height: 390px;}
.swiper-news-pagination{position: relative;margin-top: 20px;}
.swiper-news-pagination .swiper-pagination-bullet{margin:0 15px;width:6px;height:6px;opacity: 1;background-color: transparent;border:2px solid #863031;}
.swiper-news-pagination .swiper-pagination-bullet-active{background-color: #863031;}
.news-list{width: 641px;margin:0 auto;}
.news-list ul li{margin:20px 0;width: 641px;height: 133px;background: url(https://games.wanmei.com/m/images/main/news-item.png) no-repeat center;background-size: 100% auto;position: relative;overflow: hidden;}
.news-list ul li .game-icon{float: left;margin:16px 20px;width: 100px;height: 100px;}
.news-list ul li .game-icon img{width: 100px;height: 100px;}
.news-list .news-title{float: left;width: 480px;margin-top:36px;overflow: hidden;text-overflow:ellipsis;}
.news-list .news-title h3{font-size: 24px;color: #ffffff;margin-bottom: 6px; width: 480px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.news-list .news-title h4{font-size: 16px;color: #9e9e9e; width: 480px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.more{float:right;margin-right:55px;display: inline-block;font-size: 24px;color: #ff4848;border-radius: 26px;border:2px solid #ff4848;width: 132px;height: 46px;line-height: 46px;text-align: center;}
.title-business{background-image: url(https://games.wanmei.com/m/images/main/title-business.png);}
.business-box ul{width: 696px;margin:30px 0 0 34px;}
.business-box ul li{float: left;margin:10px;width: 328px;height: 350px;}
.business-box ul li a,.business-box ul li span{display: block;width: 328px;height: 350px;background-repeat: no-repeat;background-position: left top;text-indent: -9999px;}
.business-box ul li a.business-btn1{background-image: url(https://games.wanmei.com/m/images/main/business-item1.png);}
.business-box ul li a.business-btn2{background-image: url(https://games.wanmei.com/m/images/main/business-item2.png);}
.business-box ul li a.business-btn3{background-image: url(https://games.wanmei.com/m/images/main/business-item3.png);}
.business-box ul li a.business-btn4{background-image: url(https://games.wanmei.com/m/images/main/business-item4.png);}
.business-box ul li a.business-btn5{background-image: url(https://games.wanmei.com/m/images/main/business-item5.png);}
.business-box ul li span.business-more{background-image: url(https://games.wanmei.com/m/images/main/business-more.png);}
.title-newgame{background-image: url(https://games.wanmei.com/m/images/main/title-newgame.png);}
.gallery-top{margin:40px auto 0;width: 600px;}
.gallery-top img{width: 600px;height: 457px;}
.gallery-thumbs{width: 600px;margin:40px auto 20px;}
.gallery-thumbs .swiper-slide {width: 50%;height: 100%;opacity: 0.4;}
.gallery-thumbs img{width: 279px;height: 141px;}
.gallery-thumbs .swiper-slide-thumb-active {opacity: 1;}
.swiper-button-next, .swiper-button-prev{margin-top: 350px;width: 17px;height: 27px;background-size: 17px 27px;}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{right: 38px;background-image:url(https://games.wanmei.com/m/images/main/next.png);}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{left: 38px;background-image: url(https://games.wanmei.com/m/images/main/prev.png);}
.newsgame-intro{position: relative;width: 100%;height: 100px;margin-bottom: 20px;}
.newsgame-icon{float: left;margin-right: 24px;width: 100px;}
.newsgame-icon img{width: 100px;height: 100px;}
.newsgame-txt{float: left;margin-top: 14px;width: 300px;}
.newsgame-txt h3{font-size: 24px;color: #f5f5f5;}
.newsgame-txt h4{margin-top: 14px;font-size: 18px;color: #9e9e9e;}
.btn-follow,.btn-wait{margin:16px 0 0 0;}
.title-hotgame{background-image: url(https://games.wanmei.com/m/images/main/title-hotgame.png);}
.hotgame-box ul{width: 680px;margin:60px auto 10px;}
.hotgame-box li{float:left;width: 300px;margin:10px 20px;height: 334px;background-color: #272b30;}
.hotgame-box li .game-screen img{width: 300px;height: 220px;display: block;}
.hotgame-box li p{margin-top:16px;font-size: 22px;color: #ffffff;line-height: 40px;}
.hotgame-box li p span{float: left;margin:0 12px;}
.hotgame-box li p span img{width: 75px;height: 75px;}
.title-groups{background-image: url(https://games.wanmei.com/m/images/main/title-groups.png);}
.groups-box ul{width: 720px;margin:56px auto 120px;overflow: hidden;}
.groups-box ul li{float: left;width: 240px;text-align: center;}
.groups-box ul li span{display: block;margin:0 auto;width: 140px;height: 140px;background-repeat: no-repeat;background-image: url(https://games.wanmei.com/m/images/main/group-icon.png);background-size: 617px 140px;}
.groups-box ul li span.icon-wb{background-position: 0 0;}
.groups-box ul li span.icon-douliu{background-position: -239px 0;}
.groups-box ul li span.icon-wx{background-position: -477px 0;}

.groups-box ul li p{margin-top:28px;font-size: 24px;color: #ffffff;}
.footer{width:750px;height:153px;padding:40px 0;background: url(https://games.wanmei.com/m/images/main/footer-bg.jpg) no-repeat center;background-size: 100% auto;}
.footer-logo{text-align: center;}
.footer-logo img{width: 220px;}
.footer-link{width: 460px;margin:20px auto;line-height: 24px;color: #dfe0e0;}
.footer-link a{color: #dfe0e0;font-size: 14px;padding: 0 8px;}
.copyright{text-align: center;font-size: 14px;color: #a1a1a1;}
.copyright p a{color: #888888;}

.pop-fixed{ display:none; position:fixed; width:100%; height:100%; left:0; top:0; background:rgba(49,49,49,0.9); z-index:999;}
/* pop_v */
.pop-v-cont{ position:absolute; width:100%; height:420px; left:0; top:50%; margin-top:-210px;}
.pop-v-cont video{ width:100%;}
.pop-cont{position: absolute;left: 50%;top:50%;margin:-287px 0 0 -337px;width: 675px;height: 575px;background: url(https://games.wanmei.com/m/images/main/pop-bg.png) no-repeat;background-size: 100% auto;}
.pop-close{position: absolute;right: 24px;top:10px;width: 40px;height: 40px;background: url(https://games.wanmei.com/m/images/main/pop-close.png) no-repeat center;background-size: 100% auto;cursor: pointer;}

.code-wx{margin:146px auto 0;width: 160px;height: 160px;padding-top:4px;background-color: #ffffff;border-radius: 10px;}
.code-wx img{display:block;margin:0 auto;width: 152px;height: 152px;}
.code-txt{margin-top:30px;text-align: center;font-size: 22px;color: #e2e2e2;}
.go-top{display:none;position: fixed;bottom: 0;right: 0;width: 156px;height: 165px;background: url(https://games.wanmei.com/m/images/main/btn-up.png) no-repeat center;background-size: 100% auto;z-index: 33;}

.douliu_fixed{
  display: none;
  width: 100%;
  height: 180px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.douliu_fixed a{
  display:block;
  width: 130px;
  height: 42px;
  position: absolute;
  top: 121px;
  left: 468px;
}
