@charset "utf-8";
@import url("webfont/webfont.css");
#header {
	float: left;
	height: 50px;
	width: 100%;
	/*box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.16), 0px 2px 10px 0px rgba(0,0,0,0.12);*/
/*	background-color: #005FDB;*/
	box-shadow: 0px 1px 10px rgba(9,9,9,0.5);
	background: -webkit-linear-gradient(45deg,#f4f4f4, #f9f9f9,#dfdfdf); /* Safari 5.1 - 6.0 */

    background: -o-linear-gradient(45deg,#f4f4f4, #f9f9f9,#dfdfdf); /* Opera 11.1 - 12.0 */

    background: -moz-linear-gradient(45deg,#f4f4f4, #f9f9f9,#dfdfdf); /* Firefox 3.6 - 15 */

    background: linear-gradient(45deg,#f4f4f4, #f9f9f9,#dfdfdf); /* 鏍囧噯鐨勮娉曪紙蹇呴』鏀惧湪鏈€鍚庯級 */
	/*
	background-color: #4087EF;
	/*background-color: #00ACC1;
	background-color: #1AB394;
	background-image: url(top.jpg);
	background-position: 0px 0px;
	*/
}
#left {
	float: left;
	width: 140px;
	height: auto;
	overflow-x: hidden;
	background-color: #fff;
	color: #000;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.16), 0px 2px 10px 0px rgba(0,0,0,0.12);
	margin-top: 10px;
	position: relative;
}

#header .logo {
	float: left;
	height: 50px;
	width: 140px;
	/*background-color: #2EBBCC;*/
}
#header .logo a {
	float: left;
	height: 50px;
	width: 100%;
	text-indent: -100px;
	background-image: url(../images/logo.png);
	position: relative;
	z-index: 10;
}
/*
#header .logo:before {
	content: " ";
	position: absolute;
	height: 30px;
	width: 30px;
	margin-top: 10px;
	margin-left: 10px;
	background-image: url(login/fire.gif);
	background-size: auto 110%;
	background-position: 0px 0px;
}
*/
#color {
	float: right;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.05), 0px 3px 1px -2px rgba(0,0,0,0.08), 0px 1px 5px 0px rgba(0,0,0,0.08);
	background-color: #FFF;
	margin-top: 10px;
	overflow-x: hidden;
	position: relative;
	z-index: 2;
}

#color table tr .newimg{
	background: url(../images/new.png) no-repeat;
	background-size: 20px auto;
	background-position: 90% 2px;
	
	
}


#color table tr .fapidiv{
	display: block; 
	background: url(../images/fapi.png) no-repeat;
	width: 16px; 
	height: 16px; 
	color: #fff; 
	left:-2px;
	top: -1px;
	border-radius: 3px;
	font-family: SimSun;
	font-size:11px;
	position: absolute;
}

#color table tr .kapidiv{
	display: block; 
	background: url(../images/kapi.png) no-repeat;
	width: 16px; 
	height: 16px; 
	color: #fff; 
	left:-2px;
	top: -1px;
	border-radius: 3px;
	font-family: SimSun;
	font-size:11px;
	position: absolute;
}

#color table tr .bapidiv{
	display: block; 
	background: url(../images/bapi.png) no-repeat;
	width: 16px;
	height: 16px; 
	color: #fff; 
	left:-2px;
	top: -1px;
	border-radius: 3px;
	font-family: SimSun;
	font-size:11px;
	position: absolute;
}






#header .offmenu{
	float: left;
	height: 30px;
	width: 20px;
	margin-left: 10px;
	font-size: 14px;
	line-height: 30px;
	color: #000;
	margin-top: 10px;
	cursor: pointer;
}
#header .refresh {
	float: left;
	height: 30px;
	width: 20px;
	margin-left: 10px;
	font-size: 14px;
	line-height: 30px;
	color: #000;
	margin-top: 11px;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
#header .refresh:hover {
	transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
}


#header .admin-full {
	float: left;
	height: 30px;
	width: 20px;
	margin-left: 10px;
	font-size: 14px;
	line-height: 30px;
	color: #000;
	margin-top: 11px;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}


	
#header .mev {
	float: right;
	height: 50px;
}
#header .mev .info {
	float: left;
	margin-right: 18px;
	cursor: pointer;
}
#header .mev .info i {
	color: #000;
	font-size: 14px;
	line-height: 14px;
	margin-top: 22px;
	float: left;
}


@-webkit-keyframes buzz-out {

	10% {

	  -webkit-transform: translateX(3px) rotate(4deg);

	}

	20% {

	  -webkit-transform: translateX(-3px) rotate(-4deg);

	}
	
	30% {

	  -webkit-transform: translateX(2px) rotate(3deg);

	}

	40% {

	  -webkit-transform: translateX(-2px) rotate(-3deg);

	}
	
	50% {

	  -webkit-transform: translateX(1px) rotate(2deg);

	} 

	60% {

	  -webkit-transform: translateX(-1px) rotate(-2deg);

	}

	 70% {

	  -webkit-transform: translateX(1px) rotate(2deg);

	}

	 80% {

	  -webkit-transform: translateX(-1px) rotate(-2deg);

	}
	 
	 90% {

	  -webkit-transform: translateX(0px) rotate(1deg);

	}
	 
	100% {

	  -webkit-transform: translateX(-0px) rotate(-1deg);

	}




}




#header .mev .info .i-bell:hover,#header .mev .info .i-spinner-clock:hover,#header .mev .info .i-phone:hover,#header .mev .login_info .i-smile:hover,#header .mev .login_info .i-copy:hover,#header .mev .login_info .i-mug:hover,#header .mev .login_info .i-trophy:hover  {

	-webkit-animation-name: buzz-out;

	-webkit-animation-duration: 1.75s;

	-webkit-animation-timing-function: linear;

	-webkit-animation-iteration-count: 1;

}



#header .mev .info font {
	background-color: #78b5a4;
	font-size: 10px;
	color: #FFF;
	float: left;
	height: 16px;
	width: 16px;
	text-align: center;
	border-radius: 8px;
	margin-left: -7px;
	margin-top: 12px;
	line-height: 16px;
}
#header .mev .info:hover font {
	background-color: #000;
}



#header .mev .login_info {
	float: left;
	margin-right: 18px;
	cursor: pointer;
}
#header .mev .login_info i {
	color: #000;
	font-size: 14px;
	line-height: 14px;
	margin-top: 22px;
	float: left;
}
#header .mev .login_info font {
	background-color: #9BB26C;
	font-size: 10px;
	color: #FFF;
	float: left;
	height: 16px;
	width: 16px;
	text-align: center;
	border-radius: 8px;
	margin-left: -7px;
	margin-top: 12px;
	line-height: 16px;
}
#header .mev .login_info:hover font {
	background-color: #000;
}
#header .mev .login_info .qj {
	background-color: #80d99f;
	font-size: 10px;
	color: #FFF;
	float: left;
	height: 16px;
	width: 16px;
	text-align: center;
	border-radius: 8px;
	margin-left: -32px;
	margin-top: 12px;
	line-height: 16px;
}




#header .mev .user {
	float: left;
	background-color: #F4F4F4;
	height: 24px;
	margin-top: 13px;
	border-bottom-left-radius: 15px;
	border-top-left-radius: 15px;
	cursor: pointer;
}
#header .mev .user i {
	float: left;
	width: 30px;
	line-height: 24px;
	color: #000;
	font-size: 14px;
	text-align: right;
}


#header .mev .user .use_head {
	float: left;
	width: 24px;
	margin-left: 6px;
	line-height: 24px;
	height: auto;
	border-radius:24px;
	color: #000;
	font-size: 14px;
	text-align: right;
}


#color tr td .u_head {
	width: 24px;
	line-height: 24px;
	height: 24px;
	border-radius:24px;
	color: #000;
	font-size: 14px;
	text-align: right;
	margin: 5px auto 0px;
}



#color tr .todred{
	color:#f00;
}


#header .mev .user font {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 24px;
	color: #666;
	font-size: 11px;
	max-width: 160px;
	text-align: center;
	white-space: nowrap;
	height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
}
#header .mev .user i[t="2"] {
	font-size: 12px;
	color: #999;
	text-align: center;
	margin-right: 3px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
#header .mev .user:hover i[t="2"] {
	transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
}
#header .mev .user:hover {
	background-color: #FFF;
}


#headlives {
	display: block;
}


@media screen and (max-width: 1440px) { 
	#headlives {display:none !important; }
}





.livets{
	float: left;
	text-align: center;
	width: 55px;
	margin-top: 3px;
	background-color: #fff;
	color: #4f4949;
	height: 16px;
	line-height: 16px;
	/* border-radius: 15px; */
	position: relative;
	font-size: 10px;
	margin-left: 20px;
	box-shadow: 2px 1px 10px #b9b9b9;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}




.livets::after{
	width: 10px;
	height: 10px;
	content: "";        
	right: -5px;
	top: 3px;
	position: absolute;
	display: block; 
	background: #fff;
	border-radius: 10px;
}


.Times{
	float: left;
	width: 145px;
	margin-left: 12px;
	margin-top: 3px;
	color: #4f4949;
	height: 16px;
	z-index: 999;
	text-align: center;
	line-height: 16px;
}





/*鍏憡鏍?鏂伴椈婊氬姩*/


.scroll_news {
	height:20px;
	/* margin-top: 15px; */
	margin-left: 20px;
	/* width:310px; */
	float: left;
	border:#f4f4f4 1px solid;
	box-shadow:#e6e6e6 0px 1px 10px;
	background-color:#fff;
	border-radius:16px;
	
}
.scroll_news .i-volume-up{
	float: left;
	color:#4f4949;
}


.scroll_news .i-megaphone{
	float: left;
	color:#4f4949;
}


.scroll_news .s_gg{
	height:20px;
	line-height: 19px;
	font-size: 11px;
	float: left;
	color:#4f4949;
}

.scroll_news span {
	float:left;
	height:20px;
	line-height:20px;
	color:#ffe6e6;
	padding-left:10px;
	margin-right:-70px;
}
.scroll_news .cf_span {
	/* float:left; */
	height:20px;
	line-height:20px;
	color:#ffe6e6;
	padding-left:5px;
	/* width: 160px; */
	margin-right:-70px;
	background-color: #fff;
	/* background-color: #3780cc;
	border-right: 1px solid #3780cc; */
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px; 
}

.scroll_news .cf_span .i-volume-up{
	float: left;
	color:#fff5be;
}


.scroll_news .cf_span .s_gg2{
	height:20px;
	line-height: 19px;
	font-size: 11px;
	float: left; 
	color:#4f4949;
}

.scroll_news .zfmold{
	/* float: left; */
	color:#fff5be;
	padding-right: 9px;
	height:20px;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
	line-height:18px;
	/* background-color: #3780cc; */
	
}

.scroll_news .zfmold2{
	/* float: left; */
	color:#fff;
	padding-right: 9px;
	height:20px;
	line-height:18px;
	/* background-color: #3780cc; */

}

.scroll_con {
	width: 100px;
	height:20px;
	line-height:18px;
/*	padding-left:69px;*/
	float:left;
	margin-right: 5px;
	margin-left:69px;
}
.scroll_con a {
	color:#ffb401;
}
.scroll_con a:hover {
	color:#ffefc8;
}

.scroll_con2 {
	width: 130px;
	height:18px;
	line-height:18px;
/*	padding-left:69px;*/
	background-color: #fff;
	border: 1px solid #e1e1e1; 
	border-radius: 16px;
	float:left;
	/* margin-right: 5px; */
	 margin-left:73px;
}





#head_box {
	background-color: #FFF;
	height: auto;
	width: 498px;
	position: absolute;
	top: 45px;
	right: 0px;
	border-radius: 4px;
	border: 1px solid #ccc;
	box-shadow: 0px 2px 6px rgba(0,0,0,0.1);
	z-index: 10;
	display: none;
}
#head_box::before {
	content: "";
	float: left;
	height: 10px;
	width: 10px;
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #fafafa;
	position: absolute;
	left: 7px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-left-style: solid;
	border-top-style: solid;
	border-left-color: #ccc;
	border-top-color: #ccc;
	top: -6px;
}
#head_box[data="a"]::before {
	left: 185px;
}
#head_box[data="b"]::before {
	left: 226px;
}
#head_box[data="c"]::before {
	left: 267px;
}
#head_box[data="d"]::before {
	left: 395px;
}
#head_box[data="c"] a {
	color: #F00;
}
#head_box[data="c"] a:hover {
	color: #4087EF;
}
#head_box .title {
	float: left;
	height: 30px;
	width: 100%;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color: #fafafa;
}
#head_box .title i {
	text-align: center;
	float: left;
	width: 34px;
	font-size: 14px;
	line-height: 30px;
	color: #000;
}
#head_box .title font {
	float: left;
	line-height: 30px;
	color: #000;
}
#head_box .body {
	float: left;
	height: 100px;
	width: 100%;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#head_box .body .error{
	line-height: 100px;
	text-align: center;
	float: left;
	height: 100px;
	width: 100%;
}
#head_box[data="d"] .userinfo {
	float: left;
	height: auto;
	width: 100%;
	color: #FFF;
	text-align: center;
	display: block;
}
#head_box[data="d"] .userinfo img {
	height: 100px;
	width: 100px;
	margin-top: 20px;
	border: 5px solid #78b5a4;
	border-radius: 70px;
	margin-bottom: 20px;
	display: inline-block;
}
#head_box[data="d"] .userinfo .upbox {
	float: left;
	width: 100%;
	height: auto;
}
#head_box[data="d"] .userinfo .upbox a,#head_box[data="d"] .userinfo .upbox .a {
	height: 22px;
	background-color: #FFF;
	line-height: 22px;
	width: 80px;
	text-align: center;
	margin-right: 6px;
	margin-left: 6px;
	display: inline-block;
	border: 1px solid #CCC;
}
#head_box[data="d"] .userinfo .upbox .a {
	border-radius: 12px;
	background-color: #78b5a4;
	border: 1px solid #78b5a4;
}

#head_box[data="d"] .userinfo .upbox .sel{
	width: 110px;
	margin:0px auto 10px;
	background-color: #FFF;
}



#head_box[data="d"] .userinfo .upbox .a font,#head_box[data="d"] .userinfo .upbox .t_sound font{
	margin-right: 4px;
	margin-left: 4px;
	display: inline-block;
}
#head_box[data="d"] .userinfo .upbox .a label,#head_box[data="d"] .userinfo .upbox .t_sound label{
	margin-top: 8px;
	display: inline-block;
}

#head_box[data="d"] .userinfo .upbox .t_sound{
	height: 22px;
	line-height: 22px;
	width: 80px;
	text-align: center;
	margin-right: 6px;
	margin-left: 6px;
	display: inline-block;
	border-radius: 12px;
	background-color: #78b5a4;
	border: 1px solid #78b5a4;    
}




#head_box[data="b"] li{
	float: left;
	width: 100%;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
}
#head_box[data="b"] li[t="1"]{
	background-color: #f0f0f0;
}
#head_box[data="b"] li font {
	float: left;
	color: #F00;
	width: 75px;
	text-align: center;
}
#head_box[data="b"] li span {
	float: left;
	width: 84px;
	text-align: center;
	font-size: 12px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
}
#head_box[data="b"] li span:last-child {
	border-right-width: 0px;
}
#head_box[data="b"] .out{
	margin-top: 0px;
	border-top-width: 0px;
}
#head_box[data="b"] .uxl{
	width: 171px;
	float: left;
	margin-top: 3px;
}
#head_box[data="b"] .xl{
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	width: 100%;
}
#head_box[data="b"] li[t="2"]{
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FAFAFA;
}
#head_box .out {
	float: left;
	width: 100%;
	color: #000;
	height: 30px;
	font-size: 12px;
	line-height: 28px;
	text-align: center;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eee;
	cursor: pointer;
	background-color: #fafafa;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
#head_box[data="c"] li {
	float: left;
	height: auto;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #aaa;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(../images/right_jt.png) no-repeat scroll;
	background-size: 7% auto;
	background-position:330px center;
}
#head_box[data="c"] img {
	float: left;
	height: 50px;
	width: 50px;
	border-radius: 25px;
	margin-left: 16px;
}

#head_box[data="c"] .send_people{
	float: left;
	width: 80px;
	margin-left: 40px;
}

#head_box[data="c"] .send_people small {
	float: left;
	font-size: 9px;
	color: #1D4BB7;
	line-height: 20px;
	text-align: center;
	width: 100%;
}

#head_box[data="c"] .r_img {
	float: right;
	font-size: 11px;
	margin-right: 56px;
}

#head_box[data="c"] .fin {
	float: right;
	width: 310px;
}
#head_box[data="c"] .fin font {
	float: left;
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	color: #999;
	font-size: 10px;
}
#head_box[data="c"] .fin small {
	float: right;
	font-size: 9px;
	color: #1D4BB7;
	line-height: 20px;
	margin-right: 42px;
	width: 80px;
	text-align: center;
}
#head_box[data="c"] .fin .i-clock {
	font-size: 12px;
	line-height: 22px;
	float: left;
	margin-left: 5px;
	color: #CCC;
}
#head_box[data="c"] p {
	float: left;
	width: 164px;
	font-size: 11px;
	color: #333;
	text-align: left;
	margin-left: 20px;
}
#head_box[data="a"] li {
	float: left;
	width: 90%;
	margin-left: 5%;
	margin-top: 10px;
}
#head_box[data="a"] li span {
	float: left;
	height: 22px;
	width: 30px;
	background-color: #00ACC1;
	color: #FFF;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
}
#head_box[data="a"] li small {
	float: left;
	line-height: 22px;
	margin-left: 10px;
}
#head_box[data="a"] li .i-shuffle {
	font-size: 12px;
}
#head_box[data="a"] li .i-light-bulb {
	float: right;
	color: #000;
	font-size: 12px;
	line-height: 22px;
}
#head_box[data="a"] .out{
	margin-top: 10px;
}
#box_body {
	display: none;
}


/*login_info*/

#head_login_box {
	background-color: #fff;
	height: auto;
	width: 680px;
	position: absolute;
	top: 45px;
	border: 1px solid #ccc;
	box-shadow: 0px 2px 6px rgba(0,0,0,0.1);
	z-index: 99;
	display: none;
	border-radius: 4px;
}

#head_login_box[data="h"] {
	background-color: #fff;
	height: auto;
	width: 480px;
	position: absolute;
	top: 59px;
	border: 1px solid #ccc;
	box-shadow: 0px 2px 6px rgba(0,0,0,0.1);
	z-index: 999;
	display: none;
}

#head_login_box[data="h"] .title{
	float: left;
	height: 30px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color: #fff;
}


#head_login_box[data="h"] .title i {
	text-align: center;
	float: left;
	width: 34px;
	font-size: 14px;
	line-height: 30px;
	color:#000;
}
#head_login_box[data="h"] .title font {
	float: left;
	line-height: 30px;
	color: #000;
}


#head_login_box::before {
	content: "";
	float: left;
	height: 10px;
	width: 10px;
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #fff;
	position: absolute;
	left: 7px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-left-style: solid;
	border-top-style: solid;
	border-left-color: #ccc;
	border-top-color: #ccc;
	top: -6px;
}
#head_login_box[data="e"]::before {
	left: 410px;
}

#head_login_box[data="f"]::before {
	left: 368px;
}


#head_login_box[data="g"]::before {
	left: 325px;
}

#head_login_box[data="h"]::before {
    left: 129px;
}

#head_login_box[data="au"]::before {
	left: 110px;
}



#head_login_box .title {
	float: left;
	height: 30px;
	width: 100%;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d7d7d7;
	background-color: #fff;
}
#head_login_box .title i {
	text-align: center;
	float: left;
	width: 34px;
	font-size: 14px;
	line-height: 30px;
	color: #000;
}
#head_login_box .title font {
	float: left;
	line-height: 30px;
	color: #625b5b;
}
#head_login_box .body {
	float: left;
	height: 100px;
	width: 100%;
	padding: 3px 0px;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#head_login_box .body .error{
	line-height: 100px;
	text-align: center;
	float: left;
	height: 100px;
	width: 100%;
}

#head_login_box[data="e"] .fin {
	float: left;
	width: 32.3%;
	margin: 3px 0px 3px 3px;
	position: relative;
}

#head_login_box[data="e"] .fin_head {
	float: left;
	width: 99%;
	margin: 3px 0px 3px 3px;
	position: relative;
	border-bottom:1px dotted #2d6387;     
}



#head_login_box[data="e"] .fin img{
	width: 20px;
	height: 20px;
	position: absolute;
	left: 3px;
	top: 0;
	border-radius: 25px;
	box-shadow:2px 1px 10px #020202;

}


#head_login_box[data="e"] .fin font {
	float: left;
	background-color: #eaeaea;
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	width: 49%;
	text-align: center;
	padding-left: 16px;
	color: #625b5b;
	font-size: 10px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}



#head_login_box[data="e"] .fin_head font {
	float: left;
	/* background-color: #eaeaea; */
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	width: 95%;
	text-align: center;
	color: #2d6387;
	padding-left: 16px;
	font-size: 10px;
	/* border-radius: 20px; */
}





#head_login_box[data="e"] .fin .lg {
	float: left;
	height: 20px;
	line-height: 20px;
	width: 20%;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	font-size: 10px;
}

#head_login_box[data="e"] .fin .lg_in{
	background-color: #38add0;
	color: #FFFFFF;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

#head_login_box[data="e"] .fin .lg_out{
	background-color:#D78586;
	color: #FFFFFF;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

#head_login_box[data="e"] .fin .leave_out{
	background-color: #f23f3f;
	color: #FFFFFF;
}

#head_login_box[data="e"] .fin .leave_in{
	background-color:#80d99f;
	color: #FFFFFF;
}



#head_login_box[data="e"] .fin .online {
	float: left;
	height: 20px;
	line-height: 20px;
	width: 20%;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	font-size: 10px;
}

#head_login_box[data="e"] .fin .on_in{
	background-color: #3B85D0;
	color: #FFFFFF;
}

#head_login_box[data="e"] .fin .on_out{
	background-color:#f0bd8f;
	color: #FFFFFF;
}



/*login_info end*/


/*today_fp*/

#head_login_box[data="f"] .fin {
	float: left;
	width: 32.3%;
	margin: 3px 0px 3px 3px;
	position: relative;
}


#head_login_box[data="f"] .fin_head {
	float: left;
	width: 99%;
	margin: 3px 0px 3px 3px;
	position: relative;
	border-bottom:1px dotted #2d6387;     
}



#head_login_box[data="f"] .fin img{
	width: 20px;
	height: 20px;
	position: absolute;
	left: 3px;
	top: 0;
	border-radius: 25px;
	box-shadow:2px 1px 10px #020202;

}




#head_login_box[data="f"] .fin font {
	float: left;
	background-color: #eaeaea;
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	width: 49%;
	text-align: center;
	color: #625b5b;
	padding-left: 16px;
	font-size: 10px;
	/* border-radius: 20px; */
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}


#head_login_box[data="f"] .fin_head font {
	float: left;
	/* background-color: #eaeaea; */
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	width: 95%;
	text-align: center;
	color: #2d6387;
	padding-left: 16px;
	font-size: 10px;
	/* border-radius: 20px; */
}




#head_login_box[data="f"] .fin .lg {
	height: 20px;
	line-height: 20px;
	width: 20%;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	font-size: 10px;
}

#head_login_box[data="f"] .fin .lg_in{
	background-color: #80d99f;
	color: #FFFFFF;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px; 
	float: left;
	height: 20px;
	line-height: 20px;
	width: 20%;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	font-size: 10px;
	
}

#head_login_box[data="f"] .fin .lg_in_fp
{
	background-color: #D78586;
	color: #FFFFFF;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}



#head_login_box[data="f"] .fin .lg2 {
	float: left;
	height: 20px;
	line-height: 20px;
	width: 40%;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px; 
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	font-size: 10px;
}





#head_login_box[data="f"] .fin .lg_in2
{
	background-color: #9BB26C;
	color: #FFFFFF;
	float: left;
	height: 20px;
	line-height: 20px;
	width: 40%;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px; 
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	font-size: 10px;
}



#head_login_box[data="f"] .fin .lg_in2_fp
{
	background-color: #f3c544;
	color: #FFFFFF;
	
}



#head_login_box[data="f"] .fin .lg_out{
	background-color:#D78586;
	color: #FFFFFF;
}

/*today_fp end*/


/*count_manage*/

#head_login_box[data="g"] .fin {
	float: left;
	width: 32.3%;
	margin: 3px 0px 3px 3px;
	position: relative;
}

#head_login_box[data="g"] .fin_head {
	float: left;
	width: 99%;
	margin: 3px 0px 3px 3px;
	position: relative;
	border-bottom:1px dotted #2d6387;     
}


#head_login_box[data="g"] .fin img{
	width: 20px;
	height: 20px;
	position: absolute;
	left: 3px;
	top: 0;
	border-radius: 25px;
    box-shadow:2px 1px 10px #020202;
}


#head_login_box[data="g"] .fin font {
	float: left;
	background-color: #eaeaea;
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	width: 40%;
	padding-left: 16px;
	text-align: center;
	color: #625b5b;
	font-size: 10px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}


#head_login_box[data="g"] .fin_head font {
	float: left;
	/* background-color: #eaeaea; */
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	width: 95%;
	text-align: center;
	color: #2d6387;
	padding-left: 16px;
	font-size: 10px;
	/* border-radius: 20px; */
}



#head_login_box[data="g"] .fin .lg {
	float: left;
	height: 20px;
	line-height: 20px;
	width: 27%;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	font-size: 10px;
}


#head_login_box[data="g"] .fin .lg2 {
	float: left;
	height: 20px;
	line-height: 20px;
	width: 55px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	font-size: 10px;
}


#head_login_box[data="g"] .fin .lg_in{
	background-color: #80d99f;
	color: #FFFFFF;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}


#head_login_box[data="g"] .fin .lg_in2{
	background-color: #9BB26C;
	color: #FFFFFF;

}



#head_login_box[data="g"] .fin .lg_out{
	background-color:#D78586;
	color: #FFFFFF;
}

#head_login_box[data="g"] .fpjg{
    background-color:#973737 !important;
}
/*count_manage end*/


/* ry_manage */
#head_login_box .awd_w{
	background-image: ;
	display: block;
	position: relative;
	float: left;
}


#head_login_box .awd_bg{
	background-image: ;
	width:205px;
	height: 167px;
	display: block;
	/* margin: 0 auto; */
	position: relative;
	float: left;
	margin-left: 25px;
}

#head_login_box .awd_bg .awd_li0
{
	color: #fff;
	width: 65px;
	position: absolute;
	top: 100px;
	left: 72px;
	text-align: center;

}


#head_login_box .awd_bg .awd_li1
{

	color: #fff;
	width: 65px;
	position: absolute;
	top: 125px;
	left: 5px;
	text-align: center;

}

#head_login_box .awd_bg .awd_li2
{
	color: #fff;
	width: 65px;
	position: absolute;
	top: 128px;
	left: 136px;
	text-align: center;

}


#head_login_box .awd_bg_y{
	background-image: ;
	width:205px;
	height: 167px;
	display: block;
	/* margin: 0 auto; */
	position: relative;
	float: left;
	margin-left: 30px;
}

#head_login_box .awd_bg_y .awd_y_li0
{
	color: #fff;
	width: 65px;
	position: absolute;
	top: 100px;
	left: 72px;
	text-align: center;

}


#head_login_box .awd_bg_y .awd_y_li1
{

	color: #fff;
	width: 65px;
	position: absolute;
	top: 125px;
	left: 5px;
	text-align: center;

}

#head_login_box .awd_bg_y .awd_y_li2
{
	color: #fff;
	width: 65px;
	position: absolute;
	top: 128px;
	left: 136px;
	text-align: center;

}





/* ry_manage end*/




/*auto_fp*/

#head_login_box[data="au"] .fin {
	float: left;
	width: 32.3%;
	margin: 3px 0px 3px 3px;
	position: relative;
	background-color: #eaeaea;
	border-radius: 20px;
}

#head_login_box[data="au"] .fin img{
	width: 20px;
	height: 20px;
	position: absolute;
	left: 3px;
	top: 0;
	border-radius: 25px;
	box-shadow:2px 1px 10px #020202;

}




#head_login_box[data="au"] .fin font {
	float: left;
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	width: 75%;
	text-align: center;
	color: #625b5b;
	font-size: 10px;
	
}

#head_login_box[data="au"] .fin .lg {
	height: 20px;
	line-height: 20px;
	width: 40px;
	text-align: center;
	white-space: nowrap;
	right: 0;
	top:0;
	overflow: hidden;
	position: absolute;
	font-size: 10px;
}

#head_login_box[data="au"] .fin .lg_in{
	background-color: #80d99f;
	color: #FFFFFF;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

#head_login_box[data="au"] .fin .lg_in_fp
{
	background-color: #D78586;
	color: #FFFFFF;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}



#head_login_box[data="au"] .fin .lg_out{
	background-color:#D78586;
	color: #FFFFFF;
}


#head_login_box[data="au"] .fin .rlabel
{
	float:left;
	position:relative;
	padding-top:6px;
}


/*auto_fp end*/








#left .search {
	float: left;
	width: 100%;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
}
#left .search:hover .keyword  {
	color: #000;
}
#left .search .keyword {
	float: left;
	height: 30px;
	width: 100px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #CCC;
	font-size: 11px;
	line-height: 30px;
	background-color: transparent;
	border: 0px solid transparent;
	margin-left: 10px;
}
#left .search .submit {
	float: right;
	height: auto;
	width: 16px;
	background-color: #FFF;
	cursor: pointer;
	border: 0px solid transparent;
	background-color: transparent;
	margin-right: 10px;
}
#left .search .submit i {
	text-align: center;
	float: left;
	height: auto;
	width: 16px;
	color: #bbb;
	font-size: 12px;
	line-height: 30px;
}
#left .search .submit i:hover {
	color: #000;
}
#left .nav {
	float: left;
	width: 100%;
	height: 30px;
	cursor: pointer;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F4F4F4;
	line-height: 30px;
	color: rgba(0, 0, 0, 0.8);
	background-color: #FFF;
}
#left .nav:hover {
	background-color: #fcfcfc;
}
#left .nav i[i="1"] {
	float: left;
	margin-left: 10px;
	margin-right: 5px;
	font-size: 14px;
	width: 20px;
	color: #1AB394;
}
#left .nav font {
	float: left;
}
#left .nav i[i="2"] {
	float: right;
	margin-right: 14px;
	font-size: 10px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#left ul {
	float: left;
	height: auto;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	display: none;
}
#left ul a {
	float: left;
	width: 100%;
	line-height: 24px;
	height: 24px;
	color: rgba(0, 0, 0, 0.7);
	text-indent: 35px;
	background-image: url(nav.png);
	background-repeat: no-repeat;
	background-position: 15px 0px;
	/* 优化点击过渡效果 */
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
#left ul a:last-child {
	background-image: url(nav2.png);
}
#left ul a:hover {
	color: #ff0000;
	/* hover 时变红 */
}
/* 当前激活的菜单项（点击后变绿） */
#left ul a.active {
	color: #0db3a6;
	font-weight: bold;
}
#left .nav.click {
	background-color: #f9f9f9;
	border-bottom-color: #ECECEC;
	color: #0db3a6;
}
#left ul.click {
	background-color: #fbfbfb;
}
#left .nav.click i[i="2"] {
	margin-right: 16px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
/*
#left .nav.click::before {
	content: ".";
	background-color: #4087EF;
	height: 34px;
	position: absolute;
	float: left;
	color: #4087EF;
	margin-top: -2px;
}
*/
#color .title {
	float: left;
	width: 100%;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F4F4F4;
	line-height: 30px;
	font-size: 12px;
	color: #333;
	position: relative;
}
#color .title .top i {
	float: left;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	color: #7BCE4F;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: normal;
}
#color .title .top font {
	font-weight: normal;
	color: #999;
	margin-right: 5px;
	margin-left: 5px;

}
#color .title .top {
	float: left;
	padding-right: 20px;
	font-size: 12px;
}
#color .title .top a{
	color: #333;
}
#color .title .top a:hover{
	color: #00ACC1;
}
#color .title .top:after {
	content: '>';
	float: right;
	height: 21px;
	width: 21px;
	margin-right: -18px;
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top-color: #F4F4F4;
	border-right-color: #F4F4F4;
	border-right-width: 1px;
	border-right-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	color: #FFF;
	margin-top: 4px;
}
#color .title .return {
	float: right;
	height: 20px;
	margin-right: 7px;
	font-weight: normal;
	color: #FFF;
	line-height: 20px;
	margin-top: 4px;
	cursor: pointer;
	width: 20px;
	border: 1px solid #0db3a6;
	background-color: #0db3a6;
	border-radius: 18px;
	font-size: 12px;
	text-indent: 5px;
}
#color .title .return:hover{
	border: 1px solid #0db3a6;
	background-color: #0db3a6;
	color: #FF0;
}
#color .mint {
	float: left;
	height: 30px;
	width: 100%;
	line-height: 30px;
	font-size: 14px;
	color: #000;
	padding-top: 20px;
	padding-bottom: 20px;
}
#color .mint font {
	float: left;
	padding-left: 22px;
	color: #FFF;
	background-color: #0db3a6;
	padding-right: 30px;
	border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;
	font-size: 14px;
}
#color .mint .mint_sm{
	padding-left:128px;
	background-color: #fff7ed;
	font-size:11px;
	color: #fc0d1b;
}


@media screen and (max-width: 1550px) {
	
#color .mint .mint_sm{
	line-height: 15px !important;
}

}

td .rule {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	width: 110px;
}
td .rule[t]{
	background-color: #F5F5F5;
}
td .rule font {
	line-height: 24px;
	float: left;
	margin-right: 10px;
}
td .rule label {
	float: right;
	margin-top: 5px;
}
td .ru {
	margin: 5px;
	float: left;
	border: 1px solid #f0f0f0;
}
td .urf {
	float: left;
	width: 100%;
}
#color .title .openso {
	position: absolute;
	top: 6px;
	right: 45px;
	background-color: #FFF;
	z-index: 2;
	line-height: 18px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px dashed #ccc;
	cursor: pointer;
	border-radius: 2px;
	font-size: 11px;
	color: #666;
}
#color .title .openso:hover {
	background-color: #78b5a4;
	color: #FFF;
}
#so {
	float: left;
	width: 100%;
/*	background-color: #fbfbfb;*/
	display: none;
}
#so .t {
	line-height: 26px;
	float: left;
	height: 26px;
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #F4F4F4;
	margin-bottom: 5px;
	background-color: #FFF;
	margin-top: -1px;
}
#so .t strong {
	color: #FFF;
	background-color: #0db3a6;
	width: 96px;
	height: 26px;
	float: left;
	text-align: center;
	position: relative;
	margin-left: -1px;
}
#so .t strong::before {
	content: "";
	float: left;
	height: 10px;
	width: 10px;
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #0db3a6;
	position: absolute;
	left: 43px;
	bottom: -4px;
}
#so .ta {
	float: left;
/*	width: 184px;*/
	padding-left: 10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	font-size: 11px;
}
#so .ta span,#so .tas span {
	float: left;
	line-height: 22px;
	width: 73px;
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
	border-top: 1px solid #78b5a4;
	border-left: 1px solid #78b5a4;
	border-bottom: 1px solid #78b5a4;
	background-color: #78b5a4;
}
#so .ta .sel,#so .tas .sel{
	float: left;
	width: 110px;
	background-color: #FFF;
}

#so .ta .area{
	padding-left: 0px;
	float: left;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	white-space: nowrap;
}


#so .tas {
	float: left;
	width: 100%;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FFF;
	/*margin-top: 5px;*/
	height: auto;
	padding-left: 10px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 3px;
	/* background-color: #FAFAFA; */
}
#so .tas span {
	line-height: 22px;
}
#so .tas .rs,#so .tas .area {
	float: left;
	/* background-color: #FAFAFA; */
/*	height: 26px;*/
	/* margin-top: 5px; */
	line-height: 26px;
	/* padding-left: 10px;
	margin-left: 3px; */
	overflow: hidden;
	white-space: nowrap;
}
#so #area .lab {
	width: 110px;
}
#so .tas .area {
	/* background-color: #FAFAFA; */
	padding-left: 0px;
	
}
#so #area .lab{
	background-color: #FFF;
/*	margin-top: 1px;*/
}
#so .tas .rs .but {
	border: 1px dotted #000;
	float: left;
	height: 16px;
	width: 16px;
	line-height: 14px;
	text-align: center;
	cursor: pointer;
	margin-top: 4px;
	font-size: 18px;
}
#so .tas .rs .ztag {
	float: left;
	margin-left: 10px;
	white-space: nowrap;
}
#so .tas .rs .ztag .input {
	background-color: #CCCCCC;
	float: left;
	line-height: 18px;
	font-size: 12px;
	color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 4px;
	margin-right: 5px;
	border-radius: 2px;
	cursor: pointer;
}
#so .tas .sel{
/*	margin-left: -10px;*/
}
#so .tas .sel .select{
	border: 1px solid #78b5a4;
}
#so .tas .rs .text {
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-radius: 0px;
	border-bottom-color: #78b5a4;
	float: left;
	color: #666;
	margin-top: 3px;
}
#so .tas .rs small {
	float: left;
	padding-left: 15px;
	padding-right: 8px;
}
#so .tas button,#xls .tas button {
	float: left;
	border-radius: 0;
	margin-left: -1px;
	width: 95px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #78b5a4;
	border: 1px solid #78b5a4;
	color: #FFF;
	margin-right: 20px;
	margin-bottom: 12px;
	margin-top: 10px;
	line-height: 22px;
	cursor: pointer;
}
#so .tas button[name="reset"]{
	background-color: #9BB26C;
	border: 1px solid #9BB26C;
}

#so .tas .nonefp{
	float: left;
	border-radius: 0;
	margin-left: -1px;
	width: 94px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #6bd89c;
	border: 1px solid #6bd89c;
	color: #FFF;
	margin-right: 20px;
	margin-bottom: 12px;
	margin-top: 10px;
	line-height: 22px;
	cursor: pointer;
	text-align: center;
	box-shadow:0px 2px 5px 0px rgba(0,0,0,0.16), 0px 2px 10px 0px rgba(0,0,0,0.12);
}


#xls .tas .sstime {
	background-color: #ef5050;
	border: 1px solid #ef5050;
	box-shadow:none;
}


#xls .tas button {
	background-color: #00ACC1;
	border: 1px solid #00ACC1;
	box-shadow:none;
}
#so .tas button:hover,#xls .tas button:hover {
	background-color: #000;
	border: 1px solid #000;
}
#so .select > select {
	font-size: 11px;
	margin-top: 1px;
	font-family: Arial, Helvetica, sans-serif;
}
#so .text:focus{
    border: none;
	border-bottom-color: #ccc;
	box-shadow: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#so .select > select:focus {
	font-family: "Microsoft Yahei", "寰蒋闆呴粦", "瀹嬩綋", System, Arial;
}
#so .tas .rs font {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	color: #888;
}
#so .tas .rs .d {
	float: left;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #F3F3F3;
	font-size: 11px;
	cursor: pointer;
	color: #666;
}

#so .tas .rs .x{
	float: left;
	line-height: 21px;
	background-color: #00CCFF;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 5px;
	font-size: 11px;
	cursor: pointer;
	color: #FFF;
	margin-top: 2px;
}

#so .tas .rs .x[t="2"] {
	background-color: #FFCC00;
}
#so .tas .rs .x[t="3"] {
	background-color: #00CC66;
}
#so .tas .rs .x[t="4"] {
	background-color: #66CC00;
}
#so .tas .rs .x[t="5"] {
	background-color: #CC99CC;
}
#so .tas .rs .x[t="6"] {
	background-color: #339999;
}
#so .tas .rs .x[t="7"] {
	background-color: #9c9adf;
}
#so .tas .rs .x:hover {
	background-color: #000;
}

#so .tas.btt {
	background-color: #FFF;
}
#so .rad,#xls .rad {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
/*	background-color: #FAFAFA;*/
}
#so .rad label,#xls .rad label{
	float: left;
	margin-top: 8px;
}
#so .rad font,#xls .rad font{
	float: left;
	margin-right: 10px;
	font-size: 11px;
	margin-top: 2px;
}
#color .xiao {
	float: left;
	height: 30px;
	width: 100%;
	line-height: 30px;
	background-color: #fafafa;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
}
#color .xiao i {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	color: #F00;
}
td .haxe{
	float: left;
	margin-left: 20px;
	height: 20px;
	overflow: hidden;
	margin-top: 4px;
}
#haxe{
	z-index: -10;
}
#bDiv .submit {
	float: right;
	width: 100%;
	background-color: #F8F9FC;
	padding-top: 20px;
	padding-bottom: 20px;
}
#bDiv .submit button {
	line-height: 26px;
	height: 26px;
	border: 1px solid #ccc;
	color: #000;
	background-color: #eee;
	margin-right: 17px;
	cursor: pointer;
	margin-left: 0px;
	text-align: center;
	border-radius: 2px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	width: 100px;
}
#bDiv .submit button[type="submit"] {
border: 1px solid #78b5a4;
background-color: #78b5a4;
color: #fff;
}
#bDiv .submit button:hover {
	background-color: #ccc;
}

#bDiv .xslok {
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
	overflow-x: hidden;
}


#bDiv .tag {
	padding: 10px;
	float: left;
	height: 365px;
	width: 430px;
	background-image: url(../images/loading1.gif);
	background-repeat: no-repeat;
	background-position: center center;
	overflow-x: hidden;
	margin-bottom: 10px;
}
#bDiv .tag .t {
	float: left;
	width: 100%;
	color: #00ACC1;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f5f5f5;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f5f5f5;
	margin-top: 10px;
}
#bDiv .tagbox{
	float: left;
	height: 500px;
	width: 450px;
}
#bDiv .tag .t i {
	float: right;
	cursor: pointer;
	color: #FBB32B;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
#bDiv .tag ul {
	background-color: #FFF;
	float: left;
	height: auto;
	width: 100%;
}
#bDiv .tag li {
	float: left;
	border: 1px solid #ccc;
	border-radius: 2px;
	cursor: pointer;
	position: relative;
	background-color: #FFF;
	margin-top: 10px;
	margin-right: 10px;
	padding: 5px;
	width: 80px;
	text-align: center;
	color: #555;
}
#bDiv .tag li[t="1"]{
	border: 1px solid #2580E6!important;
	color: #ffffff!important;
	background-color: #2580E6!important;
}
#view {
	background-color: #FFF;
	height: auto;
	width: 326px;
	position: absolute;
	top: 0px;
	right: -326px;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.16), 0px 2px 10px 0px rgba(0,0,0,0.12);
	z-index: 110;
}
#view .title {
	float: left;
	height: 50px;
	width: 100%;
	background-image: url(../images/login-bg.jpg);
}
#view .title font{
	float: left;
	text-indent: 10px;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
}
#view .title .close{
	float: right;
	margin-right: 10px;
	height: 20px;
	width: 20px;
	margin-top: 16px;
	border-radius: 20px;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	line-height: 18px;
	color: #00ACC1;
	background-color: #FFF;
}
#view .title .close:hover{
	color: #FF0;
	background-color: #000;
}
#view .a {
	float: left;
	height: auto;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f0f0f0;
}
#view .a:nth-child(2n){
    background-color: #fdfdfd;
}
#view .a span {
	float: left;
	width: 90px;
	line-height: 22px;
	color: #00ACC1;
	border-right-style: solid;
	border-right-color: #f0f0f0;
	border-right-width: 1px;
	padding-left: 10px;
}
#view .a span b{
	color: #000;
}
#view .a p {
	float: left;
	line-height: 22px;
	color: #444;
	height: auto;
	width: 180px;
	padding-left: 10px;
}
#view .a p i{
	font-size: 16px;
	color: #000;
	margin-right: 5px;
}
#view .a p img {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 5px;
}
#view .xli{
	font-size: 12px;
	overflow-x: hidden;
	float: left;
	height: auto;
	width: 100%;
}
#left .a span {
	float: left;
	height: auto;
	text-align: left;
	width: 100%;
	position: relative;
	cursor: pointer;
}
#left .a span::before {
	font-family: webfont;
	content: "\f0a7";
	float: left;
	position: absolute;
	top: 0px;
	font-size: 12px;
	left: -23px;
}
#left .a[t="1"] span::before {
	content: "\f0a5";
}
#left .a .small {
	float: left;
	height: auto;
	width: 100%;
	background-color: #f5f5f5;
	display: none;
}
#left .a .small a{
	font-size: 11px;
}
#left .a {
	float: left;
	width: 100%;
	line-height: 28px;
	height: auto;
	text-indent: 35px;
}
#left .a[t="1"] {
	color: #F00;
}
#left .a[t="1"] span {
	background-color: #eee;
}
#echo_xls,#echo_xls_a,#echo_xls_b,#echo_xls_c,#echo_xls_d {
	float: left;
	height: auto;
	width: 100%;
}
#xls .tas {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 10px;
}
#xls .tax {
	float: left;
	height: auto;
	width: 100%;
	background-color: #FBFBFB;
/* 	padding-top: 5px;
	padding-bottom: 5px; */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F4f4f4;
}


#xls .tax .ta {
    float: left;
    padding-left: 10px;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    font-size: 11px;
}


#xls .tax small {
	float: left;
	line-height: 24px;
	background-color: #FFF;
	font-size: 12px;
	text-align: center;
	width: 90px;
}
#xls .tax input[type="text"] {
	float: left;
	margin-top: 5px;
}
#xls .tax font {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 25px;
	margin-top:5px;
}
#xls .tax .d {
	float: left;
	line-height: 25px;
	margin-top: 5px;
	background-color: #F4F4F4;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 5px;
	font-size: 11px;
	cursor: pointer;
	color: #666;
}
#xls .tax .x {
	float: left;
	line-height: 21px;
	background-color: #00CCFF;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 5px;
	font-size: 11px;
	cursor: pointer;
	color: #FFF;
	margin-top: 6px;
}
#xls .tax .x[t="2"] {
	background-color: #FFCC00;
}
#xls .tax .x[t="3"] {
	background-color: #00CC66;
}
#xls .tax .x[t="4"] {
	background-color: #66CC00;
}
#xls .tax .x[t="5"] {
	background-color: #CC99CC;
}
#xls .tax .x[t="6"] {
	background-color: #339999;
}
#xls .tax .x:hover {
	background-color: #000;
}
#xls .tax span {
	float: left;
	line-height: 24px;
	width: 90px;
	text-align: center;
	color: #fff;
	background-color: #587ed1;
}

#xls .tax .ec {
	margin-top: 5px;
	margin-left: 10px;

}

#xls .tax .ecother { 
    background-color:#ff63e7 !important;
}



#xls .tax .sel{
	width: 145px;
	float: left;
	margin-top: 5px;
	background-color: #FFF;
}


#xls .tax .sel .sel_other{
	border: 1px solid #ff63e7 !important;
}


#xls .tax .crinput { 
    float: left;
	margin-top: 8px;
	margin-left: 20px;
}

#xls .tax .crinput input{ 
	float: left;
	font-size: 11px;
	margin-top: 2px;
}

#xls .tax .crinput font{ 
	line-height: 16px;
	margin-top:0px !important;
}



#xls .tax .tel{
	width: 90px;
	float: left;
	margin-top: 5px;
	background-color: #FFF;
}
#xls .tax .tel .select{
	border: 0px solid #FFF;
}
#xls .tax .tel .select > select{
	font-size: 12px;
	color: #999;
}
#xls_info {
	background-color: #FFF;
	height: 300px;
	width: 206px;
	position: absolute;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f4f4f4;
	z-index: 10;
}
#xls_info .title{
	background-image: url(dotted.png);
}
#xls_info .title font {
	float: left;
	text-align: center;
	width: 94px;
}
#xls_info .title .close {
	float: right;
	height: 30px;
	width: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #f4f4f4;
	font-size: 18px;
	text-align: center;
	color: #999;
	cursor: pointer;
	background-color: #FFF;
}
#xls_info .title .close:hover {
	background-color: #f4f4f4;
}
#xls_info .a {
	float: left;
	height: auto;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f0f0f0;
}
#xls_info .a:nth-child(2n){
    background-color: #fdfdfd;
}
#xls_info .a span {
	float: left;
	width: 94px;
	line-height: 22px;
	color: #00ACC1;
	border-right-style: solid;
	border-right-color: #f0f0f0;
	border-right-width: 1px;
	text-align: center;
	font-size: 11px;
}
#xls_info .a p {
	float: left;
	line-height: 22px;
	color: #666;
	height: auto;
	width: 100px;
	padding-left: 10px;
	font-size: 11px;
	text-indent: 10px;
}
#color .title .pe,#color .title .jh {
	position: absolute;
	background-color: #F4F4F4;
	color: #CCC;
	height: 20px;
	width: 20px;
	text-align: center;
	font-size: 11px;
	line-height: 20px;
	right: 120px;
	top: 6px;
	border-radius: 10px;
}
#color .title .jh {
	right: 160px;
}
#color .title .pe[e],#color .title .jh[e] {
	background-color: #F00;
	color: #FFF;
	box-shadow: 0px 1px 5px rgba(9,9,9,0.5);
}
#color .title .jh[e] {
	cursor: pointer;
}
#color .title .pe font{
	height: 20px;
	width: 20px;
	float: left;
}
#color .title .pe[e] font{
	cursor: pointer;
}
#color .title .pe .pr{
	background-color: #455A64;
	position: absolute;
	width: 160px;
	top: 30px;
	right: 0px;
	border-radius: 2px;
	box-shadow: 0px 1px 5px rgba(9,9,9,0.5);
	display: none;
	z-index: 5;
}
#color .title .pe .pr::before {
	content: "";
	float: left;
	height: 10px;
	width: 10px;
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #455A64;
	position: absolute;
	top: -5px;
	right: 5px;
}
#color .title .pe .pr a {
	color: #FFF;
	float: left;
	height: auto;
	width: 100%;
	text-align: left;
	text-indent: 10px;
	line-height: 22px;
	font-size: 12px;
}
#color .title .pe .pr a:hover {
	color: #FF0;
}
#header .mev .signin,#header .mev .bb,#header .mev .shiftBtn{
	float: left;
	width: 90px;
	background-color: #fff;
	color: #4f4949;
	height: 24px;
	margin-top: 14px;
	margin-right: 20px;
	line-height: 24px;
	border-radius: 12px;
}
#header .mev .signin font ,#header .mev .shiftBtn font{
	float: left;
	margin-left: 9px;
}
#header .mev .signin label ,#header .mev .shiftBtn label{
	float: right;
	margin-top: 8px;
	margin-right: 8px;
}
#header .mev .signin label::before ,#header .mev .shiftBtn label::before{
	margin-top: -3px;
	box-shadow:none;
}


#auxfp_table{
	float: left;
	width: 100%;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	margin: 7px auto;
	text-align: center; 
	color:#f00;
	background-color: #fff7ed; 
	 height: 20px; 
	line-height: 20px; 
}
    


#auxfp_table .autoBtn{
	float: right;
	width: 125px;
	background-color: #ffffff;
	color: #4f4949;
	height: 20px;
	margin-right: 120px;
	line-height: 20px;
	border-radius: 12px;
}
#auxfp_table .autoBtn font{
	float: left;
	margin-left: 9px;
}
#auxfp_table .autoBtn label{
	float: right;
	margin-top: 6px;
	margin-right: 8px;
}
#auxfp_table .autoBtn label::before{
	margin-top: -3px;
	box-shadow:none;
}



#header .mev .l_red{
	box-shadow: 0px 1px 40px rgb(121, 1, 1);
	background:rgb(121, 0, 0);
	color:rgb(199, 199, 199);
}


#header .mev .call {
	float: left;
	height: 26px;
	width: 26px;
	margin-top: 14px;
	margin-right: 20px;
	background-color: #F4F4F4;
	color: #4285F4;
	border-radius: 13px;
	cursor: pointer;
	font-size: 14px;
	line-height: 24px;
	text-indent: 6px;
}
#header .mev .call:hover {
	background-color: #546E7A;
}
#tz {
	float: left;
	color: #FF0;
	margin-left: 20px;
	line-height: 22px;
	height: 22px;
	width: 260px;
	margin-top: 14px;
	overflow: hidden;
}
#tz li{
	float: left;
	height: 22px;
	width: 100%;
	white-space: normal;
}
#fo {
	width: 332px;
	position: fixed;
	z-index: 40;
	height: auto;
	right: 0px;
	bottom: 0px;
	max-height: 500px;
	overflow-x: hidden;
	padding-left: 10px;
}
#fo .li {
	float: left;
	width: 300px;
	background-color: #ececec;
	height: auto;
	margin-bottom: 10px;
	border: 1px solid #cecece;
	box-shadow: 0px 1px 5px rgba(9,9,9,0.3);
}
#fo .li:last-child {
	display: none;
}
#fo .li .lt {
	height: auto;
	line-height: 22px;
	float: left;
	width: 90%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cfcfcf;
	margin-left: 5%;
}
#fo .li .lt font {
	float: left;
	color: #333333;
	line-height: 40px;
}
#fo .li .lt font:before {
	font-family: webfont!important;
	content: "\f001";
	font-size: 16px;
	line-height: 40px;
	float: left;
	margin-right: 10px;
	margin-left: 1px;
	color: #263E48;
}
#fo .li .lt i {
	float: right;
	font-style: normal;
	height: 16px;
	width: 16px;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	border-radius: 8px;
	font-weight: normal;
	color: #bbb;
	cursor: pointer;
	font-family: "Comic Sans MS", cursive;
}
#fo .li .lt i:hover {
	color: #000;
}
#fo .li .p {
	float: left;
	height: auto;
	width: 80%;
	margin-left: 5%;
	color: #666;
	background-color: #FFF;
	box-shadow: 0px 2px 6px rgba(0,0,0,0.1);
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
}
#fo .li .p a{
	color: #39F;
}
#fo .li .p a:hover{
	color: #F00;
}


#fo_center{
	width: 540px;
	position: fixed;
	z-index: 90;
	height: auto;
	top: 150px;
	background-color: rgba(0, 36, 51, 0.34);
	left: 50%;
	margin-left: -270px;
	max-height: 500px;
	padding-left: 10px;
	border-radius: 5px;
	box-shadow: 0px 1px 5px rgba(214, 214, 214, 0.3);
}


#fo_center .cli{
	float: left;
	width: 530px;
	background-color: rgba(255, 255, 255, 0.99);
	margin-top: 10px;
	margin-bottom: 10px;
	height: 332px;
	border-radius: 5px;
	border: 1px solid #59676c;
	box-shadow: 0px 1px 5px rgba(9,9,9,0.3);
}

#fo_center .cli .clt{
	height: 45px;
	line-height: 22px;
	float: left;
	width: 90%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	margin-left: 5%;
	text-align: center;
}

#fo_center .cli .clt font{
	color: #333333;
	font-size: 25px;
	line-height: 40px;
}

#fo_center .cli .cp {
    float: left;
    height: 225px;
    width: 80%;
    margin-left: 5%;
    color: #666;
    background-color: #F1FCFFA6;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.1);
    padding-right: 5%;
    padding-left: 5%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
    border-radius: 5px;
}

#fo_center .cli .clt i {
    float: right;
    font-style: normal;
    height: 25px;
    width: 25px;
	font-size: 14px;
	margin-top: 10px;
    line-height: 25px;
    text-align: center;
    font-weight: normal;
	color: #fff;
	background-color: #8198a6;
    cursor: pointer;
    font-family: "Comic Sans MS", cursive;
}







#call .gsd {
	float: left;
	height: 25px;
	width: 100%;
	line-height: 25px;
	background-color: #99CC99;
	color: #FFF;
}
#call .gsd i {
	float: left;
	height: 25px;
	width: 30px;
	text-align: center;
	color: #FF0;
	font-size: 12px;
	line-height: 25px;
	cursor: pointer;
	background-color: #000;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center -100px;
	overflow: hidden;
}
#call .gsd font {
	line-height: 25px;
	float: left;
	width: 215px;
	white-space: nowrap;
	height: 25px;
	overflow: hidden;
	margin-left: 5px;
}

table td .i-plus-circle {
    margin-left: 5px;
    margin-top: 1px;
    float: left;
}


table .trjd {
	float: left;
	height: 30px;
	width: 100%;
	position: relative;
	text-align: center;
	display: block;
}
table .trjd li {
	display: inline-block;
	text-align: center;
	font-size: 12px;
	background-color: #fff;
	color: #FFF;
	line-height: 16px;
	position: relative;
	margin-top: 7px;
	overflow: hidden;
	white-space: nowrap;
}
table .trjd li[d="1"]{
	background-color: #BEC7CA;
}
table .trjd li[d="1"]:hover{
	background-color: #455A64;
}
#lsgzr {
	float: right;
	background-color: #F4F4F4;
	width: 100px;
	height: auto;
	position: absolute;
	z-index: 20;
	top: 102px;
	right: 0px;
}
#lsgzr font {
	height: 31px;
	width: 100px;
	background-color: #F4F4F4;
	float: left;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	border-radius: 11px;
}
#lsgzr ul {
	height: auto;
	width: 100%;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	display: none;
}
#lsgzr ul li {
	width: 100%;
	float: left;
	color: #F00;
	text-indent: 10px;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	cursor: pointer;
}
#lsgzr ul li:hover {
	background-color: #CCCCCC;
}
#lsgzr ul li:last-child {
	text-align: center;
	text-indent: 0px;
	color: #000;
	background-color: #F4F4F4;
}
#header .mev .bb {
	background-color: #F4F4F4;
	width: auto;
	padding-left: 10px;
	padding-right: 5px;
}
#header .mev .bb img{
	background-image: none;
	height: 18px;
	width: 18px;
	float: left;
	margin-right: 5px;
	margin-top: 3px;
}

#Sys_Recom{
	float: left;
}


#Sys_Recom .r_cont
{
   background-color: #b1c8ff;
   width: 550px;
   float: left;
   margin-left:15px;
   margin-right:15px;
   margin-bottom: 20px;
   height: 455px;
}

#Sys_Recom .r_head
{
   background-color: #4B6BB7; 
   color:#FFF;
   width: 550px;
   height: 25px;
   line-height: 25px;
   text-align: center;
}


#Sys_Recom .r_cont .r_table .r_t_head{
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
}

#Sys_Recom .r_cont .r_table .r_tcont{
	float: left;
	width: 100%;
	height: 40px;
}


#Sys_Recom .r_cont .r_table .r_t_head .r_t_id,#Sys_Recom .r_cont .r_table .r_t_head .r_t_name,#Sys_Recom .r_cont .r_table .r_t_head .r_t_tel,#Sys_Recom .r_cont .r_table .r_t_head .r_t_ll,#Sys_Recom .r_cont .r_table .r_t_head .r_t_ly,#Sys_Recom .r_cont .r_table .r_t_head .r_t_qd,#Sys_Recom .r_cont .r_table .r_t_head .r_t_time,#Sys_Recom .r_cont .r_table .r_t_head .r_t_sheng,#Sys_Recom .r_cont .r_table .r_t_head .r_t_shi{
	float: left;
	text-align: center;

}

#Sys_Recom .r_cont .r_table .r_tcont .r_c_1,#Sys_Recom .r_cont .r_table .r_tcont .r_c_2,#Sys_Recom .r_cont .r_table .r_tcont .r_c_3,#Sys_Recom .r_cont .r_table .r_tcont .r_c_4,#Sys_Recom .r_cont .r_table .r_tcont .r_c_5,#Sys_Recom .r_cont .r_table .r_tcont .r_c_6,#Sys_Recom .r_cont .r_table .r_tcont .r_c_7,#Sys_Recom .r_cont .r_table .r_tcont .r_c_8,#Sys_Recom .r_cont .r_table .r_tcont .r_c_9
{
	float: left;
	text-align: center;

}


#Sys_Recom .r_cont .r_table .r_t_head .r_t_id,#Sys_Recom .r_cont .r_table .r_tcont .r_c_1{
	width: 5%;
}

#Sys_Recom .r_cont .r_table .r_tcont .r_c_1 a,#Sys_Recom .r_cont .r_table .r_tcont .r_c_2 a,#Sys_Recom .r_cont .r_table .r_tcont .r_c_3 a,#Sys_Recom .r_cont .r_table .r_tcont .r_c_4 a,#Sys_Recom .r_cont .r_table .r_tcont .r_c_5 a,#Sys_Recom .r_cont .r_table .r_tcont .r_c_6 a,#Sys_Recom .r_cont .r_table .r_tcont .r_c_7 a,#Sys_Recom .r_cont .r_table .r_tcont .r_c_8 a,#Sys_Recom .r_cont .r_table .r_tcont .r_c_9 a
{
	color: #6c42a0;
	display: inline-block; 
}

#Sys_Recom .r_cont .r_table .r_tcont .r_c_1 a:hover,#Sys_Recom .r_cont .r_table .r_tcont .r_c_2 a:hover,#Sys_Recom .r_cont .r_table .r_tcont .r_c_3 a:hover,#Sys_Recom .r_cont .r_table .r_tcont .r_c_4 a:hover,#Sys_Recom .r_cont .r_table .r_tcont .r_c_5 a:hover,#Sys_Recom .r_cont .r_table .r_tcont .r_c_6 a:hover,#Sys_Recom .r_cont .r_table .r_tcont .r_c_7 a:hover,#Sys_Recom .r_cont .r_table .r_tcont .r_c_8 a:hover,#Sys_Recom .r_cont .r_table .r_tcont .r_c_9 a:hover
{
    color: #b98fec;
}


#Sys_Recom .r_cont .r_table .r_t_head .r_t_name,#Sys_Recom .r_cont .r_table .r_tcont .r_c_2{
	width: 15%;
	display: inline-block; 
}

#Sys_Recom .r_cont .r_table .r_t_head .r_t_tel,#Sys_Recom .r_cont .r_table .r_tcont .r_c_3{
	width: 15%;
	display: inline-block; 
}

#Sys_Recom .r_cont .r_table .r_t_head .r_t_ll,#Sys_Recom .r_cont .r_table .r_tcont .r_c_4{
	width: 10%;
	display: inline-block; 
}

#Sys_Recom .r_cont .r_table .r_t_head .r_t_time,#Sys_Recom .r_cont .r_table .r_tcont .r_c_5{
	width: 15%;
	display: inline-block; 
}

#Sys_Recom .r_cont .r_table .r_t_head .r_t_ly,#Sys_Recom .r_cont .r_table .r_tcont .r_c_6{
	width: 10%;
	display: inline-block; 
}

#Sys_Recom .r_cont .r_table .r_t_head .r_t_qd,#Sys_Recom .r_cont .r_table .r_tcont .r_c_7{
	width: 10%;
	display:inline-block; 
}

#Sys_Recom .r_cont .r_table .r_t_head .r_t_sheng,#Sys_Recom .r_cont .r_table .r_tcont .r_c_8{
	width: 10%;
	display: inline-block; 
}

#Sys_Recom .r_cont .r_table .r_t_head .r_t_shi,#Sys_Recom .r_cont .r_table .r_tcont .r_c_9{
	width: 10%;
	display:inline-block; 
}



