@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700&display=swap");
body {
  font-family: "Noto Sans TC", sans-serif !important;
  font-weight: normal;
  padding-top: 72px;
  overflow-y: auto;
  overflow-x: hidden;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

*:after {
  content: "";
  clear: both;
  display: block;
  width: 100%;
}

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.desktop {
  display: block !important;
}

.pad,
.mobile {
  display: none !important;
}

.top {
  width: 35px;
  line-height: 35px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #fff;
  font-size: 12px;
  opacity: 0.4;
}

.fixedETF {
  width: 100px;
  padding: 10px;
  bottom: 120px;
  background: #fff;
  opacity: 0.8;
}

.fixedETF img {
  max-width: 80px;
  width: auto;
}

.fixedETF img:last-child {
  display: none;
}

.fixedETF.show {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: top 0.2s linear;
}

@keyframes top {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .fixedETF {
    width: 140px;
    height: 35px;
    bottom: 50px;
    right: 100px;
  }
  .fixedETF img {
    max-width: 120px;
    width: auto;
  }
  .fixedETF img:first-child {
    display: none;
  }
  .fixedETF img:last-child {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .fixedETF {
    bottom: 10px;
    right: 55px;
  }
}
header .lang {
  color: #005bab;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 30px;
  top: 17px;
  cursor: pointer;
  font-size: 16px;
  width: 35px;
}

header .lang img {
  max-width: 35px;
  width: auto;
}

@media screen and (min-width: 1025px) {
  header .lang:hover {
    color: #40af4a;
  }
}
@media screen and (max-width: 991px) {
  header .lang {
    right: 15px;
    top: 10px;
    font-size: 14px;
    width: 30px;
  }
  header .lang img {
    max-width: 30px;
    width: auto;
  }
}
.sticker {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3000;
}

@media screen and (max-width: 768px) {
  .sticker {
    right: 10px;
  }
}
.sticker .desktop {
  width: 120px;
}

.sticker .pad {
  width: 40px;
}

.sticker .mobile {
  width: 40px;
}

.kv {
  background: url(../img/kv-web.jpg) center no-repeat;
  background-size: cover;
  height: calc(100vh - 72px);
  position: relative;
  width: 100%;
  overflow: hidden;
}

.kv .train {
  display: block;
  position: absolute;
  right: -1000px;
  bottom: 14.6%;
  width: 50.7%;
}

.kv .train.aos-animate {
  animation-duration: 2s;
  animation-name: train;
  animation-fill-mode: forwards;
}

@keyframes train {
  0% {
    right: -1000px;
    bottom: 24.6%;
  }
  100% {
    right: 0;
    bottom: 14.6%;
  }
}
.kv .title {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 3.5vw;
  width: 45vw;
  text-align: center;
}

.kv .title .text1 {
  display: inline-block;
  vertical-align: bottom;
  width: 27.7%;
}

.kv .title .left {
  width: 6.09%;
  margin-right: 1.72%;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 1%;
  animation: shine 1s infinite;
  opacity: 1;
}

.kv .title .right {
  width: 6.09%;
  margin-left: 1.72%;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 1%;
  animation: shine 1s infinite;
  opacity: 1;
}

@keyframes shine {
  50% {
    opacity: 0;
  }
}
.kv .title .line1 {
  display: block;
  width: 98.7%;
  margin: 2.5% auto 3.5% auto;
}

.kv .title .text2 {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.kv .title .line2 {
  display: block;
  width: 98.7%;
  margin: 2.5% auto 3.5% auto;
}

.kv .title .text3 {
  width: 98.41%;
  margin: 0 auto;
}

.ico {
  margin: 0 auto;
  text-align: center;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: -1vw;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  transform: scale(0.35);
  cursor: pointer;
}

.ico .circle {
  background: #009B93;
  border-radius: 50%;
  display: inline-block;
  height: 100px;
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: 0%;
}

.ico .circle.circle-top {
  height: 33.3333333333px;
  width: 41.6666666667px;
  animation: blob-1-anim 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  z-index: 0;
  top: 0;
}

.ico .circle.circle-bottom {
  height: 33.3333333333px;
  width: 41.6666666667px;
  animation: blob-2-anim 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  z-index: 9;
  bottom: 0px;
}

.ico .st-arrow {
  fill: #fff;
  animation: scrolly 3s cubic-bezier(0.77, 0, 0.175, 1) forwards infinite;
  perspective: 9000px;
  transform: translateZ(0);
  transform-origin: bottom;
}

.svg {
  z-index: 9;
  position: relative;
}
@keyframes blob-1-anim {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  14% {
    transform: translateX(-50%) translateY(-8px);
  }
  24% {
    transform: translateX(-50%) translateY(0);
  }
  100% {
    transform: translateX(-50%) translateY(0);
  }
}
@keyframes blob-2-anim {
  0% {
    transform: scale(1) translate(-50%, 10px);
  }
  30% {
    transform: scale(1) translate(-50%, 10px);
  }
  70% {
    transform: scale(1) translate(-50%, 10px);
  }
  95% {
    transform: scale(1) translate(-50%, 26px);
  }
  100% {
    transform: scale(1) translate(-50%, 10px);
  }
}
@keyframes scrolly {
  0% {
    transform: translate3d(0, -150%, 0) rotateX(90deg) scale(0.5) skewX(3deg);
  }
  30% {
    transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
  }
  70% {
    transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
  }
  95% {
    transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
  }
  100% {
    transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
  }
}
.kv .cloud > img:nth-of-type(1) {
  position: absolute;
  left: 0;
  top: -8%;
  width: 14.21%;
  z-index: 1;
  animation: kvcloudright infinite 20s;
}

@keyframes kvcloudright {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px);
  }
}
@keyframes kvcloudleft {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-50px);
  }
}
@keyframes cloudmove1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(33px);
  }
}
.kv .cloud > img:nth-of-type(2) {
  position: absolute;
  left: 14.21%;
  top: 20.61%;
  width: 6.64%;
  z-index: 1;
  animation: kvcloudright infinite 20s;
}

@keyframes cloudmove2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.kv .cloud > img:nth-of-type(3) {
  position: absolute;
  left: 20.85%;
  top: 12.26%;
  width: 3.52%;
  z-index: 1;
  animation: kvcloudright infinite 20s;
}

@keyframes cloudmove3 {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-33px);
  }
}
.kv .cloud > img:nth-of-type(4) {
  position: absolute;
  right: 19.48%;
  top: 5.1%;
  width: 6.74%;
  z-index: 1;
  animation: kvcloudleft infinite 20s;
}

.kv .cloud > img:nth-of-type(5) {
  position: absolute;
  right: 15.67%;
  top: 16.16%;
  width: 3.47%;
  z-index: 1;
  animation: kvcloudleft infinite 20s;
}

.kv .cloud > img:nth-of-type(6) {
  position: absolute;
  right: 0;
  top: -12%;
  width: 15.14%;
  z-index: 1;
  animation: kvcloudleft infinite 20s;
}

.kv .tree > img:nth-of-type(1) {
  position: absolute;
  left: 9.375%;
  bottom: 13.12%;
  width: 2.54%;
  animation: leaf-fly1 5s linear infinite;
}

.kv .tree > img:nth-of-type(2) {
  position: absolute;
  left: 12.99%;
  bottom: 10.74%;
  width: 3.42%;
  animation: leaf-fly1 5s linear infinite;
}

.kv .tree > img:nth-of-type(3) {
  position: absolute;
  left: 16.16%;
  bottom: 13.67%;
  width: 2.59%;
  animation: leaf-fly1 5s linear infinite;
}

.kv .tree > img:nth-of-type(4) {
  position: absolute;
  right: 19.48%;
  bottom: 10.63%;
  width: 2.88%;
  animation: leaf-fly2 5s linear infinite;
}

.kv .tree > img:nth-of-type(5) {
  position: absolute;
  right: 16.57%;
  bottom: 10.63%;
  width: 3.2%;
  animation: leaf-fly2 5s linear infinite;
}

.kv .tree > img:nth-of-type(6) {
  position: absolute;
  right: 5.17%;
  bottom: 8.51%;
  width: 3.48%;
  animation: leaf-fly2 5s linear infinite;
}

.kv .tree > img:nth-of-type(7) {
  position: absolute;
  right: 1.78%;
  bottom: 9.27%;
  width: 3.74%;
  animation: leaf-fly2 5s linear infinite;
}

@keyframes leaf-fly1 {
  0% {
    transform: rotate(0deg);
    transform-origin: bottom;
  }
  50% {
    transform: rotate(5deg);
    transform-origin: bottom;
  }
  100% {
    transform: rotate(0deg);
    transform-origin: bottom;
  }
}
@keyframes leaf-fly2 {
  0% {
    transform: rotate(0deg);
    transform-origin: bottom;
  }
  50% {
    transform: rotate(-5deg);
    transform-origin: bottom;
  }
  100% {
    transform: rotate(0deg);
    transform-origin: bottom;
  }
}
.kv .wind > div:nth-of-type(1) {
  position: absolute;
  left: 23.6%;
  bottom: 27%;
  width: 4%;
}

.kv .wind > div:nth-of-type(2) {
  position: absolute;
  left: 26.7%;
  bottom: 28%;
  width: 5%;
}

.kv .wind > div:nth-of-type(3) {
  position: absolute;
  left: 27.4%;
  bottom: 9%;
  width: 5%;
}

.kv .wind > div:nth-of-type(4) {
  position: absolute;
  left: 29.1%;
  bottom: 19%;
  width: 5.5%;
}

.kv .wind > div:after {
  content: "";
  display: block;
  width: 5%;
  height: 60%;
  background: url(../img/img-pillar.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 48%;
  bottom: -10%;
}

.kv .wind > div:nth-of-type(1) img {
  display: block;
  width: 100%;
  animation: propeller 3s infinite linear;
}

.kv .wind > div:nth-of-type(2) img {
  display: block;
  width: 100%;
  animation: propeller 3.5s infinite linear;
}

.kv .wind > div:nth-of-type(3) img {
  display: block;
  width: 100%;
  animation: propeller 4s infinite linear;
}

.kv .wind > div:nth-of-type(4) img {
  display: block;
  width: 100%;
  animation: propeller 4.5s infinite linear;
}

@keyframes propeller {
  to {
    transform: rotateZ(360deg);
  }
}
.foot-info {
  background-image: linear-gradient(to bottom, #86cbf0, #00a8e4 52%);
}

.foot-info h3 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  line-height: 41px;
  display: inline-block;
  padding: 7px 0;
  position: relative;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  margin-bottom: 31px;
}

.foot-info h3:before {
  content: "";
  display: block;
  width: 3px;
  height: 17px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: -20px;
  top: 0;
  margin: auto;
  transform: rotate(30deg);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.foot-info h3:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #fff, #00a8e4 150%);
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.foot-info > div {
  max-width: 1270px;
  padding: 115px 30px;
  margin: 0px auto;
  text-justify: inter-ideograph;
}

.foot-info a {
  color: #fff;
  text-decoration: underline;
  display: inline;
}

.foot-info a:hover {
  text-decoration: none;
}

.foot-info strong {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  color: #fff;
}

.foot-info small {
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 20px;
}

.foot-info p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  text-align: justify;
  word-break: break-all;
}

.foot-info *:after {
  display: none;
}
.foot-info u {
  text-underline-offset: 0.2rem;
}

.bold {
  font-weight: bold;
}

.foot-info p span a {
  color: #DFE9A5;
}

.foot-info p:last-of-type {
  font-size: 16px;
}

.foot-info p b {
  display: block;
}

.foot-info .yellow {
  color: #DFE9A5;
}

.tabs {
  background: url(../img/tabs-bg-web.jpg) bottom center no-repeat;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
}

.tabs .cloud > img:nth-of-type(1) {
  display: block;
  width: 13.48%;
  position: absolute;
  left: -1%;
  bottom: 268px;
  z-index: 0;
  animation: cloudmove3 infinite 5s;
}

.tabs .cloud > img:nth-of-type(2) {
  display: block;
  width: 6.69%;
  position: absolute;
  left: 15.19%;
  bottom: 370px;
  z-index: 0;
  animation: cloudmove3 infinite 5s;
}

.tabs .cloud > img:nth-of-type(3) {
  display: block;
  width: 5.94%;
  position: absolute;
  right: 4.8%;
  bottom: 224px;
  z-index: 0;
  animation: cloudmove3 infinite 5s;
}

.tabs .cloud > img:nth-of-type(4) {
  display: block;
  width: 13.48%;
  position: absolute;
  right: -11%;
  bottom: 360px;
  z-index: 0;
  animation: cloudmove3 infinite 5s;
}

.tabs > div {
  max-width: 1270px;
  padding: 120px 30px 150px 30px;
  margin: 0px auto;
  position: relative;
}

.tabs > div h2 {
  position: relative;
  display: inline-block;
}

.tabs > div h2:after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: linear-gradient(to right, #86cbf0 60%, #00a8e4 100%);
  position: absolute;
  top: 0;
  right: 25px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.tabs > div h2 span,
.tabs > div h2 small {
  display: inline-block;
  position: relative;
  line-height: 56px;
  padding: 15px 0;
  font-size: 42px;
  font-weight: bold;
  color: #005bab;
}

.tabs > div h2 small {
  font-size: 28px;
}

.tabs > div h2 span:after,
.tabs > div h2 small:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #86cbf0 60%, #00a8e4 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.tabs > div h2 small:after {
  bottom: 10px;
}

.tabs > div p {
  font-size: 18px;
  letter-spacing: 1px;
  color: #074599;
  line-height: 27px;
  margin: 50px auto;
}

.tabs > div #tabs-big {
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.tabs > div #tabs-big ul {
  display: table;
  width: 100%;
  list-style: none;
}

.tabs > div #tabs-big ul li {
  display: table-cell;
  background-image: linear-gradient(to top, #c6d94e, #8ec64e 50%);
  position: relative;
}

.tabs > div #tabs-big ul li.ui-tabs-active {
  background-image: linear-gradient(to top, #008a3a 50%, #006934);
}

.tabs > div #tabs-big ul li.ui-tabs-active:after {
  content: "";
  display: block;
  width: 35px;
  height: 19px;
  background: url(../img/tabs-arrow.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -2px;
}

.tabs > div #tabs-big ul li:nth-of-type(1) {
  width: 50%;
  border-radius: 8px 0 0 0;
}

.tabs > div #tabs-big ul li:nth-of-type(2) {
  width: 50%;
  border-radius: 0 8px 0 0;
}

.tabs > div #tabs-big ul li a {
  display: block;
  line-height: 36px;
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 1.56px;
  text-align: center;
  color: #ffffff;
  padding: 30px 20px;
}

.tabs > div #tabs-big .main {
  padding: 50px 11% 45px 11%;
  border-radius: 0 0 8px 8px;
  background-color: #ffffff;
  overflow: hidden;
}

.tabs > div #tabs-big .main small {
  display: flex;
  justify-content: flex-end;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.67px;
  text-align: right;
  color: #005bab;
  line-height: 19px;
  margin-top: 45px;
  position: relative;
}

.tabs > div #tabs-big .main small span {
  position: absolute;
  right: 0;
  bottom: 80%;
}

.tabs > div #tabs-big .main title {
  display: none;
}

.tabs > div #tabs-big .main strong {
  display: block;
  text-align: center;
  margin-bottom: 16px;
}

.tabs > div #tabs-big .main strong > span {
  display: inline-block;
  vertical-align: middle;
  line-height: 27px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #005bab;
  margin: 0 25px;
}

.tabs > div #tabs-big .main strong > span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 25px;
  height: 3px;
  border-radius: 5px;
  background: #40af4a;
}

.tabs > div #tabs-big .main strong > span:last-of-type:before {
  background: #009fe8;
}

.tabs > div #tabs-big .main .chart1 {
  position: relative;
}

.tabs > div #tabs-big.aos-animate .main .chart1 .hide1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/tabs-chart1-web3.jpg) right no-repeat;
  background-size: auto 100%;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: charthide;
  animation-delay: 0.5s;
  z-index: 3;
}

.tabs > div #tabs-big.aos-animate .main .chart1 .hide2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/tabs-chart1-web2.jpg) right no-repeat;
  background-size: auto 100%;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: charthide;
  animation-delay: 2s;
  z-index: 2;
}

@keyframes charthide {
  100% {
    width: 0;
  }
}
.tabs > div #tabs-big .main .chart1 img {
  width: 100%;
}

.tabs > div #tabs-big .main .chart2 {
  position: relative;
}

.tabs > div #tabs-big .main .chart2 img {
  width: 100%;
}

.tabs > div #tabs-big .main .chart2 .list {
  width: 100%;
  position: absolute;
  bottom: 9.5%;
  left: 19%;
}

.tabs > div #tabs-big .main .chart2 .list > div {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 9.2%;
  width: 7%;
}

.tabs > div #tabs-big .main .chart2 .list > div img {
  width: 100%;
  display: block;
  margin: 0 auto 10px auto;
}

.tabs > div #tabs-big .main .chart2.aos-animate .list > div img {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
}

.tabs > div #tabs-big .main .chart2 .list > div img + img {
  width: 70%;
  display: block;
  margin: 0 auto;
}

.tabs > div #tabs-big .main .chart2.aos-animate .list > div:nth-of-type(1) img + img {
  animation-delay: 0.2s;
}

.tabs > div #tabs-big .main .chart2.aos-animate .list > div:nth-of-type(2) img + img {
  animation-delay: 0.4s;
}

.tabs > div #tabs-big .main .chart2.aos-animate .list > div:nth-of-type(3) img + img {
  animation-delay: 0.6s;
}

.tabs > div #tabs-big .main .chart2.aos-animate .list > div:nth-of-type(4) img + img {
  animation-delay: 0.8s;
}

.tabs > div #tabs-big .main .chart2.aos-animate .list > div:nth-of-type(5) img + img {
  animation-delay: 1s;
}

.tabs > div #tabs-big .main .chart2.aos-animate .list > div:nth-of-type(1) img {
  animation-delay: 1.2s;
}

.tabs > div #tabs-big .main .chart2.aos-animate .list > div:nth-of-type(2) img {
  animation-delay: 1.4s;
}

.tabs > div #tabs-big .main .chart2.aos-animate .list > div:nth-of-type(3) img {
  animation-delay: 1.6s;
}

.tabs > div #tabs-big .main .chart2.aos-animate .list > div:nth-of-type(4) img {
  animation-delay: 1.8s;
}

.tabs > div #tabs-big .main .chart2.aos-animate .list > div:nth-of-type(5) img {
  animation-delay: 2s;
}

.star {
  background: url(../img/star-bg-web.png) repeat;
  background-size: 100% auto;
  position: relative;
  overflow: hidden;
}

.star:before {
  content: "";
  width: 100%;
  height: 266px;
  background: url(../img/star-top-bg.png) top center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 2590px;
  left: 0;
}

.star:after {
  content: "";
  width: 100%;
  height: 425px;
  background: url(../img/star-bottom-bg-web.png) top center no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}

.star > .cloud > img:nth-of-type(1) {
  display: block;
  width: 6.05%;
  position: absolute;
  left: 10.5%;
  bottom: 2892px;
  z-index: 0;
  animation: cloudmove3 infinite 5s;
}

.star > .cloud > img:nth-of-type(2) {
  display: block;
  width: 23.16%;
  position: absolute;
  right: 12.39%;
  bottom: 2853px;
  z-index: 0;
  animation: cloudmove3 infinite 5s;
}

.star > .cloud > img:nth-of-type(3) {
  display: block;
  width: 6.37%;
  position: absolute;
  right: 3.7%;
  bottom: 2965px;
  z-index: 0;
  animation: cloudmove3 infinite 5s;
}

.star > .cloud > img:nth-of-type(4) {
  display: block;
  width: 7.91%;
  position: absolute;
  left: 0;
  bottom: 1803px;
  z-index: 0;
  animation: cloudmove3 infinite 5s;
}

.star > .cloud > img:nth-of-type(5) {
  display: block;
  width: 6.7%;
  position: absolute;
  left: 9.62%;
  bottom: 1905px;
  z-index: 0;
  animation: cloudmove3 infinite 5s;
}

.star > .cloud > img:nth-of-type(6) {
  display: block;
  width: 8.11%;
  position: absolute;
  right: 6.03%;
  bottom: 2120px;
  z-index: 0;
  animation: cloudmove3 infinite 5s;
}

.star > .cloud > img:nth-of-type(7) {
  display: block;
  width: 9.4%;
  position: absolute;
  left: 12.13%;
  bottom: 1368px;
  z-index: 0;
  animation: cloudmove3 infinite 5s;
}

.star > .cloud > img:nth-of-type(8) {
  display: block;
  width: 8.17%;
  position: absolute;
  right: 9.7%;
  bottom: 1377px;
  z-index: 0;
  animation: cloudmove3 infinite 5s;
}

.star > .cloud > img:nth-of-type(9) {
  display: block;
  width: 8.21%;
  position: absolute;
  right: 0;
  bottom: 1176px;
  z-index: 0;
  animation: cloudmove3 infinite 5s;
}

.star > .cloud > img:nth-of-type(10) {
  display: block;
  width: 7.89%;
  position: absolute;
  left: 0;
  bottom: 436px;
  z-index: 0;
  animation: cloudmove3 infinite 5s;
}

.star > .cloud > img:nth-of-type(11) {
  display: block;
  width: 6.95%;
  position: absolute;
  left: 17.48%;
  bottom: 489px;
  z-index: 0;
  animation: cloudmove3 infinite 5s;
}

.star > .cloud > img:nth-of-type(12) {
  display: block;
  width: 6.71%;
  position: absolute;
  right: 9.7%;
  bottom: 465px;
  z-index: 0;
  animation: cloudmove3 infinite 5s;
}

.star > .esg {
  position: absolute;
  left: 0;
  width: 21.53%;
  bottom: 804px;
  animation: cloudmove2 infinite 5s;
  z-index: 0;
}

.star > .tree > img:nth-of-type(1) {
  display: block;
  position: absolute;
  width: 2.34%;
  right: 14.94%;
  bottom: 2517px;
  z-index: 0;
  animation: leaf-fly2 5s linear infinite;
}

.star > .tree > img:nth-of-type(2) {
  display: block;
  position: absolute;
  width: 3.03%;
  right: 9.375%;
  bottom: 2517px;
  z-index: 0;
  animation: leaf-fly2 5s linear infinite;
}

.star > .tree > img:nth-of-type(3) {
  display: block;
  position: absolute;
  width: 2.83%;
  right: 6.01%;
  bottom: 2517px;
  z-index: 0;
  animation: leaf-fly2 5s linear infinite;
}

.star > div {
  max-width: 1270px;
  padding: 77px 30px 651px 30px;
  margin: 0px auto;
  position: relative;
  z-index: 1;
}

.star h2 {
  display: inline-block;
}

.star h2 > div {
  position: relative;
}

.star h2 > div:before {
  content: "";
  display: block;
  position: absolute;
  left: -31px;
  bottom: -18px;
  width: 51px;
  height: 3px;
  background: linear-gradient(91deg, #86cbf0 50%, #00a8e4 100%);
}

.star h2 > div:after {
  content: "";
  display: block;
  position: absolute;
  right: -26px;
  top: 0px;
  width: 51px;
  height: 3px;
  background: linear-gradient(91deg, #86cbf0 50%, #00a8e4 100%);
}

.star h2 .icon {
  display: block;
  width: 433px;
}

.star h2 span {
  display: inline-block;
  vertical-align: middle;
  font-size: 42px;
  font-weight: bold;
  line-height: 66px;
  color: #005bab;
  margin: 0 5px;
}

.star h2 i {
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #86cbf0 60%, #00a8e4 100%);
}

.star > div > p {
  margin: 87px auto 50px auto;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 1px;
  color: #074599;
  text-justify: inter-ideograph;
}

.star .number {
  padding: 36px 0 0 0;
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1);
  border: solid 1.5px #dfe9a5;
  background-color: #ffffff;
  overflow: hidden;
}

.star .number:after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-image: linear-gradient(to right, #8ec64e, #40af4a 100%);
  margin-top: 46px;
}

.star .number > div {
  max-width: 970px;
  margin: 0px auto;
  padding: 0 15px;
}

.star h3 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #40af4a;
  letter-spacing: 0.58px;
  line-height: 40px;
  display: inline-block;
  padding: 6px 0;
  position: relative;
  margin-bottom: 29px;
}

.star h3:before {
  content: "";
  display: block;
  width: 3px;
  height: 17px;
  background: #009fe8;
  position: absolute;
  bottom: 0;
  left: -20px;
  top: 0;
  margin: auto;
  transform: rotate(30deg);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.star h3:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #c5d84e, #8ec64e);
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.star .number .info span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 50px;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 1px;
  color: #005bab;
}

.star .number .info span i {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background-image: linear-gradient(to bottom, #8ec64e, #40af4a);
  margin-right: 10px;
}

.star .number .info span:nth-of-type(2) i {
  background-image: linear-gradient(to bottom, #86cbf0, #00a8e4);
}

.star .number .info small {
  float: right;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.67px;
  color: #005bab;
}

.star .number .img {
  margin: 64px auto 109px auto;
  position: relative;
}

.star .number .img img {
  width: 100%;
}

.star .number .img i {
  display: inline-block;
  font-size: 28px;
  font-weight: 500;
  line-height: 41px;
  color: #fff;
  position: absolute;
  left: 14%;
  top: 42%;
  font-style: normal;
}

.star .number .img i + i {
  left: auto;
  right: 12%;
}

.star .number .img span {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 27px;
  color: #074599;
  position: absolute;
  left: 4%;
  bottom: -30%;
}

.star .number .img span + span {
  left: auto;
  right: 2%;
}

.star .number .img .ok {
  display: inline-block;
  width: 17.85%;
  position: absolute;
  left: 38.7%;
  top: -35%;
}

.star .number .img .ok + .ok {
  left: auto;
  right: 46.5%;
  top: auto;
  bottom: -57%;
}

.star .number .icon {
  margin-bottom: 34px;
  white-space: nowrap;
}

.star .number .icon li {
  display: inline-block;
  vertical-align: middle;
  padding-left: 85px;
  position: relative;
  margin-right: 11.5%;
  text-align: left;
}

.star .number .icon li:last-of-type {
  margin: 0;
}

.star .number .icon li img {
  display: block;
  width: 70px;
  position: absolute;
  left: 0;
  top: 0;
}

.star .number .icon li b {
  display: block;
  line-height: 35px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.58px;
  color: #40af4a;
}

.star .number .icon li span {
  display: block;
  line-height: 35px;
  font-size: 18px;
  font-weight: bold;
  color: #40af4a;
}

.star .number > div > p {
  padding: 21px 15px 19px 39px;
  border-radius: 12px;
  background-image: linear-gradient(to bottom, #ffffff, #caecff);
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.89px;
  color: #005bab;
  line-height: 25px;
  text-justify: inter-ideograph;
  position: relative;
}

.star .number > div > p:before {
  content: "";
  position: absolute;
  left: 19px;
  top: 28px;
  width: 2.5px;
  height: 15px;
  background: #009fe8;
  transform: rotate(30deg);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.star .number > div > small {
  display: block;
  text-align: left;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  color: #005bab;
  margin-top: 20px;
  text-justify: inter-ideograph;
}

.star .number > div.special .icon {
  margin: -50px 0 39px 0;
}

.star .number > div.special h3 {
  margin: 35px 0 0 0;
}

.star .number > div.special .info span img {
  display: inline-block;
  vertical-align: middle;
  height: 35px;
  margin-right: 15px;
}

.star .number > div.special .sm {
  float: left;
  width: calc(50% - 33px);
  text-align: center;
  position: relative;
  margin-bottom: 25px;
}

.star .number > div.special .sm + .sm {
  float: right;
}

.star .number > div.special .sm > b {
  display: inline-block;
  padding: 0 24px;
  border-radius: 23px;
  background-image: linear-gradient(to top, #caecff 20%, #ffffff);
  line-height: 48px;
  font-size: 24px;
  font-weight: bold;
  color: #005bab;
  margin: 30px auto 86px auto;
}

.star .number > div.special .sm > img {
  display: block;
  width: 100%;
}

.star .number > div.special .sm > img.point {
  position: absolute;
  width: 27.9%;
  left: 15.1%;
  top: 103px;
}

.star .number > div.special .sm + .sm > img.point {
  left: 13.1%;
}

.star .detail {
  margin-top: 85px;
  position: relative;
  /* padding-top: 180px; */
  padding-top: 40px;
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1);
  border: solid 1.5px #dfe9a5;
  background-color: #ffffff;
}

.star .detail > .grass {
  display: block;
  position: absolute;
  left: 100px;
  width: 298px;
  bottom: 9px;
}

.star .detail h4 {
  padding: 0 14px 0 48px;
  background-image: linear-gradient(to bottom, #6fcea9, #57b38f 35%, #009b93 100%, #009b93 100%);
  line-height: 90px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: -48px;
  top: 35px;
  z-index: 1;
}

.star .detail:after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-image: linear-gradient(to right, #8ec64e, #40af4a 100%);
  margin-top: 110px;
}

.star .detail > div {
  max-width: 970px;
  margin: 0px auto;
  padding: 0 15px;
}

.star .detail h3 {
  color: #009b93;
  margin-bottom: 40px;
}

.star .detail h3:after {
  background: linear-gradient(to right, #86cbf0, #00a8e4);
}

.star .detail .circle {
  text-align: center;
  list-style: none;
}

.star .detail .circle li {
  float: left;
  width: 50%;
  margin: auto;
}

.star .detail .circle li strong {
  display: block;
  font-size: 22px;
  font-weight: bold;
  line-height: 29px;
  letter-spacing: 1.22px;
  color: #40af4a;
}

.star .detail .circle li .pie {
  margin: 36px auto 60px auto;
  position: relative;
  overflow: hidden;
}

.star .detail .circle li .pie .chart {
  width: 250px;
  height: 250px;
  margin: 0px auto;
}

.star .detail .circle li .pie .chart svg {
  display: none;
}

.star .detail .circle li .pie .chart svg:first-of-type {
  display: block;
}

.star .detail .circle li .point {
  text-align: center;
}

.star .detail .circle li .point p {
  display: inline-block;
  width: calc(50% - 3px);
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 1px;
  color: #005bab;
  position: relative;
  margin-bottom: 20px;
  text-align: left;
  vertical-align: top;
}

.star .detail .circle li .point p i {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  margin-right: 10px;
  vertical-align: middle;
}

.star .detail .circle li .point#InvestArea p:nth-child(1) i, .star .detail .circle li .point#InvestIndustry p:nth-child(1) i {
  background: #0088e4;
}
.star .detail .circle li .point#InvestArea p:nth-child(2) i, .star .detail .circle li .point#InvestIndustry p:nth-child(2) i {
  background: #ff6a00;
}
.star .detail .circle li .point#InvestArea p:nth-child(3) i, .star .detail .circle li .point#InvestIndustry p:nth-child(3) i {
  background: #005bac;
}
.star .detail .circle li .point#InvestArea p:nth-child(4) i, .star .detail .circle li .point#InvestIndustry p:nth-child(4) i {
  background: #ffd300;
}
.star .detail .circle li .point#InvestArea p:nth-child(5) i, .star .detail .circle li .point#InvestIndustry p:nth-child(5) i {
  background: #1799e2;
}
.star .detail .circle li .point#InvestArea p:nth-child(6) i, .star .detail .circle li .point#InvestIndustry p:nth-child(6) i {
  background: #ff8533;
}
.star .detail .circle li .point#InvestArea p:nth-child(7) i, .star .detail .circle li .point#InvestIndustry p:nth-child(7) i {
  background: #0b66b7;
}
.star .detail .circle li .point#InvestArea p:nth-child(8) i, .star .detail .circle li .point#InvestIndustry p:nth-child(8) i {
  background: #ffe266;
}
.star .detail .circle li .point#InvestArea p:nth-child(9) i, .star .detail .circle li .point#InvestIndustry p:nth-child(9) i {
  background: #2faae0;
}
.star .detail .circle li .point#InvestArea p:nth-child(10) i, .star .detail .circle li .point#InvestIndustry p:nth-child(10) i {
  background: #ff9750;
}
.star .detail .circle li .point#InvestArea p:nth-child(11) i, .star .detail .circle li .point#InvestIndustry p:nth-child(11) i {
  background: #1a73c4;
}
.star .detail .circle li .point#InvestArea p:nth-child(12) i, .star .detail .circle li .point#InvestIndustry p:nth-child(12) i {
  background: #ffe98a;
}
.star .detail .circle li .point#InvestArea p:nth-child(13) i, .star .detail .circle li .point#InvestIndustry p:nth-child(13) i {
  background: #47b6dd;
}
.star .detail .circle li .point#InvestArea p:nth-child(14) i, .star .detail .circle li .point#InvestIndustry p:nth-child(14) i {
  background: #ffa76c;
}
.star .detail .circle li .point#InvestArea p:nth-child(15) i, .star .detail .circle li .point#InvestIndustry p:nth-child(15) i {
  background: #2f80d1;
}
.star .detail .circle li .point#InvestArea p:nth-child(16) i, .star .detail .circle li .point#InvestIndustry p:nth-child(16) i {
  background: #fff1b6;
}
.star .detail .circle li .point#InvestArea p:nth-child(17) i, .star .detail .circle li .point#InvestIndustry p:nth-child(17) i {
  background: #5ec0db;
}
.star .detail .circle li .point#InvestArea p:nth-child(18) i, .star .detail .circle li .point#InvestIndustry p:nth-child(18) i {
  background: #ffb888;
}
.star .detail .circle li .point#InvestArea p:nth-child(19) i, .star .detail .circle li .point#InvestIndustry p:nth-child(19) i {
  background: #3c95e5;
}
.star .detail .circle li .point#InvestArea p:nth-child(20) i, .star .detail .circle li .point#InvestIndustry p:nth-child(20) i {
  background: #fff9de;
}
.star .detail .circle li .point#InvestArea p:nth-child(21) i, .star .detail .circle li .point#InvestIndustry p:nth-child(21) i {
  background: #3c95e5;
}
.star .detail .circle li .point#InvestArea p:nth-child(22) i, .star .detail .circle li .point#InvestIndustry p:nth-child(22) i {
  background: #ffb888;
}
.star .detail .circle li .point#InvestArea p:nth-child(23) i, .star .detail .circle li .point#InvestIndustry p:nth-child(23) i {
  background: #5ec0db;
}
.star .detail .circle li .point#InvestArea p:nth-child(24) i, .star .detail .circle li .point#InvestIndustry p:nth-child(24) i {
  background: #fff1b6;
}
.star .detail .circle li .point#InvestArea p:nth-child(25) i, .star .detail .circle li .point#InvestIndustry p:nth-child(25) i {
  background: #2f80d1;
}
.star .detail .circle li .point#InvestArea p:nth-child(26) i, .star .detail .circle li .point#InvestIndustry p:nth-child(26) i {
  background: #ffa76c;
}
.star .detail .circle li .point#InvestArea p:nth-child(27) i, .star .detail .circle li .point#InvestIndustry p:nth-child(27) i {
  background: #47b6dd;
}
.star .detail .circle li .point#InvestArea p:nth-child(28) i, .star .detail .circle li .point#InvestIndustry p:nth-child(28) i {
  background: #ffe98a;
}
.star .detail .circle li .point#InvestArea p:nth-child(29) i, .star .detail .circle li .point#InvestIndustry p:nth-child(29) i {
  background: #1a73c4;
}
.star .detail .circle li .point#InvestArea p:nth-child(30) i, .star .detail .circle li .point#InvestIndustry p:nth-child(30) i {
  background: #ff9750;
}
.star .detail .circle li .point#InvestArea p:nth-child(31) i, .star .detail .circle li .point#InvestIndustry p:nth-child(31) i {
  background: #2faae0;
}
.star .detail .circle li .point#InvestArea p:nth-child(32) i, .star .detail .circle li .point#InvestIndustry p:nth-child(32) i {
  background: #ffe266;
}
.star .detail .circle li .point#InvestArea p:nth-child(33) i, .star .detail .circle li .point#InvestIndustry p:nth-child(33) i {
  background: #0b66b7;
}
.star .detail .circle li .point#InvestArea p:nth-child(34) i, .star .detail .circle li .point#InvestIndustry p:nth-child(34) i {
  background: #ff8533;
}
.star .detail .circle li .point#InvestArea p:nth-child(35) i, .star .detail .circle li .point#InvestIndustry p:nth-child(35) i {
  background: #1799e2;
}
.star .detail .circle li .point#InvestArea p:nth-child(36) i, .star .detail .circle li .point#InvestIndustry p:nth-child(36) i {
  background: #ffd300;
}
.star .detail .circle li .point#InvestArea p:nth-child(37) i, .star .detail .circle li .point#InvestIndustry p:nth-child(37) i {
  background: #005bac;
}
.star .detail .circle li .point#InvestArea p:nth-child(38) i, .star .detail .circle li .point#InvestIndustry p:nth-child(38) i {
  background: #aaaaaa;
}
.star .detail .circle li .point#InvestArea p:nth-child(39) i, .star .detail .circle li .point#InvestIndustry p:nth-child(39) i {
  background: #666666;
}
.star .detail .circle li .point#InvestArea p:nth-child(40) i, .star .detail .circle li .point#InvestIndustry p:nth-child(40) i {
  background: #222222;
}

/* .star .detail .circle li .point#InvestArea p:nth-child(1) i {
    background: linear-gradient(to bottom, #6fcea9, #57b38f 35%, #009b93 100%, #009b93 100%);
}

.star .detail .circle li .point#InvestArea p:nth-child(2) i {
    background: linear-gradient(to bottom, #fff386, #ffe643);
}

.star .detail .circle li .point#InvestArea p:nth-child(3) i {
    background: linear-gradient(to bottom, #86cbf0, #00a8e4);
}

.star .detail .circle li .point#InvestIndustry p:nth-child(1) i {
    background: linear-gradient(to bottom, #6fcea9, #57b38f 35%, #009b93 100%, #009b93 100%);
}

.star .detail .circle li .point#InvestIndustry p:nth-child(2) i {
    background: linear-gradient(to bottom, #8ec64e, #40af4a);
}

.star .detail .circle li .point#InvestIndustry p:nth-child(3) i {
    background: linear-gradient(to bottom, #008a3a, #006934);
}

.star .detail .circle li .point#InvestIndustry p:nth-child(4) i {
    background: linear-gradient(to bottom, #006934, #1e4249);
}

.star .detail .circle li .point#InvestIndustry p:nth-child(5) i {
    background: linear-gradient(to bottom, #86cbf0, #00a8e4);
}

.star .detail .circle li .point#InvestIndustry p:nth-child(6) i {
    background: linear-gradient(to bottom, #00a8e4 50%, #0072ba);
}

.star .detail .circle li .point#InvestIndustry p:nth-child(7) i {
    background: linear-gradient(to top, #004097, #009fe8);
}

.star .detail .circle li .point#InvestIndustry p:nth-child(8) i {
    background: linear-gradient(to bottom, #fff386, #ffe643);
}

.star .detail .circle li .point#InvestIndustry p:nth-child(9) i {
    background: linear-gradient(to bottom, #ffd986, #ffcf76);
}

.star .detail .circle li .point#InvestIndustry p:nth-child(10) i {
    background: linear-gradient(to bottom, #f8885c, #ffa785);
} */
.star .detail .circle li .point p span {
  vertical-align: middle;
}

.star .detail .circle li:nth-of-type(2) .point > div {
  margin-left: 20%;
}

.star .detail > div > small {
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  text-align: right;
  color: #005bab;
  padding-top: 20px;
  margin: 19px 0 50px 0;
  border-top: solid 1.2px #86cbf0;
}

.star .detail .list {
  list-style: none;
}

.star .detail .list li {
  float: left;
  display: flex;
  flex-wrap: wrap;
}

.star .detail .list li + li {
  float: right;
}

.star .detail .list li span {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: calc(50% - 60px);
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 1.22px;
  color: #005bab;
  padding: 15px 0;
  position: relative;
  margin: 0 25px;
}

.star .detail .list li span:before {
  content: "";
  display: block;
  width: 100%;
  height: 1.5px;
  background: linear-gradient(to right, #c5d84e, #8ec64e);
  position: absolute;
  left: 0;
  bottom: 0;
}

.star .detail .list li span:after {
  display: none;
}

.star .detail .list li span:nth-child(9):before {
  display: none;
}

.star .detail .list li span:nth-child(10):before {
  display: none;
}

.star .detail .list li span i {
  font-style: normal;
  font-weight: normal;
  min-width: 100px;
  text-align: right;
}

.star .detail .file {
  list-style: none;
}

.star .detail .file .li {
  display: flex;
  line-height: 27px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: normal;
  color: #005bab;
  flex-wrap: wrap;
  position: relative;
}

.star .detail .file .li b {
  float: left;
  min-width: 140px;
  margin-right: 40px;
  font-weight: bold;
  color: #009b93;
}

.star .detail .file .li ul {
  list-style: none;
  max-width: calc(100% - 320px);
}

.star .detail .file .li ul li {
  margin-bottom: 15px;
  position: relative;
}

.star .detail .file .li ul li img {
  position: absolute;
  left: calc(100% + 20px);
  top: 0;
  width: 150px;
}

.map {
  background-image: linear-gradient(to bottom, #00a8e4 50%, #0072ba);
  padding: 117px 0 139px 0;
  overflow: hidden;
}

.map > div {
  max-width: 1270px;
  padding: 0 30px;
  margin: 0px auto;
  position: relative;
  z-index: 1;
}

.map h2 {
  text-align: center;
  display: inline-block;
  margin-bottom: 40px;
}

.map h2 span {
  display: inline-block;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0.88px;
  text-align: center;
  color: #ffffff;
  line-height: 62px;
  margin-bottom: 18px;
}

.map h2 small {
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1.56px;
  text-align: center;
  color: #ffffff;
  line-height: 41px;
}

.map h2 span:after,
.map h2 small:after {
  content: "";
  display: block;
  margin-top: 5px;
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background: linear-gradient(to right, #86cbf0 60%, #c5e5f7 100%);
}

.map > div > p {
  font-size: 18px;
  font-weight: normal;
  line-height: 27px;
  letter-spacing: 1px;
  color: #ffffff;
  text-justify: inter-ideograph;
  color: #fff;
}

.map .main {
  position: relative;
  width: 100%;
  max-height: 423px;
  height: 32vw;
  margin-top: 115px;
}

.map .main .other {
  display: block;
  position: absolute;
  width: 96.94%;
  left: 6.12%;
  top: 25.06%;
}

.map .main .map1,
.map .main .map2,
.map .main .map3,
.map .main .title1,
.map .main .title2,
.map .main .title3 {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  display: block;
}

.map .main .map1 img,
.map .main .map2 img,
.map .main .map3 img,
.map .main .title1 img,
.map .main .title2 img,
.map .main .title3 img {
  display: block;
  width: 100%;
}

.map .main .slider > div:hover .map1,
.map .main .slider > div:hover .map2,
.map .main .slider > div:hover .map3 {
  filter: drop-shadow(5px 5px 5px rgba(255, 255, 255, 0.7));
}

.map .main .slider > div:hover .title1,
.map .main .slider > div:hover .title2,
.map .main .slider > div:hover .title3 {
  transform: scale(1.05);
}

.map .main .map1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 35.9%;
}

.map .main .map2 {
  position: absolute;
  left: 34.7%;
  top: 2.5%;
  width: 18%;
}

.map .main .map3 {
  position: absolute;
  left: 51%;
  top: 0%;
  width: 43.34%;
}

.map .main .title1 {
  position: absolute;
  left: 7.69%;
  top: -20%;
  width: 12.66%;
}

.map .main .title2 {
  position: absolute;
  left: 38.88%;
  top: -20%;
  width: 12.66%;
}

.map .main .title3 {
  position: absolute;
  left: 63.61%;
  top: -20%;
  width: 12.66%;
}

.map .main .box {
  position: fixed;
  z-index: 999999;
  left: -100%;
  top: 0;
  width: 50%;
  min-width: 600px;
  height: 100%;
  overflow: hidden;
  background: #fff;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  opacity: 0;
  pointer-events: none;
  background-image: linear-gradient(to right, #86cbf0 0%, #ffffff 40%);
  padding: 87px 87px 0 15vw;
}

.map .main .box.open {
  left: 0;
  opacity: 1;
  pointer-events: inherit;
}

.map .main .box + .cover {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  pointer-events: none;
}

.map .main .box.open + .cover {
  background: rgba(0, 0, 0, 0.5);
  pointer-events: inherit;
}

.map .main .box h3 {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  font-size: 28px;
  font-weight: bold;
  line-height: 41px;
  letter-spacing: 0.58px;
  color: #005bab;
}

.map .main .box h3:after {
  content: "";
  margin-top: 3px;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #86cbf0, #00a8e4);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.map .main .box h3:before {
  content: "";
  display: block;
  width: 3px;
  height: 17px;
  background: #009fe8;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  margin: auto;
  transform: rotate(30deg);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.map .main .box .close {
  display: block;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 20px;
  cursor: pointer;
}

.map .main .box .sm-tabs ul {
  list-style: none;
  padding: 40px 0;
  white-space: nowrap;
  overflow: auto;
  margin-bottom: 5px;
}

.map .main .box .sm-tabs ul li {
  display: inline-block;
  margin-right: 20px;
}

.map .main .box .sm-tabs ul li a {
  display: block;
  line-height: 50px;
  border-radius: 30px;
  background-image: linear-gradient(to bottom, #86cbf0, #00a8e4);
  padding: 0 40px 5px 40px;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}

.map .main .box .sm-tabs ul li.ui-tabs-active a {
  background-image: linear-gradient(to bottom, #00a8e4, #0072ba 44%, #074599);
}

.map .main .box .sm-tabs .text {
  height: calc(100% - 300px);
  overflow: auto;
  position: absolute;
  padding: 0 72px 0 0;
  margin-right: 10px;
}

.map .main .box .sm-tabs .text:before {
  content: "";
  display: block;
  width: 100%;
  height: 1.2px;
  background: #86cbf0;
  position: sticky;
  left: 0;
  top: 0;
}

.map .main .box .sm-tabs .text strong {
  display: block;
  margin-top: 40px;
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 1.22px;
  color: #074599;
}

.map .main .box .sm-tabs .text strong img {
  display: inline-block;
  width: 33px;
  margin-right: 9px;
}

.map .main .box .sm-tabs .text p {
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 1px;
  color: #074599;
  margin-top: 20px;
  text-justify: inter-ideograph;
}

.map .main .box .sm-tabs .text p b {
  display: inline-block;
}

.map .main .box .sm-tabs .text small {
  display: block;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: normal;
  color: #074599;
  padding-top: 20px;
  margin-top: 30px;
  border-top: 1.2px #86cbf0 solid;
  text-justify: inter-ideograph;
}

.map .main .box .sm-tabs .text .foot {
  display: block;
  margin-top: 40px;
  text-justify: inter-ideograph;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0.67px;
  color: #005bab;
}

.horizon {
  padding-top: 140px;
  background-image: linear-gradient(to top, #86cbf0, #ffffff 50%);
  white-space: nowrap;
  /* height: 760px; */
  height: auto;
  overflow-x: scroll !important;
}

.horizon.mac {
  height: 740px;
  overflow-x: hidden !important;
}

.horizon .door1,
.horizon .bg1,
.horizon .one,
.horizon .windows,
.horizon .bg2,
.horizon .door2,
.horizon .two,
.horizon .three,
.horizon .space1,
.horizon .four,
.horizon .space2,
.horizon .list {
  display: inline-block !important;
  vertical-align: top;
}

.horizon .door1 {
  width: 289px;
  margin-right: 131px;
}

.horizon h3 {
  display: inline-block;
  margin-top: 50px;
  font-size: 38px;
  font-weight: bold;
  line-height: 50px;
  letter-spacing: 0.88px;
  color: #005bab;
  position: relative;
  max-width: 100%;
  white-space: normal;
}

.horizon h3 i {
  display: block;
  width: 3px;
  height: 25px;
  background: #57b38f;
  position: absolute;
  bottom: 0;
  left: -20px;
  top: 0;
  margin: auto;
  transform: rotate(30deg);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.horizon h3:after {
  content: "";
  display: block;
  width: 90%;
  height: 3px;
  background: linear-gradient(to right, #86cbf0 60%, #00a8e4 100%);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-top: 15px;
  margin-left: -10px;
}

.horizon h3:before {
  content: "";
  display: block;
  width: 51px;
  height: 3px;
  background: linear-gradient(to right, #86cbf0 60%, #00a8e4 100%);
  position: absolute;
  right: -15px;
  top: -15px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.horizon p {
  font-size: 18px;
  font-weight: normal;
  line-height: 25px;
  letter-spacing: 1px;
  color: #074599;
  margin-bottom: 30px;
  text-justify: inter-ideograph;
  white-space: normal;
}

.horizon .one {
  margin-right: 42px;
  width: 590px;
}

.horizon .one h3 {
  margin-bottom: 54px;
}

.horizon .white-arrow {
  width: 400px;
  padding-top: 15px;
}

.horizon .white-arrow > img {
  float: left;
  width: 100px;
  margin-right: 50px;
  animation: arrowmove infinite 1s alternate;
}

@keyframes arrowmove {
  to {
    opacity: 0;
  }
}
.horizon .white-arrow > img:last-of-type {
  margin-right: 0;
}

.horizon .white-arrow > img:nth-of-type(1) {
  animation-delay: 0.5s;
}

.horizon .white-arrow > img:nth-of-type(2) {
  animation-delay: 1s;
}

.horizon .white-arrow > img:nth-of-type(3) {
  animation-delay: 1.5s;
}

.horizon .white-arrow .bg {
  display: block;
  width: 100%;
  opacity: 0;
}

.horizon .windows {
  position: relative;
  width: 715px;
  margin-right: 197px;
}

.horizon .windows > span {
  display: block;
  position: absolute;
  left: 12%;
  top: 1%;
  width: 75%;
  height: 64%;
  background: url(../img/horizon-windows-bg.jpg) no-repeat;
  background-size: auto 100%;
  background-position: 0 0;
  z-index: 0;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
}

.horizon .windows.aos-animate > span {
  animation-duration: 5s;
  animation-name: window;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-delay: 1.5s;
}

@keyframes window {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1000px 0;
  }
}
.horizon .windows > img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

.horizon .door2 {
  width: 423px;
  margin-right: 188px;
}

.horizon .two {
  width: 658px;
  margin-right: 85px;
  padding-top: 118px;
}

.horizon h3 small {
  display: block;
  font-size: 34px;
  letter-spacing: 0.71px;
}

.horizon .two h3 {
  margin-bottom: 25px;
}

.horizon .en {
  font-size: 100px;
  font-weight: 100;
  line-height: 149px;
  color: #86cbf0;
  margin-bottom: 9px;
}

.horizon .seat {
  width: 462px;
}

.horizon .three {
  width: 520px;
}

.horizon .three h3 {
  margin-bottom: 34px;
}

.horizon .space1 {
  width: 462px;
  margin-right: -140px;
  position: relative;
  padding-top: 310px;
}

.horizon .space1 .sign {
  width: 302px;
  position: absolute;
  left: 0;
  top: -60px;
}

.horizon .four {
  width: 449px;
  margin-right: -87px;
  padding-top: 107px;
}

.horizon .four h3 {
  margin-bottom: 92px;
}

.horizon .four > small {
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 19px;
  letter-spacing: 0.67px;
  color: #005bab;
  text-justify: inter-ideograph;
  white-space: normal;
}

.horizon .space2 {
  width: 540px;
  margin-top: -70px;
}

.horizon .space2 > img {
  margin-left: 137px;
  width: 100px;
  margin-top: 90px;
}

.horizon .list {
  list-style: none;
  margin-left: -60px;
  position: relative;
}

.horizon .list li {
  width: 320px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 105px;
  position: relative;
  cursor: pointer;
}

.horizon .list li > img {
  display: block;
  width: 98%;
  margin: 0px auto;
}

.horizon .list li .word {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  text-justify: inter-ideograph;
  white-space: normal;
  overflow: hidden;
  border-radius: 140px;
}

.horizon .list li .word img {
  display: block;
  width: 100%;
  pointer-events: none;
  position: relative;
  z-index: 1;
}

.horizon .list li .word > div {
  background: url(../img/horizon-list-bg.png) bottom no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: -89%;
  width: 100%;
  height: 96.5%;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #074599;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.horizon .list li.open .word > div {
  top: 0;
}

.horizon .list li .word .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 3;
}

.horizon .list li .word .cover img {
  display: block;
  width: 35%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: clicking 0.5s infinite alternate;
}

@keyframes clicking {
  to {
    opacity: 0;
  }
}
.horizon .list.aos-animate li .word .cover {
  animation: hide 0.5s forwards;
  animation-delay: 3s;
  animation-play-state: paused;
  -ms-animation-play-state: paused;
  /* Internet Explorer 10+ */
  -webkit-animation-play-state: paused;
  /* Internet Explorer 10+ */
}

@keyframes hide {
  to {
    opacity: 0;
  }
}
.horizon .list li .word .cover.ing {
  animation-play-state: running;
  -ms-animation-play-state: running;
  /* Internet Explorer 10+ */
  -webkit-animation-play-state: running;
  /* Internet Explorer 10+ */
}

.horizon .list li .word > div > span {
  padding: 0 40px;
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  text-justify: none;
}

.horizon .list li > strong {
  display: block;
  margin: 24px auto 10px auto;
  font-size: 28px;
  font-weight: 500;
  line-height: 41px;
  letter-spacing: 0.58px;
  text-align: center;
  color: #005bab;
  white-space: normal;
}

.horizon .list li > span {
  display: block;
  font-size: 18px;
  font-weight: normal;
  line-height: 33px;
  letter-spacing: 1px;
  text-align: center;
  color: #074599;
  white-space: normal;
}

.horizon .bg2 {
  position: relative;
}

.horizon .bg2 > small {
  position: absolute;
  right: 105px;
  bottom: 45px;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  color: #074599;
}

@media screen and (min-width: 1025px) {
  .scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: 0;
    border-radius: 10px;
    background: transparent;
  }
  .scrollbar::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: transparent;
  }
  .scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: 0;
    background: #86cbf0;
  }
}
@media screen and (max-width: 1024px) {
  body {
    padding-top: 50px;
  }
  .pad {
    display: block !important;
  }
  .desktop,
  .mobile {
    display: none !important;
  }
  .kv {
    background: url(../img/kv-pad.jpg) center no-repeat;
    background-size: cover;
    height: calc(100vh - 50px);
  }
  .ico {
    transform: scale(0.3);
  }
  .kv .train {
    bottom: 10.6%;
    width: auto;
    height: 16.8%;
  }
  @keyframes train {
    0% {
      right: -100%;
      bottom: 24.6%;
    }
    100% {
      right: -22%;
      bottom: 14.6%;
    }
  }
  .kv .title {
    top: 10vw;
    width: 79vw;
    text-align: center;
  }
  .kv .cloud > img:nth-of-type(1) {
    left: 0;
    top: -40px;
    width: 20.7vw;
  }
  .kv .cloud > img:nth-of-type(2) {
    left: 3.91vw;
    top: 43.75vw;
    width: 13.02vw;
  }
  .kv .cloud > img:nth-of-type(3) {
    left: 22.27vw;
    top: 43.5vw;
    width: 6.51vw;
  }
  .kv .cloud > img:nth-of-type(4) {
    right: 0;
    top: 41vw;
    width: 11.33vw;
  }
  .kv .cloud > img:nth-of-type(5) {
    right: 9.64vw;
    top: 49vw;
    width: 6.51vw;
  }
  .kv .cloud > img:nth-of-type(6) {
    right: 0;
    top: -45px;
    width: 16.15vw;
  }
  .foot-info h3 {
    font-size: 24px;
    line-height: 36px;
    padding: 4px 0;
    margin-bottom: 20px;
  }
  .foot-info h3:before {
    width: 2.5px;
    height: 15px;
    left: -15px;
  }
  .foot-info > div {
    padding: 80px 30px 76px 30px;
  }
  .foot-info strong {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .foot-info p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
  }
  .foot-info p:last-of-type {
    font-size: 14px;
  }
  .tabs {
    background: url(../img/tabs-bg-pad.jpg) bottom center no-repeat;
    background-size: 100% 100%;
  }
  .tabs .cloud > img:nth-of-type(1) {
    width: 12.76%;
    left: -1%;
    bottom: 113px;
  }
  .tabs .cloud > img:nth-of-type(2) {
    width: 6.8%;
    left: 14.58%;
    bottom: 151px;
  }
  .tabs .cloud > img:nth-of-type(3) {
    width: 5.99%;
    right: 16.67%;
    bottom: 87px;
  }
  .tabs .cloud > img:nth-of-type(4) {
    width: 11.46%;
    right: -1%;
    bottom: 122px;
  }
  .tabs > div {
    padding: 80px 30px 200px 30px;
  }
  .tabs > div h2:after {
    right: 20px;
  }
  .tabs > div h2 span,
  .tabs > div h2 small {
    line-height: 35px;
    padding: 10px 0;
    font-size: 36px;
  }
  .tabs > div h2 small {
    font-size: 28px;
  }
  .tabs > div h2 small:after {
    bottom: 5px;
  }
  .tabs > div p {
    font-size: 14px;
    letter-spacing: 0.78px;
    line-height: 20px;
    margin: 30px auto;
  }
  .tabs > div #tabs-big {
    border-radius: 5px;
  }
  .tabs > div #tabs-big ul li.ui-tabs-active:after {
    width: 25px;
    height: 13px;
    bottom: -3px;
  }
  .tabs > div #tabs-big ul li:nth-of-type(1) {
    border-radius: 5px 0 0 0;
  }
  .tabs > div #tabs-big ul li:nth-of-type(2) {
    border-radius: 0 5px 0 0;
  }
  .tabs > div #tabs-big ul li a {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .tabs > div #tabs-big .main {
    padding: 25px 20px 23px 20px;
    border-radius: 0 0 5px 5px;
  }
  .tabs > div #tabs-big .main small {
    margin-top: 21px;
  }
  .tabs > div #tabs-big .main strong {
    height: 22px;
  }
  .tabs > div #tabs-big .main strong > span {
    line-height: 22px;
    font-size: 14.4px;
    letter-spacing: 0.8px;
    margin: 0 20px;
  }
  .tabs > div #tabs-big .main .chart1 .desktop {
    display: block !important;
  }
  .tabs > div #tabs-big .main .chart2 .list {
    left: 20%;
  }
  .tabs > div #tabs-big .main .chart2 .list > div {
    margin-right: 7.6%;
    width: 8.15%;
  }
  .tabs > div #tabs-big .main .chart2 .list > div img + img {
    opacity: 0;
    width: 63%;
  }
  .star {
    background: url(../img/star-bg-pad.png) repeat;
    background-size: 100% auto;
  }
  .star:before {
    display: none;
  }
  .star:after {
    height: 160px;
    background: url(../img/star-bottom-bg-pad.png) top center no-repeat;
    background-size: cover;
  }
  .star > div {
    padding: 89px 15px 262px 15px;
  }
  .star h2 > div:before {
    left: -14px;
    bottom: -14px;
    height: 2.5px;
  }
  .star h2 > div:after {
    right: -15px;
    height: 2.5px;
  }
  .star h2 .icon {
    width: 379px;
    margin-bottom: 3px;
  }
  .star h2 span {
    font-size: 36px;
  }
  .star h2 i {
    height: 2.5px;
  }
  .star > div > p {
    margin: 71px auto 30px auto;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.78px;
    padding: 0 15px;
  }
  .star .number {
    padding: 40px 0 0 0;
  }
  .star .number:after {
    margin-top: 40px;
  }
  .star h3 {
    font-size: 24px;
    letter-spacing: 0.5px;
    padding: 0;
    margin-bottom: 27px;
  }
  .star h3:before {
    width: 2.5px;
    height: 15px;
    left: -15px;
  }
  .star h3:after {
    height: 2.5px;
  }
  .star .number .info span {
    margin-right: 20px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.78px;
  }
  .star .number .info span i {
    width: 14px;
    height: 14px;
  }
  .star .number .img {
    margin: 69px auto 100px auto;
  }
  .star .number .img i {
    font-size: 24px;
    line-height: 36px;
    left: 16%;
  }
  .star .number .img i + i {
    right: 14%;
  }
  .star .number .img span {
    font-size: 14px;
    letter-spacing: 0.78px;
    line-height: 20px;
    left: 5%;
  }
  .star .number .img span + span {
    right: 2.5%;
  }
  .star .number .img .ok {
    left: 40%;
  }
  .star .number .img .ok + .ok {
    right: 46%;
  }
  .star .number .icon {
    margin-bottom: 31px;
  }
  .star .number .icon li {
    padding-left: 70px;
    margin-right: 9%;
  }
  .star .number .icon li img {
    width: 60px;
  }
  .star .number .icon li b {
    line-height: 30px;
    font-size: 24px;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
  }
  .star .number .icon li span {
    line-height: 30px;
    font-size: 14px;
  }
  .star .number > div > p {
    padding: 18px 8px 15px 36px;
    font-size: 13px;
    letter-spacing: 0.72px;
    line-height: 21px;
  }
  .star .number > div > p:before {
    left: 17px;
    top: 23px;
    width: 2px;
    height: 13px;
  }
  .star .number > div > small {
    margin-top: 10px;
  }
  .star .number > div.special .icon {
    margin: -40px 0 32px 0;
  }
  .star .number > div.special .info span img {
    height: 30px;
  }
  .star .number > div.special .sm {
    width: calc(50% - 15px);
    margin-bottom: 20px;
  }
  .star .number > div.special .sm > b {
    padding: 0 22px;
    line-height: 43px;
    font-size: 20px;
    margin: 20px auto 75px auto;
  }
  .star .number > div.special .sm > img.point {
    top: 83px;
  }
  .star .detail {
    margin-top: 70px;
    padding-top: 137px;
  }
  .star .detail > .grass {
    left: 15px;
    width: 209px;
  }
  .star .detail h4 {
    padding: 0 28px 0 30px;
    line-height: 77px;
    font-size: 24px;
    left: -16px;
    top: 30px;
  }
  .star .detail:after {
    margin-top: 40px;
  }
  .star .detail .circle {
    padding: 0 25px;
  }
  .star .detail .circle li strong {
    font-size: 20px;
    letter-spacing: 1.11px;
  }
  .star .detail .circle li .pie {
    margin: 26px auto 40px auto;
  }
  .star .detail .circle li .pie .chart {
    width: 210px;
    height: 210px;
  }
  .star .detail .circle li .point span {
    font-size: 14px;
    letter-spacing: 0.78px;
    margin-bottom: 10px;
  }
  .star .detail .circle li .point span i {
    width: 14px;
    height: 14px;
    margin-right: 10px;
  }
  .star .detail .circle li:nth-of-type(2) .point > div {
    margin-left: 15%;
  }
  .star .detail > div > small {
    padding-top: 14px;
    margin: 16px 0 40px 0;
  }
  .star .detail .list li span {
    font-size: 14px;
    letter-spacing: 0.89px;
    padding: 15px 0;
    width: 100%;
    margin: 0;
    line-height: 22px;
  }
  .star .detail .file .li {
    margin-bottom: 10px;
  }
  .star .detail .file .li ul li {
    margin-bottom: 10px;
  }
  .star .detail .file .li b {
    min-width: 120px;
    margin-right: 14px;
  }
  .map {
    padding: 80px 0 150px 0;
  }
  .map h2 {
    margin-bottom: 33px;
  }
  .map h2 span {
    font-size: 36px;
    letter-spacing: 0.75px;
    line-height: 62px;
    margin-bottom: 12px;
  }
  .map h2 small {
    font-size: 24px;
    letter-spacing: 1.33px;
  }
  .map h2 span:after,
  .map h2 small:after {
    margin-top: 2px;
    height: 2.5px;
  }
  .map > div > p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.78px;
  }
  .map .main {
    margin-top: 90px;
  }
  .map .main .box {
    padding: 35px 20px 0 15vw;
  }
  .map .main .box h3 {
    padding-left: 20px;
    font-size: 24px;
    letter-spacing: 0.5px;
  }
  .map .main .box h3:after {
    margin-top: 1px;
    height: 2.5px;
  }
  .map .main .box h3:before {
    width: 2.5px;
    height: 15px;
  }
  .map .main .box .close {
    right: 20px;
    top: 20px;
    width: 15px;
  }
  .map .main .box .sm-tabs ul {
    padding: 25px 0;
    border: 0;
    position: relative;
  }
  .map .main .box .sm-tabs ul li {
    margin-right: 20px;
  }
  .map .main .box .sm-tabs ul li a {
    line-height: 35px;
    padding: 0 30px 3px 30px;
    font-size: 14px;
  }
  .map .main .box .sm-tabs .text {
    height: calc(100% - 200px);
    overflow: auto;
    position: absolute;
    padding: 0 10px 0 0;
  }
  .map .main .box .sm-tabs .text strong {
    margin-top: 30px;
    font-size: 20px;
    letter-spacing: 1.11px;
  }
  .map .main .box .sm-tabs .text strong img {
    width: 28px;
  }
  .map .main .box .sm-tabs .text p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.78px;
  }
  .map .main .box .sm-tabs .text small {
    padding-top: 10px;
  }
  .map .main .box .sm-tabs .text .foot {
    margin-top: 35px;
    line-height: 19px;
  }
  .horizon,
  .horizon.mac {
    padding-top: 85px;
    background: none;
    height: auto;
    text-align: center;
  }
  .horizon .desktop {
    display: none !important;
  }
  .horizon .bg1,
  .horizon .one,
  .horizon .windows,
  .horizon .bg2,
  .horizon .two,
  .horizon .three,
  .horizon .four,
  .horizon .list {
    display: block !important;
  }
  .horizon h3 {
    margin-top: 0;
    font-size: 36px;
    line-height: 55px;
    letter-spacing: 0.75px;
  }
  .horizon h3 i {
    width: 2.5px;
    height: 20px;
    left: -20px;
  }
  .horizon h3:after {
    width: 100%;
    height: 2.5px;
    margin-top: 5px;
    margin-left: 0;
  }
  .horizon h3:before {
    width: 51px;
    height: 2.5px;
    right: -20px;
    top: -5px;
  }
  .horizon .bg1,
  .horizon .bg2 {
    background-image: linear-gradient(to top, #86cbf0, #ffffff 50%);
  }
  .horizon .bg2 {
    overflow: hidden;
  }
  .horizon .one {
    margin-right: 0;
    width: 100%;
    padding: 0 30px;
  }
  .horizon .one h3 {
    margin-bottom: 40px;
  }
  .horizon .windows {
    width: 608px;
    margin: 60px auto 0 auto;
    padding-bottom: 35px;
  }
  .horizon .windows > span {
    height: 60%;
  }
  @keyframes window {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -850px 0;
    }
  }
  .horizon .two {
    width: 100%;
    padding: 0 30px;
    margin: 94px auto 0 auto;
  }
  .horizon h3 small {
    font-size: 28px;
    letter-spacing: 0.58px;
  }
  .horizon .two h3 {
    margin-bottom: 35px;
  }
  .horizon .three {
    width: 100%;
    padding: 0 30px;
  }
  .horizon .three h3 {
    margin-bottom: 20px;
    line-height: 41px;
  }
  .horizon .three h3 br,
  .horizon .three h3:before,
  .horizon .three h3:after {
    display: none;
  }
  .horizon .four {
    width: 100%;
    padding: 0 30px;
    margin: 0;
    padding-top: 115px;
  }
  .horizon .four h3 {
    margin-bottom: 59px;
  }
  .horizon .list {
    margin: 0;
    width: 100%;
    margin: 0;
  }
  .horizon .list * {
    overflow: visible;
  }
  .horizon .list li {
    display: block;
    margin: 0 50px;
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transform: scale(0.9);
    pointer-events: none;
  }
  .horizon .list li.slick-current.slick-center {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
  }
  .horizon .list li .word {
    border-radius: 120px;
  }
  .horizon .list li .word > div {
    font-size: 12px;
    top: -295px;
  }
  .horizon .list.aos-animate li .word .cover {
    animation-play-state: running;
  }
  .horizon .list li .word > div > span {
    padding: 35px;
  }
  .horizon .list li > strong {
    display: none;
    margin: 30px auto 10px auto;
  }
  .horizon .list li > span {
    display: none;
  }
  .horizon .list li.slick-current.slick-center > strong,
  .horizon .list li.slick-current.slick-center > span {
    display: block;
  }
  .horizon .bg2 > small {
    position: relative;
    right: 0;
    bottom: 0;
    padding: 74px 30px 76px 30px;
    text-justify: inter-ideograph;
    font-size: 12px;
    font-weight: normal;
    line-height: 21px;
    color: #005bab;
    white-space: normal;
  }
  .horizon .bg2 > small.bottom {
    padding: 0 30px 76px 30px;
    margin-top: -50px;
    display: block;
  }
  .horizon .slick-prev {
    left: 19%;
    top: auto;
    bottom: -25px;
    width: 75px;
    height: 65px;
    background: url(../img/horizon-arrow-left.png) no-repeat;
    background-size: 100% 100%;
    text-indent: -9999px;
    z-index: 2;
  }
  .horizon .slick-next {
    right: 19%;
    top: auto;
    bottom: -25px;
    width: 75px;
    height: 65px;
    background: url(../img/horizon-arrow-right.png) no-repeat;
    background-size: 100% 100%;
    text-indent: -9999px;
    z-index: 2;
  }
  .horizon .slick-disabled {
    display: none !important;
  }
}
@media screen and (max-width: 765px) {
  .mobile {
    display: block !important;
  }
  .pad,
  .desktop {
    display: none !important;
  }
  .kv {
    background: url(../img/kv-mobile.jpg) center no-repeat;
    background-size: cover;
  }
  .ico {
    transform: scale(0.25);
  }
  .kv .train {
    display: none;
  }
  .kv .title {
    top: 13.89vw;
    width: 91.1vw;
  }
  .kv .title .text3 {
    width: 62.5%;
  }
  .kv .title .line1,
  .kv .title .line2 {
    margin: 3.5% auto 4.5% auto;
  }
  .kv .cloud {
    display: none;
  }
  .foot-info h3 {
    font-size: 20px;
    line-height: 29px;
    padding: 5px 0;
  }
  .foot-info h3:before {
    height: 12px;
  }
  .foot-info > div {
    padding: 51px 20px;
  }
  .tabs {
    background: url(../img/tabs-bg-mobile.jpg) bottom center no-repeat;
    background-size: 100% 100%;
  }
  .tabs .cloud {
    display: none;
  }
  .tabs > div {
    padding: 50px 20px 163px 20px;
  }
  .tabs > div h2:after {
    right: 10px;
    width: 39px;
  }
  .tabs > div h2 span,
  .tabs > div h2 small {
    line-height: 30px;
    padding: 10px 0;
    font-size: 24px;
  }
  .tabs > div h2 small:after {
    bottom: 0;
  }
  .tabs > div p {
    margin: 20px auto 30px auto;
  }
  .tabs > div #tabs-big {
    border-radius: 0;
    box-shadow: none;
  }
  .tabs > div #tabs-big ul {
    display: none;
  }
  .tabs > div #tabs-big .main {
    padding: 0 15px 25px 15px;
    border-radius: 0;
    width: 100vw;
    margin: 0 -20px;
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1);
  }
  .tabs > div #tabs-big #tabs-big-1 {
    margin-bottom: 30px;
  }
  .tabs > div #tabs-big #tabs-big-1 title {
    display: block;
    width: 100%;
    background-image: linear-gradient(to top, #008a3a 96%, #006934);
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.89px;
    text-align: center;
    color: #ffffff;
    margin: 0 -15px 10px -15px;
    width: 100vw;
    position: relative;
    z-index: 1;
    padding: 10px;
  }
  .tabs > div #tabs-big #tabs-big-2 title {
    display: block;
    width: 100%;
    background-image: linear-gradient(to top, #c6d94e, #8ec64e 50%);
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.89px;
    text-align: center;
    color: #ffffff;
    margin: 0 -15px 35px -15px;
    width: 100vw;
    position: relative;
    z-index: 1;
    padding: 10px;
  }
  .tabs > div #tabs-big.aos-animate .main .chart1 .hide1 {
    background: url(../img/tabs-chart1-mobile3.jpg) right no-repeat;
    background-size: auto 100%;
  }
  .tabs > div #tabs-big.aos-animate .main .chart1 .hide2 {
    background: url(../img/tabs-chart1-mobile2.jpg) right no-repeat;
    background-size: auto 100%;
  }
  .tabs > div #tabs-big .main small {
    margin-top: 20px;
  }
  .tabs > div #tabs-big .main strong {
    height: auto;
    margin-bottom: 18px;
  }
  .tabs > div #tabs-big .main strong > span {
    line-height: 18px;
    font-size: 12px;
    letter-spacing: 0.67px;
    margin: 0 10px;
  }
  .tabs > div #tabs-big .main strong > span:before {
    width: 20px;
    height: 2px;
    margin-right: 8px;
  }
  .tabs > div #tabs-big .main .chart1 .desktop {
    display: none !important;
  }
  .tabs > div #tabs-big .main .chart2 .list {
    left: 21%;
  }
  .tabs > div #tabs-big .main .chart2 .list > div {
    margin-right: 7.5%;
    width: 8%;
  }
  .tabs > div #tabs-big .main .chart2 .list > div img + img {
    width: 66%;
  }
  .star {
    background: url(../img/star-bg-mobile.png) repeat;
    background-size: 100% auto;
  }
  .star:after {
    height: 147px;
    background: url(../img/star-bottom-bg-mobile.png) top center no-repeat;
    background-size: cover;
  }
  .star > div {
    padding: 54px 0 224px 0;
  }
  .star h2 > div:before {
    left: -25px;
    bottom: -10px;
  }
  .star h2 > div:after {
    right: -7px;
    top: 0;
  }
  .star h2 .icon {
    width: 316px;
    margin-bottom: 8px;
  }
  .star h2 > div {
    width: 206px;
    margin: 0px auto;
  }
  .star h2 span {
    font-size: 24px;
    line-height: 40px;
    display: block;
  }
  .star h2 i {
    margin-bottom: 5px;
  }
  .star h2 i:nth-of-type(2) {
    margin: 0;
  }
  .star > div > p {
    margin: 40px auto 30px auto;
    padding: 0 20px;
  }
  .star .number {
    padding: 25px 0 0 0;
    border-left: 0;
    border-right: 0;
  }
  .star .number:after {
    margin-top: 30px;
  }
  .star h3 {
    font-size: 20px;
    letter-spacing: 0.42px;
    margin-bottom: 16px;
  }
  .star h3:before {
    height: 13px;
    left: -13px;
  }
  .star .number .info span {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.67px;
  }
  .star .number .info small {
    float: none;
    display: block;
    margin-top: 10px;
    line-height: 18px;
  }
  .star .number .img {
    margin: 58px auto 82px auto;
  }
  .star .number .img i,
  .star .number .img span {
    display: none;
  }
  .star .number .img .ok {
    width: 28.65%;
    left: 37%;
  }
  .star .number .img .ok + .ok {
    right: 40%;
  }
  .star .number .icon {
    margin-bottom: 0;
  }
  .star .number .icon li {
    margin-right: 0;
    margin-bottom: 15px;
    display: block;
  }
  .star .number .icon li:last-of-type {
    margin-bottom: 21px;
  }
  .star .number .icon li b {
    line-height: 30px;
    font-size: 22px;
    letter-spacing: 0.46px;
  }
  .star .number .icon li span {
    line-height: 30px;
    font-size: 16px;
  }
  .star .number > div > p {
    padding: 12px 12px 13px 27px;
    line-height: 19px;
  }
  .star .number > div > p:before {
    left: 11px;
    top: 18px;
  }
  .star .number > div.special .icon {
    margin: 25px 0 32px 0;
  }
  .star .number > div.special h3 {
    margin: 43.5px 0 0 0;
  }
  .star .number > div.special .info span img {
    margin-right: 10px;
  }
  .star .number > div.special .sm {
    width: 100%;
  }
  .star .number > div.special .sm > b {
    margin: 20px auto 64px auto;
  }
  .star .number > div.special .sm > img.point {
    top: 78px;
  }
  .star .detail {
    margin-top: 30px;
    /* padding-top: 93px; */
    padding-top: 40px;
    overflow: hidden;
    border-left: 0;
    border-right: 0;
  }
  .star .detail > .grass {
    display: none;
  }
  .star .detail h4 {
    padding: 0 15px 0 20px;
    line-height: 53px;
    font-size: 16px;
    left: -1px;
    top: 20px;
  }
  .star .detail:after {
    margin-top: 51px;
  }
  .star .detail > div {
    padding: 0 10px;
  }
  .star .detail h3 {
    margin-bottom: 25px;
  }
  .star .detail .circle {
    padding: 0;
  }
  .star .detail .circle li {
    width: 100%;
  }
  .star .detail .circle li:first-of-type {
    margin-bottom: 20px;
  }
  .star .detail .circle li:nth-of-type(2) .point > div {
    margin-left: 0;
  }
  .star .detail .circle li strong {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.89px;
  }
  .star .detail .circle li .pie {
    margin: 15px auto 21px auto;
  }
  .star .detail .circle li .pie .chart {
    width: 170px;
    height: 170px;
  }
  .star .detail > div > small {
    padding-top: 15px;
    margin: 10px 0 40px 0;
  }
  .star .detail .list li {
    width: 100%;
  }
  .star .detail .list li span:nth-child(9):before {
    display: block;
  }
  .star .detail .list li:last-of-type span:first-of-type:before {
    display: block;
  }
  .star .detail .file .li {
    position: relative;
    padding-left: 120px;
  }
  .star .detail .file .li b {
    position: absolute;
    left: 0;
    top: 0;
  }
  .map {
    padding: 38px 0 0 0;
  }
  .map > div {
    padding: 0;
  }
  .map h2 {
    margin-bottom: 20px;
  }
  .map h2 span {
    font-size: 24px;
    letter-spacing: 0.5px;
    line-height: 40px;
    margin-bottom: 5px;
  }
  .map h2 small {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 40px;
  }
  .map h2 span:after,
  .map h2 small:after {
    margin-top: 0;
    height: 2px;
  }
  .map > div > p {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    padding: 0 20px;
  }
  .map .main {
    max-height: none;
    height: auto;
    margin-top: 16px;
  }
  .map .main .other {
    display: none;
  }
  .map .main .map1,
  .map .main .map2,
  .map .main .map3,
  .map .main .title1,
  .map .main .title2,
  .map .main .title3 {
    pointer-events: none;
    position: relative;
    left: 0;
    top: 0;
  }
  .map .main .map1,
  .map .main .map2,
  .map .main .map3 {
    width: calc(100% - 140px);
    margin: 0px auto 30px auto;
  }
  .map .main .map1 img,
  .map .main .map2 img,
  .map .main .map3 img {
    width: auto;
    height: 110px;
    margin: 0px auto;
  }
  .map .main .title1,
  .map .main .title2,
  .map .main .title3 {
    width: 95px;
    margin: 0px auto 17px auto;
  }
  .map .main .slick-prev {
    left: 20px;
    width: 35px;
    height: 30px;
    background: url(../img/map-arrow-left.png) no-repeat;
    background-size: cover;
    text-indent: -999999px;
    z-index: 2;
    top: 110px;
    bottom: auto;
  }
  .map .main .slick-next {
    right: 20px;
    width: 35px;
    height: 30px;
    background: url(../img/map-arrow-right.png) no-repeat;
    background-size: cover;
    text-indent: -999999px;
    z-index: 2;
    top: 110px;
    bottom: auto;
  }
  .map .main .box {
    position: relative;
    left: 0;
    z-index: inherit;
    width: 100%;
    min-width: inherit;
    height: auto;
    opacity: 1;
    pointer-events: inherit;
    background: #fff;
    padding: 35px 20px 44px 20px;
  }
  .map .main .box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #86cbf0 0%, #ffffff 20%);
    z-index: 0;
  }
  .map .main .box * {
    position: relative;
    z-index: 1;
  }
  .map .main .box + .cover {
    display: none;
  }
  .map .main .box h3 {
    padding-left: 15px;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0.42px;
  }
  .map .main .box h3:after {
    margin-top: 0;
    height: 2px;
  }
  .map .main .box h3:before {
    width: 2px;
    height: 13px;
  }
  .map .main .box .close {
    display: none;
  }
  .map .main .box .sm-tabs ul li {
    margin-right: 10px;
  }
  .map .main .box .sm-tabs .text {
    height: auto;
    position: relative;
    padding: 0;
    margin: 0;
  }
  .map .main .box .sm-tabs .text strong {
    margin-top: 20px;
    font-size: 18px;
    letter-spacing: 1px;
  }
  .map .main .box .sm-tabs .text strong img {
    width: 25px;
  }
  .map .main .box .sm-tabs .text p {
    margin-top: 15px;
    letter-spacing: 0px;
  }
  .map .main .box .sm-tabs .text small {
    margin-top: 20px;
  }
  .map .main .box .sm-tabs .text .foot {
    font-size: 13px;
    letter-spacing: 0.72px;
    margin-top: 30px;
  }
  .horizon,
  .horizon.mac {
    padding-top: 64px;
  }
  .horizon h3 {
    font-size: 28px;
    line-height: 50px;
    letter-spacing: 0.58px;
  }
  .horizon h3 i {
    width: 2px;
    height: 15px;
    left: -15px;
  }
  .horizon h3:after {
    height: 2px;
    margin-top: 0;
  }
  .horizon h3:before {
    width: 30px;
    height: 2px;
    right: -10px;
    top: 0;
  }
  .horizon p {
    font-size: 14px;
    line-height: 20px;
  }
  .horizon .one {
    padding: 0 20px;
  }
  .horizon .one h3 {
    margin-bottom: 30px;
  }
  .horizon .windows {
    width: 360px;
    margin: 0 auto;
    padding-bottom: 17px;
  }
  .horizon .windows > span {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
  }
  @keyframes window {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -500px 0;
    }
  }
  .horizon .two {
    padding: 0 20px;
    margin: 45px auto 0 auto;
  }
  .horizon h3 small {
    font-size: 24px;
    letter-spacing: 0.5px;
    margin-top: -10px;
  }
  .horizon .two h3 {
    margin-bottom: 22px;
  }
  .horizon .three {
    padding: 0 20px;
  }
  .horizon .three h3 {
    line-height: 33px;
    white-space: normal;
    text-align: left;
    font-size: 22px;
  }
  .horizon .three h3 small {
    margin-top: 0;
  }
  .horizon .four {
    padding: 0 30px;
    padding-top: 68px;
  }
  .horizon .four h3 {
    margin-bottom: 40px;
  }
  .horizon .list {
    margin: 0;
    width: 100%;
    margin: 0;
  }
  .horizon .list * {
    overflow: visible;
  }
  .horizon .list li {
    display: block;
    margin: 0 50px;
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transform: scale(0.9);
    pointer-events: none;
  }
  .horizon .list li.slick-current.slick-center {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
  }
  .horizon .list li > img {
    width: 269px;
  }
  .horizon .list li .word {
    border-radius: 119px;
    right: 0;
    margin: auto;
    width: 280px;
  }
  .horizon .list li .word > div {
    line-height: 25px;
  }
  .horizon .list li > strong {
    margin: 30px auto 10px auto;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 33px;
  }
  .horizon .list li > span {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
  }
  .horizon .bg2 > small {
    padding: 33px 20px 52px 20px;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0.72px;
  }
  .horizon .bg2 > small.bottom {
    padding: 0 20px 52px 20px;
    margin-top: -30px;
  }
  .horizon .slick-prev {
    left: 20px;
    bottom: 0;
    width: 35px;
    height: 30px;
  }
  .horizon .slick-next {
    right: 20px;
    top: auto;
    bottom: 0;
    width: 35px;
    height: 30px;
  }
  .slider-nav {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    background-image: linear-gradient(to top, #86cbf0 0%, #ffffff 60%);
    z-index: 99;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
  }
  .slider-nav.show {
    opacity: 1;
    pointer-events: auto;
  }
  .slider-nav a {
    display: block;
    line-height: 45px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.42px;
    text-align: center;
    color: #005bab;
  }
  .slider-nav .slick-prev {
    width: 10px;
    height: 17px;
    background: url(../img/sticky-arrow-left.png) no-repeat;
    background-size: 100% 100%;
    left: 20px;
    z-index: 2;
    text-indent: -9999px;
  }
  .slider-nav .slick-next {
    width: 10px;
    height: 17px;
    background: url(../img/sticky-arrow-right.png) no-repeat;
    background-size: 100% 100%;
    right: 20px;
    z-index: 2;
    text-indent: -9999px;
  }
}
@media screen and (max-width: 500px) {
  .tabs > div #tabs-big .main .chart2 .list > div {
    width: 7.55%;
  }
  .star .detail .file .li {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .star .detail .file .li ul {
    max-width: none;
  }
  .star .detail .file .li ul li {
    line-height: 22px;
    margin-bottom: 15px;
  }
  .star .detail .file .li ul li img {
    position: unset;
    left: unset;
    top: unset;
    display: block;
    padding: 10px 0;
    width: 100px;
    margin: auto;
  }
}
#loading {
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  display: none;
}

.loading-warp {
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.loading-icon {
  height: 60px;
  width: 60px;
  border: 5px solid #40af4a;
  border-radius: 100%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  animation: rotate 2s infinite linear;
  margin: auto;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    opacity: 0;
  }
}
.show-more {
  color: #40af4a;
  text-align: right;
  cursor: pointer;
}
.show-more img {
  transform: translateY(-50%) rotate(-90deg);
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  background: rgba(26, 41, 56, 0.6);
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  /* display: none;
  transition: all 0.3s ease-in-out; */
}
.lightbox .lbox {
  padding: 40px;
  padding-top: 60px;
  position: relative;
  width: 60%;
  height: 100vh;
  background: linear-gradient(90deg, #86cbf0, white 20%);
  transform: translateX(-100%);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 576px) {
  .lightbox .lbox {
    background: linear-gradient(90deg, #86cbf0, white 10%);
    padding: 20px 10px;
    padding-top: 40px;
    width: 95%;
  }
}
.lightbox .lbox .industry-info {
  overflow: auto;
  max-height: calc(100vh - 90px);
}
@media screen and (max-width: 576px) {
  .lightbox .lbox .industry-info {
    max-height: calc(100vh - 70px);
  }
}
.lightbox .lbox .close {
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 25px;
  width: 15px;
}
@media screen and (max-width: 576px) {
  .lightbox .lbox .close {
    width: 15px;
    height: 15px;
    top: 18px;
    right: 18px;
  }
}
.lightbox.show {
  /* display: block;
  transition: all 0.3s ease-in-out; */
  pointer-events: all;
  opacity: 1;
}
.lightbox.show .lbox {
  transform: translateX(0);
  transition: all 0.3s ease-in-out;
}
.lightbox ::-webkit-scrollbar {
  width: 2px;
}
.lightbox ::-webkit-scrollbar-thumb {
  background: #86cbf0;
}
.lightbox h3 {
  position: relative;
  font-size: 22px;
  color: #005bac;
  display: inline-block;
  padding-left: 25px;
  margin: 10px 0;
}
.lightbox h3::before {
  content: "";
  display: block;
  width: 3px;
  height: 17px;
  background: #009fe8;
  position: absolute;
  bottom: 0;
  left: 15px;
  top: 0;
  margin: auto;
  transform: rotate(30deg);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.lightbox h3::after {
  height: 2px;
  background: #00a8e4;
}
.lightbox .pie .chart {
  width: 250px;
  height: 250px;
  margin: 0px auto;
}
@media screen and (max-width: 576px) {
  .lightbox .pie .chart {
    width: 170px;
    height: 170px;
  }
}
.lightbox .point#InvestIndustryLbox {
  padding: 40px 20px;
  border-bottom: 1px solid #86cbf0;
}
.lightbox .point#InvestIndustryLbox p {
  display: inline-block;
  width: calc(50% - 3px);
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 1px;
  color: #005bab;
  position: relative;
  margin-bottom: 20px;
  text-align: left;
  vertical-align: top;
}
.lightbox .point#InvestIndustryLbox p i {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  margin-right: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 576px) {
  .lightbox .point#InvestIndustryLbox {
    padding: 40px 0 20px;
  }
  .lightbox .point#InvestIndustryLbox p {
    font-size: 14px;
  }
}
.lightbox .point#InvestIndustryLbox p:nth-child(1) i {
  background: #0088e4;
}
.lightbox .point#InvestIndustryLbox p:nth-child(2) i {
  background: #ff6a00;
}
.lightbox .point#InvestIndustryLbox p:nth-child(3) i {
  background: #005bac;
}
.lightbox .point#InvestIndustryLbox p:nth-child(4) i {
  background: #ffd300;
}
.lightbox .point#InvestIndustryLbox p:nth-child(5) i {
  background: #1799e2;
}
.lightbox .point#InvestIndustryLbox p:nth-child(6) i {
  background: #ff8533;
}
.lightbox .point#InvestIndustryLbox p:nth-child(7) i {
  background: #0b66b7;
}
.lightbox .point#InvestIndustryLbox p:nth-child(8) i {
  background: #ffe266;
}
.lightbox .point#InvestIndustryLbox p:nth-child(9) i {
  background: #2faae0;
}
.lightbox .point#InvestIndustryLbox p:nth-child(10) i {
  background: #ff9750;
}
.lightbox .point#InvestIndustryLbox p:nth-child(11) i {
  background: #1a73c4;
}
.lightbox .point#InvestIndustryLbox p:nth-child(12) i {
  background: #ffe98a;
}
.lightbox .point#InvestIndustryLbox p:nth-child(13) i {
  background: #47b6dd;
}
.lightbox .point#InvestIndustryLbox p:nth-child(14) i {
  background: #ffa76c;
}
.lightbox .point#InvestIndustryLbox p:nth-child(15) i {
  background: #2f80d1;
}
.lightbox .point#InvestIndustryLbox p:nth-child(16) i {
  background: #fff1b6;
}
.lightbox .point#InvestIndustryLbox p:nth-child(17) i {
  background: #5ec0db;
}
.lightbox .point#InvestIndustryLbox p:nth-child(18) i {
  background: #ffb888;
}
.lightbox .point#InvestIndustryLbox p:nth-child(19) i {
  background: #3c95e5;
}
.lightbox .point#InvestIndustryLbox p:nth-child(20) i {
  background: #fff9de;
}
.lightbox .point#InvestIndustryLbox p:nth-child(21) i {
  background: #3c95e5;
}
.lightbox .point#InvestIndustryLbox p:nth-child(22) i {
  background: #ffb888;
}
.lightbox .point#InvestIndustryLbox p:nth-child(23) i {
  background: #5ec0db;
}
.lightbox .point#InvestIndustryLbox p:nth-child(24) i {
  background: #fff1b6;
}
.lightbox .point#InvestIndustryLbox p:nth-child(25) i {
  background: #2f80d1;
}
.lightbox .point#InvestIndustryLbox p:nth-child(26) i {
  background: #ffa76c;
}
.lightbox .point#InvestIndustryLbox p:nth-child(27) i {
  background: #47b6dd;
}
.lightbox .point#InvestIndustryLbox p:nth-child(28) i {
  background: #ffe98a;
}
.lightbox .point#InvestIndustryLbox p:nth-child(29) i {
  background: #1a73c4;
}
.lightbox .point#InvestIndustryLbox p:nth-child(30) i {
  background: #ff9750;
}
.lightbox .point#InvestIndustryLbox p:nth-child(31) i {
  background: #2faae0;
}
.lightbox .point#InvestIndustryLbox p:nth-child(32) i {
  background: #ffe266;
}
.lightbox .point#InvestIndustryLbox p:nth-child(33) i {
  background: #0b66b7;
}
.lightbox .point#InvestIndustryLbox p:nth-child(34) i {
  background: #ff8533;
}
.lightbox .point#InvestIndustryLbox p:nth-child(35) i {
  background: #1799e2;
}
.lightbox .point#InvestIndustryLbox p:nth-child(36) i {
  background: #ffd300;
}
.lightbox .point#InvestIndustryLbox p:nth-child(37) i {
  background: #005bac;
}
.lightbox .point#InvestIndustryLbox p:nth-child(38) i {
  background: #aaaaaa;
}
.lightbox .point#InvestIndustryLbox p:nth-child(39) i {
  background: #666666;
}
.lightbox .point#InvestIndustryLbox p:nth-child(40) i {
  background: #222222;
}
.lightbox .lbox_source {
  text-align: end;
  display: block;
  padding: 10px 8px;
  color: #005bab;
}

/* .highcharts-graph {
    stroke: #40af4a;
    stroke-width: 2px;
} *//*# sourceMappingURL=style.css.map */