@charset "UTF-8";
.com-page[data-v-6c37eae2] {
  max-width: 560px;
  margin: 0 auto;
}
.com-page .head[data-v-6c37eae2] {
  padding: 0.625rem 0.5rem;
  background: -webkit-gradient(linear, left top, right top, from(var(--header-bg-color1)), color-stop(var(--header-bg-color2)), to(var(--header-bg-color3)));
  background: linear-gradient(to right, var(--header-bg-color1), var(--header-bg-color2), var(--header-bg-color3));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.com-page .head .logo[data-v-6c37eae2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 7.25rem;
  height: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.com-page .head .main-url[data-v-6c37eae2] {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 7.875rem;
  height: 2.375rem;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--link-button-color)), to(var(--link-button-color1)));
  background: linear-gradient(to bottom, var(--link-button-color), var(--link-button-color1));
  border-radius: 10rem;
  -webkit-box-shadow: -1px -1px 1px var(--box-shadow);
          box-shadow: -1px -1px 1px var(--box-shadow);
  color: var(--color1);
  font-size: 0.825rem;
}
.com-page .head .main-url .link[data-v-6c37eae2] {
  color: var(--color3);
  -webkit-animation: myfirst-6c37eae2 1s infinite;
          animation: myfirst-6c37eae2 1s infinite;
  display: inline-block;
  text-transform: lowercase;
  font-size: 1rem;
}
.line-box .line[data-v-6c37eae2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.75rem;
}
.line-box .line .left[data-v-6c37eae2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.line-box .line .left .delay[data-v-6c37eae2] {
  width: 4rem;
  text-align: center;
}
.line-box .line .left .name[data-v-6c37eae2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.25rem 0.75rem;
}
.line-box .line .left span[data-v-6c37eae2] {
  display: inline-block;
  -webkit-box-shadow: inset 0 0 0.25rem var(--line-box-shadow);
          box-shadow: inset 0 0 0.25rem var(--line-box-shadow);
  font-size: 1rem;
  color: var(--line-color);
  background-color: var(--line-button-color);
  border: 0.075rem solid var(--line-border-color);
  border-radius: 0.125rem;
  margin-left: 0.75rem;
  text-align: center;
  line-height: 2.25rem;
  height: 2.25rem;
}
.line-box .line .right[data-v-6c37eae2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.line-box .line .right span[data-v-6c37eae2] {
  margin: 0 0.75rem;
  padding: 0.25rem 0.75rem;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--button-color)), to(var(--button-color1)));
  background-image: linear-gradient(to right, var(--button-color), var(--button-color1));
  height: 2.25rem;
  /* min-width: 80px; */
  width: 5rem;
  font-size: 0.875rem;
  color: var(--color1);
  border-radius: 0.625rem;
  text-align: center;
  line-height: 2.25rem;
  background-position: center top;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.notice-box[data-v-6c37eae2] {
  margin-bottom: 0.75rem;
  background-color: var(--notice-bg);
  color: var(--notice-color);
  -webkit-box-shadow: 0 0.02667rem 0.06667rem var(--notice-box-color);
          box-shadow: 0 0.02667rem 0.06667rem var(--notice-box-color);
}
.custom-box[data-v-6c37eae2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.75rem 0;
}
.custom-box a[data-v-6c37eae2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20rem;
  -webkit-animation: myfirst-6c37eae2 1s infinite;
          animation: myfirst-6c37eae2 1s infinite;
  padding: 0.625rem 0.75rem;
  border-radius: 5rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, right top, from(var(--custom-button-color)), to(var(--custom-button-color1)));
  background: linear-gradient(to right, var(--custom-button-color), var(--custom-button-color1));
  -webkit-box-shadow: 0 0.25rem 0.125rem 0 var(--custom-box-color), 0 0.125rem 0.25rem 0 var(--custom-box-color1);
          box-shadow: 0 0.25rem 0.125rem 0 var(--custom-box-color), 0 0.125rem 0.25rem 0 var(--custom-box-color1);
}
.custom-box a .icon[data-v-6c37eae2] {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.75rem;
  display: inline-block;
}
.footer[data-v-6c37eae2] {
  color: var(--color2);
  padding: 0.75rem 1rem 1.25rem;
  font-size: 0.825rem;
}
.footer .site-url[data-v-6c37eae2] {
  text-align: center;
  padding-bottom: 1rem;
  font-size: 1rem;
}
.footer .site-url .link[data-v-6c37eae2] {
  color: var(--color);
  font-weight: 500;
  font-size: 1.25rem;
  -webkit-animation: blink-6c37eae2 0.8s infinite;
          animation: blink-6c37eae2 0.8s infinite;
}
.footer .short-url[data-v-6c37eae2] {
  padding: 0 1rem 0.75rem;
  font-size: 0.875rem;
}
.footer .short-url .link[data-v-6c37eae2] {
  color: var(--color);
}
.footer .site-help[data-v-6c37eae2] {
  text-align: center;
  color: #ffffff;
  line-height: 1.25rem;
  padding-top: 0.75rem;
  -webkit-animation: blink-6c37eae2 0.8s infinite;
          animation: blink-6c37eae2 0.8s infinite;
}
.is-animation[data-v-6c37eae2] {
  -webkit-animation: scroll-left-ac893d47 22s linear infinite;
          animation: scroll-left-ac893d47 22s linear infinite;
}
.notice-item[data-v-6c37eae2] {
  white-space: nowrap;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@-webkit-keyframes myfirst-6c37eae2 {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
}
to {
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
@keyframes myfirst-6c37eae2 {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
}
to {
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
@-webkit-keyframes blink-6c37eae2 {
0% {
    color: var(--color2);
    opacity: 1;
}
50% {
    color: var(--color);
    opacity: 0.8;
}
to {
    color: var(--color2);
    opacity: 1;
}
}
@keyframes blink-6c37eae2 {
0% {
    color: var(--color2);
    opacity: 1;
}
50% {
    color: var(--color);
    opacity: 0.8;
}
to {
    color: var(--color2);
    opacity: 1;
}
}
@-webkit-keyframes scroll-left-6c37eae2 {
0% {
    -webkit-transform: translate(0);
            transform: translate(0);
}
to {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
}
}
@keyframes scroll-left-6c37eae2 {
0% {
    -webkit-transform: translate(0);
            transform: translate(0);
}
to {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
}
}
.load-more[data-v-6c37eae2] {
  display: none;
  padding: 10px 0px;
  text-align: center;
  font-size: 12px;
  color: var(--button-color);
}
.banner-box[data-v-6c37eae2] {
  height: 12rem;
}
.banner-box .swiper[data-v-6c37eae2] {
  height: 100%;
  width: 100%;
}
.banner-box .swiper img[data-v-6c37eae2] {
  width: 100%;
  height: 100%;
}

/* 应用于当前视图的slide */
.swiper-slide-active[data-v-6c37eae2] {
  -webkit-transform: perspective(100px) scale(1) translateZ(0);
          transform: perspective(100px) scale(1) translateZ(0);
}
.swiper-pagination[data-v-6c37eae2] {
  left: 0;
  right: 0;
  bottom: -60px;
}
.swiper-pagination[data-v-6c37eae2] .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-right: 8px;
}
.swiper-pagination[data-v-6c37eae2] .swiper-pagination-bullet-active {
  background: var(--button-color);
}
@media only screen and (max-width: 430px) {
.banner-box[data-v-6c37eae2] {
    height: 12rem;
}
.banner-box .swiper[data-v-6c37eae2] {
    height: 100%;
    width: 100%;
}
.banner-box .swiper img[data-v-6c37eae2] {
    width: 100%;
    height: 100%;
}
}
@media only screen and (max-width: 375px) {
.banner-box[data-v-6c37eae2] {
    height: 10rem;
}
.banner-box .swiper[data-v-6c37eae2] {
    height: 100%;
    width: 100%;
}
.banner-box .swiper img[data-v-6c37eae2] {
    width: 100%;
    height: 100%;
}
.footer .short-url[data-v-6c37eae2] {
    padding: 0 0.5rem 0.75rem;
}
}
