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;
}
@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%;
  padding-top: 30px;
  padding-bottom: 30px;
}
.form .l-container {
  height: 100%;
}
.form .form-inner {
  position: relative;
}
.form .form-inner .form-box {
  width: 100%;
  background: #fff;
  position: relative;
}
.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: 20px;
  color: #000000;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.form .form-inner .form-box .main h3 i {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(../images/demo-icon.svg) center no-repeat;
  background-size: 100% 100%;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -3px;
}
.form .form-inner .form-box .main .inner {
  position: relative;
  width: 100%;
  max-width: 400px;
  text-align: left;
  padding: 0 40px;
  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: 15px;
  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: 40px;
  border: 1px solid #d6d6d6;
  border-radius: 30px;
  color: #000;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 40px;
  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: 100px;
  position: absolute;
  top: 1px;
  right: 1px;
  border-radius: 30px;
  overflow: hidden;
}
.form .form-inner .form-box .main .inner .form-item .yzm button {
  width: 100px;
  height: 38px;
  border: none;
  border-radius: 2px;
  background: #fff;
  font-size: 14px;
  color: #32ced7;
  letter-spacing: 0;
  text-align: right;
  line-height: 38px;
  font-weight: 400;
  padding-right: 10px;
}
.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: 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;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form .form-inner .form-box .main .inner .form-item .select-box .select-info i {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 11px;
  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;
  overflow: hidden;
}
.form .form-inner .form-box .main .inner .form-item .select-box .select-list ul {
  padding: 10px 0;
  max-height: 150px;
  overflow: auto;
}
.form .form-inner .form-box .main .inner .form-item .select-box .select-list ul::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}
.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 .yzm-wrap {
  width: 210px;
  display: inline-block;
  margin-right: 5px;
}
.form .form-inner .form-box .main .inner .yzm-wrap + .form-item {
  width: 100px;
  display: inline-block;
}
.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.svg) 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: #32ced7;
  border-radius: 30px;
  height: 44px;
}
.form .form-inner .form-box .main .inner .submit-wrap button {
  width: 100%;
  height: 100%;
  border: 1px solid #32ced7;
  border-radius: 30px;
  background: #32ced7;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0;
  line-height: 44px;
  font-weight: 400;
  transition: all 0.3s;
}
.form .form-inner .form-box .main .inner .submit-wrap button:hover {
  background: #32ced7;
  border: 1px solid #32ced7;
}
.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: 0px;
    padding-bottom: 0;
  }
  .form .form-inner {
    display: block;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .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: 0;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .form .form-inner .form-box .main h3 {
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .form .form-inner .form-box .main h3 i {
    display: none;
  }
  .form .form-inner .form-box .main .inner {
    padding: 0;
  }
  .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: 10px;
  }
  .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;
    margin-bottom: 0px;
  }
  .form .form-inner .form-box .main .inner .form-item .yzm {
    display: inline-block;
    width: 80px;
  }
  .form .form-inner .form-box .main .inner .form-item .yzm button {
    width: 80px;
    height: 38px;
    border-radius: 20px;
    background: #fff;
    font-size: 12px;
    line-height: 36px;
  }
  .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 .yzm-wrap {
    width: 190px;
    display: inline-block;
    margin-right: 5px;
  }
  .form .form-inner .form-box .main .inner .yzm-wrap + .form-item {
    width: 90px;
    display: inline-block;
  }
  .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;
  }
}
.demo-model {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
  display: none;
}
.demo-model .model-box {
  position: absolute;
  width: 400px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #fff;
  border-radius: 8px;
}
.demo-model .model-box .close-icon {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 20px;
  background: url(../images/close.svg) center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 99;
}
.demo-model .model-box .close-icon:hover {
  transform: rotate(180deg);
}
@media (max-width: 978px) {
  .demo-model {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999;
  }
  .demo-model .model-box {
    position: absolute;
    width: 330px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: #fff;
    border-radius: 8px;
  }
  .demo-model .model-box .close-icon {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 20px;
    top: 20px;
    background: url(../images/close.svg) center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
  }
}
.demo-model1 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
  display: none;
}
.demo-model1 .model-box {
  position: absolute;
  width: 860px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  background-image: linear-gradient(180deg, #02adba 0%, #02adba 100%);
}
.demo-model1 .model-box .info-box {
  width: 550px;
  padding: 40px;
  height: 448px;
}
.demo-model1 .model-box .info-box > h3 {
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}
.demo-model1 .model-box .info-box .product-box {
  position: relative;
  margin-bottom: 40px;
}
.demo-model1 .model-box .info-box .product-box h3 {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: left;
}
.demo-model1 .model-box .info-box .product-box .swiper-slide a {
  display: inline-block;
  font-size: 0;
}
.demo-model1 .model-box .info-box .product-box .swiper-slide img {
  width: 100%;
}
.demo-model1 .model-box .info-box .product-box .swiper-product-s-prev {
  width: 24px;
  height: 24px;
  background: url(../images/arrow-icon-left.svg) center center;
  background-size: 100% 100%;
  transition: all 0.3s;
  left: -29px;
  top: 50%;
  margin-top: 0;
  border-radius: 50%;
  box-shadow: 0px 9px 18px 0px rgba(14, 18, 90, 0.1);
}
.demo-model1 .model-box .info-box .product-box .swiper-product-s-prev:hover {
  background: url(../images/arrow-icon-left-h.svg) center center;
  background-size: 100% 100%;
}
.demo-model1 .model-box .info-box .product-box .swiper-product-s-next {
  width: 24px;
  height: 24px;
  background: url(../images/arrow-icon-right.svg) center center;
  background-size: 100% 100%;
  transition: all 0.3s;
  right: -29px;
  top: 50%;
  margin-top: 0;
  border-radius: 50%;
  box-shadow: 0px 9px 18px 0px rgba(14, 18, 90, 0.1);
}
.demo-model1 .model-box .info-box .product-box .swiper-product-s-next:hover {
  background: url(../images/arrow-icon-right-h.svg) center center;
  background-size: 100% 100%;
}
.demo-model1 .model-box .info-box .resource-box {
  margin-bottom: 60px;
}
.demo-model1 .model-box .info-box .resource-box h3 {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: left;
}
.demo-model1 .model-box .info-box .resource-box ul li {
  float: left;
  margin-right: 10px;
  width: calc(( 100% - 30px  ) / 4 );
}
.demo-model1 .model-box .info-box .resource-box ul li:last-child {
  margin-right: 0;
}
.demo-model1 .model-box .info-box .resource-box ul li a {
  display: inline-block;
  font-size: 0;
}
.demo-model1 .model-box .info-box .resource-box ul li img {
  width: 100%;
}
.demo-model1 .model-box .form-box {
  width: 310px;
  background: #fff;
  height: 448px;
}
.demo-model1 .model-box .form-box .main {
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
  text-align: center;
  padding-top: 86px;
}
.demo-model1 .model-box .form-box .main h3 {
  font-size: 24px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 30px;
}
.demo-model1 .model-box .form-box .main h3 img {
  display: inline-block;
  width: 36px;
  height: 36px;
  vertical-align: middle;
  margin-right: 10px;
}
.demo-model1 .model-box .form-box .main > img {
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
}
.demo-model1 .model-box .form-box .main > p {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  font-weight: 400;
}
.demo-model1 .model-box .close-icon {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 20px;
  background: url(../images/close.svg) center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  transition: all 0.3s;
}
.demo-model1 .model-box .close-icon:hover {
  transform: rotate(180deg);
}
@media (max-width: 978px) {
  .demo-model1 {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999;
  }
  .demo-model1 .model-box {
    position: absolute;
    width: 295px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    background-image: linear-gradient(180deg, #35c3ff 0%, #1890ff 100%);
  }
  .demo-model1 .model-box .info-box {
    display: none;
  }
  .demo-model1 .model-box .form-box {
    width: 295px;
    height: 376px;
    background: #fff;
  }
  .demo-model1 .model-box .form-box .main {
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    text-align: center;
    padding-top: 66px;
  }
  .demo-model1 .model-box .form-box .main h3 {
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .demo-model1 .model-box .form-box .main h3 img {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 10px;
  }
  .demo-model1 .model-box .form-box .main > img {
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
  }
  .demo-model1 .model-box .form-box .main > p {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    font-weight: 400;
  }
  .demo-model1 .model-box .close-icon {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 20px;
    top: 20px;
    background: url(../images/close.svg) center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
  }
}
