html {
  -webkit-text-size-adjust: none;
}
.l-container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1439px) {
  .l-container {
    max-width: 1200px;
  }
}
@media (max-width: 1279px) {
  .l-container {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (max-width: 767px) {
  .l-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.mb {
  display: none;
}
.fold-icon {
  display: none !important;
  width: 12px;
  height: 12px;
  background: url("../images/ifold.svg") center no-repeat;
  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: 48px;
  line-height: 48px;
  padding: 0 30px;
  border: 1px solid #2cc6d0;
  color: #2cc6d0;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  transition: all 0.3s;
  border-radius: 4px;
  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.red {
  color: #fff;
  border: 1px solid #e6251f;
  background: #e6251f;
}
.l-btn.red:hover {
  background: #ec4e42;
  border-color: #ec4e42;
}
.l-btn.green {
  color: #fff;
  border: 1px solid #2cc6d0;
  background: #2cc6d0;
}
.l-btn.green:hover {
  background: #42dde6;
}
.l-btn.gray {
  color: #505050;
  border: 1px solid #f3f7fd;
  background: #f3f7fd;
}
.l-btn.gray:hover {
  background: #f3f7fd;
  color: #505050;
  border-color: #f3f7fd;
}
.l-btn.orange {
  color: #fff;
  border: 1px solid #f59a23;
  background: #f59a23;
}
.l-btn.orange: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: #505050;
  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: #505050;
  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: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}
.l-title {
  padding-bottom: 60px;
  font-size: 0;
  text-align: center;
}
.l-title h2 {
  font-size: 28px;
  color: #33465b;
}
.l-title p {
  font-size: 16px;
  line-height: 22px;
  margin-top: 15px;
  color: #33465b;
  text-align: center;
}
@media (max-width: 978px) {
  .l-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .l-title {
    padding-bottom: 30px;
    font-size: 0;
  }
  .l-title h2 {
    font-size: 24px;
    font-weight: 400;
  }
}
.content {
  background: #f4f5fa url(../images/banner-bg.jpg) center 0px no-repeat;
  background-size: 1920px auto;
}
@media (max-width: 978px) {
  .content {
    background: #f4f5fa url(../images/banner-bg.jpg) center 0px no-repeat;
    background-size: contain;
  }
}
@keyframes water {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@-moz-keyframes water {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@-webkit-keyframes water {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@-o-keyframes water {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
.mb {
  display: none !important;
}
@media (max-width: 978px) {
  .pc {
    display: none !important;
  }
  .mb {
    display: block !important;
  }
}
.detail-content {
  background: transparent;
  padding-top: 32px;
}
.detail-content .l-container {
  display: flex;
}
.detail-content .l-content {
  width: calc( 100% - 300px );
  margin-right: 20px;
}
.detail-content .l-content .crumb {
  font-size: 12px;
  color: #666;
  letter-spacing: 0;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
.detail-content .l-content .crumb a {
  transition: all 0.3s;
}
.detail-content .l-content .crumb a:hover {
  color: #2cc6d0;
}
.detail-content .l-content .t-content {
  padding: 30px;
  background: #ffffff;
  border-radius: 8px;
  position: relative;
}
.detail-content .l-content .t-content > h1 {
  font-size: 28px;
  color: #1a1a1a;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 10px;
}
.detail-content .l-content .t-content > .l-btn {
  position: absolute;
  width: 96px;
  height: 36px;
  background: #2cc6d0;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 36px;
  right: 30px;
  top: 30px;
  margin: 0;
  padding: 0;
}
.detail-content .l-content .t-content .time {
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}
.detail-content .l-content .t-content .info-box h3 {
  font-size: 16px;
  color: #1a1a1a;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
.detail-content .l-content .t-content .info-box p {
  font-size: 16px;
  color: #505050;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 20px;
}
.detail-content .l-content .t-content .info-box p + h3 {
  margin-top: 20px;
}
.detail-content .l-content .t-content .info-box img {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.detail-content .l-content .t-content .info-box img + h3 {
  margin-top: 10px;
}
.detail-content .l-content .t-content .info-bottom {
  padding: 30px 0;
  border-top: 1px solid #dddddd;
}
.detail-content .l-content .t-content .info-bottom .freeback-left {
  position: relative;
  float: left;
  width: 50%;
  padding-right: 10px;
  text-align: left;
  padding-left: 20px;
}
.detail-content .l-content .t-content .info-bottom .freeback-left i {
  background: url(../images/arrow-left.svg) center no-repeat;
  background-size: cover;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 3px;
  left: 0;
  transition: all 0.3s;
}
.detail-content .l-content .t-content .info-bottom .freeback-left a:hover i {
  background: url(../images/arrow-left-h.svg) center no-repeat;
  background-size: cover;
}
.detail-content .l-content .t-content .info-bottom .freeback-right {
  position: relative;
  float: right;
  width: 50%;
  padding-left: 10px;
  padding-right: 20px;
  text-align: right;
}
.detail-content .l-content .t-content .info-bottom .freeback-right i {
  background: url(../images/arrow-right.svg) center no-repeat;
  background-size: cover;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 3px;
  right: 0;
  transition: all 0.3s;
}
.detail-content .l-content .t-content .info-bottom .freeback-right a:hover i {
  background: url(../images/arrow-right-h.svg) center no-repeat;
  background-size: cover;
}
.detail-content .l-content .t-content .info-bottom a {
  font-size: 14px;
  color: #505050;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 20px;
  overflow: hidden;
}
.detail-content .l-content .t-content .info-bottom a:hover {
  color: #2cc6d0;
}
.detail-content .r-content {
  width: 320px;
  padding-top: 30px;
}
.detail-content .r-content .search {
  width: 320px;
  height: 48px;
  background: #ffffff;
  margin-bottom: 20px;
  position: relative;
  border-radius: 8px;
}
.detail-content .r-content .search input {
  font-size: 14px;
  color: #505050;
  letter-spacing: 0;
  line-height: 48px;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  height: 48px;
  margin-bottom: 15px;
  border-radius: 8px;
  padding-left: 45px;
  overflow: hidden;
  background: #fff;
  border: none;
  transition: all 0.3s;
}
.detail-content .r-content .search input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
}
.detail-content .r-content .search input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
}
.detail-content .r-content .search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
}
.detail-content .r-content .search input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
}
.detail-content .r-content .search i {
  width: 16px;
  height: 16px;
  background: url(../images/search-icon.svg) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 20px;
  top: 17px;
  cursor: pointer;
}
.detail-content .r-content .list_1 {
  padding: 20px;
  padding-bottom: 1px;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 8px;
}
.detail-content .r-content .list_1 .title_s {
  font-size: 16px;
  color: #1a1a1a;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-left: 10px;
  position: relative;
}
.detail-content .r-content .list_1 .title_s:after {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  width: 2px;
  height: 16px;
  background: #2cc6d0;
}
.detail-content .r-content .list_1 .display-inline-flex a {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  position: relative;
  top: 3px;
}
.detail-content .r-content .list_1 .display-inline-flex a img {
  width: 120px;
  margin-right: 10px;
  border-radius: 2px;
}
.detail-content .r-content .list_1 .display-inline-flex a h3 {
  font-size: 16px;
  color: #1a1a1a;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 5px;
  overflow: hidden;
  transition: all 0.3s;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.detail-content .r-content .list_1 .display-inline-flex a .text_p {
  font-size: 14px;
  color: #505050;
  letter-spacing: 0;
  line-height: 20px;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.detail-content .r-content .list_1 .display-inline-flex a .date {
  font-size: 14px;
  color: #505050;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
}
.detail-content .r-content .list_1 .display-inline-flex a:hover h3 {
  color: #2cc6d0;
}
.detail-content .r-content .list_1:last-child .display-inline-flex a .text_p {
  -webkit-line-clamp: 3;
  margin-bottom: 0;
}
.detail-content .r-content .list_2 {
  margin-bottom: 20px;
  position: relative;
}
.detail-content .r-content .list_2 a {
  font-size: 0;
}
.detail-content .r-content .list_2 a img {
  display: inline-block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.detail-content .r-content .list_2 a .info-box {
  position: absolute;
  right: 21px;
  top: 22px;
  text-align: right;
}
.detail-content .r-content .list_2 a .info-box h3 {
  font-size: 18px;
  color: #1a1a1a;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 15px;
}
.detail-content .r-content .list_2 a .info-box span {
  display: inline-block;
  width: 120px;
  height: 36px;
  background: #ffffff;
  border-radius: 4px;
  font-size: 14px;
  color: #2cc6d0;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
  transition: all 0.3s;
}
.detail-content .r-content .list_2 a .info-box span:hover {
  color: #7ad7dc;
}
.detail-content .r-content .list_3 {
  margin-bottom: 20px;
  position: relative;
}
.detail-content .r-content .list_3 a {
  font-size: 0;
}
.detail-content .r-content .list_3 a img {
  display: inline-block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.detail-content .r-content .list_3 a .info-box {
  position: absolute;
  left: 21px;
  top: 22px;
  text-align: left;
}
.detail-content .r-content .list_3 a .info-box h3 {
  font-size: 18px;
  color: #1a1a1a;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 15px;
}
.detail-content .r-content .list_3 a .info-box span {
  display: inline-block;
  width: 120px;
  height: 36px;
  background: #2cc6d0;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
  transition: all 0.3s;
}
.detail-content .r-content .list_3 a .info-box span:hover {
  background: #7ad7dc;
}
@media (max-width: 978px) {
  .detail-content {
    background: transparent;
    padding-top: 12px;
    padding-bottom: 0;
  }
  .detail-content .l-container {
    display: block;
    padding: 0;
  }
  .detail-content .l-content {
    width: 100%;
    margin-right: 0px;
  }
  .detail-content .l-content .crumb {
    font-size: 12px;
    color: #505050;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 0 20px;
  }
  .detail-content .l-content .t-content {
    padding: 20px;
    background: #ffffff;
    border-radius: 0px;
    padding-top: 80px;
    position: relative;
  }
  .detail-content .l-content .t-content > h1 {
    font-size: 24px;
    color: #1a1a1a;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 500;
    width: 100%;
    margin-bottom: 10px;
  }
  .detail-content .l-content .t-content > .l-btn {
    position: absolute;
    width: 96px;
    height: 36px;
    background: #2cc6d0;
    border-radius: 4px;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 36px;
    right: 30px;
    top: 30px;
    margin: 0;
    padding: 0;
    display: none;
  }
  .detail-content .l-content .t-content .time {
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .detail-content .l-content .t-content .info-box h3 {
    font-size: 18px;
    color: #1a1a1a;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .detail-content .l-content .t-content .info-bottom {
    padding-top: 20px;
  }
  .detail-content .r-content {
    width: 100%;
    padding-top: 10px;
  }
  .detail-content .r-content .search {
    width: calc( 100% - 40px);
    height: 36px;
    background: #ffffff;
    margin-bottom: 20px;
    position: relative;
    border-radius: 8px;
    position: absolute;
    top: 120px;
    left: 20px;
    right: 20px;
  }
  .detail-content .r-content .search input {
    font-size: 14px;
    color: #505050;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: 400;
    display: inline-block;
    border: 1px solid #dddddd;
    border-radius: 18px;
    width: 100%;
    height: 36px;
    margin-bottom: 15px;
    border-radius: 36px;
    padding-left: 35px;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s;
  }
  .detail-content .r-content .search input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999999;
  }
  .detail-content .r-content .search input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
  }
  .detail-content .r-content .search input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
  }
  .detail-content .r-content .search input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999999;
  }
  .detail-content .r-content .search i {
    width: 16px;
    height: 16px;
    background: url(../images/search-icon.svg) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 15px;
    top: 10px;
    cursor: pointer;
  }
  .detail-content .r-content .list_1 {
    padding: 20px;
    padding-bottom: 1px;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 0px;
  }
  .detail-content .r-content .list_1 .title_s {
    font-size: 16px;
    color: #1a1a1a;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-left: 10px;
    position: relative;
  }
  .detail-content .r-content .list_1 .title_s:after {
    position: absolute;
    left: 0;
    top: 5px;
    content: "";
    width: 2px;
    height: 16px;
    background: #2cc6d0;
  }
  .detail-content .r-content .list_1 .display-inline-flex a {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    position: relative;
    top: 3px;
  }
  .detail-content .r-content .list_1 .display-inline-flex a img {
    width: 120px;
    margin-right: 10px;
    border-radius: 2px;
  }
  .detail-content .r-content .list_1 .display-inline-flex a .text_p {
    font-size: 14px;
    color: #505050;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 10px;
    transition: all 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .detail-content .r-content .list_1 .display-inline-flex a .date {
    font-size: 14px;
    color: #505050;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
  }
  .detail-content .r-content .list_1 .display-inline-flex a:hover .text_p {
    color: #2cc6d0;
  }
  .detail-content .r-content .list_1:last-child .display-inline-flex a .text_p {
    -webkit-line-clamp: 3;
    margin-bottom: 0;
  }
  .detail-content .r-content .list_2 {
    margin-bottom: 20px;
    padding: 0 20px;
    position: relative;
    display: none;
  }
  .detail-content .r-content .list_2 a {
    font-size: 0;
  }
  .detail-content .r-content .list_2 a img {
    display: inline-block;
    width: 100%;
  }
  .detail-content .r-content .list_2 a .info-box {
    position: absolute;
    right: 41px;
    top: 22px;
    text-align: right;
  }
  .detail-content .r-content .list_2 a .info-box h3 {
    font-size: 18px;
    color: #1a1a1a;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .detail-content .r-content .list_2 a .info-box span {
    display: inline-block;
    width: 120px;
    height: 36px;
    background: #ffffff;
    border-radius: 4px;
    font-size: 14px;
    color: #2cc6d0;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
    line-height: 36px;
    transition: all 0.3s;
    text-align: center;
  }
  .detail-content .r-content .list_2 a .info-box span:hover {
    color: #7ad7dc;
  }
  .detail-content .r-content .list_3 {
    margin-bottom: 0px;
    padding: 0 20px;
    padding-bottom: 20px;
    position: relative;
    display: none;
  }
  .detail-content .r-content .list_3 a {
    font-size: 0;
  }
  .detail-content .r-content .list_3 a img {
    display: inline-block;
    width: 100%;
  }
  .detail-content .r-content .list_3 a .info-box {
    position: absolute;
    left: 41px;
    top: 22px;
    text-align: left;
  }
  .detail-content .r-content .list_3 a .info-box h3 {
    font-size: 18px;
    color: #1a1a1a;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .detail-content .r-content .list_3 a .info-box span {
    display: inline-block;
    width: 120px;
    height: 36px;
    background: #2cc6d0;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
    line-height: 36px;
    transition: all 0.3s;
    text-align: center;
  }
  .detail-content .r-content .list_3 a .info-box span:hover {
    background: #7ad7dc;
  }
}
.form-box {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}
.form-box .main {
  position: absolute;
  padding: 40px;
  width: 440px;
  border-radius: 8px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #ffffff;
  text-align: center;
}
.form-box .main a.close {
  width: 16px;
  height: 16px;
  display: block;
  overflow: hidden;
  background: url("../images/close.svg") center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 9999;
}
.form-box .main h3 {
  font-size: 20px;
  color: #1a1a1a;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.form-box .main h3 i {
  display: inline-block;
  margin-top: -3px;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background: url("../images/demo-icon.svg") center no-repeat;
  background-size: 100%;
}
.form-box .main .inner {
  position: relative;
  max-width: 440px;
  width: 100%;
  text-align: left;
  display: inline-block;
}
.form-box .main .inner > p {
  font-size: 14px;
  color: #505050;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}
.form-box .main .inner .form-item {
  margin-bottom: 15px;
  position: relative;
}
.form-box .main .inner .form-item:after {
  display: none;
  content: "*";
  font-size: 20px;
  position: absolute;
  color: #f66f6a;
  left: 8px;
  top: 3px;
}
.form-box .main .inner .form-item input {
  border: 1px solid #d6d6d6;
  border-radius: 30px;
  height: 40px;
  color: #1a1a1a;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 40px;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  padding-left: 15px;
  overflow: hidden;
  transition: all 0.3s;
}
.form-box .main .inner .form-item input:-webkit-autofill,
.form-box .main .inner .form-item input:-webkit-autofill:hover,
.form-box .main .inner .form-item input:-webkit-autofill:focus {
  /*背景颜色*/
  box-shadow: 0 0 0 60px #fff inset;
  /*字的颜色*/
}
.form-box .main .inner .form-item input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
.form-box .main .inner .form-item input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
.form-box .main .inner .form-item input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
.form-box .main .inner .form-item input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
.form-box .main .inner .form-item .tip {
  display: none;
  position: absolute;
  bottom: -25px;
  left: 20px;
  color: #e23232;
}
.form-box .main .inner .form-item #yzm {
  width: 100%;
  margin-right: 0;
}
.form-box .main .inner .form-item .yzm {
  display: inline-block;
  width: 80px;
  position: absolute;
  top: 1px;
  right: 10px;
  border-radius: 30px;
  overflow: hidden;
}
.form-box .main .inner .form-item .yzm button {
  width: 82px;
  height: 38px;
  border: none;
  border-radius: 2px;
  background: #fff;
  color: #2cc6d0;
  text-align: right;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 36px;
}
.form-box .main .inner .form-item .select-box {
  position: relative;
}
.form-box .main .inner .form-item .select-box .select-info {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  color: #999999;
  border: 1px solid #d6d6d6;
  background: #fff;
  border-radius: 30px;
  letter-spacing: 0;
  font-weight: 400;
  cursor: pointer;
}
.form-box .main .inner .form-item .select-box .select-info span {
  width: 100%;
  display: inline-block;
}
.form-box .main .inner .form-item .select-box .select-info i {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 15px;
  right: 15px;
  background: url(../images/ifold.svg) center no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s;
  transform: rotateX(180deg);
}
.form-box .main .inner .form-item .select-box .select-info i.active {
  transform: rotatex(0);
}
.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;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.form-box .main .inner .form-item .select-box .select-list ul {
  max-height: 180px;
  overflow-y: auto;
  padding: 0;
}
.form-box .main .inner .form-item .select-box .select-list ul::-webkit-scrollbar {
  width: 5px;
}
.form-box .main .inner .form-item .select-box .select-list ul li {
  padding: 10px 15px;
  transition: all 0.3s;
  cursor: pointer;
}
.form-box .main .inner .form-item .select-box .select-list ul li:hover {
  background: rgba(78, 206, 214, 0.3);
}
.form-box .main .inner .form-item .aaa .select-info {
  color: #1a1a1a !important;
}
.form-box .main .inner .form-item.error input,
.form-box .main .inner .form-item.error .select-box .select-info {
  border-color: #e23232;
}
.form-box .main .inner .form-item.success input,
.form-box .main .inner .form-item.success .select-box .select-info {
  border-color: #2cc6d0;
}
.form-box .main .inner .ysbhfr-wrap {
  margin-bottom: 10px;
  margin-top: 20px;
}
.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;
  margin-top: -1px;
  cursor: pointer;
}
.form-box .main .inner .ysbhfr-wrap span.active {
  background: url(../images/checkbox-active.svg) center no-repeat;
  background-size: 100% 100%;
}
.form-box .main .inner .ysbhfr-wrap a {
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
}
.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-box .main .inner .submit-wrap {
  width: 100%;
  background: #2cc6d0;
  border-radius: 30px;
  height: 44px;
}
.form-box .main .inner .submit-wrap button {
  width: 100%;
  height: 100%;
  border: 1px solid #2cc6d0;
  border-radius: 30px;
  background: #2cc6d0;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0;
  line-height: 42px;
  font-weight: 400;
  transition: all 0.3s;
}
.form-box .main .inner .submit-wrap button:hover {
  background: #2cc6d0;
  border: 1px solid #2cc6d0;
}
.form-box .main.main2 {
  display: none;
}
.form-box .main .yzm-wrap {
  width: 210px;
  display: inline-block;
  margin-right: 5px;
}
.form-box .main .yzm-wrap + div {
  width: 140px;
  display: inline-block;
}
.form-box .tips-box {
  position: absolute;
  bottom: -30px;
}
.form-box .tips-box p {
  font-size: 14px;
  line-height: 18px;
  display: none;
}
.form-box .tips-box .success {
  color: #2cc6d0;
}
.form-box .tips-box .error {
  color: #e23232;
}
@media (max-width: 978px) {
  .form-box {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
  }
  .form-box .main {
    width: 315px;
    position: absolute;
    padding: 20px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: #ffffff;
    border-radius: 10px;
    text-align: center;
  }
  .form-box .main a.close {
    width: 16px;
    height: 16px;
    display: block;
    overflow: hidden;
    background: url("../images/close.svg") center no-repeat;
    background-size: 100%;
    position: absolute;
    right: 30px;
    top: 20px;
    z-index: 9999;
  }
  .form-box .main h3 {
    font-size: 18px;
    color: #1a1a1a;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 5px;
  }
  .form-box .main .inner {
    position: relative;
    max-width: 440px;
    width: 100%;
    text-align: left;
    display: inline-block;
  }
  .form-box .main .inner > p {
    font-size: 14px;
    color: #505050;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .form-box .main .inner .form-item {
    margin-bottom: 10px;
    position: relative;
  }
  .form-box .main .inner .form-item:after {
    display: none;
    content: "*";
    font-size: 20px;
    position: absolute;
    color: #f66f6a;
    left: 8px;
    top: 3px;
  }
  .form-box .main .inner .form-item input {
    height: 36px;
    border: 1px solid #d6d6d6;
    border-radius: 30px;
    color: #1a1a1a;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    padding-left: 20px;
    overflow: hidden;
    transition: all 0.3s;
  }
  .form-box .main .inner .form-item input:-webkit-autofill,
  .form-box .main .inner .form-item input:-webkit-autofill:hover,
  .form-box .main .inner .form-item input:-webkit-autofill:focus {
    /*背景颜色*/
    box-shadow: 0 0 0 60px #fff inset;
    /*字的颜色*/
  }
  .form-box .main .inner .form-item input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
  }
  .form-box .main .inner .form-item input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
  }
  .form-box .main .inner .form-item input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
  }
  .form-box .main .inner .form-item input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
  }
  .form-box .main .inner .form-item .tip {
    display: none;
    position: absolute;
    bottom: -25px;
    left: 20px;
    color: #e23232;
  }
  .form-box .main .inner .form-item #yzm {
    width: 100%;
    margin-right: 0;
  }
  .form-box .main .inner .form-item .yzm {
    display: inline-block;
    width: 100px;
    position: absolute;
    top: 1px;
    right: 1px;
    border-radius: 30px;
    overflow: hidden;
  }
  .form-box .main .inner .form-item .yzm button {
    width: 100px;
    height: 34px;
    border: none;
    border-radius: 2px;
    background: #fff;
    font-size: 12px;
    color: #1198f6;
    letter-spacing: 0;
    line-height: 34px;
    font-weight: 400;
  }
  .form-box .main .inner .form-item .select-box {
    position: relative;
  }
  .form-box .main .inner .form-item .select-box .select-info {
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    color: #999999;
    border: 1px solid #d6d6d6;
    background: #fff;
    border-radius: 30px;
    letter-spacing: 0;
    font-weight: 400;
    cursor: pointer;
  }
  .form-box .main .inner .form-item .select-box .select-info span {
    width: 100%;
    display: inline-block;
  }
  .form-box .main .inner .form-item .select-box .select-info i {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 12px;
    right: 15px;
    background: url(../images/ifold.svg) center no-repeat;
    background-size: 100% 100%;
    transition: all 0.3s;
    transform: rotateX(180deg);
  }
  .form-box .main .inner .form-item .select-box .select-info i.active {
    transform: rotatex(0);
  }
  .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: 12px;
    line-height: 16px;
    color: #999999;
    border: 1px solid #d6d6d6;
    margin-top: -1px;
    display: none;
  }
  .form-box .main .inner .form-item .select-box .select-list ul {
    padding: 0;
    max-height: 110px;
  }
  .form-box .main .inner .form-item .select-box .select-list ul li {
    padding: 10px 15px;
    transition: all 0.3s;
    cursor: pointer;
  }
  .form-box .main .inner .form-item .select-box .select-list ul li:hover {
    background: rgba(78, 206, 214, 0.3);
  }
  .form-box .main .inner .form-item .aaa .select-info {
    color: #1a1a1a !important;
  }
  .form-box .main .inner .form-item.error input,
  .form-box .main .inner .form-item.error .select-box .select-info {
    border-color: #e23232;
  }
  .form-box .main .inner .form-item.success input,
  .form-box .main .inner .form-item.success .select-box .select-info {
    border-color: #2cc6d0;
  }
  .form-box .main .inner .ysbhfr-wrap {
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .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-box .main .inner .ysbhfr-wrap span.active {
    background: url(../images/checkbox-active.png) center no-repeat;
    background-size: 100% 100%;
  }
  .form-box .main .inner .ysbhfr-wrap a {
    font-size: 12px;
    color: #999999;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
  }
  .form-box .main .inner .ysbhfr-wrap a i {
    font-style: normal;
    font-size: 12px;
    color: #585c89;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    text-decoration: underline;
  }
  .form-box .main .inner .submit-wrap {
    width: 100%;
    background: #1198f6;
    border-radius: 30px;
    height: 40px;
  }
  .form-box .main .inner .submit-wrap button {
    width: 100%;
    height: 100%;
    border: 1px solid #1198f6;
    border-radius: 30px;
    background: #1198f6;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0;
    line-height: 40px;
    font-weight: 400;
    transition: all 0.3s;
  }
  .form-box .main .inner .submit-wrap button:hover {
    background: #46b2ff;
    border: 1px solid #46b2ff;
  }
  .form-box .main.main2 {
    display: none;
  }
  .form-box .main .yzm-wrap {
    width: 180px;
    display: inline-block;
    margin-right: 5px;
  }
  .form-box .main .yzm-wrap + div {
    width: 85px;
    display: inline-block;
  }
  .form-box .tips-box {
    position: absolute;
    bottom: -30px;
  }
  .form-box .tips-box p {
    font-size: 14px;
    line-height: 18px;
    display: none;
  }
  .form-box .tips-box .success {
    color: #2cc6d0;
  }
  .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: #1a1a1a;
  font-weight: bold;
  margin-top: 60px;
}
.ysbhc_slide .swiper-slide h2 {
  margin: 0px;
  padding: 0px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #505050;
  margin-bottom: 20px;
  font-weight: bold;
}
.ysbhc_slide .swiper-slide p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  color: #505050;
}
.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;
  }
}
