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

body {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	font-family: "微软雅黑";
	border: none;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
	text-decoration: none;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

img {
	border: none;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

em {
	font-style: normal;
}

div {
	display: block;
}

.hidden {
	display: none;
}


/*banner*/

.banner {
	width: 100%;
	height: 450px;
	background: url(../images/guardian.jpg) no-repeat center;
}


/*主体*/

.main {
	width: 100%;
	height: auto;
	margin: 10px 0;
}

.wapper {
	margin: 0 auto;
	width: 1000px;
}

.left-box,
.left-box2 {
	float: left;
	width: 691px;
}

.right-box {
	float: right;
	width: 292px;
	padding-left: 8px;
	border-left: 1px solid #DEDEDE;
	margin-left: 8px;
}


/*左侧*/

.title-box:after,
.ap-box:after,
.footerBox:after,
.main:after {
	display: block;
	clear: both;
	content: ".";
	visibility: hidden;
	overflow: hidden;
	height: 0;
}

.side-box h2 {
	font-size: 30px;
	line-height: 40px;
}

.side-box .title-box {
	padding: 10px 0 0 0;
	font-size: 30px;
	line-height: 40px;
}

.side-box h2 em {
	color: #58b506;
	font-weight: 700;
}

.side-box .tt2 {
	float: left;
	margin-right: 20px;
	font-size: 16px;
	color: #8A8A8A;
}

.side-box .line {
	margin-top: 20px;
	font-size: 0;
	overflow: hidden;
	border-bottom: 1px solid #E9E7E7;
}

.side-box .intro {
	height: 170px;
	width: 600px;
	color: #5E5E5E;
}

.side-box .other {
	display: inline-block;
	font-size: 14px;
	color: #ff9205;
	margin-top: 10px;
	cursor: pointer;
}

.side-box .other:hover {
	text-decoration: underline;
}


/*申请流程*/

.ap-box-left {
	float: left;
	margin-right: 10px;
}

.ap-box-right {
	float: right;
}

.step-box {
	margin: 10px 0;
	padding: 90px 20px 20px 20px;
	background: url(../images/guardian-tel.png) no-repeat 50% 15px;
	border: 1px solid #DEDEDE;
	border-radius: 5px;
}
.step-box a{
	background: #ff9205;
	color: white;
	padding: 2px 10px;
	border-radius: 5px;
}
.time-hr{
	width: 100%;
	text-align: center;
	margin-bottom: 11px;
	
}

.step-bg {
	background-position: 50% -300px;
}

.step-box .info {
	font-size: 12px;
	color: #666666;
	line-height: 21px;
	border-top: 1px solid #E2E2E2;
	padding-top: 10px;
	text-align: center;
}

.step-box .info .b {
	font-weight: 700;
	color: #2C2C2C;
}

.step-box1 {
	width: 369px;
	height: 400px;
	margin: 10px 0;
	padding: 20px;
	border: 1px solid #DEDEDE;
	border-radius: 5px;
	background: url(../images/guardian-step.png) no-repeat 50% 50%;
}


/*隐藏左侧提示*/

.left-box2 h1 {
	margin-top: 15px;
	font-size: 24px;
	line-height: 40px;
	color: #58b506;
}

.ts-head {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
	height: 130px;
	border-bottom: 1px solid #818181;
}

.title-txt {
	line-height: 30px;
	font-size: 16px;
	color: #1B1B1B;
	padding-left: 10px;
}

.ts-head .back {
	position: absolute;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
}

.ts-head .back:hover {
	color: #ff9205;
	text-decoration: underline;
}

.bold {
	margin-top: 30px;
	font-weight: 700;
}


/*右侧*/

.right-box {
	width: 292px;
	padding-left: 8px;
	border-left: 1px solid #DEDEDE;
	margin-left: 8px;
}

.more {
	float: right;
	font-size: 13px;
	color: #5E5E5E;
}

.more:hover {
	text-decoration: underline;
}

i.icon-down {
	float: right;
	margin-top: 10px;
	margin-left: 8px;
	display: block;
	color: #666;
	width: 20px;
	height: 20px;
	background: url(../images/icon-down.png)no-repeat;
}

.down-list {
	padding: 20px 0;
	height: 149px;
}

.down-list a {
	display: block;
	height: 38px;
	line-height: 38px;
	padding: 0 15px;
	color: #5E5E5E;
	position: relative;
}

.down-list li:hover {
	background: #5e5e5e;
}

.down-list li:hover a {
	color: white;
}

.down-list li:hover .licon {
	background-position: 0 -20px;
}

.faq-list {
	padding: 180px 10px 20px 10px;
	font-size: 12px;
	line-height: 20px;
	background: url(../images/guoguo-child.png) no-repeat 50% 15px;
}

.faq-list .q {
	color: #ff9205;
}

.faq-list li:first-child {
	border-top: none;
}

.faq-list li {
	border-top: 1px dashed #DEDEDE;
	padding: 10px 0;
}
/*漂浮*/

.fixed-tools {
	bottom: 10%;
	right: -120px ;
	z-index: 1020;
	position: fixed
}


.fixed-tools ul{
	width:180px;
	height: auto;
}
.fixed-tools ul li,.fixed-tools #roll_top{
	position: relative;
	margin-bottom: 5px;
	width: 180px;
	height: 60px;
	background: #f4f4f4;
	transition: all 0.3s;
}
.fixed-tools #roll_top{
	margin-bottom: 5px;
	width: 60px;
	height: 60px;
	background: #f4f4f4;
	transition: all 0.3s;

}
.fixed-tools ul li i{
	display: inline-block;
	float: left;
	margin:16px;
	width: 28px;
	height: 28px;
	background:url(../images/toobtn.png) no-repeat;
}
.fixed-tools #roll_top{
	background: url(../images/t01afb87361bf7ad156.png) 50% 50% no-repeat #f4f4f4;
}
.fixed-tools ul li i.ewm{
	background-position: 0 -60px;
}

.fixed-tools ul li i.kfqq {
	background-position: 0 -122px;
}
.fixed-tools ul li.cur i.kfqq {
	background-position: 0 -280px;
}
.fixed-tools ul li i.quan {
	background-position: 0 -28px;	
}
.fixed-tools ul li.cur i.quan {
	background-position: 0 -185px;	
}
.fixed-tools ul li i.gm{
	background-position: 0 2px;	
}
.fixed-tools ul li.cur i.gm{
	background-position: 0 -156px;	
}
.fixed-tools ul li i.hs{
	background-position: 0 -90px;		
}
.fixed-tools ul li.cur i.hs{
	background-position: 0 -250px;		
}
.fixed-tools ul li.cur{
	width: 140px;
	margin-left: -80px;
	background:#ff5c23;
}
.fixed-tools ul li.litype1 p{
display: none;
line-height: 60px;
color: white;
font-weight: bold;
font-size: 16px;
}
.fixed-tools ul li.litype_qq.cur{
	width: 190px;
	margin-left: -130px;
}
.fixed-tools ul li.litype_qq p{
display: none;
line-height: 60px;
color: white;
font-weight: bold;
font-size: 14px;
}
.fixed-tools ul li.litype1:hover p{
display: block;
}
.fixed-tools ul li.litype2:hover{
	background:#ff5c23;
}
.fixed-tools ul li.litype2:hover i.ewm{
	background-position: 0 -218px;
}
.fixed-tools ul li.litype2:hover .tool_ewm{
display: block;
}
.tool_ewm{
	display: none;
	position: absolute;
	padding: 10px;
	bottom: 0;
	right: 190px;
	width: 150px;
	height: 180px;
	background: white;
	box-shadow: 0px 2px 5px #c1bebd;
	transition: all 0.3s;
}
.tool_ewm p{
	font-size: 13px;
	line-height: 30px;
	text-align: center;
	color: #ff5c23;
}
.tool_ewm img{
	width: 100%;
	height: auto;
}

.rec_gname {
    width: 270px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background: #f4f4f4;
    color: #262626;
    text-align: center;
}
.rec_mask {
    width: 270px;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: -40px;
}
.rec_btn {
    width: 270px;
    height: 40px;
    background: #f4f4f4;
    font-size: 14px;
    line-height: 40px;
    position: relative;
}
.rec_btn .rec_official {
    margin: 0 8px 0 5px;
    font-size: 14px;
    color: #262626;
}
.rec_btn .fenge_line {
    color: #bfbfbf;
}
.rec_btn .rec_gift {
    font-size: 14px;
    color: #262626;
    margin-left: 8px;
}
.rec_btn .rec_game_enter {
    display: inline-block;
    width: 90px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #fb3021;
    height: 30px;
    border-radius: 3px;
    line-height: 30px;
    position: absolute;
    top: 5px;
    right: 5px;
}

.right-box ul li:hover .rec_mask {
  bottom: 0;
  transition: bottom 0.4s;
}
.sy-list .code {
    position: absolute;
    top: 100%;
    width: 192px;
    height: 262px;
    background: rgba(0,0,0,.8);
    z-index: 9;
    transition: .3s ease;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#8c000000', endColorstr='#8c000000');
}
.sy-list .code p {
    text-align: center;
}
.sy-list .code p img {
    width: 120px;
    height: 120px;
    margin: 18px auto;
}
.sy-list .code p em {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #fff;
}
.sy-list .slide {
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 198px;
	padding: 0 10px;
	height: 26px;
	background: rgba(0,0,0,.8);
	transition: .3s ease;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#8c000000', endColorstr='#8c000000')
}
.sy-list li:hover .slide{
	bottom:100px;
	transition: bottom 0.2s;
}
.sy-list li:hover .code{
	top:10px;
	transition: top 0.2s;
}
.all-appgame{
    width: 884px;
    padding: 0 0px 12px 26px;
    margin-top: 40px;
}

.cf {
    zoom: 1;
}
.recommend-game .item01 {
    border: 1px solid #eaeaea;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    float: left;
    margin-right: 12px;
    width: 216px;
    position: relative;
}
.all-appgame .item01 {
    width: 280px;
}
.all-appgame .item01 .item-img, .all-appgame .item01 .other {
    margin-left: auto;
}
.recommend-game .item01 img {
    display: block;
    float: left;
    width: 293px;
    height: 196px;
}
.recommend-game .item01 h4 {
    height: 38px;
    overflow: hidden;
    line-height: 38px;
    font-weight: 400;
    font-size: 16px;
    padding: 0px 10px;
    text-align: center;
}

.item-info-h5 {
    display: block;
    position: absolute;
    color: #fff;

    top: -236px;
    height: 194px;
    width: 291px;
    
}
.item-info-h5 .sys {
    position: absolute;
    top: 150px;
    left: 80px;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.item-info-h5 .code_div {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 30px;
    left: 80px;
}
.item-info-h5 .code_div img {
    width: 120px;
    height: 120px;
}
.recommend-game .item01 .other {
    width: 280px;
    height: 196px;
    line-height: 24px;
    left: 0;
    top: 0;
    color: #9c9c9c;
    text-align: right;
    position: absolute;
    display: none;
}
.all-appgame .item01 .other {
    width: 280px;
}
.other-h5{background-color:#000;opacity:0.5;-moz-opacity:0.5;filter:alpha(opacity=50);}
.item-info-h5 .game_name {
    width: 130px;
    height: 20px;
    position: absolute;
    top: 28px;
    left: 160px;
    display: block;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
}
.item-info-h5 a {
    color: #fff;
}
.item-info-h5 .renqi {
    width: 130px;
    height: 20px;
    position: absolute;
    top: 75px;
    left: 160px;
    display: block;
}
.item-info-h5 .play_game {
    width: 110px;
    height: 30px;
    position: absolute;
    top: 120px;
    left: 160px;
    display: block;
    height: 30px;
    line-height: 30px;
    background: #15B4FF;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    border-radius: 15px;
}
.recommend-game .item01:hover .other{display:block;}
