@charset "UTF-8";
@keyframes rate360 {
  0% {
    opacity: 0;
    transform: translateX(-50%) rotate(-135deg);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) rotate(90deg);
  }
}

@keyframes rate360r {
  0% {
    opacity: 1;
    transform: translateX(-50%) rotate(90deg);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) rotate(-135deg);
  }
}

@keyframes yyl_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: var(--eopa);
  }
}

@keyframes yyl_moveb {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}

@keyframes yyl_movet {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}

@keyframes lrmove {
  0%,
  50%,
  100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(5px);
  }
  75% {
    transform: translateX(-5px);
  }
}

@keyframes jump {
  0%,
  50%,
  100% {
    transform: translateY(0);
  }
  25%,
  75% {
    transform: translateY(-4px);
  }
}

@keyframes yyl_fadeindown {
  0% {
    opacity: 0;
    margin-top: -80px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

/* 同心圆图标 */
.cc-circles {
  width: 36px;
  height: 36px;
  position: relative;
  display: inline-flex;
  align-items: center;
}

.cc-circles img {
  width: 100%;
}

.cc-circles i {
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 24px;
  position: absolute;
}

.cc-circles .icon-kongxinyuan {
  color: #BD2328;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.cc-circles .icon-kongxinyuan-bian {
  color: transparent;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.cc-circles .icon-kongxinyuan-bian:nth-child(2) {
  background: linear-gradient(268deg, transparent 0%, #E04950 18%, #E04950 18%, rgba(189, 35, 40, 0) 66.67%, rgba(189, 35, 40, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.cc-circles .icon-kongxinyuan-bian:nth-child(3) {
  background: radial-gradient(circle, transparent 0%, transparent 46%, #BD2328 46%, #BD2328 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

/* good doctor cloud health */
.mask-slogan {
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #E4EAEE;
  position: relative;
}

.mask-slogan .red {
  color: rgba(189, 35, 40, 0.3633);
}

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

/* 铺满图片 */
.fullimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 最多显示一行 */
.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;
}

/* 头部 */
.head {
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  padding: 0 calc((100vw - 1200px) / 2);
  transition: all 0.5s;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}

.head :root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.head .logo {
  font-size: 40px;
  margin-right: auto;
  animation-name: fadeInDown;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}

.head .logo::before {
  content: "\e614";
}

.head .menu {
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: auto;
}

.head .menu li.fir-link {
  width: 112px;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  animation-name: yyl_fadeindown;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
  z-index: 10;
}

.head .menu li.fir-link > a {
  color: #fff;
  display: inline-flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.head .menu li.fir-link::before {
  content: "\e62a";
  font-family: 'icon';
  font-size: 38px;
  color: transparent;
  background: radial-gradient(52% 52% at 94% 50%, #FFFFFF 0%, rgba(255, 255, 255, 0.6131) 52%, rgba(255, 255, 255, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  position: absolute;
  bottom: 14px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%) rotate(90deg);
}

.head .menu li.fir-link.move > a {
  font-weight: bolder;
}

.head .menu li.fir-link.move::before {
  animation: rate360 0.3s linear;
  opacity: 1;
}

.head .menu li.fir-link.back::before {
  animation: rate360r 0.3s linear;
  opacity: 0;
}

.head .menu li.fir-link.act > a {
  font-weight: bolder;
}

.head .menu li.fir-link.act::before {
  opacity: 1;
}

.head .menu li.fir-link:first-child {
  width: 80px;
}

.head .menu li.fir-link:nth-child(1) {
  animation-delay: 0.2s;
}

.head .menu li.fir-link:nth-child(2) {
  animation-delay: 0.25s;
}

.head .menu li.fir-link:nth-child(3) {
  animation-delay: 0.3s;
}

.head .menu li.fir-link:nth-child(4) {
  animation-delay: 0.35s;
}

.head .menu li.fir-link:nth-child(5) {
  animation-delay: 0.4s;
}

.head .menu li.fir-link:nth-child(6) {
  animation-delay: 0.45s;
}

.head .search-box {
  width: 44px;
  height: 34px;
  box-sizing: border-box;
  padding: 0 12px;
  border-radius: 17px;
  overflow: hidden;
  transition: all 0.5s;
  margin-left: 10px;
  flex-shrink: 0;
  animation-name: yyl_fadeindown;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
  animation-delay: 0.5s;
}

.head .search-box .search-ipt {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.head .search-box .icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.4s;
  cursor: pointer;
  color: #fff;
}

.head .search-box input {
  width: calc(100% - 30px);
  height: 34px;
  color: #111A34;
  line-height: 34px;
  background: transparent;
  margin-left: 10px;
  font-size: 14px;
  opacity: 0;
}

.head .search-box input::placeholder {
  color: #C5CAD5;
}

.head .search-box.open {
  width: 158px;
  background: #F0F3F5;
}

.head .search-box.open .icon {
  color: #111A34;
  cursor: default;
}

.head .search-box.open input {
  opacity: 1;
}

.head .menu2rd-bg {
  width: 100%;
  height: 380px;
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 80px;
  left: 0;
  transition: all 0.5s;
  display: none;
  z-index: 9;
}

.head .menu2rd-bg .bg-body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 40px calc((100vw - 1200px) / 2) 0;
  display: flex;
  position: relative;
}

.head .menu2rd-bg .bg-body .list-place {
  max-width: 790px;
  height: 100%;
  position: relative;
  width: calc(100% - 400px);
}

.head .menu2rd-bg .bg-body .list-place .cc-circles {
  display: inline-block;
  transform: rotate(-90deg);
  position: absolute;
  top: 276px;
  left: 0;
  opacity: 0;
  width: 24px;
  height: 24px;
}

.head .menu2rd-bg .bg-body .list-place .cc-circles i {
  width: 16px;
  height: 16px;
  font-size: 16px;
}

.head .menu2rd-bg .bg-body .list-place::before {
  content: "\e62a";
  font-family: 'icon';
  width: 400px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 430px;
  color: transparent;
  background: radial-gradient(55% 55% at 50% 39%, #E04950 0%, rgba(189, 35, 40, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  opacity: 0;
  position: absolute;
  left: -190px;
  top: 206px;
}

.head .menu2rd-bg .bg-body .list-place::after {
  content: '\e62b';
  font-family: 'icon';
  width: 368px;
  height: 368px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 388px;
  color: transparent;
  background: linear-gradient(178deg, #E04950 1%, rgba(189, 35, 40, 0) 77%);
  background-clip: text;
  -webkit-background-clip: text;
  position: absolute;
  transform: rotate(-8deg) translateX(-168px);
  top: -155px;
  left: calc((1200px - 100vw) / 2);
  opacity: 0.08;
}

.head .menu2rd-bg .bg-body .right-thumb {
  width: 420px;
  height: calc(100% - 40px);
  position: absolute;
  right: calc(((100vw - 1200px) / 2) - 158px);
  display: flex;
  justify-content: center;
}

.head .menu2rd-bg .bg-body .right-thumb .fullimg {
  width: 366px;
  height: 366px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: -120px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
}

.head .menu2rd-bg .bg-body .right-thumb .mask-slogan {
  height: 36px;
  position: absolute;
  left: calc(-100% - 144px);
  bottom: 38px;
  transform: translateX(100%);
  color: #F0F3F5;
  box-sizing: border-box;
  padding-top: 16px;
}

.head .menu2rd-bg .bg-body .right-thumb .mask-slogan .red {
  color: rgba(189, 35, 40, 0.14);
}

.head .menu2rd-bg .bg-body .right-thumb .mask-slogan::before {
  content: '';
  width: 12px;
  height: 2px;
  border-radius: 1px;
  background: rgba(189, 35, 40, 0.2009);
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}

.head .menu2rd-bg .bg-body .right-thumb::before, .head .menu2rd-bg .bg-body .right-thumb::after {
  font-family: 'icon';
  width: 420px;
  height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 450px;
  position: absolute;
}

.head .menu2rd-bg .bg-body .right-thumb::before {
  content: '\e62b';
  bottom: -124px;
  left: -144px;
  background: linear-gradient(185deg, #BD2328 4%, rgba(224, 73, 80, 0) 86%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  z-index: 0;
  opacity: 0;
  transform: translateY(100%);
}

.head .menu2rd-bg .bg-body .right-thumb::after {
  content: '\e62a';
  color: #C82126;
  bottom: 72px;
  right: 0;
  z-index: 2;
}

.head .menu2rd-bg .bg-body::before, .head .menu2rd-bg .bg-body::after {
  content: '';
  width: 100%;
  height: 20px;
  opacity: 0.05;
  position: absolute;
  background: linear-gradient(180deg, #000000 11%, transparent 100%);
}

.head .menu2rd-bg .bg-body::after {
  top: 0;
  left: 0;
}

.head .menu2rd-bg .bg-body::before {
  bottom: -20px;
  left: 0;
  z-index: -1;
}

.head .menu2rd-bg.open {
  display: flex;
}

.head .menu2rd-bg.open .list-place .cc-circles {
  --eopa: 1;
  animation: yyl_fadein .3s linear forwards;
  animation-delay: 0.2s;
}

.head .menu2rd-bg.open .list-place::before {
  --eopa: 0.1;
  animation: yyl_fadein .4s linear forwards;
  animation-delay: 0.6s;
}

.head .menu2rd-bg.open .right-thumb .fullimg {
  --eopa: 1;
  animation: yyl_fadein .5s linear forwards;
  animation-delay: 0.4s;
}

.head .menu2rd-bg.open .right-thumb::before {
  --eopa: 0.1716;
  animation: yyl_movet .7s linear forwards, yyl_fadein .5s linear forwards;
  animation-delay: 0.25s, 0.4s;
}

.head .menu2rd-bg.open .right-thumb::after {
  animation: yyl_moveb .5s ease-in-out forwards;
}

.head .column {
  width: 100%;
  height: 380px;
  background: transparent;
  position: fixed;
  top: 80px;
  left: 0;
  transition: all 0.5s;
  box-sizing: border-box;
  padding: 40px calc((100vw - 1200px) / 2) 0;
}

.head .column .menu-2rd {
  max-width: 790px;
  height: 100%;
  width: calc(100% - 400px);
}

.head .column .menu-2rd .title {
  width: 100%;
  height: 68px;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #EBEEF2;
  position: relative;
}

.head .column .menu-2rd .title-text {
  display: flex;
  flex-direction: column;
}

.head .column .menu-2rd .title .en {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 4px;
  font-weight: bold;
  color: rgba(102, 111, 131, 0.2);
}

.head .column .menu-2rd .title .cn {
  font-size: 20px;
  line-height: 28px;
  margin-top: -3px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #111A34;
}

.head .column .menu-2rd .title .no_ {
  color: rgba(179, 28, 34, 0.2);
  text-shadow: 0px 2px 12px #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  margin-top: 22px;
  margin-left: auto;
}

.head .column .menu-2rd .title::after {
  content: '';
  width: 32px;
  height: 3px;
  border-radius: 2px;
  background: #C82126;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.head .column .menu-2rd .links-2rd {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
}

.head .column .menu-2rd .links-2rd li {
  max-width: 240px;
  min-width: 160px;
  width: calc((100% - 30px) / 3);
  height: 60px;
  margin-bottom: 24px;
  margin-right: 15px;
}

.head .column .menu-2rd .links-2rd li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 60px;
  color: #41485D;
  letter-spacing: 0.8px;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.head .column .menu-2rd .links-2rd li a:hover {
  color: #C82126;
  font-weight: bolder;
}

.head .column .menu-2rd .links-2rd li:nth-child(3n) {
  margin-right: 0;
}

.head.white, .head.fixed-white {
  background: #FFFFFF;
}

.head.white::before, .head.fixed-white::before {
  content: '';
  width: 100%;
  height: 20px;
  opacity: 0.05;
  background: linear-gradient(180deg, #000000 11%, transparent 100%);
  position: absolute;
  top: 80px;
  left: 0;
}

.head.white .logo::before, .head.fixed-white .logo::before {
  content: "\e633";
}

.head.white .menu li.fir-link a, .head.fixed-white .menu li.fir-link a {
  color: #111A34;
}

.head.white .menu li.fir-link::before, .head.fixed-white .menu li.fir-link::before {
  background: radial-gradient(52% 52% at 94% 50%, #C82126 0%, rgba(200, 33, 38, 0.7218) 50%, rgba(200, 33, 38, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.head.white .search-box .icon, .head.fixed-white .search-box .icon {
  color: #111A34;
}

.head.white .search-box.open, .head.fixed-white .search-box.open {
  width: 158px;
  background: #F0F3F5;
}

.head.white .search-box.open .icon, .head.fixed-white .search-box.open .icon {
  color: #111A34;
  cursor: default;
}

.head.white .search-box.open input, .head.fixed-white .search-box.open input {
  opacity: 1;
}

/* 内容 */
.main-body {
  width: 100%;
  box-sizing: border-box;
  padding-top: 80px;
}

.main-body .plate-title {
  width: 100%;
  height: 136px;
  position: relative;
  box-sizing: border-box;
  padding-top: 22px;
}

.main-body .plate-title .en {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 3.09px;
  color: #666F83;
}

.main-body .plate-title .cn {
  margin-top: -6px;
  font-size: 40px;
}

.main-body .plate-title .cn .red {
  line-height: 56px;
  color: #C82126;
  margin-right: 24px;
  display: inline-block;
  position: relative;
}

.main-body .plate-title .cn .red strong {
  font-size: 54px;
  font-family: 'AlibabaPuHuiTi';
}

.main-body .plate-title .cn .red::before {
  content: attr(data-no);
  font-size: 80px;
  letter-spacing: 8px;
  color: rgba(102, 111, 131, 0.1054);
  line-height: 112px;
  position: absolute;
  right: -76px;
  top: -44px;
  z-index: 0;
  font-family: 'AlibabaPuHuiTi';
  font-weight: bolder;
}

.main-body .plate-title .cn b.tips {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.48px;
  color: #111A34;
}

.main-body .plate-title .cn span.tips {
  font-size: 20px;
  letter-spacing: 0.4px;
  color: #666F83;
}

.main-body .plate-title .learn-link {
  width: 100%;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.main-body .plate-title .learn-link .learn-more {
  height: 20px;
  font-size: 20px;
  display: flex;
  align-items: center;
  color: #C42B31;
  font-weight: lighter;
}

.main-body .plate-title .learn-link .learn-more .icon {
  color: #C5CAD5;
  margin-left: 12px;
  display: inline-block;
  transition: all .3s;
  animation: lrmove 1s linear 0s infinite;
}

.main-body .plate-title .learn-link .learn-more:hover {
  background: rgba(255, 255, 255, 0.3);
}

.main-body .plate-title .learn-link .learn-more:hover .icon {
  color: #C42B31;
}

.main-body .plate-title::before {
  content: '';
  width: 14px;
  height: 2px;
  border-radius: 1px;
  background: rgba(189, 35, 40, 0.5);
  position: absolute;
  top: 70px;
  right: 0;
}

.main-body .inner-plate-title {
  width: 100%;
  height: 48px;
}

.main-body .inner-plate-title .cn,
.main-body .inner-plate-title .en {
  line-height: 48px;
}

.main-body .inner-plate-title .cn {
  font-size: 40px;
  color: #111A34;
  margin-right: 16px;
  font-weight: bolder;
}

.main-body .inner-plate-title .en {
  font-size: 20px;
  color: #666F83;
  letter-spacing: 3.09px;
  opacity: 0.21;
}

.main-body .inner-plate-title .cc-circles {
  float: right;
  width: 24px;
  height: 24px;
  margin-top: 20px;
}

.main-body .inner-plate-title .cc-circles i {
  font-size: 16px;
  width: 16px;
  height: 16px;
}

.main-body .mini-title {
  width: 100%;
  height: 34px;
  display: flex;
  align-items: center;
}

.main-body .mini-title .cn {
  font-size: 24px;
  color: #111A34;
  margin-right: 8px;
  font-weight: bold;
}

.main-body .mini-title .cc-circles {
  width: 24px;
  height: 24px;
}

.main-body .mini-title .cc-circles i {
  font-size: 16px;
  width: 16px;
  height: 16px;
}

.main-body .inner-banner {
  width: 100%;
  height: 382px;
}

.main-body .inner-banner .banner-contianer {
  width: 100%;
  height: 366px;
  box-sizing: border-box;
  padding-left: calc((100vw - 1200px) / 2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.main-body .inner-banner .banner-contianer .en {
  position: absolute;
  left: calc((100vw - 1200px) / 2);
}

.main-body .inner-banner .banner-contianer .cn {
  position: absolute;
  left: calc((100vw - 1200px) / 2);
}

.main-body .inner-banner .banner-contianer .cc-circles {
  width: 24px;
  height: 24px;
  position: absolute;
  left: calc((100vw - 1200px) / 2);
  top: 310px;
}

.main-body .inner-banner .banner-contianer .cc-circles i {
  font-size: 16px;
  width: 16px;
  height: 16px;
  color: #fff;
}

.main-body .inner-banner .banner-contianer .mask-slogan {
  position: absolute;
  top: 309px;
  right: calc(((100vw - 1200px) / 2) + 2px);
}

.main-body .inner-banner .bottom-line {
  width: 100%;
  height: 16px;
  background: linear-gradient(270deg, #EECA6A 12%, #DEB750 27%, #E9C056 58%, #FFF2D6 82%, #CE8C2B 98%);
  box-sizing: border-box;
  border: 1px solid;
  border-image: linear-gradient(270deg, rgba(255, 255, 255, 0.3972) 0%, rgba(255, 255, 255, 0.9314) 54%, #FFFFFF 82%, #FFFFFF 92%, rgba(255, 255, 255, 0) 100%) 1;
}

.main-body .inner-menu {
  width: 100%;
  height: 60px;
  background: #FFFFFF;
  box-sizing: border-box;
  padding: 0 calc((100vw - 1200px) / 2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.079);
  border-bottom: 1px solid #F9FAFB;
}

.main-body .inner-menu .breadcrumb {
  display: flex;
  align-items: center;
}

.main-body .inner-menu .breadcrumb .cc-circles {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.main-body .inner-menu .breadcrumb .cc-circles i {
  font-size: 16px;
  width: 16px;
  height: 16px;
}

.main-body .inner-menu .breadcrumb p {
  font-size: 16px;
  cursor: default;
}

.main-body .inner-menu .breadcrumb p span,
.main-body .inner-menu .breadcrumb p a {
  color: #858B9C;
}

.main-body .inner-menu .breadcrumb p a {
  transition: all .3s;
  display: inline-block;
}

.main-body .inner-menu .breadcrumb p a:hover {
  color: #BD2328;
}

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

.main-body .inner-menu .menu li {
  height: 100%;
  position: relative;
}

.main-body .inner-menu .menu li a {
  padding: 0 32px;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #666F83;
  transition: all .5s;
}

.main-body .inner-menu .menu li::before {
  content: '';
  width: 48px;
  height: 3px;
  border-radius: 1.5px;
  background: #C82126;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -24px;
  opacity: 0;
  transform: scale(0);
  transition: all .5s;
}

.main-body .inner-menu .menu li.act a, .main-body .inner-menu .menu li:hover:not(.act) a {
  color: #111A34;
  font-weight: bold;
}

.main-body .inner-menu .menu li.act::before, .main-body .inner-menu .menu li:hover:not(.act)::before {
  opacity: 1;
  transform: scale(1);
}

.main-body .inner-menu .menu li:last-child {
  margin-right: -32px;
}

/* 底部 */
.foot {
  width: 100%;
  background: #111A34;
  color: #fff;
}

.foot .about-info {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 70px calc((100vw - 1200px) / 2) 0;
  font-size: 14px;
}

.foot .about-info .info-list i {
  margin-right: 10px;
}

.foot .about-info .info-list li {
  display: flex;
  align-items: center;
  height: 20px;
}

.foot .about-info .info-list li a {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: #fff;
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.foot .about-info .info-list li a:hover {
  opacity: 0.8;
}

.foot .about-info .info-list li + li {
  margin-top: 28px;
}

.foot .about-info .qrcode {
  width: 142px;
}

.foot .about-info .qrcode p {
  line-height: 20px;
  text-align: center;
}

.foot .about-info .qrcode .fullimg {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  margin: 0 auto 12px;
}

.foot-slogan {
  width: 100%;
  height: 152px;
  box-sizing: border-box;
  padding: 24px calc((100vw - 1200px) / 2) 0;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}

.foot-slogan .logo {
  font-size: 40px;
}

.foot-slogan .text {
  line-height: 28px;
  margin-top: 14px;
}

.foot-slogan::before {
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0.2931;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.0474) 0%, rgba(255, 255, 255, 0.1965) 57%, rgba(255, 255, 255, 0.1954) 83%, rgba(255, 255, 255, 0.0108) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/* 侧边工具栏 */
.aside-tool {
  width: 80px;
  position: fixed;
  top: 65%;
  right: 4px;
  z-index: 10000;
}

.aside-tool li {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(180deg, #E6454E 0%, #C82126 100%);
  border: 3.6px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
  cursor: pointer;
}

.aside-tool li .icon {
  font-size: 56px;
}

.aside-tool li p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 2px;
  margin-top: 2px;
}

.aside-tool li p span {
  font-family: 'AlibabaPuHuiTi';
  display: inline-block;
  text-shadow: 1px 4px 3px #BD2328;
}

.aside-tool li.back-top {
  margin-bottom: 0;
  opacity: 0;
  transform: translateY(40%);
  transition: all 0.4s;
}

.aside-tool li.back-top .icon {
  transition: all 0.4s;
  font-size: 28px;
}

.aside-tool li.back-top:hover p span {
  animation: jump 1.2s infinite;
}

.aside-tool li.back-top:hover p span:nth-child(2) {
  animation-delay: 0.2s;
}

.aside-tool li.back-top:hover p span:nth-child(3) {
  animation-delay: 0.4s;
}

.aside-tool li.back-top.show {
  transform: translateY(0);
  opacity: 1;
}

/* 列表分页条 */
.list-page {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 82px;
}

.list-page .input {
  width: 60px;
  height: 40px;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin: 0 4px;
  padding: 0px 6px;
  box-sizing: border-box;
  border: 1px solid #DFE1E8;
}

.list-page .submit {
  background: #C82126;
  color: #FFFFFF;
  padding: 0 14px;
  margin: 0 12px;
  border-radius: 4px;
  line-height: 40px;
  font-size: 16px;
}

.list-page .submit:hover {
  cursor: pointer;
  opacity: 0.8;
}

.list-page .paging,
.list-page .page-total {
  padding: 0 12px;
  font-size: 16px;
  color: #666F83;
}

.list-page .page-total {
  padding: 0;
}

.list-page li {
  min-width: 40px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin: 0 6px;
  box-sizing: border-box;
  padding: 0 10px;
}

.list-page li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #858B9C;
  line-height: 40px;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}

.list-page li a.icon {
  font-size: 12px;
  color: #C5CAD5;
}

.list-page li.page-fir, .list-page li.page-last {
  width: 80px;
  background: #F9FAFB;
  margin: 0 10px;
}

.list-page li.page-fir a, .list-page li.page-last a {
  color: #41485D;
}

.list-page li::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: #C82126;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(0);
  transition: all 0.4s;
}

.list-page li:hover::before, .list-page li.active::before {
  opacity: 1;
  transform: scale(1);
}

.list-page li:hover a, .list-page li.active a {
  color: #fff;
}

/* 分享工具样式修改 */
.social-share .social-share-icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  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;
}

.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: #fff;
  font-family: "icon";
  transition: all 0.2s;
}

.social-share .social-share-icon.icon-wechat {
  background: linear-gradient(147deg, #12D75D 13%, #29ED96 83%) !important;
}

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

.social-share .social-share-icon.icon-wechat:hover {
  background: linear-gradient(147deg, #12D75D 13%, #29ED96 83%) !important;
}

.social-share .social-share-icon.icon-weibo {
  background: linear-gradient(143deg, #FA5138 13%, #FDA869 83%) !important;
}

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

.social-share .social-share-icon.icon-weibo:hover {
  background: linear-gradient(143deg, #FA5138 13%, #FDA869 83%) !important;
}

.social-share .social-share-icon.icon-qq {
  background: linear-gradient(146deg, #34A7FE 13%, #64D3FF 83%) !important;
}

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

.social-share .social-share-icon.icon-qq:hover {
  background: linear-gradient(146deg, #34A7FE 13%, #64D3FF 83%) !important;
}
