@charset "UTF-8";
/* bannersvg */
@-webkit-keyframes bannerSvg {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes bannerSvg {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes bannerSvg {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes bannerSvg {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes aScale {
  from {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-moz-keyframes aScale {
  from {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  to {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}
@-o-keyframes aScale {
  from {
    -o-transform: scale(1.1);
       transform: scale(1.1);
  }
  to {
    -o-transform: scale(1);
       transform: scale(1);
  }
}
@keyframes aScale {
  from {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes ani-l {
  0% {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
  50% {
    -webkit-transform: translateX(70%);
            transform: translateX(70%);
  }
  100% {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}
@-moz-keyframes ani-l {
  0% {
    -moz-transform: translateX(-20%);
         transform: translateX(-20%);
  }
  50% {
    -moz-transform: translateX(70%);
         transform: translateX(70%);
  }
  100% {
    -moz-transform: translateX(-20%);
         transform: translateX(-20%);
  }
}
@-o-keyframes ani-l {
  0% {
    -o-transform: translateX(-20%);
       transform: translateX(-20%);
  }
  50% {
    -o-transform: translateX(70%);
       transform: translateX(70%);
  }
  100% {
    -o-transform: translateX(-20%);
       transform: translateX(-20%);
  }
}
@keyframes ani-l {
  0% {
    -webkit-transform: translateX(-20%);
       -moz-transform: translateX(-20%);
         -o-transform: translateX(-20%);
            transform: translateX(-20%);
  }
  50% {
    -webkit-transform: translateX(70%);
       -moz-transform: translateX(70%);
         -o-transform: translateX(70%);
            transform: translateX(70%);
  }
  100% {
    -webkit-transform: translateX(-20%);
       -moz-transform: translateX(-20%);
         -o-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}
@-webkit-keyframes ani-a {
  0% {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  50% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@-moz-keyframes ani-a {
  0% {
    -moz-transform: translateX(50%);
         transform: translateX(50%);
  }
  50% {
    -moz-transform: translateX(-50%);
         transform: translateX(-50%);
  }
  100% {
    -moz-transform: translateX(50%);
         transform: translateX(50%);
  }
}
@-o-keyframes ani-a {
  0% {
    -o-transform: translateX(50%);
       transform: translateX(50%);
  }
  50% {
    -o-transform: translateX(-50%);
       transform: translateX(-50%);
  }
  100% {
    -o-transform: translateX(50%);
       transform: translateX(50%);
  }
}
@keyframes ani-a {
  0% {
    -webkit-transform: translateX(50%);
       -moz-transform: translateX(50%);
         -o-transform: translateX(50%);
            transform: translateX(50%);
  }
  50% {
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(50%);
       -moz-transform: translateX(50%);
         -o-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@-webkit-keyframes ani-w {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-moz-keyframes ani-w {
  0% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  50% {
    -moz-transform: translateX(-100%);
         transform: translateX(-100%);
  }
  100% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
}
@-o-keyframes ani-w {
  0% {
    -o-transform: translateX(0);
       transform: translateX(0);
  }
  50% {
    -o-transform: translateX(-100%);
       transform: translateX(-100%);
  }
  100% {
    -o-transform: translateX(0);
       transform: translateX(0);
  }
}
@keyframes ani-w {
  0% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}
.headerWrap {
  height: inherit;
  position: relative;
  z-index: 2;
  margin: 0 60px;
}

#header {
  top: max(-100px, -1.34rem);
  left: 0;
  color: #fff;
  width: 100%;
  z-index: 55;
  height: max(100px, 1.34rem);
  position: fixed;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#header.on, #header:hover {
  height: 100px;
  top: -100px;
  color: #231815;
}
#header.on:hover, #header:hover {
  height: 100px;
}
#header.on::before, #header:hover::before {
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#header.on .logo .pic, #header:hover .logo .pic {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#header.on .logo .white, #header:hover .logo .white {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#header.on .tel, #header:hover .tel {
  color: #231815;
}
#header.on #nav .navItem::after, #header:hover #nav .navItem::after {
  background: -webkit-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -webkit-linear-gradient(#eacc86, #eacc86);
  background: -moz-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -moz-linear-gradient(#eacc86, #eacc86);
  background: -o-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -o-linear-gradient(#eacc86, #eacc86);
  background: linear-gradient(175deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), linear-gradient(#eacc86, #eacc86);
}
#header.on #nav .navItem .one a, #header:hover #nav .navItem .one a {
  color: #231815;
}
#header.on .searchIcon, #header:hover .searchIcon {
  color: #231815;
}
#header.up {
  top: 0;
}
#header:hover {
  height: max(100px, 1.34rem);
}
#header:hover .logo {
  width: max(180px, 2.54rem);
  height: max(41px, 0.58rem);
}
#header .tel {
  color: #fff;
}
#header .languageBox {
  position: relative;
  height: inherit;
}
#header .languageBox .jt {
  font-size: 12px;
}
#header .languageBox .icon {
  margin: 0 7px 0 0;
}
#header .languageBox:hover .hideBox {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#header .languageBox .hideBox {
  opacity: 0;
  visibility: hidden;
  width: 120px;
  top: -webkit-calc(50% + 40px);
  top: -moz-calc(50% + 40px);
  top: calc(50% + 40px);
  left: 50%;
  position: absolute;
  background: #fff;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 10px 0;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#header .languageBox .hideBox a {
  display: block;
  text-align: center;
  line-height: 40px;
  color: #333;
}
#header .languageBox .hideBox a:hover {
  background: #b2853d;
  color: #fff;
}
#header .languageBox .hideBox::after {
  content: "";
  left: 50%;
  bottom: 100%;
  position: absolute;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
#header::before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  content: "";
  background: #fff;
  position: absolute;
  opacity: 0;
}
#header .logo {
  width: max(180px, 2.54rem);
  height: max(41px, 0.58rem);
  position: relative;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#header .logo img {
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
}
#header .logo .pic {
  opacity: 0;
  visibility: hidden;
}
#header .right {
  height: inherit;
  gap: 30px;
}
#header .searchIcon {
  color: #fff;
  font-size: 24px;
}
#header .navBtn {
  width: 22px;
  height: 16px;
  z-index: 5;
  position: relative;
  cursor: pointer;
  display: none;
}
#header .navBtn span {
  width: 100%;
  height: 2px;
  background: #231815;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
  border-radius: 2px;
}
#header .navBtn span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
#header .navBtn span:nth-child(3) {
  top: auto;
  bottom: 0;
}
#header .navBtn.active span:nth-child(2) {
  -webkit-transform: translate(10px, -50%);
     -moz-transform: translate(10px, -50%);
      -ms-transform: translate(10px, -50%);
       -o-transform: translate(10px, -50%);
          transform: translate(10px, -50%);
  opacity: 0;
  visibility: hidden;
}
#header .navBtn.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
     -moz-transform: rotate(45deg) translate(5px, 5px);
      -ms-transform: rotate(45deg) translate(5px, 5px);
       -o-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px);
}
#header .navBtn.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
     -moz-transform: rotate(-45deg) translate(5px, -5px);
      -ms-transform: rotate(-45deg) translate(5px, -5px);
       -o-transform: rotate(-45deg) translate(5px, -5px);
          transform: rotate(-45deg) translate(5px, -5px);
}
#header #nav {
  height: inherit;
  font-size: max(16px, 0.2rem);
}
#header #nav .navList {
  height: inherit;
}
#header #nav .navItem {
  height: inherit;
  padding: 0 max(5px, 0.33rem);
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header #nav .navItem .one {
  position: relative;
}
#header #nav .navItem .one a {
  color: #fff;
}
#header #nav .navItem .one .iconfont {
  right: 0;
  top: 50%;
  display: none;
  position: absolute;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
#header #nav .navItem::after {
  width: 26px;
  height: 4px;
  left: 50%;
  bottom: 0;
  content: "";
  opacity: 0;
  background: #fff;
  position: absolute;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
#header #nav .navItem.active::after {
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#header #nav .navItem:hover .one a {
  color: #333;
}
#header #nav .navItem:hover .twoNav {
  top: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
#header #nav .navItem:hover::after {
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#header #nav .navItem .twoNav {
  width: 200px;
  top: 100%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: #fff;
  text-align: center;
  padding: max(10px, 0.2rem) 0;
  font-size: max(14px, 0.16rem);
  border-radius: 0 0 10px 10px;
  -webkit-transform: translate(-50%, 20px);
     -moz-transform: translate(-50%, 20px);
      -ms-transform: translate(-50%, 20px);
       -o-transform: translate(-50%, 20px);
          transform: translate(-50%, 20px);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
}
#header #nav .navItem .twoNav a {
  color: #333;
  position: relative;
  display: block;
  line-height: 40px;
}
#header #nav .navItem .twoNav a:hover {
  background: #b2853d;
  color: #fff;
}
@media screen and (max-width: 1279px) {
  #header #nav .navItem {
    padding: 0 7px;
  }
}
@media screen and (max-width: 1024px) {
  #header {
    color: #333;
    height: 60px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
  #header.up {
    height: 60px;
  }
  #header.up:hover {
    height: 60px;
  }
  #header.up .logo {
    width: 150px;
    height: 34px;
  }
  #header .searchIcon {
    font-size: 22px;
  }
  #header .tel {
    color: #333;
  }
  #header.on, #header:hover {
    height: 60px;
  }
  #header.on .logo, #header:hover .logo {
    width: 150px;
    height: 34px;
  }
  #header .wrap {
    position: static;
  }
  #header .logo {
    z-index: 5;
    width: 150px;
    height: 34px;
  }
  #header .logo .white {
    display: none;
  }
  #header .logo .pic {
    opacity: 1;
    visibility: visible;
  }
  #header .searchIcon {
    color: #333;
  }
  #header .navBtn {
    display: block;
  }
  #header .navBtn span {
    background: #333;
  }
  #header::before, #header::after {
    display: none;
  }
  #header:hover {
    height: 60px;
  }
  #header #nav {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
    height: 100%;
    position: fixed;
    background: #fff;
  }
  #header #nav .navItem {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    line-height: 40px;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-bottom: 1px solid #dee2e6;
  }
  #header #nav .navItem .one {
    position: relative;
  }
  #header #nav .navItem .one a {
    color: #333;
    display: block;
  }
  #header #nav .navItem .one .iconfont {
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: right;
  }
  #header #nav .navItem .twoNav {
    position: static;
    opacity: 1;
    text-align: left;
    visibility: visible;
    box-shadow: none;
    width: 100%;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    padding: 0;
    line-height: 40px;
    display: none;
  }
  #header #nav .navItem .twoNavItem a {
    padding: 0 20px;
  }
  #header #nav .navItem::after {
    display: none;
  }
  #header #nav .navItem:hover .twoNav {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
  #header .navList {
    height: auto;
    padding: 60px 60px 0;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #header .languageBox {
    cursor: pointer;
  }
  #header .languageBox .hideBox {
    top: -webkit-calc(50% + 20px);
    top: -moz-calc(50% + 20px);
    top: calc(50% + 20px);
  }
  #header .languageBox .hideBox.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  #header .right {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  #header .headerWrap {
    margin: 0 30px;
  }
  #header .tel {
    display: none;
  }
  #header .navList {
    padding-left: 30px;
    padding-right: 30px;
  }
  #header .languageBox .showBox em,
  #header .languageBox .showBox .jt {
    display: none;
  }
  #header .languageBox .showBox .icon {
    font-size: 20px;
    margin: 0;
  }
}
@media screen and (max-width: 479px) {
  #header .logo {
    width: 110px;
    height: 25px;
  }
  #header .right {
    gap: 12px;
  }
}

.kongBox {
  height: max(80px, 1rem);
}

.comSearch {
  width: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 55;
  height: max(80px, 1rem);
  position: fixed;
  background: #fff;
}
.comSearch.on, .comSearch#header:hover {
  height: 80px;
}
.comSearch.on .logo, .comSearch#header:hover .logo {
  width: 150px;
  height: 38px;
}
.comSearch .headerWrap {
  height: inherit;
  position: relative;
}
.comSearch .logo {
  width: max(180px, 2.54rem);
  height: max(41px, 0.58rem);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.comSearch .logo img {
  display: block;
  width: 100%;
}
.comSearch .searchCon {
  height: inherit;
  color: #333;
  position: relative;
  width: -webkit-calc(100% - max(180px, 2.54rem) - 30px);
  width: -moz-calc(100% - max(180px, 2.54rem) - 30px);
  width: calc(100% - max(180px, 2.54rem) - 30px);
}
.comSearch .searchCon .form {
  height: inherit;
}
.comSearch .searchCon .form button {
  display: none;
}
.comSearch .searchCon .icon {
  margin: 0 30px 0 0;
  padding: 0 30px 0 0;
  font-size: 24px;
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.comSearch .searchCon .icon::after {
  width: 1px;
  height: 30px;
  top: 50%;
  right: 0;
  content: "";
  position: absolute;
  background: #dee2e6;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.comSearch .searchCon .sr {
  height: inherit;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  font-size: max(14px, 0.2rem);
}
.comSearch .closeBtn {
  right: 0;
  top: 50%;
  font-size: 24px;
  color: #b2853d;
  position: absolute;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.comSearch .keywordList {
  width: 100%;
  left: 0;
  top: 100%;
  position: absolute;
  background: #f5f5f5;
  padding: max(20px, 0.5rem) 0;
}
.comSearch .keywordList .list {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  color: #999;
  font-size: max(14px, 0.24rem);
}
.comSearch .keywordList .list .name {
  font-size: max(14px, 0.18rem);
  color: #333;
  padding: 0 0 max(10px, 0.2rem);
}
.comSearch .keywordList .list .item {
  line-height: max(30px, 0.4rem);
  padding: 0 20px;
  border-radius: 3px;
}
.comSearch .keywordList .list .item:hover {
  background: #fff;
}
.comSearch .keywordList .list .item .iconfont {
  font-size: max(12px, 0.2rem);
}
.comSearch .keywordList .list a {
  padding: 0.2rem 0;
  color: #999;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1279px) {
  .comSearch .searchCon {
    width: -webkit-calc(100% - max(120px, 2.15rem) - 80px);
    width: -moz-calc(100% - max(120px, 2.15rem) - 80px);
    width: calc(100% - max(120px, 2.15rem) - 80px);
  }
}
@media screen and (max-width: 1024px) {
  .comSearch {
    height: 60px;
  }
  .comSearch .logo {
    width: 150px;
    height: 34px;
  }
  .comSearch .searchCon {
    top: -webkit-calc(100% + 20px);
    top: -moz-calc(100% + 20px);
    top: calc(100% + 20px);
    z-index: 1;
    width: 700px;
    margin: 0 auto;
    max-width: 100%;
    left: 50%;
    position: absolute;
    background: #fff;
    padding: 0 30px;
    border-radius: 5px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .comSearch .searchCon .icon {
    display: none;
  }
  .comSearch .searchCon .form button {
    position: absolute;
    display: block;
    height: 100%;
    background: none;
    border: 0 none;
    width: 60px;
    font-size: 22px;
    right: 0;
    text-align: center;
  }
  .comSearch .keywordList {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .comSearch .headerWrap {
    margin: 0 30px;
  }
}
@media screen and (max-width: 559px) {
  .comSearch .searchCon {
    padding-left: 15px;
    height: 50px;
  }
}

#footer {
  background: #f2f3f4;
  -o-background-size: cover;
     background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/footerBg.jpg");
  background-attachment: scroll;
}
#footer .info {
  padding: max(30px, 0.5rem) 0 max(25px, 0.45rem);
}
#footer .info .botLogo {
  width: max(180px, 2.64rem);
  height: max(41px, 0.6rem);
}
#footer .info .linkBox {
  font-size: max(14px, 0.22rem);
  -webkit-column-gap: max(10px, 0.35rem);
     -moz-column-gap: max(10px, 0.35rem);
          column-gap: max(10px, 0.35rem);
  padding-top: max(15px, 0.36rem);
}
#footer .info .linkBox .link {
  color: #fff;
  margin: 0 max(20px, 0.5rem) 0 0;
}
#footer .info .linkBox .link:last-child {
  margin-right: 0;
}
#footer .info .fotEwm {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
}
#footer .info .fotEwm .pic {
  width: max(120px, 1.6rem);
  height: max(120px, 1.6rem);
  overflow: hidden;
  margin: 0 0 15px;
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
#footer .copyContent {
  line-height: 2;
  color: #fff;
  font-size: max(14px, 0.18rem);
  padding: max(15px, 0.32rem) 0;
  border-top: 1px solid #e2e3e4;
}
#footer .copyContent a {
  color: #fff;
  position: relative;
}
#footer .copyContent a::after {
  left: 0;
  bottom: -1px;
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
}
#footer .copyContent a:hover {
  color: #fff;
}
#footer .copyContent a:hover::after {
  width: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#footer .copyContent .copyLink {
  display: grid;
  grid: auto/auto auto auto;
  grid-gap: max(10px, 0.3rem);
}
#footer .copyContent p a {
  margin: 0 0 0 max(20px, 0.5rem);
}
@media screen and (max-width: 959px) {
  #footer .copyContent {
    text-align: center;
    line-height: 1.4;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #footer .copyContent p {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer .copyContent p a {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  #footer .info {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #footer .info .left {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer .info .linkBox {
    padding: 15px 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    line-height: 1.4;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer .info .linkBox .link {
    margin: 0;
  }
}

@font-face {
  font-family: "iconfont";
  src: url("../font/iconfont.woff2?t=1710991567677") format("woff2"), url("../font/iconfont.woff?t=1710991567677") format("woff"), url("../font/iconfont.ttf?t=1710991567677") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 100px;
}
@media screen and (max-width: 1919px) {
  html {
    font-size: 90px;
  }
}
@media screen and (max-width: 1679px) {
  html {
    font-size: 80px;
  }
}
@media screen and (max-width: 1439px) {
  html {
    font-size: 70px;
  }
}
@media screen and (max-width: 1365px) {
  html {
    font-size: 60px;
  }
}
@media screen and (max-width: 1279px) {
  html {
    font-size: 50px;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 45px;
  }
}
@media screen and (max-width: 959px) {
  html {
    font-size: 40x;
  }
}

body {
  font-size: 14px;
  font-family: "HarmonyOS Sans SC", "Source Han Sans CN", "思源黑体", " Microsoft Yahei", "微软雅黑", "Arial Regular", "Arial";
}

a {
  color: #999;
}
a:hover {
  color: #333;
}

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.bannerSwiper {
  overflow: hidden;
}
.bannerSwiper img {
  width: 100%;
  display: block;
  -webkit-transform: rotate(1.1);
     -moz-transform: rotate(1.1);
      -ms-transform: rotate(1.1);
       -o-transform: rotate(1.1);
          transform: rotate(1.1);
}

.bannerPagina {
  position: absolute;
  bottom: 3.75rem;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
  z-index: 2;
}
.bannerPagina span {
  /* @include inline-top; */
  position: relative;
  /* margin-left: 1rem; */
  margin: 0 15px;
  cursor: pointer;
  display: inline-block;
  width: 30px !important;
  height: 30px !important;
}
.bannerPagina span:nth-of-type(1) {
  margin-left: 0;
}
.bannerPagina span::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  opacity: 0;
}
.bannerPagina span::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -4px;
}
.bannerPagina span svg {
  fill: none;
  stroke: #fff;
  stroke-width: 1px;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.bannerPagina span.active::before {
  opacity: 1;
}
.bannerPagina span.active svg {
  -webkit-animation: bannerSvg 3s linear forwards;
     -moz-animation: bannerSvg 3s linear forwards;
       -o-animation: bannerSvg 3s linear forwards;
          animation: bannerSvg 3s linear forwards;
}

.bannerPaginaLine {
  left: 0;
  z-index: 5;
  position: absolute;
  bottom: max(30px, 0.6rem) !important;
}
.bannerPaginaLine span {
  height: 2px;
  position: relative;
  width: max(30px, 0.6rem);
  margin: 0 max(5px, 0.15rem);
  background: rgba(255, 255, 255, 0.3);
}
.bannerPaginaLine span::after {
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background: #fff;
  position: absolute;
}
.bannerPaginaLine span.active::after {
  width: 100%;
  -webkit-transition: all 3s linear;
  -o-transition: all 3s linear;
  -moz-transition: all 3s linear;
  transition: all 3s linear;
}

.louver {
  width: 100%;
  height: 30vw;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.louver .louverItem {
  width: 15%;
  height: 100%;
  background: pink;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.louver .louverItem.active {
  width: 54%;
}

.flex {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-center {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-wrap {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex-bet {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-center-cen {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-center-bet {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-col {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-col-center {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-col-centers {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-col-bet {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-col-center-cen {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrap {
  width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1679px) {
  .wrap {
    width: 1200px;
  }
}
@media screen and (max-width: 1365px) {
  .wrap {
    width: 1100px;
  }
}
@media screen and (max-width: 1279px) {
  .wrap {
    width: 900px;
  }
}
@media screen and (max-width: 1024px) {
  .wrap {
    width: auto;
    margin: 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .wrap {
    margin: 0 30px;
  }
}

.bigWrap {
  width: 100%;
  padding: 0 max(60px, 1.6rem);
}
@media screen and (max-width: 1024px) {
  .bigWrap {
    width: auto;
    padding: 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .bigWrap {
    padding: 0 30px;
  }
}

.totop {
  width: 0.9rem;
  height: 0.9rem;
  position: fixed;
  right: 0.6rem;
  bottom: 0.6rem;
  background: #b2853d url("../images/totop.svg") center center no-repeat;
  -o-background-size: auto 12px;
     background-size: auto 12px;
  border-radius: 50%;
  z-index: 20;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.totop svg {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  fill: none;
  stroke: #fff;
  stroke-width: 1px;
  stroke-dasharray: 268;
  stroke-dashoffset: 268;
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.totop.active {
  opacity: 1;
  visibility: visible;
}

.padTB120 {
  padding: max(60px, 1.2rem) 0;
}

.comPlacePad {
  padding: max(60px, 1.5rem) 0 max(60px, 1.45rem);
}

.height168 {
  height: max(80px, 1.68rem);
}
@media screen and (max-width: 767px) {
  .height168 {
    height: 60px;
  }
}

.img100 {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.bigTitle {
  font-size: max(20px, 0.48rem);
}
.bigTitle.blod {
  font-family: "HarmonyOSBold";
}
@media screen and (max-width: 479px) {
  .bigTitle {
    font-size: 20px;
  }
}

.title46 {
  font-size: max(18px, 0.46rem);
}
.title46.bold {
  font-weight: bold;
}
.title46.botLine {
  position: relative;
  padding: 0 0 max(15px, 0.3rem);
}
.title46.botLine::after {
  width: 40px;
  height: 3px;
  left: 0;
  bottom: 0;
  content: "";
  position: absolute;
  background: #333;
}
.title46.center {
  text-align: center;
}
.title46.center::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.bigSubTitle {
  font-size: max(14px, 0.24rem);
}

.font42 {
  font-size: max(20px, 0.42rem);
}

.hoverBtn {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hoverBtn:hover {
  background: -webkit-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -webkit-linear-gradient(#eacc86, #eacc86) !important;
  background: -moz-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -moz-linear-gradient(#eacc86, #eacc86) !important;
  background: -o-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -o-linear-gradient(#eacc86, #eacc86) !important;
  background: linear-gradient(175deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), linear-gradient(#eacc86, #eacc86) !important;
  border-color: transparent !important;
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
  box-shadow: 0 0 20px rgba(178, 133, 61, 0.5);
}

.comLineBtn {
  color: #333;
  position: relative;
  width: max(140px, 1.7rem);
  height: max(40px, 0.5rem);
  font-size: max(14px, 0.16rem);
  border-radius: 3px;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.comLineBtn .iconfont {
  font-size: 14px;
  margin: 0 0 0 13px;
}
.comLineBtn:hover {
  background: #b2853d;
  border-color: #b2853d;
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
}
@media screen and (max-width: 767px) {
  .comLineBtn {
    width: 120px;
    height: 34px;
  }
}

.paging {
  gap: 7px;
  padding-top: max(30px, 0.8rem);
}
.paging .pagingItem {
  color: #333;
  width: max(30px, 0.5rem);
  height: max(30px, 0.5rem);
  font-size: max(14px, 0.16rem);
  border: 1px solid #dee2e6;
  border-radius: 50%;
}
.paging .pagingItem:hover, .paging .pagingItem.active {
  color: #fff;
  background: #b2853d;
  border-color: #b2853d;
}
.paging .pagingItem.head, .paging .pagingItem.tail {
  font-size: 12px;
}
@media screen and (max-width: 559px) {
  .paging .pagingItem {
    width: 32px;
    height: 32px;
  }
}

.comShare {
  right: max(10px, 0.6rem);
  right: -webkit-calc(0.6rem + (0.9rem - max(46px, 0.72rem)) / 2);
  right: -moz-calc(0.6rem + (0.9rem - max(46px, 0.72rem)) / 2);
  right: calc(0.6rem + (0.9rem - max(46px, 0.72rem)) / 2);
  top: 50%;
  position: fixed;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: max(3px, 0.06rem);
  background: #f8f8f8;
}
.comShare a {
  width: max(40px, 0.6rem);
  height: max(40px, 0.6rem);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 max(5px, 0.1rem);
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: max(3px, 0.05rem);
  position: relative;
  color: #333;
}
.comShare a:hover {
  color: #333;
}
.comShare a::after {
  width: 90%;
  left: 50%;
  bottom: max(-5px, -0.1rem);
  content: "";
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  border-bottom: 1px solid #dee2e6;
}
.comShare a:hover {
  background: #b2853d;
}
.comShare a:last-child {
  margin: 0;
}
.comShare a:last-child::after {
  display: none;
}

.weixin-prop {
  width: 3rem;
  height: auto;
  padding-bottom: 0.2rem;
  border: 1px #ddd solid;
  background: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2345667;
}

.weixin-close {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 10px;
  top: 10px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  color: #333;
  cursor: pointer;
}

.weixin-img {
  width: 1.92rem;
  margin: max(40px, 0.6rem) auto 0;
}

.weixin-img canvas {
  width: 1.92rem;
  height: 1.92rem;
}

.weixin-prop p {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  text-align: center;
  color: #222;
  margin-top: 0.16rem;
}

.linkLine {
  position: relative;
}
.linkLine::after {
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  content: "";
  position: absolute;
  background: #fff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.linkLine:hover {
  color: #fff !important;
}
.linkLine:hover::after {
  width: 100%;
}

.comPage {
  gap: 4px;
  font-size: 12px;
  padding: max(30px, 0.6rem) 0 0;
}
.comPage .pagination {
  gap: 4px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.comPage a,
.comPage span {
  width: max(30px, 0.38rem);
  height: max(30px, 0.38rem);
  color: #333;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
}
.comPage li {
  border: 1px solid #dee2e6;
  border-radius: 50%;
}
.comPage li:hover, .comPage li.active {
  border-color: transparent;
}
.comPage li:hover a, .comPage li.active a {
  color: #fff;
  background: -webkit-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -webkit-linear-gradient(#eacc86, #eacc86);
  background: -moz-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -moz-linear-gradient(#eacc86, #eacc86);
  background: -o-linear-gradient(275deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), -o-linear-gradient(#eacc86, #eacc86);
  background: linear-gradient(175deg, #f5e095 0%, #f0c377 50%, #a46f13 100%), linear-gradient(#eacc86, #eacc86);
}
.comPage li:last-child a, .comPage li:nth-child(1) a {
  color: #666;
}
.comPage li:last-child:hover a, .comPage li:nth-child(1):hover a {
  color: #fff;
}
@media only screen and (max-width: 479px) {
  .comPage {
    gap: 3px;
  }
}

.comSwiperBtn {
  width: max(34px, 0.46rem);
  height: max(34px, 0.46rem);
  border: solid 1px #000000;
  color: #000;
  font-size: 26px;
  opacity: 0.5;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.comSwiperBtn:hover {
  opacity: 1;
}

/* 适配1920 */
/* // 适配1680 */
/* // 适配1440 */
/* // 适配1366 */
/* // 适配1280 */
/* // 适配1025 */
/* 以下属于移动端设备 */
/* // 适配1024 */
/* // 适配960 */
/* // 适配768 */
/* // 适配480 */
/* // 适配320 *//*# sourceMappingURL=common.css.map */