#tab_11 .abpage .img_r {
  float: right;
  width: 48.5%;
  margin-left: 0;
  height: 38.6em;
}

#tab_11 .abpage .img_r.typec {
  height: 47em;
}

#tab_11 .abpage .img_r.typec div {
  background-image: url(/uploads/image/v2images/page3.jpg);
}

#tab_11 .abpage .img_r div {
  background: url(/uploads/image/v2images/page2.jpg) center center no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  transition: .4s;
}

#tab_11 .abpage .img_r div:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#tab_11 .abpage .forms {
  margin-top: 40px;
}

#tab_11 .abpage .forms .form-tit {
  color: #909090;
  font-size: 1em;
  padding-bottom: 1.22em;
  display: none;
}

#tab_11 .abpage .forms .form-box {
  line-height: 2.2em;
  height: 2.2em;
  font-size: 1.2em;
  margin-bottom: .86em;
}

#tab_11 .abpage .forms .form-box.form-check {
  line-height: 1.7;
  height: 1.8em;
}

#tab_11 .abpage .forms .form-box.form-check.form-box2 {
  height: 3em;
}

#tab_11 .abpage .forms .form-box.form-box3 .form-select {
  width: 36%;
  float: left;
  margin: auto;
}

#tab_11 .abpage .forms .form-box.form-box3 .form-select:last-child {
  float: right;
}

#tab_11 .abpage .forms .form-box.form-box4 {
  margin-bottom: 3%;
  line-height: 1.4;
}

#tab_11 .abpage .forms .form-box:before {
  content: '';
  display: table;
}

#tab_11 .abpage .forms .form-box .form-label {
  width: 25%;
  float: left;
}

#tab_11 .abpage .forms .form-box .form-label.no:before {
  content: "";
  margin: 0;
}

#tab_11 .abpage .forms .form-box .form-label:before {
  content: "*";
  color: #e40c2a;
  float: left;
  margin-right: 5px;
}

#tab_11 .abpage .forms .form-box .form-input, #tab_11 .abpage .forms .form-box .form-select {
  width: 40.2%;
  line-height: 2.2em;
  height: 2.2em;
  border: 1px solid #9d9d9d;
  border-radius: 3px;
  text-indent: 10px;
  overflow: hidden;
  /*font-weight: bold;*/
}

#tab_11 .abpage .forms .form-box .form-input {
  float: left;
}

#tab_11 .abpage .forms .form-box .form-input input {
  height: 2.2em;
  display: block;
  line-height: 2.2em;
  text-indent: 10px;
}

#tab_11 .abpage .forms .form-box .form-select {
  width: 74.5%;
  margin-left: 25%;
  position: relative;
  overflow: hidden;
}

#tab_11 .abpage .forms .form-box .form-select .font-val {
  width: 85%;
  overflow: hidden;
  box-sizing: border-box;
}

#tab_11 .abpage .forms .form-box .form-select .arrow-down {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translatey(-50%);
  right: 5%;
  width: 18px;
}

#tab_11 .abpage .forms .form-box .form-select select {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}

#tab_11 .abpage .forms .form-box .address {
  width: 74.7%;
  margin-left: 25%;
  margin-bottom: 2%;
}

#tab_11 .abpage .forms .form-box .sex-box {
  float: right;
  width: 34%;
}

#tab_11 .abpage .forms .form-box .sex-box .check-item {
  float: right;
}

#tab_11 .abpage .forms .form-box .sex-box .check-item.sex_woman {
  margin-left: 18%;
}

#tab_11 .abpage .forms .form-box .time-box, #tab_11 .abpage .forms .form-box .fun-box, #tab_11 .abpage .forms .form-box .day-box {
  width: 75%;
  float: right;
}

#tab_11 .abpage .forms .form-box .time-box .check-item {
  width: 49%;
  display: inline-block;
}

#tab_11 .abpage .forms .form-box .fun-box .check-item, #tab_11 .abpage .forms .form-box .day-box .check-item {
  width: 24%;
  display: inline-block;
}

#tab_11 .abpage .forms .agree-box {
  font-size: 1.2em;
  line-height: 2.35em;
}

#tab_11 .abpage .forms .agree-box i {
  margin-top: -.2em;
}

#tab_11 .abpage .forms .agree-box .submit {
  height: 2.35em;
  cursor: pointer;
  width: 38.50%;
  color: #fff;
  text-align: center;
  float: right;
  font-weight: bold;
  border-radius: 3px;
  background: #e60021;
}

#tab_11 .abpage .forms .xian {
  height: 1px;
  background: #dadada;
  margin-bottom: 2%;
}

#tab_11 .abpage .forms .check-item {
  cursor: pointer;
  font-size: .85em;
  vertical-align: middle;
}

#tab_11 .abpage .forms .check-item .check-img {
  width: 20px;
  display: inline-block;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
  border: 1px solid #9d9d9d;
  border-radius: 3px;
  box-sizing: border-box;
  overflow: hidden;
}

#tab_11 .abpage .forms .check-item .check-img.i_active {
  background: url(/uploads/image/v2images/active-check.png) center center no-repeat;
  background-size: 100% 100%;
  border: none;
}

.content .make .forms .line b {
  font-size: 1.2em;
}

.content .make .forms .line input {
  font-size: 1.2em;
  border-radius: 3px;
  text-indent: 10px;
}

.content .make .forms .line .tsetselect {
  border-radius: 3px;
}

.content .make .forms .line .tsetselect span {
  font-size: 1.2em;
  text-indent: 10px;
}

.content .make .forms .address222 {
  font-size: 1.2em;
}

.content .make .forms .agree span {
  font-size: .85em;
}

.content .make .forms .agree span.checkbox {
  border-radius: 3px;
}

.content .make .forms .sure {
  font-size: 1.2em;
  height: 2.35em;
  line-height: 2.35em;
  border-radius: 3px;
}

@media (max-width: 1024px) {
  #tab_11 .abpage .forms {
    margin-top: 40px;
  }
  #tab_11 .abpage .forms .form-box.form-check {
    line-height: 1.7;
    height: 3.5em;
  }
  #tab_11 .abpage .forms .form-box.form-check.form-box2 {
    height: 3.5em;
  }
  #tab_11 .abpage .forms .form-box .time-box, #tab_11 .abpage .forms .form-box .fun-box, #tab_11 .abpage .forms .form-box .day-box {
    width: 75%;
    float: right;
  }
  #tab_11 .abpage .forms .form-box .time-box .check-item, #tab_11 .abpage .forms .form-box .fun-box .check-item, #tab_11 .abpage .forms .form-box .day-box .check-item {
    width: 49%;
  }
}

@media (max-width: 767px) {
  .section10 input::-webkit-input-placeholder, .section10 input:-moz-placeholder, .section10 input::-moz-placeholder, .section10 input::-ms-input-placeholder {
    color: #aaaaaa !important;
  }
  .section10 .forms {
    width: 87.7%;
    border: none;
    margin-top: 5%;
  }
  .section10 .forms .form-tit {
    font-size: .32rem;
    color: #909090;
    padding-bottom: 4%;
    display: none;
  }
  .section10 .forms .form-box {
    line-height: 1rem;
    min-height: 1rem;
    font-size: .38rem;
    margin-bottom: 4%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
  .section10 .forms .form-box.form-box3 {
    margin-bottom: 0;
  }
  .section10 .forms .form-box.form-box3 .form-select {
    margin-bottom: 5%;
  }
  .section10 .forms .form-box.form-box4 {
    line-height: 1.4;
    min-height: .8rem;
    margin-bottom: 0;
  }
  .section10 .forms .form-box .form-label {
    width: 36%;
    /*font-weight: bold;*/
  }
  .section10 .forms .form-box .form-label.no:before {
    content: "";
    margin: 0;
  }
  .section10 .forms .form-box .form-label:before {
    content: "*";
    color: #e40c2a;
    margin-right: 3px;
  }
  .section10 .forms .form-box .form-main {
    flex: 1;
  }
  .section10 .forms .form-box .form-main .form-input, .section10 .forms .form-box .form-main .form-select {
    line-height: 1rem;
    height: 1rem;
    border: 1px solid #909090;
    border-radius: 3px;
    text-indent: 8px;
    /*font-weight: bold;*/
  }
  .section10 .forms .form-box .form-main .form-input {
    float: none;
    overflow: hidden;
  }
  .section10 .forms .form-box .form-main .form-input input {
    line-height: 1rem;
    height: 1rem;
    width: 92%;
  }
  .section10 .forms .form-box .form-main .form-select {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .section10 .forms .form-box .form-main .form-select .font-val {
    width: 85%;
    overflow: hidden;
    box-sizing: border-box;
  }
  .section10 .forms .form-box .form-main .form-select .arrow-down {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translatey(-50%);
    right: 4.5%;
    width: 4vw;
  }
  .section10 .forms .form-box .form-main .form-select select {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
  }
  .section10 .forms .form-box .form-main .sex-box {
    line-height: 2;
  }
  .section10 .forms .form-box .form-main .sex-box .check-item:last-child {
    margin-left: 15%;
  }
  .section10 .forms .form-box .form-main .time-box .check-item, .section10 .forms .form-box .form-main .day-box .check-item {
    display: block;
    line-height: 2.5;
  }
  .section10 .forms .form-box .form-main .fun-box .check-item, .section10 .forms .form-box .form-main .day-box .check-item {
    width: 49%;
    display: inline-block;
  }
  .section10 .forms .form-box .form-main .address {
    line-height: 1.4;
  }
  .section10 .forms .form-box .form-main .time-box {
    padding-top: 5px;
  }
  .section10 .forms .xian {
    height: 1px;
    background: #dadada;
    margin: 5% 0 4%;
  }
  .section10 .forms .agree-box {
    font-size: .32rem;
    line-height: 1;
  }
  .section10 .forms .agree-box i {
    margin-top: -3px !important;
  }
  .section10 .forms .agree-box .submit {
    height: 10.5vw;
    line-height: 10.5vw;
    width: 100%;
    font-size: .38rem;
    color: #fff;
    margin-top: 5%;
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
    background: #e60021;
  }
  .section10 .forms .check-item {
    font-size: .32rem;
    vertical-align: middle;
  }
  .section10 .forms .check-item .check-img {
    width: .44rem;
    display: inline-block;
    position: static;
    height: .44rem;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -1px;
    border: 1px solid #9d9d9d;
    border-radius: 3px;
    background: none;
    box-sizing: border-box;
    overflow: hidden;
  }
  .section10 .forms .check-item .check-img.i_active {
    background: url(/uploads/image/v2images/active-check.png) center center no-repeat;
    background-size: 100% 100%;
    border: none;
  }
  .section10 .abpagea .forms {
    font-size: .38rem;
  }
  .section10 .abpagea .forms .querybtn {
    font-size: .38rem;
    border-radius: 3px;
  }
  .section10 .abpagea .forms .pb {
    font-size: .38rem;
  }
  .section10 .abpagea .forms .form_gou {
    font-size: .32rem;
  }
  .section10 .abpagea .forms .form_gou i {
    border-radius: 3px;
    right: auto;
  }
  .section10 .abpagea .forms .flex .sel .sel-bd {
    border-radius: 3px;
  }
  .section10 .abpagea .forms .flex .sel .sel-bd select {
    font-size: .38rem;
    width: 85%;
  }
  .section10 .abpagea .forms .flex .sel p {
    font-size: .38rem;
  }
  .section10 .abpagea .forms .lis .name {
    font-size: .38rem;
  }
  .section10 .abpagea .forms .lis li {
    border-radius: 3px;
  }
  .section10 .abpagea .forms .lis li input, .section10 .abpagea .forms .lis li select {
    font-size: .38rem;
  }
}
