/*--------------------------------------------------------------
                     Product Parent Style
 
      Author:hanbingfeng
      Create Date:15.03.30	  Last Modify Date:15.04.23
      ===================================================
 
--------------------------------------------------------------*/

body{
    font-size: 12px;
}
a span{cursor: pointer;}
.icon{
	overflow: hidden;
	display: inline-block;
	background-image: url(/static/member/source/img/protect/public/icon.png);
	background-repeat: no-repeat;
	line-height: 0;
	font-size: 0;
}
.show-icon{
	width: 9px;
	height: 5px;
	background-position: -148px 0;
	vertical-align: middle;
}
.login-icon,.reg-icon{
	width: 24px;
	height:24px;
	vertical-align: middle;
}
.login-icon{background-position: 0 0;}
.reg-icon{background-position: -24px 0;}
.account-icon{background-position: -48px 0;}
.protect-icon{background-position: -68px 0;}
.pay-icon{background-position: -88px 0;}
.service-icon{background-position: -108px 0;}
.other-icon{background-position: -128px 0;}
.hot-icon{
	margin: 9px 0 0 4px;
	width: 22px;
	height:12px;
	background-position: -167px 0;
	vertical-align: top;
}

.clear{
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	clear: both;
	height: 0;
}

/* 统一头部样式开始 */
.header_wrap{
	position: relative;
	z-index: 2;
	width: 100%;
	min-width: 960px;
	background-color: #fff;
}
.header_inner{
	position: relative;
	margin: 0 auto;
	height: 70px;
	width: 960px;
}
.logo{
	float: left;
	padding:9px 0 0;
}
.logo_jia{
	padding-left: 7px;
}
.nav_box{
	float: right;
	border-left: 1px solid #eee;
}
.nav_box .nav_li{
	float: left;
	height: 70px;
	border-right: 1px solid #f4f4f4;
}
.nav_box .brd{border-right: 1px solid #ddd;}
.nav_box .bld{border-left: 1px solid #ddd;}
.nav_box .map_li{
	float: left;
	height: 70px;
}
.nav_box .map_li .nav_map{
	margin-top: 25px;
	display: inline-block;
	width: 70px;
	height: 24px;
	line-height: 24px;
	text-decoration: none;
	background-color: #dbdbdb;
	color: #555;
	text-align: center;
	border-radius: 3px;
}
.nav_box .nav_li a.nav_a{
	display: inline-block;
	padding: 0 12px;
	height:65px;
	line-height: 65px;
	border-top: 5px solid #fff;
	font-size: 16px;
	font-family: 'Microsoft Yahei';
	color: #555;
}
.nav_box .nav_li a.nav_a:hover,.nav_box .curr a.nav_a{
	border-top-color:#4aa7f8;
	color: #4aa7f8;
	text-decoration: none;
	background-color: #f8f8f8;
}
.nav_box .curr a.nav_a .show-icon{
	background-position: -157px 0;
}
.nav_box .curr{
	margin-left: -1px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	position: relative;
	z-index: 101;
}
.nav_box .curr a.nav_a{
	position: relative;
	z-index: 101;
}
.nav_box .min_w a.nav_a{width: 42px;text-align: center;}
#all_serve_li,#all_game_li{position: relative;}
.nav_box .nav_login,.nav_box .nav_register{
	float: left;
	padding: 0 0 0 20px;
	height: 70px;
	line-height: 70px;
	font-size: 12px;
	font-family: Simsun;
}
.nav_box .nav_login{margin-left: 91px;_display:inline;}
.nav_box .nav_login a.nav_a{
	color: #955ba8;
}
.nav_box .nav_register a.nav_a{
	color: #7bb430;
}
.nav_box .login_ok{
	position:relative;
	float: left;
	padding: 5px 0 0 5px;
	width: 232px;
	height: 65px;
	line-height: 65px;
	font-size: 12px;
	font-family: Simsun;
	text-align: right;
}
.nav_box .login_ok a.nav_a{
	background-color: #666;
    color: #fff;
    padding: 3px 5px;
    margin-left:5px;
    white-space: nowrap;
}
/* 全服务菜单 */
.all_serve{
	overflow: hidden;
	position: absolute;
	top: 69px;
	right: -1px;
	_right: -2px;
	z-index: 100;
	width: 549px;
	height:205px;
	border: 1px solid #ddd;
	background-color: #fff;
}
.all_serve dl{
	float: left;
	width: 109px;
	height: 100%;
	border-left: 1px solid #eaeaea;
}
.all_serve dl.first-dl{
	border: 0;
}
.all_serve dl.even-dl{
	background-color: #f8f8f8;
}
.all_serve dl dt{
	margin-bottom: 5px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #eaeaea;
	background-color: #f8f8f8;
	font-weight: 700;
	color: #333;
}
.all_serve dl dt .icon{
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin: 0 5px 0 13px;
}
.all_serve dl dd{
	height:30px;
	line-height: 30px;
	padding-left: 30px;
}
.all_serve dl dd a{
	color: #666;
	font-family: Simsun;
}
.all_serve dl dd a:hover,.all_game dl dd a:hover{
	color: #4aa7f8;
}
/* 全游戏菜单 */
.all_game{
	overflow: hidden;
	position: absolute;
	top: 69px;
	right: -1px;
	_right: -2px;
	z-index: 100;
	width: 439px;
	border: 1px solid #ddd;
	background-color: #fff;
	box-shadow: 
}
.game-ad{
	overflow: hidden;
	padding: 33px 0 13px 10px;
	width: 429px;
	background-color: #f8f8f8;
	border-bottom: 1px solid #eaeaea;
}
.game-ad li{
	float: left;
	overflow: hidden;
	_display:inline;
	margin-right: 10px;
	padding: 3px;
	width: 126px;
	height:82px;
	background-color: #dfdfdf;
}
.all_game dl{
	float: left;
}
.all_game .pc-dl{width:329px;border-right: 1px solid #eaeaea;}
.all_game dl dt{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #eaeaea;
	font-weight: 700;
	color: #333;
	text-align: center;
}
.all_game dl dd{
	padding-left: 20px;
	width: 89px;
}
.all_game .pc-dl .blea{border-left: 1px solid #eaeaea;}
.all_game .pc-dl dd{
	float: left;
	padding-top: 5px;
	height: 185px;
}
.all_game dl dd a{
	display: block;
	line-height: 30px;
	color: #666;
	font-family: Simsun;
}
.phone_game{
	width: 109px;
}

/* ----------------------- main_warp -------------------------- */

.main_warp{
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 42px 0;
	border-top: 1px solid #e7e7e7;
	background: url(/static/member/source/img/protect/public/main-bg.png) no-repeat scroll 0 0 #fff;
}
.shadow-top,.shadow-btm{
	overflow: hidden;
	margin: 0 auto;
	height:9px;
	width: 976px;
	line-height: 0;
	font-size: 0;
	background-repeat: no-repeat;
	background-position:0 0;
}
.shadow-top{background-image: url(/static/member/source/img/protect/public/shadow-top.png);}
.shadow-btm{background-image: url(/static/member/source/img/protect/public/shadow-btm.png);}

.main_inner{
	position: relative;
	margin:0 auto;
	padding:0 9px;
	width: 958px;
	background: url(/static/member/source/img/protect/public/shadow-cen.png) repeat-y scroll 0 0;
}
.sidebar{
	float: left;
	padding-right: 4px;
	width: 185px;
	min-height: 764px;
	_height:764px;
	background: url(/static/member/source/img/protect/public/sidebar-bg.png) repeat-y scroll 0 0;
}
.sidebar h2{
	overflow: hidden;
	position: relative;
	padding-left: 65px;
	width: 119px;
	height: 80px;
	border-bottom: 1px solid #e7e7e7;
	color: #85c2fb;
	font-weight: bold;
	font-size: 20px;
	font-family: '\5FAE\8F6F\96C5\9ED1','Microsoft Yahei';
}
.sidebar h2 .data-icon{
	position: absolute;
	left: 17px;
	top: 23px;
	width: 38px;
	height:38px;
	background-position: -148px -22px;
}
.sidebar h2 span{
	display: block;
	margin-top: 30px;
	_margin-top: 26px;
}
.sidebar h2 label{
	display: block;
	font-family: Arial;
	font-size: 10px;
	font-weight: 200;
}
.menu_title{
	position: relative;
	height: 40px;
	cursor: pointer;
}
.item_total{
	display: none;
	position: absolute;
	right: 50px;
	top: 10px;
	padding: 2px 8px;
	background: #cecece;
	color: #fff;
	border-radius: 10px;
	font-family: arial;
	font-size: 12px;
}
.menu_title h3{
	padding-left: 24px;
	line-height: 39px;
	background: #f7f7f7 url(/static/member/source/img/member/other/menu_title_arrow.png) no-repeat right 0;
	font-size: 14px;
	font-weight: bold;
	color: #666666;	
	border-bottom: 1px solid #e7e7e7;
}
.menu_title h3.active{
	background-color:  #e7e7e7;
	background-position: right -40px;
	border-bottom: 1px solid #ededed;
}
.sidebar li{
	position: relative;
	_float:left;
	width: 205px;
	height: 40px;
}
.sidebar li.active{
	width: 205px;
	background-color: #4aa7f8;
	background: url(/static/member/source/img/member/other/menu_item_selected.png) no-repeat 0 0;
	_background-image: none;
}
.sidebar li a{
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 55px;
	height: 39px;
	line-height: 39px;
	color: #666;
	font-size: 12px;
	width: 130px;
	background-color: #fff;
	background-image: url(/static/member/source/img/member/other/menu_icon.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid #f1f1f1;
}
.sidebar li a:hover{
	color: #fff;
	background-color: #4aa7f8;
	text-decoration: none;
	border-bottom: 1px solid #f1f1f1;
}
span.aq_state{
	position: absolute;
	padding: 3px 5px;
	background: #ff754f;
	color: #fff;
	top: 10px;
	right: 30px;
	border-radius: 3px;
}
li.active a{
	background-color: #4aa7f8;
	color: #fff;
}
.icon_01{background-position: 25px 0;}
.icon_02{background-position: 25px -40px;}
.icon_03{background-position: 25px -80px;}
.icon_04{background-position: 25px -120px;}
.icon_05{background-position: 25px -160px;}
.icon_06{background-position: 25px -200px;}
.icon_07{background-position: 25px -240px;}
.icon_08{background-position: 25px -280px;}
.icon_09{background-position: 25px -320px;}
.icon_10{background-position: 25px -360px;}
.icon_11{background-position: 25px -400px;}
.icon_12{background-position: 25px -440px;}
.icon_13{background-position: 25px -480px;}
.icon_14{background-position: 25px -520px;}
.icon_15{background-position: 25px -560px;}
.icon_16{background-position: 25px -600px;}

.icon_01:hover,li.active a.icon_01{background-position: 25px -640px;}
.icon_02:hover,li.active a.icon_02{background-position: 25px -680px;}
.icon_03:hover,li.active a.icon_03{background-position: 25px -720px;}
.icon_04:hover,li.active a.icon_04{background-position: 25px -760px;}
.icon_05:hover,li.active a.icon_05{background-position: 25px -800px;}
.icon_06:hover,li.active a.icon_06{background-position: 25px -840px;}
.icon_07:hover,li.active a.icon_07{background-position: 25px -880px;}
.icon_08:hover,li.active a.icon_08{background-position: 25px -920px;}
.icon_09:hover,li.active a.icon_09{background-position: 25px -960px;}
.icon_10:hover,li.active a.icon_10{background-position: 25px -1000px;}
.icon_11:hover,li.active a.icon_11{background-position: 25px -1040px;}
.icon_12:hover,li.active a.icon_12{background-position: 25px -1080px;}
.icon_13:hover,li.active a.icon_13{background-position: 25px -1120px;}
.icon_14:hover,li.active a.icon_14{background-position: 25px -1160px;}
.icon_15:hover,li.active a.icon_15{background-position: 25px -1200px;}
.icon_16:hover,li.active a.icon_16{background-position: 25px -1240px;}

.more_menu{
	padding-right:10px;
	height:30px;
	line-height:30px;
	text-align:right;
	border-bottom: 1px solid #e7e7e7;
}
.more_menu a{
	color: #666;
}

/* ------------------ Main Content --------------------------- */

.main_content{
	margin-left: 200px;
	width:740px;
}

/* 面包屑导航 */
.sub_nav{
	margin:0 45px;
	padding:34px 0 27px;
	border-bottom:1px solid #e7e7e7;
}
.sub_nav a,.sub_nav i,.sub_nav span{
	display: inline-block;
	vertical-align: middle;
}
.sub_nav a{
	color:#85c2fb;
	font-weight:bold;
}
.sub_nav i{
	margin:0 5px;
	width:6px;
	height:9px;
	background-position:-157px -6px;
}
.sub_nav span{color:#999;}
.main_content #ifm{
	margin-left: 50px;
	width: 640px;
}

.login_ok .top_set{
	padding-right: 15px;
	background: url(/static/member/source/img/protect/public/top_set_ico.png) no-repeat right 0;
}
.open_name .top_set{
	background: url(/static/member/source/img/protect/public/top_set_ico.png) no-repeat right -17px;
}
.head_set{
	text-align: left;
	display: none;
	position: absolute;
	top: 41px;
	right: -3px;
	width: 310px;
}
.open_name .head_set{display: block;}
.head_set .name_now{
	position: relative;
	padding: 12px 22px 0;
	height: 48px;
	line-height: 48px;
	color: #333;
	border-bottom: 0;
	background: url(/static/member/source/img/protect/public/top_pop_tit.png) no-repeat center 0;
}
.head_set .name_box{
	padding: 0 10px 10px;
	background: url(/static/member/source/img/protect/public/top_pop_cont.png) no-repeat center bottom;
}
.head_set .name_box .name_list{
	position: relative;
	margin: 0 12px;
	height: 31px;
	line-height: 31px;
	color: #666;
	border-bottom: 1px solid #e8e8e8;
}
.head_set .set_btm{
	padding: 10px 12px;
	height: 18px;
}
.head_set .set_btm a{
	float: left;
	padding: 0 3px;
	color: #3397f6;
	height: 18px;
	line-height: 18px;
	border-radius: 2px;
}
.head_set .set_btm a:hover,.head_set .set_btm a.btm_btn1{
	background-color: #44a4ff;
	color: #fff;
	text-decoration: none;
}
.head_set .set_btm span{
	float: left;
	_display:inline;
	margin: 0 10px;
	width: 1px;
	height: 18px;
	background-color: #e8e8e8;
}
.head_set .set_ico{
	overflow: hidden;
	position: absolute;
	display: inline-block;
	background-image: url(/static/member/source/img/protect/public/name_icon.png);
	background-repeat: no-repeat;
}
.head_set .set_phone{
	top: 6px;
	right: 4px;
	width: 13px;
	height: 18px;
	background-position: 0 -22px;
}
.head_set .name_now .set_phone{
	top: 28px;
	right: 27px;
	background-position: 0 0;
}
.head_set .set_email{
	top: 8px;
	right: 5px;
	width: 15px;
	height: 11px;
	background-position: -34px -26px;
}
.head_set .name_now .set_email{
	top: 28px;
	right: 25px;
	background-position: -34px -4px;
}
.head_set .set_pers{
	top: 9px;
	right: 5px;
	width: 16px;
	height: 16px;
	background-position: -15px -23px;
}
.head_set .name_now .set_pers{
	top: 28px;
	right: 25px;
	background-position: -15px -1px;
}


/* ------------------ footer Style --------------------------- */

#cyou_bottom{padding:30px 0 20px;height:71px;min-width:980px;width:100%;background:url("/static/member/source/img/home/public/bottom_bg.gif") no-repeat scroll center top #f0f0f0;}
#cyou_bottom_main{margin:0 auto;width:980px;height:71px;font: 12px/20px "宋体",Tahoma,Geneva,sans-serif;color:#aaa;}
.cyou_bottom_logo{float:left;padding:3px 0 0 23px;}
.cyou_bottom_logo a{display:inline-block; width:105px;height:55px;background:url("/static/member/source/img/home/public/logo.png") no-repeat scroll 0 -0px; }
.cyou_bottom_sprite{float:left;padding:12px 0 0 21px;}
.beian{float:left;width:35px;height:35px;background:url("/static/member/source/img/home/public/cyou_copyright_sprite.png") no-repeat scroll 0 0;}
.stamp{float:left;width:35px;height:35px;margin-left:16px;background:url(/www/main/20140526/stamp.png) no-repeat scroll 0 0;_background-image:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/www/main/20140526/stamp.png",sizingMethod="crop");}
.cyou_bottom_cont{float:left;padding-left:48px;}
.cyou_bottom_cont a{color:#aaa;}
.cyou_bottom_cont a:hover{color:#006dc1;}
.cyou_bottom_right a{background-image:url(/www/public/nav/cyou_copyright_sprite.png);background-repeat:no-repeat;height:48px;}