html {
    min-width: 1200px;
    height: 100%;
    overflow-x: hidden;
}

.content {
	width: 1200px;
	margin: 0 auto;
}

.header {
	width: 100%;
	height: 52px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	background: #fff;
}

.header .content {
	position: relative;
}

.header .content .game_details {
	width: 1130px;
	padding: 20px 20px 120px 50px;
	background: rgba(255,255,255,.95);
	position: absolute;
	top: 53px;
	display: none;
}

.header .content .game_details h3 {
	font-weight: normal;
	font-size: 16px;
	color: #333;
	padding-bottom: 20px;
}

.header .content .game_details ul {
	float: left;
}

.header .content .game_details a {
	display: block;
	font-size: 14px;
	color: #747474;
	padding: 5px 0;
	position: relative;
}

.header .content .game_details a.hot:after,
.header .content .game_details a.new:after {
	content: '';
	width: 31px;
	height: 14px;
	position: absolute;
	left: 80px;
	top: 50%;
	margin-top: -7px;
}

.header .content .game_details a.hot:after {
	background: url("../imgs/hot.jpg") no-repeat;
}


.header .content .game_details a.new:after {
	background: url("../imgs/new.jpg") no-repeat;
}

.header .content .game_details .hot ul {
	padding-right: 100px;
	margin-right: 60px;
	border-right: 1px dashed #cbcbcb;
}

.header .content .game_details .new ul {
	padding-right: 100px;
}

.header .content .game_details .mzhi a {
	font-size: 16px;
	text-indent: 35px;
	margin-bottom: 10px;
}

.header .content .game_details .mzhi .mzyw {
	background: url("../imgs/mzyw.jpg") no-repeat left center;
}

.header .content .game_details .mzhi .mzyxb {
	background: url("../imgs/mzyxb.jpg") no-repeat left center;
}

.header .content .logo {
	width: 90px;
	height: 38px;
	margin: 7px 0 0 20px;
}

.header .content .user_nav li {
	display: inline-block;
	font-size: 0;
}

.header .content .user_nav li a {
	display: block;
	color: #666;
	line-height: 52px;
	font-size: 14px;
	padding-right: 20px;
}

.header .content .user_nav .game_list {
	background: url("../imgs/drop_down.png") no-repeat center right/13px;
}
/*header部分样式*/

.container {
	width: 100%;
	background: url("../imgs/bg_top.jpg") no-repeat center top;
}

.container .content {
	padding: 654px 0 75px;
}

.container .down_btn .btn .android {
	display: block;
	margin: 12px 0 31px;
}

.container .tips .video {
	width: 479px;
	height: 167px;
	overflow: hidden;
	margin-top: 3px;
	position: relative;
}

.container .tips .video .video_cover {
	position: absolute;
	top: 0;
	left: 0;
}

.container .tips .video .video_btn {
	display: block;
	width: 74px;
	height: 74px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -37px 0 0 -37px;
	cursor: pointer;
}

.container .focus {
	width: 700px;
	height: 380px;
	position: relative;
}

.container .focus .pagination-btn {
	bottom: 20px;
	right: 30px;
}

.container .focus .pagination-btn span {
	width: 16px;
	height: 16px;
	border: none;
	background: #fff;
	border-radius: 16px;
	margin: 0 4px;
}

.container .focus .pagination-btn span.swiper-pagination-bullet-active {
	width: 44px;
	background: #007aff;
}

.container .focus .swiper-button {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.container .focus:hover .swiper-button {
	opacity: 1;
}
/*section->container部分样式*/

.role {
	width: 100%;
	height: 667px;
	background: url("../imgs/role_bg.jpg") no-repeat center top;
}

.role .content {
	position: relative;
	height: 100%;
}

.role .content .side_menu {
	position: absolute;
	top: 95px;
	z-index: 999999;
}

.role .content .side_menu span {
	display: block;
	width: 111px;
	height: 129px;
	margin-bottom: 46px;
	position: relative;
}

.role .content .side_menu span:before {
	content: '';
	display: block;
	width: 4px;
	height: 50px;
	background: #831515;
	position: absolute;
	top: -48px;
	left: 50%;
	margin-left: -2px;
}

.role .content .side_menu .wug:after {
	content: '';
	display: block;
	width: 4px;
	height: 50px;
	background: #831515;
	position: absolute;
	bottom: -48px;
	left: 50%;
	margin-left: -2px;
}

.role .content .side_menu .shug {
	background: url("../imgs/shuguo.png");
}

.role .content .side_menu .shug.hover {
	background: url("../imgs/shuguo_hover.png");
}

.role .content .side_menu .weig {
	background: url("../imgs/weiguo.png");
}

.role .content .side_menu .weig.hover {
	background: url("../imgs/weiguo_hover.png");
}

.role .content .side_menu .wug {
	background: url("../imgs/wuguo.png");
}

.role .content .side_menu .wug.hover {
	background: url("../imgs/wuguo_hover.png");
}

.role .content .city {
	display: none;
}

.role .role_info {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.role .role_info > div {
	position: absolute;
}

.role .role_info .title {
	width: 301px;
	height: 73px;
	left: 230px;
	top: 85px;
}

.role .role_info .ability {
	width: 335px;
	height: 214px;
	left: 230px;
	top: 205px;
	z-index: 10;
}

.role .role_info .name {
	width: 82px;
	height: 197px;
	right: 15px;
	top: 30px;
	z-index: 10;
	opacity: 0;
}

.role .role_info .title {
	-webkit-transform: translate3d(0, 100px, 0);
	-moz-transform: translate3d(0, 100px, 0);
	transform: translate3d(0, 100px, 0);
	opacity: 0;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	-moz-transition: -moz-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}

.role .role_info .ability {
	opacity: 0;
}

.role .role_info .img {
	-webkit-transform: translate3d(100px, 0, 0);
	-moz-transform: translate3d(100px, 0, 0);
	transform: translate3d(100px, 0, 0);
	opacity: 0;
	-webkit-transition: -webkit-transform .3s ease-in-out, opacity .3s ease-in-out;
	-moz-transition: -moz-transform .3s ease-in-out, opacity .3s ease-in-out;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out;
}

.role .role_info .img.animated,
.role .role_info .title.animated,
.role .role_info .ability.animated,
.role .role_info .name.animated {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.role .role_info .ability.animated {
	transition-delay: 0.4s;
}

.role .role_info.gy .img {
	width: 727px;
	height: 760px;
	left: 655px;
	top: -50px;
}

.role .role_info.zf .img {
	width: 601px;
	height: 711px;
	left: 618px;
	top: -30px;
}

.role .role_info.zgl .img {
	width: 464px;
	height: 707px;
	left: 677px;
	top: -20px;
}

.role .role_info.zy .img {
	width: 874px;
	height: 796px;
	left: 400px;
	top: -80px;
}

.role .role_info.smy .img {
	width: 531px;
	height: 736px;
	left: 685px;
	top: -37px;
}

.role .role_info.lql .img {
	width: 898px;
	height: 707px;
	left: 280px;
	top: -22px;
}

.role .role_info.dc .img {
	width: 961px;
	height: 785px;
	left: 375px;
	top: -27px;
}

.role .role_info.lb .img {
	width: 837px;
	height: 707px;
	left: 570px;
	top: -28px;
}

.role .role_info.nm .img {
	width: 662px;
	height: 735px;
	left: 565px;
	top: -8px;
}

.role .role_info.dq .img {
	width: 629px;
	height: 707px;
	left: 580px;
	top: -17px;
}

.role .role_info.ssx .img {
	width: 580px;
	height: 743px;
	left: 645px;
	top: -42px;
}

.role .role_info.zhy .img {
	width: 601px;
	height: 742px;
	left: 560px;
	top: -30px;
}

.role .content .role_menu {
	position: absolute;
	left: 170px;
	bottom: 45px;
	z-index: 99
}

.role .content .role_menu li {
	display: inline-block;
	width: 90px;
	height: 117px;
	font-size: 0;
	margin-left: 20px;
	cursor: pointer;
}

.role .content .role_menu li.gy {
	background: url("../imgs/role_icon_gy.png") no-repeat;
}

.role .content .role_menu li.gy.current {
	width: 99px;
	height: 148px;
	background: url("../imgs/role_icon_gy_hover.png") no-repeat;
}

.role .content .role_menu li.zf {
	background: url("../imgs/role_icon_zf.png") no-repeat;
}

.role .content .role_menu li.zf.current {
	width: 99px;
	height: 137px;
	background: url("../imgs/role_icon_zf_hover.png") no-repeat;
}

.role .content .role_menu li.zgl {
	background: url("../imgs/role_icon_zgl.png") no-repeat;
}

.role .content .role_menu li.zgl.current {
	width: 99px;
	height: 135px;
	background: url("../imgs/role_icon_zgl_hover.png") no-repeat;
}

.role .content .role_menu li.zy {
	background: url("../imgs/role_icon_zy.png") no-repeat;
}

.role .content .role_menu li.zy.current {
	width: 134px;
	height: 169px;
	background: url("../imgs/role_icon_zy_hover.png") no-repeat;
}

.role .content .role_menu li.smy {
	background: url("../imgs/role_icon_smy.png") no-repeat;
}

.role .content .role_menu li.smy.current {
	width: 99px;
	height: 141px;
	background: url("../imgs/role_icon_smy_hover.png") no-repeat;
}

.role .content .role_menu li.lql {
	background: url("../imgs/role_icon_lql.png") no-repeat;
}

.role .content .role_menu li.lql.current {
	width: 98px;
	height: 136px;
	background: url("../imgs/role_icon_lql_hover.png") no-repeat;
}

.role .content .role_menu li.dc {
	background: url("../imgs/role_icon_dc.png") no-repeat;
}

.role .content .role_menu li.dc.current {
	width: 98px;
	height: 136px;
	background: url("../imgs/role_icon_dc_hover.png") no-repeat;
}

.role .content .role_menu li.lb {
	background: url("../imgs/role_icon_lb.png") no-repeat;
}

.role .content .role_menu li.lb.current {
	width: 98px;
	height: 132px;
	background: url("../imgs/role_icon_lb_hover.png") no-repeat;
}

.role .content .role_menu li.zhy {
	background: url("../imgs/role_icon_zhy.png") no-repeat;
}

.role .content .role_menu li.zhy.current {
	width: 99px;
	height: 140px;
	background: url("../imgs/role_icon_zhy_hover.png") no-repeat;
}

.role .content .role_menu li.ssx {
	background: url("../imgs/role_icon_ssx.png") no-repeat;
}

.role .content .role_menu li.ssx.current {
	width: 99px;
	height: 155px;
	background: url("../imgs/role_icon_ssx_hover.png") no-repeat;
}

.role .content .role_menu li.dq {
	background: url("../imgs/role_icon_dq.png") no-repeat;
}

.role .content .role_menu li.dq.current {
	width: 99px;
	height: 131px;
	background: url("../imgs/role_icon_dq_hover.png") no-repeat;
}

.role .content .role_menu li.nm {
	background: url("../imgs/role_icon_nm.png") no-repeat;
}

.role .content .role_menu li.nm.current {
	width: 99px;
	height: 131px;
	background: url("../imgs/role_icon_nm_hover.png") no-repeat;
}
.item .img{display: none;}

/*section->role部分样式*/


.footers {
	width: 100%;
	padding: 82px 0 0;
	background: url("../imgs/bg_bottom.jpg") no-repeat top center;
}

.footers .service {
	margin-top: 20px;
}

.footers .service .address {
	width: 380px;
	height: 475px;
}

.footers .service .address span {
	display: block;
	width: 100%;
	height: 95px;
	line-height: 95px;
	text-align: center;
}

.footers .service .address span.tit {
	background: #ca6865;
	color: #fff;
	font-size: 30px;
}

.footers .service .address span.type {
	background: #e9e9e9;
	color: #666666;
	font-size: 18px;
}

.footers .service .address span.num {
	background: #fff;
	color: #666666;
	font-size: 18px;
}

.footers .service .item {
	width: 800px;
}

.footers .service .item .title {
	width: 100%;
	height: 90px;
	line-height: 90px;
	background: #fff;
	padding-left: 6px;
}

.footers .service .item .title a {
	display: block;
	float: left;
	width: 114px;
	text-align: center;
	font-size: 20px;
	color: #666666;
	position: relative;
}


.footers .service .item .title a:hover {
	color: #ae1e1e;
}


.footers .service .item .title a:hover:after {
	content: '';
	width: 100%;
	height: 4px;
	background: #ae1e1e;
	position: absolute;
	bottom: 0;
	left: 0;
}

.footers .copyright {
	padding: 182px 0 52px;
}

.footers .copyright .logo {
	width:  167px;
	height: 71px;
	padding: 0 70px 0 225px;
	border-right: 1px solid #999999;
}

.footers .copyright .text {
	margin-top: -10px;
	padding-left: 70px;
	font-size: 14px;
}

.footers .copyright .text .tit a {
	display: inline-block;
	color: #999999;
	margin-right: 60px;
}

.footers .copyright .text .msg {
	color: #999999;
	margin-top: 5px;
	line-height: 24px;
}
/*footer部分样式*/

.video_mask {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}

.video_mask .video {
	width: 712px;
	height: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -200px 0 0 -356px;
}

.video_mask .close {
	display: block;
	width: 52px;
	height: 52px;
	position: absolute;
	top: 0;
	right: -52px;
	cursor: pointer;
}
/*video部分样式*/
/*--------------------------index页面样式--------------------------*/


.list {
	width: 100%;
	padding-top: 522px;
	background: url("../imgs/page_top.jpg") no-repeat center top,
				url("../imgs/page_bottom.jpg") no-repeat center bottom;
	background-color: #d9d9d9;
}

.list .sider {
	margin-top: 80px;
}

.list .sider li {
	font-size: 28px;
	color: #333333;
	height: 81px;
	text-indent: 50px;
	background: url("../imgs/list_dark.png") no-repeat  4px 8px;
}

.list .sider li.current {
	background: url("../imgs/list_red.png") no-repeat  left 2px;
}

.list .info {
	width: 980px;
	background: #e9e9e9;
	margin-left: 50px;
	padding: 40px 30px 200px;
}

.list .info .floor {
	width: 920px;
	margin-bottom: 20px;
	padding: 15px 30px 30px;
	background: #fff;
}

.list .info .floor .tit {
	height: 34px;
	line-height: 34px;
	font-size: 20px;
	color: 333333;
	padding: 0 0 10px 50px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #dedede;
	position: relative;
}

.list .info .floor .msg,.list .info .floor .msg2 {
	font-size: 16px;
	color: #666666;
	line-height: 40px;
	padding-left: 50px;
	position: relative;
}

.list .info .floor .tit:before,
.list .info .floor .msg:before {
	
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	border-radius: 34px;
	position: absolute;
	left: 0;
}

.list .info .floor .tit:before {
	content: 'Q';
	background: #c35b5b;
	top: 0;
}

.list .info .floor .msg:before {
	content: 'A';
	background: #71b1d2;
	top: 5px;
}

.list .footer {
	background: no-repeat;
}

#hero_num span,.find_hero_A span{float:right;margin-right: 600px;}
.findHero span{position: relative;left: 100px;}
/*--------------------------map_page页面样式--------------------------*/
#detail .info{display: none;}
#detail .sider li{cursor: pointer;}
