
.ct-item {
  padding: 30px 0
}
.ct-item.bd {
  border-bottom: 1px dashed #eee;
}

.ct-item-head {
  position: relative;
  height: 20px;
  margin-bottom: 22px;
}
.ct-item-head h3 {
  display: inline-block;
  *display: inline;
  margin-right: 1em;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}

.ct-submit {
  display: block;
  margin: 0 auto;
  border: none;
  padding: 0 25px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background: #66be8c;
  border-radius: 3px;
  cursor: pointer;
}

.form-label {
  width: 8em;
}
.form-control.short {
  width: 90px;
  margin-right: 1em;
}
.form-control.mid {
  width: 530px
}
.form-control.num {
  width: 2em;
  text-align: center;
}


.ct-result {
  margin: 20px 0 0;
  line-height: 68px;
  font-weight: bold;
  text-align: center;
  color: #66be8c;
  border: 1px solid #66be8c;
  background: #F6FFFA;
  border-radius: 6px;
}
.ct-result.lose {
  color: #F4694A;
  border-color: #F4694A;
  background: #FDF8F5
}
.ct-result .icon {
  font-size: 36px;
  vertical-align: middle;
  margin-right: 20px;
}
.ct-result,
.ct-result p {
  display: none;
}
.ct-result.put,
.ct-result.success,
.ct-result.lose,
.ct-result.put .put,
.ct-result.success .success,
.ct-result.lose .lose {
  display: block;
}

.photo-tab li {
  float: left;
  margin-right: 10px;
}
.photo-tab a {
  display: block;
  width: 80px;
  line-height: 30px;
  text-align: center;
  color: #333;
}
.photo-tab a:hover {
  color: #66be8c
}
.photo-tab .active a {
  color: #fff;
  background: #66be8c;
  border-radius: 3px;
}
.photo-cont {
  margin-right: -17px;
  overflow: hidden;
}
.photo-item {
  position: relative;
  float: left;
  margin: 20px 17px 0 0;
}
.photo-item,
.photo-item img {
  width: 227px;
  height: 227px;
}
.photo-item:hover img {
  opacity: .8;
  filter: alpha(opacity=80);
}
.photo-upload {
  display: block!important;
  height: 219px;
  line-height: 219px;
  text-align: center;
  color: #ddd;
  font-size: 80px!important;
  border: 4px dashed #ddd;
}
.photo-upload:hover,
.photo-upload:active {
  color: #aaa;
  border-color: #ccc
}
.photo-item .del,
.photo-item .edit {
  position: absolute;
  right: 0;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  color: #fff;
  background: #666;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: .3s;
  transition: .3s;
}
.photo-item .del {
  top: 0;
}
.photo-item .edit {
  bottom: 0; 
}
.photo-item:hover i {
  opacity: .9;
  filter: alpha(opacity=90);
}

.uploadScan {
  position: absolute;
  right: 0;
  top: 0;
  height: 27px;
  line-height: 27px;
  color: #fff;
  text-align: right;
  width: 126px;
  background: url(//static.jjoobb.cn/images/personal/resume/resume-bg.png) no-repeat left -372px;
  padding: 6px 16px;
}

/* 使用手机扫描二维码上传提示 */
.qrcode-upload {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -480px;
  margin-top: -201.5px;
  padding: 35px 45px;
  width: 870px;
  height: 333px;
  background-color: #fff;
  z-index: 8888;
}
.qu-close {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 20px;
  cursor: pointer;
}
.qu-close:hover {
  color: #f5694b;
}
.qrcode-upload .title {
  margin-bottom: 38px;
  font-size: 18px;
}
.qrcode-upload .left {
  float: left;
  padding-right: 50px;
  padding-bottom: 36px;
  border-right: 1px dashed #ccc;
}
.qrcode-upload .list {
  margin-top: 20px;
}
.qu-list-item {
  position: relative;
  float: left;
  width: 126px;
  color: #7d7d7e;
  margin-left: 60px;
}
.qu-list-item:first-child {
  margin-left: 0;
}
.qu-list-item.last {
  margin-left: 90px;
}
.qrcode-upload .right {
  float: left;
  padding-left: 30px;
}
.qu-right-intro {
  margin: 10px 0 20px;
}

.ph-scan {
  position: relative;
  margin: 30px 0;
}
.ph-scan .uploadScan {
  top: -50px
}

[disabled]{
  background: #999;
}
/*上传营业执照样式——开始*/
.upload-box {
  width: 150px;
  height: 34px;
  float: left;
  position: relative;
  z-index: 3;
}
#uploadfile {
  filter: alpha(opacity=0);
  opacity: 0;
  font-size: 36px;
  width: 150px;
  height: 34px;
  line-height: 34px;
  position: absolute;
  z-index: 8;
  cursor: pointer;
}
.license-btn {
  width: 150px;
  background: #66be8c;
  border-radius: 3px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  position: absolute;
  z-index: 5;
  outline: 0 none;
  border: none;
  display: inline-block;
}
.license-btn .icon {
  font-size: 18px;
  margin-right: 8px;
}
.license-pic {
  width: 200px;
  height: 200px;
  border: 1px #ddd solid;
  background: url(http://static.jjoobb.cn/images/company/account/logobg_200.jpg) no-repeat left top;
  text-align: center;
  margin: 10px 0 0 142px;
}
.license-pic img {
  width: 200px;
  height: 200px;
}
.license-text {
  height: auto;
  overflow: hidden;
  padding: 7px 0;
}
.license-tip {
  width: 800px;
  height: auto;
  overflow: hidden;
  float: left;
  padding-top: 6px;
}
.license-tip p {
  line-height: 24px;
  color: #999;
  padding-bottom: 6px;
}
/*上传营业执照样式——结束*/