/*弹窗咨询*/
.login_popup{
	display: none;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
}

.layout{
	width: 100%;
    height: 100%;
   background: rgba(0,0,0,.4);
}
.contentW {
	width: 500px;
	float: right;
	background: rgb(255, 255, 255);
	margin-top: 21px;
	height: 560px;
}
.contentW {
      left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -250px;
    position: fixed;
}
.contentW .tc-line{
	height: 2px;
    background: #f05a23;
    position: relative;
}
.contentW ul{
	height: 28px;
	position: relative;
}
.contentW .tc-line span {
	height: 1px;
	background: #f05a23;
	width: 50%;
	position: absolute;
	left: 50%;
	margin-left: -25%;
}
.contentW ul li:nth-child(1) {
    font-size: 22px;
    margin-top: 17px;
    margin-bottom: 5px;
    color: #f05a23;
    height: 20px;
    line-height: 20px;
    text-align: center;

}
.contentW ul i {
    font-size: 25px;
    position: absolute;
    top: -8px;
    right: 0px;
    margin-right: 14px;
    cursor: pointer;
    color: #999;
}
.contentW div {
    margin-top: 12px;
    padding-left: 10px;
}
.contentW div span {
    display: inline-block;
    width: 80px;
    font-size: 14px;
    text-align: right;
}
.contentW .subApply3 {
    display: block;
    width: 360px;
    height: 36px;
    color: #fff;
    background: #f05a23;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    margin: 18px auto;
}
  .sameCss input ,.sameCss1{
	width: 350px;
	line-height: 33px;
	height: 33px;
	border: none;
	border: 1px solid #ececec;
	vertical-align: middle;
	text-indent: 10px;
}
  .sameCss input#layCode{
  	width:180px;
  }
  .sameCss input#layButton{
  	background: #f05a23;
  	color: #fff;
  	border: 1px solid #f05a23;
  	cursor: pointer;
	height:33px;
	line-height:31px;
	text-indent:0;
  }
  .desc textarea {
	width: 350px;
    line-height: 33px;
     height: 80px;
    border: none;
    border: 1px solid #ececec;
    vertical-align: middle;
    text-indent: 10px;
    resize: none;
}

