body{
  
  width:100%;
  /* height:100%;
  position: fixed;
  top:0;
  left:0; */
}
.wrap{
    position: relative;
    background: url(/iFile/images/bg.png) no-repeat;
    width: 100%;
    background-size: cover;
    padding-bottom: 60px;
}
.content{
  width: 1106px;
  height: 558px;
  background: #F5E8D8;
  border-radius: 5px;
  position: relative;
  top:20px;
  left:50%;
  margin-left:-553px;
padding-bottom:20px;
  display: table;
}
.scroll{
    margin-top: 30px;
    overflow-y: scroll;
}
.conTab{
  width: 972px;
  background: #FFFFFF;
  border-radius: 5px;
  margin:0 auto;
}
.conTab tr{
  font-size: 14px;
  font-weight: 400;
  height:26px;
  line-height: 26px;
  text-align: center;
}
.conTab tr th{
  border: 1px solid #F3E8E6;
  background: #D8806C;
  color:#fff;
  text-align: center;
  
}
.conTab tr td{
  border: 1px solid #F3E8E6;
  color: #9D8686;
  
}
.applyBtn{
      margin: 52px auto 0;
    width: 143px;
    height: 32px;
    background: linear-gradient(90deg, #F0984D 0%, #E46039 100%);
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
}


.contentLogin{
  width: 1162px;
  height: 580px;
  border-radius: 5px;
  position: relative;
  top:80px;
  left:50%;
  margin-left:-581px;
  display: table;
  padding-bottom:110px;
}
.registMain{
  float: left;
  width: 537px;
  height: 558px;
  background: #F5E8D8;
  border-radius: 5px;
  border:11px solid #fff;
  position: relative;
}
.loginMain{
  width: 537px;
  height: 558px;
  background: #F5E8D8;
  border-radius: 5px;
  border:11px solid #fff;
  float: right;
  position: relative;
}
.loginTit{
  background:url(/iFile/images/login.png) no-repeat;
  width:135px;
  height:34px;
  background-size: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 34px;
  position: absolute;
  top:21px;
  left:-11px;
  text-align: center;
}
.loginList{
  margin-top:64px;
}
.loginList1{
  margin-top:190px;
}
.loginListMain{
  margin-top:12px;
  display: table;
}
.loginListMain label{
  color:#431818;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  width:167px;
  text-align: right;
  margin-right: 10px;
  float: left;
}
.loginListMain span{
	padding-top: 7px;
	float: left;
}
.loginListMain1 label{
  width:131px;
}
.loginListMain label i{
  color: #FF0000;
}
.loginListMain input{
  width: 319px;
  height: 30px;
  background: #FFFFFF;
  border-radius: 5px;
  float: left;
}
.loginListMain select{
  width: 319px;
  height: 30px;
  background: #FFFFFF;
  border-radius: 5px;
  float: left;
  -webkit-appearance:auto;
  border: 1px solid #fff;
}
.registBtn{
   margin: 11px auto 0;
    width: 143px;
    height: 32px;
    background: linear-gradient(90deg, #F0984D 0%, #E46039 100%);
    border-radius: 100px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
}

.content_l{
  float: left;
  width:190px;
  height:100%;
  background:#fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-bottom:20px;
}
.content_r{
  width:783px;
  float: left;
  margin-left:55px;
}
.applyTelp{
  width: 190px;
  height: 47px;
  background: linear-gradient(0deg, #840000 0%, #C96533 100%);
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 47px;
  border-top-left-radius: 5px;
  text-indent: 20px;
}
.telpList{
  margin-top:47px;
}
.telpList li{
  position: relative;
  margin-top:40px;
}
.telpList li .line{
  width: 3px;
  height: 40px;
  border-left: 3px dashed #431818;
  position: absolute;
  left: 100px;
  top:-40px;
}
.telpList li span{
  font-size: 14px;
  font-weight: 400;
  color: #431818;
  line-height: 41px;
}
.telpList li span.telpNum{
  background:url(/iFile/images/shape.png) no-repeat;
  width:47px;
  height:41px;
  background-size: cover;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 41px;
  display: inline-block;
  text-indent: 16px;
  margin-left: 18px;
}
.telpList li span.telpNum.cur{
  background:url(/iFile/images/shapeCur.png) no-repeat;
  background-size: cover;
}

.context{
  font-size: 14px;
  font-weight: 400;
  color: #431818;
  line-height: 20px;
  margin-top:20px;
  text-align: center;
}
.uploadMain{
  width: 149px;
  min-height: 149px;
  border: 2px dashed #f0974c;
  border-radius: 10px;
  margin:150px auto 0;
  position:relative;
}
.uploadMain img{
  height: 26px;
  width: 34px;
  margin: 53px auto 20px;
}
.uploadMain span{
  width: 117px;
  height: 32px;
  background: linear-gradient(90deg, #FFC155 0%, #F0964D 100%);
  border-radius: 16px;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 32px;
  display: block;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}

.boxMain{
	position: fixed;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	display: none;
}
.boxMain .scroll{
	width: 760px;
	height: 360px;
	position: absolute;
	top: 50%;
	margin-top: -200px;
	left: 50%;
	margin-left: -400px;
	background: #fff;
	border-radius: 8px;
	padding: 20px;
}
.boxMain .scroll .context{
	text-align:left;
}
.close{
	position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
}
































