.FB1 {
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
}

.fb {
  width: 100%;
  overflow: hidden;
  padding-top: 60px;
}

.title_unificationBox {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title_unificationBox .title_p_unification {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 0px 30px;
}

.title_unificationBox .line {
  display: inline-block;
  width: 60px;
  height: 1px;
  background-color: white;
}

.fb1 .imgTextBox {
  display: flex;
  margin-top: 15px;
}

.fb1 .imgTextBox img {
  width: 400px;
  float: left;
}

.fb1 .textBox {
  float: right;
  width: calc(100% - 400px);
  background: linear-gradient(180deg, #0F2771 0%, rgba(2, 77, 223, 0) 100%);
}

.fb1 .textBoxItem {
  display: flex;
  align-items: center;
  padding-left: 48px;
  padding-right: 20px;
}

.fb1 .pText {
  width: calc(100% - 140px);
}

.fb1 .buttonBox {
  width: 140px;
}

.fb1 .textBoxItem .p1 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
}

.fb1 .textBoxItem .p2 {
  color: #A6ABC0;
}

.fb1 .textBoxItem .button {
  width: 140px;
  height: 30px;
  background: #024DDF;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  cursor: pointer;
}

.fb2 .imgTextBox {
  display: flex;
  margin-top: 15px;
}

.fb2 .imgTextBox img {
  width: 400px;
  float: left;
}

.fb2 .textBox {
  float: right;
  width: calc(100% - 400px);
  background: linear-gradient(180deg, #121D52 0%, rgba(2, 77, 223, 0) 100%);
}

.fb2 .textBoxItem {
  display: flex;
  align-items: center;
  padding-left: 48px;
  padding-right: 20px;
}

.fb2 .pText {
  width: calc(100% - 140px);
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #DEDFE3;
}

.fb2 .buttonBox {
  width: 140px;
  float: right;
}

.fb2 .buttonBox a {
  width: 100%;
  text-align: center;
}

.fb2 .textBoxItem .button {
  width: 100%;
  height: 30px;
  color: #024DDF;
  border: 1px solid #024DDF;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.fb3 img {
  width: 100%;
  cursor: pointer;
}

.fb3 {
  padding: 20px 15px;
  padding-bottom: 50px;
}

.formBox {
  padding: 20px;
  width: 100vw;
  min-width: 200px;
  max-width: 600px;
}

.formBox .layui-form-label {
  width: 75px;
  color: #808080;
  padding: 9px 5px;
}

.formBox .layui-form-label span {
  color: #BB381A;
}

.formBox .layui-input-block {
  margin-left: 80px;
}

/* .formBox .layui-input-block input,
.formBox .layui-input-block textarea {
  background-color: #1F2858;
  border: #1F2858;
  color: white;
} */

.formBox .layui-input-block input::placeholder,
.formBox .layui-input-block textarea::placeholder {
  color: #C5C5C5;
}

.formBox .layui-input-block .layui-btn {
  width: 100%;
  background-color: #024DDF;
}


@media screen and (max-width: 768px) {
  .FB1 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .title_unificationBox .title_p_unification {
    font-size: 18px;
    padding: 0px 12px;
  }

  .title_unificationBox .line {
    width: 30px;
  }

  .fb {
    padding-top: 15px;
  }

  .fb1 .imgTextBox {
    display: block;
  }

  .fb1 .imgTextBox .imgBox {
    width: 100%;
    text-align: center;
  }

  .fb1 .imgTextBox img {
    width: 60%;
    float: initial;
  }

  .fb1 .textBox {
    width: 100%;
    float: initial;
    margin-top: 15px;
  }

  .fb1 .textBoxItem {
    padding: 8px 0px;
    margin: 0px 15px;
    position: relative;
  }

  .fb1 .textBoxItem::after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    background: #FFFFFF;
    border-radius: 1px;
    display: block;
    margin-top: 60px;
    opacity: 0.1;
  }

  .fb2 .imgTextBox {
    display: block;
  }

  .fb2 .imgTextBox .imgBox {
    width: 100%;
    text-align: center;
  }

  .fb2 .imgTextBox img {
    width: 60%;
    float: initial;
  }

  .fb2 .textBox {
    width: 100%;
    float: initial;
    margin-top: 15px;
  }

  .fb2 .textBoxItem {
    padding: 10px 0px;
    margin: 0px 15px;
  }

  .fb2 .buttonBox {
    width: 140px;
  }

  .fb2 .textBoxItem .button {
    width: 110px;
    float: right;
  }

  .fb2 .textBoxItem::after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    background: #FFFFFF;
    border-radius: 1px;
    display: block;
    margin-top: 50px;
    opacity: 0.1;
  }

  .fb3 .img1 {
    display: none;
  }

  .fb3 .img2 {
    display: initial;
  }

  .formBox {
    padding: 10px;
    padding-bottom: 30px;
    width: 100vw;
  }

  .layui-layer-page {
    width: 100vw !important;
    top: initial !important;
    left: 0px !important;
    bottom: 0px !important;
  }

  .layui-layer-title {
    padding: initial !important;
    text-align: center !important;
  }

  .formBox .layui-input-blockButton {
    margin-left: 0px;
  }

}


@media screen and (min-width: 768px) {
  .title_unificationBox {
    padding-bottom: 40px;
  }

  .fb1 .imgTextBox {
    margin-top: 0px;
  }

  .fb1 .textBox {
    height: 500px;
    overflow-y: auto;
  }

  .fb1 .textBox::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
  }

  .fb1 .textBoxItem {
    height: 62px;
  }

  .fb2 .imgTextBox {
    margin-top: 0px;
  }

  .fb2 .textBox {
    height: 500px;
    overflow-y: auto;
  }

  .fb2 .textBox::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
  }

  .fb2 .textBoxItem {
    height: 62px;
  }

  .fb3 .img1 {
    display: initial;
  }

  .fb3 .img2 {
    display: none;
  }

}