
html, body, div, ul, li, h1, h2, h3,
p, dl, dt, dd, ol, form, input, textarea, select {
    margin: 0;
    padding: 0;
}
h1, h2, h3{
    font-weight:normal;
}
h1{
    color:#333333;
    line-height: 74px;
    font-size: 56px;
    font-weight: 400;

}
ul,ol {
    list-style: none;
}
img {
    border: none;
    vertical-align: middle;
}
a {
    text-decoration: none;
    display: inline-block;
    color: #333333;
}
i{
    font-style: normal;
}
.clearfix:after {
    content: "." ;
    display: block ;
    height: 0 ;
    clear: both ;
    visibility: hidden ;
}
html {
    font-size: 62.5%;
    max-width: 640px;
    margin: 0 auto;
}
body {
    font-family: SimHei;
    background-color: #f5f5f5;
}
a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
}
@charset "utf-8";blockquote,body,button,code,dd,div,dl,dt,fieldset,figure,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}
fieldset,img{border:0}
:focus{outline:0}
address,caption,cite,code,dfn,em,optgroup,strong,th,var{font-style:normal;font-weight:400}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}
abbr,acronym{border:0;font-variant:normal}
button,input,optgroup,option,select,textarea{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
code,kbd,samp,tt{font-size:100%}
body{line-height:1.5}
li,ol,ul{list-style:none}
table{border-collapse:collapse;border-spacing:0}
caption,th{text-align:left}
sub,sup{font-size:100%;vertical-align:baseline}
:link,:visited,ins{text-decoration:none}
blockquote,q{quotes:none}
blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}
.clearfix{margin-right:auto;margin-left:auto}
.clearfix:after,.clearfix:before{display:table;content:"";line-height:0}
.clearfix:after{clear:both}
b,em,i{font-style:normal;font-weight:300}
body{margin:0;font-family:"Microsoft Yahei",Arial,Tahoma,Helvetica,SimSun,"Hiragino Sans GB",sans-serif;font-size:12px;line-height:20px;position:relative;color:#333;-webkit-user-select:none;-webkit-text-size-adjust:none;-moz-user-select:none;-moz-text-size-adjust:none;-ms-user-select:none;-ms-text-size-adjust:none;-o-user-select:none;-o-text-size-adjust:none}
button,input,select,textarea,th{background:#fff;font-size:12px;line-height:1.5em;font-family:Arial,Tahoma,Helvetica,SimSun}
a{color:#333}
button,input[type=button],input[type=password],input[type=reset],input[type=submit],input[type=text]{-webkit-appearance:none}
header {
    width: 100%;
    height: 45px;
    line-height: 45px;
    top: 0;
    left: 0;
    z-index: 100;
    position: fixed;
    background-size: cover;
    background: #5494FE;
}
header .logo {
    /*width: 40%;*/
    /*height: 41px;*/
    /*max-width: 41px;*/
    float: left;
    margin-left: 2%;
    margin-right: 12px;
    /*margin-top: 7px;*/
}
header .logo img {
    width: 100%;
    height: 100%;
    display: block;
    float: left;
}
header a {
    color: #ffffff;
    font-size: 1.4rem;
}
/*导航栏*/
.main{
    width:100%;
    height:45px;
    background:#ffffff;
    opacity: 0.7;
    position:fixed;
    top:0;
}
.header-topBar{
    width:100%;
    height:45px;
    background:#5494FE;
    top:0;
    line-height: 45px;
    left: 0;
    position: fixed;
    background-size: cover;
}
/*.content{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 2.5rem;

}*/
.nav-m {
    display: none;
    width: 100%;
    z-index: 9999;
}
.nav-m {
    position: absolute;
    width: 100%;
    top: 45px;
    left: 0;
    background: rgba(0, 0, 0, .8);
}
.nav-m a {
    display: block;
    width: 25%;
    height: 50px;
    background: #ffffff;
    color: #000;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
    float: left;
}
.nav-m a:active {
    background: #e8e8e8;
    text-decoration:none;
}
.header-topBar .top-nav .iconfont{
    background: url("../img/serch.png") no-repeat;
    width: 32px;
    height: 32px;
    background-size: 20px;
    display: inline-block;
    position: absolute;
    right:42px;
    top:50%;
    margin-top: -10px;
    z-index:9999;
}
.header-topBar .top-nav .list{
    background: url("../img/list.png") no-repeat;
    width: 32px;
    height: 32px;
    background-size: 20px;
    display: inline-block;
    position: absolute;
    right:10px;
    top:50%;
    margin-top: -10px;
    z-index: 100;
}
.body-box {
    margin: 41px 0 10px;
    overflow: hidden;
}
.picScroll{
    margin: 0 auto;
    max-width: 640px;
    position: relative;
    overflow: hidden;

}
.picScroll .bd{
    position: relative;
    z-index: 0;
}
.hd {
    position: absolute;
    height: 28px;
    line-height: 28px;
    left:50%;
    margin-left:-27px;
    bottom: 0;
    z-index: 1;
}

.picScroll .hd li {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #D4B9B9;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 5px;
}
.picScroll .bd li {
    position: relative;

    text-align: center;

}
.hd li.on{
    background:#509ef5;
}
.picScroll .bd li img{
    width: 100%;
}
.bottom-nav {width:100%;height: 40px;}
.bottom-nav a {width:19%;height: 100%;display: block;color:#62666d;float:left;text-align:center;}
.bottom-nav .iconfont {width:100%;height:22px;line-height:22px;display:block;font-size:2.2rem;}
.bottom-nav span {width:100%;height:18px;line-height:18px;display:block;}
nav{margin:16px 0;background: #ffffff;}
.nav_box{height:60px;display:-moz-box;display:-webkit-box;display:box;margin-right:10px;font-size:16px;text-align:center}
.nav_box a{display:block;height:60px;margin-left:10px;-moz-box-flex:1;-webkit-box-flex:1;box-flex:1;color:#fff;border-radius:3px}
.nav_box1{margin:0 10px 16px 0}
nav .nav_box:nth-child(1) a:nth-child(1){background:#8388D3}
nav .nav_box:nth-child(1) a:nth-child(2){background:#2ECB7C}
nav .nav_box:nth-child(1) a:nth-child(3){background:#5494FE}
nav .nav_box:nth-child(1) a:nth-child(4){background:#FEAC24}
nav .nav_box:nth-child(1) a:nth-child(5){background:#5A95E6}
.nav_box span.btn{display:block;width:25px;height:25px;background-image:url(../img/btn.png);background-repeat:no-repeat;background-size:25px 123px;margin:6px auto 2px}
.nav_box a em{display:block;margin:0 auto;line-height:20px;font-style: normal;text-align: center;}
.nav_box a .nav_c{width:58px;height:40px;margin:0 auto}


.part1 li .img_box{width:60px;height:60px;position:relative;margin:0 auto}
.part1 li .img_box i.tagJuly{width:40px}
.part1 li .img_box i.boutique{background:#FDE50B;color:#cb6a12}
.part1 li .img_box i.struggle{background:#F9E54E;color:#cb6a12}
.part1 li .img_box i{display:block;width:20px;height:20px;background:#d4d4d4;color:#fff;text-align:center;line-height:20px;border-radius:100px;position:absolute;top:-5px;left:-5px;}
.julyAd .part1 li .btn{width:58px;height:28px;line-height:28px;border-radius:6px;text-align:center;padding:0;background:#2ECB7C;color:#fff}

.julyTit{padding:10px 10px 0 10px}
.giftimg{padding:10px 10px 0 10px;background: #ffffff}
.giftimg img{width: 100%;height: 150px;}
.tit .rbox,.tit .repeat{padding-bottom:4px;height:20px;line-height:20px;font-size:14px;color:#272A33;float:right;position:relative;top:1px}
.tab ul.tab_menu,.tit{height:26px;border-bottom:1px solid #eee;position:relative;background: #ffffff}
.tab ul.tab_menu li.current,.tit h3{padding-bottom:4px;height:20px;line-height:20px;font-size:16px;color:#505050;border-bottom:2px solid #509ef5;float:left;position:relative;top:1px}
.julyAd li{margin-top:0}
.julyAd .part1{border-bottom:1px solid #e8e8e8;background: #ffffff}
.julyAd_list li .btn1{display:block;width:58px;height:30px;line-height:30px;border-radius:6px;background:#FEAC24;;color:#fff;font-size:14px;margin-top:15px;text-align: center}
/*.julyAd_list1{background:#fcfcfc;padding:0 10px;border-bottom:1px solid #e8e8e8}*/
.julyAd .part1 li p{margin:5px auto;height:18px;overflow:hidden;}
.julyAd .part1 li p.h36{height: 18px;color: #666;line-height: 20px;overflow: hidden;}
.julyAd .part1 li p a,.julyAd .part1 li p span{display:block}
.julyAd .part1 li .btn1{width:58px;height:28px;line-height:28px;border-radius:6px;text-align:center;padding:0;background:#FEAC24;color:#fff}
.julyAd_list1 li .info .p1{width:16px;margin:4px 4px 0 0;}
.julyAd_list1{background:#fcfcfc;padding:0 10px;border-bottom:1px solid #e8e8e8;margin-bottom: 16px;}
.julyAd_list1 li{display:-moz-box;display:-webkit-box;display:box;padding:10px 0;border-bottom:1px solid #e8e8e8;position:relative}
.julyAd_list1 li img{display:block;width:60px;height:60px;border-radius:17.5%}
.julyAd_list1 li .info{color:#888}
.julyAd_list1 li .info p{height:16px;overflow:hidden}
.julyAd_list1 li .info p em.red{color:#f66}
.julyAd_list1 li .info h3{height:20px;overflow:hidden;font-size:14px;color:#333}
.julyAd_list1 li a{display:block}
.julyAd_list1 li .btn1{display:block;width:58px;height:30px;line-height:30px;border-radius:6px;background:#509ef5;;color:#fff;font-size:14px;margin-top:15px;text-align: center}
.julyAd_list1 li .zhezhao{-moz-box-flex:1;-webkit-box-flex:1;box-flex:1;margin:0 10px}
/*.julyAd .part1 li .btn{width:58px;height:28px;line-height:28px;border-radius:6px;text-align:center;padding:0;background:#2ECB7C;color:#fff}*/
.julyAd_list1 .btn-android{float: left;display: block;width: 24px;height: 24px;}
.julyAd_list1 .btn-android img{width: 100%;height:16px;display: block}
.julyAd_list1 .btn-ios{float: left;display: block;width: 24px;height: 24px;}
.julyAd_list1 .btn-ios img{width: 100%;height:16px;pxdisplay: block}

.padding_box{padding:10px;margin-bottom: 16px}
.padding_box1{padding:10px;}
.part1 li{float:left;width:25%;height:auto;min-width:70px;border:none;text-align:center;margin-top:15px}
.part1 li{float:left;width:25%;height:auto;min-width:70px;border:none;text-align:center;margin-top:15px}
.part1 li img{display:block;width:60px;height:60px;border-radius:17.5%}
.part2 li{width:100%;height:auto;min-width:70px;border:none;text-align:center;margin-top:15px;background: #ffffff}
.part2 li img{float:left;display:block;width:60px;height:60px;border-radius:17.5%}
.part2 .img_box{float: left;}
.julyAd_list{background:#fcfcfc;padding:0 10px;border-bottom:1px solid #e8e8e8;}
.julyAd .part2 li .btn1{width:58px;height:28px;line-height:28px;border-radius:6px;text-align:center;padding:0;background:#FEAC24;color:#fff}
.julyAd_list li{display:-moz-box;display:-webkit-box;display:box;padding:10px 0;border-bottom:1px solid #e8e8e8;position:relative}
.julyAd_list li img{display:block;width:60px;height:60px;border-radius:17.5%}
.julyAd_list li .info{color:#888}
.julyAd_list li .info p{height:20px;overflow:hidden;font-size: 14px;line-height:20px;color: #333;}
.julyAd_list li .info .p2{height:18px;overflow:hidden;font-size: 12px;line-height:18px;color: #666;}
.julyAd_list li .info p em.red{color:#f66}
.julyAd_list li .info h3{height:20px;overflow:hidden;font-size:14px;color:#333;}
.julyAd_list li a{display:block}
.julyAd_list li .btn{display:block;width:58px;height:30px;line-height:30px;border-radius:6px;background:#509ef5;;color:#fff;font-size:14px;margin-top:15px;text-align: center}
.julyAd_list li .zhezhao{-moz-box-flex:1;-webkit-box-flex:1;box-flex:1;margin:0 10px}
.julyAd_list .disc{background: url("../img/discount.png") no-repeat;background-size: 70%;padding: 0 4px;position: absolute;top:14%;width: 41px;left: 142px;color: #ffffff;font-size: 12px;}
.bottom_nav{height:40px;border-top:10px solid #e8e8e8;border-bottom:10px solid #e8e8e8;display:-moz-box;display:-webkit-box;display:box;background: #ffffff}
.bottom_nav a{display:block;-moz-box-flex:1;-webkit-box-flex:1;box-flex:1;height:40px;line-height:40px;text-align:center;margin-left:10px;font-size:16px;color:#505050}

/*更改游戏列表字号颜色*/
.julyAd_list li .info{color:#888}
.julyAd_list li .info p{height:20px;overflow:hidden;font-size: 12px;color: #828282;}
.julyAd_list li .info .p2{height:20px;overflow:hidden;font-size: 12px;color: #828282;width: 160px;text-overflow:ellipsis;}
.julyAd_list li .info p em.red{color:#f66}
.julyAd_list li .info h3{height:20px;overflow:hidden;font-size:14px;color:#333;font-weight: 600;display: block;float: left;padding-right: 4px;}
.julyAd_list li .info p{display: block;clear: both;}
/*更改游戏列表*/
.julyAd_list li .disc{display:block;}
.julyAd_list .info span img{display:block;width: 48px;height: 21px;}
.julyAd_list .info .discount{position: relative;}
.julyAd_list .info .discount em{position: absolute;top:0;right: 0;font-size: 10px;color:#ffffff;display: block;padding: 1px;}
.julyAd_list .info .bar-1{background: #feac24;color: #ffffff;border-radius: 4px;padding: 2px 6px;}
.julyAd_list .info .bar-2{background: #f95e31;color: #ffffff;border-radius: 4px;padding: 2px 6px;}
.julyAd_list .info .bar-3{background: #0cd45c;color: #ffffff;border-radius: 4px;padding: 2px 6px;}
.julyAd_list li a{display:block}
.julyAd_list li span{display:block;float: left;}
.julyAd_list li .btn{display:block;width:58px;height:30px;line-height:30px;border-radius:6px;background:#549ef5;;color:#fff;font-size:14px;margin-top:15px;text-align: center}
.julyAd_list li .zhezhao{-moz-box-flex:1;-webkit-box-flex:1;box-flex:1;margin:0 10px}
/*.julyAd_list .disc{background: url("../img/discount.png") no-repeat;background-size: 70%;padding: 0 4px;position: absolute;top:14%;width: 41px;left: 142px;color: #ffffff;font-size: 12px;}*/

.bottom_nav{height:40px;border-top:10px solid #e8e8e8;border-bottom:10px solid #e8e8e8;display:-moz-box;display:-webkit-box;display:box;background: #ffffff}
.bottom_nav a{display:block;-moz-box-flex:1;-webkit-box-flex:1;box-flex:1;height:40px;line-height:40px;text-align:center;margin-left:10px;font-size:16px;color:#505050}

.b_xz{ width:100%; position:fixed; z-index:99;bottom:0; background-color: rgba(0,0,0,0.75)}
.b_xz_l{float:left;width:56px;height: 56px; padding:12px 10px 12px 12px;}
.b_xz_l img{ width:56px;height: 56px;}
.b_xz_c{width: 60%;float:left;line-height:1.2em;color:#fff;font-size:16px;padding: 5% 4% 3% 0%;}
.b_xz_c span{ color:#ccc; font-size:0.6em;}
.b_xz_r{float:left;display:block;color:#fff;background:#f90;text-align:center;margin: 3% 0 0 0;font-size: 14px;padding: 8px 0;width: 90px;border-radius: 12px;position: absolute;right: 8%;top: 14%;}
.close_dibu{ position:fixed; right:10px; bottom:100px; color:#fff; font-size:2.4em; display:block;}
.c_dibu{position:fixed;right:0;bottom: 46px;color:#fff;width:30px;height:30px;font-size:2.4em;display:block;}
.game_navs{
     width:250px;
     border:1px solid #5494FE;
     height:30px;
     line-height:30px;
     margin:10px auto;
     border-radius: 8px;
     overflow:hidden;
}
.game_navs>span{
    display:block;
    float:left;
    width:50%;
    text-align:center;
    font-size:14px;

}
.game_navs>.on{
    background: #5494FE;
    color:#fff;

}