@charset "UTF-8";
@keyframes puff-in-center {
  0% {
    transform: scale(2);
    filter: blur(4px);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    filter: blur(0px);
    opacity: 1;
  }
}

@keyframes kenburns-top {
  0% {
    transform: scale(1) translateY(0);
    transform-origin: 50% 16%;
  }
  100% {
    transform: scale(1.15) translateY(-100px);
    transform-origin: top;
  }
}

@keyframes sound-wave {
  0% {
    transform-origin: right center;
    transform: scaleX(var(--sx));
  }
  50% {
    transform-origin: right center;
    transform: scaleX(0);
  }
  100% {
    transform-origin: right center;
    transform: scaleX(var(--sx));
  }
}

@keyframes shake-vertical {
  0%,
  100% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(var(--ey));
  }
  75% {
    transform: translateY(var(--sy));
  }
}

@keyframes shake-horizontal {
  0%,
  100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(var(--ey));
  }
  75% {
    transform: translateX(var(--sy));
  }
}

@keyframes slide-top {
  0% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes pao {
  0% {
    transform: translate(200%, -150%) rotate(360deg) scale(0.4, 0.4);
    opacity: 1;
  }
  50% {
    transform: translate(0%, -350%) rotate(360deg) scale(0.8, 0.8);
    opacity: .5;
  }
  100% {
    transform: translate(-200%, -500%) rotate(360deg) scale(1, 1);
    opacity: 0;
  }
}

@keyframes pao2 {
  0% {
    transform: translate(-200%, 0px) rotate(360deg) scale(1, 1);
    opacity: 1;
  }
  50% {
    transform: translate(250%, -250%) rotate(360deg) scale(0.8, 0.8);
    opacity: .5;
  }
  100% {
    transform: translate(100%, -500%) rotate(360deg) scale(0.4, 0.4);
    opacity: 0;
  }
}

@keyframes pao3 {
  0% {
    transform: translate(0%, 0px) rotate(360deg) scale(1, 1);
    opacity: 1;
  }
  50% {
    transform: translate(-250%, -250%) rotate(360deg) scale(0.8, 0.8);
    opacity: .5;
  }
  100% {
    transform: translate(-300%, -500%) rotate(360deg) scale(0.4, 0.4);
    opacity: 0;
  }
}

@keyframes pao4 {
  0% {
    transform: translate(400%, 0px) rotate(360deg) scale(1, 1);
    opacity: 1;
  }
  50% {
    transform: translate(400%, -250%) rotate(360deg) scale(0.8, 0.8);
    opacity: .5;
  }
  100% {
    transform: translate(-100%, -500%) rotate(360deg) scale(0.4, 0.4);
    opacity: 0;
  }
}

@keyframes pao5 {
  0% {
    transform: translate(-400%, 0px) rotate(360deg) scale(0.1, 0.1);
    opacity: 1;
  }
  50% {
    transform: translate(-400%, -250%) rotate(360deg) scale(0.6, 0.6);
    opacity: .5;
  }
  100% {
    transform: translate(0%, -500%) rotate(360deg) scale(1, 1);
    opacity: 0;
  }
}

@keyframes scalej01 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}

@keyframes scalej02 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

@keyframes scalej03 {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes title_line {
  0% {
    width: var(--ew);
  }
  100% {
    width: var(--sw);
  }
}

@keyframes title_line_move {
  0% {
    left: var(--el);
  }
  100% {
    left: var(--sl);
  }
}

.wow {
  visibility: hidden;
}

.head {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.head .pc {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  padding: 0 6.25vw;
  transition: all .5s;
}

.head .pc .logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.head .pc .logo img {
  filter: grayscale(100%) brightness(5) contrast(5);
}

.head .pc .logo p {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 1.41vw;
  color: #fff;
}

.head .pc .logo b {
  font-size: 24px;
  line-height: 30px;
}

.head .pc .logo span {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: -4px;
  margin-top: 2px;
}

.head .pc .menu {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.head .pc .menu .link-1st {
  height: 100%;
  max-width: 126px;
  padding: 0 1.43vw;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}

.head .pc .menu .link-1st .item-1st {
  display: inline-flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
}

.head .pc .menu .link-1st .item-1st span {
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  transition: all .5s;
}

.head .pc .menu .link-1st .item-1st::after {
  content: attr(data-text);
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  color: #42c0bf;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all .5s;
}

.head .pc .menu .link-1st .menu-2rd {
  width: 100%;
  height: 382px;
  box-sizing: border-box;
  padding-top: 12px;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
}

.head .pc .menu .link-1st .menu-2rd li a {
  line-height: 40px;
  color: #666;
  white-space: nowrap;
}

.head .pc .menu .link-1st .menu-2rd li a:hover, .head .pc .menu .link-1st .menu-2rd li a.act {
  color: #42c0bf;
}

.head .pc .menu .link-1st .menu-2rd.show {
  display: flex;
}

.head .pc .menu .link-1st .menu-2rd::after {
  content: '';
  width: 100%;
  height: 382px;
  position: fixed;
  top: 86px;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: -1;
  opacity: 0;
}

.head .pc .menu .link-1st::before {
  content: '';
  width: calc(100% - 2.86vw);
  height: 2px;
  background: #42c0bf;
  position: absolute;
  bottom: -1px;
  left: 1.43vw;
  transform: scaleX(0);
  transition: all .5s;
}

.head .pc .menu .link-1st.act .item-1st span, .head .pc .menu .link-1st:hover .item-1st span {
  opacity: 0;
}

.head .pc .menu .link-1st.act .item-1st::after, .head .pc .menu .link-1st:hover .item-1st::after {
  opacity: 1;
}

.head .pc .menu .link-1st.act::before, .head .pc .menu .link-1st:hover::before {
  transform: scaleX(1);
}

.head .pc .menu .link-1st.act .menu-2rd.show::after, .head .pc .menu .link-1st:hover .menu-2rd.show::after {
  opacity: 1;
}

.head .pc .menu .link-1st:last-child {
  margin-right: -1.43vw;
}

.head .pc.white, .head .pc.fixed-white {
  height: 86px;
  background: #fff;
  box-shadow: 0px 0px 30px 0px #e1f0f4;
}

.head .pc.white .logo img, .head .pc.fixed-white .logo img {
  filter: none;
}

.head .pc.white .logo p, .head .pc.fixed-white .logo p {
  color: #333;
}

.head .pc.white .menu .link-1st .item-1st span, .head .pc.fixed-white .menu .link-1st .item-1st span {
  color: #333;
}

.head .pc.white .menu .link-1st.act .item-1st span, .head .pc.white .menu .link-1st:hover .item-1st span, .head .pc.fixed-white .menu .link-1st.act .item-1st span, .head .pc.fixed-white .menu .link-1st:hover .item-1st span {
  opacity: 0;
}

.head .pc.white .menu .link-1st.act .item-1st::after, .head .pc.white .menu .link-1st:hover .item-1st::after, .head .pc.fixed-white .menu .link-1st.act .item-1st::after, .head .pc.fixed-white .menu .link-1st:hover .item-1st::after {
  opacity: 1;
}

.head .pc.white .menu .link-1st.act::before, .head .pc.white .menu .link-1st:hover::before, .head .pc.fixed-white .menu .link-1st.act::before, .head .pc.fixed-white .menu .link-1st:hover::before {
  transform: scaleX(1);
}

.head .wap {
  display: none;
  height: 11.6vw;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 4vw;
  transition: all .5s;
}

.head .wap .logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.head .wap .logo img {
  width: 54.25vw;
  filter: grayscale(100%) brightness(5) contrast(5);
}

.head .wap .logo p {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 3.6vw;
  color: #fff;
}

.head .wap .logo b {
  font-size: 3.2vw;
  line-height: 4vw;
}

.head .wap .logo span {
  font-size: 2.67vw;
  line-height: 3.6vw;
}

.head .wap .menu-icon {
  width: 5.07vw;
  height: 3.47vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-shrink: 0;
  margin-left: 5.47vw;
  position: relative;
}

.head .wap .menu-icon i {
  display: inline-block;
  width: 5.07vw;
  height: 0.4vw;
  border-radius: .2vw;
  background: #fff;
  flex-shrink: 0;
  transition: all 0.5s;
  animation-play-state: running;
}

.head .wap .menu-icon i + i {
  margin-top: 1.07vw;
}

.head .wap .menu-icon i:nth-child(1) {
  --sx: 1;
  animation: sound-wave 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s infinite alternate;
}

.head .wap .menu-icon i:nth-child(2) {
  --sx: 0.6;
  animation: sound-wave 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s infinite alternate;
}

.head .wap .menu-icon i:nth-child(3) {
  --sx: 0.8;
  animation: sound-wave 0.9s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s infinite alternate;
}

.head .wap .menu-icon::before, .head .wap .menu-icon::after {
  content: '';
  width: 5.57vw;
  height: 0.4vw;
  border-radius: .2vw;
  background: #fff;
  position: absolute;
  transition: all 0.5s;
  opacity: 0;
}

.head .wap .menu-icon::before {
  top: 1.4vw;
  left: 0;
}

.head .wap .menu-icon::after {
  top: 3.53vw;
  left: 0;
}

.head .wap .menu-icon.open i {
  background: transparent !important;
  animation-play-state: paused;
}

.head .wap .menu-icon.open::before, .head .wap .menu-icon.open::after {
  top: 47%;
  opacity: 1;
  background: #247fc9;
}

.head .wap .menu-icon.open::before {
  transform: rotate(45deg);
}

.head .wap .menu-icon.open::after {
  transform: rotate(-45deg);
}

.head .wap .wap-menu {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 100vw;
  z-index: -1;
  background: #fff;
  transition: all .5s;
  transform: translateX(0);
  box-sizing: border-box;
  padding: 13.2vw 4vw 1.6vw;
}

.head .wap .wap-menu .fir-links {
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}

.head .wap .wap-menu .fir-links .item-1st {
  width: 100%;
  min-height: 15.33vw;
  box-sizing: border-box;
  border-bottom: 0.27vw solid #ededed;
}

.head .wap .wap-menu .fir-links .item-1st .link-1st {
  width: 100%;
  min-height: 15.33vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 4.27vw;
  color: #247fc9;
  font-weight: bold;
  position: relative;
  box-sizing: border-box;
  padding-left: 3.2vw;
}

.head .wap .wap-menu .fir-links .item-1st .link-1st font {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.47vw;
  height: 3.47vw;
  font-size: 2.27vw;
  color: #247fc9;
  transition: all .3s;
  transform: rotate(-90deg);
}

.head .wap .wap-menu .fir-links .item-1st .link-1st::before {
  content: '';
  width: 1.07vw;
  height: 4.4vw;
  border-radius: 0.53vw;
  background: #247fc9;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2.2vw;
}

.head .wap .wap-menu .fir-links .item-1st .link-1st::after {
  content: '';
  width: 1.07vw;
  height: 2.53vw;
  border-radius: 0.53vw;
  background: #35cbc0;
  position: absolute;
  top: 50%;
  left: 0;
}

.head .wap .wap-menu .fir-links .item-1st .menu-2rd-box {
  margin-top: -2.4vw;
  width: 100%;
  height: 0;
  overflow: hidden;
  transform-origin: top center;
  transition: all .5s;
}

.head .wap .wap-menu .fir-links .item-1st .menu-2rd {
  box-sizing: border-box;
  padding: 0 1.2vw 3.2vw 3.47vw;
}

.head .wap .wap-menu .fir-links .item-1st .menu-2rd .item-2rd {
  height: 8vw;
}

.head .wap .wap-menu .fir-links .item-1st .menu-2rd .item-2rd .link-2rd {
  font-size: 3.47vw;
  line-height: 8vw;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.head .wap .wap-menu .fir-links .item-1st .menu-2rd .item-2rd .link-2rd font {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.13vw;
  height: 2.13vw;
  font-size: 1.33vw;
  color: #666;
  transform: rotate(-90deg);
}

.head .wap .wap-menu .fir-links .item-1st.open .link-1st font {
  transform: rotate(0);
}

.head .wap .wap-menu.show {
  transform: translateX(-100%);
}

.head .wap.white, .head .wap.fixed-white {
  background: #fff;
  box-shadow: 0vw 0vw 4vw 0vw #e1f0f4;
}

.head .wap.white .logo img, .head .wap.fixed-white .logo img {
  filter: none;
}

.head .wap.white .logo p, .head .wap.fixed-white .logo p {
  color: #333;
}

.head .wap.white .menu-icon i, .head .wap.fixed-white .menu-icon i {
  background: #247fc9;
}

.main {
  width: 100%;
}

.main .inner-banner {
  width: 100%;
  height: 70.83vh;
  box-sizing: border-box;
  padding: 9.27vh 12.5vw 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
}

.main .inner-banner .en {
  font-size: 64px;
  line-height: 80px;
}

.main .inner-banner .cn {
  font-size: 60px;
  line-height: 80px;
}

.main .inner-menu {
  box-sizing: border-box;
  padding: 0 12.5vw;
  position: relative;
  z-index: 5;
}

.main .inner-menu .of-pc {
  width: 100%;
  height: 100px;
  margin-top: -86px;
  display: flex;
  justify-content: space-between;
}

.main .inner-menu .of-pc li {
  width: 6.25vw;
  min-width: 110px;
  max-width: 120px;
  height: 100%;
  position: relative;
  z-index: 1;
}

.main .inner-menu .of-pc li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 26px;
  font-weight: bold;
  color: #fff;
}

.main .inner-menu .of-pc li + li {
  margin-left: 6px;
}

.main .inner-menu .of-pc li::before {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #35cbc0 0%, #247fc9 100%);
  border-radius: 4px;
  transition: all .3s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}

.main .inner-menu .of-pc li::after {
  content: '\e613';
  --ey: -4px;
  --sy: 4px;
  font-family: 'icon';
  font-size: 12px;
  color: #fff;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 24px;
  left: 50%;
  margin-left: -8px;
  opacity: 0;
  transition: all .3s;
  animation: shake-vertical 0.8s linear infinite;
  animation-play-state: paused;
  z-index: -1;
}

.main .inner-menu .of-pc li.cur::before, .main .inner-menu .of-pc li:not(.cur):hover::before {
  opacity: 1;
}

.main .inner-menu .of-pc li.cur::after, .main .inner-menu .of-pc li:not(.cur):hover::after {
  opacity: 1;
  animation-play-state: running;
}

.main .inner-menu .of-pc .breadcrumb {
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 26px;
  display: flex;
  align-items: center;
  cursor: default;
  margin-right: -2px;
}

.main .inner-menu .of-pc .breadcrumb span,
.main .inner-menu .of-pc .breadcrumb a {
  color: #fff;
  opacity: 0.5;
  transition: all .3s;
  margin: 0 2px;
}

.main .inner-menu .of-pc .breadcrumb a {
  cursor: pointer;
}

.main .inner-menu .of-pc .breadcrumb a:last-child {
  opacity: 1;
}

.main .inner-menu .of-pc .breadcrumb a:hover {
  opacity: 1;
}

.main .inner-menu .of-wap {
  display: none;
}

.main .inner-menu .menu-list {
  display: flex;
  align-items: center;
  height: 100%;
}

.main .particle {
  position: relative;
  z-index: 1;
}

.main .particle canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.foot {
  width: 100%;
  background: #303030 url("../images/foot_bg.jpg") no-repeat bottom center/cover;
  box-sizing: border-box;
  padding: 22px 9.38vw 0;
  position: relative;
  z-index: 10;
}

.foot .info-box {
  display: flex;
  justify-content: space-between;
  padding: 54px 0 40px;
}

.foot .info-box p {
  line-height: 30px;
  color: #fff;
}

.foot .info-box .fullimg {
  width: 108px;
  height: 108px;
  margin-bottom: 7px;
}

.foot .info-box .contact a {
  color: #fff;
}

.foot .info-box .contact a.email {
  height: 40px;
  background-image: linear-gradient(90deg, #35cbc0 0%, #247fc9 100%);
  border-radius: 6px;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin-top: 32px;
  transition: all .5s;
  padding: 12px 16px 12px 12px;
}

.foot .info-box .contact a.email span,
.foot .info-box .contact a.email b {
  line-height: 26px;
}

.foot .info-box .code {
  width: 108px;
  text-align: center;
}

.foot .copy {
  height: 64px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.foot .copy p,
.foot .copy span,
.foot .copy a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.33);
}

.back-top {
  position: fixed;
  bottom: 20vh;
  right: 2.5vw;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  z-index: 888;
  transition: all .6s ease;
}

.back-top .master_backTop .master_aperture {
  background: linear-gradient(0deg, rgba(53, 203, 192, 0.7) 0%, rgba(36, 127, 201, 0.7) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  -webkit-opacity: 0;
  z-index: -1;
}

.back-top .master_backTop .master_aperture.circle01 {
  animation: scalej01 2s .4s infinite;
}

.back-top .master_backTop .master_aperture.circle02 {
  animation: scalej02 2s infinite;
}

.back-top .master_backTop .master_backTop_btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background: linear-gradient(0deg, #35cbc0 0%, #247fc9 100%);
  display: flex;
  cursor: pointer;
}

.back-top .master_backTop .master_backTop_btn font {
  font-size: 28px;
  color: #fff;
}

.back-top .bubble {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.back-top .bubble span:nth-child(1) {
  animation: pao 4s linear infinite;
  background: linear-gradient(0deg, rgba(53, 203, 192, 0.6) 0%, rgba(36, 127, 201, 0.6) 100%);
}

.back-top .bubble span:nth-child(2) {
  animation: pao3 6s linear infinite;
  transition-delay: 0.3s;
  background: linear-gradient(0deg, rgba(53, 203, 192, 0.8) 0%, rgba(36, 127, 201, 0.8) 100%);
}

.back-top .bubble span:nth-child(3) {
  animation: pao2 3s linear infinite;
  transition-delay: 0.8s;
  background: linear-gradient(0deg, #35cbc0 0%, #247fc9 100%);
}

.back-top .bubble span:nth-child(4) {
  animation: pao4 9s linear infinite;
  background: linear-gradient(0deg, rgba(53, 203, 192, 0.3) 0%, rgba(36, 127, 201, 0.3) 100%);
}

.back-top .bubble span:nth-child(5) {
  animation: pao5 7s linear infinite;
  background: linear-gradient(0deg, rgba(53, 203, 192, 0.5) 0%, rgba(36, 127, 201, 0.5) 100%);
}

.back-top .bubble span,
.back-top .back_bubble span {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  z-index: -1;
  transition: ease 1s;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  opacity: 0;
}

.back-top.onshow {
  opacity: 1;
  visibility: visible;
  transform: none;
}

/* 自定义链接 */
.custom-link {
  cursor: pointer;
}

/* 铺满图片 */
.fullimg {
  overflow: hidden;
  transition: all .6s;
}

.fullimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .6s;
}

/* 分类工具 */
.tool-page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 38px;
  --bg: #fff;
}

.tool-page li {
  height: 100%;
  border-radius: 19px;
}

.tool-page li a {
  display: inline-flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #333;
}

.tool-page li font {
  background: #333;
  display: inline-flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 48px;
  transition: all .4s;
}

.tool-page li font::before {
  color: var(--bg);
  background: linear-gradient(90deg, #35cbc0 0%, #247fc9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  transition: all .4s;
}

.tool-page .page-tap,
.tool-page .page-tap form,
.tool-page .form-item {
  display: flex;
  align-items: center;
}

.tool-page .page-tap {
  margin-left: 14px;
}

.tool-page .page-tap span,
.tool-page .page-tap .total {
  font-size: 14px;
  color: #666;
}

.tool-page .page-tap .ipt {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  padding: 0 6px;
  margin: 0 6px;
}

.tool-page .page-tap .ipt input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 14px;
  color: #333;
}

.tool-page .page-tap button {
  width: 58px;
  height: 38px;
  border-radius: 10px;
  border: none;
  background: linear-gradient(90deg, #35cbc0 0%, #247fc9 100%);
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 38px;
  margin-left: 14px;
}

.tool-page .page-tap .total {
  margin-left: 14px;
}

.tool-page .page-first,
.tool-page .page-last {
  width: 80px;
  margin: 0 12px;
}

.tool-page .page-item,
.tool-page .page-prev,
.tool-page .page-next {
  min-width: 38px;
  box-sizing: border-box;
}

.tool-page .page-next {
  margin-left: 14px;
}

.tool-page .page-item {
  margin-left: 10px;
  padding: 0 10px;
}

.tool-page .page-item,
.tool-page .page-first,
.tool-page .page-last {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.tool-page .page-item::before, .tool-page .page-item::after,
.tool-page .page-first::before,
.tool-page .page-first::after,
.tool-page .page-last::before,
.tool-page .page-last::after {
  content: '';
  width: 100%;
  height: 100%;
  transition: all .4s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 19px;
}

.tool-page .page-item::before,
.tool-page .page-first::before,
.tool-page .page-last::before {
  background: var(--bg);
}

.tool-page .page-item::after,
.tool-page .page-first::after,
.tool-page .page-last::after {
  background: linear-gradient(90deg, #35cbc0 0%, #247fc9 100%);
  transform: scale(0);
  opacity: 0;
}

.tool-page .page-item.cur a,
.tool-page .page-first.cur a,
.tool-page .page-last.cur a {
  color: #fff;
}

.tool-page .page-item.cur::before,
.tool-page .page-first.cur::before,
.tool-page .page-last.cur::before {
  transform: scale(0);
  opacity: 0;
}

.tool-page .page-item.cur::after,
.tool-page .page-first.cur::after,
.tool-page .page-last.cur::after {
  opacity: 1;
  transform: scale(1);
}

/* 缺省内容 */
.data-empty {
  box-sizing: border-box;
  padding: 5vh 0 10vh;
  min-height: calc(29.17vh - 326px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.data-empty p {
  color: #999;
  line-height: 52px;
}

/* 最多显示一行 */
.line-text--one {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 显示多行 */
.line-text--multiple {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* 分享工具样式修改 */
.social-share .social-share-icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 24px;
  border: none;
}

.social-share .social-share-icon.icon-wechat, .social-share .social-share-icon.icon-weibo, .social-share .social-share-icon.icon-qq {
  border-color: transparent;
  background: transparent;
}

.social-share .social-share-icon.icon-wechat:hover, .social-share .social-share-icon.icon-weibo:hover, .social-share .social-share-icon.icon-qq:hover {
  transition: all 0.2s;
}

.social-share .social-share-icon.icon-wechat::before, .social-share .social-share-icon.icon-weibo::before, .social-share .social-share-icon.icon-qq::before {
  color: #bbb;
  font-family: "icon";
  transition: all 0.2s;
}

.social-share .social-share-icon.icon-wechat .wechat-qrcode {
  top: 36px;
}

.social-share .social-share-icon.icon-wechat .wechat-qrcode::after {
  bottom: 100%;
  border-color: transparent transparent #fff transparent;
}

.social-share .social-share-icon.icon-wechat::before {
  content: "\e60e";
}

.social-share .social-share-icon.icon-wechat:hover::before {
  color: #7bc549;
}

.social-share .social-share-icon.icon-weibo::before {
  content: "\e60a";
}

.social-share .social-share-icon.icon-weibo:hover::before {
  color: #ff763b;
}

.social-share .social-share-icon.icon-qq::before {
  content: "\e618";
}

.social-share .social-share-icon.icon-qq:hover::before {
  color: #56b6e7;
}
