.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden
}

.clearfix {
    zoom: 1;
}

html,
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
body{
    background-image: url(/css/img/form-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/* ::-webkit-input-placeholder { 
    color: #b9b9b9;
    font-weight: 300;
    font-size: 12px;
}

 ::-moz-placeholder { 
    color: #b9b9b9;
    font-weight: 300;
    font-size: 12px;
}

 :-ms-input-placeholder { 
    color: #b9b9b9;
    font-weight: 300;
    font-size: 12px;
} */
.header-logo-top{
    height: 80px;
    line-height: 80px;
}
/* .frform-text {
    padding-right: 40px;
} */
 /* .frform-tit {
    color: #fff;
    font-size: 36px;
    line-height: 36px;
    margin-top: 50px;
    margin-bottom: 30px;
    font-weight: 600;
} */
/* .frform-des {
    color: rgba(255,255,255,.9);
    font-size: 22px;
    line-height: 34px;
}
.frform {
    background-color: #fff;
    border-radius: 4px;
    padding: 60px 30px;
}
.frform .form-group {
    position: relative;
} */
.content-experience-box{
    position: relative;
    height: 100%;
}
.content-experience{
    position: absolute;
    width: 100%;
    top:40%;
    right: 50%;
    transform: translate(50%,-50%);
}








/* ************************************ */




body,html{font-family:'PingFangSC-Light','Hiragino Sans GB','Microsoft YaHei','OpenSans','Myriad Pro','Verdana';}
h1,h2 {color: #191e28;font-size: 24px;}
h3,h4 {color: #191e28;font-size: 16px;}
p {color: #7d8189;font-size: 13px; line-height: 25px;}
section{padding: 50px 0;}
@media (min-width: 1100px){
.container {
  width: 1200px;
}
}
@media screen and (max-width: 600px) {
} 
html{background-color: #1167e2;}
body{background-image: url('https://www.fanruan.com/images/form-bg.jpg');background-size: cover;background-repeat: no-repeat;background-position: center;min-height: 800px;}
.navbar-default{background-color: transparent;border: none;}
.navbar-brand{padding: 15px 15px;height: auto;}

.frform-text{padding-right: 40px;}
.frform-tit{
    color: #fff;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 30px;
    font-weight: 600;
}
.frform-des{color: rgba(255,255,255,.9);font-size: 23px;line-height: 34px;}
.frform{background-color: #fff;border-radius: 4px;padding: 40px 30px;}
.frform .check-error{border-bottom: 1px solid #ff3d23;}
/* .frform .item-more{ 
        width: 49%;
        float: left; 
} */
/* .frform .item-right{ 
        width: 49%;
        float: right; 
} */
.frform .frform-question{color: #8496AB;font-size: 12px;margin: 0;margin-top: 30px;}
.frform .frform-contact{color: #0082FC;}
.frform .form-control{
    border-radius: 3px;
    font-size: 14px;
    color: #333;
    height:40px;
    box-shadow: none;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border:none;
    border: 1px solid #e6e6e6;
}
.frform .form-control:focus{
    border: 1px solid #0082FC;
    box-shadow: none;
}
.frform #submit{width: 100%;border: none;border-radius: 2px;background-color: #0082FC;color: #fff;padding: 12px 30px;height: 40px;font-size: 16px;line-height: 16px;margin-top: 15px;}
.frform #submit:hover{
    background-color: #0063C1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.frform .form-group{position: relative;}
.frform input::-webkit-input-placeholder{color: #B3C1D3;}
.frform input::-moz-placeholder{color: #B3C1D3;}
.frform input:-ms-input-placeholder{color: #B3C1D3;}
.frform select:invalid{color: #B3C1D3;}
.frform select{-webkit-appearance:none;-moz-appearance:none;padding: 6px 12px;}
.frform .arrow{
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 0;
  border-right: solid 2px #7d8189;
  border-bottom: solid 2px #7d8189;
  display: inline-block;
  pointer-events: none;
  position: absolute;
  bottom: 16px;
  right: 15px;
}
.frform .form-control.check-error{
    border:1px solid red;
}
.frform .info{
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 14px;
  color: red;
  display: none;
}
.frform .get-vericode{
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 14px;
  color: #0082FC;
  cursor: pointer;
}
/*弹出二维码*/
.popup{
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1000;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: none;
  opacity: 1;
  background-color: rgba(0,0,0,0.5);
}
.con-qrcode{
  margin: auto;
  width: 450px;
  height: auto;
  z-index: 999;
  background-color: #fff;
  margin-top: 200px;
  text-align: center;
}
.con-head {
  background-color: #f2f3f4;
  padding: 10px 10px;
}
.con-head p{
  color: #7d8189;
  font-size: 22px;
  display: inline-block;
  margin-bottom: 0;
  letter-spacing: 1px;
}
.con-main{
  padding: 30px 10px;
}
.con-main img{
  display: inline-block;
  padding:0 15px;
  vertical-align:middle;
}
a.closepopup{
  font-size: 26px;
  color: #7d8189;
  line-height: 20px;
  cursor: pointer;
  float: right;
}
@media (max-width: 600px){
section{padding: 0;}
.frform-text{padding-right: 15px;}
.frform-tit{font-size: 26px;margin: 0;margin-bottom: 10px;}
.frform-des{font-size: 14px;line-height: 18px;margin-bottom: 20px;}
.frform{margin: 0 15px;}
.frform .item-more{width: auto;display: block;}
.frform .frform-question{display: none;}
}
.form-group {
    /* margin-bottom: 25px; */
}