.marg-b-0px{
	margin-bottom:0px!important;
}

.marg-l-3per{
	margin-left:3%;
}

.hidden{
	display:none;
}
.clear{
	clear: both;
}
a, abbr, acronym, address, applet, big, blockquote, body, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, tt, ul, var {
    font-size: .24rem;
    font-family: Arial;
}

a, body, button, input {
    font-family: Arial;
    outline: none;
    color: #263440;
    text-decoration: none;
}
body, html {
    margin: 0;
    padding: 0;
    position: relative;
}

body, html {
    width: 100%;
    height: 100%;
}

.text-al-c{
	text-align:center;
}

/**********general start**************/
#wrapper{
	max-width:1080px;
	margin:0 auto;
	position:relative;
}

#header{
	background: #373737;
    border-bottom: 1px solid #373737;
	position:fixed;
	width:100%;
	z-index:800;
	max-width:1080px;
}

#header .inner{
	padding:3px 8px;
}

#header .inner .left{
	float:left;
}

#header .inner .left .logo-img{
	width: .9rem;
	display:block;
}

#header .inner .right{
	float:right;
	top: .23rem;
    position: relative;
}

#header .inner .right .text1{
	color: #fff;
    display: inline-block;
    position: relative;
    font-size: .28rem;
    top: .05rem;
    right: .1rem;
}

#header .menu-btn{
	float:right;
	width: .4rem;
	margin-left: .2rem;
}

#header .menu-btn img{
	position: relative;
	top: .05rem;
	width:100%;
}

#header .login-btn, #header .logout-btn{
	float: right;
    background-color: #f7911e;
    border-radius: .08rem;
    padding: .05rem .1rem;
    color: #000;
    font-size: .28rem;
    cursor: pointer;
}

#footer {
	position: fixed;
	width: 100%;
	height: .96rem;
	bottom: 0;
	z-index: 800;
	max-width:1080px;
}
#footer ul{
	display: flex;
    width: 100%;
    height: 100%;
    background-color: #fff;
    justify-content: center;
    background-color: #373737;
}
#footer ul li{
	flex: 0.2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}
#footer ul li a, #footer ul li a:hover{
	cursor: pointer;
    text-decoration:none;
}
#footer ul li span{
	margin-top: .04rem;
	font-size: .2rem;
	color: #fff;
}
#footer ul li i{
	font-size: .4rem;
	color: #fff;
}
/**********general end**************/



/**********home area start**************/
#home-area .banner-img{
	width: 100%;
}
#home-area .home-banner{
	height: 2.88rem;
	overflow: hidden;
	border-radius: .1rem;
	padding:8px 8px;
	
}
#home-area #my-focus, #my-focus .pic{
	height: 100%;
	width: 100%;
}
#home-area #my-focus .num{
	bottom: 0px;
}
#home-area .mF_YSlider .pic li, .mF_YSlider .rePic li{
	width: 100%;
}

#home-area .mF_YSlider .num li a {
    background-color: rgba(65,70,85,0.4)!important;
}

#home-area .mF_YSlider .num li.current a, .mF_YSlider .num li.hover a{
	background-color: rgba(65,70,85,1)!important;
}

#home-area .home-marquee{
	padding: .1rem .28rem;
	height: .36rem;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#home-area .home-marquee i{
	font-size: .4rem;
	color:#373737;
}

#home-area .home-marquee .news{
	flex: 1;
	display: flex;
	align-items: center;
    margin: 0 .1rem;
	color: #9aa4c2;
	font-size: .24rem;
	white-space: nowrap;
	overflow: hidden;
}

#home-area .game-menu-list{
	background: #f2f2f2;
	padding:8px 4px;
	display:flex;
	justify-content:space-between;
}

#home-area .game-menu-list .game-menu{
	/*margin-right:.1rem;*/
	flex: 1;
    text-align: center;
	cursor:pointer;
}

#home-area .game-menu-list .game-menu .img1{
	width: .6rem;
}

#home-area .game-menu-list .game-menu .img2{
	width: .95rem;
	position:relative;
	top: -.05rem;
}

#home-area .game-menu-list .game-menu .img3{
	width: .78rem;
}

#home-area .game-menu-list .game-menu .img4{
	width: .6rem;
}

#home-area .game-menu-list .game-menu .img5{
	width: .6rem;
}

#home-area .game-menu-list .game-menu .img6{
	width: .6rem;
}

#home-area .game-menu-list .game-menu .text{
	text-align:center;
	font-size: .23rem;
	color: #b4b4b4;
	font-weight: 700;
}

#home-area .game-menu-list .game-menu .text.active{
	color: #333;
}

#home-area .game-list{
	padding:10px;
}

#home-area .game-list .tab{
	position:relative;
}

#home-area .game-list .item{
	width:100%;
	border-radius: .12rem;
    margin-bottom: .2rem;
	/*box-shadow: 0 0.04rem 0.28rem 0 rgba(65,70,92,.3);*/
	cursor:pointer;
}

#home-area .game-list .item.v1{
	width: 48%;
   	float:left;
}

#home-area .game-list .item img{
	width:100%;
}

/**********home area end**************/

/**********登入 start**************/
#login-div{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgba(55,55,55,.95);
    z-index: 998;
}

#login-div .fix-p{
	position:relative;
}

#login-div .login-title-div{
	position: relative;
    width: 100%;
    height: .5rem;
    line-height: .5rem;
    padding: 0 .33rem;
    margin: .6rem 0 .6rem;
    box-sizing: border-box;
    text-align: center;
}
#login-div .login-title-content{
	font-size: .36rem;
    font-weight: 600;
    color: #fff;
}
#login-div .close-icon{
	position: absolute;
    top: 0;
    left: .33rem;
    width: .48rem;
    height: .48rem;
    background: url(/templates/new_images2/register_icon_close.png) no-repeat 50%;
    background-size: contain;
}

#login-div #login-div-content{
	width: 100%;
    padding: .5rem .72rem .3rem .72rem;
    box-sizing: border-box;
	background-color: #fff;
}

#login-div #login-div-content .input-style{
	border-bottom: 1px solid #c04800;
	padding: .1rem 0;
	margin-bottom: .2rem;
}

#login-div #login-div-content .input-style input{
	width:100%;
	padding: 0;
    font-size: .28rem;
	border:0;
}

#login-div #login-div-content .input-style2{
	padding: .2rem 0;
}

#login-div #login-div-content .input-style2 #is-remember{
	width:.24rem;
	height:.24rem;
	position: relative;
    top: .01rem;
}

#login-div #login-div-content .login-btn-div{
	margin-top: .2rem;
}

#login-div #login-div-content .login-btn-div button{
	background: #8fb65f;
    color: #fff;
    width: 100%;
    border: none;
    height: .7rem;
    border-radius: .45rem;
    font-size: .32rem;
    font-weight: 700;
    opacity: .5;
}
/**********登入 end**************/