* {
  box-sizing: border-box;
}
body {
  font: 12px 'microsoft yahei', SimHei, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #333;
  min-width: 1230px;
}
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover,a.active {
  color: #bca06f;
  text-decoration: none;
}
button,input,optgroup,select,textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],html input[disabled] {
  cursor: default;
}
.nbzp_cv {
  background-color: #f7f7f7;
}
.nbzp_cv_contain {
  width: 100%;
  margin: auto;
  background-color: #fff;
  box-shadow: 0 0 3px #ddd;
}
.cv_title {
  background-color: #29314f;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: left;
  padding-left: 20px;
  font-size: 14px;
}
.yg_jbxx_a {
  padding: 20px;
}
.yg_jbxx_a li {
  float: left;
  width: 550px;
  padding: 15px 40px 15px 0;
  height: 60px;
  line-height: 30px;
}
.yg_jbxx_a li label {
  display: inline-block;
  width: 190px;
  text-align: left;
}
.yg_jbxx_a li input,.yg_jbxx_a li select {
  width: 200px;
  padding: 0 10px;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.yg_jbxx_a li input[type=checkbox] {
	width: 50px;
	margin-top: 0;
	height: 20px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
	border: 0;
}
.yg_jbxx_a li select {
  padding-right: 0;
}
.yg_jbxx_a li option {
  padding-top: 10px;
  padding-bottom: 10px;
}
.cv_title input,
.yg_jbxx_a .save_a input {
  display: inline-block;
  background-color: #bca06f;
  color: #fff;
  border: none;
  outline: none;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  padding: 0 10px;
  border-radius: 5px;
  margin-top: 2.5px;
  float: right;
}
.yg_jbxx_a .save_a {
  float: right;
  width: 285px;
  margin-right: 24px;
}
.beforeAfter:before,.beforeAfter:after {
  content: " ";
  display: table;
  clear: both;
}
.must {
  display: inline-block;
  width: 10px;
  margin-left: 5px;
  height: 10px;
  background: url(../images/xing.png) no-repeat center center;
  background-size: contain;
}
#submit_cv {
  margin: 20px auto 60px;
  width: 280px;
  background-color: #aa916e;
  color: #fff;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  border: none;
  padding: 0;
  outline: none;
}
.cmpt{
	display: none;
}
.dzren{
	display: none;
}
.yp_fail {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 300px;
  margin-left: -150px;
  margin-top: -120px;
  padding: 30px 0;
  line-height: 50px;
  font-size: 20px;
  z-index: 100;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 8px;
  box-shadow: 0 0 4px #000;
  text-align: center;
  font-size: 16px;
}
.tjbutn {
  margin: 20px auto 60px;
  width: 150px;
  background-color: #aa916e;
  color: #fff;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  border: none;
  padding: 0;
  outline: none;
}
.yp_fail1 {
  display:none;
  position: absolute;
  left: 15%;
  top: 10%;
  width: 1000px;
  height:900px;
  line-height: 20px;
  font-size: 20px;
  z-index: 100;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
  border-radius: 8px;
  box-shadow: 0 0 4px #000;
  text-align: center;
  font-size: 16px;
}
.yp_fail1 span{
	display: block;
	width: 23px;
	height: 21px;
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 20px;
}