.wrapper{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  background-color: #fff;
}

.wrapper h1, .wrapper h2, .wrapper h3, .wrapper h4, .wrapper h5 ,.wrapper h6{
  font-weight: 200;
}

.wrapper a{
  text-decoration: none;
}

.wrapper p, li, a{
  font-size: 14px;
}

.wrapper fieldset{
  margin: 0;
  padding: 0;
  border: none;
}
.form-wrapper{
  margin: 0;
}
/* GRID */

.twelve { width: 100%; }
.eleven { width: 91.53%; }
.ten { width: 83.06%; }
.nine { width: 74.6%; }
.eight { width: 66.13%; }
.seven { width: 57.66%; }
.six { width: 49.2%; }
.five { width: 40.73%; }
.four { width: 32.26%; }
.three { width: 23.8%; }
.two { width: 15.33%; }
.one { width: 6.866%; }

/* COLUMNS */

.col {
	display: block;
	float:left;
	margin: 0 0 0 1.6%;
}

.col:first-of-type {
  margin-left:18%;
}
/*.container{
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}
*/
.row{
  padding: 20px 0;
}

/* CLEARFIX */

.cf:before,
.cf:after {
    content: " ";
    display: block;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;

}

.wrapper{
  width: 100%;
  margin: 30px 0;
}

/* STEPS */

.steps{
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  text-align: center;
}


.steps li{
  display: inline-block;
  margin: 20px;
  color: #ccc;
  padding-bottom: 5px;
}

.steps li.is-active{
  border-bottom: 1px solid #3498db;
  color: #3498db;
}

/* FORM */

.form-wrapper .section{
/*  padding: 0px 20px 30px 20px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center; 
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-align: center;
  position: absolute;
  width: 100%;
  min-height: 300px;
  max-width: 700px;
}

.form-wrapper .section h3{
  margin-bottom: 30px;
}

.form-wrapper .section.is-active{
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.form-wrapper .buttonNe, .form-wrapper .buttonNe2 , .form-wrapper .buttonFinish{
  background-color: #3498db;
  display: inline-block;
  padding: 8px 30px;
  color: #fff;
  cursor: pointer;
  font-size: 14px !important;
  font-family: 'Open Sans', sans-serif !important;
  position: absolute;
  right: 20px;
  bottom: -20px;
}

.form-wrapper .buttonPre{
  background-color: #3498db;
  display: inline-block;
  padding: 8px 30px;
  color: #fff;
  cursor: pointer;
  font-size: 14px !important;
  font-family: 'Open Sans', sans-serif !important;
  position: absolute;
  left: 20px;
  bottom: -20px;
}

.form-wrapper .submit{
  border: none;
  outline: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-wrapper select{
  display: block;
  padding: 10px;
  margin: 10px auto;
  background-color: #f1f1f1;
  border: none;
  width: 53%;
  outline: none;
  font-size: 14px !important;
  font-family: 'Open Sans', sans-serif !important;
}
.form-wrapper input[type="text"],
.form-wrapper input[type="password"]{
  display: block;
  padding: 10px;
  margin: 10px auto;
  background-color: #f1f1f1;
  border: none;
  width: 50%;
  outline: none;
  font-size: 14px !important;
  font-family: 'Open Sans', sans-serif !important;
}

.form-wrapper input[type="radio"]{
  display: none;
}

.form-wrapper input[type="radio"] + label{
  display: block;
  border: 1px solid #ccc;
  width: 100%;
  max-width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}

.form-wrapper input[type="radio"] + label:before{
  content: "✔";
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  background-color: #3498db;
  color: #fff;
  display: none;
}

.form-wrapper input[type="radio"]:checked + label:before{
  display: block;
}

.form-wrapper input[type="radio"] + label h4{
  margin: 15px;
  color: #ccc;
}

.form-wrapper input[type="radio"]:checked + label{
  border: 1px solid #3498db;
}

.form-wrapper input[type="radio"]:checked + label h4{
  color: #3498db;
}

.form-wrapper .radio input[type="radio"]{
      width: auto;
          margin: 4px 0 0;
    line-height: normal;
    cursor: pointer;
    margin-left: -20px;
    display: block;
}
.postPage{margin-left: 19%!important;}

/* 上传图片 */
.photoUpload{
    width: 5.3rem;
    height: 1.2rem;
    padding: 0.2rem;
    overflow: auto;
    clear: both;
    margin: 0.1rem auto;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.z_photo {
    width: 1.1rem;
    height: 1rem;
    padding: 0.1rem;
    overflow: hidden;
    float:left;
    display:inline ;
/*    margin: 0.1rem auto;*/
}

.z_photo img {
    width: 1rem;
    height: 1rem;
}

.z_addImg {
    float: left;
    overflow: hidden;
/*    margin-right: 0.1rem;*/
}

.z_file {
    width: 1rem;
    height: 1rem;
    float: left;
    display: inline;
    overflow: hidden;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
}
.z_file input::-webkit-file-upload-button {
    width: 1rem;
    height: 1rem;
    border: none;
    position: absolute;
    outline: 0;
    opacity: 0;
}

.z_file input#file1, .z_file input#file2,.z_file input#file3,.z_file input#file4 {
/*    display: block;*/
    float:left;
    width: 1rem;
    height: 1rem;
    border: 0;
    vertical-align: middle;
    opacity: 0;
}
/*.z_file input[type="file"]{
  height:5px;
}*/
/*遮罩层*/

.z_mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.z_alert {
    width: 3rem;
    height: 2rem;
    border-radius: .2rem;
    background: #fff;
    font-size: .24rem;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1.5rem;
    margin-top: -2rem;
}

.z_alert p:nth-child(1) {
    line-height: 1.4rem;
}

.z_alert p:nth-child(2) span {
    display: inline-block;
    width: 49%;
    height: .5rem;
    line-height: .5rem;
    float: left;
    border-top: 1px solid #ddd;
}

.z_cancel {
    border-right: 1px solid #ddd;
}

@media(max-width: 1199px){
  .form-wrapper .section{
      max-width: 600px;
  }
  .wrapper{
      margin: 10px 0;
  }
}
@media(max-width:979px){
  .form-wrapper .section{
  }
  .postPage{margin-left: 12%!important;}
}
@media(min-width:768px) and (max-width:979px){
}
@media (min-width: 640px) and (max-width:767px){
  .form-wrapper .section{
      max-width: 540px;
  }
  .form-wrapper input[type="radio"] + label h4{
  margin: 5px;
  }
  .postPage{margin-left: 0!important;}
}
@media (min-width: 421px) and (max-width:639px){
  .form-wrapper .section{
      max-width: 420px;
  }
  .form-wrapper input[type="radio"] + label h4{
      margin: auto 0; 
      line-height: 20px;
  }
  .form-wrapper input[type="radio"] + label{
      height:60px; 
      text-align: center;
  }
  .postPage{margin-left: 0%!important;}
}
@media (min-width: 376px) and (max-width:420px){
  .form-wrapper .section{
      max-width: 350px;
  }
  .form-wrapper input[type="radio"] + label h4{
      margin: auto 0; 
      line-height: 20px;
  }
  .form-wrapper input[type="radio"] + label{
      height:60px; 
  }
  .postPage{margin-left: 0%!important;}
}
@media (min-width: 321px) and (max-width:376px){
  .form-wrapper .section{
      max-width: 300px;
  }
  .form-wrapper input[type="radio"] + label h4{
      margin: auto 0; 
      line-height: 20px;
  }
  .form-wrapper input[type="radio"] + label{
      height:60px; 
  }
  .postPage{margin-left: 0%!important;}
}
@media(max-width:321px){

}