/* - - - - - - - - - 各浏览器样式默认值标准化  - - - - - - - - -*/
html,body,span,object,iframe,h1,h2,h3,h4,h5,p,blockquote,pre,
a,address,code,
del,em,img,dl,dt,dd,ol,ul,li,
fieldset,form,label{
margin:0;padding:0;border:0;
font-style:inherit;font-family:inherit;vertical-align:baseline;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,audio,video{margin:0;padding:0;display: block;}
html{-webkit-text-size-adjust:none;}
img{border:none;vertical-align:middle;}
input,select,button{padding:0;margin:0;outline:none;font-family:inherit;vertical-align:middle;}
textarea{font-family:inherit;padding:0;margin:0;}
button{cursor:pointer;}
html{overflow-x:hidden;}
body{font-size:12px;background-color:#fff;font-family:'Microsoft YaHei';}
ul,ol{list-style-type:none;}
h1{font-size:24px;}
h2{font-size:18px;}
h3,h4{font-size:14px;}
h5{font-size:12px;}
i,em,address{font-style:normal;}
a{ text-decoration:none;color:#4f4f4f;}
a:hover{text-decoration:underline;transition:color 200ms linear 0s,background-color 200ms linear 0s,border-color 200ms linear 0s;}	/*鼠标悬停时*/
a:active{}	/*点击与释放时*/
a:visited{}/* 访问过 */
/*  - - - - - - - - - 常用类样式  - - - - - - - - -*/
.photo_fullsize img{display:block;width:100%;height:100%;}	/*图片全尺寸*/
.no_bor{ border:none!important;}	/*无边框*/
.no_bg{ background:none!important;}	/*无背景*/
.clear{ display:block;height:0; line-height:0;overflow:hidden; clear:both;font-size:0;}/*清除浮动*/
.clear_::after{content:"";display:block; clear:both;height:0; line-height:0; overflow:hidden;}/*清除浮动*/
.center{margin:0 auto;width:1280px;}	/*让内容区块居中*/
.container1{width:617px;height:auto;margin:0 auto;}
.container1 .div_scroll{float:left;width:100%;height:289px;overflow:auto;}
.container1 .scroll_container{position:relative;overflow:hidden;}
.container1 .scroll_absolute{position:absolute;}
.container1 .scroll_vertical_bar{width:15px;height:100%;position:absolute;top:0;right:0;margin:0;padding:0;}
.container1 .scroll_track{position:relative;border-radius:10px;background:url(../images/line_y2.gif) repeat-y center top;}
.container1 .scroll_drag{position:relative;top:0;left:0;border-top:none;border-bottom:none;cursor:pointer;background-color:#b8a24f;border-radius:20px;}
.container1 .scroll_arrow{text-indent:-20000px;cursor:pointer;display:block;}
.container1 .scroll_vertical_bar .scroll_arrow{height:16px;}

/*图片全尺寸*/
.photo,.photo_fullsize{display:block;overflow:hidden;}
.photo img,.photo_fullsize img{display:block;width:100%;height:100%;}	
/*图片自适应尺寸*/
@media screen and (max-width: 800px) {.photo.photo_autosize{max-height:0;}}
.photo_autosize{text-align:center;display:block; overflow:hidden; position:relative;}
.photo_autosize::after{height:100%;width:0;overflow:hidden; font-size:0;line-height:0;display:inline-block;vertical-align:middle;content:"";}
.photo_autosize>div{position:absolute;left:0;top:0;right:0;bottom:0;}
.photo_autosize>div::after{height:100%;width:0;overflow:hidden; font-size:0;line-height:0;display:inline-block;vertical-align:middle;content:"";}
.photo_autosize>div img{display:inline!important;}
.photo_autosize img{ position:static!important;display:inline;left:auto;top:auto;width:auto;height:auto;max-width:100%;max-height:100%;}
/*图片自适应全尺寸*/
.photo_autofullsize{ overflow:hidden; display:block;background-size:cover!important}
.photo_autofullsize img{ display:none;}

.border_top,.border_right,.border_bottom,.border_left{overflow:hidden; line-height:0;position:absolute;background:#fd1a62;}
.border_top{left:50%;top:0;height:4px;}
.border_right{top:50%;right:0;width:4px;}
.border_bottom{left:50%;bottom:0;height:4px;}
.border_left{top:50%;left:0;width:4px;}

/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
@keyframes rotate {

  0% { transform:rotate(360deg) }
  100% {transform:rotate(0deg);}
  
}

#Flash{width:1920px;height:1077px;position:absolute;top:58px;left:50%;margin-left:-960px;z-index:1200;}
/*- - - - - - - - -样式属1、index.html - - - - - - - -*/
	/*顶部*/
	#top{width:100%;height:58px;margin:0 auto;background:#fff url(../images/top/topbg.png) repeat-x left top;z-index:45500;}
		/*标志*/
		#toplogo{float:left;width:266px;height:58px;overflow:hidden;}
		/*顶部广告*/
		#topad{float:left;width:284px;height:58px;overflow:hidden;}
		/*快捷连接*/
		.quicklink{float:right;line-height:22px;margin:20px 17px 0px 0px;}
		.quicklink a{line-height:22px;color:#707e91;margin:0px 8px 0px 9px;padding-top:2px;padding-bottom:2px;}
		.quicklink a:hover{color:#be0503;text-decoration:none;}
		.link_gamedown{padding-left:22px;background:url(../images/top/icon_down.gif) no-repeat left center;}
		.link_recharge{padding-left:22px;background:url(../images/top/icon_m.png) no-repeat left top;}
		.link_reg{padding-left:23px;background:url(../images/top/icon_user.png) no-repeat left center;}
		#more{float:right;width:112px;height:52px;line-height:22px;text-align:center;position:relative;font-size:14px;color:#fff;margin-right:2px;padding-top:6px;background-color:#d53d3c;display:block;}
		#more.hovermore{background-color:#ee3f5d;}
		#more:hover{text-decoration:none;}
		#more .icon_list{width:23px;height:17px;margin:0px auto 3px auto;background:url(../images/top/iconlist.gif) no-repeat left top;display:block;}
	/*游戏列表*/
	#GameList{height:0px;position:absolute;overflow:hidden;top:58px;right:0px;left:0px;background-color:#ffffff;box-shadow:0 7px 14px rgba(0,0,0,0.2);display:none;z-index:45500;}
	#GameList .center{width:1120px;margin:0 auto;padding-top:27px;}
	#GameList ul{float:left;*padding-bottom:12px;}
	#GameList ul li{float:left;width:170px;height:241px;position:relative;margin-bottom:12px;margin-left:15px;background:#cf1232 url(../images/top/1.png) no-repeat left bottom;}
	#GameList ul li strong{line-height:1.43;text-align:center;overflow:hidden;font-size:14px;font-weight:normal;color:#fff;max-height:2.86em;padding-right:10px;padding-left:10px;display:block;}
	#GameList ul li .photo{width:170px;height:185px;margin-bottom:6px;background:#333;display:block;}
	#GameList .myHistory{line-height:30px;color:#d52846;margin-right:11px;margin-bottom:6px;margin-left:11px;padding-left:5px;}
	#GameList .myHistory a{margin-right:11px;display:inline-block;}
	#GameList .myHistory a:hover{color:#d52846;}
	#GameList .morelink{text-align:center;}
	#GameList .morelink a{width:117px;height:30px;line-height:30px;text-align:center;margin-right:22px;margin-left:22px;box-shadow:0 0 3px rgba(0,0,0,0.2);border:1px solid #ccc;border-radius:5px;display:inline-block;}
	#GameList .morelink a:hover{color:#cf1232;text-decoration:none;border-color:#cf1232;}
	#GameList .morelink .icon_reg,#GameList .morelink .icon_cz,#GameList .morelink .icon_kefu{width:13px;height:13px;margin-right:4px;vertical-align:middle;display:inline-block;}
	#GameList .morelink .icon_reg{background:url(../images/top/icon_user.gif) no-repeat left top;}
	#GameList .morelink .icon_cz{background:url(../images/top/icon_payment.gif) no-repeat left top;}
	#GameList .morelink .icon_kefu{background:url(../images/top/icon_tel.gif) no-repeat left top;}
	#loading_header{position:fixed;min-height:58px;top:0px;right:0px;left:0px;background:#fff url(../images/top/topbg.png) repeat-x left top;box-shadow:0 0 14px rgba(0,0,0,0.2);z-index:45500;}


/*- - - - - - - - -样式属追风.html - - - - - - - -*/
/*图标*/
.qq_icon{width:82px;height:82px;margin:0px auto 8px auto;background:url(../images/qq_icon.png) no-repeat left top;display:block;}
.qq_icon:hover{background-position:right top;}
	/*菜单*/
	#menu{width:1280px;position:absolute;margin:0 auto;top:58px;z-index:1500;left:50%;margin-left:-640px;}
	#menu ul{float:left;position:absolute;}
	#menu ul li{float:left;width:130px;height:81px;text-align:center;margin-right:54px;}
	#menu ul li.hover_ ._bg{display:block;}
	#menu ul li a{text-decoration:none;display:block;position:relative;padding-top:14px;height:67px;}
	#menu ul li a ._bg{background:url(../images/meun_bj.png) no-repeat left top;width:129px;height:0px;position:absolute;bottom:0px;left:0px;display:none;}
	#menu ul li a strong{line-height:32px;font-size:16px;font-weight:normal;color:#ffffff;display:block;position:relative;}
	#menu ul li a span{line-height:18px;color:#faf684;text-transform:uppercase;display:block;position:relative;}
	#menu ul li:hover{}
	#menu ul li:nth-of-type(3){margin-right:283px;}
	#menu ul li:nth-last-of-type(1){margin-right:0px;}
	/*大图*/
	#BigBanner{width:1920px;height:1079px;position:relative;overflow:hidden;min-width:1280px;left:50%;margin:58px auto 0px auto;margin-left:-960px;top:0px;*top:58px;}
	#BigBanner img{}
	/*下载*/
	#Download{width:644px;height:159px;text-align:center;position:absolute;top:860px;left:50%;margin-left:-325px;background:url(../images/pellucidity_50.png) repeat left top; z-index:1400;border-radius:5px;}
	#Download .btn_danbao{float:left;width:109px;height:25px;overflow:hidden;margin-top:16px;margin-left:20px;background:url(../images/dandao.png) no-repeat left bottom;padding-top:95px;}
	#Download .btn_danbao em{font-size:14px;color:#000;display:block;}
	#Download .erweima{float:left;width:109px;height:109px;margin-top:26px;margin-right:20px;margin-left:20px;position:relative;border-radius:5px;}
	#Download .erweima span{position:absolute;left:0;top:0;right:0px;bottom:0px;text-align:center;background-color:#bbaa7c;color:#fff;font-size:14px;padding-top:32px;border-radius:5px;}
	#Download .erweima img{width:100%;height:100%;position:absolute;left:0;bottom:0px;border-radius:5px;}
	#Download .btn_down_dlk{float:left;width:216px;height:56px;text-indent:-999em;margin-top:22px;margin-bottom:4px;background:url(../images/xiazai.png) no-repeat left top;}
	#Download .btn_down_dlk:hover{background-position:left bottom;}
	#Download .btn_down_bd{float:left;width:216px;height:56px;text-indent:-999em;background:url(../images/buding.png) no-repeat left top;}
	#Download .btn_down_bd:hover{background-position:left bottom;}
	#Download .btn_Recharge{float:right;width:109px;height:109px;text-indent:-999em;overflow:hidden;margin-top:26px;margin-right:20px;background:url(../images/cz.png) no-repeat left top;}
	#Download .btn_Recharge:hover{background-position:left bottom;}
	#Download .btn_security{width:329px;height:58px;position:absolute;text-indent:-999em;bottom:-80px;left:50%;margin-left:-165px;background:url(../images/jiaocheng.png) no-repeat left top;}
	#Download .btn_security:hover{background-position:left bottom;}
	/*游戏直播*/
	#GameLive{height:1001px;position:relative;max-width:1920px;min-width:1280px;margin:0 auto;background:url(../images/bj_1.png) no-repeat center top;background-size:cover;border-top:3px solid #bbaa7c;}
	#GameLive .center{width:1256px;height:703px;margin:0px auto 0px auto;padding-top:25px;background:url(../images/video_bj1.png) no-repeat left top;}
	#GameLive .livebox{width:1198px;height:672px;margin:0 auto;background:#333;overflow:hidden;}
	#GameLive .livebox img{width:100%;height:100%;display:block;cursor:pointer;}
	/*用于装饰的宝石图片*/
	.baoshi_pic{width:453px;height:90px;position:absolute;bottom:100%;left:50%;margin-bottom:-17px;margin-left:-226px;background:url(../images/pic_baoshi.png) no-repeat left top;}
	/*新闻栏目*/
	#NewsColumn{height:779px;position:relative;max-width:1920px;min-width:1280px;margin:0 auto;padding-top:14px;border-top:3px solid #bbaa7c;}
	#NewsColumn .MainTitle{margin-bottom:48px;}
		/*广告*/
		#banner{float:left;width:610px;height:311px;position:relative;overflow:hidden;margin-right:30px;}
		/*图片轮播样式*/
		#banner .conbox{width:9999em;position:absolute;}
		#banner .conbox .Slide_{float:left;overflow:hidden;}
		#banner .switcher{text-align:center;position:absolute;right:15px;bottom:15px;z-index:99;}
		#banner .switcher a{width:16px;height:16px;line-height:0;text-align:center;overflow:hidden;font-family:arial;color:#323232;margin-left:8px;background-color:#7b713c;border-radius:9px;cursor:pointer;display:inline-block;}
		#banner .switcher a.cur,#banner .switcher a:hover{width:28px;color:#fff;background-color:#fefefe;}
		/*新闻中心*/
		#News{float:left;width:638px;height:311px;overflow:hidden;}
		/*项目*/
		#item{width:1280px;height:122px;overflow:hidden;margin:0 auto;margin-top:52px;}
	/*游戏资料*/
	#GameIntr{height:859px;position:relative;max-width:1920px;min-width:1280px;margin:0 auto;padding-top:24px;background:url(../images/bj_2.png) no-repeat center top;background-size:cover;border-top:3px solid #bbaa7c;border-bottom:3px solid #b8a680;}
	#GameIntr .MainTitle{margin-bottom:55px;}
		/*交易*/
		#Transaction{float:left;width:624px;height:552px;overflow:hidden;padding-top:28px;background:#fff;}
		#version:hover,#Transaction:hover{box-shadow:0 0 14px rgba(0,0,0,0.2);}
		#Transaction .Title{margin-bottom:20px;margin-left:12px;}
		#Transaction .Tab{margin-left:18px;}
		/*版本*/
		#version{float:right;width:624px;height:552px;overflow:hidden;padding-top:28px;background:#fff;}
		#version .Title{margin-bottom:42px;margin-left:13px;}
	/*职业*/
	#ZhiYe{height:533px;position:relative;max-width:1920px;min-width:1280px;margin:0 auto;background:#280d04 url(../images/zybg.jpg) no-repeat center top;overflow:hidden;}
	#ZhiYe .Tab2{width:166px;position:absolute;left:50%;margin-left:474px;padding-top:9px;background:url(../images/line_y.gif) repeat-y center top;z-index:1500;}
	#ZhiYe .Tab2 li{width:164px;height:148px;position:relative;margin-bottom:10px;padding-top:16px;background:url(../images/line_y2.gif) no-repeat center bottom;}
	#ZhiYe .Tab2 li ._arrow{width:37px;height:43px;position:absolute;top:50%;right:100%;margin-top:-21px;margin-right:8px;background:url(../images/arrow.png) no-repeat left top;display:none;}
	#ZhiYe .Tab2 li ._round{width:164px;height:164px;position:absolute;top:0;left:0;background:url(../images/round2.png) no-repeat left top;display:none;}
	#ZhiYe .Tab2 li a{width:131px;height:124px;text-align:center;margin:0 auto;padding-top:7px;background:url(../images/round.png) no-repeat left top;display:block;}
	#ZhiYe .Tab2 li.change ._arrow{display:block;}
	#ZhiYe .Tab2 li.change ._round{animation: rotate 5s ease;}
	#ZhiYe .Tab2 li.change ._round{display:block;}
	#ZhiYe .Tab2 li:nth-last-of-type(1){padding-bottom:0px;background:none;}
	#ZhiYe .ZhiyeBox{width:1047px;position:absolute;top:0px;bottom:0px;left:50%;margin-left:-640px;}
	#ZhiYe .ZhiyeBox .text{width:338px;position:absolute;color:#fff;top:110px;right:40px;}
	#ZhiYe .ZhiyeBox .text h4{text-align:center;font-size:29px;font-weight:normal;margin-bottom:13px;padding-bottom:28px;background:url(../images/line2.png) no-repeat center bottom;display:block;}
	#ZhiYe .ZhiyeBox .text h4 span{font-size:20px;font-family:'times new roman', times, serif;font-weight:normal;text-transform:uppercase;display:block;}
	#ZhiYe .ZhiyeBox .text h5{line-height:2.33;text-align:center;font-size:18px;font-weight:normal;color:#fff;}
	#ZhiYe .ZhiyeBox .text h5 strong{font-weight:normal;color:#ffff5b;}
	#ZhiYe .ZhiyeBox .text p{line-height:1.71;text-align:center;font-size:14px;font-weight:normal;color:#fff;margin:0 auto;padding-bottom:19px;background:url(../images/line2.png) no-repeat center bottom;}
	#ZhiYe .ZhiyeBox .text p img{margin-top:20px;}
	#ZhiYe .ZhiyeBox .pic1{position:absolute;bottom:0px;left:-28px;}
	#ZhiYe .ZhiyeBox .ZhiyeBoxbg{position:absolute;top:50%;right:50%;bottom:50%;left:50%;border:1px solid #c8995d;}
	#ZhiYe .ZhiyeBox .ZhiyeBoxbg2{position:absolute;top:50%;right:50%;bottom:50%;left:50%;border:3px solid #c8995d;}
	.icon_zy{width:77px;height:77px;background:url(../images/icon_photo2.png) no-repeat left top;display:inline-block;}
	.icon_zy.icon_zy1x1{background-position:0 0;}
	#ZhiYe .Tab2 li.change .icon_zy1x1,.icon_zy.icon_zy1x1:hover{background-position:-77px 0;}
	.icon_zy.icon_zy1x2{background-position:0 -77px;}
	#ZhiYe .Tab2 li.change .icon_zy1x2,.icon_zy.icon_zy1x2:hover{background-position:-77px -77px;}
	.icon_zy.icon_zy1x3{background-position:0 -154px;}
	#ZhiYe .Tab2 li.change .icon_zy1x3,.icon_zy.icon_zy1x3:hover{background-position:-77px -154px;}
	#zhiye_jindu{width:0px;height:3px;line-height:0;position:absolute;bottom:0px;left:0px;background-color:#dccbaf;border:1px solid #f00;z-index:1500;}
	/**/
	#ZhuangBei{height:680px;min-width:1280px;margin:0 auto;border-top:3px solid #bbaa7c;max-width:1920px;}
	#ZhuangBei .MainTitle{margin-bottom:30px;padding-top:12px;}
	.poster-main{width:1280px;height:377px;position:relative;}
	.poster-main a,.poster-main img{display:block;}
	.poster-main .poster-list{width:1280px;height:377px;}
	.poster-main .poster-list .poster-item{width:311px;height:377px;position:absolute;top:0px;left:0px;background:#333;}
	.poster-main .poster-list .poster-item ._border{position:absolute;top:0px;right:0px;bottom:0px;left:0px;border:6px solid #eae6e7;display:none;}
	.poster-main .poster-list .poster-item img{width:100%;height:100%;display:block;}
	.poster-main .poster-btn{width:74px!important;height:141px!important;line-height:14px;text-align:center;position:absolute;color:#ffffff;top:130px;padding:0;background:url(../images/btn_arrow.png) no-repeat left top;cursor:pointer;z-index:10;}
	.btn-box{width:148px;height:20px;position:absolute;top:390px;left:50%;margin-left:-70px;}
	.index-btn{float:left;width:14px;height:14px;color:#ffffff;margin:0 5px;background-color:#eae6e5;border-radius:20px;cursor:pointer;z-index:10;}
	.poster-main .poster-prev-btn{left:0%;background-position:left top;}
	.poster-main .poster-prev-btn:hover{background-position:left bottom;}
	.poster-main .poster-next-btn{left:100%;margin-left:-74px;background-position:right top;}
	.poster-main .poster-next-btn:hover{background-position:right bottom;}
	.index-btn.poster-btn-active{width:28px;background-color:#776d3c;}
	/*联系我们*/
	#contact{height:726px;font-size:14px;max-width:1920px;min-width:1280px;margin:0 auto;background:url(../images/bj_3.png) no-repeat center top;}
		/*二维码*/
		#erweima{float:left;width:710px;height:270px;margin-left:25px;}
		/*最好的*/
		.best{margin-bottom:68px;padding-top:131px;}
		.best .photo{width:163px;height:163px;overflow:hidden;margin:0px auto;margin-bottom:24px;display:block;}
		.best p{text-align:center;font-size:17px;background:url(../images/line.png) no-repeat center center;}
		/*QQ列表*/
		#qq{float:right;width:491px;height:270px;}
	/*页尾*/
	#footer{max-width:1920px;min-width:1280px;margin:0 auto;padding-top:52px;padding-bottom:52px;background:#040402;}
	#footer .bomlogo{float:left;width:367px;height:105px;text-align:center;margin-top:24px;}
	#footer .box{float:right;line-height:26px;text-align:right;color:#9b9ea3;padding-right:8px;}
	#footer .box p{line-height:24px;font-size:13px;color:#eee9e3;}
	#footer .box p a{font-size:14px;font-family:'times new roman', times, serif;font-weight:bold;color:#b8a24f;text-decoration:underline;}
	#footer .box p a:hover{color:#ffff5b;}
	#footer .box .tips{font-size:14px;color:#9a895b;}
	#footer .box ul{margin-bottom:22px;}
	#footer .box ul li{color:#eee9e3;display:inline;}
	#footer .box ul li a{color:#eee9e3;margin-right:2px;margin-left:8px;}
	#footer .box ul li a:hover{color:#ffff5b;text-decoration:none;}
	/*主标题*/
	.MainTitle{height:124px;line-height:124px;text-align:center;font-size:36px;font-weight:normal;color:#7a703f;background:url(../images/maintitle_bj.png) no-repeat center bottom;}
	/*标题*/
	.Title{height:46px;line-height:46px;font-size:30px;font-weight:normal;color:#7a703f;margin-bottom:12px;background:url(../images/title_bj.png) repeat-x left 28px;}
	.Title span{font-size:18px;color:#b8a24f;margin-left:13px;padding-right:17px;text-transform:uppercase;}
	.Title em{padding-left:60px;background:#fff url(../images/text_icon.png) no-repeat left center;}
	/*新闻列表*/
	.NewsList{overflow:hidden;font-size:14px;padding:0px 6px;}
	.NewsList li{height:32px;line-height:32px;padding-right:10px;padding-left:25px;background:url(../images/list_icon.png) no-repeat left center;}
	.NewsList li time{float:right;font-size:12px;color:#acabab;margin-left:20px;}
	.NewsList li .lx{float:left;margin-right:6px;}
	.NewsList li .lx._color{color:#7a703f;}
	.NewsList li a{overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;display:block;}
	.NewsList li:hover a{color:#b8a24f;}
	/**/
	.qqlist{float:right;margin-top:60px;}
	.qqlist li{float:right;width:120px;text-align:center;overflow:hidden;margin-right:39px;}
	.qqlist li span{line-height:28px;font-size:17px;font-weight:bold;display:block;}
	.qqlist li a{color:#9a895b;text-decoration:underline; font-family:Georgia, "Times New Roman", Times, serif;}
	/*二维码列表*/
	.ewmlist li{float:left;text-align:center;margin-right:26px;}
	.ewmlist .ewm{width:202px;height:202px;overflow:hidden;margin-bottom:10px;border-radius:10px;position:relative;}
	.ewmlist .ewm img{width:100%;height:100%;}
	.ewmlist span{line-height:26px;font-size:17px;display:block;}
	.ewmlist em{line-height:24px;color:#9a895b;}
	.ewmlist a{line-height:24px;color:#000;text-decoration:underline;}
	.ewmlist .QqHao{font-family:"vani";color:#9a895b;}
	/**/
	.items{float:left;width:291px;height:121px;position:relative;margin-right:38px;background:no-repeat left top;overflow:hidden;}
	.items:nth-last-of-type(1){margin-right:0px;}
	.items .pic{width:195px;height:103px;overflow:hidden;margin:9px;position:absolute;right:0px;top:0px;z-index:500;}
	.items .pic img{width:100%;height:100%;}
	.items strong{line-height:32px;position:absolute;overflow:hidden;font-size:24px;font-weight:normal;color:#b8a24f;top:45px;left:18px;text-overflow:ellipsis;white-space:nowrap;z-index:500;}
	.items strong span{line-height:12px;font-size:12px;color:#d7d7d6;display:block;}
	.items ._border{border:4px solid #d6cbab;position:absolute;left:0px;top:0px;bottom:0px;right:0px;}
	.items ._border2{border:1px solid #d9d6dd;position:absolute;top:8px;bottom:8px;right:8px;left:8px;}
	.hover_item ._border2{border-color:#bf9f4a;}
	/*选项卡*/
	.Tab{float:left;margin-bottom:23px;}
	.Tab li{float:left;font-size:18px;margin-right:16px;}
	.Tab li a{color:#000;padding:8px 18px;text-decoration:none;display:block;}
	.Tab .change a{color:#fff;background:#b8a24f;}
	.Tab li a:hover{color:#fff;background:#b8a24f;}
	.content{line-height:1.79;font-size:14px;}
	.content p{position:relative;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:57px;border-bottom:1px dashed #dedede;}
	.content p:hover{background-color:#f9f9f9;}
	.content p .xh{width:19px;height:19px;line-height:19px;text-align:center;position:absolute;color:#fff;top:0px;left:0px;margin-top:13px;margin-left:23px;background-color:#ff1c64;border-radius:30px;}
	/*充值列表*/
	.Recharge_header{width:625px;line-height:33px;overflow:hidden;font-size:15px;margin:0px auto 20px auto;background-color:#dddbdc;}
	.Recharge_header span{float:left;color:#423f52;}
	.Recharge_header span:nth-child(1){width:128px;padding-left:20px;}
	.Recharge_header span:nth-child(2){width:130px;}
	.Recharge_header span:nth-child(3){width:118px;}
	.Recharge_header span:nth-child(4){width:162px;text-align:center;}
	.rechargeList li{width:574px;height:33px;line-height:33px;overflow:hidden;font-size:12px;color:#4d4d4d;padding:0px 0px 0px 0px;border-bottom:1px dotted #d7d7d7;transition:all 0.1s linear;}
	.rechargeList li:hover{color:#b8a24f;transform:translatex(5px);}
	.rechargeList li::after{clear:both;display:block;content:"";}
	.rechargeList li strong{font-weight:normal;color:#d01120;}
	.rechargeList li span{float:left;overflow:hidden;}
	.rechargeList li span:nth-child(1){width:125px;padding-left:13px;}
	.rechargeList li span:nth-child(2){width:126px;}
	.rechargeList li span:nth-child(3){width:123px;}
	.rechargeList li span:nth-child(4){width:166px;text-align:center;}
	.huishou_header{width:625px;height:39px;line-height:39px;overflow:hidden;font-size:15px;margin:0px auto 20px auto;background-color:#dddbdc;}
	.huishou_header span{float:left;color:#423f52;}
	.huishou_header span:nth-child(1){width:260px;padding-left:20px;}
	.huishou_header span:nth-child(2){width:170px;}
	.huishou_header span:nth-child(3){width:120px;}
	/*回收列表*/
	.huishoulist li{width:574px;height:33px;line-height:33px;overflow:hidden;font-size:12px;color:#4d4d4d;padding:0px 0px 0px 0px;border-bottom:1px dotted #d7d7d7;transition:all 0.1s linear;}
	.huishoulist li:hover{color:#b8a24f;transform:translatex(5px);}
	.huishoulist li .txt_red{color:#d01120;}
	.huishoulist li::after{clear:both;display:block;content:"";}
	.huishoulist li span{float:left;overflow:hidden;}
	.huishoulist li span:nth-child(1){width:260px;text-align:left;padding-left:13px;}
	.huishoulist li span:nth-child(2){width:170px;position:relative;}
	.huishoulist li span:nth-child(3){width:100px;padding-left:15px;}
	#Floatingbar{position:fixed;right:0px;top:50%;background-color:#786652;width:200px;margin-top:-250px;box-shadow:0 0 14px rgba(0,0,0,0.2);z-index:122500;}
	#Floatingbar .btn_top{position:absolute;top:100%;left:0px;width:100%;text-align:center;font-size:14px;text-transform:uppercase;line-height:2.07;color:#ffff5b;}
	#Floatingbar .btn_top:hover{background-color:#786652;text-decoration:none;}
	#Floatingbar .btn_{position:absolute;top:0px;right:100%;font-size:14px;line-height:1.64;width:23px;background-color:#382819;text-align:center;color:#ffff5b;padding-top:8px;padding-bottom:8px;cursor:pointer;}
	#Floatingbar ul li span{background-color:#f6de60;width:26px;height:26px;display:inline-block;border-radius:50px;line-height:26px;vertical-align:middle;color:#786652;font-size:12px;text-align:center;}
	#Floatingbar ul li:nth-child(even) a{background-color:#382819;}
	#Floatingbar ul li a{display:block;font-size:18px;line-height:3.28;background-color:#786652;color:#fff3d3;padding-left:44px;}
	#Floatingbar ul li a:hover{background-color:#b28052;text-decoration:none;}
	#Floatingbar ._erweima{text-align:center;padding-top:18px;padding-bottom:13px;}
	#Floatingbar ._erweima ._ewm{width:141px;height:141px;display:block;margin:0px auto 8px auto;background-color:#ffffff;}
	#Floatingbar ._erweima ._ewm img{width:100%;height:100%;display:block;}
	#Floatingbar ._erweima strong{background-color:#382819;color:#ece4c0;display:block;font-size:14px;line-height:1.21;padding-top:6px;padding-bottom:6px;width:141px;margin:0 auto;}

