
.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;
}
.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;
	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: 40px;
	font-size: 14px;
	color: #666;
}
.forget-pwd-box{
    height: 430px;
    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;
    font-size: 12px;
    margin-left:10px;
    margin-top: 7px;
    background: #F00;
    color: #fff;
    width: 45%;
    border-radius: 5px;
}
.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;
}
/*å…¬å…±æç¤ºæ¡†*/
.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: 240px;
	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;
	max-height: 200px;
	overflow: 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;
}

/*æå–ç å¼¹å‡ºæ¡†*/
.gltqm-prompt-box{
	position: fixed;
	z-index: 2000;
	height: 200px;
	width: 300px;
	left:50%;
	top: 200px;
	margin-left: -150px;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	display: none;
}
.gltqm-prompt-posi{
	position: relative;
	height: 100%;
	width: 100%;
}
.gltqm-prompt-tit{
	position: absolute;
	width:100%;
	top: 0px;
	left: 0px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	background: #eee;
}
.gltqm-prompt-conts{
	position: absolute;
	top: 80px;
	left: 0px;
	width: 100%;
	height: 40px;
}
.gltqm-prompt-conts p{
	font-size: 14px;
	line-height: 40px;
	text-align: center;
}
.gltqm-prompt-btn{
	width: 200px;
	height: 30px;
	position: absolute;
	bottom: 14px;
	left: 50%;
	margin-left: -100px;
}
.gltqm-prompt-btn input{
	height: 30px;
	width: 40%;
	text-align: center;
	line-height: 30px;
	border-radius: 4px;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
}
.gltqm-prompt-lf{
	background: #3a9bd3;
}
.gltqm-prompt-rt{
	background: #ccc;
}
.jy-form-btn .btn.resetColor{
	background: #3f68c4;
}
.jy-form .ipt-txt.colorRed, .jy-form .ipt-txtarea.colorRed{
	border-color: red;
	box-shadow: 0px 0px 5px red,0px 0px 5px red inset;
}

/*æ¦‚è§ˆåˆ†é¡µ*/
.box {
	width: 530px;
 	height: 26px;
  	line-height: 26px;
  	text-align: center;
  	margin:0 auto;
}
.box button {
  padding: 0 10px;
  margin: 0 10px;
  height: 26px;
  float: left;
  cursor: pointer;
  /*border: 1px solid #ebebeb;*/
  background-color: #ffffff;
  font-size: 12px;
}
.box button:hover{
	text-decoration: underline;
}
.box .first-page,
.box .last-page {
  margin: 0;
}
.box .pageWrap {
  height: 26px;
  float: left;
  overflow: hidden;
}
.box .pageWrap ul {
  width: 100000px;
  height: 26px;
  float: left;
}
.box .pageWrap ul li {
  width: 26px;
  height: 26px;
  /*border: 1px solid #ebebeb;*/
  line-height: 26px;
  box-sizing: border-box;
  cursor: pointer;
  float: left;
}
.box .pageWrap ul .sel-page {
  background-color: #eee;
}
.box .jump-text {
  width: 26px;
  height: 26px;
  box-sizing: border-box;
  text-align: center;
  margin: 0 5px;
  float: left;
}
.box .jump-button {
  margin: 0;
  float: left;
}
.box .total-pages,
.box .total-count {
  margin-left: -20px;
  float: left;
  font-size: 12px;
}

/*æ–°å¢žæ‰¾å›žæå–ç */
.gl-conts-bg{
	width: 100%;
	background: #efefef;
}
.gl-conts-box{
	padding:0 20px;
	background: #fff;
	padding-bottom: 20px;
}
.gl-tqm-posi{
	padding:7px 0;
	border-bottom: 1px solid #ccc;
}
.gl-tqm-posi a{
	line-height: 26px;
	font-size: 12px;
	color: #333;
	display: inline-block;
}
.posi-tit{
	padding-left: 15px;
	border-left:3px solid red;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
}
.posi-icon{
	display: inline-block;
	line-height: 26px;
	margin:0 5px;
}
.gl-main-artile{
	padding:0 100px;
	border:1px solid #ccc;
	min-height: 500px;
	margin-top: 24px;
}
.gl-main-artile h3{
	text-align: center;
	height: 60px;
	line-height: 40px;
	padding-top: 20px;
	font-size: 24px;
	color: #333;
}
.gl-atl-sub{
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #666;
	border-bottom: 1px solid #ccc
}
.gl-sub-time{
	padding-right: 30px;
}
.gl-atl-txt{
	margin-top: 14px;
}
.gl-atl-txt p{
	text-indent: 2em;
	font-size: 14px;
	line-height: 36px;
	color: #000;
}
.gl-qr-code{
	width: 132px;
	height: 152px;
	overflow: hidden;
	margin:50px auto;
}
.gl-qr-code span{
	display: block;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	color: #999;
}
.gl-qr-code img{
	display: block;
	height: 132px;
	width: 132px;
}
.nx-sub-infos a:hover{
	cursor: pointer;
}
.intro{
	text-decoration: underline; 
}
span.grey_zjd{
	position: absolute;
    bottom: 5px;
    right: 117px;
    font-size: 10px;
    color: #D84C29;
}
#commomCommentBox #commomCommentBox #commomCommentBox .forget-pwd-box .forget-pwd-captcha .unUse-zjd{
	background: #E6E6E6;
	color:#555;
}
.yjzj-upload .upload-content{
	position: relative;

}
.yjzj-upload .upload-content #uploadFile{
	border: none;
    background-color: #3b74ae;
    color: #FFFFFF;
    padding: 10px;
    font-size: 15px;
    border-radius: 5px;
    cursor: pointer;
}
.yjzj-upload .upload-content a#file-name{
	display: none;
	margin-left: 10px;
	font-size: 13px;
	line-height: 34px;
	color: #0000CC;
}
.yjzj-upload .upload-content a#file-name:hover{
	text-decoration: underline;
}
.yjzj-upload .upload-content .waitting{
	display: inline-block;
}
.yjzj-upload .upload-content .waitting #wait-file-name{
	margin-left: 10px;
	font-size: 13px;
	line-height: 34px;
	color: #969696
}
.yjzj-upload .upload-content .waitting #wait-upload{
	width: 40px;
    height: 20px;
    background: #3f68c4;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    cursor: pointer;
}
.yjzj-upload .upload-content span#loading{
	display: none;
	font-size: 12px;
	color: #0000CC;
}
.yjzj-upload .upload-content p{
	position: relative;
	left: 80px;
    font-size: 12px;
    line-height: 34px;
    color: #969696;
}

/*.dropbtn {*/
	/*background-color: #4CAF50;*/
	/*color: white;*/
	/*padding: 16px;*/
	/*font-size: 16px;*/
	/*border: none;*/
	/*cursor: pointer;*/
/*}*/


.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #3f68c4;
	min-width: 120px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}


.dropdown-content a:hover {background-color: #f1f1f1}


.dropdown:hover .dropdown-content {
	display: block;
}
