/* CSS Document */

body {
  background: #fff;
}
.clearfix {
  clear: both;
}
.pop {
  padding: 40px 10px;
  min-height: 100%;
}
.popFreeUse {
  opacity: 1;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  background-color: #eef6f9;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  padding: 30px 15px;
}
.popFreeUse .conInfo {
  height: 96px;
}
.popFreeUse .conInfo .pic {
  border: 8px solid #ededed;
  border-radius: 100%;
  overflow: hidden;
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 20px;
}
.popFreeUse .conInfo .pic img {
  display: block;
  width: 80px;
  height: 80px;
}
.popFreeUse .conInfo .job {
  color: #333333;
  font-size: 20px;
  padding-top: 15px;
  line-height: 1;
}
.popFreeUse .conInfo .desc {
  color: #777d82;
  font-size: 14px;
  margin-top: 20px;
  line-height: 1.5;
}
.popFreeUse .formContainer {
  margin: 40px 15px 0 ;
}
.popFreeUse .formItem {
  padding: 8px 0 10px;
}
.popFreeUse .formLabel {
  margin-bottom: 10px;
  color: #333;
  font-size: 14px;
}
.popFreeUse .formInput {
  font-size: 14px;
  position: relative;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
}
.popFreeUse .formInput .required {
  padding: 0;
  width: 100%;
  height: 36px;
  line-height: 36px;
  border: 0;
  background-color: transparent;
  outline: none;
  font-size: 14px;
}
.popFreeUse .formInput textarea.required {
  padding: 5px 0;
  width: 100%;
  height: 80px;
  line-height: 24px;
  border: 0;
  background-color: transparent;
  outline: none;
  font-size: 14px;
}
.popFreeUse .formInput .yzmImg{
  display: block;
  position: absolute;
  right: 0;
  top:0;
  height: 36px;
}
.popFreeUse .formInput .yzmImg img{
  height: 36px;
}
.popFreeUse .shortselect {
  height: 36px;
  width: 100%;
  line-height: 36px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #eef6f9;
  padding-left: 10px;
  color: #777d82;
  font-size: 14px;
}
.popFreeUse .formBtns {
  margin-top: 18px;
  text-align: center;
}
.popFreeUse .btnSure {
  color: #fff;
  background-color: #009dd9;
  border: none;
  width: 100%;
  height: 40px;
  margin: 0;
  font-size: 14px;
  line-height: 40px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}
.popFreeUse .btnSure:hover {
  opacity: .8;
}