*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Avenir", Helvetica, Arial, sans-serif;
}
a{
    text-decoration: none;
}
ul,li{
    list-style: none;
}
@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.eot');
    src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),
    url('../font/iconfont.woff2') format('woff2'),
    url('../font/iconfont.woff') format('woff'),
    url('../font/iconfont.ttf') format('truetype'),
    url('../font/iconfont.svg#iconfont') format('svg');
}
.iconfont {
    font-family: "iconfont";
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon {
    width: 3em; height: 3em;
    fill: currentColor;
    overflow: hidden;
}
body{
  
    margin: 0 auto;

}
body>*{
    max-width: 100%;
    overflow-x: hidden;
}


#shareBtn span{	display:none;}

.mask{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.2);
    z-index: 2147483647;
    display: none;
}
#sidebar1{
    background-color: #ffffff;
    position: absolute;
    top:0;
    transform: translateX(-65vw);
    min-height: 100vh;
    padding: 20px 30px;
    max-width: 65vw;
    animation: menudrop .3s linear forwards;
}
.hide #sidebar1{
    animation: menudrop 1s ease reverse forwards;
}
@keyframes menudrop{
    0% {
        transform: translateX(-65vw);
    }
    100% {
        transform: translateX(0);
    }
}
.close-sidebar{
    text-align: center;
    margin-bottom: 20px;
}
.close-sidebar span{
    font-weight: 600;
    font-size: 30px;
}
#sidebar1 ul li{
    padding: 12px 0;
}
#sidebar1 ul li a{
    color: #212121;
    font-size: 16px;
    font-weight: 500;
}
#sidebar2{
    background-color: #ffffff;
    position: absolute;
    top:0;
    right: 0;
    transform: translateX(240px);
    padding: 20px 30px;
    max-width: 240px;
    animation: sharedrop1 .3s linear forwards;
}
.hide #sidebar2{
    animation: sharedrop1 1s linear reverse forwards;
}
@keyframes sharedrop1{
    0% {
        transform: translateX(240px);
    }
    100% {
        transform: translateX(0);
    }
}
#sidebar2 ul li{
    padding: 5px 0;
}
.foot,.copy{
    text-align: center;
    font-size: 12px;
    color:cornflowerblue;
    line-height: 13px;
    margin-left: 4px;
	margin-top: 30px;
}
.foot span,.foot img{
    vertical-align: middle;
}
.copy{
    padding: 5px 0 30px;
}
#toggleMask{
    background-color: rgba(255,255,255,.2);
}
#sidebar3{
    background-color: #000;
    position: absolute;
    top:0;
    right: 0;
    transform: translateX(240px);
    padding: 20px 30px;
    min-height: 100vh;
    animation: sharedrop3 .3s linear forwards;
}
.hide #sidebar2{
    animation: sharedrop3 1s linear reverse forwards;
}
@keyframes sharedrop3{
    0% {
        transform: translateX(240px);
    }
    100% {
        transform: translateX(0);
    }
}
.leftBtn.iconfont{
    font-size: 25px !important;
}



.box_hz_run {
    background: #FFFFFF;
    padding: 5px;
    margin-bottom: 10px;
}

.group_hz {
    margin: 0 auto;
    padding: 0 0 2px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    overflow: auto;
}
	
.group_hz li {
    display: block;
    float: left;
    margin: 0 4px 3px 0;
    /* width: 133px; */
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    flex: 0 0 28%;
    max-width: 120px;
    animation: notice_scroll 1s linear 2s 2 alternate;
}	

.group_hz li a, .group_hz li img, .group_hz li span {
    display: block;
    width: 100%;
}

.group_hz li a{
   text-decoration: none!important;
}

.group_hz li span {
    background-color: rgba(72,158,226,0.8);
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 18px;
    line-height: 18px;
    text-align: center;
}




/* header --0530 */
div.dfsdf_loadingimg_by {
    margin-left: auto;
    margin-right: auto;
    height: 500px;
}

div.part {
    float: left;
    margin: 5px;
    text-align: center;
    display: inline-block;
    width: 180px;
    height: 135px;
    position: relative;
}

div.part a {
    color: #f5f500;
    text-decoration: none;
}

img {
    vertical-align: top;
    border: 0;
}

div.part a img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 2px 3px 5px #222;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

div.part div.GameName {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    display: none;
    color: #F5A732;
    background-color: rgba(0,0,0,0.8);
    padding: 5px 0 5px 0;
    font-size: 12px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* div.header {
    //position: fixed;
    top: 0;
    left: 0;
    z-index: 1101;
    min-width: 300px;
    width: 100%;
    height: 55px;
    background: rgb(66, 103, 178);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001037', endColorstr='#000719', GradientType=0);
    border-bottom: 1px solid #000;
    text-align: center;
} */

div.header_right {
    float: right;
    width: 40px;
    padding-right: 50px;
    cursor: pointer;
}