*,input,textarea{font-family: "Microsoft Yahei","宋体";}
input[disabled],input:read-only{
	border:1px solid #d9d9d9;
	background-color:#ebebe4;
	color:#666;
}


/**********【用户中心页面】**********/
.SameUser{ width: 930px; margin-right: auto; margin-left:auto; }
.userhead{ background: #363741; border-bottom: 1px solid #4b4852; }
.welcome,.MyInfo{ color: #9494a8; padding: 7px 0px; line-height: 20px; }
.welcome b{ margin-right: 10px; }

.MyInfo li{ float: left; display: inline-block; padding: 0px 15px; position: relative; z-index: 2;}
.MyInfo li:after{content: ''; position: absolute; top: 4px; right: 0px; width: 1px; height: 12px; overflow: hidden; background: #4b4852;}
.MyInfo li:last-child:after{ width: 0px; }
.MyInfo li:last-child{ padding-right:0px; } 
.MyInfo a{color: #9494a8; cursor: pointer; display: inline-block;}
.MyInfo a:hover{ color: #fff; }
.MyInfo li em.iconfont{ display: inline-block; float: right; font-size: 14px; color: #9494a8; margin-left: 5px; 
	transition: transform .2s ease-in 0s; -webkit-transition: -webkit-transform .2s ease-in 0s;
}

/*第一个div用于处理第二个宽度未知情况*/
.Specific{ width: 360px; position:absolute; top:20px; left:50%; z-index:99; margin-left: -180px; text-align: center;}
.DropDown{ border:1px solid #21222a; background-color:#fff; padding:10px; display:none;
	border-radius:3px; -o-border-radius:3px; -ms-border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;
}
.DropDown:before,.DropDown:after{ content:""; display:block; width:0px; height:0px; line-height:0px; font-size:0px; border-width:0 6px 6px;  position:absolute; z-index: 2; border-style:solid;}
.DropDown:before{ border-color: transparent transparent #21222a; top:-6px; left:50%; margin-left:-3px; }
.DropDown:after{ border-color: transparent transparent #fff; top:-5px; left:50%; margin-left:-3px;}
.DropDown p{ line-height:25px; text-align:center;}
.DropDown a{ color:#333;}
.DropDown a:hover{ color:#ff483b;}
.MyInfo li.hover a em { transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg);}
.MyInfo li.hover .DropDown{display:inline-block;}

.usertop{background: #363741; padding: 20px 0px;}

/* 头像、信息 */
.UserInfo{}
.InfoAvatar{margin-right: 20px; float: left; width: 80px; height: 80px; position: relative; z-index: 9; background-color:rgba(255,255,255,0.1); overflow: hidden; cursor: pointer;
	border-radius:40px; -o-border-radius:40px; -ms-border-radius:40px; -moz-border-radius:40px; -webkit-border-radius:40px;
}
.InfoAvatar em{ width: 70px; height: 70px; overflow: hidden; display: block; margin:5px;
	border-radius:35px; -o-border-radius:35px; -ms-border-radius:35px; -moz-border-radius:35px; -webkit-border-radius:35px;
}
.InfoAvatar em img{ width: 70px; height: 70px; }
.InfoAvatar i{ width: 70px; height: 30px; line-height: 25px; color: #fff; text-align: center; overflow: hidden; display: block; background-color:rgba(0,0,0,0.3);
	position: absolute; bottom: -35px; left: 5px;
	border-radius:0px 0px 35px 35px; -o-border-radius:0px 0px 35px 35px; -ms-border-radius:0px 0px 35px 35px; -moz-border-radius:0px 0px 35px 35px; -webkit-border-radius:0px 0px 35px 35px;
}
.InfoAvatar:hover i{-webkit-animation-name:fadeInUp;animation-name:fadeInUp; bottom: 5px;}



.InfoOther{ float: left; display: inline-block; padding-top: 10px; padding-bottom: 10px; line-height: 25px; font-size: 14px; }


.InfoOther ul{}
.InfoOther ul li{ display:inline-block; margin-right:10px;}


.InfoOther b{ display: block; color: #fff; font-size: 16px; margin-bottom: 10px;}
.InfoOther a{ display: inline-block; color:#fff; line-height: 25px; cursor: pointer; float: left;}
.InfoOther a:hover{ text-decoration: underline; color:#ff483b; }
.InfoOther a em.iconfont{margin-right: 5px; float: left; font-size: 18px;}
.InfoOther .qyWay{ display: inline-block; color:#ff483b; float: left; margin-left: 10px;}


/* 收藏、消息等 */
.Statistics{ padding-top: 12px; padding-bottom: 12px; }
.Statistics ul{ overflow: hidden; }
.Statistics li{ float: left; padding-right: 25px; padding-left: 25px; line-height: 25px; text-align: center; color: #9494a8; font-size: 14px;}
.Statistics p{ margin-bottom: 6px; font-size: 16px;}
.Statistics p em.iconfont{ margin-right: 2px; font-size: 20px; float: left;}
.Statistics a{ display:inline-block; color: #9494a8; font-weight: bold;}
.Statistics a:hover{ color: #fff; text-decoration: underline; }

/* 用户中心公用的左右布局（为适应IE，未使用css3盒模型） */
.UserMain{}
.Uleft{ width: 200px; display: table-cell; background: #fff; padding-bottom: 50px; }
.Uleft ul{ overflow: hidden; }
.Uright{ width:970px; display: table-cell; position: relative; left: 20px; background: #fff; vertical-align:top;}
.Uleft li{ display: block; float: left; width: 100%; text-align: center; position: relative;}
.Uleft a{ line-height: 50px; height: 50px; display: block; font-size: 16px; color: #393641; cursor: pointer; position: relative;}
.Uleft a em{width: 8px; height: 8px; display:none; background: #ff483b; position: relative; top: -5px; left: 5px;
	border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
}
.Uleft a:hover{ color: #ff483b; background: #f5f5f5; }
.Uleft .Current a{ background: #ebebec; }
.Uleft .Current:before{ content: ''; width:4px; background: #363741; display: block; height: 50px; position: absolute; z-index: 9; left: 0px; top: 0px; }

/* 公用的按钮 */
.SameBtn{ line-height: 40px; height: 40px; padding-left: 30px; padding-right: 30px; background: #ff483b; display: inline-block;
	font-size: 14px; color: #fff; font-weight: bold; cursor: pointer;
	border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

/****** 可公用的表单改写 ******/
.UserInput{height: 40px; line-height: 38px; width:100%;}
.UserInput:focus{
	border-color: #ff7066;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,112,102,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,112,102,.6);
	-ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,112,102,.6);
	-o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,112,102,.6);
}

.W150{ width: 150px; }
.W200{ width: 200px; }
.W250{ width: 250px; }
.W300{ width: 300px; }
.W350{ width: 350px; }
.W400{ width: 400px; }
.W100A{ width:100%; }
.H300{ height: 300px; }
.H70{ height: 70px;}
.H100{ height: 100px; }
.H200{ height: 200px; }

.registerform dl{margin-bottom:20px; clear:both;}
.registerform dl:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }


.SubmitBtn{ width: 100%; display: block; background: #ff483b; border-width: 0px; height: 40px; line-height: 40px;
	font-size: 16px; font-weight: bold; color: #fff; text-align: center; cursor: pointer;
	border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
/* 改写radio、checkbox */
@keyframes hover-color{from{border-color:silver}
    to{border-color:#ff483b}
}

.SameCheckbox,.SameRadio{display:none}

.SameCheckbox+label,.SameRadio+label{position:relative; display:block; padding-left:23px; height: 16px; line-height: 16px; font-size: 14px; cursor:pointer; vertical-align:middle}
.SameCheckbox+label:hover:before,.SameRadio+label:hover:before{animation-duration:.4s; animation-fill-mode:both; animation-name:hover-color}
.SameCheckbox+label:before,.SameRadio+label:before{position:absolute; top:0; left:0; display:inline-block; width:16px; height:16px; content:''; border:1px solid silver}
.SameCheckbox+label:after,.SameRadio+label:after{position:absolute; display:none; content:''}
.SameCheckbox:checked+label:before,.SameRadio:checked+label:before{animation-name:none}
.SameCheckbox:checked+label:after,.SameRadio:checked+label:after{display:block}

.SameRadio+label:before{border-radius:50%}
.SameRadio+label:after{top:5px; left:5px; width:6px; height:6px; border-radius:50%; background:#ff483b;}
.SameRadio:checked+label:before,.SameCheckbox:checked+label:before{border:1px solid #ff483b}

.SameCheckbox+label:before{border-radius:3px;}
.SameCheckbox+label{font-family: "Microsoft Yahei","iconfont"}
.SameCheckbox+label:after{top:2px; left:0px; width:16px; height:16px; text-align: center; line-height: 12px; color: #ff483b; content: '\e601'; font-size: 16px; }


/**  改写下拉框css  **/
.rewrite{ width: calc(33.3333% - 10px); width: -o-calc(33.3333% - 10px); width: -ms-calc(33.3333% - 10px); width: -moz-calc(33.3333% - 10px); width: -webkit-calc(33.3333% - 10px);
	height: 40px; border:solid 1px #cdcdcd; cursor:pointer; background-color:#ffffff; position:relative; float:left; margin:0 10px 0 0; display:inline-block;
	border-radius:3px; -o-border-radius:3px; -ms-border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;
}
.rewrite {color:#333; cursor:pointer; background-color:#fff;}
.rewrite .opts{border:1px solid #cdcdcd; border-top-width: 0px; height:auto; left:0; max-height:250px; background: #fff;
	overflow-x:hidden; overflow-y:auto; position:absolute; top:0; width:auto; z-index:99; cursor:pointer; display:none; 
}
.rewrite .opts a{width:auto; height:30px; line-height:30px; padding-left: 7px; cursor:default; outline:none; white-space:nowrap; text-decoration:none; display:block; cursor:pointer; color: #333;}
.rewrite .opts a:hover{background:rgba(51,51,51,0.1); cursor:pointer;}
.rewrite .opts a.selected{background:rgba(51,51,51,0.1);}
.rewrite .opts a.none{background:#fff;}
.rewrite .opts a:first-child{ color: #666; }
.rewrite > .selected{ line-height: 38px; display: inline-block; overflow:hidden; position:absolute; cursor:pointer; left:10px;}

.rewrite .rewrite_icon{ width:14px; height: 14px; text-align: center; display:block; line-height: 14px; position: absolute; right: 6px; top: 13px;  
	transition: transform .2s ease-in 0s; -webkit-transition: -webkit-transform .2s ease-in 0s;
}
.rewrite .rewrite_icon:before{content:'\e791';}
.rewrite_active .rewrite_icon{ transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg);}

/****** 可公用的表单改写 End ******/



/******个人中心******/
.UserTopic{ border-bottom: 1px solid #e1e1e1; padding-top: 10px; height: 50px; }
.UserTopic span{ line-height: 40px; height: 40px; display: inline-block; padding-left: 20px; padding-right: 20px; font-size: 15px; font-weight: bold; color: #393641;}
.UserTopic span em{ display: inline-block; float: left; margin-right:5px; font-size: 22px; }
.UserTopic span.TabHead{border-bottom:2px solid #ff483b; margin-bottom: -1px; color: #ff483b;}

.UserTopic .Mark{ float: right; height: 26px; line-height: 24px; border: 1px solid #72737a; display: none;
	padding-right: 10px; padding-left: 10px; margin-top: 7px; margin-right: 20px; cursor: pointer;
	border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; 
}
.UserTopic .Mark:hover{background: #ff483b; color: #fff; border-color: #ff483b;
	transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}

.UserTopic2{ border-bottom: 1px solid #e1e1e1; padding-top: 10px; height: 50px; }
.UserTopic2 .tabclick{ line-height: 40px; height: 40px; display: inline-block; padding-left: 20px; padding-right: 20px; 
		font-size: 15px; font-weight: bold; color: #393641; cursor: pointer;
}
.UserTopic2 .tabclick em{ display: inline-block; float: left; margin-right:5px; font-size: 22px; }
.UserTopic2 .tabclick.TabHead{border-bottom:2px solid #ff483b; margin-bottom: -1px; color: #ff483b;}

.UserTopic .topictips{ float: right; margin-right: 20px; line-height: 40px;}
.UserTopic .topictips a{font-weight: bold; color: #ff483b;}
.UserTopic .topictips a:hover{ text-decoration:underline;}

/* 最新资讯（行业） */
.newzx{ overflow: hidden; }
.newzx ul{ overflow: hidden; width: 950px; }
.newzx li{ width: 455px; float: left; margin-right: 20px; }
.newzx li a{ display: block; border:1px solid #e6e6e6; background: #fff; padding: 15px; cursor: pointer;
	border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.newzx li a:hover{ border-color: #ff665b; }
.newzx a h2{ line-height: 26px; font-size: 14px; font-weight: bold; height: 26px; margin-bottom: 7px; color: #393641;}
.newzx a h2 em{ display: inline-block; float: right; background: #eee; position: relative; color: #fff; font-size: 12px;
	margin-right: 7px; padding-left: 3px; padding-right: 3px; line-height: 18px; height: 18px; top: 4px;
	border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
.newzx a h2 em:before{ content:""; display:block; width:0px; height:0px; line-height:0px; font-size:0px; position:absolute; top:5px; left: -4px; 
	border-width:4px 4px 4px 0px;  border-style:solid; border-color: transparent #eeeeee transparent transparent;
}
/* 根据分类选择展示 */
.newzx a h2 em.tcol01{ background: #ff483b;}
.newzx a h2 em.tcol01:before{border-color: transparent #ff483b transparent transparent;}
.newzx a h2 em.tcol02{ background: #1cc4f4;}
.newzx a h2 em.tcol02:before{border-color: transparent #1cc4f4 transparent transparent;}
.newzx a h2 em.tcol03{ background: #d4237a;}
.newzx a h2 em.tcol03:before{border-color: transparent #d4237a transparent transparent;}
.newzx a h2 em.tcol04{ background: #91c220;}
.newzx a h2 em.tcol04:before{border-color: transparent #91c220 transparent transparent;}
.newzx a h2 em.tcol05{ background: #f8921c;}
.newzx a h2 em.tcol05:before{border-color: transparent #f8921c transparent transparent;}
.newzx a h2 em.tcol06{ background: #1087ca;}
.newzx a h2 em.tcol06:before{border-color: transparent #1087ca transparent transparent;}
.newzx a p{ line-height: 20px; color: #777; margin-bottom: 7px; height: 40px; overflow: hidden; 
	text-align:justify; text-justify:distribute; -moz-text-align-last:justify;
}
.newzx a em.fbtime{ color: #999; }

/* 项目推荐 */
.RecProject{border-bottom: 1px solid #e6e6e6; width: 929px;}
.RecProject ul{ overflow: hidden;}
.RecProject li{width: 233px; float: left; border: 1px solid #e6e6e6; margin-right: -1px; margin-bottom:-1px;}
.RecProject a{padding:15px; display: block; overflow: hidden; color: #393641; cursor: pointer;}
.RecProject a:hover{ background: #f2f2f2; }
.RecProject a h3{margin-bottom: 7px; line-height: 25px; height: 25px; font-size: 14px; font-weight: bold;}
.RecProject h3 em{margin-right: 7px; color: #ff483b;}
.RecProject dl{ overflow: hidden; zoom:1; margin-bottom: 7px;}
.RecProject dt{ width: 105px; height: 64px; display: table-cell;}
.RecProject dt img{ height: 64px; max-width: 105px; 
	transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease;
}
.RecProject dd{ width: 100%; text-indent: 7px; text-align: center; display: table-cell; vertical-align: middle; font-size: 14px;}
.RecProject dd em{ font-weight: bold; color:#ff483b;}
.RecProject p{ color: #777; height: 18px; line-height: 18px;}
.RecProject p:before{content: ''; float: left; position: relative; top: 3px; margin-right:5px; height: 12px; width: 5px; background: #01cd4d;
	border-radius: 2px; -o-border-radius: 2px; -ms-border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;
}
.RecProject a:hover h3{color: #ff483b;}
.RecProject a:hover dt img{
	transform: scale(1.05,1.05); -o-transform: scale(1.05,1.05);  -ms-transform: scale(1.05,1.05); -moz-transform: scale(1.05,1.05); -webkit-transform: scale(1.05,1.05);
}

/* 我的收藏 */
.MySet{}
.MySet ul{ overflow: hidden; width: 950px;}
.MySet li{ float: left; border: 1px solid #eee; width: 455px; margin-right: 20px; margin-bottom: 20px; background: #fff; position: relative; padding:15px;
	transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease;
	border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.MySet h3{ height: 25px; line-height: 25px; font-size: 14px;}
.MySet h3 a{color: #393641; cursor: pointer; font-weight: bold;}
.MySet h3 em{margin-right: 7px; color: #ff483b;}
.MySet p{ height: 20px; line-height: 20px; margin-bottom:7px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; color: #999;}
.MySet dl{ overflow: hidden; zoom:1 }
.MySet dt{width: 105px; height: 64px; display: table-cell; }
.MySet dt img{ height: 64px; max-width: 105px; 
	transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease;
}
.MySet dd{display: table-cell; vertical-align: middle; font-size: 14px; width: 100%; text-indent: 15px;}
.MySet dd em{ font-weight: bold; color:#ff483b;}
.MySet h3 a:hover{color: #ff483b;}
.MySet li:hover{border-color:#ff665b; }
.MySet li:hover dt img{
	transform: scale(1.05,1.05); -o-transform: scale(1.05,1.05);  -ms-transform: scale(1.05,1.05); -moz-transform: scale(1.05,1.05); -webkit-transform: scale(1.05,1.05);
}
.MySet .TakeOff{ position: absolute; right: -1px; top: -1px; width: 0px; height: 0px; cursor: pointer; opacity: 0; border-style: solid; border-width: 25px;
	border-color: #363741 #363741 transparent transparent;
	border-top-right-radius:5px; -o-border-top-right-radius:5px; -ms-border-top-right-radius:5px;  -moz-border-top-right-radius:5px; -webkit-border-top-right-radius:5px; 
	transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease;
	
}
.MySet li:hover .TakeOff{ opacity: 1; }
.MySet .TakeOff em{ line-height: 20px; width: 20px; text-align: center; position: absolute; z-index: 9; top:-19px; left:1px; font-size: 16px; color: #fff;
	transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease;
}
.MySet .TakeOff:hover em{
	transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg);
}

/* 最近浏览 */
.Recording{}
.Recording ul{ overflow: hidden; width: 950px;}
.Recording li{ float: left; width: 170px; margin-right: 20px; margin-bottom: 20px; overflow: hidden;}
.Recording a{ display: block; overflow: hidden; width: 170px; height: 120px; text-align: center; color: #777;}
.Recording a img{height: 95px; display: block; max-width: 170px; margin-bottom: 5px;
	transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease;
}
.Recording a span{ line-height: 20px; height: 20px; display: block;}
.Recording a:hover{ color: #ff483b;}
.Recording a:hover img{transform: scale(1.05,1.05); -o-transform: scale(1.05,1.05);  -ms-transform: scale(1.05,1.05); -moz-transform: scale(1.05,1.05); -webkit-transform: scale(1.05,1.05);}

/* 默认将所有的tab模块隐藏，js中展示第一个 */
.TabBox{ display: none; }
.TabMain{ padding-bottom: 100px; }


/* 我的客服 */
.Mykefu{padding-top: 30px; padding-bottom: 100px;}
.Mykefu li{ float: left; margin: 3px 30px; width: 250px; cursor: pointer; background: #fff; padding:40px 20px; text-align: center;
	transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease;
	border-radius: 10px; -o-border-radius: 10px; -ms-border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.2);  
	   -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.2); 
	    -ms-box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	     -o-box-shadow: 0px 0px 3px rgba(0,0,0,0.2);  
			box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
}
.Mykefu li:hover{ background:#f2f2f2;}
.Mykefu li em{ display: block; font-size: 80px; height: 90px; line-height: 90px; margin-bottom: 20px; }
.Mykefu li b{display: block;  margin-bottom: 10px; line-height: 30px; height: 30px; color: #393641; font-size: 18px; font-weight: bold;}
.Mykefu li p{ line-height: 20px; height: 40px; overflow: hidden; color: #555; }
.Mykefu li.kf-qy em,.Mykefu li.kf-qy b{ color: #ffaa5a; }
.Mykefu li.kf-wx em,.Mykefu li.kf-wx b{ color: #69aa5a; }
.Mykefu li.kf-ly em,.Mykefu li.kf-ly b{ color: #7693be; }

/* 弹出的留言框 */
.MySay{width: 400px; padding: 30px; overflow: hidden;}
.LyTextarea{ width: 100%; resize:none; border:1px solid #d9d9d9; min-height: 120px; padding:10px; line-height: 1.8; color: #333; overflow: auto;
	border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	background:url(../images/logo2.png) no-repeat right top;
	background-size: auto 50%;
}
.LyTextarea:focus,.LyTextarea2:focus{
	border-color: #ff6e64;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,72,59,.5);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,72,59,.5);
	-ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,72,59,.5);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,72,59,.5);
}
.LyTextarea2{ width: 100%; resize:none; border:1px solid #d9d9d9; min-height: 70px; padding:10px; line-height: 1.8; color: #333; overflow: auto;
	border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.SubmitMessage{ float: right;}

.layImg{ width: 300px; min-height: 300px; overflow:hidden; text-align: center;}
.layImg img{ max-width: 300px; display: inline-block; }

/* 我的消息 */
.UserNews *{font-family:"宋体";}
.UserNews ul{ overflow: hidden; }
.UserNews li{ width: 100%; display: block; float: left; border-bottom: 1px solid #eee; padding:15px 100px 15px 20px; position: relative;
	transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease;
}
.UserNews li:hover{ background: #f5f5f5; }
.UserNews li h3{ height: 20px; line-height: 20px; margin-bottom: 7px; font-size: 12px; }
.UserNews h3 em{ display: inline-block; float: left; color: #f8921c; }
.UserNews h3 a{ display: inline-block; float: left; color: #444; padding-left: 10px; padding-right: 30px; cursor:default; }
.UserNews h3 a b{padding-right: 7px; font-weight: bold; color: #007eff;}
.UserNews h3 i{ display: inline-block; float: left; color: #999; }
.UserNews li p{line-height: 20px; height: 40px; overflow: hidden; color: #888;}

.UserNews li.prompt h3 a{ font-weight: bold; }
.UserNews li.prompt h3:after{content:''; width: 6px; height: 6px; display:block; background: #ff483b; position: relative; top: 7px; left: -8px;
	border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

.UnewDetail{ padding: 30px; }
.UnewDetail h2{font-size:20px; line-height: 30px; font-weight: bold; text-align: center; margin-bottom:10px; }
.UnewDetail .information{ margin-bottom: 20px; text-align: center; color: #999; }
.UnewDetail .information em,.UnewDetail .information span{padding-left: 20px; padding-right:20px;}
.UnewDetail .UnewContent{}
.UnewDetail .UnewContent p{ line-height:25px; margin-bottom: 15px; color: #333; text-indent: 2em; font-size: 14px; }

.UnewDetail2{padding:20px 50px 50px 50px;}
.infobox:first-child{border-bottom: 1px solid #e1e1e1; padding-bottom: 20px; margin-bottom: 20px;}
.infobox dl{ overflow: hidden; font-size: 14px; line-height: 20px; margin-bottom: 10px;}
.infobox dt{ width:100px; float: left; font-weight: bold; color: #666; text-align: right; padding-right: 10px;}
.infobox dd{ width: 100%; padding-left: 100px; }
.infobox dd b{ color: #007eff; font-weight: bold;}
.infobox dd em{ font-size: 12px; color: #999; }


/* 我的问答 */
.Problem *{font-family:"宋体";}
.Problem ul{ overflow: hidden; }
.Problem li{width: 100%; display: block; float: left; border-bottom: 1px solid #eee; padding: 15px 10px; position: relative;
	transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease;
}
.Problem li:hover{ background: #f5f5f5; }
.Problem h2{margin-bottom: 7px; font-size: 12px;}
.Problem h2 a{color: #444;line-height: 20px; height: 20px; display: inline-block;}
.Problem h2 a:hover{ color: #ff483b; }
.Problem .Pinfo{line-height: 20px; height: 20px; overflow: hidden; color: #aaa;}
.Problem .Pinfo i.iconfont{font-family:"iconfont"; font-size: 16px; display: inline-block; float: left; margin-right: 3px;}
.Problem .Pinfo em,.Problem .Pinfo span{display: inline-block; float: left; margin-right: 10px; }
.Problem .Status{position: absolute; right: 15px; top: 50%; margin-top: -10px; line-height: 20px; height: 20px; color: #888;}
.Problem .Status em{padding-right: 7px;}
.Problem .Status strong{ color: #1087ca; display: inline-block;}
.Problem .Refuse strong{ color: #ff483b; display: inline-block; margin-right: 10px;}
.Problem .Refuse i{ display: inline-block; cursor: pointer;}
.Problem .Refuse i:hover{ text-decoration: underline; }


/* 模拟下拉菜单 */
.Simulation{ height: 40px; }
.Simulation:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}

/* 转成企业用户 */
.Transform{ width: 600px; margin-left: auto; margin-right: auto; padding-top: 30px; padding-bottom: 150px; }
.Transform dl{ margin-bottom:30px;}
.Transform dt{ width: 110px; line-height: 40px; text-align: right; padding-right: 10px; font-size: 14px; font-weight: bold; float: left; }
.Transform dd{ width: 100%; padding-left: 110px; }
.submitbox{ width: 80%; margin-right: auto; margin-left:auto; padding-top: 30px; }


/* 修改密码 */
.ChangePassword{width: 500px; margin-left: auto; margin-right: auto; padding-top: 30px; padding-bottom: 100px;}
.ChangePassword dt{font-size: 14px; font-weight: bold; margin-bottom: 10px;}
.ChangePassword dd{ width: 100%;}
.ChangePassword .submitbox{ width: 100%; }

.ForgetLink{ margin-bottom: 20px; line-height: 20px; color: #999; }
.ForgetLink a{color: #ff483b; padding-left: 5px;}
.ForgetLink a:hover{ text-decoration: underline; }

/* 填写个人资料 */
.BasicData{padding-top: 30px; padding-bottom: 50px;}
.BasicData dl{ position: relative;}
.BasicData dt{ width: 170px; line-height: 40px; color: #777; text-align: right; padding-right: 20px; font-size: 12px; font-weight: bold; float: left; }
.BasicData dt i{ color: #f00; padding-right: 5px; font-weight: bold; }
.BasicData dd{ width: 100%; padding-left: 170px; color: #444;}
.BasicData dd:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.BasicData dd .UserInput{ display: inline-block; float: left; }
.BasicData .Instr{ display: inline-block; float: left; line-height: 40px; height: 40px; padding-left: 10px; padding-right: 10px; color: #999; }
.inlinebox{ display: inline-block; float: left; margin-right:15px; margin-top: 12px; margin-bottom: 12px;}

.BasicData .rewrite{ width: calc(20% - 10px); width: -o-calc(20% - 10px); width: -ms-calc(20% - 10px); width: -moz-calc(20% - 10px); width: -webkit-calc(20% - 10px);	
}
.BasicData .Simulation .UserInput{ width: 30%; }
.BasicData .SameCheckbox+label{ width: 105px;}
.BasicData .SameRadio+label{ width: 100px;}



/**********【企业用户中心】**********/

/* 审核状态 */
.shstatus{text-align: right; line-height: 40px; padding: 0px 20px; border-bottom:1px solid #e1e1e1; color: #888; }
.shstatus em{ color: #ff483b; font-weight: bold;}
.shstatus i{font-weight: bold; color:#338fff; cursor: pointer; text-decoration: underline; }
.shstatus a{ color: #888; text-decoration: underline; margin-left: 10px; font-weight: bold;}
.shstatus a:hover,.shstatus i:hover{ color: #ff483b;}

/* 企业中心 */
.AddTo{}
.AddTo a{ float: left; display: inline-block; border:1px solid #e6e6e6; cursor: pointer; padding: 20px 100px; margin-right: 30px; text-align: center; background:#f8f8f8;
	border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; text-decoration:none !important
}
.AddTo a:hover{ border-color: #ff665b; }
.AddTo a em,.AddTo a i{transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease;}
.AddTo a:hover em,.AddTo a:hover i{color: #ff665b;}
.AddTo a em{ display: block; font-size: 40px; height: 50px; line-height: 50px; overflow: hidden; color: #999;}
.AddTo a i{ display: block; font-size: 14px; line-height: 30px; font-weight: bold; color: #393641;}

/* 当月数据 */
.MonthData{}
.MonthData ul{}
.MonthData li{float: left; margin-right: 30px; background: #eee; height: 110px;	background: #fff; overflow: hidden;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.2);  
	   -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.2); 
	    -ms-box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	     -o-box-shadow: 0px 0px 3px rgba(0,0,0,0.2);  
			box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	width: calc(33.3333% - 20px); width: -o-calc(33.3333% - 20px); width: -ms-calc(33.3333% - 20px); width: -moz-calc(33.3333% - 20px); width: -webkit-calc(33.3333% - 20px);
}
.MonthData li:last-child{ margin-right: 0px;}
.MonthData li .md-icon{ float: left; width: 110px; height: 110px; display: block; text-align: center; line-height: 110px; }
.MonthData li:nth-child(1) .md-icon{background: #ff8181;}
.MonthData li:nth-child(2) .md-icon{background: #81b6ff;}
.MonthData li:nth-child(3) .md-icon{background: #92dda9;}
.md-icon em{font-size: 60px; color: #fff;}
.MonthData li .md-txt{ padding: 20px; width: 100%; padding-left: 130px;}
.md-txt h5{ line-height: 30px; font-size: 14px; font-weight: bold; color: #393641;}
.md-txt a{ line-height: 40px; text-indent: 0.5em; display: inline-block; font-size: 24px; font-weight: bold;}
.md-txt a:hover{ text-decoration: underline; }
.MonthData li:nth-child(1) .md-txt a{color: #ff8181;}
.MonthData li:nth-child(2) .md-txt a{color: #81b6ff;}
.MonthData li:nth-child(3) .md-txt a{color: #92dda9;}

/* 我的项目 */
.MyProject{}
.MyProject ul{ width: 950px; }
.MyProject li{ float: left; width: 455px; border: 1px solid #E6E6E6; margin-right: 20px; margin-bottom: 20px; padding: 15px 20px; position: relative; z-index: 9;
	border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease;
}
.MyProject li .status{ position: absolute; top: -1px; right: -1px; width: 0px; height: 0px; opacity: 1; border-style: solid; border-width: 30px;
	border-color: #363741 #363741 transparent transparent;
	border-top-right-radius:5px; -o-border-top-right-radius:5px; -ms-border-top-right-radius:5px;  -moz-border-top-right-radius:5px; -webkit-border-top-right-radius:5px; 
	transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease;
}
.MyProject li.Review1 .status{border-color: #81b6ff #81b6ff transparent transparent;}
.MyProject li.Review2 .status{border-color: #ff8181 #ff8181 transparent transparent;}
.MyProject li.Review3 .status{border-color: #ff8181 #ff8181 transparent transparent;}
.MyProject li .status span{display: block;  width: 60px;  height: 60px; line-height: 60px; text-align: center; font-size: 12px; color: #fff;
	position: absolute; top: -39px; right: -42px;
	transform:rotate(45deg); -o-transform:rotate(45deg); -ms-transform:rotate(45deg); -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg);
}
.MyProject li:hover{border-color: #d2d2d2;}
.MyProject li .Flunk{ display: inline-block; float: right; margin-right: 30px; color: #f00; font-size: 12px; position: relative; cursor: pointer; }
.Flunk .FailCause{background-color:#fff; color:#f00; padding:10px; width: 200px; line-height:20px; border: 1px solid #e1e1e1; font-size:12px; 
	position:absolute; top:26px; right:-45px; z-index:99999; cursor: default; display: none;
	transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease;
	border-radius:3px; -o-border-radius:3px; -ms-border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;
}
.FailCause:before,.FailCause:after{ content:""; display:block; width:0px; height:0px; line-height:0px; font-size:0px; border-width:0 6px 6px;  position:absolute; border-style:solid;}
.FailCause:before{ border-color: transparent transparent #e1e1e1; top:-6px; left:128px; margin-left:-3px;}
.FailCause:after{ border-color: transparent transparent #fff; top:-5px; left:128px; margin-left:-3px;}
.MyProject li .Flunk:hover .FailCause{ display: block; }

.MyProject h2{ margin-bottom: 10px; line-height: 20px; height: 20px;font-size: 14px;}
.MyProject h2 a{font-weight: bold; color: #393641; cursor: pointer;}
.MyProject h2 em{margin-right: 7px; color: #ff483b;}
.MyProject h2 a:hover{color: #ff483b;}
.MyProject dl{ overflow: hidden; zoom:1; margin-bottom: 10px;}
.MyProject dt{ float: left; width: 150px; height: 90px;}
.MyProject dt img{max-width: 100%; height: 90px;}
.MyProject dd{ width: 100%; padding-left: 170px;}
.MyProject dd p{line-height: 20px; height: 20px; width: 100%; overflow: hidden; margin-bottom: 5px;}
.MyProject dd i{padding-right: 5px; color:#ff483b; }
.MyProject .modify{ line-height: 20px; height: 20px; overflow: hidden; }
.modify span{ float: right; }
.modify span a{ color: #0090ff; padding-left: 5px; padding-right: 5px; }
.modify em{ color: #777; display: inline-block;}
.modify em:before{content: ''; float: left; position: relative; top: 4px; margin-right:5px; height: 12px; width: 5px; background: #01cd4d;
	border-radius: 2px; -o-border-radius: 2px; -ms-border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;
}


/** [文章管理] **/
.GuideBtn{ float: right; display: inline-block; height: 26px; line-height: 26px; background: #ff483b; color: #fff; 
	padding-left: 20px; padding-right: 20px; margin-right: 20px; margin-top:7px; cursor: pointer;
	border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; 
}
.WzBtn{ float: right; display: inline-block; height: 26px; line-height: 26px; background: #1087ca; color: #fff; 
	padding-left: 20px; padding-right: 20px; margin-right: 20px; margin-top:7px; cursor: pointer;
	border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; 
}
.Essay .EHead{ background: #f5f5f5; border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; }
.EHead ul{ overflow: hidden; display:table; width: 100%;}
.EHead li{ height: 40px; display: table-cell; vertical-align: middle; text-align: center; padding-left: 15px; padding-right: 15px; font-weight: bold; color: #555;}
.EHead li:nth-child(1),.EList ul li:nth-child(1){ width: 30%;}
.EHead li:nth-child(2),.EList ul li:nth-child(2){ width: 14%;}
.EHead li:nth-child(3),.EList ul li:nth-child(3){ width: 14%;}
.EHead li:nth-child(4),.EList ul li:nth-child(4){ width: 14%;}
.EHead li:nth-child(5),.EList ul li:nth-child(5){ width: 14%;}
.EHead li:nth-child(6),.EList ul li:nth-child(6){ width: 14%;}
.Essay .EList{ overflow: hidden;}
.EList ul{ overflow: hidden; display:table; width: 100%;  border-bottom: 1px solid #e6e6e6;}
.EList li{padding:10px 15px; height: 70px; display: table-cell; vertical-align: middle; text-align: center; color: #555;}
.EList li.WZtitle a{ display: inline-block; line-height: 20px; color:#393641; font-weight: bold;}
.EList li.WZtitle a:hover{ color:#ff483b; }
.EList li.WZimg img{ height: 50px; max-width: 90px; margin-left:auto; margin-right: auto;}
.EList li.WZstatus *{ display: inline-block; line-height: 20px; }
.EList li.Sing{ color: #1087ca; }
.EList li.Sno{ color: #ff483b;}
.EList li.Sno i{ cursor: pointer; color: #999; margin-left:10px; }
.EList li.WZbtn a{ margin-left: 7px; margin-right: 7px; display: inline-block; cursor: pointer; color: #ff483b; }
.EList li.WZbtn a:hover{ text-decoration: underline; }
.EList li.WZbtn a:first-child{ color: #1087ca;}


/* 发布指南 */
.Instructions{ padding:30px 50px; font-size: 14px; color: #444;}
.Instructions h2{font-size: 20px; font-weight: bold; margin-bottom: 30px; color: #333; text-align: center;}
.Instructions h5{font-weight: bold; margin-bottom: 7px;}
.Instructions p{ margin-bottom: 5px; line-height: 20px; text-indent: 1em;}
.Instructions .PromptRed{ color:#ff483b; font-weight: bold;  }
.Instructions .Ibtn{ text-align: center; }
.Ibtn a{ padding-left: 30px; padding-right: 30px; line-height: 40px; height: 40px; display: inline-block; color: #fff; background: #ff483b; font-weight: bold; cursor: pointer;
	border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

/* 公用的form表单样式 */
.SameForm{padding: 30px 50px; padding-bottom:100px; }
.SameForm dl{ position: relative;}
.SameForm dt{ width: 120px; line-height: 40px; color: #555; text-align: right; padding-right: 20px; font-size: 12px; font-weight: bold; float: left; }
.SameForm dt i{ color: #f00; padding-right: 5px; font-weight: bold; }
.SameForm dd{ width: 100%; padding-left: 120px; color: #444;}
.SameForm dd:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.SameForm dd .UserInput{ display: inline-block; float: left; }
.SameForm .Instr{ display: inline-block; float: left; line-height: 40px; height: 40px; padding-left: 10px; padding-right: 10px; color: #999; }
.SameForm .Instr2{ display: inline-block; float: left; line-height: 40px; height: 40px; padding-left: 10px; padding-right: 10px; color: #999; }
.SameForm .Instr3{ display: block; float: left; line-height: 20px; height: 30px; padding-top: 10px; color: #f00; }

/*单选图片按钮*/
.wzimgBtn{ height: 40px; width: 140px; display: inline-block; float: left;}
.wzimgBtn a{ display: inline-block; text-align: center; width: 100%; line-height: 38px; height: 40px; background: #f0f0f0; border: 1px solid #ccc;
	border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	cursor: pointer; font-family: '宋体';
}
.wzText{width: 100%; padding-left: 160px; padding-right: 160px;}
.wzText .input{ height: 40px; line-height: 38px; width: 100%; }


/* 修改公司信息 */
.FirmInfo dt{ width: 150px; }
.FirmInfo dd{ padding-left: 150px; }

/* 数据中心 */
.DataHead{ background: #f5f5f5; border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; }
.DataHead ul{ overflow: hidden; display:table; width: 100%;}
.DataHead li{ height: 40px; display: table-cell; vertical-align: middle; text-align: center; padding-left: 15px; padding-right: 15px; font-weight: bold; color: #444;}

.DataMain{ overflow: hidden;}
.DataMain ul{ overflow: hidden; display:table; width: 100%;  border-bottom: 1px solid #e6e6e6;}
.DataMain li{padding:10px 15px; height: 70px; display: table-cell; vertical-align: middle; text-align: center; color: #555;}

.DataCenter1 .DataHead li:nth-child(1),.DataCenter1 .DataMain li:nth-child(1){ width: 22%;}
.DataCenter1 .DataHead li:nth-child(2),.DataCenter1 .DataMain li:nth-child(2){ width: 12%;}
.DataCenter1 .DataHead li:nth-child(3),.DataCenter1 .DataMain li:nth-child(3){ width: 15%;}
.DataCenter1 .DataHead li:nth-child(4),.DataCenter1 .DataMain li:nth-child(4){ width: 12%;}
.DataCenter1 .DataHead li:nth-child(5),.DataCenter1 .DataMain li:nth-child(5){ width: 12%;}

.DataCenter2 .DataHead li:nth-child(2),.DataCenter2 .DataMain li:nth-child(2){ width: 15%;}
.DataCenter2 .DataHead li:nth-child(3),.DataCenter2 .DataMain li:nth-child(3){ width: 12%;}
.DataCenter2 .DataHead li:nth-child(4),.DataCenter2 .DataMain li:nth-child(4){ width: 15%;}
.DataCenter2 .DataHead li:nth-child(5),.DataCenter2 .DataMain li:nth-child(5){ width: 12%;}

.DataCenter2 .DataMain img{ height: 50px; max-width: 90px; margin-left:auto; margin-right: auto;}
.DataMain ul li:first-child{font-weight: bold; color: #444;}

/* 项目管理 */
.AdInfo .DataHead li:nth-child(2),.AdInfo .DataMain li:nth-child(2){ width: 25%;}
.AdInfo .DataHead li:nth-child(3),.AdInfo .DataMain li:nth-child(3){ width: 25%;}
.AdInfo .DataHead li:nth-child(4),.AdInfo .DataMain li:nth-child(4){ width: 25%;}

/* 消息管理 */
.InfoBtn{ width: 100px; text-align: center; height:60px; position: absolute; right: 0px; top: 15px;}
.InfoBtn span{ display: block; }
.InfoBtn a{ display: inline-block; line-height: 23px; height: 25px; border:1px solid #dcdcdc; background: #fff; padding-left: 10px; padding-right: 10px; cursor: pointer;
	border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.InfoBtn a:hover{ text-decoration: underline; }
.InfoBtn a.lookInfo{background: #ff483b; color: #fff; border-color: #ff483b; margin-bottom: 10px;}
.InfoBtn a.delInfo{border-color: #e5e5e5; background: #fff; color: #888;}


/* 添加项目 */
.AddProject{padding-bottom: 50px;}
.AddProject dl.Mb4{margin-bottom:40px;}
.AddProject .SameForm{ padding:20px 30px; padding-top: 0px; }
.AddProject dt{ color: #555; }
.AddProject .submitbox{ padding-top: 0px; }

.TwoTitle{padding: 30px 0px; width: 100%;}
.TwoTitle em{text-indent: 20px; display: block; width: 100%; height: 40px; line-height: 40px; font-weight: bold; font-size: 14px; background: #f0f0f0;}
.TwoTitle em i{ color: #ff483b; float: right; font-size: 12px; }

.IssuePact{height: 25px; line-height: 25px; font-size: 14px; color-rendering: #555;}
.IssuePact label{ display: inline-block; }
.IssuePact a{ color: #0078ff; }
.IssuePact a:hover{ text-decoration: underline; cursor: pointer; }

.HideImg{ display: none; overflow: hidden;}
.HideImg ul{ float: left; overflow: hidden; }
.HideImg li{ float: left; margin-right: 10px; width: 110px; height: 110px; padding:5px; border: 1px dashed #e6e6e6; background: #fff; overflow: hidden; }
.HideImg li img{ width: 100%; height: 100%; }

.Reselection{ float: left; height: 110px; padding:35px 0px 35px 20px;}
.Reselection a{ display: inline-block; background: #00b7ee; color: #fff; font-size: 14px;  line-height: 40px; height: 40px;
	border-radius:3px; -o-border-radius:3px; -ms-border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;
	cursor: pointer; padding-right: 20px; padding-left: 20px;
}

.SomeImg { float: left; margin-right: 10px; width: 110px; height: 110px; padding:5px; border: 1px dashed #e6e6e6; background: #fff; overflow: hidden; }
.SomeImg img{ width: 100%; height: 100%; }

.RenewLogo{ float: left; height: 110px; padding:35px 0px 35px 20px;}
.RenewLogo a{ display: inline-block; background: #00b7ee; color: #fff; font-size: 14px;  line-height: 40px; height: 40px;
	border-radius:3px; -o-border-radius:3px; -ms-border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;
	cursor: pointer; padding-right: 20px; padding-left: 20px;
}
.AddProject .inlinebox{ margin-right: 30px; }
.KindRichText{min-height:500px; max-width: 100%; width: 100%;}


/* 添加文章 */
.AddArticle dl{margin-bottom: 20px;}
.AddArticle .SelectBtn{ width: 40%; }
.AddArticle .UserInput,.AddArticle .LyTextarea2{ width: 100%; }

.remind{ color: #f00; line-height: 30px; height: 30px; padding-left: 20px; background: #eee; }

 
/* 改写下拉框 */
.SelectBtn{ height: 40px; border:solid 1px #cdcdcd; cursor:pointer; background-color:#ffffff; position:relative; float:left; margin:0 10px 0 0; display:inline-block;
	border-radius:3px; -o-border-radius:3px; -ms-border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;
	width:calc(33.3333% - 10px); width:-o-calc(33.3333% - 10px); width:-ms-calc(33.3333% - 10px); width:-moz-calc(33.3333% - 10px); width:-webkit-calc(33.3333% - 10px);
}
.SelectBtn > .cur-select{ line-height: 38px; display: inline-block; overflow:hidden; position:absolute; cursor:pointer; left:10px;}
.SelectBtn em.iconfont{ width:14px; height: 14px; text-align: center; display:block; line-height: 14px; position: absolute; right: 6px; top: 13px;  
	transition: transform .2s ease-in 0s; -webkit-transition: -webkit-transform .2s ease-in 0s;
}
.SelectBtn em.iconfont:before{content:'\e791';}

.SelectBox{ background: #fff; width: 100%; border: 1px solid #cdcdcd; border-top-width: 0px; position: absolute; top: 39px; left: 0px; z-index: 99; 
	max-height: 250px; overflow: auto; display: none;
	transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.SelectBox a{ width: 100%; padding-left: 10px; line-height: 30px; height: 30px; display: block; color: #333;}
.SelectBox a:hover,.SelectBox a.pick{ background: #eaeaea; color: #ff483b;}

.Select_active .iconfont{ transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg);}
.Select_active .SelectBox{ display: block; }

/* 项目留言 */
.LyMain{margin-top:-15px;}
.LyMain *{font-family: "宋体";}
.lyList{ float: left; width: 100%; padding:15px 10px; border-bottom: 1px solid #dcdcdc; overflow: hidden; position: relative; z-index: 9;}
.lyList:hover{ background: #f5f5f5; }
.LyUnread:before{content:''; width: 6px; height: 6px; display:block; background: #ff483b; position: absolute; z-index: 10; top: 22px; left: 0px;
	border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
.lyContent{float: left; 
	width: calc(100% - 100px); width: -o-calc(100% - 100px); width: -ms-calc(100% - 100px); width: -moz-calc(100% - 100px); width: -webkit-calc(100% - 100px);
}
.lyContent ul{overflow: hidden;}
.lyContent li{float: left; width: 33.33333%; padding-right: 20px; overflow: hidden; line-height: 20px; height: 20px; color: #888; margin-bottom:5px;}
.lyContent li:last-child{ width: 100%; margin-bottom: 0px;}
.lyContent li i{ width: 60px; float: left; display:block; }
.lyContent li em{float: left; display: block; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; color: #444;
	width: calc(100% - 60px); width: -o-calc(100% - 60px); width: -ms-calc(100% - 60px); width: -moz-calc(100% - 60px); width: -webkit-calc(100% - 60px);
}
.lyContent li em.mesPro{color: #f18100;}
.lyContent li em span.joinVip{color: #007eff;}
.lyContent li em.mesTel{ color: #ff483b; font-size: 14px; }
.lyBtn{ width: 100px; float: left; text-align: center; height:60px; padding-top: 5px;}
.lyBtn span{ display: block; }
.lyBtn a{ display: inline-block; line-height: 23px; height: 25px; border:1px solid #dcdcdc; background: #fff; padding-left: 10px; padding-right: 10px; cursor: pointer;
	border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.lyBtn a:hover{ text-decoration: underline; }
.lyBtn a.lookly{background: #ff483b; color: #fff; border-color: #ff483b; margin-bottom: 10px;}
.lyBtn a.delly{border-color: #e5e5e5; background: #fff; color: #888;}

/*留言详情*/
.lydetail{ width: 600px; margin: 30px 20px; }
.lydetail dl{ overflow: hidden; line-height: 22px; margin-bottom: 15px; font-size: 14px;}
.lydetail dt{ float: left; width: 100px; font-weight: bold; color: #888; text-align: right; padding-right: 10px;}
.lydetail dd{ width: 100%; padding-left: 100px;}
.lydetail dd .joinVip{color: #007eff;}
.lydetail .infoTel{color: #ff483b; font-weight: bold;}
.lydetail .infoTime{color: #999;}
.lydetail .infoPro{color:#f18100;}



/**********【注册】**********/

.publicTop{padding:25px 0px;}
.GoLogin{ line-height: 50px;  font-size: 16px; font-weight: bold; color:#777;}
.GoLogin a{ color: #ff483b; float: right; padding-left: 10px; }
.GoLogin a:hover{ text-decoration:underline; }
.logosmall a{height: 50px; display: block; overflow: hidden;}
.logosmall a img{max-width:180px; height: 50px;}
.pagename{ line-height: 50px; font-size: 16px; font-weight: bold; color:#777; margin-left: 20px; padding-left: 20px; position: relative; z-index: 9;}
.pagename:before{content: ''; width: 1px; height: 50px; background: #dcdcdc; position: absolute; z-index: 10; top: 0px; left: 0px;}

/** 表单 **/
.Register{padding-top: 50px; padding-bottom: 50px;}
.regtop{ text-align: center; }
.regtop p{ display: inline-block;}
.regtop p a{ display: inline-block; font-size: 16px; font-weight: bold; line-height: 26px; height: 26px; color: #555; padding-left: 40px; padding-right:40px; cursor: pointer; }
.regtop p a:last-child{border-left: 1px solid #dcdcdc;}
.regtop p a.nowA{ cursor: default; color:#ff483b; }

.regmain{ width: 530px; margin-right:auto; margin-left: auto; }
.AccountForm dl{ position: relative; margin-bottom: 30px;}
.AccountForm dt{ width: 110px; line-height: 40px; color: #555; text-align: right; padding-right: 20px; font-size: 14px; font-weight: bold; float: left; }
.AccountForm dt i{ color: #f00; padding-right: 5px; font-weight: bold; }
.AccountForm dd{ width: 100%; padding-left: 110px; color: #444;}
.AccountForm dd:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.AccountForm dd .input{height: 40px; line-height: 38px; display: inline-block;}

/* 新修改2018-07-30 */
.AccountForm dd.regprompt{padding-top:7px;}
.AccountForm dd.regprompt p{color: #ff483b; line-height: 20px; height: 20px;}
.AccountForm .regprompt2{ text-align: center; color:#999; padding-top: 20px; }
.AccountForm .regprompt2 a{color: #ff483b; text-decoration: underline;}

/* 图形、短信验证码 */
.Captcha{ width: 150px; height: 40px; float: right; }
.Captcha img{ width: 100%; height: 40px; }
.codebox{ width: 150px; float: right; }
.SMScode{ width: 100%; height: 40px; line-height: 40px; padding-left: 30px; padding-right: 30px; background: #ff483b; display: inline-block;
	font-size: 14px; color: #fff; font-weight: bold; cursor: pointer; border-width: 0px;
	border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

/* 协议 */
.Protocol{height: 25px; line-height: 25px; color: #555; text-align: center; margin-bottom: 15px;}
.Protocol p{ display: inline-block; }
.Protocol label{ display: inline-block; }
.Protocol a{ color: #0078ff; }
.Protocol a:hover{ text-decoration: underline; cursor: pointer; }

/*注册协议*/
.RegPact{ padding:30px 50px; font-size: 14px; color: #444;}
.RegPact h2{font-size: 20px; font-weight: bold; margin-bottom: 30px; color: #333; text-align: center;}
.RegPact h5{font-weight: bold; margin-bottom: 7px; font-size: 14px;}
.RegPact p{ margin-bottom: 7px; line-height: 24px; text-indent: 2em; font-size: 12px;}
.inside{padding-left: 20px; padding-right: 20px;}
.inside h6{ font-size: 12px; font-weight: bold; margin-bottom: 7px;}
.RegPact .Ibtn{ text-align: center; }
.Ibtn a{ padding-left: 30px; padding-right: 30px; line-height: 40px; height: 40px; display: inline-block; color: #fff; background: #ff483b; font-weight: bold; cursor: pointer;
	border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

/**********【登录】**********/
.Logmain{ height: 600px; background-image:url(../images/loginBG.png); background-repeat: no-repeat; background-position: center top; }
.Logtxt{margin-left:140px; margin-top:170px; width: 470px; color: #fff; text-align: center;}
.Logtxt .lt01{ font-size: 40px; line-height: 60px; margin-bottom: 20px;}
.Logtxt .lt02{font-size: 60px; line-height: 80px; font-weight: bold; margin-bottom: 20px; padding-bottom: 29px; border-bottom: 1px solid #fff;}
.Logtxt .lt03{font-size: 30px; line-height: 50px;}

.Login{ width: 410px; height: 500px; margin-top: 50px; background:rgba(255,255,255,0.9); margin-right:40px; position: relative; z-index: 9; }
.Lhead{border-bottom: 1px solid #e3e3e3; background: #fffcf8; padding: 10px 20px; line-height: 30px; color:#888; margin-bottom:10px;}
.Lhead .iconfont{font-size: 20px; margin-right: 3px; float: left;}

.Lfooter{border-top: 1px solid #e3e3e3; background: #fffcf8; padding: 10px 20px; line-height: 30px; width: 100%;
	position: absolute; bottom: 0px; left: 0px; z-index: 10; color:#888; text-align: right;
}
.Lfooter a{ color: #ff483b; padding-left: 5px;}
.Lfooter a:hover{text-decoration: underline;}
.Lfooter a .iconfont{ float: right; font-size: 20px; }




.Lfooter2{border-top: 1px solid #e3e3e3; background: #fffcf8; padding: 10px 20px; line-height: 30px; width: 100px;
	position: absolute; bottom: 0px; left: 0px; z-index: 10; color:#888; text-align: left;
}
.Lfooter2 a{ color: #ff483b; padding-left: 5px;}
.Lfooter2 a:hover{text-decoration: underline;}






.Ltitle{ width: 310px; margin: 0px auto; margin-bottom: 30px; line-height: 40px; }
.Ltitle a{ display: inline-block; float: left; color: #666; text-align: center; cursor: pointer; border-bottom: 1px solid #e1e1e1;
	height: 40px; width: 50%; font-size: 18px;
}
.Ltitle a.CType{color: #e4393c; border-bottom-color: #e4393c; font-weight: bold;}

.Loginform{ width: 310px; margin-right: auto; margin-left:auto; }
.AccountForm2 dl{ position: relative; margin-bottom: 20px;}
.AccountForm2 dt{width: 40px; line-height: 38px; height: 40px; float: left;  background: #f5f5f5; border:1px solid #cdcdcd; text-align: center;
	border-top-left-radius: 3px; -o-border-top-left-radius: 3px; -ms-border-top-left-radius: 3px; -moz-border-top-left-radius: 3px; -webkit-border-top-left-radius: 3px;
	border-bottom-left-radius: 3px; -o-border-bottom-left-radius: 3px; -ms-border-bottom-left-radius: 3px; -moz-border-bottom-left-radius: 3px; -webkit-border-bottom-left-radius: 3px;
}
.AccountForm2 dt .iconfont{font-size: 22px; color: #969696;}
.AccountForm2 dd{ width: 100%; padding-left: 40px; color: #444;}
.AccountForm2 dd:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.AccountForm2 dd .input{height: 40px; line-height: 38px; display: inline-block; border-left-width: 0px;
	border-top-left-radius:0px; -o-border-top-left-radius:0px; -ms-border-top-left-radius:0px; -moz-border-top-left-radius:0px; -webkit-border-top-left-radius:0px;
	border-bottom-left-radius:0px; -o-border-bottom-left-radius:0px; -ms-border-bottom-left-radius:0px; -moz-border-bottom-left-radius:0px; -webkit-border-bottom-left-radius:0px; 
}
.AccountForm2 .Captcha{ width: 110px; }
.forget{margin-bottom: 20px; line-height: 20px; text-align: right;}
.forget a{ color: #555; }
.forget a:hover{ color: #ff483b; text-decoration: underline; }


/**********【找回密码】**********/
.retrieve{padding: 100px 0px;}


/**********【需求中心】**********/
.sametable table,.sametable th,.sametable td{border-top:1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1;}
.sametable table{ width: 100%; text-align: center; border-collapse: collapse;}
.sametable thead{background: #f0f0f0; line-height: 36px; height: 36px;}
.sametable td{padding: 15px 0px; line-height: 22px;}
.sametable td a{ color: #007eff; }
.sametable td a:hover{ text-decoration: underline; }
.sametable tbody tr:nth-child(even){ background: #f8f8f8;}
.mysort tbody tr td:nth-child(1){color: #ff483b; font-weight: bold;}
.mysort tbody td a{cursor: pointer;}
.Nopermission .layui-layer-content{padding: 20px; font-size: 14px; line-height: 30px; text-align: center;}
.Nopermission .layui-layer-content a{ color:#ff483b; padding: 0px 10px; font-weight: bold; text-decoration:underline;}
.Nopermission .layui-layer-content em{ color: #ff483b; padding: 0px 10px;}

.DemandHead{ background: #f0f0f0; border-top:1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; }
.DemandHead ul{ overflow: hidden; width: 100%; display: table; }
.DemandHead li{ height: 40px; display: table-cell; vertical-align: middle; text-align: center; font-weight: bold; color: #444; width: 15%;}
.DemandHead li:nth-child(2),.DemandMain ul li:nth-child(2){ width:auto;}

.DemandMain{ overflow: hidden;}
.DemandMain ul{ overflow: hidden; display:table; width: 100%; border-bottom: 1px solid #e1e1e1;}
.DemandMain li{height: 60px; line-height: 22px; padding: 10px 0px; display: table-cell; vertical-align: middle; text-align: center; width: 15%;}
.DemandMain li a{cursor: pointer; display:inline-block; color: #fff; background: #ff483b; border: 1px solid #ff483b; padding: 0px 10px;
	border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	box-shadow: 0px 1px 0px rgba(0,0,0,0.2);
}
.DemandMain li a:hover{background: #ff6566; border-color: #ff6566;}
.DemandMain li a:visited{background: #f8f8f8; color:#666; border-color: #dcdcdc; }
.DemandMain ul:nth-child(even){ background: #f8f8f8;}
.DemandMain li.DMnone{ width: 0px; display: none; }
.DemandMain ul li:nth-child(1){ color: #007eff; }
.DemandMain ul li:nth-child(4){ color: #ff483b; }
.DemandMain ul li:nth-child(5){ color: #888;}


/**********【系统推送留言】**********/
.PushInfo .lyBtn{height: 50px; padding: 0px;}
.PushInfo .lyBtn a{display: inline-block; line-height:20px; height: 22px; border:1px solid #dcdcdc; background: #fff; padding-left: 10px; padding-right: 10px; cursor: pointer;
	border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	margin-top:14px;
}
.PushInfo .lyBtn a:hover{ text-decoration: underline; }
.PushInfo .lyBtn a.lookly{background: #ff483b; color: #fff; border-color: #ff483b; margin-bottom: 0px;}
.PushInfo .lyBtn a.delly{border-color: #e5e5e5; background: #fff; color: #888;}


/**********【新增认领页面】**********/
.cltitle{ border-bottom: 1px solid #e1e1e1; line-height: 40px; height: 40px;}
.cltitle span{height:40px;padding-left: 15px;padding-right: 15px;font-size: 14px;font-weight: bold;display: inline-block;border-bottom: 2px solid #ff483b;margin-bottom: -1px;}
.cltitle b{color: #ff483b; font-weight: bold; display: inline-block;}

.clfind{width: 700px; margin: 0px auto; padding:50px 0px;}
.clfind dl{overflow: hidden;}
.clfind dt{width: 110px; line-height: 40px; color: #555; font-weight:bold; float: left; text-align:right; padding-right: 20px;}
.clfind dd{width: 100%; padding-left: 110px;}
.clfind dd .claiminput{line-height: 38px; height: 40px; float: left;
	width: calc(100% - 170px); width: -o-calc(100% - 170px); width:-ms-calc(100% - 170px); width:-moz-calc(100% - 170px); width:-webkit-calc(100% - 170px);
}
.clfind dd .claimsearch{width: 150px; height: 40px; line-height: 40px; display:block; float: right; cursor: pointer; border-width: 0px; color: #fff; font-size: 14px;
	background-color: #ff483b; border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.clfind dd .claimsearch:hover{background: #ff6566;}
.clprompt{ background: #f5f5f5; color: #333; height: 40px; padding: 10px 20px; line-height: 20px; text-align: right;}

.clover{margin: 10px 0px; padding: 0px 20px; min-height: 300px; max-height:400px; overflow-y: auto;}
.clover ul{overflow: hidden;}
.clover li{ float: left; display: inline-block; margin-right: 20px; padding: 10px 5px;
	width: calc(20% - 16px); width: -o-calc(20% - 16px); width: -ms-calc(20% - 16px); width: -moz-calc(20% - 16px); width: -webkit-calc(20% - 16px);
}
.clover li:hover{background-color: #f4f4f4;}
.clover li:nth-child(5n){margin-right: 0px;}
.clover li a{ display: inline-block; float: left; }
.clover li a.JumpPro{font-size: 14px; margin-right: 10px; line-height: 20px; height: 20px; text-align:right; color: #333; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; 
	width: calc(100% - 60px); width: -o-calc(100% - 60px); width: -ms-calc(100% - 60px); width: -moz-calc(100% - 60px); width: -webkit-calc(100% - 60px);
}
.clover li a.JumpPro b{ color:#ff483b; }
.clover li a.JumpPro:hover{ color: #ff483b; text-decoration: underline; }
.clover li a.Collar{color: #fff; background-color: #ffa04a; cursor: pointer; height: 20px; line-height: 20px; width: 50px; text-align: center;
	border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
.clover li a.Collar:hover{background: #ff6566;}
.clover li a.CanNot{cursor: default; color: #888; background-color: #eee;}
.clover li a.CanNot:hover{background-color: #eee;}
.clover .registerable{width: 700px; margin: 0px auto; text-align: center; padding: 50px 0px;}
.clover .registerable div{ display:inline-block; font-size: 14px;}
.clover .registerable b{}
.clover .registerable a{color: #ff483b; text-decoration: underline;}
.clover .ordinary{width: 700px; margin: 0px auto; text-align: center; padding: 50px 0px; font-size: 14px;}


/* 后台增加认领页面 */
.ClaimInfo .SameForm{padding: 0px 50px 50px 50px;}
.ClaimInfo dt{ width: 170px; }
.ClaimInfo dd{ padding-left: 170px; }

.InfoOther a.rlBtn{ color: #fff; background-color:#ff483b; margin-left: 20px; padding: 0px 15px;
	border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

/* 认领弹窗 */
.ClaimLayer{max-width: 400px;}
.ClaimLayer .layui-layer-content{padding:20px; text-align: center; font-size: 14px;}
.ClaimLayer .layui-layer-content .layerinfop b{padding: 0px 5px; font-weight: bold; color: #ff483b;}
.ClaimLayer .layui-layer-content .layerinfop2{padding-top:10px; text-align:left; font-weight: bold; line-height: 22px; font-size: 12px; color: #00796e;}
.ClaimLayer .layui-layer-btn a{margin:0px 10px 0px;}
.ClaimLayer .layui-layer-btn{padding-top: 0px !important; text-align: center;}



.regise-head {
    overflow: hidden; margin-bottom:10px; background:#FFF; padding:10px;
}

.regise-head p {
    width: 253px;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #626262;
    cursor: pointer; font-weight:bold
}
.regise-head p a{color: #626262;}
.regise-head .regise-sel {}
.regise-head .regise-sel a{color: #F30;}

.regise-head p:first-child {
    border-right: 1px solid #cecece;
}
.regise-head img {
    vertical-align: text-bottom;
    padding-right: 5px; display:inline-block
}




.biaoge{}


.biaoge table{ background:#eee} 
.biaoge table td{ background:#FFF; padding:5px;}

.biaoge table td input{
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border: 1px solid #cdcdcd;
    padding-left: 5px;
    border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;    height: 25px;
    line-height: 25px;
    width: 90%;
}




.biaoge table td textarea{
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border: 1px solid #cdcdcd;
    padding-left: 5px;
    border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;    height: 90px;
    line-height: 38px;
    width: 90%;
}




.anniu1{
display: inline-block; padding-left:13px; padding-right:13px;
    background: #ff483b;
    border-width: 0px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}


.writewz{background: #ff483b;}



.anniu12{ width:100px !important;
display: inline-block; padding-left:13px; padding-right:13px;
    background: #ff483b;
    border-width: 0px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; border:none !important
}