@charset "UTF-8";
.btn-small {
  cursor: pointer;
  transition: all ease 0.2s;
  border: none;
  display: inline-block;
  padding: 8px 0;
  width: 120px;
  height: 38px;
  text-align: center;
  border-radius: 6px;
  font-size: 14px;
  line-height: 24px;
  line-height: 22px;
}

.btn-middle {
  cursor: pointer;
  transition: all ease 0.2s;
  border: none;
  display: inline-block;
  padding: 9px 0;
  width: 134px;
  height: 42px;
  text-align: center;
  border-radius: 6px;
  font-size: 14px;
  line-height: 24px;
}

.btn-text-small {
  font-size: 16px;
  line-height: 26px;
  cursor: pointer;
  display: inline-block;
}

.btn-theme-rvs {
  background-color: #fff;
  color: #EC1C33;
  position: relative;
}
.btn-theme-rvs::before {
  content: "";
  position: absolute;
  left: -4px;
  top: -4px;
  right: -4px;
  bottom: -4px;
  border: 1px solid #fff;
  border-radius: 8px;
  opacity: 0;
  transition: all ease 0.3s;
}
.btn-theme-rvs:hover::before {
  opacity: 1;
}

.btn-theme {
  color: #fff;
  position: relative;
}
.btn-theme::before {
  content: attr(data-text);
  background-image: linear-gradient(116.57deg, #FF7083 0%, #FC1E47 100%);
  z-index: 2;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-theme::after {
  content: "";
  position: absolute;
  background-image: linear-gradient(168.12deg, #FE837A 0%, #FE506C 100%);
  z-index: 1;
  position: absolute;
  left: -4px;
  right: -4px;
  top: -4px;
  bottom: -4px;
  border-radius: 9px;
  opacity: 0;
  transition: all ease 0.2s;
}
.btn-theme:hover {
  background-image: linear-gradient(168.12deg, #FE837A 0%, #FE506C 100%);
  position: relative;
}
.btn-theme:hover::after {
  opacity: 1;
}
.btn-theme:hover::before {
  background-image: linear-gradient(168.12deg, #FE837A 0%, #FE506C 100%);
  box-shadow: 0 0 0 2px #fff;
}

.btn-text-theme {
  background-image: linear-gradient(116.57deg, #FF7083 0%, #FC1E47 100%);
  -webkit-background-clip: text;
  color: transparent;
}

@media screen and (max-width: 768px) {
  .btn-small {
    width: 96px;
    height: 29px;
    font-size: 12px;
    padding: 0;
    line-height: 29px;
  }
  .btn-middle {
    width: 106px;
    height: 29px;
    font-size: 12px;
  }
}
@font-face {
  font-family: "fz";
  src: url(/public/fonts/方正正大黑FZZDHJW.TTF);
  /* src: url(http://index.allgood.cn/public/fonts/方正正大黑FZZDHJW.TTF); */
}
@font-face {
  font-family: "Montserrat";
  src: url(/public/fonts/Montserrat-Bold.ttf);
}
@font-face {
  font-family: "FZLTZHJW";
  src: url(/public/fonts/FZLTZHJW.TTF);
}
@font-face {
  font-family: "Condensed_Bold";
  src: url(/public/fonts/Condensed_Bold.ttf);
}
html, body {
  font-family: HarmonyOS Sans SC, -apple-system, BlinkMacSystemFont, Segoe UI, MiSans sans SC, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif !important;
}

/*-----------------------------header----------------------------------*/
#header {
  position: relative;
}

.nav-fixed-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 900;
  background: rgba(0, 0, 0, 0.36);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.blc-fixed-top.nav-fixed-top,
.blc-header .nav-fixed-top {
  background: rgb(0, 0, 0) !important;
  border-bottom: none;
}

.opc-fixed-top.nav-fixed-top {
  background-color: rgba(255, 255, 255, 0.24);
  border-bottom: 1px solid #DADADA;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.opc-fixed-top.nav-fixed-top .navbar-nav > li > .nav-link::after {
  background-color: #fff;
}

.nav-fixed-top .container {
  width: initial;
}

.nav-brand {
  display: block;
  margin-right: 20px;
}

.navbar {
  display: flex;
  padding: 0 24px;
  align-items: center;
  height: 64px;
  width: 100%;
  min-width: 1200px;
}

.navbar-mask {
  flex: 1;
}

.nav-mob_collapse_head {
  display: none;
}

.com_header_collapse_ul_cont {
  display: flex;
}

.navbar-nav {
  display: flex;
  margin-left: 34px;
}

.navbar-nav-right {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
}
.navbar-nav-right .btn-text-small {
  color: #fff;
  line-height: 20px;
}

.navbar-header .img {
  height: 30px;
}

.navbar-nav .dropdown {
  position: relative;
}
.navbar-nav .dropdown .nav-link {
  margin-right: 8px;
}

.navbar-nav .nav-link {
  color: #fff;
  font-size: 14px;
  display: block;
  height: 42px;
  line-height: 42px;
  padding: 0 24px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  word-break: keep-all;
}

.navbar-nav .nav-link.btn-link {
  width: 120px;
  color: #fff !important;
  padding: 0;
}

.navbar-nav .nav-link.btn-link::after {
  content: none;
}

.navbar-nav .nav-link.spl-link {
  margin-right: 12px;
}

.navbar-nav .dropdown .icon {
  /* display: none; */
  display: inline-block;
  width: 8px;
  height: 6px;
  margin-left: 2px;
  vertical-align: middle;
  background-position: 1px -1px;
  transition: transform ease 0.3s;
  transform-origin: center;
  margin-top: -2px;
  background-image: url(/public/img/icon-arrs.png);
  background-size: 34px;
  position: absolute;
  top: 2px;
  bottom: 0;
  margin: auto 2px;
}

.blc-fixed-top .navbar-nav .dropdown .icon,
.opc-fixed-top .navbar-nav .dropdown .icon {
  background-position: 0 0;
}

.navbar-nav .dropdown:hover .icon {
  transform: rotate(-180deg);
}

.navbar-nav .htip-Hot {
  color: #fff;
  padding: 2px 6px;
  font-size: 12px;
  background: #FF2A00;
  border-radius: 12px 12px 12px 0px;
  line-height: 11px;
  display: block;
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform-origin: right;
  position: absolute;
  right: 2px;
  top: 2px;
}

.navbar-nav .htip-Free {
  height: 14px;
  width: 30px;
  background: url(/public/img/htip-Free.png) no-repeat center/cover;
  display: block;
  position: absolute;
  right: 2px;
  top: 2px;
}

.navbar-nav .htip-New {
  height: 12px;
  width: 24px;
  background: url(/public/img/htip-New.png) no-repeat center/contain;
  display: block;
  position: absolute;
  right: 8px;
  top: 4px;
}

.navbar-nav > li > .nav-link::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 44px);
  bottom: 3px;
  left: 22px;
  opacity: 0;
  z-index: -1;
  transition: all ease 0.3s;
  transform: scale(0.9);
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
}

.navbar-nav > li:hover > .nav-link::after {
  opacity: 1;
  transform: scale(1);
}

@media screen and (max-width: 1400px) {
  .navbar-nav .nav-link {
    padding: 0 11px;
  }
  .navbar-nav > li > .nav-link::after {
    width: calc(100% - 8px);
    left: 4px;
  }
}
@media screen and (max-width: 1200px) {
  .navbar {
    padding: 0 18px;
    width: 100%;
    min-width: auto;
  }
  .nav-brand {
    margin-right: 0;
  }
  .navbar-nav {
    margin-left: 15px;
  }
  .navbar-nav .nav-link {
    padding: 0 9px;
  }
  .navbar-nav > li > .nav-link::after {
    width: calc(100% - 12px);
    left: 6px;
  }
}
.dropdown .dropdown-menu {
  opacity: 0;
  position: absolute;
  transition: all ease 0.3s;
  height: 0;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
}

.dropdown .dropdown-cont {
  padding: 10px 0;
  background: #FFFFFF;
  border-radius: 4px;
  margin-top: 18px;
  box-shadow: 1px 3px 10px 1px rgba(0, 8, 50, 0.05);
  word-break: keep-all;
}

.dropdown .dropdown-cont .nav-link {
  margin: 0;
  padding: 10px 20px;
  color: var(--text-primary-color);
  height: auto;
  line-height: normal;
  display: flex;
  align-items: center;
}

.dropdown .dropdown-cont .nav-link:hover {
  background-color: var(--text-light-color);
}

.dropdown .dropdown-cont .nav-link img.img {
  width: 16px;
  height: auto;
  margin-right: 10px;
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  height: auto;
  overflow: visible;
}

.navbar-nav-right .dropdown-menu {
  right: 0;
  transform: translateX(0);
  left: initial;
}

.dropdown .dropdown-cont > li {
  position: relative;
}

.dropdown .dropdown-cont .sec-dropdown-cont {
  position: absolute;
  right: calc(-100% - 12px);
  top: -10px;
  padding: 10px 0;
  background: #FFFFFF;
  border-radius: 4px;
  /* margin-top: 18px; */
  box-shadow: 1px 3px 10px 1px rgba(0, 8, 50, 0.05);
  word-break: keep-all;
  display: none;
}

.sec-dropdown-cont::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  left: -20px;
  top: 0;
}

.dropdown .dropdown-cont > li:hover .sec-dropdown-cont {
  display: block;
}

.navbar-form.search-form {
  width: 220px;
  height: 36px;
  margin-right: 20px;
  background: rgba(183, 197, 197, 0.2);
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.navbar-form .form-control {
  width: 190px;
  height: 36px;
  background: transparent;
  /* background: #1d1e1e; */
  box-sizing: border-box;
  color: var(--text-light-color);
  border: none;
  box-shadow: none;
}

.navbar-form .form-control::-webkit-input-placeholder { /* WebKit browsers */
  color: var(--text-light-color);
}

.navbar-form .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: var(--text-light-color);
}

.navbar-form .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: var(--text-light-color);
}

.navbar-form .form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: var(--text-light-color);
}

.navbar-form .icon {
  height: 14px;
  background-position: -94px -49px;
  width: 14px;
  border: none;
  background-color: transparent;
  outline: none;
}

.nav-fixed-bg .navbar-form .icon {
  background-position: -688px -120px;
}

.navbar-control {
  margin-left: 10px;
  position: relative;
}

.navbar-control::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 28px;
  background-color: var(--text-light-color);
  top: -13px;
  left: -6px;
}

.nav-grey-bg {
  background-color: rgba(0, 0, 0, 0.1);
}

.nav-fixed-bg {
  background-image: linear-gradient(116.57deg, #FF7083 0%, #FC1E47 100%);
  box-shadow: var(--shadow-header) !important;
}

.nav-fixed-bg .navbar-form.search-form {
  background: #f4f4f4;
}

.nav-fixed-bg .navbar-form .form-control {
  background: #f4f4f4;
  color: #1d1e1e;
}

.nav-fixed-bg .navbar-form .form-control::-webkit-input-placeholder { /* WebKit browsers */
  color: #1d1e1e;
}

.nav-fixed-bg .navbar-form .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #1d1e1e;
}

.nav-fixed-bg .navbar-form .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #1d1e1e;
}

.nav-fixed-bg .navbar-form .form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #1d1e1e;
}

.nav-fixed-bg .navbar-control::before {
  background-color: var(--text-primary-color);
}

/* 特殊下拉 */
.dropdown .dropdown-menu.dropdown-mob-ol {
  display: none;
}

.dropdown .dropdown-menu.dropdown-menu-solve {
  left: -100%;
  transform: none;
}

.dropdown-menu-solve .dropdown-cont {
  padding: 24px 36px;
  display: flex;
}
.dropdown-menu-solve .dropdown-box > .title {
  font-size: 16px;
  line-height: 23px;
  color: #000;
  margin-bottom: 12px;
}
.dropdown-menu-solve .dropdown-box > ul {
  display: flex;
  padding-left: 7px;
  margin-right: 24px;
  border-right: 1px solid #E1E1E6;
}
.dropdown-menu-solve .dropdown-box > ul .item {
  margin-right: 18px;
  border-radius: 6px;
  overflow: hidden;
}
.dropdown-menu-solve .dropdown-box > ul .item .img-addon {
  width: 180px;
  height: 100px;
}
.dropdown-menu-solve .dropdown-box > ul .item .title {
  padding: 6px 11px;
  border: 1px solid #E1E1E6;
  border-radius: 0 0 6px 6px;
  margin-top: -1px;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}
.dropdown-menu-solve .dropdown-box > ol a {
  margin: 4px 0;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  display: block;
  white-space: nowrap;
}
.dropdown-menu-solve .dropdown-box > ol a:hover {
  color: #EC1C33;
}

/* 黑色背景 */
.blc-fixed-top .navbar-nav .nav-link,
.blc-header .navbar-nav .nav-link {
  color: #fff;
}

.blc-fixed-top .navbar-nav .dropdown-menu .nav-link,
.blc-header .navbar-nav .dropdown-menu .nav-link {
  color: #333;
}

/* 透明背景 */
.opc-fixed-top .navbar-nav .nav-link,
.opc-header .navbar-nav .nav-link {
  color: #fff;
}

.opc-fixed-top .navbar-nav .dropdown-menu .nav-link,
.opc-header .navbar-nav .dropdown-menu .nav-link {
  color: #333;
}

@media (max-width: 768px) {
  .nav-fixed-top {
    /* position: fixed; */ /* 顶部图片 额外隐藏 */
    /* top: 0; */ /* 顶部图片 额外隐藏 */
    z-index: 9999;
  }
  .blc-fixed-top .navbar-nav .nav-link, .blc-header .navbar-nav .nav-link {
    color: #333;
  }
  .opc-fixed-top .navbar-nav .nav-link, .opc-header .navbar-nav .nav-link {
    color: #333;
  }
  .nav-brand {
    display: block;
  }
  .navbar {
    display: block;
    height: 54px;
    padding: 0 15px;
    width: 100%;
    min-width: auto;
  }
  .navbar-header {
    display: flex;
    height: 54px;
    align-items: center;
    justify-content: space-between;
  }
  .navbar-header .img {
    height: 24px;
  }
  .nav-mob_collapse_head {
    display: block;
  }
  .navbar-tools .more {
    display: inline-block;
    height: 18px;
    width: 18px;
    margin-bottom: 0;
    background-image: url(/public/img/icon-mob-more-w.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .blc-fixed-top .navbar-tools .more,
  .blc-header .navbar-tools .more,
  .opc-fixed-top .navbar-tools .more,
  .opc-header .navbar-tools .more {
    background-image: url(/public/img/icon-mob-more-w.png);
  }
  .navbar-mask.open {
    position: fixed;
    top: 0;
    left: 100vw;
    overflow: hidden;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1002;
    height: 100vh;
  }
  .navbar-mask.open {
    left: 0;
  }
  .opc-fixed-top .navbar-mask.open {
    /* height: 100vh; */
  }
  .com_header_collapse {
    position: absolute;
    z-index: 1001;
    left: 100vw;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    overflow: hidden;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .open .com_header_collapse {
    padding-left: 24px;
    left: 20vw;
  }
  .com_header_collapse .nav-brand {
    padding-bottom: 24px;
    border-bottom: 1px solid #E8EAED;
    margin-bottom: 18px;
  }
  .com_header_collapse .nav-brand .img {
    height: 24px;
    display: block;
  }
  .com_header_collapse_ul_cont {
    display: block;
  }
  .com_header_collapse .com_header_collapse_ul_cont .nav.navbar-nav.navbar-nav-left {
    height: calc(100vh - 210px);
    overflow-y: scroll;
    display: block;
    margin-left: 0;
  }
  .navbar-nav {
    display: block;
  }
  .navbar-nav .nav-link {
    color: #000;
    padding: 0 12px;
    line-height: 36px;
    height: 36px;
  }
  .navbar-nav .dropdown .icon {
    background-position: 1px -9px;
  }
  .navbar-nav .dropdown .dropdown-menu {
    position: initial;
    opacity: 1;
    height: auto;
    transform: initial;
    overflow: hidden;
  }
  .navbar-nav .dropdown .dropdown-menu .dropdown-cont {
    padding: 2px 0 6px 30px;
    margin-top: 0;
    box-shadow: none;
  }
  .navbar-nav .dropdown .dropdown-menu .dropdown-cont .nav-link {
    line-height: 24px;
    padding: 1px 0;
  }
  .navbar-nav .dropdown.open .dropdown-menu {
    max-height: 400px;
  }
  .navbar-nav .dropdown.open .icon {
    transform: rotate(-180deg);
  }
  .navbar-nav .dropdown .dropdown-menu-solve .dropdown-cont {
    display: block;
    margin-top: -8px;
    padding-bottom: 4px;
  }
  .navbar-nav .dropdown .dropdown-menu-solve .dropdown-box > .title {
    font-size: 12px;
    line-height: 20px;
    color: #999;
    margin-bottom: 4px;
    margin-top: 8px;
  }
  .navbar-nav .dropdown .dropdown-menu-solve .dropdown-box > ul {
    display: block;
    padding-left: 0;
    margin-right: 0;
    border-right: none;
  }
  .navbar-nav .dropdown .dropdown-menu-solve .dropdown-box > ul .item {
    margin-right: 0;
    border-radius: 0;
    margin: 2px 0;
  }
  .navbar-nav .dropdown .dropdown-menu-solve .dropdown-box > ul .item .img-addon {
    display: none;
  }
  .navbar-nav .dropdown .dropdown-menu-solve .dropdown-box > ul .item .title {
    padding: 0;
    border: none;
    border-radius: 0;
    margin-top: 0;
  }
  .navbar-nav .dropdown .dropdown-menu-solve .dropdown-box > ol a {
    color: #000;
    margin: 2px 0;
  }
  .navbar-nav > li > .nav-link::after {
    content: none;
  }
  .com_header_collapse_ul_cont_btns {
    justify-content: space-between;
    display: flex;
    position: absolute;
    bottom: 24px;
    margin: auto;
    width: 254px;
    left: 0;
    right: 0;
  }
  .com_header_collapse_ul_cont_btns li:nth-child(1) .btn {
    width: 104px;
  }
  .com_header_collapse_ul_cont_btns .btn {
    display: block;
    height: 36px;
    font-size: 14px;
    width: 132px;
  }
}
/*-----------------------------footer----------------------------------*/
#footer {
  min-width: 1240px;
  background-color: #111111;
}

.m_footer {
  display: none;
}

.footer-main {
  padding-top: 64px;
  padding-bottom: 36px;
  display: flex;
  justify-content: space-between;
}
.footer-main .logo-box {
  font-size: 14px;
  line-height: 24px;
  color: #999;
}
.footer-main .logo-box .img-addon {
  height: 36px;
  width: auto;
}
.footer-main .logo-box .img-addon .img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.footer-main .logo-box .title {
  margin: 30px 0 4px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.footer-main .footer-list-cont:nth-child(1) {
  margin-right: auto;
}
.footer-main .footer-list-cont + .footer-list-cont {
  margin-left: 86px;
}

.footer-list-type {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  margin-bottom: 30px;
}

.footer-list-item {
  margin-top: 12px;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
}
.footer-list-item a {
  color: inherit;
}

.footer-img-cont {
  display: inline-block;
  margin-top: 3px;
  text-align: center;
  margin-right: 14px;
}

.footer-list-item .footer-img-cont .img {
  width: 98px;
  display: block;
  height: 98px;
  background-color: #fff;
  margin-bottom: 7px;
}

.footer-flinks {
  padding: 24px 0 36px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 40px;
  position: relative;
}
.footer-flinks::before {
  content: "";
  width: 1184px;
  height: 1px;
  background: #999999;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
}
.footer-flinks span {
  font-weight: bold;
  /* margin-right: 24px; */
}
.footer-flinks a {
  display: inline-block;
  margin-left: 48px;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  position: relative;
}

.footer-link {
  position: relative;
}
.footer-link::after {
  content: "";
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.12);
  width: calc(100% + 30px);
  height: 32px;
  border-radius: 3px;
  top: -6px;
  left: -15px;
  opacity: 0;
  transition: all ease 0.3s;
  transform: scale(0.9);
}
.footer-link:hover::after {
  opacity: 1;
  transform: scale(1);
}

.footer-bottom {
  text-align: center;
  padding: 43px 0;
  background: #0B0B0B;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
}

@media (max-width: 768px) {
  #footer {
    min-width: 355px;
  }
  .m_footer {
    display: block;
  }
  .pc_footer {
    display: none;
  }
  .footer-logo {
    margin: 40px 0 36px;
  }
  .footer-logo .img {
    height: 24px;
    display: block;
  }
  .footer-list-item {
    font-size: 12px;
    padding-left: 34px;
    background-position: left center;
    background-size: 24px auto;
    background-repeat: no-repeat;
    color: #999999;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .footer-list-item.footer-list-i1 {
    background-image: url(/public/img/footer-m-i1.png);
  }
  .footer-list-item.footer-list-i2 {
    background-image: url(/public/img/footer-m-i2.png);
  }
  .footer-list-item.footer-list-i3 {
    background-image: url(/public/img/footer-m-i3.png);
  }
  .footer-list-item.footer-list-i4 {
    background-image: url(/public/img/footer-m-i4.png);
  }
  .footer-connect-box {
    padding-top: 24px;
    padding-bottom: 24px;
    margin-top: 12px;
    border-top: 1px solid #111;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
  }
  .footer-connect-box .footer-img-cont {
    display: inline-block;
    margin-top: 18px;
    margin-right: 24px;
  }
  .footer-connect-box .footer-img-cont .img {
    display: block;
    width: 102px;
    height: 102px;
    background-color: #fff;
  }
  .footer-connect-box .footer-img-cont p {
    width: 100%;
    height: 32px;
    font-size: 12px;
    color: #000000;
    background-color: #fff;
    line-height: 30px;
    text-align: center;
  }
  .footer-bottom {
    padding: 30px 0;
    font-size: 12px;
    line-height: 18px;
  }
  .footer-bottom p {
    width: 84%;
    margin: auto;
  }
}
/* aside---------------------- */
#asideBar {
  position: fixed;
  top: 40vh;
  right: 20px;
  z-index: 999999;
  color: #333;
  border-radius: 24px;
  background-color: #fff;
  font-size: 14px;
  padding: 12px 0;
  box-shadow: 6px 6px 11px -2px rgba(0, 0, 0, 0.13);
}

#asideBar > .aside-div {
  position: relative;
}

#asideBar .ico {
  display: inline-block;
  width: 48px;
  cursor: pointer;
  height: 20px;
  margin: 11px 0;
  position: relative;
  /* filter: grayscale(1);
  -webkit-filter: grayscale(1); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%);  */
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#asideBar .ico::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

#asideBar > div:hover .ico::after {
  z-index: 2;
}

#asideBar .ico.ico-tel {
  background-image: url(/public/img/aside/icon-tel.png);
}

#asideBar .ico.ico-gzh {
  background-image: url(/public/img/aside/icon-gzh.png);
}

#asideBar .ico.ico-qq {
  background-image: url(/public/img/aside/icon-qq.png);
}

#asideBar .ico.ico-wx {
  background-image: url(/public/img/aside/icon-wx.png);
}

#asideBar .ico.ico-zx {
  background-image: url(/public/img/aside/icon-zx.png);
}

#asideBar .ico.ico-ask {
  background-image: url(/public/img/aside/icon-ask.png);
}

#asideBar .ico.ico-tel::after {
  background-image: url(/public/img/aside/icon-tel-ac.png);
}

#asideBar .ico.ico-gzh::after {
  background-image: url(/public/img/aside/icon-gzh-ac.png);
}

#asideBar .ico.ico-qq::after {
  background-image: url(/public/img/aside/icon-qq-ac.png);
}

#asideBar .ico.ico-wx::after {
  background-image: url(/public/img/aside/icon-wx-ac.png);
}

#asideBar .ico.ico-zx::after {
  background-image: url(/public/img/aside/icon-zx-ac.png);
}

#asideBar .ico.ico-ask::after {
  background-image: url(/public/img/aside/icon-ask-ac.png);
}

#asideBar .details {
  box-sizing: border-box;
  word-break: keep-all;
  padding: 0;
  right: 64px;
  top: 0;
  border-radius: 6px;
  position: absolute;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 10px 15px 0 rgba(142, 142, 142, 0.1);
  transition: all 0.3s ease;
  width: 0;
}

#asideBar .details .aside-title {
  font-size: 16px;
  line-height: 18px;
  background-image: linear-gradient(116.57deg, #FF7083 0%, #FC1E47 100%);
  -webkit-background-clip: text;
  color: transparent;
  margin: 16px 18px 12px 18px;
}

#asideBar .details .aside-desc {
  margin: 0 18px 12px 15px;
}

#asideBar .details img {
  width: 140px;
  height: 140px;
  margin: 0 auto 18px;
  display: block;
  background-color: #fff;
}

@media (max-width: 768px) {
  #asideBar {
    display: none;
  }
}
#aside-qq .qq-num {
  padding-left: 18px;
  background-image: url(/public/img/aside/icon-qq-ac.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px auto;
  margin: 10px 30px;
}

#aside-qq .details {
  padding-bottom: 8px;
}

/* aside---------------------- */
/* mob_aside -----------------*/
#mob_tel {
  display: none;
}

@media (max-width: 768px) {
  #mob_tel {
    display: block;
    position: fixed;
    right: 10px;
    bottom: 120px;
    z-index: 999;
  }
  #mob_tel .ico-tel {
    width: 60px;
    height: 60px;
    background-image: url(/public/img/icon-tel-w.png), linear-gradient(135deg, rgb(255, 78, 111), rgb(251, 145, 104));
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px auto, 100%;
    display: block;
    border-radius: 50px;
    box-shadow: rgba(255, 78, 111, 0.5) 0px 2px 16px;
  }
  #mob_tel .details {
    visibility: hidden;
    right: 0;
    top: -84px;
    width: 214px;
    height: 74px;
    background-image: url(/public/img/mob_aside_tel_box.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 15px 0 0 60px;
    position: absolute;
    display: block;
  }
  #mob_tel .details::before {
    content: "";
    width: 34px;
    border-radius: 50px;
    height: 34px;
    background-color: rgb(242, 243, 245);
    background-image: url(/public/img/icon-tel-g.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 13px auto;
    position: absolute;
    top: 16px;
    left: 16px;
  }
  .aside-title {
    font-size: 12px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    line-height: 17px;
  }
  .aside-desc {
    line-height: 17px;
    font-size: 12px;
    font-weight: 600;
    color: rgb(50, 105, 255);
  }
  #mob_tel:hover .details {
    visibility: visible;
  }
}
/* mob_aside -----------------*/
/* other */
.com_crumb {
  font-size: 14px;
  color: #fff;
  line-height: 1;
}

.com_crumb a {
  color: inherit;
}

.com_crumb .com_crumb_link {
  position: relative;
  margin-right: 20px;
}

.com_crumb .com_crumb_link:hover {
  text-decoration: underline;
}

.com_crumb .com_crumb_link::after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: transparent !important;
  display: block;
  position: absolute;
  bottom: calc(50% - 4px);
  right: -15px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #fff;
  transform: rotate(-45deg);
}

@media (max-width: 768px) {
  .com_crumb .container {
    font-size: 12px;
  }
}
.com_pager {
  margin: 40px auto 60px;
  text-align: center;
}

.com_pager .paginationjs {
  display: flex;
  align-items: center;
  justify-content: center;
}

.com_pager li {
  float: left;
  list-style: none;
  margin-right: 2px;
  /* min-width: 32px; */
  /* padding:0 5px; */
  height: 32px;
  line-height: 32px;
  background: #FFFFFF;
  border-radius: 10px;
  display: inline-block;
  font-size: 14px;
  color: #333333;
  transition: all ease 0.3s;
  border: 1px solid #ccc;
  overflow: hidden;
}

.com_pager li:hover, .com_pager li.active {
  border-color: #3269FF;
}

.com_pager li a {
  height: 32px;
  line-height: 32px;
  display: inline-block;
  padding: 0 15px;
}

.com_pager li span {
  min-width: 32px;
  height: 32px;
  line-height: 32px;
  background: #FFFFFF;
  border-radius: 10px;
  display: inline-block;
  font-size: 14px;
  color: #333333;
  transition: all ease 0.3s;
}

.com_pager li select {
  min-width: 42px;
  height: 32px;
  line-height: 32px;
  margin-left: 10px;
  background: #FFFFFF;
  border-radius: 10px;
  display: inline-block;
  font-size: 14px;
  color: #333333;
  transition: all ease 0.3s;
  border: 1px solid #ccc;
}

.com_pager .pageinfo, .com_pager li.pageinfo span {
  border: none;
  background-color: transparent;
}

.com_pager .thisclass {
  min-width: 32px;
  height: 32px;
  line-height: 32px;
  background: #3269FF;
  border-radius: 10px;
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  transition: all ease 0.3s;
  border: 1px solid #ccc;
}

.com_pager li a:hover {
  border-color: var(--theme-color);
}

.com_pager li.active span,
.com_pager li.active a {
  color: #fff;
  background: var(--theme-color);
}

.com_pager .disabled span, .com_pager .disabled a {
  cursor: not-allowed;
}

.com_pager .paginationjs-go-input {
  margin-left: 12px;
  font-size: 12px;
  color: #999;
  margin-right: 12px;
}

.com_pager .J-paginationjs-go-pagenumber {
  width: 34px;
  height: 30px;
  color: #333;
  line-height: 30px;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
  border: 1px solid #DFDFDF;
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  top: 0;
  left: 0;
  outline: none;
  border-radius: 10px;
}

.com_pager .J-paginationjs-go-button {
  width: 54px;
  height: 30px;
  overflow: hidden;
  padding: 0px 10px;
  margin: 0px;
  text-align: center;
  cursor: pointer;
  background-color: #FFF;
  border: 1px solid #DFDFDF;
  color: #333;
  transition: all ease 0.3s;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.com_pager .J-paginationjs-go-button:hover {
  background-color: var(--theme-color);
  color: #fff;
}

@media (max-width: 768px) {
  .com_pager .paginationjs {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .paginationjs-pages {
    margin-bottom: 6px;
  }
}
.ask-section {
  background-color: #EC1C33;
  min-width: 1240px;
  padding: 120px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/public/img/ask1702620798519.jpg");
}
.ask-section .title-section .section-title, .ask-section .title-section .section-desc {
  color: #fff;
}
.ask-section .title-section .section-desc {
  margin-top: 18px;
}
.ask-section .section-main {
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .ask-section {
    min-width: 355px;
    padding: 64px 0;
  }
  .ask-section .title-section .section-desc {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 26px;
  }
  .ask-section .title-section .section-desc::after {
    background: #fff;
  }
  .ask-section .btn {
    width: 90px;
    height: 36px;
    line-height: 36px;
  }
  .ask-section .ask-mainC {
    flex-direction: column;
  }
  .ask-section .ask-l-info {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    border-right: none;
    margin-bottom: 64px;
  }
}
/* --------add */
.link-section {
  background-color: #fbfdfd;
  display: none;
}

.link-section .link-main {
  display: flex;
  padding: 66px 40px 80px;
  justify-content: space-between;
}

.link-section .link-l-info {
  width: 48%;
  margin-right: 36px;
  padding-right: 68px;
  border-right: 1px solid #fff;
}

.link-section .link-r-info {
  flex: 1;
}

.link-section .link-l-info-adlist {
  display: flex;
}

.link-section .link-l-info-list {
  display: flex;
  justify-content: space-around;
  text-align: left;
}

.link-section .link-l-info-li-item > span {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 24px;
  display: block;
  text-align: center;
}

.link-section .link-l-info-adli {
  list-style: none;
  position: relative;
  padding-left: 12px;
  margin-right: 36px;
  line-height: 1.5;
  color: #444;
}

.link-section .link-l-info-adli::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #3269ff;
}

/* .link-section .link-l-info-adli a:hover{color: #3269ff;} */
.link-section .split {
  width: 1px;
  height: 68px;
  background-color: #dadada;
}

/* ------ 公共section+标题 ------ */
section {
  padding: 64px 0;
}
section .section-main {
  margin-top: 48px;
}

.title-section {
  text-align: center;
}
.title-section .section-title {
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  color: #000;
  font-weight: 400;
}
.title-section .section-desc {
  font-size: 16px;
  line-height: 26px;
  margin-top: 24px;
  color: #999;
}

@media (max-width: 768px) {
  section {
    padding: 48px 0;
  }
  section .section-main {
    margin-top: 24px;
  }
  .title-section .section-title {
    font-size: 24px;
    line-height: 36px;
  }
  .title-section .section-desc {
    font-size: 12px;
    line-height: 20px;
    margin: 12px 0 0;
    position: relative;
    padding-top: 16px;
  }
  .title-section .section-desc::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 4px;
    border-radius: 4px;
    background: linear-gradient(116.57deg, #FF7083 0%, #FC1E47 100%);
  }
}
.ask-main .btn {
  width: 140px;
  margin: auto;
  padding: 14px 0;
}

#alert-form {
  padding-bottom: 20px;
}

#alert-form .cooperate-main-item-title {
  margin: 24px 0 12px;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  line-height: 1;
}

#alert-form .cooperate-pc-line {
  display: flex;
  justify-content: space-between;
  margin: 8px auto;
  width: 90%;
  max-width: 600px;
  align-items: end;
}

#alert-form .cooperate-pc2-line .form-l-group {
  display: none;
}

#alert-form .cooperate-ipt-group {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin: 8px auto;
  width: 90%;
  max-width: 600px;
  align-items: end;
}

#alert-form .cooperate-pc-line .cooperate-ipt-group {
  margin: 0 0 0 12px;
}

#alert-form .cooperate-pc-line .cooperate-ipt-group:nth-child(1) {
  margin: 0;
}

@media screen and (max-width: 960px) {
  #alert-form .cooperate-pc-line {
    margin: 0;
    display: block;
    width: 100%;
    max-width: initial;
  }
  #alert-form .cooperate-pc2-line .form-l-group {
    display: block;
  }
  #alert-form .cooperate-pc-line .cooperate-ipt-group {
    margin: 8px auto;
  }
  #alert-form .cooperate-pc-line .cooperate-ipt-group:nth-child(1) {
    margin: 8px auto;
  }
}
#alert-form .cooperate-ipt-ii-group {
  display: flex;
}

#alert-form .cooperate-ipt-group .form-group {
  flex: 1;
}

#alert-form .form-l-group {
  width: 84px;
  font-size: 15px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 42px;
}

#alert-form .cooperate-ipt-group .form-control {
  display: block;
  width: 100%;
  height: 42px;
  border: 1px solid #E5E6EB;
  border-radius: 2px;
  color: #000;
}

#alert-form .cooperate-ipt-group .form-control:focus,
#alert-form .cooperate-ipt-group .form-control:hover {
  border-color: var(--theme-color) !important;
  outline: none;
}

#alert-form .btn-login {
  margin: 58px auto 0;
  width: 200px;
  height: 46px;
  font-size: 18px;
  line-height: 46px;
  box-shadow: none;
  border: none;
}

#alert-form label.error {
  color: red;
  font-size: 12px;
  position: absolute;
  right: 5px;
  top: 14px;
}

#alert-form .city-picker-span {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: 1px solid #E5E6EB;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  font-size: 12px;
  padding: 0 12px;
  width: 100% !important;
}

#alert-form .city-picker-span > .placeholder {
  color: #757575;
}

#alert-form #form-user .btn-captcha {
  font-size: 14px;
  color: #999999;
  line-height: 1;
  padding: 14px 0;
  background: #F5F6F7;
  border: 1px solid #E5E6EB;
  border-radius: 2px;
  text-align: center;
  width: 158px;
  margin-left: 10px;
  height: 42px;
}

#alert-form #form-user .btn-verify:hover,
#alert-form #form-user .btn-verify.active {
  color: #fff;
  background-color: var(--theme-color);
}

#alert-form .n-default .msg-wrap {
  right: 4px;
  bottom: 16px;
}

#alert-form span.msg-box.n-right {
  width: 100%;
  top: 0;
  right: 0;
  height: 0;
  margin: 0;
  line-height: 0;
  display: block;
}

/* 618 */
#side-618 {
  display: none;
  position: fixed;
  z-index: 10001;
  left: 14px;
  bottom: 42px;
}

#img618 {
  width: 200px;
  display: block;
}

/* 顶部广告  */
#header > a {
  max-width: 100vw;
  overflow: hidden;
  display: block;
}

@media (max-width: 768px) {
  #header > a .img {
    width: 200% !important;
    transform: translateX(-25%);
  }
}
/* 弹出层 */
.layer-theme-login.layui-layer {
  border-radius: 12px;
  overflow: hidden;
}

.layer-theme-login .layer-title-cont {
  padding: 24px 0 22px 24px;
  border-bottom: 1px solid rgb(225, 225, 230);
  margin: 0;
}

.layer-theme-login .layer-title-cont .layer-title {
  font-size: 18px;
  line-height: 1;
  margin: 0;
  text-align: center;
}

.layer-theme-login .layui-layer-setwin {
  top: 26px;
  right: 24px;
}

.layer-theme-login .layui-layer-setwin .layui-layer-close2 {
  background-position: 0 -40px;
  position: relative;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  font-size: 12px;
  right: -12px;
  top: 0;
  transform: scale(0.75);
}

.layer-theme-login .layui-layer-setwin .layui-layer-close2:hover {
  background-position: 0 -40px;
  opacity: 0.7;
}

.layer-theme-login .layer-msgCont .layer-main {
  text-align: center;
  padding: 48px 24px 72px;
  font-size: 16px;
  line-height: 1.5;
}

.layer-theme-login .layer-msgCont .link {
  color: rgb(50, 105, 255);
  text-decoration: underline;
}