
#module1542 .formMiddle1542 {
  background: url("../img/solution/ABUIABACGAAgpIH9sAYonvahSDCADzjABw.jpg") no-repeat center, #000;
}
#module1542 .formMiddle1542 .formMiddleCenter1542 {
  background: none;
}
#module1542 .formMiddle1542 .formMiddleContent {
  color: rgba(255, 255, 255, 1);
}
#module1542 .form_container {
  height: 88px;
}
.m_siteform .is_pack {
  margin: 0;
  min-height: 150px;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
#module1542 .item_0 {
  top: 39px;
  left: 24.50000762939453px;
  width: 311px;
}
.m_siteform .is_pack.horizontal_layout .form_item {
  margin: 0;
  padding: 0;
}
.m_siteform .is_pack .form_item {
  position: absolute;
  width: 500px;
}
.m_siteform .horizontal_layout .form_item .title {
  float: left;
  line-height: 36px;
  margin: 0;
  text-align: right;
  width: 20%;
}
.m_siteform .form_item .title {
  font-weight: 700;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m_siteform .horizontal_layout .form_item .content_wrap {
  float: left;
  margin-left: 2%;
  width: 77%;
}
.m_siteform .form_item .content {
  float: left;
  width: 93%;
}
.m_siteform .form_item .star {
  color: red;
  float: left;
  font-family: 微软雅黑;
  font-size: 14px;
  height: 36px;
  line-height: 40px;
  margin-left: 2.5%;
  vertical-align: top;
}
#module1542 .formMiddle1542 input[type="text"]{
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5002369089714159);
  font-size: 12px;
  font-family: 微软雅黑;
  background: rgba(255, 255, 255, 0.06422018348623854);

}
.m_siteform .g_itext{
  border-color: #dadada;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-indent: 6px;
  width: 100%;
  border-radius: 2px;
  height: 36px;
}
.g_itext{
  line-height: 19px;
  border: 1px solid #8f8f8f;
}
#module1542 .item_1 {
  top: 39px;
  left: 605.5000152587891px;
  width: 306px;
}
#module1542 .item_2 {
  top: 39px;
  left: 318.4875030517578px;
  width: 307px;
}
#module1542 .item_3 {
  top: 37px;
  left: 899.0000152587891px;
  width: 305px;
}
#module1542 .item_Submit {
  top: 31px;
  left: 1231.5000228881836px;
  width: 98px;
}
#module1542 .submit {
  
  background: rgba(249, 190, 15, 1);
}
.m_siteform .is_pack .submit {
  margin: 0;
  max-width: inherit;
  min-width: inherit;
  width: 100%;
}
.m_siteform .submit {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  margin-top: 18px;
  max-width: 245px;
  min-width: 140px;
  text-align: center;
  vertical-align: top;
  width: 38.5%;
}


#regBtn:hover {
  cursor: pointer;
}
/* 提示框 */
#tipBox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  font-size: 14px;
  position: absolute;
  bottom: 14%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}
#tipBox.success {
  background: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

#tipBox.error {
  background: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
#tipBox.warn {
  background: #fef5df;
  border-color: #faebcc;
  color: #f1933e;
}
.anime_7 span:first-child {
  font-family: "Microsoft YaHei", sans-serif; /* 设置字体样式为微软雅黑 */
}