body {
	min-width: 1200px;
	max-width: 1920px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

.right-girl {
	width: 1557px;
	height: 770px;
	background: url(http://plm.online-game.com.cn/imga/xingxing.png) no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}

.anyeyun {
	position: absolute;
	top: 153px;
	right: 0;
}

#topnav {
	width: auto!important;
}

.tx_wrap {
	width: 100%;
	height: 3173px;
	background: url(http://plm.online-game.com.cn/image/0815_bg.jpg) top center no-repeat;
}

.tx_content {
	width: 100%;
	height: 3173px;
}

.tx_content .tx_banner {
	width: 100%;
	height: 767px;
	position: relative;
	/*background: url(../imga/0710_tiank.png) no-repeat;*/
	/*background-position: 0 40px;*/
}

.tx_content .tx_banner .tx_banner_img {
	width: 100%;
	height: 1250px;
}


/*雪box*/

.snow-container {
	width: 100%;
	height: 3390px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.canvas_snow {
	position: absolute;
	top: 0px;
	left: 0px;
}


/*进入官网*/

.tx_jrgw {
	width: 415px;
	height: 253px;
	position: absolute;
	top: 34px;
	right: 8.8%;
	z-index: 99;
}

.tx_jrgw .tx_jrgw_img {
	width: 415px;
	/*height: 253px;*/
	cursor: pointer;
}


/*下载*/

.tx_down {
	width: 166px;
	height: 421px;
	background: url(http://plm.online-game.com.cn/image/14545315.png) no-repeat;
	position: absolute;
	top: 312px;
	left: 25px;
	z-index: 1000;
	/*padding-top: 23px;*/
	padding-left: 5px;
}
.colktre{
	margin: 0px auto;
}
.colktre img{
	width: 145px;
	display: block;
	margin-left: 5px;
	margin-top: 5px;
}
.tx_down .tx_ewm {
	width: 140px;
	height: 140px;
	background-color: #fff;
	margin-left: 8px;
	margin-top: 12px;
	position: relative;
}

.tx_ewm .tx_ewm_img {
	width: 120px;
	height: 120px;
	margin-top: 10px;
	margin-left: 10px;
}

.tx_ewm .down_line {
	width: 135px;
	height: 10px;
	position: absolute;
	top: 0px;
	left: 3px;
	-webkit-animation: mainbarcode 2.5s linear infinite .3s 0 ease;
	-moz-animation: mainbarcode 2.5s linear infinite .3s 0 ease;
	-ms-animation: mainbarcode 2.5s linear infinite .3s 0 ease;
	animation: mainbarcode 2.5s linear infinite .3s 0 ease;
	-moz-animation: mainbarcode 2.5s linear infinite;
	-webkit-animation: mainbarcode 2.5s linear infinite;
	-o-animation: mainbarcode 2.5s linear infinite;
	-ms-animation: mainbarcode 2.5s linear infinite;
	animation: mainbarcode 2.5s linear infinite;
}

.tx_down .tx_download {
	width: 168px;
	height: 100px;
	margin-top: 5px;
	margin-left: 6px;
}

.tx_download img {
	width: 142px;
	height: 43px;
	display: block;
	cursor: pointer;
}

.tx_down .tx_zhuomian {
	width: 168px;
	height: 120px;
	/*margin-top: 4px;*/
	margin-left: 6px;
}

.tx_zhuomian img {
	width: 141px;
	height: 92px;
	cursor: pointer;
	margin-top: 0px;
}


/*下载line*/

@-webkit-keyframes mainbarcode {
	0% {
		top: 0px;
	}
	100% {
		top: 120px;
	}
}

@-moz-keyframes mainbarcode {
	0% {
		top: 0px;
	}
	100% {
		top: 120px;
	}
}

@-ms-keyframes mainbarcode {
	0% {
		top: 0px;
	}
	100% {
		top: 120px;
	}
}

@-o-keyframes mainbarcode {
	0% {
		top: 0px;
	}
	100% {
		top: 120px;
	}
}

@keyframes mainbarcode {
	0% {
		top: 0px;
	}
	100% {
		top: 120px;
	}
}


/*title标题*/

.pl_gqbig_title01 {
	width: 1475px;
	height: 330px;
	margin: 0 auto;
	margin-top: -240px;
	position: relative;
	z-index: 20;
	margin-bottom: 35px;
}

.wsj_nangua_h {
	width: 100%;
	height: 310px;
}


/*圣诞logo转动*/

.pl_logo_zd {
	width: 190px;
	height: 150px;
	position: relative;
	margin-top: 140px;
	margin-left: 23px;
	 z-index: 1000;
}

.pl_logo_word {
	width: 182px;
	height: 82px;
	position: absolute;
	top: 19px;
	left: 0px;
	z-index: 2;
}

.pl_logo_word img {
	width: 182px;
	height: 82px;
}

.pl_logo_circle {
	width: 125px;
	height: 125px;
	position: absolute;
	top: 0px;
	left: 32px;
	animation: clockwise 10s linear infinite;
	-webkit-animation: clockwise 10s linear infinite;
	-ms-animation: clockwise 10s linear infinite;
}

.pl_logo_circle img {
	width: 125px;
	height: 125px;
}

@-ms-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


/*南瓜*/

.wsj_nangua {
	width: 105px;
	height: 105px;
	margin: 0 auto;
	position: relative;
	background: url(http://oss.online-game.com.cn/50/pl_img/imgs/wsj_ng_an.png) no-repeat;
	animation: wsj_ngmove 2s infinite linear;
	-webkit-animation: wsj_ngmove 2s infinite linear;
	-moz-animation: wsj_ngmove 2s infinite linear;
	transition: all 2s;
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
}

@keyframes wsj_ngmove {
	0% {
		background: url(http://oss.online-game.com.cn/50/pl_img/imgs/wsj_ng_an.png) no-repeat;
	}
	50% {
		background: url(http://oss.online-game.com.cn/50/pl_img/imgs/wsj_ng_liang.png) no-repeat;
	}
	100% {
		background: url(http://oss.online-game.com.cn/50/pl_img/imgs/wsj_ng_an.png) no-repeat;
	}
}

@-webkit-keyframes wsj_ngmove {
	0% {
		background: url(http://oss.online-game.com.cn/50/pl_img/imgs/wsj_ng_an.png) no-repeat;
	}
	50% {
		background: url(http://oss.online-game.com.cn/50/pl_img/imgs/wsj_ng_liang.png) no-repeat;
	}
	100% {
		background: url(http://oss.online-game.com.cn/50/pl_img/imgs/wsj_ng_an.png) no-repeat;
	}
}

@-moz-keyframes wsj_ngmove {
	0% {
		background: url(http://oss.online-game.com.cn/50/pl_img/imgs/wsj_ng_an.png) no-repeat;
	}
	50% {
		background: url(http://oss.online-game.com.cn/50/pl_img/imgs/wsj_ng_liang.png) no-repeat;
	}
	100% {
		background: url(http://oss.online-game.com.cn/50/pl_img/imgs/wsj_ng_an.png) no-repeat;
	}
}

.wsj_ngimg {
	position: absolute;
	top: 0px;
	left: 0px;
	animation: topBottom 2.5s infinite linear;
	-webkit-animation: topBottom 2.5s infinite linear;
	-moz-animation: topBottom 2.5s infinite linear;
	transition: all 2.5s;
}

@keyframes topBottom {
	0% {
		top: 0px;
	}
	50% {
		top: 10px;
	}
	100% {
		top: 0px;
	}
}

@-webkit-keyframes topBottom {
	0% {
		top: 0px;
	}
	50% {
		top: 10px;
	}
	100% {
		top: 0px;
	}
}

@-moz-keyframes topBottom {
	0% {
		top: 0px;
	}
	50% {
		top: 10px;
	}
	100% {
		top: 0px;
	}
}

.wsj_hai_h {
	width: 100%;
	/*height:102px;*/
	height: 60px;
}

.swiper-container {}

.swj_hai_dong {
	width: 100%;
	height: 350px;
}


/*嗨*/

.wsj_hai {
	width: 100%;
	height: 270px;
	position: relative;
}

.wsj_hai_word {
	width: 263px;
	height: 266px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	margin-left: -72px;
	z-index: 2;
}

.wsj_hai_word .wsj_hai_img {
	margin-top: 42px;
}


/*@keyframes fangda{
	0%{transform: scale(1,1);}
	50%{transform: scale(1.05,1.05);}
	100%{transform: scale(1,1);}
}*/


/*冒险指南 二屛*/

.tx_content .tx_mxzn {
	width: 100%;
}

.tx_mxzn .tx_mxzn_title {
	width: 100%;
	height: 180px;
}

.tx_mxzn_title_nr {
	width: 1080px;
	height: 340px;
	margin: 0px auto;
	padding-top: 20px;
}

.tx_mxzn_title_nr .tx_mxzn_name {
	width: 686px;
	height: 220px;
	margin: 0 auto;
}

.tx_mxzn_name .tx_mxzn_name_img {
	width: 686px;
	height: 220px;
}

.tx_mxzn_title_nr .tx_mxzn_word {
	width: 1080px;
	height: 145px;
	margin: 0 auto;
	margin-top: -10px;
}

.tx_mxzn_word p {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	letter-spacing: 1px;
}


/*主要内容展示*/

.tx_mxzn .tx_mxzn_zs {
	width: 100%;
	height: 718px;
	position: relative;
}


/*定位*/

.tx_mxzn .tx_mxzn_zs .dingwei {
	width: 100%;
	height: 50px;
	position: absolute;
	top: -180px;
	left: 0px;
}

.mxzn_tab_title {
	width: 555px;
	height: 160px;
	position: absolute;
	top: -83px;
	right: 5%;
	z-index: 9999;
}

@media screen and (max-width:1700px) {
	.mxzn_tab_title ul li {
		margin-left: 118px!important;
	}
}

@media screen and (max-width:1400px) {
	.mxzn_tab_title {
		right: 0;
	}
}


}
.mxzn_tab_title ul li {
	position: absolute;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 1px;
	float: left;
	margin-left: 40px;
	cursor: pointer;
}
.mxzn_tab_title ul li:nth-child(1) {
	width: 140px;
	height: 153px;
	background: url(http://plm.online-game.com.cn/imga/nsj_biao1.png) no-repeat;
	position: absolute;
	left: -40px;
	top: -13px;
	background-size: 100%;
}
.mxzn_tab_title ul li:nth-child(2) {
	width: 140px;
	height: 140px;
	background: url(http://plm.online-game.com.cn/imga/nsj_biao2.png) no-repeat;
	position: absolute;
	left: 70px;
	background-size: 100%;
}
.mxzn_tab_title ul li:nth-child(3) {
	width: 140px;
	height: 140px;
	background: url(http://plm.online-game.com.cn/imga/nsj_biao3.png) no-repeat;
	position: absolute;
	left: 180px;
	background-size: 100%;
	top: -23px;
}
.mxzn_tab_title ul li:nth-child(4) {
	width: 140px;
	height: 140px;
	background: url(http://plm.online-game.com.cn/imga/nsj_biao4.png) no-repeat;
	position: absolute;
	left: 290px;
	background-size: 100%;
}
.mxzn_tab_title ul li:nth-child(5) {
	width: 140px;
	height: 140px;
	background: url(http://plm.online-game.com.cn/imga/nsj_biao5.png) no-repeat;
	position: absolute;
	left: 400px;
	background-size: 100%;
}
.mxzn_tab_title ul li.on {
	width: 140px;
	height: 140px;
	top: -18px;
}
.mxzn_tab_title ul li:hover {
	top: -18px;
}
.mxzn_tab_title ul li:nth-child(1).on {
	width: 140px;
	height: 152px;
	background: url(http://plm.online-game.com.cn/imga/nsj_biao11.png) no-repeat;
	top: -32px;
	background-size: 100%;
}
.mxzn_tab_title ul li:nth-child(2).on {
	width: 140px;
	height: 140px;
	background: url(http://plm.online-game.com.cn/imga/nsj_biao22.png) no-repeat;
	top: -20px;
	background-size: 100%;
}
.mxzn_tab_title ul li:nth-child(3).on {
	width: 140px;
	height: 140px;
	background: url(http://plm.online-game.com.cn/imga/nsj_biao33.png) no-repeat;
	top: -43px;
	background-size: 100%;
}
.mxzn_tab_title ul li:nth-child(4).on {
	width: 140px;
	height: 140px;
	background: url(http://plm.online-game.com.cn/imga/nsj_biao44.png) no-repeat;
	top: -20px;
	background-size: 100%;
}
.mxzn_tab_title ul li:nth-child(5).on {
	width: 140px;
	height: 140px;
	background: url(http://plm.online-game.com.cn/imga/nsj_biao55.png) no-repeat;
	top: -20px;
	background-size: 100%;
}
.mxzn_tab_title ul li:nth-child(1):hover {
	width: 140px;
	height: 152px;
	background: url(http://plm.online-game.com.cn/imga/nsj_biao11.png) no-repeat;
	top: -32px;
	background-size: 100%;
}
.mxzn_tab_title ul li:nth-child(2):hover {
	width: 140px;
	height: 144px;
	background: url(http://plm.online-game.com.cn/imga/nsj_biao22.png) no-repeat;
	top: -20px;
	background-size: 100%;
}
.mxzn_tab_title ul li:nth-child(3):hover {
	width: 140px;
	height: 143px;
	background: url(http://plm.online-game.com.cn/imga/nsj_biao33.png) no-repeat;
	top: -43px;
	background-size: 100%;
}
.mxzn_tab_title ul li:nth-child(4):hover {
	width: 140px;
	height: 144px;
	background: url(http://plm.online-game.com.cn/imga/nsj_biao44.png) no-repeat;
	top: -20px;
	background-size: 100%;
}
.mxzn_tab_title ul li:nth-child(5):hover {
	width: 140px;
	height: 140px;
	background: url(http://plm.online-game.com.cn/imga/nsj_biao55.png) no-repeat;
	top: -20px;
	background-size: 100%;
}

/*内容*/
.mxzn_content_tab {
	width: 100%;
	height: 100%;
}
.mxzn_content_common {
	width: 100%;
	height: 100%;
}
.mxzn_content_common .content_common_l {
	width: 40%;
	height: 675px;
	float: left;
	position: relative;
}

/*.content_common_l_heart {
	background: url(http://oss.online-game.com.cn/50/pl_img/imgs/pl11_left_heart.png) top left no-repeat;
}*/
.content_common_l .content_l_img01 {
	width: 117.8%;
	height: auto;
	position: absolute;
	top: 0;
	left: -21%;
	z-index: 2;
}
.content_common_l .content_l_img01 img {
	width: 100%;
	height: auto;
}
.content_common_l .content_l_name01 {
	width: 8.9%;
	height: auto;
	position: absolute;
	top: 3%;
	right: 6%;
	z-index: 10;
}
.content_common_l .content_l_name01 img {
	width: 100%;
	height: auto;
}
.content_common_l .content_l_img02 {
	width: 101.5%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0%;
	z-index: 2;
}
.content_common_l .content_l_img02 img {
	width: 51.8%;
	height: auto;
}
.content_common_l .content_l_name02 {
	width: 8.9%;
	height: auto;
	position: absolute;
	top: 3%;
	right: 6%;
	z-index: 10;
}
.content_common_l .content_l_name02 img {
	width: 100%;
	height: auto;
}
.content_common_l .content_l_img03 {
	width: 92%;
	height: auto;
	position: absolute;
	bottom: -32px;
	left: 3%;
	z-index: 2;
}
.content_common_l .content_l_img03 img {
	width: 93%;
	height: auto;
}
.content_common_l .content_l_name03 {
	width: 8.9%;
	height: auto;
	position: absolute;
	top: 3%;
	right: 6%;
	z-index: 10;
}
.content_common_l .content_l_name03 img {
	width: 100%;
	height: auto;
}
.content_common_l .content_l_img04 {
	width: 56.5%;
	height: auto;
	position: absolute;
	top: 0;
	left: 18%;
	z-index: 2;
}
.content_common_l .content_l_img04 img {
	width: 100%;
	height: auto;
}
.content_common_l .content_l_name04 {
	width: 8.9%;
	height: auto;
	position: absolute;
	top: 3%;
	right: 6%;
	z-index: 10;
}
.content_common_l .content_l_name04 img {
	width: 100%;
	height: auto;
}
.content_common_l .content_l_img05 {
	width: 96.4%;
	height: auto;
	position: absolute;
	bottom: -32px;
	left: 0%;
	z-index: 2;
}
.content_common_l .content_l_img05 img {
	width: 55%;
	height: auto;
}
.content_common_l .content_l_name05 {
	width: 8.9%;
	height: auto;
	position: absolute;
	top: 3%;
	right: 6%;
	z-index: 10;
}
.content_common_l .content_l_name05 img {
	width: 100%;
	height: auto;
}

/*.content_common_l05{width: 39.2%!important;background: url(http://oss.online-game.com.cn/50/pl_img/imgs
/pl11_left_bg05.png) bottom left no-repeat;}*/

/*右侧*/
.mxzn_content_common .content_common_r {
	width: 60%;
	height: 718px;
	float: left;
	position: relative;
	z-index: 10;
	font-size: 18px;
	line-height: 34px;
	/*letter-spacing: 3px;*/
}
.content_common_gun {
	width: 70%;
	height: 500px;
	border-left: 2px solid transparent;
	margin-top: 34px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0 30px 0px 42px;
	text-align: left;
}
.content_common_gun h2 {
	font-size: 24px;
	text-align: left;
	letter-spacing: 5px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.content_common_gun h3 {
	font-size: 22px;
	text-align: left;
	letter-spacing: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.content_common_gun p {
	font-size: 18px;
	line-height: 38px;
	letter-spacing: 3px;
}
.content_common_gun h4 {
	font-size: 22px;
	text-align: left;
	line-height: 35px;
	letter-spacing: 5px;
	/*margin-bottom: 10px;
	margin-top: 10px;*/
}
.content_common_gun h5 {
	font-size: 18px;
	text-align: left;
	letter-spacing: 5px;
	/*margin-bottom: 10px;
	margin-top: 10px;*/
	
	display: inline-block;
}
.content_common_gun img {
	display: block;
	margin: 10px auto;
}
.content_common_gun .xialv_active_img01 {
	display: block;
	width: 651px;
	height: 487px;
	margin: 10px auto;
}
.content_common_gun .xialv_huodong01 {
	display: block;
	width: 430px;
	height: 497px;
	margin: 10px auto;
}
.content_common_gun .xialv_huodong02 {
	display: block;
	width: 430px;
	height: 497px;
	margin: 10px auto;
}
.content_common_gun .xialv_huodong03 {
	display: block;
	width: 436px;
	height: 208px;
	margin: 10px auto;
}
.content_common_gun .xialv_chenghao {
	display: block;
	width: 500px;
	height: 192px;
	margin: 10px auto;
}
.content_common_gun .mx_table_img {
	width: 746px;
	height: 270px;
}
.content_common_gun .duizhan {
	width: 747px;
	;
	height: 458px;
	display: block;
	margin: 10px auto;
}
.content_common_gun .mx_table {
	width: 746px;
	height: 358px;
	display: block;
	margin: 10px auto;
}
.content_common_gun .mx_pixiang {
	width: 584px;
	height: 240px;
	margin: 10px 0px;
}
.mx_pixiang li {
	font-size: 18px;
	text-align: left;
	letter-spacing: 5px;
	font-weight: bold;
}
.mx_pixiang li img {
	width: 68px;
	height: 56px;
	display: inline-block;
	vertical-align: middle;
}
.content_common_gun p b {
	font-size: 17px;
}
.content_common_gun .r_gun_table {
	width: 720px;
	height: 80px;
	font-size: 16px;
	border: 1px solid #000;
	letter-spacing: 1px;
	line-height: 30px;
}
.r_gun_table tbody tr {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 30px;
	border: 1px solid #000;
}
.r_gun_table tbody tr td {
	font-size: 16px;
	border: 1px solid #000;
	letter-spacing: 1px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
}
.r_gun_table tbody tr .gun_table_l {
	width: 300px;
	border: 1px solid #000;
	padding: 10px;
}
.r_gun_table tbody tr .gun_table_r {
	width: 450px;
	border: 1px solid #000;
	padding: 10px;
}
.r_gun_table tbody tr:nth-child(1) {
	width: 750px;
	height: 50px;
	border: 1px solid #000;
	line-height: 50px;
}
.r_gun_table tbody tr:nth-child(1) td {
	line-height: 50px!important;
}
.content_common_gun03 {
	width: 67%;
}

/*月卡*/
.content_common_gun .mouth_yueka {
	width: 607px;
	height: 450px;
	display: block;
	margin-bottom: 20px;
}
.pl12_hd_img {
	width: 100%;
	height: 280px;
	margin-top: 10px;
	margin-bottom: 40px;
}
.pl12_hd_img .pl12_hd_img01 {
	width: 141px;
	height: 280px;
	float: left;
	display: block;
}
.pl12_hd_img .pl12_hd_img02 {
	width: 493px;
	height: 280px;
	float: left;
	display: block;
	margin-left: 15px;
}
.pl12_hd_img2 {
	width: 100%;
	height: 280px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.pl12_hd_img2 .pl12_hd_img03 {
	width: 141px;
	height: 280px;
	float: left;
	display: block;
}
.pl12_hd_img2 .pl12_hd_img04 {
	width: 493px;
	height: 280px;
	float: left;
	display: block;
	margin-left: 15px;
}

/*七夕轮播*/
.ywzs_lb {
	width: 100%;
	height: 1085px;
	margin-top: 0px;
	position: relative;
	z-index: 5;
}
.ywzs_lb #ywzs_lb_bg {
	width: 100%;
	height: 550px;
	float: left;
}
.ywzs_lb .ywzs_lb_main {
	width: 1300px;
	height: 767px;
	margin: 0 auto;
}
.qixi_lb_box {
	width: 1300px;
	height: 767px;
	margin: 0 auto;
	position: relative;
}
.pl_gqbig_title02 {
	width: 401px;
	height: 114px;
	margin: 0 auto;
}

/*底部*/
.foot {
	width: 100%;
	height: 340px;
	/*background-color: #000;*/
	
	margin-top: 0px;
}
.foot_nr {
	width: 1200px;
	height: 325px;
	margin: 0px auto;
	margin-top: 0;
	padding-top: 80px;
}
.foot_nr .foot_ul_logo {
	width: 530px;
	height: 50px;
	margin: 0px auto;
}
.foot_nr .foot_ul_logo li {
	float: left;
	margin-left: 20px;
	cursor: pointer;
}
.foot_nr .foot_ul_logo li:nth-child(1) {
	width: 145px;
	height: 36px;
}
.foot_nr .foot_ul_logo li:nth-child(1) img {
	width: 145px;
	height: 36px;
	display: block;
}
.foot_nr .foot_ul_logo li:nth-child(2) {
	width: 136px;
	height: 51px;
	margin-top: -8px;
}
.foot_nr .foot_ul_logo li:nth-child(2) img {
	width: 136px;
	height: 51px;
	display: block;
}
.foot_nr .foot_ul_logo li:nth-child(3) {
	width: 134px;
	height: 39px;
}
.foot_nr .foot_ul_logo li:nth-child(3) img {
	width: 134px;
	height: 39px;
	display: block;
}
.foot_nr .foot_link {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.foot_link .foot_p {
	text-align: center;
	color: #c2e4f7;
	font-size: 14px;
	line-height: 30px;
}
.foot_link .foot_p a {
	color: #c2e4f7;
}
.foot_link .foot_word_more {
	color: #c2e4f7;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}
.foot_nr .tx_dw_erweima {
	width: 252px;
	height: 252px;
	display: block;
	margin: 4px auto;
}
.foot_nr .tx_dw_erweima img {
	width: 252px;
	height: 252px;
	display: block;
}
@media screen and (max-width:1900px) {
	.content_common_l .content_l_img05 {
		width: 96.8%;
		height: auto;
		position: absolute;
		bottom: -32px;
		left: 0%;
		z-index: 2;
	}
	
	.content_common_l .content_l_name {
		width: 10%;
		height: auto;
		position: absolute;
		top: 1%;
		right: 5%;
		z-index: 10;
	}
	
	.pl12_hd_img {
		width: 100%;
		height: 230px;
		margin-top: 10px;
		margin-bottom: 40px;
	}
	
	.pl12_hd_img .pl12_hd_img01 {
		width: 116px;
		height: 230px;
		float: left;
		display: block;
	}
	
	.pl12_hd_img .pl12_hd_img02 {
		width: 405px;
		height: 230px;
		float: left;
		display: block;
		margin-left: 15px;
	}
	
	.pl12_hd_img2 {
		width: 100%;
		height: 260px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.pl12_hd_img2 .pl12_hd_img03 {
		width: 116px;
		height: 230px;
		float: left;
		display: block;
	}
	
	.pl12_hd_img2 .pl12_hd_img04 {
		width: 405px;
		height: 230px;
		float: left;
		display: block;
		margin-left: 15px;
	}
}
@media screen and (max-width:1500px) {
	.content_common_l .content_l_name {
		width: 10%;
		height: auto;
		position: absolute;
		top: 3%;
		right: 15%;
		z-index: 10;
	}
}
@media screen and (max-width:1200px) {
	.content_common_l .content_l_img05 {
		width: 82%;
		height: auto;
		position: absolute;
		bottom: -32px;
		left: 0%;
		z-index: 2;
	}
	
	.tx_down {
		display: none;
	}
}

/**/
.jingling_a {
	position: absolute;
	left: 36.4%;
	/*top: 355px;*/
	
	animation: jinga 3s infinite;
}
@keyframes jinga {
	from {
		top: 340px;
	}
	
	50% {
		top: 355px;
	}
	
	to {
		top: 340px;
	}
}
.jingling_b {
	position: absolute;
	left: 71.354%;
	/*top: 846px;*/
	
	animation: jingb 3s infinite;
}
@keyframes jingb {
	from {
		top: 830px;
	}
	
	50% {
		top: 846px;
	}
	
	to {
		top: 830px;
	}
}
.denglong {
	position: absolute;
	right: 0px;
	width: 284px;
	height: 379px;
	top: 10px;
	animation: biana 3s infinite;
	background: url(http://plm.online-game.com.cn/imga/denglonh2.png) no-repeat;
}
@keyframes biana {
	from {
		background: url(http://plm.online-game.com.cn/imga/denglong222.png) no-repeat;
	}
	
	50% {
		background: url(http://plm.online-game.com.cn/imga/denglonh1.png) no-repeat;
	}
	
	to {
		background: url(http://plm.online-game.com.cn/imga/denglong222.png) no-repeat;
	}
}
.qiandai {
	position: absolute;
	left: 51.8%;
	top: 889px;
	animation: tada 2s infinite;
}
.xuejing {
	width: 100%;
	height: 100%;
	background: url(http://plm.online-game.com.cn/imga/xue1.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
}
.bicopao {
	position: absolute;
	width: 130px;
	height: 140px;
	left: 38.5%;
	top: 1092px;
	z-index: 100;
	background: url(http://plm.online-game.com.cn/imga/baozu.png) no-repeat;
	animation: bian 3s infinite;
}
@keyframes bian {
	from {
		background: url(http://plm.online-game.com.cn/imga/baozu1.png) no-repeat;
	}
	
	50% {
		background: url(http://plm.online-game.com.cn/imga/b795f6c0341adfc5fb13a058d54ca1e6.png) no-repeat;
	}
	
	to {
		background: url(http://plm.online-game.com.cn/imga/baozu1.png) no-repeat;
	}
}
.mupaia,
.mupaib,
.mupaic {
	position: absolute;
	z-index: 200;
}
.mupaia {
	right: 90px;
	top: 433px;
}
.mupaib {
	right: 00px;
	top: 687px;
}
.mupaic {
	right: 90px;
	top: 872px;
}
.mupaihuan {
	animation: swin 1.5s 1;
}
@keyframes swin {
	0% {
		transform-origin: top;
		transform: rotateZ(0deg);
	}
	
	20% {
		transform-origin: top;
		transform: rotateZ(8deg);
	}
	
	40% {
		transform-origin: top;
		transform: rotateZ(-8deg);
	}
	
	60% {
		transform-origin: top;
		transform: rotateZ(4deg);
	}
	
	80% {
		transform-origin: top;
		transform: rotateZ(-4deg);
	}
	
	100% {
		transform-origin: top;
		transform: rotateZ(-0deg);
	}
}

/*0328*/
.pl_qian_erping {
	width: 1400px;
	height: 740px;
	margin: 20px auto;
	position: relative;
}
.pl_ula_anniu {
	position: absolute;
	right: 0;
	top: -155px;
	width: 685px;
	height: 178px;
	display: block;
	z-index: 21;
}
.pl_ula_anniu li {
	width: 163px;
	height: 178px;
	float: left;
	margin-left: -26px;
	margin-top: 30px;
}
.pl_ula_anniu li:nth-child(1) {
	background: url(http://plm.online-game.com.cn/imga/0710_a1.png) no-repeat;
	margin-top: 0;
}
.pl_ula_anniu li:nth-child(2) {
	background: url(http://plm.online-game.com.cn/imga/0710_a2.png) no-repeat;
}
.pl_ula_anniu li:nth-child(3) {
	background: url(http://plm.online-game.com.cn/imga/0710_a3.png) no-repeat;
}
.pl_ula_anniu li:nth-child(4) {
	background: url(http://plm.online-game.com.cn/imga/0710_a4.png) no-repeat;
}
.pl_ula_anniu li:nth-child(5) {
	background: url(http://plm.online-game.com.cn/imga/0710_a5.png) no-repeat;
}
.pl_ula_anniu li img {
	display: none;
}
.pl_neirong {
	width: 1400px;
	height: 740px;
	display: none;
	font-family: "微软雅黑";
}
.pl_neirong_zuo {
	width: 690px;
	height: 740px;
	float: left;
	/*background: url(../imga/0601_ditu.png) no-repeat;*/
	/*background-position: 0 153px;*/
	
	position: relative;
	margin-left: -140px;
}
.pl_neirong_imga {
	float: right;
	margin-top: -45px;
	margin-right: -30px;
}
.pl_neirong_ima,
.pl_neirong_imb,
.pl_neirong_imc,
.pl_neirong_imd,
.pl_neirong_ime {
	position: absolute;
}
.pl_neirong_ima,
.pl_neirong_imb,
.pl_neirong_imc,
.pl_neirong_imd,
.pl_neirong_ime {
	top: -80px;
	left: -100px;
}
.pl_neirong_you {
	float: right;
	width: 850px;
	height: 740px;
	padding-top: 76px;
	margin-right: -45px;
}
.pl_neirong_pa {
	text-align: center;
	color: #173a45;
	font-size: 33px;
	height: 60px;
	font-weight: 550;
	background: url(http://plm.online-game.com.cn/imga/0710_01.png) no-repeat;
	background-position: center bottom;
}
.pl_neirong_diva {
	width: 735px;
	height: 490px;
	margin: 0 auto;
	margin-top: 35px;
	overflow: hidden;
	/*position: relative;*/
}
.pl_neirong_divb {
	width: 755px;
	height: 400px;
	overflow: hidden;
	overflow-y: scroll;
	padding-right: 20px;
}
.pl_neirong_divc {
	width: 735px;
	height: auto;
	font-size: 18px;
	line-height: 34px;
	text-align: left;
	color: #ccf3fe;
}
.pl_xin_top {
	width: 100%;
	height: 40px;
	background-color: #fafafa;
	line-height: 40px;
}
.pl_xin_top_imga {
	float: left;
	margin-top: 5px;
	margin-left: 10px;
}
.pl_xin_diva {
	float: right;
	margin-right: 7.8%;
	line-height: 40px;
	font-size: 14px;
}
.pl_xin_pa {
	cursor: pointer;
	width: 165px;
	height: 32px;
	background: #E3464D;
	color: #fff;
	line-height: 32px;
	font-size: 14px;
	border-radius: 5px;
	text-align: center;
	float: left;
	margin-top: 4px;
	margin-right: 50px;
}
.pl_xin_pb {
	float: left;
	margin-right: 50px;
}
.pl_denglu {
	background-color: #38afd7;
	color: #fff;
	margin-right: 16px;
	display: block;
	float: left;
	padding: 0 8px;
	line-height: 24px;
	border-radius: 5px;
	margin-top: 8px;
}
.pl_zhuce {
	color: #666;
}
.pl_zhuce:hover {
	color: #38afd7!important;
}
.longzhou {
	position: absolute;
	top: 850px;
	left: 36.5%;
	/*animation:fengz 30s infinite;*/
}

/*@keyframes fengz{
	from{
		left: 54%;
	}
	to{
		left:-330px;	
		opacity: 0;
	}
}*/
.zhenghe {
	position: absolute;
	top: 145px;
	left: 0;
	width: 100%;
	height: 1200px;
	overflow: hidden;
}
.pl_neirong_pa span {
	color: #ccf3fe;
}
.duanwu_ula {
	width: 720px;
	height: 140px;
	margin: 20px auto;
	display: block;
	border: 1px solid #000;
	border-right: none;
}
.duanwu_ula li:nth-child(1) {
	width: 100%;
	height: 104px;
	border-bottom: 1px solid #000;
}
.duanwu_ula li:nth-child(2) {
	width: 100%;
	height: 35px;
}
.duanwu_ula li p {
	float: left;
	border-right: 1px solid #000;
	width: 199px;
	text-align: center;
}
.duanwu_ula li p:nth-child(1) {
	width: 122px!important;
	text-align: center;
}
.duanwu_ula li:nth-child(1) p {
	line-height: 35px;
	border-right: 1px solid #000;
}
.duanwu_ulb {
	width: 720px;
	height: 682px;
	display: block;
	margin-bottom: 100px;
}
.duanwu_ulb li {
	float: left;
	width: 180px;
	height: 341px;
	text-align: center;
	margin-bottom: 30px;
}
.duanwu_ulb li p {
	text-align: center;
	line-height: 20px;
}
.nvitation {
	width: 100%;
	height: 945px;
}
.countdown {
	position: absolute;
	left: -146px;
	top: 690px;
	width: 507px;
	height: 233px;
	background: url(http://plm.online-game.com.cn/image/0801_djsbg.png) no-repeat;
	padding-top: 84px;
	z-index: 1000;
}
@media screen and (max-width:1400px) {
	.countdown {
		display: none;
	}
}
.countdown p {
	text-align: center;
	font-size: 32px;
	color: #fff;
	text-shadow: 0 0 10px #ffffff;
}
.countdown p:nth-child(2) {
	font-size: 43px;
	font-family: "新宋体";
	font-weight: bold;
}
.countdown p:nth-child(3) {
	font-size: 37px;
}
.nvitation_diva {
	width: 1250px;
	height: 100%;
	margin: 0 auto;
}
.nvitation_dm {
	width: 100%;
	height: 153px;
	position: relative;
}
.fghudgfh{
	position: absolute;
	bottom: 25px;
	left: 300px;
	
}
.bfghefshn{
	position: absolute;
	top: -38px;
	left: 30px;
}
.dm_kg {
	width: 210px;
	height: 137px;
	float: left;
	background: url(http://plm.online-game.com.cn/image/0801_dmgb.png) no-repeat;
	margin-left: 20px;
	position: relative;
}
.dm_kg p {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	cursor: pointer;
}
.dm_srk {
	width: 460px;
	height: 137px;
	float: left;
	background: url(http://plm.online-game.com.cn/image/145643ds54.png) no-repeat;
}
.shanzi {
	float: left;
	margin-top: 17px;
	margin-left: -50px;
}
.dm_srk_inp {
	width: 176px;
	height: 48px;
	float: left;
	margin-top: 45px;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0, );
	background: rgba(0, 0, 0, 0);
}
.dm_fs {
	width: 149px;
	height: 67px;
	background: url(http://plm.online-game.com.cn/image/0801_fasong.png) no-repeat;
	border: 1px solid rgba(0, 0, 0, 0);
	color: rgba(0, 0, 0, 0);
	float: left;
	margin-top: 34px;
	background-position: -14px 0;
}
.yqhy_diva {
	width: 806px;
	height: 504px;
	background: url(http://plm.online-game.com.cn/image/yqhy_bg2.png) no-repeat;
	margin-top: 175px;
	margin-left: 420px;
	padding-top: 100px;
}
.yqhy_pa {
	font-size: 30px;
	font-family: Songti SC;
	text-align: center;
	color: #4c3826;
	font-weight: bold;
	line-height: 60px;
}
.yqhy_pa span:nth-child(2) {
	color: #edae71;
	font-size: 35px;
	padding-right: 5px;
}
.yqhy_divb {
	width: 476px;
	height: 31px;
	margin: 95px auto;
	border: 2px solid #bfb171;
	position: relative;
	background: rgba(191, 177, 113, .6);
	border-radius: 15px;
	margin-bottom: 105px;
}
.yqhy_jdt {
	width: 20%;
	height: 27px;
	position: absolute;
	background: #e2b93f;
	border-radius: 15px;
}
.yqhy_ula {
	position: absolute;
	top: -34px;
	left: 0;
	width: 600px;
	padding-left: 20px;
}
.yqhy_ula li {
	float: left;
	position: relative;
	color: #4c3826;
	font-size: 17px;
	font-family: Songti SC;
	margin-right: 36px;
}
.yqhy_ula li span {
	text-shadow: 0 0 0.2em #e2b93f, -0 -0 0.2em #e2b93f;
	font-size: 18px;
}
.yqhy_ula li img {
	position: absolute;
	left: 0;
	top: 30px;
	right: 0;
	bottom: 0;
	margin: auto;
}
.yqhy_ulb {
	position: absolute;
	left: 0;
	top: 35px;
	width: 600px;
}
.yqhy_ulb li {
	width: 69px;
	height: 69px;
	position: relative;
	float: left;
	cursor: pointer;
	background: url(http://plm.online-game.com.cn/image/-27.png) no-repeat;
}
.yqhy_imga {
	display: none;
	animation: clockw 10s linear infinite;
}
@keyframes clockw {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.yqhy_imgb {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	
}
.yqhy_ulb li:nth-child(1) {
	margin-left: 60px;
}
.yqhy_ulb li:nth-child(2) {
	margin-left: 110px;
}
.yqhy_ulb li:nth-child(3) {
	margin-left: 112px;
}
.lipin_zs{
	width: 144px;
	position: absolute;
	left: -135px;
	top: 10px;
	padding: 10px 5px;
	background: url(http://plm.online-game.com.cn/image/yqhy_fbghri.png) no-repeat;
	background-size: 100% 100%;
	display: none;
	border: 1px solid #ba8f00;
	border-radius: 8px;
}
.lipin_zsa {
	left: 85px;
	top: -55px;
}
.lipin_zsb {
	top: -110px;
	left: -17px;
}
.lipin_zs {
	/*display: none;*/
}
.lipin_pa {
	width: 54px;
	height: 54px;
	margin: 0 auto;
	background: url(http://plm.online-game.com.cn/image/-14-3.png) no-repeat;
	position: relative;
}
.lipin_imga {
	width: 54px;
	height: 54px;
	animation: clockw 10s linear infinite;
	display: block;
}
.lipin_imgb {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.lipin_pb {
	width: 96px;
	height: 55px;
	background: url(http://plm.online-game.com.cn/image/-17-4.png) no-repeat;
	margin-top: -8px;
	color: #4d3822;
	font-size: 13px;
	position: relative;
	line-height: 18px;
	padding: 2px 9px;
}
.yaoqhaoy {
	width: 156px;
	height: 58px;
	margin: 0 auto;
	transition: all 0.3s;
	cursor: pointer;
	background: url(http://plm.online-game.com.cn/image/yaoqinghaoyou_1.png) no-repeat;
}
.yaoqhaoy img {
	margin-left: -45px;
	margin-top: 20px;
}
.yaoqhaoy:hover {
	transform: scale(1.1);
	box-shadow: 0 0 18px #ffb515;
}
.yuyue_haoli {
	width: 1152px;
	height: 296px;
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: -576px;
	z-index: 100;
}
.yuhaol_dvia {
	width: 147px;
	height: 277px;
	background: url(http://plm.online-game.com.cn/image/0801_haoli.png) no-repeat;
	position: absolute;
	top: -84px;
	left: -115px;
}
.yuhaol_dvib {
	width: 842px;
	height: 193px;
	background: url(http://plm.online-game.com.cn/image/fuc_bg.png) no-repeat;
	margin-top: 103px;
	margin-left: 116px;
	padding-top: 1px;
	position: relative;
}
.yuhaol_dvic {
	width: 233px;
	height: 296px;
	float: right;
	position: relative;
}
.yuhaol_cpa {
	width: 183px;
	height: 110px;
	background: url(http://plm.online-game.com.cn/image/0801_ljyy.png) no-repeat;
	position: absolute;
	bottom: 5px;
	right: 0;
	cursor: pointer;
}
.yuhaol_cpb {
	width: 183px;
	height: 110px;
	background: url(http://plm.online-game.com.cn/image/0801_ljyy.png) no-repeat;
	position: absolute;
	bottom: 5px;
	right: 0;
	cursor: pointer;
}
.yuhaol_cimg {
	position: absolute;
	left: 0;
	top: 0;
	animation: jinling 2s linear infinite;
}
@keyframes jinling {
	from {
		top: 0;
	}
	
	50% {
		top: -5px;
	}
	
	to {
		top: 0;
	}
}
.yuhaol_jdt {
	width: 799px;
	height: 40px;
	background: url(http://plm.online-game.com.cn/image/-637.png) no-repeat;
	margin: 0 auto;
	position: relative;
}
.yuhaol_jdt_pa {
	/*width: 20%;*/
	height: 35px;
	background: url(http://plm.online-game.com.cn/image/jindu.png) no-repeat;
	border-radius: 15px;
	position: absolute;
	top: 3px;
	left: 2px;
}
.yuhaol_ula {
	width: 100%;
	height: 135px;
	padding-top: 8px;
	margin-bottom: 5px;
	display: none;
}
.yuhaol_ula li {
	position: relative;
	width: 78px;
	height: 127px;
	background: url(http://plm.online-game.com.cn/image/wupin_bg.png) no-repeat;
	float: left;
	cursor: pointer;
}
.yuhaol_ula li:nth-child(1) {
	margin-left: 38px;
}
.yuhaol_ula li:nth-child(2) {
	margin-left: 81px;
}
.yuhaol_ula li:nth-child(3) {
	margin-left: 81px;
}
.yuhaol_ula li:nth-child(4) {
	margin-left: 81px;
}
.yuhaol_ula li:nth-child(5) {
	margin-left: 132px;
}
.yuhaol_lis_diva {
	width: 78px;
	height: 78px;
	position: relative;
}
.yuhaol_lis_imga {
	width: 78px;
	animation: clockw 10s linear infinite;
}
.clokyt{
	display: none;
}
.yuhaol_lis_imgb {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	max-width: 78px;
	margin: auto;
}
.yuhaol_lis_divb {
	position: absolute;
	bottom: -4px;
	left: 50%;
	margin-left: -60px;
	width: 120px;
	height: 35px;
	text-align: center;
}
.yuhaol_lis_divb span {
	background: url(http://plm.online-game.com.cn/image/-19-.png) no-repeat;
	background-size: 100% 100%;
	height: 20px;
	padding: 5px 10px;
	font-size: 14px;
	color: #894600;
}
.tylack {
	width: 155px;
	padding: 10px 5px;
	padding-bottom: 20px;
	position: absolute;
	z-index: 10;
	left: -33px;
	bottom: 127px;
	background: url(http://plm.online-game.com.cn/image/yqhy_fbghri.png) no-repeat;
	background-size: 100% 100%;
	display: none;
	border: 1px solid #ba8f00;
	border-radius: 8px;
}
.tylack_pa{
	font-size: 14px;
	color: #894600;
	line-height: 35px;
	font-weight: 600;
}
.tylack_pb{
	width: 100%;
	border-bottom: 1px solid #894600;
	font-size: 14px;
	color: #894600;
	line-height: 35px;
	font-weight: 600;
}
.tylack_pb img{margin-right: 0px;float: left;}
.tylack_pc{
	font-size: 15px;
	color: #894600;
	line-height: 20px;
}
.tylack_pa img{
	float: left;
}
.facka {
	top: -36px;
	left: -110px;
}
.fackb {
	top: -36px;
	left: 95px;
}
.fackc {
	top: -96px;
	left: -8px;
}
.yuhaol_cimga {
	position: absolute;
	right: 15px;
	top: 20px;
	cursor: pointer;
}
.yuhaol_cimga:hover {
	top: 15px;
}
.yue_baox {
	width: 250px;
	height: 270px;
	position: fixed;
	right: -0px;
	    top: 60%;
	z-index: 10;
}

.baox_imgb{
	margin-left: 15px;
	position: relative;
	z-index: 10;
}
.baox_imga {
	margin-left: 15px;
	margin-top: -98px;
	animation: baox 0.2s linear infinite;
	cursor: pointer;
}
@keyframes baox {
	from {
		transform: rotateZ(-2deg);
	}
	
	50% {
		transform: rotateZ(2deg);
	}
	
	to {
		transform: rotateZ(-2deg);
	}
}
.hydl_diva {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .6);
	    z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}
.hyzc_diva {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .6);
	    z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}
.hydl_divb {
	width: 1085px;
	height: 638px;
	position: relative;
	    margin-left: 147px;
}
.hydl_divc {
	width: 874px;
	height: 535px;
	margin-top: 55px;
	padding-top: 74px;
	background: url(http://plm.online-game.com.cn/image/hyzx.jpg) no-repeat;
}
.hydl_imga {
	position: absolute;
	top: 0;
	right: 0;
}
.hydl_imgb {
	position: absolute;
	top: 29px;
	right: 181px;
	cursor: pointer;
}
.hydl__pa {
	width: 765px;
	height: 67px;
	background: url(http://plm.online-game.com.cn/image/-43.png) no-repeat;
	margin: 0 auto;
	margin-bottom: 20px;
	line-height: 67px;
}
.hydl__pa span {
	font-size: 20px;
	color: #6a4442;
	float: left;
	margin-left: 10px;
	font-weight: 550;
}
.hydl__pa input {
	width: 615px;
	height: 67px;
	float: left;
	background: rgba(0, 0, 0, 0);
	font-size: 17px;
	margin-left: 10px;
}
.hydl__pb {
	width: 812px;
	height: 48px;
	margin: 0 auto;
	border-bottom: 1px solid #698652;
	padding-top: 10px;
	padding-left: 28px;
}
.hydl_spa {
	font-size: 17px;
	color: #698652;
	margin-right: 8px;
	cursor: pointer;
}
.hydl_spb {
	font-size: 17px;
	color: #9f9ebc;
	margin-right: 8px;
	cursor: pointer;
}
.hydl_buta {
	color: #fff;
	font-size: 24px;
	font-weight: 550;
	text-align: center;
	line-height: 64px;
	width: 812px;
	height: 64px;
	background: #698652;
	margin: 0 auto;
	display: block;
	border-radius: 5px;
	margin-top: 30px;
	font-family: '黑体';
    margin-bottom: 20px;
}
.hydl_but {
	color: #fff;
	font-size: 22px;
	font-weight: 550;
	text-align: center;
	line-height: 64px;
	width: 812px;
	height: 64px;
	background: #698652;
	margin: 0 auto;
	display: block;
	border-radius: 5px;
	margin-top: 30px;
}
.hyzc_divb {
	width: 1110px;
	height: 988px;
	position: relative;
	margin-left: 390px;
}
.hyzc_divc {
	width: 621px;
	height: 890px;
	margin-top: 98px;
	padding-top: 55px;
	background: url(http://plm.online-game.com.cn/image/vghfsbg1456.png) no-repeat;
}
.hyzc_imga {
	position: absolute;
	right: 0;
	top: 0;
}
.hyzc_imgb {
	position: absolute;
	right: 476px;
	top: 85px;
	cursor: pointer;
}
.fjiksf {
	top: 324px;
	left: 650px;
}
.kmfvbuj {
	bottom: 125px;
	right: 280px;
	position: absolute;
	top: 610px;
}
.hyzc_pa {
	width: 100%;
	text-align: center;
	line-height: 60px;
	color: #365120;
	font-size: 14px;
	height: 60px;
}
.hyzc_pb {
	width: 465px;
	height: 50px;
	margin-bottom: 25px;
	line-height: 50px;
}
.hyzc_inp {
	float: right;
	width: 275px;
	height: 48px;
	display: block;
	background: #fff;
	border: 1px solid #6a8256;
	border-radius: 5px;
	text-indent: 8px;
	font-size: 16px;
}
.hyzc_span {
	font-size: 20px;
	color: #365120;
	float: right;
	margin-right: 5px;
}
.hyzc_inpa {
	float: right;
	width: 198px;
	height: 48px;
	display: block;
	background: #fff;
	border: 1px solid #6a8256;
	border-radius: 5px;
	text-indent: 8px;
	font-size: 16px;
}
.hyzc_inpb {
	float: right;
	width: 66px;
	height: 48px;
	display: block;
	background: #fff;
	border: 1px solid #6a8256;
	border-radius: 5px;
	text-indent: 24px;
	font-size: 16px;
	margin-right: 10px;
}
.hyzc_inpc {
	float: right;
	width: 100px;
	height: 48px;
	display: block;
	background: #6a8256;
	border: 1px solid #6a8256;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	text-indent: 10px;
}
.hyzc_inpd {
	float: right;
	width: 146px;
	height: 48px;
	display: block;
	background: #fff;
	border: 1px solid #6a8256;
	border-radius: 5px;
	text-indent: 24px;
	font-size: 16px;
	margin-right: 27px;
}
.hyzc_pc {
	text-align: center;
	height: 30px;
}
.hyzc_pc a,
.hyzc_pd a {
	color: #82b35c;
}
.hyzc_pd {
	text-align: right;
	padding-right: 90px;
}
.hyzc_but {
	color: #fff;
	font-size: 26px;
	text-align: center;
	line-height: 64px;
	width: 510px;
	height: 64px;
	background: #698652;
	margin: 0 auto;
	display: block;
	border-radius: 5px;
	margin-top: 30px;
}
.hyzc_pe {
	text-align: center;
	margin-top: 15px;
	padding-left: 150px;
}
.hyzc_pe span:nth-child(1),
.hyzc_pe span:nth-child(3) {
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 35px;
	width: 150px;
	height: 35px;
	background: #698652;
	display: inline-block;
	border-radius: 5px;
}
.hyzc_pe span:nth-child(2) {
	width: 2px;
	height: 30px;
	background: #698652;
	display: inline-block;
	margin-top: 2px;
}
.hyzc_pe span {
	float: left;
	margin-right: 8px;
}
.lianjie {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .6);
	    z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}
.lianjie_diva {
	width: 1325px;
	height: 656px;
	position: relative;
}
.lianjie_imga {
	float: left;
}
.lianjie_divb {
	width: 1048px;
	height: 498px;
	margin-top: 110px;
	margin-left: 257px;
	padding-top: 40px;
	background: url(http://plm.online-game.com.cn/image/f99a0275bcf2e7498c737b307838876d.png) no-repeat;
}
.lianjie_imgb {
	position: absolute;
	right: -12px;
	top: 80px;
	cursor: pointer;
}
.lianjie_pa {
	width: 777px;
	margin: 0 auto;
	font-size: 19px;
	color: #6a8256;
}
.lianjie_divc {
	width: 858px;
	height: 52px;
	margin: 40px 0;
	margin-left: 125px;
	padding: 0 20px;
	background: url(http://plm.online-game.com.cn/image/-28-.png) no-repeat;
}
.lianjie_pb {
	width: 694px;
	height: 50px;
	border: 1px solid #000;
	background: #6a8256;
	color: #fff;
	line-height: 48px;
	padding-left: 10px;
	float: left;
}
.lianjie_pc {
	width: 115px;
	height: 50px;
	border: 1px solid #000000;
	border-left: none;
	color: #fff;
	font-size: 24px;
	text-align: center;
	line-height: 50px;
	background: #a6cd85;
	float: left;
	cursor: pointer;
}
.lianjie_divd {
	width: 250px;
	height: 260px;
	margin-left: 15px;
	float: left;
}
.lianjie_divd .tx_ewm {
	width: 140px;
	height: 141px;
	background-color: #fff;
	position: relative;
	margin: 0 auto;
	padding-top: 1px;
}
.lianjie_pd {
	font-size: 25px;
	color: #6a8256;
	line-height: 67px;
}




.danmustage {
	display: block;
	width: 100%;
	height: 510px;
	margin: 6px auto;
}
.danmu_box {
	width: 100%;
	height: 510px;
	background-size: 100% 100%;
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
	top:125px;
	left: 0;
}
.danmustage .danmu span {
	font-size: 16px;
	font-weight: bold;
}
.danmustage span {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 15px;
	padding: 9px 10px;
	padding-left: 38px;
	font-family: "宋体";
	position: relative;
}
.danmustage span i{
	width: 30px;
	height: 104px;
	display:inline-block;
	position:absolute;
	left: 5px;
	top: -20px;
	background: url(http://plm.online-game.com.cn/image/6f896ee1df7663581ecb9f55d4ec2ae1.png) no-repeat;
}
.anniufhvfb{
	position: fixed;
	left: -50px;
	bottom: 0;
	z-index:100;
	display: none;
}
.yqhy_jdtn{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;top: 0;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
}
.yqhy_jdtn span{
	color: red;
}

.klched{
	color: #894600;
	font-size: 16px;
	text-align: center;
	position: absolute;
	left: 0;bottom: 10px;
	width: 100%;
	font-family: "宋体";
	font-weight: 600;
}
.lipin_zs_pa{
	width: 100%;
	/*text-align: center;*/
	font-size: 14px;
	font-weight: 600;
	color: #894600;
	line-height: 35px;
	border-bottom: 1px solid #894600;
}
.lipin_zs_pa img{
	float: left;
}
.lipin_zs_pb{
	width: 100%;
	color: #894600;
	line-height: 20px;
	font-size: 15px;
}
.lianjie_fenxa{
	width: 490px;
	height: 260px;
	float: left;
}
.bdsharebuttonbox{
	padding-left: 85px;
	margin-top: 20px;
}
.bdsharebuttonbox a{
	width: 80px!important;
	height: 80px!important;
	float: left!important;
	display: block!important;
	margin-left: 15px!important;
}
.bds_weixin{background: url(http://plm.online-game.com.cn/image/weixin.png) no-repeat!important;}
.bds_qzone{background: url(http://plm.online-game.com.cn/image/kongjian.png) no-repeat!important;}
.bds_sqq{background: url(http://plm.online-game.com.cn/image/qqhaoyou.png) no-repeat!important;}
.bds_tsina{background: url(http://plm.online-game.com.cn/image/weibo.png) no-repeat!important;}
.fenxan_pa{
	text-align: center;
	color: #6a8256;
	font-size: 16px;
	line-height: 40px;
}
.bd_weixin_popup{height: 333px!important;}

.nbjfndhsfbh{
	width: 621px;
    height: 780px;
    margin-top: 98px;
    padding-top:0;
    background: url(http://plm.online-game.com.cn/image/f99a0275bcf2e7498c737b307838.jpg) no-repeat;
}
.buquanx{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .6);
	z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}
.nbjfndhsfbh_pa{
	width: 621px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	color: #FFFFFF;
	font-size: 28px;
	background: #698652;
}
.kuaiszc{
	width: 350px;
	height:430px;
	position: absolute;
	top: 340px;
	left: 54.53%;
	padding-top: 60px;
	background: url(http://plm.online-game.com.cn/image/0809_a1bga.png) no-repeat;
}
.kuaiszc_pa{
	width: 350px;
	height: 26px;
	margin-bottom: 10px;
	line-height: 26px;
}
.kuaiszc_inpa{
	width: 245px;
	height: 24px;
	background: #FFFFFF;
	float: right;
	border: 1px solid #fff;
	text-indent: 8px;
	margin-right: 15px;
}
.kuaiszc_span{
	color: #fff;
	font-size: 16px;
	float: right;
}
.kuaiszc_inpb{
	width: 158px;
	height: 24px;
	background: #FFFFFF;
	float: right;
	border: 1px solid #fff;
	text-indent: 8px;
	margin-right: 10px;
}
.yanzheng {
    height: 24px;
    width: 76px;
    border: 1px solid #6a5d8d;
    margin-right: 15px;
    float: right;
    background: #6a5d8d;
    color: #fff;
    cursor: pointer;
}
.kuaiszc_pb{
	text-align: center;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
}
.kuaiszc_pb input{
	margin-right: 15px;
}
.kuaiszc_pc{
	width: 188px;
	height: 52px;
	margin:15px auto;
    cursor: pointer;
    display: block;
    background: url(http://plm.online-game.com.cn/image/0809_anniu.png) no-repeat;
}
.kuaiszc_imga{
	display: block;
	margin: 0 auto;
}
.kuaiszc_imgb{
	display: block;
	margin: 0 auto;
	margin-top: 25px;
	animation: baox 0.2s linear infinite;
}
.huod_xiq{
	position: absolute;
	    right: -70px;
    top: 180px;
}
.huod_xiq a:hover{color: red;}
.kfhdqa{
	width: 171px;
	height: 67px;
	background: url(http://plm.online-game.com.cn/image/annniu.png) no-repeat;
	display: block;
	position: absolute;
	bottom: 0 ;
	left: 58px;
	z-index: 12;
}





















