html {
  -webkit-text-size-adjust: none;
}
.l-container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1439px) {
  .l-container {
    max-width: 1300px;
  }
}
@media (max-width: 1279px) {
  .l-container {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (max-width: 767px) {
  .l-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.mb {
  display: none;
}
.fold-icon {
  display: none !important;
  width: 12px;
  height: 12px;
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -6px;
  transition: all 0.3s;
  transform: rotateX(180deg);
}
.unfold.fold-icon {
  transform: rotateX(0);
}
@media (max-width: 978px) {
  .unfold.fold-icon {
    background-size: cover;
  }
  .unfold.fold-icon .pc {
    display: none !important;
  }
  .unfold.fold-icon .mb {
    display: block !important;
  }
  .unfold.fold-icon .fold-icon {
    display: block !important;
  }
}
.l-btn {
  height: 40px;
  line-height: 40px;
  padding: 0 60px;
  border: 1px solid #32ced7;
  color: #32ced7;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  transition: all 0.3s;
  border-radius: 20px;
  float: left;
  margin-top: 10px;
  margin-right: 20px;
}
.l-btn + .l-btn {
  margin-right: 0;
}
.l-btn:hover {
  color: #42dde6;
  border: 1px solid #42dde6;
}
.l-btn.green {
  color: #fff;
  border: 1px solid #32ced7;
  background: #32ced7;
}
.l-btn.green:hover {
  background: #42dde6;
}
.l-btn.gray {
  color: #666;
  border: 1px solid #f3f7fd;
  background: #f3f7fd;
}
.l-btn.gray:hover {
  background: #f3f7fd;
  color: #666;
  border-color: #f3f7fd;
}
.l-btn.white {
  color: #e6231f;
  border: 1px solid #fff;
  background: #fff;
}
.l-btn.white:hover {
  border: 1px solid #ffa632;
  background: #ffa632;
}
.l-btn.red {
  color: #fff;
  border: 1px solid #e6231f;
  background: #e6231f;
}
.l-btn.red:hover {
  border: 1px solid #ffa632;
  background: #ffa632;
}
@media (max-width: 978px) {
  .l-btn {
    float: none;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding: 0 28px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 10px;
  }
  .l-btn + .l-btn {
    margin-right: 0;
  }
}
.clearfix:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
  /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}
.tab[data-direction="cross"] > .tab_btn > li {
  float: left;
  text-align: center;
}
.tab[data-direction="cross"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="cross"] > .tab_item > li {
  float: left;
}
.tab[data-direction="cross"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="cross"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="cross"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.tab[data-direction="cross"][data-index="5"] > .tab_btn > li {
  width: 20%;
}
.tab[data-direction="cross"][data-index="6"] > .tab_btn > li {
  width: 16.666%;
}
.tab[data-direction="vertical"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="vertical"] > .tab_item > li {
  float: left;
}
.tab[data-direction="vertical"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="vertical"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="vertical"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.tab[data-direction="vertical"][data-index="5"] > .tab_btn > li {
  width: 20%;
}
.tab[data-direction="vertical"][data-index="6"] > .tab_btn > li {
  width: 16.666%;
}
.l-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.l-title {
  padding-bottom: 60px;
  font-size: 0;
  text-align: center;
  text-align: left;
}
.l-title h2 {
  font-size: 36px;
  color: #0e125a;
  text-align: center;
  line-height: 48px;
  font-weight: 500;
}
.l-title p {
  font-size: 16px;
  color: #0e125a;
  line-height: 24px;
  font-weight: 400;
  margin-top: 20px;
  text-align: center;
}
.l-title img {
  display: inline-block;
}
@media (max-width: 978px) {
  .l-section {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .l-title {
    padding-bottom: 30px;
    font-size: 0;
  }
  .l-title h2 {
    font-size: 24px;
    color: #0e125a;
    letter-spacing: 0;
    text-align: center;
    line-height: 36px;
    font-weight: 500;
  }
  .l-title p {
    font-size: 14px;
    color: #0e125a;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    font-weight: 400;
    margin-top: 10px;
  }
}
.content {
  padding-top: 0;
  background-image: linear-gradient(180deg, #35c3ff 0%, #1890ff 100%);
  height: 100vh;
}
@media (max-width: 978px) {
  .content {
    padding-top: 51px;
    height: auto;
  }
}
body {
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 978px) {
  body {
    height: auto;
    overflow: visible;
  }
}
.mb {
  display: none !important;
}
@media (max-width: 978px) {
  .pc {
    display: none !important;
  }
  .mb {
    display: block !important;
  }
}
.form {
  height: 100%;
  overflow: auto;
}
.form .l-container {
  height: 100%;
}
.form .form-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 600px;
  position: relative;
}
.form .form-inner .info-box {
  width: 55%;
  text-align: center;
  padding: 0 110px;
  padding-top: 20px;
}
.form .form-inner .info-box h3 {
  font-size: 22px;
  color: #fff;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
.form .form-inner .info-box h3 span {
  font-size: 32px;
  color: #fff;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 700;
  display: inline-block;
  vertical-align: text-bottom;
  margin-top: -3px;
}
.form .form-inner .info-box ul {
  text-align: left;
  margin-bottom: 20px;
}
.form .form-inner .info-box ul li {
  float: left;
  width: 33.33%;
}
.form .form-inner .info-box ul li:nth-child(2) {
  padding-left: 10px;
}
.form .form-inner .info-box ul li img {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: bottom;
}
.form .form-inner .info-box ul li p {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 500;
  white-space: nowrap;
}
.form .form-inner .info-box > img {
  width: 90%;
  margin-bottom: 20px;
  margin-top: 20px;
  display: inline-block;
}
.form .form-inner .info-box > p {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
.form .form-inner .info-box .logo-box img {
  width: 100%;
}
.form .form-inner .form-box {
  width: 45%;
  height: 100%;
  background: #fff;
  padding: 0 130px;
  position: relative;
  display: flex;
  align-items: center;
}
.form .form-inner .form-box .main {
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
  text-align: center;
}
.form .form-inner .form-box .main h3 {
  font-size: 28px;
  color: #000000;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 20px;
}
.form .form-inner .form-box .main .inner {
  position: relative;
  max-width: 440px;
  text-align: left;
  display: inline-block;
}
.form .form-inner .form-box .main .inner > p {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}
.form .form-inner .form-box .main .inner .form-item {
  margin-bottom: 30px;
  position: relative;
}
.form .form-inner .form-box .main .inner .form-item:after {
  display: none;
  content: "*";
  font-size: 20px;
  position: absolute;
  color: #f66f6a;
  left: 8px;
  top: 3px;
}
.form .form-inner .form-box .main .inner .form-item input {
  height: 44px;
  border: 1px solid #d6d6d6;
  border-radius: 30px;
  color: #000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 44px;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  padding-left: 20px;
  overflow: hidden;
  transition: all 0.3s;
}
.form .form-inner .form-box .main .inner .form-item input:-webkit-autofill,
.form .form-inner .form-box .main .inner .form-item input:-webkit-autofill:hover,
.form .form-inner .form-box .main .inner .form-item input:-webkit-autofill:focus {
  /*背景颜色*/
  box-shadow: 0 0 0 60px #fff inset;
  /*字的颜色*/
}
.form .form-inner .form-box .main .inner .form-item input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
.form .form-inner .form-box .main .inner .form-item input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
.form .form-inner .form-box .main .inner .form-item input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
.form .form-inner .form-box .main .inner .form-item input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
.form .form-inner .form-box .main .inner .form-item .tip {
  display: none;
  position: absolute;
  bottom: -25px;
  left: 20px;
  color: #e23232;
}
.form .form-inner .form-box .main .inner .form-item #yzm {
  width: 100%;
  margin-right: 0;
}
.form .form-inner .form-box .main .inner .form-item .yzm {
  display: inline-block;
  width: 120px;
  position: absolute;
  top: 1px;
  right: 1px;
  border-radius: 30px;
  overflow: hidden;
}
.form .form-inner .form-box .main .inner .form-item .yzm button {
  width: 120px;
  height: 42px;
  border: none;
  border-radius: 2px;
  background: #fff;
  font-size: 16px;
  color: #1198f6;
  letter-spacing: 0;
  line-height: 42px;
  font-weight: 400;
}
.form .form-inner .form-box .main .inner .form-item .select-box {
  position: relative;
}
.form .form-inner .form-box .main .inner .form-item .select-box .select-info {
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  color: #999999;
  border: 1px solid #d6d6d6;
  background: #fff;
  border-radius: 30px;
  letter-spacing: 0;
  font-weight: 400;
  cursor: pointer;
}
.form .form-inner .form-box .main .inner .form-item .select-box .select-info span {
  width: 100%;
  display: inline-block;
}
.form .form-inner .form-box .main .inner .form-item .select-box .select-info i {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 15px;
  right: 20px;
  background: url(../images/ifold.svg) center no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s;
  transform: rotatex(0);
}
.form .form-inner .form-box .main .inner .form-item .select-box .select-info i.active {
  transform: rotateX(180deg);
}
.form .form-inner .form-box .main .inner .form-item .select-box .select-list {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  z-index: 1;
  border-radius: 20px;
  font-size: 14px;
  line-height: 16px;
  color: #999999;
  border: 1px solid #d6d6d6;
  margin-top: -1px;
  display: none;
}
.form .form-inner .form-box .main .inner .form-item .select-box .select-list ul {
  padding: 10px 0;
}
.form .form-inner .form-box .main .inner .form-item .select-box .select-list ul li {
  padding: 10px 15px;
  transition: all 0.3s;
  cursor: pointer;
}
.form .form-inner .form-box .main .inner .form-item .select-box .select-list ul li:hover {
  background: rgba(78, 206, 214, 0.3);
}
.form .form-inner .form-box .main .inner .form-item .aaa .select-info {
  color: #000 !important;
}
.form .form-inner .form-box .main .inner .form-item.error input,
.form .form-inner .form-box .main .inner .form-item.error .select-box .select-info {
  border-color: #e23232;
}
.form .form-inner .form-box .main .inner .form-item.success input,
.form .form-inner .form-box .main .inner .form-item.success .select-box .select-info {
  border-color: #32ced7;
}
.form .form-inner .form-box .main .inner .ysbhfr-wrap {
  margin-bottom: 10px;
  margin-top: 30px;
}
.form .form-inner .form-box .main .inner .ysbhfr-wrap span {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/checkbox-default.png) center no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s;
  margin-right: 3px;
  cursor: pointer;
}
.form .form-inner .form-box .main .inner .ysbhfr-wrap span.active {
  background: url(../images/checkbox-active.png) center no-repeat;
  background-size: 100% 100%;
}
.form .form-inner .form-box .main .inner .ysbhfr-wrap a {
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
}
.form .form-inner .form-box .main .inner .ysbhfr-wrap a i {
  font-style: normal;
  font-size: 14px;
  color: #585c89;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  text-decoration: underline;
}
.form .form-inner .form-box .main .inner .submit-wrap {
  width: 100%;
  background: #1198f6;
  border-radius: 30px;
  height: 48px;
}
.form .form-inner .form-box .main .inner .submit-wrap button {
  width: 100%;
  height: 100%;
  border: 1px solid #1198f6;
  border-radius: 30px;
  background: #1198f6;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0;
  line-height: 48px;
  font-weight: 400;
  transition: all 0.3s;
}
.form .form-inner .form-box .main .inner .submit-wrap button:hover {
  background: #46b2ff;
  border: 1px solid #46b2ff;
}
.form .form-inner .form-box .main.main2 {
  display: none;
}
.form .form-inner .form-box .tips-box {
  position: absolute;
  bottom: -30px;
}
.form .form-inner .form-box .tips-box p {
  font-size: 14px;
  line-height: 18px;
  display: none;
}
.form .form-inner .form-box .tips-box .success {
  color: #32ced7;
}
.form .form-inner .form-box .tips-box .error {
  color: #e23232;
}
.form .form-inner .form-box .footer-copyright-container {
  position: absolute;
  bottom: 20px;
  left: 40px;
  right: 40px;
}
@media (max-width: 978px) {
  .form {
    height: 100%;
    padding-top: 30px;
  }
  .form .form-inner {
    display: block;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .form .form-inner .info-box {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .form .form-inner .info-box h3 {
    font-size: 20px;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 0px;
  }
  .form .form-inner .info-box h3 span {
    font-size: 20px;
    letter-spacing: 0;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
    display: inline-block;
    vertical-align: text-top;
    margin-top: -3px;
  }
  .form .form-inner .info-box ul {
    text-align: center;
    margin-bottom: 5px;
    margin-top: 20px;
  }
  .form .form-inner .info-box ul li {
    float: none;
    display: inline-block;
    width: 49%;
    margin-bottom: 15px;
  }
  .form .form-inner .info-box ul li:nth-child(2) {
    padding-left: 0;
  }
  .form .form-inner .info-box ul li:last-child {
    width: auto;
  }
  .form .form-inner .info-box ul li img {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: bottom;
  }
  .form .form-inner .info-box ul li p {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
  }
  .form .form-inner .info-box > img {
    margin-bottom: 20px;
    display: inline-block;
    width: calc( 100% - 40px );
  }
  .form .form-inner .info-box > p {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
  .form .form-inner .info-box .logo-box img {
    width: calc( 100% - 40px );
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .form .form-inner .info-box.mb {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .form .form-inner .form-box {
    padding-left: 0;
    margin-left: 20px;
    margin-top: 10px;
    padding: 0;
    height: auto;
    border-radius: 10px;
    width: calc( 100% - 40px );
    box-shadow: none;
  }
  .form .form-inner .form-box .main {
    width: 100%;
    height: auto;
    background: #ffffff;
    box-shadow: none;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 10px;
  }
  .form .form-inner .form-box .main h3 {
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 5px;
  }
  .form .form-inner .form-box .main .inner > p {
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .form .form-inner .form-box .main .inner .form-item {
    margin-bottom: 20px;
  }
  .form .form-inner .form-box .main .inner .form-item input {
    font-size: 14px;
    color: #000;
    letter-spacing: 0;
    line-height: 40px;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    height: 40px;
    padding-left: 20px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #d6d6d6;
    transition: all 0.3s;
    background-color: transparent !important;
    -webkit-tap-highlight-color: transparent;
  }
  .form .form-inner .form-box .main .inner .form-item input::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
  .form .form-inner .form-box .main .inner .form-item input:focus {
    outline: none;
    background-color: transparent;
  }
  .form .form-inner .form-box .main .inner .form-item input::selection {
    background: transparent;
  }
  .form .form-inner .form-box .main .inner .form-item input::-moz-selection {
    background: transparent;
  }
  .form .form-inner .form-box .main .inner .form-item input:-webkit-autofill,
  .form .form-inner .form-box .main .inner .form-item input:-webkit-autofill:hover,
  .form .form-inner .form-box .main .inner .form-item input:-webkit-autofill:focus {
    /*背景颜色*/
    box-shadow: 0 0 0 60px #fff inset;
    /*字的颜色*/
  }
  .form .form-inner .form-box .main .inner .form-item input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
  }
  .form .form-inner .form-box .main .inner .form-item input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
  }
  .form .form-inner .form-box .main .inner .form-item input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
  }
  .form .form-inner .form-box .main .inner .form-item input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
  }
  .form .form-inner .form-box .main .inner .form-item .tip {
    font-size: 12px;
    bottom: -20px;
    display: none;
  }
  .form .form-inner .form-box .main .inner .form-item #yzm {
    width: 100%;
    margin-right: 0;
    float: left;
    margin-bottom: 30px;
  }
  .form .form-inner .form-box .main .inner .form-item .yzm {
    display: inline-block;
    width: 100px;
  }
  .form .form-inner .form-box .main .inner .form-item .yzm button {
    width: 100px;
    height: 38px;
    border-radius: 20px;
    background: #fff;
    font-size: 14px;
    line-height: 38px;
  }
  .form .form-inner .form-box .main .inner .form-item .select-box {
    position: relative;
  }
  .form .form-inner .form-box .main .inner .form-item .select-box .select-info {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    color: #999999;
    border: 1px solid #d6d6d6;
    background: #fff;
    border-radius: 20px;
    letter-spacing: 0;
    font-weight: 400;
    cursor: pointer;
  }
  .form .form-inner .form-box .main .inner .form-item .select-box .select-info span {
    width: 100%;
    display: inline-block;
  }
  .form .form-inner .form-box .main .inner .form-item .select-box .select-info i {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 14px;
    right: 15px;
    background: url(../images/ifold.svg) center no-repeat;
    background-size: 100% 100%;
    transition: all 0.3s;
  }
  .form .form-inner .form-box .main .inner .form-item .select-box .select-list {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    z-index: 1;
    font-size: 12px;
    line-height: 16px;
    color: #999999;
    border: 1px solid #d6d6d6;
    margin-top: -1px;
    display: none;
  }
  .form .form-inner .form-box .main .inner .form-item .select-box .select-list ul {
    padding: 10px 0;
  }
  .form .form-inner .form-box .main .inner .form-item .select-box .select-list ul li {
    padding: 5px 15px;
    transition: all 0.3s;
    cursor: pointer;
  }
  .form .form-inner .form-box .main .inner .form-item .select-box .select-list ul li:hover {
    background: rgba(78, 206, 214, 0.3);
  }
  .form .form-inner .form-box .main .inner .form-item.error input,
  .form .form-inner .form-box .main .inner .form-item.error select {
    border-color: #e23232;
  }
  .form .form-inner .form-box .main .inner .form-item.success input,
  .form .form-inner .form-box .main .inner .form-item.success select {
    border-color: #32ced7;
  }
  .form .form-inner .form-box .main .inner .ysbhfr-wrap {
    margin-bottom: 10px;
  }
  .form .form-inner .form-box .main .inner .ysbhfr-wrap a {
    font-size: 12px;
    color: #999999;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400;
  }
  .form .form-inner .form-box .main .inner .ysbhfr-wrap a i {
    font-style: normal;
    font-size: 12px;
    color: #585c89;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400;
  }
  .form .form-inner .form-box .main .inner .submit-wrap {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
  }
  .form .form-inner .form-box .main .inner .submit-wrap button {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0;
    line-height: 38px;
    font-weight: 400;
  }
  .form .form-inner .form-box .tips-box {
    position: absolute;
    bottom: -30px;
  }
  .form .form-inner .form-box .tips-box p {
    font-size: 12px;
    line-height: 18px;
    display: none;
  }
  .form .form-inner .form-box .tips-box .success {
    color: #32ced7;
  }
  .form .form-inner .form-box .tips-box .error {
    color: #e23232;
  }
}
.ysbhfr {
  width: 100%;
  overflow: hidden;
  height: 1400px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999999;
  display: none;
}
.ysbhfr strong,
.ysbhfr .strong {
  font-weight: bold;
}
.ysbhfr .ysbh_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0px;
  top: 0px;
}
.ysbhfr .ysbh_c {
  width: 60%;
  background-color: #fff;
  position: absolute;
  left: 20%;
  top: 5vh;
  height: 90vh;
}
.ysbhfr .ysbh_c a.close {
  width: 15px;
  height: 15px;
  display: block;
  overflow: hidden;
  background: url("../images/close.svg") center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 30px;
  top: 20px;
  z-index: 9999;
}
.ysbhc_slide {
  width: 100%;
  height: 100%;
  overflow: scroll;
  position: absolute;
  left: 0px;
  top: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 30px;
}
.ysbhc_slide .swiper-slide {
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ysbhc_slide .swiper-slide h1 {
  margin: 0px;
  padding: 0px;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
  color: #000;
  font-weight: bold;
  margin-top: 60px;
}
.ysbhc_slide .swiper-slide h2 {
  margin: 0px;
  padding: 0px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
  font-weight: bold;
}
.ysbhc_slide .swiper-slide p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  color: #666;
}
.ysbhc_slide .swiper-slide p:last-child {
  padding-bottom: 60px;
}
@media (max-width: 978px) {
  .ysbhfr .ysbh_c {
    width: 90%;
    background-color: #fff;
    position: absolute;
    left: 5%;
    top: 5vh;
    height: 90vh;
  }
  .ysbhfr .ysbh_c a.close {
    right: 20px;
    top: 20px;
    z-index: 9999;
  }
  .ysbhc_slide {
    width: 100%;
    height: 100%;
    overflow: scroll;
    position: absolute;
    left: 0px;
    top: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 15px;
  }
  .ysbhc_slide .swiper-slide {
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
