html {
  overflow: hidden;
}
em,
i {
  font-style: normal;
}
input::-webkit-input-placeholder{
  color: #999;
}
body {
  overflow: auto;
  line-height: 1.5;
  background: url("https://cdn.c8hr.com/api_files/res/img/common/logincenter@2x.png") no-repeat center 102px, url("https://cdn.c8hr.com/api_files/res/img/common/leftbottom@2x.png") no-repeat left bottom, url("https://cdn.c8hr.com/api_files/res/img/common/rightbottom@2x.png") no-repeat right bottom, -webkit-gradient(linear, left top, left bottom, from(#F9FAFF), to(#F9FAFF));
  background: url("https://cdn.c8hr.com/api_files/res/img/common/logincenter@2x.png") no-repeat center 102px, url("https://cdn.c8hr.com/api_files/res/img/common/leftbottom@2x.png") no-repeat left bottom, url("https://cdn.c8hr.com/api_files/res/img/common/rightbottom@2x.png") no-repeat right bottom, -webkit-linear-gradient(top, #F9FAFF 0%, #F9FAFF 100%);
  background: url("https://cdn.c8hr.com/api_files/res/img/common/logincenter@2x.png") no-repeat center 102px, url("https://cdn.c8hr.com/api_files/res/img/common/leftbottom@2x.png") no-repeat left bottom, url("https://cdn.c8hr.com/api_files/res/img/common/rightbottom@2x.png") no-repeat right bottom, -moz- oldlinear-gradient(top, #F9FAFF 0%, #F9FAFF 100%);
  background: url("https://cdn.c8hr.com/api_files/res/img/common/logincenter@2x.png") no-repeat center 102px, url("https://cdn.c8hr.com/api_files/res/img/common/leftbottom@2x.png") no-repeat left bottom, url("https://cdn.c8hr.com/api_files/res/img/common/rightbottom@2x.png") no-repeat right bottom, -o-linear-gradient(top, #F9FAFF 0%, #F9FAFF 100%);
  background: url("https://cdn.c8hr.com/api_files/res/img/common/logincenter@2x.png") no-repeat center 102px, url("https://cdn.c8hr.com/api_files/res/img/common/leftbottom@2x.png") no-repeat left bottom, url("https://cdn.c8hr.com/api_files/res/img/common/rightbottom@2x.png") no-repeat right bottom, linear-gradient(to bottom, #F9FAFF 0%, #F9FAFF 100%);
  -webkit-background-size: 872px auto, 565px auto, 582px auto;
  -o-background-size: 872px auto, 565px auto, 582px auto;
  background-size: 872px auto, 565px auto, 582px auto;
}
.hd {
  overflow: hidden;
  height: 43px;
  position: fixed;
  top: 40px;
  margin: 0 100px;
  left: 0;
  right: 0;
  line-height: 43px;
}
.hd img {
  vertical-align: top;
  height: 43px;
}
.hd span {
  float: right;
  font-size: 14px;
  color: #9FA3B0;
  line-height: 46px;
}
.baseframe {
  position: relative;
  width: 472px;
  height: 446px;
  margin: 150px auto 0 auto;
  -webkit-box-shadow: 0 10px 20px rgba(10, 17, 57, 0.1);
  -moz-box-shadow: 0 10px 20px rgba(10, 17, 57, 0.1);
  box-shadow: 0 10px 20px rgba(10, 17, 57, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  padding: 30px 56px 0 56px;
}
.baseframe .goregist {
  display: block;
  text-align: right;
  color: #436FF1;
}
.baseframe .goregist span {
  padding-right: 6px;
}
.baseframe .lognav {
  position: relative;
  height: 50px;
  line-height: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCCED4;
}
.baseframe .lognav span {
  position: relative;
  float: left;
  margin-right: 28px;
  cursor: pointer;
  -webkit-transition: -webkit-transform .3s linear;
  transition: -webkit-transform .3s linear;
  -o-transition: -o-transform .3s linear;
  -moz-transition: transform .3s linear, -moz-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear, -moz-transform .3s linear, -o-transform .3s linear;
  font-size: 16px;
  color: #9FA3B0;
  left: 0;
}
.baseframe .lognav span:nth-child(1).active {
  left: 9px;
}
.baseframe .lognav span:nth-child(2) {
  left: 19px;
}
.baseframe .lognav span.active {
  font-weight: bold;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  color: #333;
}
.baseframe .lognav i {
  position: absolute;
  z-index: 50;
  width: 11px;
  height: 11px;
  border-top: 1px solid #CCCED4;
  border-left: 1px solid #CCCED4;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: -6px;
  background-color: #fff;
  left: 20px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
}
.baseframe ul {
  margin-top: 36px;
}
.baseframe ul li {
  position: relative;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
}
.baseframe ul li:hover {
  border-color: #436FF1;
}
.baseframe ul li:nth-child(odd) {
  color: rgba(0,0,0,0.8);
  margin-bottom: 10px;
}
.baseframe ul li:nth-child(even) {
  margin-bottom: 16px;
}
.baseframe ul li input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #DBDBDB;
  display: inline-block;
  margin: 0;
  padding: 0 12px;
  width: 100%;
  height: 42px;
  border: 1px solid #eee;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.baseframe ul li input:focus,
.baseframe ul li input:hover {
  border-color: #436FF1;
}
.baseframe ul li input:focus {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
.baseframe ul li input {
  color: #333;
}
.baseframe ul li.forgetpass {
  text-align: right;
  margin-top: -10px;
}
.baseframe ul li.forgetpass span {
  cursor: pointer;
}
.baseframe ul li.password input {
  padding-right: 30px;
}
.baseframe ul li.password i {
  color: #9FA3B0;
  position: absolute;
  right: 12px;
  line-height: 42px;
  font-size: 18px;
  cursor: pointer;
}
.baseframe .bottombtn {
  position: absolute;
  z-index: 10;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  margin: auto;
  bottom: 40px;
  left: 56px;
  right: 56px;
  background-color: #436FF1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
.baseframe.getnewpass {
  display: none;
  height: 397px;
}
.baseframe .nav2 {
  margin: -8px -56px 0 -56px;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  text-indent: 24px;
}
.baseframe .getpassmeg {
  display: none;
  position: relative;
}
.baseframe .areacodeAndphone {
  height: 44px;
  border: 1px solid #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
}
.baseframe .areacodeAndphone:focus {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
.baseframe .areacodeAndphone:hover {
  border-color: #436FF1;
}
.baseframe .areacodeAndphone input {
  border: none;
  width: 76%;
}
.baseframe .areacodeAndphone input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.baseframe .areacodeAndphone input,
.baseframe .areacodeAndphone span {
  float: left;
  line-height: 42px;
}
.baseframe .areacodeAndphone span {
  margin-left: 13px;
  cursor: pointer;
}
.baseframe .areacodeAndphone i {
  color: #DBDBDB;
  line-height: 45px;
  vertical-align: middle;
  padding-left: 13px;
}
.baseframe .vercode input {
  padding-right: 100px;
}
.baseframe .vercode span {
  position: absolute;
  z-index: 20;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0 15px;
  border-left: 1px solid #eee;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  color: #999;
  cursor: pointer;
}
.baseframe .vercode span.active {
  background-color: #436FF1;
}
.baseframe .newpass i,
.baseframe .repeatnewpass i {
  color: #9FA3B0;
  position: absolute;
  right: 12px;
  line-height: 42px;
  font-size: 18px;
  cursor: pointer;
}
.baseframe .finpassSuccess {
  margin-top: 60px;
}
.baseframe .finpassSuccess li {
  text-align: center;
  font-size: 16px;
  color: #9FA3B0;
}
.baseframe .area {
  display: none;
  position: absolute;
  z-index: 15;
  top: 42px;
  left: 0;
  width: 240px;
  height: 320px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(153, 153, 153, 0.1);
  -moz-box-shadow: 0 3px 10px rgba(153, 153, 153, 0.1);
  box-shadow: 0 3px 10px rgba(153, 153, 153, 0.1);
  padding: 14px 0;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.baseframe .area:hover {
  -webkit-box-shadow: 0 3px 10px rgba(153, 153, 153, 0.2);
  -moz-box-shadow: 0 3px 10px rgba(153, 153, 153, 0.2);
  box-shadow: 0 3px 10px rgba(153, 153, 153, 0.2);
}
.baseframe .area input {
  border: 1px solid #eee;
  display: block;
  height: 30px;
  padding: 0 30px 0 8px;
  width: 100%;
  font-size: 12px;
  float: none;
}
.baseframe .area > p {
  position: relative;
  padding: 0 12px;
}
.baseframe .area > p i {
  position: absolute;
  top: 0;
  right: 12px;
  font-size: 12px;
  line-height: 30px;
  padding: 0 10px;
  cursor: pointer;
}
.baseframe .area div {
  margin-top: 5px;
  max-height: 252px;
  overflow: auto;
  padding: 0 12px;
}
.baseframe .area div p {
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #EEEEEE;
  font-size: 12px;
  color: #9FA3B0;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
}
.baseframe .area div p:hover {
  color: #436FF1;
}
.baseframe .area div p span {
  float: right;
  line-height: 36px;
}
.baseframe .loginnow,
.baseframe .logbymsg {
  will-change: transform, opacity;
  position: relative;
  z-index: 100;
}
.baseframe .showmore input {
  padding-right: 40px;
  position: relative;
  z-index: 40;
  background-color: transparent;
  cursor: pointer;
}
.baseframe .showmore i {
  color: #DBDBDB;
  line-height: 44px;
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  padding: 0 12px;
}
.baseframe .twoinput > div {
  position: relative;
  float: left;
}
.baseframe .twoinput > div:nth-child(2) {
  float: right;
}
.baseframe .twoinput input {
  height: 44px;
  width: 160px;
  float: left;
}
.baseframe .nofill {
  position: absolute;
  margin: auto;
  right: 0;
  bottom: 24px;
  left: 0;
  text-align: center;
}
.baseframe .nofill span {
  font-size: 12px;
  color: #9FA3B0;
  cursor: pointer;
}
.regist {
  height: 530px !important;
  -webkit-transition: height .3s linear;
  -o-transition: height .3s linear;
  -moz-transition: height .3s linear;
  transition: height .3s linear;
}
.regist .lognav span:first-child.active {
  left: 16px;
}
.regist .lognav span:first-child.active + span {
  left: 28px;
}
.regist .lognav i {
  left: 43px;
}
.regist .slide {
  height: 42px;
  border: 1px solid #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #EEF0F5;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.regist .slide:hover {
  border-color: #eee;
}
.regist ul.beginlogin li {
  margin-bottom: 20px;
}
.regist ul.beginlogin .vercode span,.regist ul.loginbycompany .vercode span {
  color: #436FF1;
}
.regist.changeH {
  height: 550px;
}
#slider_bg {
  position: absolute;
  left: 0;
  top: -1px;
  background-color: #436FF1;
  z-index: 1;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  margin: auto;
  bottom: -1px;
}
#label {
  position: absolute;
  top: -1px;
  width: 44px;
  bottom: -1px;
  left: 0;
  margin: auto;
  z-index: 3;
  cursor: move;
  color: #ff9e77;
  font-size: 16px;
  font-weight: 900;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  border: 1px solid #eee;
  border-left: none;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0ZDhlNWY5My05NmI0LTRlNWQtOGFjYi03ZTY4OGYyMTU2ZTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTEyNTVEMURGMkVFMTFFNEI5NDBCMjQ2M0ExMDQ1OUYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTEyNTVEMUNGMkVFMTFFNEI5NDBCMjQ2M0ExMDQ1OUYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MTc5NzNmZS02OTQxLTQyOTYtYTIwNi02NDI2YTNkOWU5YmUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NGQ4ZTVmOTMtOTZiNC00ZTVkLThhY2ItN2U2ODhmMjE1NmU2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+YiRG4AAAALFJREFUeNpi/P//PwMlgImBQkA9A+bOnfsIiBOxKcInh+yCaCDuByoswaIOpxwjciACFegBqZ1AvBSIS5OTk/8TkmNEjwWgQiUgtQuIjwAxUF3yX3xyGIEIFLwHpKyAWB+I1xGSwxULIGf9A7mQkBwTlhBXAFLHgPgqEAcTkmNCU6AL9d8WII4HOvk3ITkWJAXWUMlOoGQHmsE45ViQ2KuBuASoYC4Wf+OUYxz6mQkgwAAN9mIrUReCXgAAAABJRU5ErkJggg==) no-repeat center;
}
#label.ok {
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0ZDhlNWY5My05NmI0LTRlNWQtOGFjYi03ZTY4OGYyMTU2ZTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDlBRDI3NjVGMkQ2MTFFNEI5NDBCMjQ2M0ExMDQ1OUYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDlBRDI3NjRGMkQ2MTFFNEI5NDBCMjQ2M0ExMDQ1OUYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDphNWEzMWNhMC1hYmViLTQxNWEtYTEwZS04Y2U5NzRlN2Q4YTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NGQ4ZTVmOTMtOTZiNC00ZTVkLThhY2ItN2U2ODhmMjE1NmU2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+k+sHwwAAASZJREFUeNpi/P//PwMyKD8uZw+kUoDYEYgloMIvgHg/EM/ptHx0EFk9I8wAoEZ+IDUPiIMY8IN1QJwENOgj3ACo5gNAbMBAHLgAxA4gQ5igAnNJ0MwAVTsX7IKyY7L2UNuJAf+AmAmJ78AEDTBiwGYg5gbifCSxFCZoaBMCy4A4GOjnH0D6DpK4IxNSVIHAfSDOAeLraJrjgJp/AwPbHMhejiQnwYRmUzNQ4VQgDQqXK0ia/0I17wJiPmQNTNBEAgMlQIWiQA2vgWw7QppBekGxsAjIiEUSBNnsBDWEAY9mEFgMMgBk00E0iZtA7AHEctDQ58MRuA6wlLgGFMoMpIG1QFeGwAIxGZo8GUhIysmwQGSAZgwHaEZhICIzOaBkJkqyM0CAAQDGx279Jf50AAAAAABJRU5ErkJggg==) no-repeat center;
}
#labelTip {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  bottom: -1px;
  font-size: 13px;
  font-family: microsoft yahei, serif;
  color: #787878;
  line-height: 42px;
  text-align: center;
  z-index: 2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.baseinfo {
  height: 600px;
  position: relative;
}
.baseinfo ul {
  margin-top: 58px;
}
.baseinfo .gender {
  overflow: hidden;
  font-size: 16px;
}
.baseinfo .gender span {
  float: left;
  height: 44px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #eee;
  cursor: pointer;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
}
.baseinfo .gender span.active,
.baseinfo .gender span:hover {
  color: #436FF1;
  border-color: #436FF1;
}
.baseinfo .gender span:last-child {
  float: right;
}
.baseinfo .yourname {
  width: 220px;
}
.baseinfo .img {
  position: absolute;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #eee;
  overflow: hidden;
  top: 100px;
  right: 56px;
  cursor: pointer;
  background: #F9FAFF url("https://cdn.c8hr.com/api_files/res/img/common/takephoto@2x.png") no-repeat center center / 41px auto;
}
.lostjob {
  height: 500px;
}
.lostjob .bottombtn {
  bottom: 53px;
}
.chooseym {
  position: absolute;
  z-index: 50;
  width: 360px;
  height: 180px;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 3px 6px rgba(153, 153, 153, 0.1);
  -moz-box-shadow: 0 3px 6px rgba(153, 153, 153, 0.1);
  box-shadow: 0 3px 6px rgba(153, 153, 153, 0.1);
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.chooseym li span {
  cursor: pointer;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
}
.chooseym li span.active {
  color: #fff !important;
  background-color: #436FF1;
}
.chooseym li span:hover {
  color: #fff !important;
  background-color: #436FF1;
}
.chooseym li:first-child {
  line-height: 40px;
  border-bottom: 1px solid #eee;
  color: #9FA3B0;
  text-align: center;
}
.chooseym li:nth-child(2) {
  margin-top: 13px;
  padding: 0 45px;
  position: relative;
  overflow: hidden;
}
.chooseym li:nth-child(2) i {
  font-size: 16px;
  position: absolute;
  line-height: 23px;
  color: #DBDBDB;
  cursor: pointer;
  padding: 0 3px;
  top: 0;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.chooseym li:nth-child(2) i:hover {
  background-color: #436FF1;
  color: #fff;
}
.chooseym li:nth-child(2) i:first-child {
  left: 17px;
  right: auto;
}
.chooseym li:nth-child(2) i:last-child {
  right: 17px;
}
.chooseym li:nth-child(2) span {
  color: #9FA3B0;
  float: left;
  width: 49px;
  height: 23px;
  line-height: 23px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  text-align: center;
  margin: 0 2px;
}
.chooseym li:last-child {
  padding-left: 9px;
  overflow: hidden;
  margin-top: 20px;
}
.chooseym li:last-child span {
  float: left;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 12px;
  color: #9FA3B0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 15px 7px 15px;
}
.education {
  height: 590px;
}
.education .bottombtn {
  bottom: 53px;
}
.choosealone.closenotclick.just {
  position: absolute;
  left: 0;
  margin: auto;
  right: 0;
  -webkit-box-shadow: 0 3px 5px rgba(200, 200, 200, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(200, 200, 200, 0.3);
  box-shadow: 0 3px 5px rgba(200, 200, 200, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  z-index: 100;
}
.choosealone.closenotclick.just li {
  padding: 0 20px;
  line-height: 35px;
  color: #666;
  cursor: pointer;
  margin-bottom: 0;
}
.choosealone.closenotclick.just li:hover {
  background-color: #F6F6FA;
}
.wantjob {
  height: 680px;
}
.wantjob .bottombtn {
  bottom: 53px;
}
.companyinfo {
  height: 397px;
}
.mask {
  position: fixed;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 110;
  background-color: rgba(0, 0, 0, 0.5);
}
.mask .h57 {
  font-size: 16px;
  padding: 0 28px;
  height: 57px;
  border-bottom: 1px solid #eee;
  margin: 0;
  line-height: 66px;
  overflow: hidden;
  font-weight: normal;
}
.mask .h57 i {
  float: right;
  font-size: 18px;
  color: #C8C8C8;
  cursor: pointer;
}
.mask .avatar {
  width: 472px;
  height: 486px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -243px 0 0 -236px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
}
.mask .avatar h1 {
  height: 68px;
  line-height: 68px;
  margin: 0;
  border-bottom: 1px solid #eee;
  font-size: 18px;
  padding: 0 24px;
}
.mask .avatar h1 i {
  float: right;
  font-size: 18px;
  color: #C8C8C8;
  cursor: pointer;
}
.mask .avatar .defaultAvatar {
  padding-left: 24px;
  margin-top: 26px;
}
.mask .avatar .defaultAvatar h2 {
  font-size: 16px;
  color: #9FA3B0;
  font-weight: normal;
}
.mask .avatar .defaultAvatar ol {
  overflow: hidden;
  margin-top: 20px;
}
.mask .avatar .defaultAvatar li {
  position: relative;
  float: left;
  height: 80px;
  width: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 32px;
  cursor: pointer;
}
.mask .avatar .defaultAvatar li.active span {
  opacity: 1;
}
.mask .avatar .defaultAvatar li span {
  opacity: 0;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(67, 111, 241, 0.8);
  -webkit-transition: all .15s linear;
  -o-transition: all .15s linear;
  -moz-transition: all .15s linear;
  transition: all .15s linear;
}
.mask .avatar .defaultAvatar li span img {
  width: 44%;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.mask .avatar .uploadYA {
  text-align: center;
}
.mask .avatar .uploadYA button {
  display: block;
  width: 160px;
  height: 40px;
  margin: 54px auto 14px auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #436FF1;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  color: #436FF1;
}
.mask .avatar .uploadYA button input {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
.mask .avatar .uploadYA p {
  color: #9FA3B0;
}
.mask .avatar .confir {
  position: absolute;
  width: 140px;
  height: 40px;
  margin: auto;
  bottom: 40px;
  left: 0;
  right: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  background-color: #436FF1;
  outline: none;
  border: none;
  cursor: pointer;
}
.choosejob {
  position: absolute;
  width: 720px;
  height: 580px;
  top: 50%;
  left: 50%;
  margin: -290px 0 0 -360px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}
.choosejob .jobchoosed {
  font-size: 12px;
  margin: 8px 28px;
}
.choosejob .jobchoosed em {
  font-size: 13px;
  color: #CCCED4;
}
.choosejob .jobchoosed x span {
  padding: 4px 10px;
  color: #436FF1;
  background-color: #F6F6FA;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 16px;
  cursor: pointer;
}
.choosejob .jobchoosed span i {
  font-size: 10px;
  color: #C8C8C8;
  padding-left: 3px;
}
.choosejob .jobchoosed b {
  padding: 4px 10px;
  background-color: #436FF1;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: right;
  cursor: pointer;
}
.choosejob .tableContai {
  max-height: 481px;
  overflow: auto;
}
.choosejob .tableContai > table {
  width: 100%;
}
.choosejob .tableContai > table > tbody > tr:nth-child(odd) {
  background-color: #F9FAFB;
}
.choosejob .tableContai > table > tbody > tr > td table {
  width: 100%;
  padding-left: 26px;
}
.choosejob .tableContai > table > tbody > tr > td tr {
  height: 40px;
}
.choosejob .tableContai > table > tbody > tr > td:first-child {
  width: 198px;
  border-right: 1px solid #eee;
  padding-left: 28px;
}
.choosejob .tableContai > table > tbody > tr > td td {
  width: 33%;
  cursor: pointer;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
}
.choosejob .tableContai > table > tbody > tr > td td:hover {
  color: #436FF1;
}
.allposition {
  position: absolute;
  width: 720px;
  height: 500px;
  top: 50%;
  left: 50%;
  margin: -250px 0 0 -360px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}
.allposition .positionkind {
  position: absolute;
  overflow: auto;
  top: 57px;
  right: 542px;
  bottom: 0;
  left: 0;
  border-right: 1px solid #eee;
}
.allposition .positionkind li {
  text-indent: 27px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
  cursor: pointer;
  position: relative;
}
.allposition .positionkind li:hover {
  background-color: #F9FAFB;
}
.allposition .positionkind li.active {
  background-color: #F9FAFB;
}
.allposition .positionkind li.active:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  left: 0;
  background-color: #436FF1;
}
.allposition .postiondetail {
  height: 442px;
  overflow: auto;
  padding: 0 30px 0 190px;
}
.allposition .postiondetail li p {
  height: 38px;
  line-height: 38px;
  padding-left: 15px;
}
.allposition .postiondetail li p span {
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  font-size: 13px;
  color: #666;
  display: inline-block;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
}
.allposition .postiondetail li p span:first-child,
.allposition .postiondetail li p span:nth-child(2) {
  width: 165px;
}
.allposition .postiondetail li p span i {
  color: #436FF1;
  position: relative;
  top: 1px;
  padding-right: 3px;
}
.allposition .postiondetail li p span:hover,
.allposition .postiondetail li p span.active {
  color: #436FF1;
}
.allposition .postiondetail li p span.active em:after {
  display: block;
}
.allposition .postiondetail li p span em {
  position: relative;
}
.allposition .postiondetail li p span em:after {
  display: none;
  content: "";
  width: 0;
  height: 0;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #F6F6FA;
  border-left: 6px solid transparent;
  position: absolute;
  top: 20px;
  margin: auto;
  left: 0;
  right: 0;
}
.allposition .postiondetail li div {
  display: none;
  overflow: hidden;
  padding: 14px 10px 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #F6F6FA;
  margin: 4px 0;
}
.allposition .postiondetail li div em {
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  float: left;
  font-size: 12px;
  color: #666;
  padding: 0 10px 14px 10px;
  cursor: pointer;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
}
.allposition .postiondetail li div em:hover {
  color: #436FF1;
}
.city {
  position: absolute;
  width: 600px;
  height: 420px;
  top: 50%;
  left: 50%;
  margin: -210px 0 0 -300px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}
.city .citykind {
  position: absolute;
  top: 57px;
  left: 0;
  bottom: 0;
  right: 470px;
  border-right: 1px solid #eee;
  overflow: auto;
}
.city .citykind li {
  text-indent: 27px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
  cursor: pointer;
  position: relative;
}
.city .citykind li:hover {
  background-color: #F9FAFB;
}
.city .citykind li.active {
  background-color: #F9FAFB;
}
.city .citykind li.active:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  left: 0;
  background-color: #436FF1;
}
.city .citydetail {
  padding: 0 10px 0 140px;
  height: 362px;
  overflow: auto;
}
.city .citydetail li {
  float: left;
  font-size: 13px;
  color: #666;
  padding: 0 15px;
  line-height: 35px;
  cursor: pointer;
}
.city .citydetail li:hover {
  color: #436FF1;
}
@media (max-height: 800px) {
  .baseframe {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

/* .图片裁剪弹窗样式修改开始 */
.subcri{
  position: absolute;background-color: transparent;color: #999;top: 125px;left: 301px;border: none;outline: none;
}
.editpic{
  width: 470px;height: 485px;
}
#cropDiv_buttonDiv{
  margin-bottom: 25px !important;
}
.cropDiv_container+div>div:first-child {
    display: none;
}
.copen {
    position: absolute;
    color: #436FF1;
    top: 338px;
    left: 28px;
}
#cropDiv_buttonDiv_cropFile{
  top: 241px !important;
    z-index: 50;
    cursor: pointer !important;
}
.cropDiv_container:last-child {
    position: absolute;
    width: 424px;
    text-align: center;
    bottom: 40px;
}
.cropDiv_container button:first-child {
    background-color: transparent !important;
    color: #999 !important;
    margin-right: 35px !important;
}
.cropDiv_container button {
      width: 100px;
    height: 35px;
    border: 1px solid #EEEEEE !important;
    cursor: pointer;
    margin: 0 !important;
}
#cropDiv_previewImg{
      border-radius: 50%;
    overflow: hidden;
}
/* .图片裁剪弹窗样式修改结束 */
#allSchool,#allMajor{
  position: absolute;
  top: 42px;
  left: 0;
  right: 0;
  box-shadow: 0 3px 10px rgba(153, 153, 153, 0.2);
  background-color: #fff;
  transition: all .3s linear;
  border-radius: 3px;
  z-index: 50;
  
}
#allSchool p,#allMajor p{
  padding: 0 12px;
  height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #EEEEEE;
    font-size: 12px;
    color: #9FA3B0;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
#allSchool p:hover,#allMajor p:hover{
    color: #436FF1;
    background: #F6F6FA;
}
.nav2{
    position: relative;
    background-color: #FFF;
    width: auto;
}
.baseframe ul li.nogetcode{
	float: right;
    bottom: 7px;
    cursor: pointer;
}
.checkCom .loadFile{
	padding: 4px 10px;
	background-color: #436FF1;
	color: #fff;
	border-radius:3px;
	cursor: pointer;
}
#fileCom{
	vertical-align: middle;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 165px;
    display: inline-block;
}
.loginbycompany li{
  margin-bottom: 20px !important;
}