.main_innerContainer {
  padding-bottom: 20px;
  margin: 20px auto 20px;
  width: 1280px;
  border: 1px solid #ebeff8;
}
.main_wo_title {
  position: relative;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1a1b1e;
}
.main_wo_title::before {
  margin-left: -100px;
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 200px;
  height: 5px;
  background: url('../images/lianxiwomen_line.png') no-repeat;
  background-size: 100% 100%;
}
.main_wo_innerBox {
  margin: 0 auto;
  width: 1100px;
  font-size: 0;
}
.main_woi_topBox {
  position: relative;
  margin-top: 40px;
}
.main_woi_leftBox {
  position: relative;
  width: 70%;
}
.main_woi_leftBox::before {
  position: absolute;
  top: 0;
  right: -60px;
  content: '';
  width: 2px;
  height: 100%;
  background: #efe;
}
.main_woil_inputBox {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  background: #f2f3f4;
}
.main_woil_inputBoxR {
  margin-right: 20px;
}
.main_woil_input {
  background: #f2f3f4;
  border: 0;
  width: 100%;
  height: 100%;
  text-indent: 20px;
}
.main_woil_select {
  width: 95%;
}
.main_woil_textBox {
  margin-bottom: 5.5556vh;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 12.5vh;

  font-size: 0.8333vw;
  background: #f2f3f4;
}
.main_woil_textArea {
  width: 100%;
  height: 100%;
  line-height: 3.3333vh;
  text-indent: 0.9375vw;
}
.main_woil_btn {
  margin: 0 auto;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #e30b20;
  border-radius: 3px 3px 3px 3px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
.main_woi_rightBox {
  position: absolute;
  top: 0;
  right: 0;
  width: 16%;
}
.main_woir_item {

  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.main_woir_itemWord {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.main_woir_itemImg {
  width: 100%;
}
.main_woir_itemT {
  margin-top: 20px;
}
.main_woi_bottomBox {
  margin-top: 50px;
  margin-bottom: 20px;
  width: 100%;
}
.main_woib_img {
  display: block;
  width: 100%;
}
.main_woibWrap_img{
  display: none;
}
@media screen and (max-width: 768px) {
  .main_innerContainer {
    margin: 0 auto;
    width: 20.48rem /* 640/31.25 */;
    border: 0;
  }
  .main_wo_title {
    width: 100%;
    height: 3.072rem /* 96/31.25 */ /* 73/31.25 */;
    line-height: 3.072rem /* 96/31.25 */ /* 73/31.25 */;
    font-size: 1.152rem /* 36/31.25 */ /* 27/31.25 */;
  }
  .main_wo_title::before {
    width: 12.064rem /* 377/31.25 */;
    height: 0.096rem /* 3/31.25 */;
    margin-left: -6.032rem /* 188.5/31.25 */;
  }
  .main_wo_innerBox {
    width: 100%;
  }
  .main_woi_topBox {
    margin-top: 1.984rem /* 62/31.25 */;
  }
  .main_woi_leftBox {
    width: 100%;
  }
  .main_woi_leftBox::before {
    width: 0;
  }
  .main_woil_inputBox {
    margin-bottom: 0.832rem /* 26/31.25 */;
    width: 100%;
    font-size: 0.768rem /* 24/31.25 */;
    height: 2.272rem /* 71/31.25 */;
    line-height: 2.272rem /* 71/31.25 */;
  }
  .main_woil_inputBoxR {
    margin-right: 0;
  }
  .main_woil_input {
    text-indent: 0.544rem /* 17/31.25 */;
  }
  .main_woil_textBox {
    margin-bottom: 0.96rem /* 30/31.25 */;
    height: 6.976rem /* 218/31.25 */;
    font-size: 0.768rem /* 24/31.25 */;
  }
  .main_woil_textArea {
    text-indent: 0.544rem /* 17/31.25 */;
    line-height: 1.152rem /* 36/31.25 */;
  }
  .main_woil_btn {
    width: 100%;
    height: 2.208rem /* 69/31.25 */;
    line-height: 2.208rem /* 69/31.25 */;
    font-size: 0.768rem /* 24/31.25 */;
  }
  .main_woi_rightBox {
    margin-top: 2.52rem /* 110/31.25 */;
    position: relative;
    width: 100%;
    font-size: 0;
    text-align: center;
  }
  .main_woir_item {
    display: inline-block;
    vertical-align: top;
    width: 6.208rem /* 194/31.25 */;
  }
  .main_woir_itemWord {
    display: inline-block;
    padding-bottom: 0.32rem /* 10/31.25 */ /* 5/31.25 */;
    font-size: 0.576rem /* 18/31.25 */;
    line-height: 0.768rem /* 24/31.25 */;
  }
  .main_woir_itemT {
    margin-top: 0;
    margin-left: 1.952rem /* 61/31.25 */;
  }
  .main_woib_img {
    display: none;
  }
  .main_woibWrap_img {
    display: block;
    width: 100%;
  }
  .main_woi_bottomBox{
    margin-top: 1.344rem /* 42/31.25 */;
  }
}
