/*提示框*/
.newLayer{
  position: fixed;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background: rgba(0,0,0,0.2);
  z-index: 9999;
}
.newLayerCont{
  width: 405px;
  height: 240px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 2px 4px 10px rgba(0,0,0,0.3);
  position: absolute;
  top:50%;
  left:50%;
  margin-top: -120px;
  margin-left: -202px;
  text-align: center;
}
.newLayerCont .title{
  font-size: 24px;
  color:#333;
  line-height: 36px;
  margin-top: 38px;
}
.newLayerCont .p1{
  font-size: 14px;
  color:#666;
  margin:32px 0 38px;
}
.newLayerCont .handle span{
  display: inline-block;
  width: 70px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  border-radius: 2px;
}
.newLayerCont .handle .cancle{
  width: 68px;
  height: 33px;
  cursor: pointer;
  border:1px solid #dadee0;
  color:#93999f;
  margin-right: 20px;
}
.newLayerCont .handle .sure{
  background: #00aaff;
  color:#fff;
  cursor: pointer;
}
/*报名表*/
.div-form{
  width: 1200px;
  background: #fff;
  margin: 0 auto;
  /*font-family: "SimSun";*/
  padding: 50px 0;
}
.div-form .id{
  font-size: 28px;
  color:#0070c0;
  font-weight: bold;
  margin: 0 0 30px 270px;
}
.div-form .title {
  font-size: 38px;
  text-align: center;
  font-weight: bold;
  color:#000;
}
.entry-form{
  /*font-family: "SimSun";*/
  width: 816px;
  margin: 30px auto;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;

}
.entry-form tr td {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  font-size: 20px;
  text-align: center;
  padding: 14px 0;
  color:#000;
}
.entry-form tr td .red{
  color: #ff0000;
}
.entry-form tr .remark {
  text-align: left;
  padding-left: 5px;
}
.form-bottom{
  font-size: 20px;
  margin-left:640px;
  color: #000;
}
.photo{
  width: 800px;
  margin: 54px auto;
  overflow: hidden;
}
.photo-cont{
  width: 800px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.photo-cont img{
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.material-description{
  font-size: 14px;
  color: #333;
  text-align: center;
  margin:0 290px -36px;
}
/*审核材料开始*/
.new-exploration{
  padding: 0 20px;
  font-size: 14px;
  color:#2a2a2a;
}
.new-exploration .mynote-title{
  margin:0;
  padding-bottom: 10px;
}
.new-exploration .btn-blue {
  padding: 0px 20px;
  background: #00aaff;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  line-height: 30px;
  display: inline-block;
  cursor: pointer;
}
.new-exploration .btn-blue:hover {
  background: #068fd4;
}
.material-title {
  height: 36px;
  line-height: 36px;
  background: #f7fafc;
  border: 1px solid #ecf2f5;
  padding-left: 16px;
  color: #93999f;
  margin-top: 14px;
  font-size: 14px;
}
.new-exploration h4.title {
  padding-left: 7px;
  border-left: 3px solid #00aaff;
  margin: 28px 0 0px 5px;
  font-size: 14px;
}
/*基本信息*/
.new-message{
  width: 100%;
  margin:0 68px 0 43px;
}
.data-message{

  width: 100%;
}
.data-left{
  float: left;
  width: 50%;
  margin-right: 140px;
}
.data-message li{
  height: 32px;
  line-height: 32px;
  margin-top: 24px;
  font-size: 14px;
}
.data-message .remark{
  height: 70px;
}
.data-message li span{
  min-width: 70px;
  margin-right: 20px;
  display: inline-block;
  text-align: right;
  vertical-align: top;
}
.data-message .change{
  cursor: pointer;
}
.data-message li span i,.upload p i{
  color:#ff3333;
}
.data-message .input-text {
  display: inline-block;
  width: 275px;
  height: 30px;
  line-height: 30px;
  padding:0 0 0 10px;
  border:1px solid #dadee0;
}
.data-message .large-input{
  width:746px;
}
.data-message textarea.large-input{
  height: 70px;
  resize: none;
}
.data-message .radio{
  display: inline-block;
}
.data-message .radio span{
  text-align: left;
}
.data-message .radio p{
  width: 98%;
  margin:5px 0 15px 0;
}
.data-message .radio p:last-child{
  margin-bottom: 0;
}
.data-message .radio p em{
  display: inline-block;
  width: 88%;
}
.radio-icon{
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../../../images/custom/xintan/radio01.png");
  margin-right: 5px;
}
.data-message .radio p .radio-icon{
  vertical-align: top;
  margin-top: 5px;
  margin-right: 10px;
}
.on .radio-icon{
  background: url("../../../images/custom/xintan/radio02.png");
}
.data-message .select{
  width: 285px;
}
.data-message .small-select{
  width: 115px;
}
.upload{
  float: left;
  margin-right: 42px;
  margin-top: 24px;
}
.upload-box {
  width: 172px;
  height: 172px;
  background: #fafafb;
  border: 1px dashed #e9ebec;
  border-radius: 3px;
  overflow: hidden;
  position: relative;

}
.upload-box .file {
  position: relative;
  display: inline-block;
  background: #fafafb;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.upload-box .file input {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
}
.upload-box .center {
  width: 40px;
  height: 40px;
  border: 2px dashed #eee;
  border-radius: 100%;
  position: absolute;
  left: 65px;
  top: 65px;
  text-align: center;
  cursor: pointer;
  line-height: 40px;
}
.upload-box  .center .iconfont {
  font-size: 24px;
  color: #eee;
}
.upload p{
  line-height: 44px;
  text-align: center;
}
.data-float li{
  float: left;
  width: 50%;
}
.data-float .cancle-work{
  width: 90%;
  text-align: right;
  color: #939393;
  margin:5px 0 -15px;
  position: relative;
}
.data-float .cancle-work i{
  cursor: pointer;
  padding-right: 32px;
  position: absolute;
  right: 0;
  top: 0;
}
.idcard{
  margin-left: 138px;
}
.dashed2{
  width: 90%;
  height: 1px;
  border-top:1px dashed #a7a7a7;
  margin: 30px 0 6px 0;
}
.data-float .li-larger{
  width: 100%;
}
.data-work{
  display: none;
}
.add-work{
  width: 756px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  background: #f4f6f7;
  border:1px solid #dadee0;
  display: inline-block;
  font-size: 16px;
  color:#93999f;
  cursor: pointer;
  margin:20px 0 0 92px;
}
.add-work i{
  font-size: 24px;
  line-height: 30px;
}
.upload-box .img {
  width: 174px;
  height: 174px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 15px;
}
.upload-box .img img {
  vertical-align: middle;
  max-width: 100%;
}
/*重新上传*/
.upload-box .mask2 {
  position: absolute;
  width: 172px;
  height: 172px;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  border-radius: 3px;
}
/*重新上传*/
.upload-box .mask {
  position: absolute;
  width: 172px;
  height: 172px;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  border-radius: 3px;
}
.upload-box .mask .btn {
  display: block;
  width: 40px;
  text-align: center;
  margin: 10px auto;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
.upload-box .mask .btn-blue {
  border: 0;
  margin-top: 50px;
  background: #00aaff ;
}
.upload-box .mask2 .circles {
  margin-top: 52px;
}
.upload-box .mask2 .circle {
  width: 68px;
  margin: 6px 52px 20px;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.2;
}
.upload-box .mask2 .circle canvas {
  vertical-align: top;
}
.upload-box .mask2 .circle strong {
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.upload-box .mask2 .circle strong i {
  font-style: normal;
  font-weight: normal;
}
.upload-box .mask2 .point {
  width: 6px;
  height: 6px;
  background: #12f2ef;
  border-radius: 6px;
  position: absolute;
  top: 0px;
  left: 32px;
}
.upload-box .mask2 .svgBox {
  position: absolute;
  top: 52px;
  left: 52px;
}
.unpass-bg{
  background: #fff6f6;
  padding:28px 0  32px 5px;
  margin-top: 15px;
}
.pass-bg{
  background: #f2fbff;
  padding:28px 0  32px 5px;
  margin-top: 15px;
}
.data-state{
  font-size: 24px;
  text-align: center;
}
.data-unpass{
  color:#fe4343;
}
.data-pass{
  color: #00aaff;
}
.data-cause{
  text-align: center;
  font-size: 14px;
  color: #93999f;
  margin-top: 10px;
}
.handle-btn{
  width: 160px;
  margin:30px auto;
}
.handle-btn .btn-blue {
  margin-left: 10px;
}
table.entry-form{
  table-layout: fixed;
}
table.entry-form td{
  word-break: break-all;
}