body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin: 0; padding: 0; }
ul,ol{list-style:none;}
a{text-decoration:none;color: #333333}
a:hover{color: #0397ed}
img{border:0;vertical-align:middle;}
input,button{vertical-align:middle;outline:none;border:none;}
textarea{outline:none;border:none;resize:none;}
input, textarea {box-sizing: content-box;outline: none;background: 0 0;font-family: "Microsoft YaHei"}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: #acacac;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color:#acacac;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color:#acacac;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color:#acacac;
}
i{
    font-style: normal;
}
.lf{
	float: left;
}
.rt{
	float: right;
}
a:hover{
	text-decoration: none;
}
/*清除浮动*/
.clearfix{*zoom:1;} /* 针对IE7 hack，触发IE7的haslayout，以清除浮动 */
.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}
.clearfix:after{clear:both;}
table tr td,table{border-collapse:collapse;}


/*默认样式结束*/


#commomCommentBox{
	min-width: 1120px;
}
#commomCommentBox .comment-fir-art{
	width: 99%;
}
/*弹框*/
#commomCommentBox .forget-pwd-bg{
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    display: none;
}
/*公共提示框*/
#commomCommentBox .com-prompt-box{
	display: none;
	width: 360px;
	background: #fff;
	border-radius: 5px;
	position: fixed;
	left: 50%;
	margin-left:-180px;
	top: 300px;
	margin-top: -200px;
	height: 220px;
	overflow: hidden;
	z-index: 100000
}
#commomCommentBox .com-prompt-dw{
	position: relative;
	width: 100%;
	height: 100%;
}
#commomCommentBox .com-prompt-tit{
	text-align: center;
	height: 40px;
	font-size: 18px;
	color: #333;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background: #eee;
	line-height: 40px;
}
#commomCommentBox .com-prompt-btns{
	width: 200px;
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left:-100px;
}
#commomCommentBox .com-prompt-btnlf{
	float: left;
	background: #8ca4d9;
}
#commomCommentBox .com-prompt-btnft{
	float: right;
	background: #ccc;
}
#commomCommentBox .com-prompt-btns a{
	height: 30px;
	width: 40%;
	line-height: 30px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	font-size: 12px;
}
#commomCommentBox .com-prompt-lists{
	position: absolute;
	top: 80px;
	width: 100%;
	left: 0px;
	height: auto;
}
#commomCommentBox .com-prompt-item{
	text-align: center;
	font-size: 12px;
	color: #666;
	line-height: 28px;
}
#commomCommentBox .prompt-th{
	float: left;
	width: 20%;
	line-height: 28px;
	text-align: right;
	margin-right: 10px;
}
#commomCommentBox .prompt-td{
	width: 70%;
	float: left;
	line-height: 28px;
	text-align: left;
	font-size: 12px;
}

#commomCommentBox .must-icon{
	margin-left: 8px;
	color: red;
	line-height: 40px;
	font-size: 14px;
}



/*忘记密码的弹框*/

#commomCommentBox #commomCommentBox .forget-positon{
	position: relative;
	width: 100%;
	height: 100%;
}
#commomCommentBox #commomCommentBox .forget-prompt-txt{
	position: absolute;
	height: 30px;
	top: 60px;
	left: 20px;
	min-width: 116px;
	display: none;
}
#commomCommentBox #commomCommentBox .forget-relat{
	position: relative;
	width: 100%;
	height: 100%;
}
#commomCommentBox #commomCommentBox .forget-prompt-txt i{
	position: absolute;
	width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 5px solid red;
    bottom: 0px;
    left: 50%;
    margin-left: -3px;
}
#commomCommentBox .forget-icons{
	position: absolute;
	background: red;
	width: 120px;
	text-align: center;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	padding:0px 10px;
	border-radius: 10px;
	box-shadow: 0px 2px 5px red;
	color: #fff;
	top: 0px;
	left: 0px;
}
#commomCommentBox .forget-error-prompt{
	position: absolute;
	top: 50%;
	left:50%;
	/*height: 50px;*/
	width: 200px;
	background: #ddd;
	border-radius: 5px;
	margin-left:-100px;
	margin-top:-25px;
	display: none;
}
#commomCommentBox .forget-error-prompt p{
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	color: #666;
}
#commomCommentBox .forget-pwd-box{
    height: 350px;
    width: 360px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -215px;
    margin-left:-180px;
    background: #fff;
    z-index: 10000;
    border-radius: 6px;
    padding:0 20px;
}

#commomCommentBox .forget-pwd-tit{
    text-align: center;
    font-size: 30px;
    color: #444;
    padding:20px 0;
    font-weight: normal;
}
#commomCommentBox .forget-pwd-box .forget-input{
    display: block;
    height: 50px;
    width: 90%;
    border:1px solid #ccc;
    border-radius: 5px;
    line-height: 50px;
    padding:0 10px;
    margin:0 auto;
    margin-bottom: 15px;
}
#commomCommentBox #commomCommentBox .forget-pwd-box .fgcolor{
	border-color: red;
	box-shadow: 0px 0px 5px red,0px 0px 5px red inset;
}
#commomCommentBox #commomCommentBox .forget-pwd-box .forget-pwd-captcha{
    width: 90%;
    margin-left:7px;
}
#commomCommentBox #commomCommentBox .forget-pwd-captcha input{
    float: left;
    width: 40%;
    height: 50px;
    border:1px solid #ccc;
    border-radius: 5px;
    line-height: 50px;
    padding:0 10px;
}
#commomCommentBox #commomCommentBox .forget-pwd-box .forget-pwd-captcha a{
    float: left;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-left:10px;
    margin-top: 7px;
    background: red;
    width: 45%;
    border-radius: 5px;
}
#commomCommentBox #commomCommentBox #commomCommentBox .forget-pwd-box .forget-pwd-captcha .unUse-zjd{
	background: #E6E6E6;
	color:#555;
}
#commomCommentBox #commomCommentBox #commomCommentBox .forget-pwd-btns{
    width: 96%;
    margin:20px auto;
    height: 50px;
}
#commomCommentBox #commomCommentBox #commomCommentBox .forget-pwd-submit{
    float: left;
    background: #3a9bd3; 
}
#commomCommentBox #commomCommentBox #commomCommentBox .forget-pwd-exit{
    float: right;
    background: #e6e6e6;
}
#commomCommentBox #commomCommentBox #commomCommentBox .forget-pwd-btns a{
    height: 50px;
    line-height: 50px;
    width: 45%;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
}
#commomCommentBox #commomCommentBox #commomCommentBox .forget-pwd-submit:hover{
    color: #fff;
    opacity: 0.9;
    filter: (opacity=90);
}
#commomCommentBox #commomCommentBox #commomCommentBox .forget-pwd-exit:hover{
    background: #ccc;
}


/*注册的弹框*/

#commomCommentBox .reg-positon{
	position: relative;
	width: 100%;
	height: 100%;
}
#commomCommentBox .reg-prompt-txt{
	position: absolute;
	height: 30px;
	top: 60px;
	left: 20px;
	min-width: 116px;
	display: none;
}
#commomCommentBox .reg-relat{
	position: relative;
	width: 100%;
	height: 100%;
}
#commomCommentBox .reg-prompt-txt i{
	position: absolute;
	width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 5px solid red;
    bottom: 0px;
    left: 50%;
    margin-left: -3px;
}
#commomCommentBox .reg-icons{
	position: absolute;
	background: red;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	padding:0px 10px;
	border-radius: 10px;
	box-shadow: 0px 2px 5px red;
	color: #fff;
	top: 0px;
	left: 0px;
}
#commomCommentBox .reg-error-prompt{
	position: absolute;
	top: 50%;
	left:50%;
	height: 50px;
	width: 200px;
	background: #ddd;
	border-radius: 5px;
	margin-left:-100px;
	margin-top:-25px;
	display: none;
}
#commomCommentBox .reg-error-prompt p{
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	color: #666;
}
#commomCommentBox .reg-pwd-box{
    height: 350px;
    width: 360px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -215px;
    margin-left:-180px;
    background: #fff;
    z-index: 10000;
    border-radius: 6px;
    padding:0 20px;
}
.reg-positon h3.reg-pwd-tit,.forget-pwd-box h3.forget-pwd-tit{
	margin: 0;
}


#commomCommentBox .reg-pwd-tit{
    text-align: center;
    font-size: 30px;
    color: #444;
    padding:20px 0;
    font-weight: normal;
}
#commomCommentBox .reg-pwd-box .reg-input{
    display: block;
    height: 50px;
    width: 90%;
    border:1px solid #ccc;
    border-radius: 5px;
    line-height: 50px;
    padding:0 10px;
    margin:0 auto;
    margin-bottom: 15px;
}
#commomCommentBox .reg-pwd-box .fgcolor{
	border-color: red;
	box-shadow: 0px 0px 5px red,0px 0px 5px red inset;
}
#commomCommentBox .reg-pwd-box .reg-pwd-captcha{
    width: 90%;
    margin-left:7px;
}
#commomCommentBox .reg-pwd-captcha input{
    float: left;
    width: 40%;
    height: 50px;
    border:1px solid #ccc;
    border-radius: 5px;
    line-height: 50px;
    padding:0 10px;
}
#commomCommentBox .reg-pwd-box .reg-pwd-captcha a{
    float: left;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-left:10px;
    margin-top: 7px;
    background: red;
    width: 45%;
    border-radius: 5px;
}
#commomCommentBox .reg-pwd-btns{
    width: 96%;
    margin:20px auto;
    height: 50px;
}
#commomCommentBox .reg-pwd-submit{
    float: left;
    background: #3a9bd3; 
}
#commomCommentBox .reg-pwd-exit{
    float: right;
    background: #e6e6e6;
}
#commomCommentBox .reg-pwd-btns a{
    height: 50px;
    line-height: 50px;
    width: 45%;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
}
#commomCommentBox .reg-pwd-submit:hover{
    color: #fff;
    opacity: 0.9;
    filter: (opacity=90);
}
#commomCommentBox .reg-pwd-exit:hover{
    background: #ccc;
}

/*表格*/
#commomCommentBox .tab-border{
	width: 100%;
	border:1px solid #dcdcdc;
	/*height:500px;*/
	margin:30px 0;
}
#commomCommentBox .tab-zj{
	width:100%;
	min-height: 500px;
}
#commomCommentBox .tab-th{
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-bottom: 1px solid #dcdcdc;
}
#commomCommentBox .tab-td{
	border-bottom: 1px solid #dcdcdc;
	height: 40px;
	line-height:40px;	
}
#commomCommentBox .tab-item li{
	float: left;
}
#commomCommentBox .tab-td1{
	width: 20%;
	text-align: center;
}
#commomCommentBox .tab-td2{
	width: 60%;
	text-align: left;
}
#commomCommentBox .tab-td2 a{
	float: left;
	max-width: 650px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#commomCommentBox .tab-td3{
	width: 20%;
	text-align: center;
}
#commomCommentBox .tab-th li{
	font-size: 14px;
	color: #3f68c4;
}
#commomCommentBox .tab-td li{
	font-size: 14px;
	color: #666;
}



/*前台登陆门户*/

#commomCommentBox .cment-form{
	width: 99%;
	border: 1px solid #eee;
	height: 184px;
	position: relative;
	overflow: hidden;
}
#commomCommentBox .cment-area{
	padding:15px 12px;
	height: 104px;
	width: 98%;
	line-height: 30px;
	font-size: 14px;
	color: #4f4f4f;
	background: #fff;
}
#commomCommentBox .cment-num-all{
	position: absolute;
	bottom: 45px;
    right: 15px;
	font-size: 10px;
	color: #D84C29;
}
#commomCommentBox .cment-login-form{
	height: 43px;
	border-top: 1px solid #eee;
	background: #f7f7f7;
}
#commomCommentBox .cment-login-form input,
#commomCommentBox .cment-login-form a,
#commomCommentBox .cment-login-form span{
	float: left;
}
#commomCommentBox .cment-login-form .cment-login-btn{
	float: right;
	cursor: pointer;
}
#commomCommentBox .cment-name,
#commomCommentBox .cment-pwd{
	height: 32px;
	width: 140px;
	border:1px solid #eee;
	border-radius: 4px;
	padding:0 12px;
	color: #666;
	font-size: 14px;
	background: #fff;
	margin-top: 4px;
}
#commomCommentBox .cment-name{
	margin-left: 12px;
}
#commomCommentBox .cment-pwd{
	margin-left: 16px;
	margin-right: 14px;
}
#commomCommentBox .cment-login-form .redcolor{
	border-color: red;
	box-shadow: 0px 0px 4px red,0px 0px 4px red inset;
}
#commomCommentBox .cment-reg,
#commomCommentBox .cment-forget{
	font-size: 14px;
	line-height: 34px;
	height: 34px;
	margin-top: 4px;
	color: #4b9aeb;
	cursor: pointer;
}
#commomCommentBox .cment-icon{
	height: 17px;
	width: 1px;
	background: #dfdfdf;
	margin:13px 16px;
}
#commomCommentBox .cment-login-btn{
	height: 44px;
	width: 120px;
	margin-right: -1px;
	margin-top: -1px;
	line-height: 44px;
	color: #fff;
	font-size: 14px;
	background: #547edb;
}

#commomCommentBox .cment-cb-det{
	float: right;
	height: 35px;
	width: 68px;
	border-radius: 4px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #cecece;
	margin-top: 40px;
	cursor: pointer;
}
#commomCommentBox .cment-cb-active{
	background: #6e9deb;
}
#commomCommentBox .cment-cb-det:hover{
	color: #fff;
}

#commomCommentBox .cment-cbk-detail{
	/*width: 1050px;*/
	width: 93%;
	padding:10px 25px;
	background: #eee;
}
#commomCommentBox .cment-cbk-detail .op-header-det{
	margin:0px;
	border-bottom: 1px solid #e2e2e2;
	padding:10px 0px;
}
#commomCommentBox .cment-cbk-detail .op-header-det a{
	font-size: 14px;
	color: #666;
	font-weight: bold;
}
#commomCommentBox .cment-cbk-detail .op-header-det span{
	font-size: 14px;
	color: #666;
}
#commomCommentBox .cment-login-name{
	font-size: 14px;
	color: #666;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 35px;
}



/*概览分页*/
#commomCommentBox .pages{
	height: 70px;
	width: 100%;
}
#commomCommentBox .box {
width: 650px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin:0 auto;
  margin-top: 30px;
}
#commomCommentBox .box button {
  padding: 0 10px;
  margin: 0 10px;
  height: 26px;
  float: left;
  cursor: pointer;
  /*border: 1px solid #ebebeb;*/
  background-color: #ffffff;
  font-size: 12px;
}
#commomCommentBox .box button:hover{
	text-decoration: underline;
}
#commomCommentBox .box .first-page,
#commomCommentBox .box .last-page {
  margin: 0;
}
#commomCommentBox .box .pageWrap {
  height: 26px;
  float: left;
  overflow: hidden;
}
#commomCommentBox .box .pageWrap ul {
  width: 100000px;
  height: 26px;
  float: left;
}
#commomCommentBox .box .pageWrap ul li {
  width: 26px;
  height: 26px;
  /*border: 1px solid #ebebeb;*/
  line-height: 26px;
  box-sizing: border-box;
  cursor: pointer;
  float: left;
}
#commomCommentBox .box .pageWrap ul .sel-page {
  background-color: #eee;
}
#commomCommentBox .box .jump-text {
  width: 26px;
  height: 26px;
  box-sizing: border-box;
  text-align: center;
  margin: 0 5px;
  float: left;
}
#commomCommentBox .box .jump-button {
  margin: 0;
  float: left;
}
#commomCommentBox .box .total-pages,
#commomCommentBox .box .total-count {
  margin-left: 10px;
  float: left;
  font-size: 12px;
}


/*弹框*/
.forget-pwd-bg{
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    display: none;
}
/*公共提示框*/
.com-prompt-box{
	display: none;
	width: 360px;
	background: #fff;
	border-radius: 5px;
	position: fixed;
	left: 50%;
	margin-left:-180px;
	top: 300px;
	margin-top: -200px;
	height: 220px;
	overflow: hidden;
	z-index: 100000
}
.com-prompt-dw{
	position: relative;
	width: 100%;
	height: 100%;
}
.com-prompt-tit{
	text-align: center;
	height: 40px;
	font-size: 18px;
	color: #333;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background: #eee;
	line-height: 40px;
}
.com-prompt-btns{
	width: 200px;
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left:-100px;
}
.com-prompt-btnlf{
	float: left;
	background: #8ca4d9;
}
.com-prompt-btnft{
	float: right;
	background: #ccc;
}
.com-prompt-btns a{
	height: 30px;
	width: 40%;
	line-height: 30px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	font-size: 12px;
}
.com-prompt-lists{
	position: absolute;
	top: 80px;
	width: 100%;
	left: 0px;
	height: auto;
}
.com-prompt-item{
	text-align: center;
	font-size: 12px;
	color: #666;
	line-height: 28px;
}
.prompt-th{
	float: left;
	width: 20%;
	line-height: 28px;
	text-align: right;
	margin-right: 10px;
}
.prompt-td{
	width: 70%;
	float: left;
	line-height: 28px;
	text-align: left;
	font-size: 12px;
}

.must-icon{
	margin-left: 8px;
	color: red;
	line-height: 40px;
	font-size: 14px;
}



/*忘记密码的弹框*/

.forget-positon{
	position: relative;
	width: 100%;
	height: 100%;
}
.forget-prompt-txt{
	position: absolute;
	height: 30px;
	top: 60px;
	left: 20px;
	min-width: 116px;
	display: none;
}
.forget-relat{
	position: relative;
	width: 100%;
	height: 100%;
}
.forget-prompt-txt i{
	position: absolute;
	width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 5px solid red;
    bottom: 0px;
    left: 50%;
    margin-left: -3px;
}
.forget-icons{
	position: absolute;
	background: red;
	width: 120px;
	text-align: center;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	padding:0px 10px;
	border-radius: 10px;
	box-shadow: 0px 2px 5px red;
	color: #fff;
	top: 0px;
	left: 0px;
}
.forget-error-prompt{
	position: absolute;
	top: 50%;
	left:50%;
	/*height: 50px;*/
	width: 200px;
	background: #ddd;
	border-radius: 5px;
	margin-left:-100px;
	margin-top:-25px;
	display: none;
}
.forget-error-prompt p{
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	color: #666;
}
.forget-pwd-box{
    height: 350px;
    width: 360px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -215px;
    margin-left:-180px;
    background: #fff;
    z-index: 10000;
    border-radius: 6px;
    padding:0 20px;
}

.forget-pwd-tit{
    text-align: center;
    font-size: 30px;
    color: #444;
    padding:20px 0;
    font-weight: normal;
}
.forget-pwd-box .forget-input{
    display: block;
    height: 50px;
    width: 90%;
    border:1px solid #ccc;
    border-radius: 5px;
    line-height: 50px;
    padding:0 10px;
    margin:0 auto;
    margin-bottom: 15px;
}
.forget-pwd-box .fgcolor{
	border-color: red;
	box-shadow: 0px 0px 5px red,0px 0px 5px red inset;
}
.forget-pwd-box .forget-pwd-captcha{
    width: 90%;
    margin-left:7px;
}
.forget-pwd-captcha input{
    float: left;
    width: 40%;
    height: 50px;
    border:1px solid #ccc;
    border-radius: 5px;
    line-height: 50px;
    padding:0 10px;
}
.forget-pwd-box .forget-pwd-captcha a{
    float: left;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-left:10px;
    margin-top: 7px;
    background: red;
    width: 45%;
    border-radius: 5px;
}
.forget-pwd-box .forget-pwd-captcha .unUse-zjd{
	background: #E6E6E6;
	color:#555;
}
.forget-pwd-btns{
    width: 96%;
    margin:20px auto;
    height: 50px;
}
.forget-pwd-submit{
    float: left;
    background: #3a9bd3; 
}
.forget-pwd-exit{
    float: right;
    background: #e6e6e6;
}
.forget-pwd-btns a{
    height: 50px;
    line-height: 50px;
    width: 45%;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
}
.forget-pwd-submit:hover{
    color: #fff;
    opacity: 0.9;
    filter: (opacity=90);
}
.forget-pwd-exit:hover{
    background: #ccc;
}


/*注册的弹框*/

.reg-positon{
	position: relative;
	width: 100%;
	height: 100%;
}
.reg-prompt-txt{
	position: absolute;
	height: 30px;
	top: 60px;
	left: 20px;
	min-width: 116px;
	display: none;
}
.reg-relat{
	position: relative;
	width: 100%;
	height: 100%;
}
.reg-prompt-txt i{
	position: absolute;
	width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 5px solid red;
    bottom: 0px;
    left: 50%;
    margin-left: -3px;
}
.reg-icons{
	position: absolute;
	background: red;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	padding:0px 10px;
	border-radius: 10px;
	box-shadow: 0px 2px 5px red;
	color: #fff;
	top: 0px;
	left: 0px;
}
.reg-error-prompt{
	position: absolute;
	top: 50%;
	left:50%;
	height: 50px;
	width: 200px;
	background: #ddd;
	border-radius: 5px;
	margin-left:-100px;
	margin-top:-25px;
	display: none;
}
.reg-error-prompt p{
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	color: #666;
}
.reg-pwd-box{
    height: 350px;
    width: 360px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -215px;
    margin-left:-180px;
    background: #fff;
    z-index: 10000;
    border-radius: 6px;
    padding:0 20px;
}

.reg-pwd-tit{
    text-align: center;
    font-size: 30px;
    color: #444;
    padding:20px 0;
    font-weight: normal;
}
.reg-pwd-box .reg-input{
    display: block;
    height: 50px;
    width: 90%;
    border:1px solid #ccc;
    border-radius: 5px;
    line-height: 50px;
    padding:0 10px;
    margin:0 auto;
    margin-bottom: 15px;
}
.reg-pwd-box .fgcolor{
	border-color: red;
	box-shadow: 0px 0px 5px red,0px 0px 5px red inset;
}
.reg-pwd-box .reg-pwd-captcha{
    width: 90%;
    margin-left:7px;
}
.reg-pwd-captcha input{
    float: left;
    width: 40%;
    height: 50px;
    border:1px solid #ccc;
    border-radius: 5px;
    line-height: 50px;
    padding:0 10px;
}
.reg-pwd-box .reg-pwd-captcha a{
    float: left;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-left:10px;
    margin-top: 7px;
    background: red;
    width: 45%;
    border-radius: 5px;
}
.reg-pwd-btns{
    width: 96%;
    margin:20px auto;
    height: 50px;
}
.reg-pwd-submit{
    float: left;
    background: #3a9bd3; 
}
.reg-pwd-exit{
    float: right;
    background: #e6e6e6;
}
.reg-pwd-btns a{
    height: 50px;
    line-height: 50px;
    width: 45%;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
}
.reg-pwd-submit:hover{
    color: #fff;
    opacity: 0.9;
    filter: (opacity=90);
}
.reg-pwd-exit:hover{
    background: #ccc;
}








.nx-person-op{
	margin-top: 40px;
	width: 100%;
	margin-bottom: 30px;
}
.nx-person-tt{
	width: 100%;
	line-height: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dcdcdc;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.nx-person-tt span{
	margin:0 4px;
}
.nx-op-lists li{
	border-bottom: 1px dashed #dcdcdc;
	/*height: 107px;*/
	padding-bottom: 20px;
}
.op-header-pic{
	float: left;
	margin:29px 20px 27px 17px;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	overflow: hidden;
}
.op-header-pic img{
	display: block;
	height: 50px;
	width: 50px;
	border-radius: 50%;
}
.op-header-det{
	margin-top: 25px;
}
.op-header-det a{
	color: #f76a6c;
	font-size: 13px;
	line-height: 30px;
}
.op-header-det span{
	color: #999;
	font-size: 13px;
	margin-left: 30px;
	line-height: 30px;
}
.op-header-det p{
	font-size: 14px;
	color: #666;
	line-height: 26px;
	display: inline-block;
	width: 90%;
}
.comment-other{
	background: #f5f5f5;
	padding:5px 1px 5px 20px;
	margin-bottom: 4px;
}
.op-header-det .comment-other p{
	font-size: 12px;
	line-height: 20px;
}
.op-header-det .comment-other a{
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
.op-header-det .span-btn{
	float: right;
	font-size: 12px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background: #dcdcdc;
	border-radius: 5px;
	padding:0 5px;
	color: #888 !important;
	cursor: pointer;
}
.op-header-det .span-btn:hover{
	background: #ccc;
}
.cment-form textarea.redBorder{
	border-color: red;
	box-shadow: 0px 0px 5px red,0px 0px 5px red inset;
}
#commomCommentBox .cment-form .colorRed,#loginAfterCommentDynamic.colorRed{
	border-color: red;
	box-shadow: 0px 0px 5px red,0px 0px 5px red inset;
}
