﻿@charset "utf-8";
/* CSS Document */
html,body,body div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,menu,nav,section,time,mark,audio,video,details,summary {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	
}
.wp-smiley{height: 100% !important;max-height: 100% !important;}
img,object,embed {
	max-width:100%;
}

ol, ul {
	list-style: none;
}

body {
	font-size: 12px;
	background: url(../images/bg.png) repeat-x #EFFCEE;
	cursor: url(../images/normal.cur), auto;
	color: #666;
}
.header {
	width: 100%;
	min-width: 1000px;
	height: 266px;
	margin: 0 auto;
	background: url(../images/header_bg.jpg) center top no-repeat;
	position: relative;
}
/*圣诞节装饰*/
.christmas_snow_nav {
	width: 965px;
	height: 49px;
	position: absolute;
	background: url(../images/nav_snow.png) no-repeat center;
	bottom: -20px;
	left: 50%;
	margin-left: -482px;
	z-index: 99;
}
.z-index999 {
	
}
.header .warp {
	height: 100%;
	background: url(../images/logo_mask.png) center;
	position: relative;
	z-index: 99999;
}
.menu {
	width: 100%;
	min-width: 1000px;
	height: 64px;
	margin: 0 auto;
	background: url(../images/menu_bg.jpg) center top no-repeat;
	position: relative;
}
.notice {
	width: 100%;
	min-width: 1000px;
	height: 72px;
	margin: 0 auto;
	background: url(../images/notice_bg.jpg) center top no-repeat;
	position: relative;
}
.warp {
	width: 960px;
	margin: 0 auto;
}
.nav {
	width: 960px;
	height: 60px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.nav li {
	width: 120px;
	height: 100%;
	float: left;
	margin-top: -4px;
	background-position: left top;
	list-style: none;
	transition: all .2s ease;
	position: relative;
}
.icon {
	width: 30px;
	height: 24px;
	position: absolute;
	top: -5px;
	right: 10px;
	z-index: 9999;
	-webkit-animation-name:jump;				/*要绑定的keyframes的名称,语义化命名最好*/
	-webkit-animation-duration: .5s;				/*完成这个动画需要花费的时间*/
	-webkit-animation-timing-function:linear;		/*速度曲线,有快有慢*/
	-webkit-animation-delay:0;				/*延迟动画开始*/
	-webkit-animation-iteration-count: infinite;			/*动画播放次数,infinite为无限制*/
	-webkit-animation-direction: normal;			/*是否需要反向播放*/
	-webkit-animation-fill-mode: backwards;			/*动画播放完之后的状态,backwards回调到动画最开始画面,forwords 则相反*/
	-webkit-animation-play-state: running;			/*规定动画暂停还是运动*/
}
.icon-new {
	background: url(../images/icon_new.png);
}
.icon-hot {
	background: url(../images/icon_hot.png);
}
@-webkit-keyframes jump{
	0%{
		top: -5px;
	}
	50%{
		top: -8px;
	}
	100%{
		top: -5px;
	}
}
.nav li:last-child {
	width: 110px;
}
.nav li:hover {
	background-position: left bottom;
	transition: all .2s ease;
}
.nav a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-indent: -9999px;
}
.content {
	margin-top: 5px;
}
.notice_text {
	height: 36px;
	padding: 18px 100px 18px 60px;
	line-height: 36px;
	color: #604105;
}
.sidebar, .side_white_box, .side_blue_box {
	width: 200px;
	float: left;
}
.side_top {
	width: 200px;
	height: 16px;
	
	float:left;
}
.side_content {
	min-height: 30px;
	width: 170px;
	padding: 0 15px;
	float:left;
}
.side_white_box .side_content {
	background: url(../images/event_bg.png);
}
.side_white_box .side_bottom {
	background: url(../images/white_fot.png);
}
.gashapon_top {
	background: url(../images/gashapon_bg_topbtn.png);
	height: 42px;
}
.side_blue_box .side_content {
	background: url(../images/blue_bg.png);
}
.side_blue_box .side_bottom {
	background: url(../images/blue_fot.png);
}
.event_top {
	background: url(../images/event_bg_topbtn.png);
	height: 42px;
}
.side_bottom {
	width: 200px;
	height: 16px;
	float:left;
	background: url(../images/white_fot.png);
}
.side_container {
	width: 200px;
	height: auto;
	margin-bottom: 10px;
}
.side_container_top {
	width: auto;
	padding: 0 40px;
	line-height: 35px;
	font: bold 14px/35px "Microsoft Yahei";
	color: #fff;
	height: 65px;
}
.side_container_center {
	width: auto;
	height: auto;
	line-height: 24px;
	padding: 0 25px;
}
#gashapon_notice {
	overflow: hidden;
	height: 130px;
}
#gashapon_list {
	padding: 0px;
}
#gashapon_list li {
	white-space:normal;
	text-overflow:inherit;
	overflow:inherit;
	padding: 10px;
	background: none;
	border-bottom: 1px #ccc dashed;
}
#gashapon_list span {
	font-weight: bold;
}
#gashapon_list span.charname {
	color: #3DB4AF;
}
#gashapon_list span.itemname {
	color: #ffae00;
}
.side_content ul {
	padding: 5px;
}
.side_content ul li {
	padding-left:20px;
	background:url(../images/list_orange_dot.png) no-repeat 5px 50%;
	line-height: 24px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}
.side_container_center ul li {
	padding-left:25px;
	background:url(../images/list_orange_dot.png) no-repeat 5px 50%;
	border-bottom: 1px dashed #ececec;
}
.side_container_bottom {
	width: 100%;
	height: 24px;
}
.login {
	width: 100%;
	float: left;
}
.login_left {
	float: left;
}
.login_left p {
	padding: 0 !important;
}
.login_submit {
	float: right;
}
.login_register {
	float: left;
	width: 100%;
	text-align: center;
	border-radius: 5px;
	margin: 10px 0 5px 0;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	background: #FF5700;
}
.login_register a:link,.login_register a:visited,.login_register a:hover,.login_register a:active {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
}
.login_line {
	width: 100%;
	margin-top: 10px;
	border-bottom: 1px dashed #ccc;
	float: left;
}
.login_normal {
	width: 100%;
	float: left;
}
.login input[type=text],.login input[type=password] {
	width: 110px;
	padding: 0 5px;
	height: 35px;
	margin:0;
	outline: none;
}
.login_username {
	border-radius: 5px 5px 0 0;
	border: 1px solid #ccc;
	height: 36px;
	border-bottom: none;
}
.login_password {
	border-radius: 0 0 5px 5px;
	border: 1px solid #ccc;
}
.login_btn {
	overflow: hidden;
	text-indent: -9999em;
	border: none;
	width: 150px !important;
	height: 40px !important;
	outline: none;
	cursor: pointer;
	background: url(../images/login_btn.png);
}
.login_btn:hover {
	background-position: bottom;
}
.bluetop {
	background: url(../images/side_blue_head.png);
}
.bluecontent {
	background: url(../images/side_blue_center.png);
}
.bluebottom {
	background: url(../images/side_blue_bottom.png);
}
.greentop {
	background: url(../images/side_green_head.png);
}
.greencontent {
	background: url(../images/side_green_center.png);
}
.greenbottom {
	background: url(../images/side_green_bottom.png);
}
.main {
	width: 540px;
	margin: 0 10px;
	float: left;
}
.news {
	width: 540px;
	height: 270px;
	border-radius: 15px;
	position: none;
	position: relative;
	margin-top: 25px;
	background: url(../images/news_bg.jpg);
}
.newslist {
	width: 380px;
	float: left;
	height: 240px;
	border-radius: 15px;
	margin: 15px;
	background: #fff;
	position: relative;
	display: none;
	z-index: 999;
}
.newslist_content {
	width: 380px;
	float: left;
}
.newslist li {
	width: auto;
	padding: 0 80px 0 10px;
	line-height: 27px;
	margin: 0 15px;
	border-bottom: 1px dashed #ececec;
	list-style: none;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	color: #666;
	position: relative;
}
.quick_helper {
	width: 115px;
	height: 240px;
	position: absolute;
	background: url(../images/quick_helper_icon.png);
	right: 15px;
	top: 15px;
}
.helper_btn {
	width: 100%;
	height: 70px;
	display: block;
	overflow: hidden;
	text-indent: -9999em;
	position: absolute;
}
a.btn_helper {
	top: 70px;
	height: 90px;
}
a.btn_payreward {
	bottom: 0px;
}
.newslist li:first-child {
	font-size: 16px;
	line-height: 40px;
	padding: 0 10px;
	overflow:inherit;
	border-radius: 10px;
	text-align:center;
	font-family: "Microsoft Yahei";
	border: none;
	background: #13caeb;
	margin: 10px 20px 10px 20px;
	color: #fff !important;
}
.newslist li:first-child a {
	display: block;
	color: #fff;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}
.newslist li:first-child:after {
	content: "头条";
	display: block;
	font-size: 12px;
	line-height: 20px;
	padding:0 10px;
	right: -10px;
	top: 25px;
	background: #ffae00;
	color: #fff;
	position: absolute;
}
.newslist li:first-child span {
	display: none;
}

.news_category, .news_category > a:link {
	color: #ffae00;
}
.news_category > a:visited {
	color: #ffae00;
}
.news_category > a:hover {
	color: #ffae00;
}
.news_time {
	color: #ccc;
	float: right;
	position: absolute;
	right: 10px;
}
.news_tab {
	position: absolute;
	left: 25px;
	height: 40px;
	top: -25px;
	
}
.news_tab li {
	width: auto;
	padding: 0 15px;
	text-align: center;
	background: #13caeb;
	color: #fff;
	font: normal 14px/30px "Microsoft Yahei";
	bottom: -10px;
	float: left;
	list-style: none;
	border-radius: 15px 15px 0 0 ;
	box-shadow: -2px -2px 5px rgba(0,0,0,0.3);
	position: relative;
	transition: all ease .2s;
}
.news_tab li:nth-child(3) {
	background: #97dd03;
}
.news_tab li:nth-child(4) {
	background: #ff69ac;
}
.news_tab li:hover, .current_tab {
	font: normal 14px/40px "Microsoft Yahei"  !important;;
	bottom: 0px !important;
	background: #ffae00 !important;
	transition: all ease .2s;
}
.common_list {
	width: auto;
	line-height: 25px;
}
.common_list li {
	width: auto;
	position: relative;
	border-bottom: 1px solid #ececec;
	padding-left:25px;
	padding-right: 10px;
	background:url(../images/list_blue_dot.png) no-repeat 5px 50%;
}
.page .common_list li:nth-child(2n) {
	background-color: #EBF9FF;
}
.page .common_list {
	margin-bottom: 20px;
}
.page .common_list li {
	background:url(../images/list_orange_dot.png) no-repeat 10px 50%;
	border:none;
	line-height: 30px;
}
.main_container_content .common_list {
	padding: 20px;
}
.footer {
	width: 100%;
	height: 132px;
	background: url(../images/bg_w.jpg);
	/*background: url(../images/footer.png) center;*/
}
.footer_logo {
	height: 112px;
	width: 260px;
	padding-top: 20px;
	float: left;
	background: url(../images/slice_w.jpg) right center no-repeat;
}
.footer_content {
	float: left;
	text-align: left;
	margin: 0 0 0 0;
	padding: 28px 0 0 23px;
	display: inline;
	width: 460px;
	height: 104px;
	color: #888;
}
.footer_content p.link {
	height: 24px;
	color: #c81b21;
}
.footer_content p.link a {
	color: #c81b21;
}
.footer_content p {
	margin: 0;
	text-align: left;
	line-height: 18px;
	font-family: 宋体;
	height: 19px;
	overflow: hidden;
}
.tongji {
	display: none;
}
.clearfix {
	clear:both;
	visibility: hidden;
}
.bbs_btn {
	width: 200px;
	height: 60px;
	display: block;
	background: url(../images/bbs_btn.png);
	border-radius: 15px;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	overflow:hidden;
	text-indent: -9999em;
}
.bbs_btn:hover {
	background-position: 0px -60px;
}
.download {
	height: 180px;
	background: url(../images/download.png);
	position: relative;
	margin-top: 25px;
}
.down_icon {
	width: 212px;
	height: 49px;
	background: url(../images/down_icon.png);
	position: absolute;
	z-index: 9999;
	right: -5px;
	top: -40px;
}
.download ul {
	width: auto;
	height: auto;
	overflow: hidden;
	border-radius: 15px;
}
.download ul li {
	height: 60px;
	list-style: none;
	position: relative;
	transition: all .1s ease;
	cursor: pointer;
}
.download ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
.download ul li:after {
	content: "CLICK";
	background: #884411;
	display: block;
	line-height: 20px;
	width: auto;
	position: absolute;
	font-family:  "Microsoft Yahei";
	padding: 0 10px;
	color: #fff;
	right: 15px;
	box-shadow: 0px -2px 0px rgba(0,0,0,0.75);
	top: 20px;
	border-radius: 10px;
	transition: all .1s ease;
}
.download ul li span {
	color: #fff;
	text-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	padding: 15px;
	position: absolute;
	transition: all .1s ease;
}
.download ul li i {
	display: block;
	width: 200px;
	left: 15px;
	top: 35px;
	color: #dd7700;
	text-align: left;
	transform: scale(0.75,0.75);
	text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
	transform-origin: left;
	font: normal 9px arial;
	position: absolute;
}
.download ul li:hover span {
	text-shadow: 0px 0px 5px #f6ff00;
	transition: all .1s ease;
}
.download ul li:hover {
	transition: all .1s ease;
	box-shadow: 0px 0px 10px rgba(0,0,0,1);
}
.download ul li:hover:after{
	background: #2193a3;
	transition: all .1s ease;
}
.main_container {
	width: 540px;
	height: auto;
	margin-top: 10px;
}
.main_container_title {
	width: auto;
	padding: 0 10px;
	height: 36px;
	background: url(../images/title_bg.png);
}
.main_container_menu {
	height: 24px;
	margin: 6px 10px;
	float: left;
}
.main_container_menu li {
	width: 80px;
	margin-right: 10px;
	text-align: center;
	float: left;
	border-radius: 10px;
	border: 1px solid #209bce;
	color: #209bce;
	font-weight: bold;
	background: #89eaff;
	line-height: 22px;
	box-shadow: 0px 1px 0px #fff inset;
}
.main_container_content .common_list {
	min-height: 130px;
}
.display_none {
	display: none;
}
.main_container_menu li:last-child{
	width: auto;
	padding: 0 10px;
	float: right;
}
.main_container_menu li:last-child:hover{
	width: auto;
	padding: 0 10px;
	color: #fff;
	float: right;
}
.main_container_menu .menu_current_tab {
	background: #fff;
	color: #1f323c !important;
	box-shadow: 0px 3px 5px #c2eaf3 inset;
}
.main_container_menu a {
	color: #209bce !important;
	display: block;
	width: 100%;
	height: 100%;
}
.menu_current_tab a {
color: #1f323c !important;
}
.main_container_content {
	height: auto;
	width: auto;
	margin-top: 2px;
	background: #fff;
	border: 1px solid #209bce;
	border-radius: 15px;
	box-shadow:  0px 1px 0px #fff inset, 0px 10px 8px #c2eaf3 inset;
}
/* photo */
.photo {
	width: 500px;
	height: 150px;
	position: relative;
	padding: 30px 20px 20px 20px;
	background: url(../images/photo_bg.png);
	overflow: hidden;
}
.photo_btn {
	width: 85px;
	height: 20px;
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	text-indent: -9999em;
	overflow: hidden;
}
a.btn_more {
	right: 22px;
	top: 3px;
}
a.btn_upload {
	top: 3px;
	right: 112px;
}
#photo {
	width: 500px;
	position: absolute;
	height: 150px;
	overflow: hidden;
}
.photo ul {
	list-style: none;
	float: left;
	width: 5000px;
	
}
.photo ul li {
	width: 140px;
	height: 140px;
	padding: 4px;
	border: 1px solid #e7e7e7; 
	background: #fff;
	float: left;
	margin-right: 10px;
}
/* slider style */
.center_slide, .side_slider {
	width: 100%;
	background: #000;
	height: 150px;
	border-radius: 15px;
	background: url(slider/center_1.png);
	box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
}
.slider, .side_slider {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	background: #000;
	border-radius: 15px;
}
.slider li, .side_slider li {
	width: 100%;
	overflow: hidden;
	border-radius: 15px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
}

.slider_btn {
	width: 100%;
	height: 30px;
	position: absolute;
	bottom: 0;
	text-align: center;
}
.slider_btn a {
	border-radius: 50%;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	display: inline-block;
	margin: 5px 2px;
	background: #6ae5ff;
	opacity: 0.5;
	border: 2px solid #fff;
}
.slider_btn a.current {
	background: #6ae5ff;
	opacity: 1;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
/* input */
.side_container_center p {
	padding: 5px 0;
	position: relative;
}
/*input[type=text], input[type=password] {
	width: 183px;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	border: 1px solid #ccc;
	outline: none;
	color: #666;
}
input[type=text]:hover, input[type=password]:hover,input[type=text]:focus, input[type=password]:focus  {
	box-shadow: 0px 0px 5px rgba(0,227,255,1.00);
	color: #00B3FF !important;
}
input[type=button], input[type=submit] {
	border: none;
	width: 205px;
	height: 40px;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	font: normal 16px "Microsoft Yahei";
}*/
.validate {
	width: 130px;
	height: 50px;
	top: -5px;
	display:none;
	right: -130px;
	position: absolute;
	z-index: 99999;
}
.validaterefresh {
	line-height: 37px;
	right: 10px;
	position: absolute;
	color: #666;
	display: none;
	cursor: pointer;
}
.validaterefresh:hover {
	color: red;
}
#tips {
	width: 400px;
	height: 50px;
	padding: 10px;
	font: normal 16px/50px "Microsoft Yahei";
	background: #000;
	border-radius: 5px;
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -210px;
	color: #fff;
	z-index: 999999;
	display: none;
}
#tips .close {
	color: #fff;
	position: absolute;
	right:10px;
	line-height: normal;
	top: 5px;
	cursor: pointer;
}
#tips .close:hover {
	color: red;
}
.blue_bg {
	background: #13caeb;
}
.blue_border {
	border: 1px solid #13caeb !important;
}
.orange_bg {
	background: #f4b60e;
}
.face_person {
	border-radius: 15px;
}
/* Page */
.page {
	width: 700px;
	padding: 15px;
	border: 10px solid #13caeb;
	border-radius: 15px;
	margin-left: 10px;
	float: left;
	background: #fff;
	min-height: 800px;
}
.page_content {
	padding-top: 10px;
}
.page_content h1 {
	font-size: 24px;
	text-align: center;
	margin: 10px auto;
	font-family: "Microsoft Yahei";
	font-weight: normal;
}
.page_info {
	text-align: center;
	color: #ccc;
	line-height: 27px;
}
.page_share{
	float: right;
	width: 100%;
	margin-bottom: 10px;
	text-align: right;
}
.page_share .bdsharebuttonbox{
	float: right;
}
.page_text {
	margin: 10px auto;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	line-height: 27px;
	word-break: break-all;
}
.page_text p img {
	max-width: 100%;
	height: auto;
}
.pagenavi *{
	padding: 5px 10px;
	border: 1px dashed #ececec;
}
.pagenavi .current {
	background: #13caeb;
	border: 1px solid #13caeb;
	color: #fff;
}
.crumbs {
	border-bottom: 1px dashed #13caeb;
	padding-bottom: 10px;
	position: relative;
}
.crumbs_npc {
	width: 127px;
	height: 122px;
	background: url(../images/9209003.png);
	position: absolute;
	right: -30px;
	top: -80px;
}
.copyright {
	width: 100%;
	margin: 20px auto;
	padding: 150px 0px 0px 0px;
	text-align: center;
	line-height: 27px;
	background: url(../images/footer.png) center top no-repeat;
}
/* a */
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: none;
}
a:active {
	color: #666;
	text-decoration: none;
}

/**/
.effect_win {
width: 280px; 
height: 198px; 
position: absolute;
left: 50%;
opacity: 0.5;
margin-left: -140px;
bottom: -5px;
z-index: 2;
}

.butterfly {
	width: 960px;
	height: 266px;
	margin: 0px 0 0 -480px;
	left: 50%;
	position: absolute;
	z-index: 999999;
}

.overflow_hidden {
	overflow: hidden;
}

.overflow_hidden img {
	margin: 0;
	padding: 0;
	float: left;
}

#npc_9270047 {
	width: 119px;
	height: 88px;
	position: absolute;
	bottom: 3px;
	margin-left: -250px;
	left: 50%;
}

#npc_9250052 {
	width: 156px;
	height: 156px;
	position: absolute;
	bottom: 0px;
	margin-left: 180px;
	left: 50%;
}

#npc_2013001 {
	width: 70px;
	height: 47px;
	position: absolute;
	bottom: 80px;
	margin-left: -380px;
	left: 50%;
}


.browser_tip {
	width: 100%;
	text-align:left;
	line-height: 39px;
	color: #666;
	position: fixed;
	height: 39px;
	background: #fbffe5;
	border-bottom: 1px solid #ccc;
	top: 0;
}
.browser_tip .warp {
	padding-left: 30px;
	width: 930px;
	background: url(../images/down_load_icon.jpg) no-repeat left center;
}

.widget_latest_comment ul li{ white-space:normal !important; width: auto !important;margin:10px;list-style:none; padding: 0 0 10px; overflow: visible !important; line-height: 16px !important; font-size: 12px !important;}
.widget_latest_comment ul li a.comment_r{line-height: 16px !important; padding: 0 0 6px 0px;}
.widget_latest_comment ul li a{display:block;overflow:hidden;}
.widget_latest_comment ul li{overflow: hidden;border-bottom: dashed 1px #ddd;}
.widget_latest_comment ul li a:hover{color:#282828}
.widget_latest_comment img {
	border-radius: 50%;
	float: left;
	margin: 0 8px 0 0;
}
/* Comments */
#comments-title  i {
	margin-right:3px;
}
#comments-title {
	height:70px;
	background-repeat:repeat-x;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	letter-spacing:-1px;
	font-size:26px;
	font-weight:normal;
	padding:20px 0 20px 30px;
	margin:0 0 0 0;
}
#comments p {
	font-size:15px;
	font-size:14px;
	line-height:1.5em;
	margin:.5em 0;
	word-wrap:break-word;
}
.comt {
	padding:20px;
}
#archive #comments {
	padding:0 0 20px 0;
}
#comments .commentlist li {
	width:100%;
	clear:both;
	margin:0;
	padding:0;
	list-style:none;
	list-style:none;
}
#reply-title {
	border-bottom:1px solid rgba(0,0,0,0.13);
	font-size:15px;
	font-weight:normal;
	margin:20px 0 10px 0;
}
#comments .navigation {
	margin-top:10px;
}
#comments .navigation  a {
	olor:#696a52;
	background:#C9CAB8;
	border-radius:3px;
	padding:3px 7px;
}
.comment_list {
	padding:0 10px;
}
.comment-body {
	padding:10px 0 10px 10px;
	position:relative;
	font-size:13.5px;
	min-height:34px;
}
.comment-author {
	position:absolute;
	top:26px;
	left:-8px;
	width:44px;
	height:44px;
	box-shadow:-1px 0 1px rgba(0,0,0,.15) inset;
	border-radius:46px;
	background:rgb(216,216,216);
}
.comment-author img {
	width:32px !important;
	height: 32px !important;
	border-radius:32px;
	box-shadow:0 1px 3px rgba(0,0,0,0.22);
	-webkit-transition:.4s all ease-in-out;
	-moz-transition:.4s all ease-in-out;
	-o-transition:.4s all ease-in-out;
	-ms-transition:.4s all ease-in-out;
	transition:.4s all ease-in-out;
	position: absolute;
	left: 6px;
	top: 5px;
}
.comment-body:hover .comment-author img {
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}
.name {
	padding-top:1px;
}
.name a {
	font-weight:bold;
	color:#696A52 !important;
}
.name a:hover {
	color:#D32 !important;
}
.comment-head .date {
	font-size:13px;
	position: absolute;
	bottom: 20px;
	left: 25px;
	color: #ccc;
	line-height:1.5em;
	text-shadow: 1px 1px 0px #fff;
}
.comment-head {
	min-height:100px;
	background:#FDFDFD;
	padding:15px 15px 12px 38px;
	border-radius:5px;
	box-shadow:0 1px 2px rgba(0,0,0,.15),0 1px 0 rgba(255,255,255,.75) inset;
}
.comment-entry .wp-smiley {
	margin-top:-2px;
}
.comment-reply-link {
	font-size:13px;
	float:right;
	margin:0px 0px 16px 16px;
	color:#696a52;
	background:#E2E2DB;
	border-radius:3px;
	padding:3px 7px;
}
#comments .children {
	margin-left:28px;
}
.children .depth-8,.children li.depth-8 .children {
	margin-left:0;
}
.children .comment-body {
	min-height:30px;
}
.num {
	float:right;
	color:#BEBEBE;
}
.children #respond {
	margin-left:26px;
}
#respond textarea {
	width:95%;
	padding:5px;
}
#commentform input {
	width:200px;
	padding:5px;
	display:block;
}
#comments input,#comments textarea,#comments button {
	border-radius:3px;
}
.author_hide {
	display: none
}

#edit_author {
	cursor: pointer
}
#author_textarea {
	position: relative;
	padding: 5px;
	border: 1px solid #ddd
}
#author_info input {
	font: 12px;
	width: 140px;
	height: 30px;
	padding: 3px 10px 3px 50px;
	margin-right: 10px;
	border: 1px solid #ddd;
	outline: none;
}
#author_info label {
	position: relative;
}
#cancel-comment-reply {
	position: absolute;
	right: 0
}

#cancel-comment-reply a {
	text-decoration: none;
	font-size: 12px;
	padding: 5px 5px 5px 20px;
	background: #ddd;
}
#author_info label small {
	color: #777;
	font-size: 14px;
	position: absolute;
	display: block;
	width: 60px;
	top: -30px;
	left: 10px;
}

#submit {
	height:32px;
	width:100px;
	text-align:center;
	text-shadow:0 1px 0 #fff;
	color:#555;
	font-size:14px;
	font-weight:bold;
	border:1px solid #ccc;
	border-bottom-color:#aaa;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	background-color:#e6e6e6;
	background-repeat:no-repeat;
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fcfcfc),color-stop(25%,#fcfcfc),to(#e6e6e6));
	background-image:-webkit-linear-gradient(#fcfcfc,#fcfcfc 25%,#e6e6e6);
	background-image:-moz-linear-gradient(top,#fcfcfc,#fcfcfc 25%,#e6e6e6);
	background-image:-ms-linear-gradient(#fcfcfc,#fcfcfc 25%,#e6e6e6);
	background-image:linear-gradient(#fcfcfc,#fcfcfc 25%,#e6e6e6);
	transition:all .15s linear;
	-webkit-transition:all .15s linear;
	-moz-transition:all .15s linear;
	box-shadow:inset 0 0 1px #fff;
}
#submit:hover {
	background-position:0 -15px;
	color:#333;
}
#submit:active {
	-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
}
.form-allowed-tags {
	display:none;
}
.form-submit {
	margin-top:20px !important;
}
.reply {
	padding-bottom:10px;
	font-size:12px;
}
.commentlist li.depth-1 {
	margin-bottom:18px;
	line-height:18px;
}
.comment_list li p {
	clear:both;
	margin-bottom:5px;
}
#commentform input#comment_mail_notify {
	display:inline;
	width:15px;
}
#comment-edit-link {
	display:none;
}
.comments {
	margin-top: 20px;
}
.comments h1 {
	text-align: left;
	border-left: 3px solid #0A8897;
	height: 32px;
	font-size: 18px;
	line-height: 32px;
	background: #FDFDFD;
	margin: 0;
	padding:0 10px;
}
.comments h1:after {
	content: "COMMENTS";
	font-size: 12px;
	color: #666;
	margin-left: 10px;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
}
/* 分类 */
.categorylist {
	margin: 10px 0;
	padding: 0;
	width: auto;
	float: left;
	position: relative;
}
.categorylist>li {
	width: 100px;
	text-align: center;
	padding: 0;
	margin: 0 10px 0 0;
	float: left;
	border-radius: 5px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	background: #13CAEB;
	transition: ease .2s all;
}
.categorylist>li:hover {
	background: #0E95AD;
	transition: ease .2s all;
}
.categorylist>li:hover .children {
	display: block;
}
.categorylist>li.current-cat {
	background: #FFBD16;
}
.categorylist>li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}
.categorylist>li a:link,.categorylist>li a:visited, .categorylist>li a:hover, .categorylist>li a:active {
	color: #fff;
}
.categorylist .children {
	width: 100px;
	font-size: 14px;
	position: absolute;
	background: #13CAEB;
	display: none;
	z-index: 999;
}
.categorylist .children li {
	float: left;
	width: 100%;
	height: 24px;
	line-height: 24px;
}
.categorylist .children li:hover {
	background: #0E95AD;
}
.t_2 {
  border: 1px solid #7DB5DE;
}
.listBox {
	font-size: 12px;
	font-family: Simsun;
  border: 1px solid #B8DCF5;
  width: 494px;
  margin: 0 auto;
  text-align: center;
  background: #fff url(../images/j.png) 0 0 repeat-x;
  padding: 15px 0;
}
.t_2 th {
  text-align: center;
  font-weight: bold;
  color: #003399;
  background: url(../images/i.png) 0 0 repeat-x;
}
.aligncenter {
	text-align: center;
	margin: 0 auto;
}
.join_group, .qrcode {
	width: 100px;
	height: 140px;
	
}
.join_group {
	position: fixed;
	cursor: pointer;
}
.qrcode {
	background: url(../images/join_group.png);
}
.qq_bg {
	width: 100px;
	height: 66px;
	position: absolute;
	top: -40px;
	z-index: -1;
	background: url(../images/qq.png);
}
.float_left {
	top: 340px;
	left: 50%;
	margin-left: -600px;
}
.float_right {
	top: 340px;
	left: 50%;
	margin-left: 500px;
}
.page_text p {
	margin-bottom: 18px;
}
.mtw{margin-top:20px !important; }.mbw{margin-bottom:20px !important;}.ptn{padding-top:5px !important;}.pbn{padding-bottom:5px !important;}.ptm{padding-top:10px !important;}.pbm{padding-bottom:10px !important;}.ptw{padding-top:20px !important;}.pbw{padding-bottom:20px !important;}.avt img{padding:2px;width:48px;height:48px;background:#FFF;border:1px solid;border-color:#F2F2F2 #CDCDCD #CDCDCD #F2F2F2;}.avtm img{width:120px;height:auto;}.avts img{width:24px;height:24px;vertical-align:middle;}.emp{padding:20px 10px;}.emp a{color:#369;text-decoration:underline !important;}.vm{vertical-align:middle;}.vm *{vertical-align:middle;}.hm{text-align:center;}.alt,.alt th,.alt td{background-color:#F2F2F2;}
.mbw{margin-bottom:20px !important;}.ptn{padding-top:5px !important;}.pbn{padding-bottom:5px !important;}.ptm{padding-top:10px !important;}.pbm{padding-bottom:10px !important;}.ptw{padding-top:20px !important;}.pbw{padding-bottom:20px !important;}
.xl em{float:right;padding-left:5px;}.xl em,.xl em a{color:#999;}.xl label,.xl label a{color:#C00;}.xl1 li{height:1.5em;overflow:hidden;}.xl1_elp{float:left;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.xl2 li{float:left;margin:2px 0;padding:0;width:50%;height:1.5em;overflow:hidden;}.xl ol,ol.xl{background:url(../../template/zds_heihui_2/image/common/sortnum.png) no-repeat 0 3px;line-height:21px;}.xl ol li,ol.xl li{background:none;padding-left:20px;}.xl ol li,ol.xl li{height:21px;}.xld dt{padding:8px 0 5px;font-weight:700;}.xld dd{margin-bottom:8px;}.xld .m{float:left;margin:8px 8px 10px 0;}.xld .atc{float:right;margin-left:20px;}.ie8 .xld .atc{max-width:86px;}.xld .atc img{padding:2px;max-width:80px;max-height:80px;border:1px solid #CCC;background:#FFF;}.ie6 .xld .atc img{width:expression(this.width > 80 && this.width>=this.height ? 80:true);height:expression(this.height > 80 && this.width<=this.height ? 80:true);}.xld a.d,.xl a.d,.attc a.d,.c a.d,.sinf a.d{float:right;width:20px;height:20px;overflow:hidden;line-height:100px;background:url(../../template/zds_heihui_2/image/common/op.png) no-repeat 0 -2px;}.attc a.d{float:left;}.xld a.d:hover,.xl a.d:hover,.attc a.d:hover,.c a.d:hover,.sinf a.d:hover{background-position:0 -22px;}.xld a.b{background-position:0 -40px;}.xld a.b:hover{background-position:0 -60px;}.xlda dl{padding-left:65px;}.xlda .m{display:inline;margin:8px 0 8px -65px;}.xlda .avt img{display:block;}.xlda dd img{max-width:550px;}* html .xlda dd img{width:expression(this.width > 550 ? 550:true);}.xlda dd a{color:#369;}.xlda dd .hot{color:#F26C4F;}.ml{}.ml li{float:left;padding:0 5px 5px;text-align:center;overflow:hidden;}.ml img{display:block;margin:0 auto;}.ml p,.ml span{display:block;width:100%;height:20px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}.ml span,.ml span a{color:#999;}.mls li{padding:0 0 5px;width:66px;}.mls .avt{display:block;margin:0 auto;width:54px;}.mls img{width:48px;height:48px;}.mls p{margin-top:5px;}.mlm li{padding:0 0 5px;width:150px;}.mlm img{width:120px;height:120px;}.mla li{width:140px;height:224px;}.mla1 li{height:150px;}

