body { background-color: #f0f; }

.my_ftop { background: #f0f; }

.wd_box .opt_btn span {
	position: absolute;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	cursor: pointer;
}
.wd_box .opt_btn span:hover{
	filter: brightness(1.2);
}
/*wd_cont*/
.wd_box .wd_cont {
	width: 890px;
	height: 540px;
}

/*mod_specialbtn*/
.mod_specialbtn {
	height: 43px;
	padding-left: 295px;
	margin-right: -60px;
	overflow: hidden;
}

/*btnlist*/
.btnlist li {
	float: left;
	margin-right: 20px;
	width: 93px;
	height: 43px;
	overflow: hidden;
}

.btnlist li a {
	display: block;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

.btnlist .a2 {
	margin-right: 190px;
}

.frm_asidebar {
	padding-top: 182px;
	width: 290px;
	float: left;
}
.frm_main {
	float: right;
	width: 594px;
}

/* 选服用户信息 */
.out_face_hd {
	padding: 3px 0 0 20px;
	height: 28px;
}

/*图片轮播*/
.slide {
	width: 290px;
	height: 120px;
	overflow: hidden;
	position: relative;
	*zoom: 1;
	margin: 0;
}
.slide_main {
	width: 288px;
	height: 118px;
	border: solid 1px #727272;
}
.slide_ul {
	position: absolute;
	width: 288px;
	height: 118px;
	overflow: hidden;
}
.slide_ul li {
	width: 288px;
	height: 118px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.slide_ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.slide_ul li img {
	width: 288px;
	height: 118px;
	overflow: hidden;
}
.slide_num {
	position: absolute;
	right: 5px;
	bottom: 6px;
	z-index: 53;
}

.slide_num li {
	width: 14px;
	height: 11px;
	float: left;
	margin-right: 5px;
	overflow: hidden;
	cursor: pointer;
	line-height: 0;
	font-size: 0;
}

/*mod_xwgg*/
.mod_xwgg {
	padding: 7px 12px 8px 11px;
	width: 267px;
	height: 118px;
	margin-top: 12px;
	overflow: hidden;
}

/*textlist_item*/
.textlist_item {
	width: 100%;
	height: 118px;
	overflow: hidden; /* padding:5px 0; */
}
.textlist_time li {
	padding-left: 10px;
	line-height: 23px;
	height: 23px;
	float: left;
	width: 257px;
	overflow: hidden;
}

.textlist_time li a {
	float: left;
	width: 225px;
	word-wrap: break-word;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	height: 25px;
}

/*m_all_ser*/
.m_server {
	width: 580px;
	margin: 0 auto;
}
.m_server .m_server_bd {
	width: 580px;
}

.server_all #pane2{
	height: 105px;
}

/* 调整实名认证弹出框部分样式 */
.certify_dialog {
	top: 100px !important;
	margin-left: -310px!important;
	margin-top: 0!important;
	box-shadow: none;
	left: 670px!important;
}
.ser_out_face{
	z-index: 11;
}
.mod_refresh{
	width: 330px;
	height: 150px;
	background-color: #fff;
	border-radius: 10px;
	padding: 30px 0 0;
	position: absolute;
	left: 500px;
	top: 150px;
	z-index: 1;
	display: none!important
}
.mod_refresh .tit{
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 40px;
}
.mod_refresh .btn_refresh{
    display: block;
	width: 130px;
	height: 54px;
	overflow: hidden;
	margin: 15px auto 0;
	background: #00a9e8;
	color: #fff;
	font-size: 18px;
	padding-left: 50px;
	letter-spacing: 10px;
	line-height: 54px;
	border-radius: 10px;
	position: relative;
	*zoom:1;
}

.mod_refresh .btn_refresh .icon_refresh{
	background:  url(../images/btn_refresh.png?ee5eb27) 0 0 no-repeat;
	position: absolute;
	width: 26px;
	height: 22px;
	overflow: hidden;
	top: 16px;
	right: 50px;
}
/* 第三方登录弹出框 */
.ui-dialog { z-index: 201199 !important; }
.wg_dialog { position: relative; *zoom: 1; background: #fff; }
.wg_dialog_hd { width: 800px; height: 50px; background: #51b7ec; }
.wg_dialog_bd { width: 800px; height: 500px; background: #fff; }
.wg_dialog_close { background: url(../images/ico_close.png?ee5eb27); width: 32px; height: 32px; position: absolute; top: 5px; right: 5px; cursor: pointer; }


/* slide  */
.slide .slide_ul li{
	 opacity: 0;
}
.slide .slide_ul li.cur{
	opacity: 1;
}