/*呼吸灯开始*/
body{
    overflow-x: hidden;
    font-family:"Verdana";
}
.p_stage_part1{
    width: 100%;
    /*box-shadow: 0px 1px 12px #666666;*/
}
/*firstimg content*/
.img_content{
    position: absolute;
    width: 1000px;
    top: 360px;
    left: 50%;
    margin-left: -500px;
    z-index: 20;
}

.content_btn_enter {
    display: block;
}
.content_btn_home{
    display: block;
    width: 50px;
    height: 50px;
    /*background-position: -261px -259px;*/
    background-color: #fff;
    margin-top: 65px;
    margin-left: 20px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.BLn{
    min-width:980px;
    height: 476px;
    position: relative;
    cursor: pointer;
    z-index: 5;
}
/*.BLn > li{*/
/*position: absolute;*/
/*top: 0;*/
/*width: 100%;*/
/*height: 590px;*/
/*opacity: 0;*/
/*}*/
.BLn a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: top center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;

}

/*.BLn a img{*/
/*width:19.2rem;*/
/*height:640px;*/
/*background-size: cover;*/
/*}*/
/*呼吸灯结束*/

/*呼吸灯里的olLis开始*/
.part1_banner_box{
    position: relative;
    margin-top: -21px;
}
.BLn_crile{
    width: 340px;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 42px;
    margin-left: -170px;
    z-index: 920;
}
.Bln_crile_box{
    width: 400px;
    margin:0 auto;
}
.BLn_crile li{
    float: left;
    width: 13px;
    height: 13px;
    line-height: 20px;
    text-align: center;
    color: white;
    margin-left: 15px;
    margin-top: 15px;
    background-color: #bbbbbb;
    border-radius: 50%;
    cursor: pointer;
}
/*呼吸灯里的olLis结束*/
/*呼吸灯点击箭头部分开始*/
.arrow a{
    text-align: center;
    position: absolute;
    display: inline-block;
    width: 34px;
    height: 62px;
    color: #fff;
    top:50%;
    margin-top: -31px;
    font: 400 58px/62px "simsun";
    background: rgba(0,0,0,.3);
    z-index: 920;
}

.arrow .arrow-l{
    left: 0;
    display: block;
    width: 45px;
    height: 80px;
    background:  url('https://d2g83ydku1zde9.cloudfront.net/www/static/platform/images/index/arrow_sprite.png') -3px -6px no-repeat;
}
.arrow .arrow-l:hover{
    background:  url('https://d2g83ydku1zde9.cloudfront.net/www/static/platform/images/index/arrow_sprite.png') -98px -6px no-repeat;
}
.arrow .arrow-r{
    right: 0;
    display: block;
    width: 45px;
    height: 80px;
    background:  url('https://d2g83ydku1zde9.cloudfront.net/www/static/platform/images/index/arrow_sprite.png') -50px -6px no-repeat;
}
.arrow .arrow-r:hover{
    background:  url('https://d2g83ydku1zde9.cloudfront.net/www/static/platform/images/index/arrow_sprite.png') -146px -6px no-repeat;
}
/*呼吸灯点击箭头部分结束*/

/*maincontent start*/
.p_stage_part2{
    margin: 32px auto 0;
}
.part2_tab li{
    float: left;
}
.roll_box{
    position: relative;
    width: 1048px;
    height: 296px;
}
#roll{
    width: 200%;
    overflow: hidden;
}
.part2_tab{
    position: relative;
}
.part2_tab .prev{
    position: absolute;
    width: 41px;
    height: 41px;
    background:  url('https://d2g83ydku1zde9.cloudfront.net/www/static/platform/images/index/w_sprite.fw.png') -1px -1px no-repeat;
    top: 130px;
    left: 0;
    z-index: 90;
    cursor: pointer;
}
.part2_tab .prev:hover{
    background:  url('https://d2g83ydku1zde9.cloudfront.net/www/static/platform/images/index/w_sprite.fw.png') -1px -43px no-repeat;
}
.part2_tab .next_box,.part2_tab .prev_box{
    display: none;
}
.part2_tab .next{
    position: absolute;
    width: 41px;
    height: 41px;
    background:  url('https://d2g83ydku1zde9.cloudfront.net/www/static/platform/images/index/w_sprite.fw.png') -43px -1px no-repeat;
    top: 130px;
    right: 48px;
    z-index: 90;
    cursor: pointer;
}
.part2_tab .next:hover{
    background:  url('https://d2g83ydku1zde9.cloudfront.net/www/static/platform/images/index/w_sprite.fw.png') -43px -43px no-repeat;
}
.roll_box:hover .next_box,.roll_box:hover .prev_box{
    display: block;
}
.part2_tab .itemli{
    position: relative;
    width: 168px;
    height: 274px;
    top: 0;
    margin: 22px 40px 0 0;
    overflow: hidden;
    /*box-shadow: 0 0 6px 2px #666;*/
    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
}
.part2_tab .last_li{
    margin-right: 0;
}
.itemli:hover{
    top: -5px;
    box-shadow: 0 0 4px 1px red;
}
/*标题*/
.part2_tab .itemli .title{
    width: 168px;
    height: 42px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #242424;
    font:14px/42px "Verdana";
    color: #fff;
    text-align: center;
    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
}
/*game 图片*/
.part2_tab .itemli .pic{
    position: absolute;
    top: 42px;
    left: 0;
}
.part2_tab .itemli .pic_mask{
    width: 20px;
    height: 34px;
    position: absolute;
    display: none;
    bottom: 0;
    right: 0;
    z-index: 100;
    background: url('https://d2g83ydku1zde9.cloudfront.net/www/static/platform/images/index/w_sprite.fw.png') -89px -49px no-repeat;
    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
}
.part2_tab .mgr0{
    margin-right: 0;
}
/*弹出盒子*/
.part2_tab .itemli .tchz{
    width: 168px;
    height: 274px;
    background-color:rgba(0, 0, 0, 0.66);
    position: absolute;
    bottom: -376px;
    /*bottom: -42px;*/
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}
.itemli:hover .tchz{
    bottom: -42px;
}
.itemli:hover .title{
    background-color:#dc2d2d;
}

.itemli .tchz a{
    width: 142px;
    height: 38px;
    font:12px/38px "Verdana";
    text-align: center;
    color: #f7f8fb;
    border: 1px solid #7b797c;
    margin:25px auto 0;
}
.itemli .tchz a:hover{
    color: #dc2d2d;
    border: 1px solid #dc2d2d;
}
.itemli .tchz .website{
    margin-top: 14px;
}

.itemli .tchz p{
    width: 142px;
    height: 105px;
    overflow: hidden;
    margin: 10px auto 0;
    font:12px/21px "Verdana";
    color: #f7f8fb;
    text-align: center;
}
.itemli .tchz .assist_icon{
    width: 19px;
    height: 17px;
    position: absolute;
    top: 210px;
    left: 132px;
    cursor: pointer;
    background:  url('https://d2g83ydku1zde9.cloudfront.net/www/static/platform/images/index/w_sprite.fw.png') -120px -4px no-repeat;
}
.itemli .tchz span{
    color: #2e2f31;
}
.itemli .tchz i{
    color: #ffffff;
}
.itemli .tchz .hours_p{
    width: 100%;
    margin-top: 15px;
    font:12px/12px "Verdana";
    text-align: center;
}
/*文字*/
.itemli .text_box h3{
    font:600 22px/22px "Verdana";
    margin-top: 14px;
}
.itemli .text_box img{
    margin:12px 0 0 2px;
}

/*gameNews start*/
.p_stage_part3{
    height: 390px;
    margin-top: 32px;
    margin-bottom: 20px;
}
.game_news{
    width: 584px;
    height: 365px;
}
.game_news_title{
    /*padding:0 44px 0 0;*/
    padding: 0;
}
.game_news_title a{
    font:bold 12px/23px "Verdana";
    color: #dc2d2d;
}
.game_news .news_content_box{
    width: 582px;
    height: 343px;
    border: 1px solid #ededed;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    margin-top: 22px;
}
.game_news .bg_box{
    width: 100%;
    height: 28px;
    -webkit-border-radius:8px 8px 0 0;
    -moz-border-radius:8px 8px 0 0;
    border-radius:8px 8px 0 0;
    background-color: #fbf9fa;
}
.game_news .news_content_ul{

}
.game_news .title_news img{
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.game_news .title_news img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.game_news .title_txt{
    border-bottom: 1px dashed #efedee;
    background-color: #fbf9fa;
    height: 29px;
    padding: 0 28px 0 24px;
}
.game_news .title_txt a{
    width: 346px;
    padding-left: 28px;
    background: url('https://d2g83ydku1zde9.cloudfront.net/www/static/platform/images/index/hotgame_icon04.png') 0 8px no-repeat;
    font: 12px/29px "Verdana";
    color: #333333;
}

.game_news .title_txt .active{
    background: url('https://d2g83ydku1zde9.cloudfront.net/www/static/platform/images/index/hotgame_icon03.png') 0 10px no-repeat;
}
.game_news .title_txt:hover a{
    color: #dc2d2d;
}
.game_news .title_txt:hover .date {
    color: #dc2d2d;
}
.game_news .title_txt .date{
    font:12px/29px "Verdana";
    color: #333;
    margin-right: 10px;
}
.game_news .news_content_ul .content{
    height: 0;
    overflow: hidden;
    padding:0 28px 0 52px;
}
.game_news .news_content_ul .content_active{
    height: 136px;
}
.game_news .content .itemp{
    width: 346px;
    height: 96px;
    overflow: hidden;
    margin-top: 20px;
    font:12px/23px "Verdana";
    cursor: default;
}
.content .itemp p{
    margin-top: -2px;
}
.game_news .content img{
    display: block;
    width: 122px;
    height: 96px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    overflow: hidden;
    margin-top: 20px;
}
.game_news .content
.game_news .title p{
    font:13px/20px "Verdana";
    word-wrap: break-word;
}
.more_games{
    width: 376px;
    /*height: 365px;*/
    padding-top: 6px;
}
.more_games_title{
    padding:0 22px 0 0;
}
.more_games_title a{
    font:bold 12px/23px "Verdana";
    color: #dc2d2d;
}
.more_games_ul{
    width: 402px;
    height: 285px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    margin-top: 50px;
}
.more_games_ul li{
    width: 175px;
    height: 53px;
    overflow: hidden;
    float: left;
    margin: 0 0 46px 0;
}
.more_games_ul .game_contetn_m{
    width: 115px;
    margin-left: 6px;
}
.more_games_ul .game_contetn_m a{
    font: 11px/16px "Verdana";
    color: #000;
}
.more_games_ul .game_contetn_m a:hover{
    /*color: #dc2d2d;*/
    cursor: default;
}
.more_games_ul .game_contetn_m p{
    margin-top: 5px;
    font: 11px/14px "Verdana";
    color: #666666;
    height: 14px;
    overflow: hidden;
}
.game_contetn_l a{
    cursor: default;
}
.game_contetn_m span{
    display: block;
    width: 58px;
    position: relative;
    height: 14px;
    background-color: #575757;
    padding-left: 20px;
    font:12px/14px "Verdana";
    color: #fff;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    margin-top: 3px;
}
.game_contetn_m span::before{
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top:1px;
    left:3px;
    background: url('https://d2g83ydku1zde9.cloudfront.net/www/static/platform/images/index/pf_nav_sprite.fw.png') -47px -20px no-repeat;
}
/*gameNews end*/

/*新闻tab start*/
.game_news .news_tab{
    width: 620px;
}
/*导航*/
.news_tab .news_nav{
    height: 43px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}
.news_tab .news_nav li{
    float: left;
}
.news_tab .news_nav a{
    display: block;
    width: 154px;
    font: 13px/45px "Verdana";
    text-align: center;
    color: #666666;
}
.news_tab .news_nav .activea{
    color:#fe3f39;
}
.news_tab .news_nav a:hover{
    color: #fe3f39;
}
.news_tab .news_nav .line{
    float: left;
    width: 1px;
    height: 45px;
    background-color: #e3e3e3;
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -ms-transform: skew(30deg);
    -o-transform: skew(30deg);
    transform: skew(30deg);
}
/*news content*/
.news_content .item_content a{
    width: 620px;
    height: 56px;
    font:13px/57px "Verdana";
    color: #666666;
    border-bottom: 1px dashed #e3e3e3;
}
.news_content .item_content a:hover{
    color: #fe3f39;
}
.news_content .activeul{
    width: 620px;
    height: 285px;
    overflow: hidden;
}
.news_content .activeli{
    float: left;
}
/*新闻tab end*/

/*game start*/
.p_stage_part4{
    margin-top: 24px;
}
.game_box{
    height: 391px;
}
.game_box .pc_game_btn div{
    width: 172px;
    height: 42px;
    border: 1px solid #e1e1e1;
    font:bolder 16px/42px "Verdana";
    text-align: center;
    color: #c3c2c2;
}
.game_box .pc_game_btn .click_btn{
    color: #000;
    border-bottom: 1px solid #fff;
}
.pc_game_pbtn{
    cursor: pointer;
}
.game_box .pc_game_btn .pc_game_mbtn{
    margin-left: 20px;
    cursor: pointer;
}
.game_box .game_contetn{
    width: 996px;
    height: 345px;
    border: 1px solid #e3e3e3;
    margin-top: -1px;
}
.game_box .game_contetn li{
    float: left;
    width: 297px;
    height: 81px;
    border-right: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    padding:17px;
}
.game_box .game_contetn .bdn_li{
    border-right: none;
}
.game_contetn .game_contetn_m{
    margin-left: 10px;
    width: 150px;
}
/*文字链接*/
.game_contetn .game_contetn_m a{
    display: block;
    padding-top: 5px;
    font:14px/14px "Verdana";
    text-align: left;
    color: #fe3f39;
}
.game_contetn .game_contetn_m a:hover{
    text-decoration: underline;
}
.game_contetn .game_contetn_m p{
    margin-top: 8px;
    font:12px/18px "Verdana";
    text-align: left;
    color: #666666;
    word-wrap: break-word;
}
/*enter button*/
.game_contetn .game_contetn_r a{
    display: block;
    width: 55px;
    height: 22px;
    margin-top: 33px;
    border-radius: 3px;
    font:12px/22px "Verdana";
    text-align: center;
    color: #ffffff;
    background-color: #53bb09;

}

/*game end*/

/*maincontent end*/
/*open sever start*/

.open_sever_box{
    width: 390px;
    height: 100%;
    border: 1px solid #ededed;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    margin-top: 22px;
}
.op_tit_ul{
    border-radius: 8px 8px 0 0;
    border-bottom:1px solid #ededed;
    background-color: #fbf9fa;
    position: relative;
}
.op_tit_ul li{
    float: left;
    font:12px/42px "Verdana";
    text-align: left;
    color: #333333;
}
.op_tit_ul li i{
    font-size: 10px;
    display: block;
    margin:-22px 0 0 -5px;
}
.op_content_item li a{
    font-family:"Verdana","Arial";
}
.op_tit_ul li:nth-child(1){
    margin-left: 20px;
    width: 116px;
}
.op_tit_ul li:nth-child(2){
    margin-left:15px;
    width: 92px;
}
.op_tit_ul li:nth-child(3){
    margin-left:16px;
    width: 66px;
}
.op_tit_ul li:nth-child(4){
    margin-left:19px;
    line-height: 32px;
    width: 46px;
    position: absolute;
    top: 5px;
    right: 0;
}
.op_content_ul{
    padding-bottom: 5px;
}
.op_content_item li{
    float: left;
    font:11px/31px "Verdana";
    color: #333333;
    -webkit-text-size-adjust:none;
    -moz-text-size-adjust:none;
}
.op_content_item li a:hover{
    color: #dc2d2d;
}
.op_content_item li:nth-child(1){
    width: 116px;
    margin-left: 20px;
}
.op_content_item li:nth-child(2){
    width: 92px;
    margin-left: 15px;
}
.op_content_item li:nth-child(3){
    width: 66px;
    margin-left: 15px;
}
.op_content_item li:nth-child(4){
    margin-left: 20px;
}
/*open sever end*/




























