@charset "utf-8";
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.marginauto {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.linenowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flexAuto {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flexCetween {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flexAlign {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
}
.header-box {
  position: sticky;
  left: 0;
  top: 0;
  box-sizing: border-box;
  padding: 0 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 1rem;
  z-index: 99;
  background: #fff;
}
.logo {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.logo img {
  display: inline-block;
  width: auto;
  height: 0.78rem;
}
.header-right {
  display: flex;
  align-items: center;
}
.navs {
  display: flex;
}
.navs > li {
  position: relative;
  margin-right: 0.84rem;
}
.navs > li:hover > a,
.navs > li.active > a {
  color: #005da9;
}
.navs > li:hover .navs-down {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: visible;
}
.navs > li:last-child {
  margin-right: 0;
}
.navs > li > a {
  display: inline-block;
  color: #333333;
  font-size: 0.16rem;
}
.navs > li > a i {
  display: none;
}
.navs-down {
  padding-top: 0.22rem;
  position: absolute;
  left: 50%;
  margin-left: -0.7rem;
  width: 1.4rem;
  top: 100%;
  transform: translateY(0.3rem);
  z-index: 3;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  pointer-events: none;
}
.navs-leval {
  padding: 0.22rem 0.2rem;
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
.navs-leval li {
  margin-bottom: 0.1rem;
}
.navs-leval li:last-child {
  margin-bottom: 0;
}
.navs-leval li a {
  display: inline-block;
  color: #585858;
  font-size: 0.16rem;
  line-height: 1.4;
}
.navs-leval li a:hover {
  color: #005da9;
}
.search-btn {
  margin-left: 0.64rem;
  display: none;
}
.search-btn span {
  display: inline-block;
  color: #b4b4b4;
  font-size: 0.26rem;
  line-height: 1;
  cursor: pointer;
  transition: 0.38s;
}
.search-btn span:hover {
  color: #005da9;
}
.banner {
  padding: 1.12rem 0 0.5rem;
  background: #e6f0fe;
  overflow: hidden;
}
.banner-top {
  margin-bottom: 0.12rem;
  text-align: center;
}
.banner-top strong {
  display: block;
  color: #111111;
  font-size: 0.56rem;
  font-weight: normal;
  letter-spacing: 0.3rem;
  font-family: "OPPOSans-B";
  line-height: 1.2;
  overflow: hidden;
}
.banner-top small {
  display: block;
  margin-top: 0.2rem;
  color: #525258;
  font-size: 0.24rem;
  letter-spacing: 0.1rem;
  font-family: "AmerigoBT-RomanA";
  text-transform: uppercase;
  line-height: 1.2;
  overflow: hidden;
}
.banner-top p {
  margin-top: 0.16rem;
  color: #333333;
  font-size: 0.3rem;
  line-height: 1.2;
  letter-spacing: 0.12rem;
  font-family: "OPPOSans";
}
.banner-slide {
  width: 3.9rem;
}
.banner-slide figure {
  position: relative;
  display: block;
  padding-bottom: 18.22%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.banner-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-btn {
  margin-top: 0.64rem;
  display: flex;
  justify-content: center;
}
.banner-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.7rem;
  height: 0.56rem;
  border-radius: 0.28rem;
  color: #fff;
  font-size: 0.16rem;
  font-family: "OPPOSans-B";
  background: linear-gradient(to right, #005da9, #358ed8);
}
.banner-swiper {
  margin-top: 0.6rem;
}
.banner-swiper .swiper-pagination {
  position: relative;
  line-height: 1;
  bottom: 0;
  margin-top: 0.86rem;
}
.banner-swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  margin-right: 0.2rem;
  width: 0.39rem;
  height: 0.04rem;
  border-radius: 0.02rem;
  opacity: 1;
  background: #d9d9d9;
  transition: 0.35s;
}
.banner-swiper .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.banner-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #005da9;
}
.database-box {
  padding: 1.28rem 0;
  background: url(../images/databasebg.jpg) center bottom no-repeat;
  background-size: 100% auto;
}
.database-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.database-info {
  padding-top: 0.52rem;
  width: 46.87%;
}
.database-info strong {
  display: block;
  margin-bottom: 0.34rem;
  line-height: 1.1;
  color: #333333;
  font-size: 0.48rem;
}
.database-info p {
  color: #333333;
  font-size: 0.24rem;
  line-height: 2;
}
.database-imgs {
  width: 54.02%;
}
.database-imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.database-list {
  margin-top: 0.42rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem 0.12rem;
}
.database-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  height: 0.82rem;
  color: #333333;
  font-size: 0.26rem;
  border: 1px solid #005da9;
  border-radius: 0.08rem;
  transition: 0.4s;
  font-family: "OPPOSans-B";
  overflow: hidden;
}
.database-list li:before {
  content: "";
  width: 0;
  height: 100%;
  background: #005da9;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.55s;
  z-index: -1;
}
.database-list li:hover,
.database-list li.active {
  color: #005da9;
}
.database-list li:hover:before,
.database-list li.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.database-list li:hover span {
  color: #fff;
}
.database-list li span {
  color: #333333;
  transition: 0.35s;
}
.entrance {
  padding: 1.08rem 0 1.4rem;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.entrance-title {
  display: block;
  line-height: 1.1;
  color: #fff;
  font-size: 0.48rem;
  text-align: center;
}
.entrance-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 0.58rem;
  gap: 0.44rem;
}
.entrance-list li {
  background: #fff;
  border-radius: 0.1rem;
  overflow: hidden;
}
.entrance-list li:hover .entrance-imgs figure img {
  transform: scale(1.06);
}
.entrance-list li:hover .entrance-icon img {
  opacity: 0;
  transform: scale(0);
}
.entrance-list li:hover .entrance-info {
  margin-top: -0.65rem;
  padding-bottom: 0.23rem;
}
.entrance-list li:hover .entrance-info strong {
  margin-bottom: 0.35rem;
  color: #245ba8;
}
.entrance-list li:hover .entrance-info span {
  opacity: 1;
  visibility: visible;
  margin-top: 0.18rem;
  padding-top: 0.22rem;
  height: 0.23rem;
}
.entrance-list li:hover .entrance-info span:before {
  transform: scaleX(1);
}
.entrance-imgs {
  position: relative;
}
.entrance-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 47.77%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.1rem 0.1rem 0 0;
}
.entrance-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.entrance-imgs figure img {
  transition: 0.68s;
}
.entrance-icon {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  left: 50%;
  margin-left: -0.93rem;
  bottom: 0;
  z-index: 2;
  width: 1.86rem;
  height: 0.9rem;
  overflow: hidden;
}
.entrance-icon:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  padding-bottom: 100%;
  content: "";
  width: 100%;
  border-radius: 50%;
  background: #fff;
}
.entrance-icon img {
  max-width: 0.48rem;
  max-height: 0.49rem;
  transition: 0.4s;
}
.entrance-info {
  padding: 0.19rem 0.4rem 0.38rem;
  position: relative;
  z-index: 4;
  text-align: center;
  transition: 0.4s;
}
.entrance-info strong {
  display: block;
  margin-bottom: 0.2rem;
  line-height: 1;
  color: #333333;
  font-size: 0.42rem;
  transition: 0.35s;
}
.entrance-info p {
  color: #26313e;
  font-size: 0.18rem;
  line-height: 2;
}
.entrance-info span {
  margin-top: 0.18rem;
  padding-top: 0.22rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #005da9;
  font-size: 0.16rem;
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding-top: 0;
  margin-top: 0;
  transition: 0.4s;
}
.entrance-info span:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(0, 93, 169, 0.2);
  transform: scaleX(0);
  transition: 0.6s;
}
.entrance-info span i {
  display: inline-block;
  margin-left: 0.08rem;
  width: 0.31rem;
  height: 0.23rem;
  background: url(../images/more.png) center no-repeat;
  background-size: cover;
}
.footer {
  background: #515151;
}
.footer-top {
  padding: 0.36rem 0 0.4rem;
  background: #6a6a6a;
}
.footer-logo img {
  width: auto;
  height: 0.83rem;
}
.footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-word {
  color: #fff;
  font-size: 0.16rem;
}
.address {
  margin-top: 0.14rem;
}
.address p {
  margin-bottom: 0.06rem;
  color: #fff;
  font-size: 0.16rem;
}
.address p i {
  display: inline-block;
  position: relative;
  top: 1px;
  color: #fff;
  font-style: normal;
  width: 0.35rem;
  font-size: 0.18rem;
}
.footer-eq {
  text-align: center;
  width: 1.32rem;
}
.footer-eq img {
  width: 100%;
}
.footer-eq p {
  margin-top: 0.1rem;
  color: #fff;
  font-size: 0.18rem;
}
.footer-copy {
  padding: 0.14rem 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.footer-copy p {
  margin-right: 0.2rem;
  color: #fff;
  font-size: 0.16rem;
}
.links {
  display: flex;
  flex-wrap: wrap;
}
.links li {
  position: relative;
  margin-right: 0.16rem;
}
.links li:before {
  position: absolute;
  right: -0.1rem;
  top: 50%;
  margin-top: -0.08rem;
  content: "|";
  color: #fff;
  font-size: 0.16rem;
  line-height: 1;
}
.links li:last-child {
  margin-right: 0;
}
.links li:last-child:before {
  display: none;
}
.links li a {
  display: inline-block;
  color: #fff;
  font-size: 0.16rem;
}
.pbanner {
  position: relative;
  overflow: hidden;
}
.pbanner figure {
  position: relative;
  display: block;
  padding-bottom: 2rem;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.pbanner figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pbanner-inner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 3;
}
.pbanner-inner .posite {
  position: absolute;
  right: 0;
  bottom: 0.24rem;
}
.pbanner-title {
  color: #fff;
  font-size: 0.36rem;
  font-family: "OPPOSans-B";
  font-weight: normal;
}
.posite {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.posite span,
.posite a,
.posite b {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.4;
  font-weight: normal;
  font-size: 0.15rem;
}
.posite a:hover {
  color: #fff;
}
.posite b {
  margin: 0 0.06rem;
}
.about-box {
  padding: 0.42rem 0 0.52rem;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-wrap {
  padding: 0.5rem 0.35rem 0.78rem;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
  background: #fff;
  overflow: hidden;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.3rem rgba(230, 234, 236, 0.34);
}
.about-wrap:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/aboutbgs.png) center no-repeat;
  background-size: cover;
}
.about-title {
  display: block;
  text-align: center;
  line-height: 1.2;
  color: #333333;
  font-size: 0.2rem;
}
.about-flex {
  margin-top: 0.54rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-address {
  width: 37.95%;
}
.address-item {
  display: flex;
  align-items: center;
  height: 0.98rem;
  border-bottom: 1px solid rgba(0, 93, 169, 0.1);
}
.address-item:first-child {
  border-top: 1px solid rgba(0, 93, 169, 0.1);
}
.address-item i {
  display: block;
  padding-left: 0.17rem;
  width: 0.34rem;
  background: linear-gradient(to bottom, #1094ff, #005da9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  font-style: normal;
  font-size: 0.24rem;
}
.address-item span {
  display: inline-block;
  color: #005da9;
  font-size: 0.18rem;
  font-weight: bold;
  width: 0.67rem;
}
.address-item p {
  flex: 1;
  width: 0;
}
.address-item p,
.address-item a {
  color: #333333;
  font-size: 0.18rem;
  word-break: break-all;
  line-height: 1.2;
}
.address-item a:hover {
  color: #005da9;
}
.map {
  width: 58.39%;
  height: 4.5rem;
  border-radius: 0.1rem;
}
.amap-logo,
.amap-copyright {
  display: none !important;
}
.overview {
  padding: 0.8rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.overview-info {
  width: 50%;
}
.overview-title {
  display: block;
  line-height: 1.1;
  color: #333333;
  font-size: 0.36rem;
}
.overview-text {
  margin-top: 0.4rem;
  color: #333333;
  font-size: 0.2rem;
  line-height: 1.8;
  text-indent: 0.36rem;
}
.overview-text p {
  margin-bottom: 0.26rem;
}
.overview-text p:last-child {
  margin-bottom: 0;
}
.overview-imgs {
  width: 45.69%;
}
.overview-imgs img {
  width: 100%;
  height: auto;
}
.source-box {
  padding: 0.92rem 0 1.04rem;
  position: relative;
  z-index: 3;
}
.source-box:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 4.25rem;
  background: linear-gradient(to bottom, #e3effe, #fff);
}
.source-list {
  margin-top: 0.58rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.42rem;
}
.source-list li {
  position: relative;
  border: 1px solid #ffffff;
  box-shadow: 0 0 0.14rem rgba(201, 214, 231, 0.32);
  border-radius: 0.1rem;
  overflow: hidden;
}
.source-list li:hover figure img {
  transform: scale(1.05);
}
.source-list li figure {
  position: relative;
  display: block;
  padding-bottom: 106.6%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.source-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.source-list li figure img {
  transition: 0.68s;
}
.source-info {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  padding: 0.36rem 0.22rem 0.16rem;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.source-info b {
  display: block;
  line-height: 1;
  font-size: 0.56rem;
  font-weight: normal;
  background: linear-gradient(to bottom, #1094ff, #005da9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.source-info strong {
  display: block;
  margin-top: 0.26rem;
  margin-bottom: 0.16rem;
  line-height: 1;
  color: #005da9;
  font-size: 0.24rem;
}
.source-info p {
  color: #26313e;
  font-size: 0.18rem;
  line-height: 2;
}
.distribute {
  position: relative;
  padding-bottom: 0.34rem;
  z-index: 3;
  overflow: hidden;
}
.distribute:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 4.2rem;
  background: linear-gradient(to bottom, #fff, #e3effe);
}
.distribute-flex {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-top: 0.48rem;
}
.distribute-hide {
  width: 36.8%;
  max-height: 8.24rem;
  overflow: hidden;
  overflow-y: auto;
  box-shadow: 0 0 0.14rem rgba(201, 214, 231, 0.32);
  border: 1px solid rgba(0, 93, 169, 0.2);
  border-radius: 4px;
}
.distribute-hide::-webkit-scrollbar {
  width: 0.06rem;
  border-radius: 0;
  background-color: #e4eaef;
}
.distribute-hide::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #e4eaef;
}
.distribute-hide::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #005da9;
}
.distribute-hide table {
  display: block;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: -2px;
}
.distribute-hide table tbody {
  width: 100%;
}
.distribute-hide table tbody tr {
  width: 100%;
}
.distribute-hide table tbody tr td {
  border-right: 1px solid rgba(0, 93, 169, 0.2);
  border-bottom: 1px solid rgba(0, 93, 169, 0.2);
  height: 0.52rem;
  color: #333333;
  font-size: 0.16rem;
  font-weight: bold;
}
.distribute-hide table tbody tr td:first-child {
  width: 1.52rem;
  text-align: center;
}
.distribute-hide table tbody tr td:last-child {
  width: 3.8rem;
}
.distribute-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0.4rem;
}
.distribute-row:nth-child(1) {
  width: 62%;
}
.distribute-map {
  margin-right: -4%;
  margin-top: -1.36rem;
  width: 67%;
  mix-blend-mode: multiply;
}
.distribute-map img {
  width: 100%;
  height: auto;
}
.grace-box {
  padding: 0.45rem 0 0.6rem;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.grace-item {
  margin-bottom: 0.3rem;
  background: #fff;
  border-radius: 0.1rem;
}
.grace-item:last-child {
  margin-bottom: 0;
}
.grace-title {
  display: flex;
  align-items: center;
  padding-left: 0.26rem;
  height: 0.84rem;
  border-bottom: 1px solid rgba(225, 233, 241, 0.5);
}
.grace-title b {
  display: block;
  margin-right: 0.07rem;
  line-height: 1;
  width: 0.3rem;
}
.grace-title b img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.grace-title strong {
  display: block;
  color: #26313e;
  font-size: 0.24rem;
}
.grace-list {
  padding: 0.26rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.28rem;
}
.grace-list li {
  padding: 0.16rem 0.16rem 0;
  position: relative;
  z-index: 3;
  background: #f0f5f9;
  border-radius: 0.1rem;
}
.grace-list li:hover:before {
  opacity: 1;
  visibility: visible;
}
.grace-list li:hover figure img {
  transform: scale(1.1);
}
.grace-list li:hover strong {
  color: #005da9;
}
.grace-list li:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  border: 1px solid rgba(0, 93, 170, 0.56);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.grace-list li figure {
  position: relative;
  display: block;
  padding-bottom: 55.93%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 5px;
}
.grace-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grace-list li figure img {
  transition: 0.65s;
}
.grace-list li strong {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.72rem;
  text-align: center;
  color: #333333;
  font-size: 0.18rem;
  transition: 0.38s;
}
.grece-view {
  padding: 0.45rem 0 0.8rem;
  background-color: #edf3fa;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.grece-tops {
  padding: 0.36rem;
  background: #fff;
  border-radius: 0.1rem;
}
.grece-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.grece-swiper {
  margin: 0;
  width: 41.12%;
  box-sizing: border-box;
  border: 1px solid rgba(0, 93, 169, 0.56);
  border-radius: 4px;
}
.grece-swiper .swiper-pagination {
  line-height: 1;
  bottom: 0.22rem;
}
.grece-swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  margin-right: 0.1rem;
  width: 0.1rem;
  height: 0.1rem;
  background: #bbbbbb;
  opacity: 1;
  transition: 0.35s;
}
.grece-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #005da9;
}
.grece-swiper .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.grece-slide {
  box-sizing: border-box;
  padding: 0.16rem 0.1rem 0.3rem;
  height: auto;
}
.grece-slide strong {
  display: block;
  padding: 0 0.3rem;
  color: #26313e;
  font-size: 0.2rem;
  line-height: 1.2;
}
.grece-slide figure {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.grece-slide figure img {
  max-width: 100%;
  height: auto;
}
.grece-right {
  padding-top: 0.1rem;
  width: 55.69%;
}
.grece-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.11rem;
  border-bottom: 1px solid #e1e9f1;
}
.grece-title strong {
  display: block;
  color: #26313e;
  font-size: 0.3rem;
  line-height: 1.2;
}
.grece-title a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.12rem;
  height: 0.4rem;
  border: 1px solid rgba(0, 93, 169, 0.5);
  border-radius: 4px;
  color: #005da9;
  font-size: 0.16rem;
}
.grece-title a:hover {
  background: #005da9;
  color: #fff;
}
.grece-tag {
  margin-top: 0.2rem;
}
.grece-tag li {
  display: flex;
  align-items: center;
  height: 0.54rem;
  border-bottom: 1px dashed #cfd7df;
}
.grece-rows {
  display: flex;
  align-items: center;
}
.grece-rows:first-child {
  width: 64%;
}
.grece-rows span {
  display: inline-block;
  padding-right: 0.2rem;
  color: #333333;
  font-size: 0.16rem;
  font-weight: bold;
}
.grece-rows p {
  color: #333333;
  font-size: 0.16rem;
}
.highlight {
  margin-top: 0.2rem;
}
.highlight strong {
  display: block;
  line-height: 1.1;
  color: #26313e;
  font-size: 0.22rem;
}
.highlight-list {
  margin-top: 0.16rem;
}
.highlight-list p {
  margin-bottom: 0.1rem;
  color: #333333;
  font-size: 0.16rem;
}
.highlight-list p span {
  font-weight: bold;
}
.grece-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0.64rem;
}
.grece-list li {
  margin-right: 0.78rem;
  margin-bottom: 0.3rem;
  text-align: center;
}
.grece-list li:last-child {
  margin-right: 0;
}
.grece-list li b {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 0.8rem;
  height: 0.8rem;
  border: 1px solid #bcc3ca;
  border-radius: 50%;
}
.grece-list li b img {
  width: auto;
  max-height: 0.34rem;
}
.grece-list li p {
  margin-top: 0.1rem;
  color: #3e4e5d;
  font-size: 0.16rem;
  font-weight: bold;
}
.parameter {
  padding: 0.32rem 0.28rem;
  margin-top: 0.34rem;
  background: #fff;
  border-radius: 0.1rem;
}
.parameter-tit {
  display: block;
  margin-bottom: 0.22rem;
  line-height: 1.1;
  color: #26313e;
  font-size: 0.3rem;
}
.parameter-item img {
  max-width: 100%;
}
.parameter-li {
  margin-bottom: 0.4rem;
}
.parameter-li:last-child {
  margin-bottom: 0;
}
.environmnet-top {
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.3rem rgba(230, 234, 236, 0.34);
  overflow: hidden;
}
.environmnet-class {
  display: flex;
  align-items: center;
  padding: 0.22rem 0.28rem;
  border-bottom: 1px solid #e1e9f1;
}
.environmnet-class span {
  display: inline-block;
  padding-right: 0.2rem;
  color: #26313e;
  font-size: 0.18rem;
  font-weight: bold;
}
.environmnet-class-btn {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.environmnet-class-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.12rem;
  width: 1.8rem;
  height: 0.42rem;
  border-radius: 0.21rem;
  background: #e4eef6;
  color: #26313e;
  font-size: 0.15rem;
  font-weight: bold;
}
.environmnet-class-btn a:hover,
.environmnet-class-btn a.active {
  background: #005da9;
  color: #fff;
}
.environmnet-row {
  display: flex;
  align-items: flex-start;
  padding: 0.2rem 0.28rem;
  border-bottom: 3px solid #fff;
  line-height: 1.4;
  background: #f7f8f8;
}
.environmnet-row:last-child {
  margin-bottom: 0;
}
.environmnet-name {
  display: flex;
  align-items: center;
  margin-right: 0.26rem;
  color: #26313e;
  font-size: 0.16rem;
  font-weight: bold;
}
.environmnet-name i {
  display: inline-block;
  width: 0.3rem;
  font-size: 0.2rem;
  background: linear-gradient(to bottom, #1094ff, #005da9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  font-weight: normal;
}
.environmnet-list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  width: 0;
}
.environmnet-list li {
  margin-right: 0.3rem;
}
.environmnet-list li:last-child {
  margin-right: 0;
}
.environmnet-list li:hover a,
.environmnet-list li.active a {
  color: #005da9;
}
.environmnet-list li.active a {
  font-weight: bold;
}
.environmnet-list li a {
  display: inline-block;
  color: #333333;
  font-size: 0.16rem;
  line-height: 1.8;
}
.environmnet-inner {
  padding: 0.3rem 0.28rem 0;
  margin-top: 0.28rem;
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.3rem rgba(230, 234, 236, 0.34);
}
.environmnet-li {
  display: flex;
  flex-wrap: wrap;
}
.environmnet-li li {
  padding: 0.3rem 0;
  padding-right: 4%;
  width: 48%;
  border-bottom: 1px dashed #ccd8e3;
}
.environmnet-li li a {
  display: flex;
  align-items: center;
}
.environmnet-li li a:hover .environmnet-imgs figure img {
  transform: scale(1.1);
}
.environmnet-li li a:hover .environmnet-text strong {
  color: #005da9;
}
.environmnet-li li a:hover .more-btn {
  background: #005da9;
  border-color: #005da9;
  color: #fff;
}
.environmnet-li li a:hover .more-btn i {
  color: #fff;
}
.environmnet-li li:nth-child(2n+2) {
  padding-right: 0;
}
.environmnet-inner .parameter-tit {
  margin-bottom: 0;
}
.environmnet-imgs {
  position: relative;
  width: 40.5%;
}
.environmnet-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 56.13%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 4px;
}
.environmnet-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.environmnet-imgs figure img {
  transition: 0.65s;
}
.environmnet-imgs figure:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.environmnet-video {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.18rem;
  margin-top: -0.18rem;
  z-index: 3;
  color: #fff;
  font-size: 0.36rem;
}
.environmnet-info {
  flex: 1;
  margin-left: 0.18rem;
  width: 0;
}
.environmnet-tag {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.1rem;
}
.environmnet-tag span {
  display: inline-block;
  padding: 0 0.1rem;
  height: 0.28rem;
  border-radius: 2px;
  border: 1px solid #005da9;
  color: #005da9;
  font-size: 0.14rem;
  background: #e5eef6;
}
.environmnet-text strong {
  display: block;
  margin-bottom: 0.06rem;
  color: #333333;
  font-size: 0.18rem;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.38s;
}
.environmnet-text p {
  color: #333333;
  font-size: 0.15rem;
  line-height: 1.6;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.environmnet-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.1rem;
}
.environmnet-time {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.environmnet-time span {
  display: inline-block;
  margin-right: 0.15rem;
  color: #848484;
  font-size: 0.14rem;
  line-height: 1.2;
}
.environmnet-time span:last-child {
  margin-right: 0;
}
.environmnet-time span i {
  display: inline-block;
  margin-right: 0.04rem;
  font-style: normal;
}
.more-btn {
  padding: 0 0.14rem;
  display: flex;
  align-items: center;
  height: 0.28rem;
  border: 1px solid #ccd8e3;
  color: #005da9;
  font-size: 0.14rem;
  border-radius: 0.14rem;
  transition: 0.35s;
  white-space: nowrap;
}
.more-btn i {
  display: inline-block;
  font-style: normal;
  margin-left: 0.06rem;
  font-size: 0.2rem;
  transition: 0.35s;
}
.page_list {
  display: flex;
  justify-content: center;
  padding: 0.32rem 0 0.36rem;
}
.page_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.1rem;
  padding: 0 0.14rem;
  box-sizing: border-box;
  min-width: 0.4rem;
  height: 0.4rem;
  color: #707479;
  font-size: 0.15rem;
  border-radius: 0.21rem;
  border: 1px solid #cad0d9;
}
.page_list a:hover,
.page_list a.active {
  background: #005da9;
  border-color: #005da9;
  color: #fff;
}
.page_list a:last-child {
  margin-right: 0;
}
.popup_video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -300;
  background: hsla(0, 0%, 0%, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
.popup_video.on {
  z-index: 11050;
  opacity: 1;
  visibility: visible;
}
.popup_video .cont {
  width: 70%;
  height: auto;
  background: #fff;
  padding: 10px;
  border-radius: 2px;
  position: relative;
  transform: scale(0);
  transition: all 0.5s;
}
.popup_video.on .cont {
  transform: scale(1);
}
.popup_video .cont video {
  display: block;
  width: 100%;
  height: auto;
  background: #000;
}
.popup_video .cont .sole {
  width: 30px;
  height: 30px;
  font-size: 30px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: -60px;
  cursor: pointer;
  transition: all 0.5s;
}
.environmnet-bewteen {
  justify-content: space-between;
}
.environmnet-flex {
  display: flex;
  align-items: center;
}
.environ-show a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.84rem;
  height: 0.4rem;
  border: 1px solid #005da9;
  border-radius: 0.21rem;
  color: #005da9;
  font-size: 0.15rem;
  font-weight: bold;
}
.environ-show a:hover {
  background: #005da9;
  color: #fff;
}
.beat {
  padding: 0.28rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.6rem 0.54rem;
}
.beat-item {
  grid-column: span 2;
}
.beat-item .grace-title {
  padding-left: 0;
  margin-bottom: 0.2rem;
  border-bottom: none;
  height: auto;
}
.beat-item:nth-child(5) {
  grid-column: span 4;
}
.beat-item:nth-child(5) .beat-imgs {
  display: flex;
  justify-content: center;
}
.beat-imgs {
  position: relative;
}
.beat-imgs img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.scaleBtn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  display: none;
  justify-content: center;
  align-items: center;
  width: 0.44rem;
  height: 0.44rem;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 0.2rem;
}
.repertoire {
  padding: 0.02rem 0.2rem;
  border: 1px solid #e5eef6;
}
.repertoire li {
  position: relative;
  padding: 0.2rem 0;
  padding-left: 0.43rem;
  border-bottom: 1px dashed #e5eef6;
}
.repertoire li:last-child {
  border-bottom: none;
}
.repertoire li span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0.03rem;
  top: 0.19rem;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background: #e5eef6;
}
.repertoire li span img {
  max-width: 0.2rem;
  max-height: 0.18rem;
}
.repertoire li strong {
  display: block;
  color: #26313e;
  font-size: 0.16rem;
  line-height: 1.3;
}
.repertoire li strong b {
  color: #005da9;
  font-size: 0.2rem;
}
.repertoire li p {
  margin-top: 0.06rem;
  color: #333333;
  font-size: 0.15rem;
}
.obstacle {
  margin-top: 0.48rem;
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.3rem rgba(230, 234, 236, 0.34);
}
.obstacle .environmnet-row {
  background: none;
}
.obstacle-imgs {
  padding: 0.25rem 0.28rem;
  position: relative;
}
.obstacle-imgs img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.obstacle-imgs .scaleBtn {
  right: 0.28rem;
  top: 0.25rem;
}
.beatin {
  padding: 0.5rem 0.35rem 0.54rem;
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.3rem rgba(230, 234, 236, 0.34);
}
.beat-title {
  display: block;
  line-height: 1.1;
  color: #26313e;
  font-size: 0.32rem;
  font-weight: bold;
}
.beat-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0.35rem;
}
.beat-tab {
  width: 37.95%;
}
.beat-btn {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgba(0, 93, 169, 0.1);
}
.beat-btn span {
  display: inline-flex;
  margin-right: 0.3rem;
  align-items: center;
  height: 0.54rem;
  border-radius: 0.27rem;
  color: #333333;
  font-size: 0.18rem;
  font-weight: bold;
  cursor: pointer;
  transition: 0.38s;
}
.beat-btn span:last-child {
  margin-right: 0;
}
.beat-btn span:hover,
.beat-btn span.active {
  padding: 0 0.4rem;
  background: #005da9;
  color: #fff;
}
.beat-info {
  padding-top: 0.2rem;
}
.beat-item-in {
  display: none;
  max-height: 4.33rem;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.beat-item-in::-webkit-scrollbar {
  width: 1px;
  border-radius: 0;
  background-color: #d6dce1;
}
.beat-item-in::-webkit-scrollbar-track {
  background-color: #d6dce1;
}
.beat-item-in::-webkit-scrollbar-thumb {
  background-color: #005da9;
}
.beat-item-in:first-child {
  display: block;
}
.beat-li {
  margin-bottom: 0.22rem;
  position: relative;
  padding-left: 0.28rem;
}
.beat-li:before {
  position: absolute;
  left: 0.04rem;
  top: 0.1rem;
  content: "";
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 50%;
  border: 2px solid #005da9;
}
.beat-li:last-child {
  margin-bottom: 0;
}
.beat-li strong {
  display: block;
  margin-bottom: 0.1rem;
  line-height: 1.2;
  color: #005da9;
  font-size: 0.2rem;
}
.beat-li p {
  color: #333333;
  font-size: 0.16rem;
}
.beat-right {
  width: 58.39%;
}
.beat-video {
  position: relative;
}
.beat-video figure {
  position: relative;
  display: block;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.1rem;
}
.beat-video figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.beat-video span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.35rem;
  margin-top: -0.35rem;
  color: #fff;
  font-size: 0.7rem;
  z-index: 3;
  cursor: pointer;
  transition: 0.35s;
  line-height: 1;
}
.beat-video span:hover {
  color: #005da9;
}
.beat-back {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.25rem;
}
.beat-back a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.2rem;
  width: 0.54rem;
  height: 0.54rem;
  border: 1px solid #c8cdcf;
  color: #777e85;
  font-size: 0.22rem;
  border-radius: 0.06rem;
}
.beat-back a:last-child {
  margin-right: 0;
}
.beat-back a:hover {
  color: #005da9;
  border-color: #005da9;
}
.difficultys {
  background: #fff;
  border-radius: 0.1rem;
  border-bottom: 1px solid rgba(0, 93, 169, 0.1);
}
.difficultys-btn li a {
  width: 1.5rem;
}
.difficultys-btn li a.active b img.show,
.difficultys-btn li a:hover b img.show {
  opacity: 0;
}
.difficultys-btn li a.active b img.hide,
.difficultys-btn li a:hover b img.hide {
  opacity: 1;
  visibility: visible;
}
.difficultys-btn li a b {
  display: inline-flex;
  margin-right: 0.04rem;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 0.28rem;
  height: 0.26rem;
  text-align: center;
}
.difficultys-btn li a b img {
  max-width: 100%;
  max-height: 100%;
  transition: 0.35s;
}
.difficultys-btn li a b img.hide {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 0;
  visibility: hidden;
}
.difficulty-wr {
  padding: 0.3rem 0.28rem;
}
.difficulty-item {
  margin-bottom: 0.36rem;
}
.difficulty-item:last-child {
  margin-bottom: 0;
}
.note {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.05rem;
  color: #26313e;
  font-size: 0.14rem;
}
