header.pc {
  width: 100%;
  height: 4rem;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #0b0c10;
  z-index: 9999;
}
header.pc * {
  color: #fff;
}
header.pc .cont {
  width: 70rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
header.pc .cont .l {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
header.pc .cont .l img {
  margin-right: 1.1rem;
  width: 7.7rem;
}
header.pc .cont .l p {
  padding: 0.4rem 0.6rem;
  font-size: 0.7rem;
  border: solid 0.05rem #676767;
  border-radius: 0.45rem;
}
header.pc .cont .c {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
header.pc .cont .c .li {
  margin-right: 3.3rem;
}
header.pc .cont .c .li:last-of-type {
  margin-right: unset;
}
header.pc .cont .r p {
  font-size: 0.7rem;
  width: 100%;
  text-align: right;
  opacity: 0.7;
  margin-bottom: 0.2rem;
  font-style: italic;
}
header.pc .cont .r .b {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
header.pc .cont .r .b img {
  width: 1.25rem;
  margin-right: 0.5rem;
}
header.pc .cont .r .b h6 {
  font-size: 0.9rem;
}
header.mb {
  display: none;
}

.G_btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 0.05rem solid #fff;
  border-radius: 5rem;
  padding: 0.5rem 1rem;
}
.G_btn img {
  width: 1.5rem !important;
  height: 1.3rem !important;
  margin-right: 0.4rem;
}
.G_btn p {
  font-size: 0.8rem;
}
.content {
  height: 48rem;
  position: relative;
  background-color: #000;
}
.content * {
  color: #fff;
}
.content .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #070F1B;
  /* z-index: -1; */
}
.content .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .cont {
  position: relative;
  height: 100%;
  max-width: 70rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.content .cont1 h2 {
  font-size: 2.9rem;
  margin-bottom: 0.8rem;
}
.content .cont1 h3 {
  font-size: 0.8rem;
  opacity: 0.8;
}
.content1 .cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 4rem;
}
.content1 .cont .tit {
  width: 48rem;
}
.content1 .cont .cen {
  width: 29.8rem;
  height: 3.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding-left: 3rem;
  margin-top: 1.6rem;
  margin-bottom: 2.6rem;
  padding-left: 1.5rem;
}
.content1 .cont .cen .b {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.content1 .cont .cen p {
  padding: 0 1rem;
  border-right: 0.05rem solid #A5ABCB;
}
.content1 .cont .cen p:last-of-type {
  border-right: unset;
}
.content1 .cont .btn {
  width: 8.3rem;
  height: 2.4rem;
  background: linear-gradient(90deg, #0059EB 0%, #3983FE 100%);
  border-radius: 5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.content1 .cont .btn img {
  width: 1.5rem;
  height: 1.3rem;
  margin-right: 0.4rem;
}
.content1 .cont .btn p {
  font-size: 0.8rem;
}
.content1 .cont .bottom {
  width: 21rem;
  margin-top: 2.7rem;
}
.content2 .bg {
  opacity: 0.6;
}
.content2 .cont {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 6rem;
}
.content2 .cont .left {
  padding-top: 3.2rem;
}
.content2 .cont .left h2 {
  font-size: 2.9rem;
  margin-bottom: 1.2rem;
}
.content2 .cont .left h3 {
  font-size: 0.8rem;
  margin-bottom: 7.5rem;
}
.content2 .cont .right {
  width: 48rem;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content2 .cont .right .item {
  width: 12rem;
  height: 12rem;
  border: 0.05rem solid #454852;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: default;
  position: relative;
  overflow: hidden;
}
.content2 .cont .right .item::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, #2F5B5C 0%, rgba(47, 91, 92, 0) 96%);
  z-index: -1;
  transform: translateY(100%);
  transition: all 0.2s linear;
}
.content2 .cont .right .item:hover::before {
  transform: translateY(0);
}
.content2 .cont .right .item img {
  width: 2.4rem;
  height: 2.4rem;
  margin-bottom: 0.9rem;
}
.content2 .cont .right .item h2 {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.7rem;
}
.content2 .G_btn {
  position: absolute;
  left: 0;
  bottom: 0;
}
.content3 .cont {
  position: relative;
  overflow: hidden;
}
.content3 .cont .c {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
}
.content3 .cont .c1 {
  width: 60.8rem;
  height: 60.8rem;
  margin-left: -30.4rem;
  margin-top: -30.4rem;
  background: rgba(222, 222, 222, 0.01);
  border: 2px dashed #A098FF;
  box-shadow: inset 0px 0px 123px 0px #6B52DE;
  opacity: 0.24;
}
.content3 .cont .c2 {
  width: 46.6rem;
  height: 46.6rem;
  margin-left: -23.3rem;
  margin-top: -23.3rem;
  background: rgba(222, 222, 222, 0.01);
  border: 2px dashed #A098FF;
  opacity: 0.34;
}
.content3 .cont .c3 {
  width: 32rem;
  height: 32rem;
  margin-left: -16rem;
  margin-top: -16rem;
  border: 2px dashed #A098FF;
  background: rgba(3, 20, 43, 0.89);
  opacity: 0.74;
}
.content3 .cont .cen {
  position: relative;
  z-index: 9;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
}
.content3 .cont .cen h2 {
  font-size: 2.6rem;
}
.content3 .cont .cen h3 {
  font-size: 0.8rem;
  margin-top: 1.2rem;
  margin-bottom: 3.2rem;
  text-align: center;
      line-height: 1.5;
}
.content3 .cont .cen .block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 4.2rem;
}
.content3 .cont .cen .block .b {
  width: 4.8rem;
  height: 3.2rem;
  margin-right: 1.2rem;
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 0.2rem;
  overflow: hidden;
}
.content3 .cont .cen .block .b1 {
  background: rgba(32, 85, 243, 0.4);
  border: 2px solid #507CFF;
}
.content3 .cont .cen .block .b2 {
  background: rgba(122, 96, 232, 0.4);
  border: 2px solid #896EFD;
}
.content3 .cont .cen .block .b3 {
  background: rgba(80, 201, 169, 0.4);
  border: 2px solid #50C9A9;
}
.content3 .cont .cen .block .b:last-child {
  margin-right: unset;
}
.content3 .cont .cen .btn {
  width: 8.3rem;
  height: 2.4rem;
  background: linear-gradient(90deg, #0059EB 0%, #3983FE 100%);
  border-radius: 5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.content3 .cont .cen .btn img {
  width: 1.5rem;
  height: 1.3rem;
  margin-right: 0.4rem;
}
.content3 .cont .cen .btn p {
  font-size: 0.8rem;
}
.content3 .cont .l {
  position: absolute;
  z-index: 9;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.content3 .cont .l p {
  font-size: 1.2rem;
  margin: 0 1.2rem;
  font-weight: 700;
}
.content3 .cont .l .o {
  width: 2rem;
  height: 2rem;
  border: 1px dashed #FFFFFF;
  position: relative;
  border-radius: 50%;
}
.content3 .cont .l .o::before {
  position: absolute;
  content: '';
  width: 0.8rem;
  height: 0.8rem;
  background-color: #fff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-left: -0.4rem;
  margin-top: -0.4rem;
}
.content3 .cont .l1 {
  left: 8.2rem;
  top: 9rem;
}
.content3 .cont .l2 {
  right: 8.2rem;
  top: 9rem;
}
.content3 .cont .l3 {
  top: 23rem;
  left: 3.5rem;
}
.content3 .cont .l4 {
  top: 23rem;
  right: 3.5rem;
}
.content3 .cont .l5 {
  left: 8.2rem;
  bottom: 9rem;
}
.content3 .cont .l6 {
  right: 8.2rem;
  bottom: 9rem;
}
.content4 .cont .cen {
  margin-top: 3rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 70rem;
  height: 32rem;
  padding: 1.2rem;
  box-sizing: border-box;
  border-radius: 2rem;
  opacity: 1;
  background: linear-gradient(0deg, #19274A 0%, rgba(47, 61, 99, 0) 83%);
  border: 1px solid;
  border-image: linear-gradient(270deg, #2055F3 0%, #2086F3 100%) 1;
  overflow: hidden;
  border: 1px solid rgba(32, 85, 243, 0.4);
}
.content4 .cont .cen .left {
  width: 21.2rem;
  border-image: linear-gradient(180deg, rgba(91, 195, 255, 0.81) 0%, rgba(211, 108, 109, 0) 100%) 1;
  background: linear-gradient(180deg, #1E709F -38%, rgba(30, 112, 159, 0) 99%);
  border-radius: 0.7rem;
  padding: 4rem;
  overflow: hidden;
  flex-shrink: 0;
}
.content4 .cont .cen .left .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 3rem;
}
.content4 .cont .cen .left .item:last-of-type {
  margin-bottom: unset;
}
.content4 .cont .cen .left .item img {
  width: 2.8rem;
  height: 2.8rem;
  margin-right: 1.7rem;
}
.content4 .cont .cen .left .item .r h4 {
  font-size: 1.2rem;
  margin-bottom: 0.4rem;
}
.content4 .cont .cen .left .item .r h5 {
  font-size: 0.8rem;
  opacity: 0.7;
}
.content4 .cont .cen .right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 46rem;
}
.content4 .cont .cen .right .item {
  width: calc((100% - 1rem) / 3);
  padding: 0 3rem;
  position: relative;
  margin-bottom: 4rem;
}
.content4 .cont .cen .right .item h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
.content4 .cont .cen .right .item .t {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.content4 .cont .cen .right .item .t p {
  opacity: 0.8;
  margin-bottom: 0.8rem;
}
.content4 .cont .cen .right .line:nth-of-type(1),
.content4 .cont .cen .right .line:nth-of-type(2) {
  margin-bottom: 4rem;
}
.content4 .cont .cen .right .item:nth-of-type(n+4) {
  margin-bottom: unset;
}
.content4 .cont .cen .right .item:nth-of-type(3)::after,
.content4 .cont .cen .right .item:nth-of-type(5)::after {
  display: none;
}
.content4 .G_btn {
  margin-top: 1.5rem;
}
.content5 .cont .wrap-item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 3.2rem;
}
.content5 .cont .wrap-item .item {
  width: calc((100% - 2rem)/3);
  height: 14rem;
  margin-right: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(121deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid #60626C;
  border-radius: 0.4rem;
  margin-bottom: 0.9rem;
}
.content5 .cont .wrap-item .item:hover {
  transform: translateY(-1rem) scale(1.05);
}
.content5 .cont .wrap-item .item img {
  width: 4rem;
  height: 4rem;
}
.content5 .cont .wrap-item .item h4 {
  font-size: 1.2rem;
  margin-top: 1.2rem;
  margin-bottom: 0.8rem;
}
.content5 .cont .wrap-item .item h5 {
  font-size: 0.8rem;
  opacity: 0.6;
}
.content5 .cont .wrap-item .item:nth-of-type(3n) {
  margin-right: unset;
}
.content5 .G_btn {
  margin-top: 0.5rem;
}
.content6 .cont .cen {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-top: 6rem;
}
.content6 .cont .cen .item {
  width: 11.2rem;
  height: 17rem;
  background: linear-gradient(147deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0.7rem;
  padding-top: 2rem;
  padding-left: 1.1rem;
  padding-right: 1.7rem;
  padding-bottom: 2.1rem;
  position: relative;
  overflow: hidden;
  cursor: default;
  backdrop-filter: blur(10px);
}
.content6 .cont .cen .item::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: translateY(100%);
  background: linear-gradient(180deg, rgba(50, 70, 120, 0) 3%, #021E65 112%);
  z-index: -1;
}
.content6 .cont .cen .item h4 {
  font-size: 1.2rem;
  margin-bottom: 0.4rem;
  white-space: nowrap;
}
.content6 .cont .cen .item h5 {
  font-size: 0.6rem;
  opacity: 0.7;
  white-space: nowrap;
  margin-bottom: 7.8rem;
}
.content6 .cont .cen .item .b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content6 .cont .cen .item .b .btn {
  width: 7rem;
  height: 2.4rem;
  border: 0.05rem solid #fff;
  border-radius: 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}
.content6 .cont .cen .item .b .btn:hover {
  background-color: #fff;
  border-color: #0059EB;
  color: #0059EB;
}
.content6 .cont .cen .item .b .num {
  font-size: 2rem;
  display: none;
}
.content6 .cont .cen .item.on {
  width: 22rem;
}
.content6 .cont .cen .item.on::after {
  transform: translateY(0);
}
.content6 .cont .cen .item.on .b .num {
  display: block;
}
.content7 .cont {
  max-width: unset;
}
.content7 .cont .item:hover {
  transform: scale(1.05) translateY(-1rem);
}
.content7 .cont h2 {
  margin-bottom: 6.2rem;
}
.content7 .cont .cen {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.content7 .cont .cen .item {
  width: 14rem;
  height: 8.4rem;
  background: linear-gradient(124deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid #626871;
  border-radius: 1.2rem;
  margin-right: 8.7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.content7 .cont .cen .item img {
  width: 2.8rem;
  margin-bottom: 0.8rem;
}
.content7 .cont .cen .item p {
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
}
.content7 .cont .cen .item:last-of-type {
  margin-right: unset;
}
.content7 .cont .t {
  margin-left: 11rem;
}
.content7 .cont .c {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4rem;
  background: linear-gradient(92deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
  margin: 3rem 0;
  position: relative;
}
.content7 .cont .c .i {
  width: 2rem;
  height: 2rem;
  border: 0.01rem dashed rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 4.5rem;
}
.content7 .cont .c::before,
.content7 .cont .c::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  opacity: 0.2;
  border-top: 0.01rem dashed #fff;
  left: 0;
}
.content7 .cont .c::before {
  top: -1rem;
}
.content7 .cont .c::after {
  bottom: -1rem;
}
.content7 .cont .b {
  margin-left: -11rem;
}
.content7 .G_btn {
  margin-top: 2rem;
}
.content8 .i:hover {
  transform: scale(1.05) translateY(-1rem);
}
.content8 .cont .wrap-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.content8 .cont .wrap-item .i {
  border-radius: 0.2rem;
  overflow: hidden;
}
.content8 .cont .wrap-item .i:nth-of-type(1) {
  margin-top: 3.6rem;
}
.content8 .cont .wrap-item .i:nth-of-type(2) {
  margin-top: 6.1rem;
}
.content8 .cont .wrap-item .i:nth-of-type(3) {
  margin-top: 6.1rem;
}
.content8 .cont .wrap-item .i:nth-of-type(4) {
  margin-top: 3.6rem;
}
.content8 .cont .wrap-item .item {
  width: 16.6rem;
  height: 25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding-top: 2.2rem;
}
.content8 .cont .wrap-item .item img.i {
  width: 5rem;
  height: 5rem;
  margin: 0 auto;
}
.content8 .cont .wrap-item .item .b {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
}
.content8 .cont .wrap-item .item h4 {
  font-size: 1.2rem;
  margin-top: 1.2rem;
  margin-bottom: 0.8rem;
}
.content8 .cont .wrap-item .item p.o_p {
  font-size: 0.8rem;
  opacity: 0.8;
  margin-bottom: 0.5rem;
  width: 10rem;
}
.content8 .cont .wrap-item .item .btn {
  width: 8.3rem;
  height: 2.4rem;
  border-radius: 5rem;
  background: rgba(255, 255, 255, 0.24);
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFFFFF;
  margin-top: 3rem;
}
.content8 .cont .wrap-item .item .btn img {
  width: 1.5rem;
  height: 1.3rem;
  margin-right: 0.4rem;
}
.content8 .cont .wrap-item .item .btn p {
  font-size: 0.8rem;
}
.content9 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(0deg, #212E50 0%, rgba(24, 31, 53, 0) 100%);
  background-color: #000;
}
.content9 .cont {
  width: 70rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.content9 .cont .tit {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1.5rem;
}
.content9 .cont .tit img {
  width: 4.4rem;
}
.content9 .cont .tit h2 {
  font-size: 2.9rem;
}
.content9 .cont h3 {
  font-size: 0.8rem;
  opacity: 0.7;
  margin-bottom: 7.6rem;
}
.content9 .b {
  position: absolute;
  right: 13rem;
  width: 32.9rem;
  height: 27.55rem;
  right: 13.4rem;
  bottom: -2rem;
  z-index: 9;
}
.content9 .b img {
  width: 100%;
  height: 100%;
  background-color: unset;
}
.content10 .item:hover {
  transform: scale(1.05) translateY(-1rem);
}
.content10 .cont .wrap-item {
  margin-top: 5.1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.content10 .cont .wrap-item .item {
  width: 12.63rem;
  height: 5.7rem;
  padding: 0.5rem;
  background-color: #fff;
  border-radius: 0.5rem;
  margin-bottom: 1.7rem;
  filter: grayscale(1);
  transition: all 0.2s linear;
}
.content10 .cont .wrap-item .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content10 .cont .wrap-item .item:hover {
  transform: scale(1.1);
  filter: grayscale(0);
}
footer.pc {
  width: 100%;
  height: 9rem;
  background-color: #000;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
footer.pc * {
  color: #fff;
}
footer.pc .cont {
  width: 70rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
footer.pc .cont .line {
  width: 0.05rem;
  height: 5rem;
  background-color: #fff;
  opacity: 0.1;
}
footer.pc .cont .l img {
  width: 13.25rem;
}
footer.pc .cont .c {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
footer.pc .cont .c .img {
  width: 5.65rem;
  padding: 0.25rem;
  background-color: #fff;
  margin-right: 1.35rem;
}
footer.pc .cont .c .img img {
  width: 5.15rem;
}
footer.pc .cont .c .info h2 {
  font-size: 0.9rem;
  margin-bottom: 1.25rem;
}
footer.pc .cont .c .info p {
  font-size: 0.7rem;
}
footer.pc .cont .c .info p:first-of-type {
  margin-bottom: 0.9rem;
}
footer.pc .cont .r h2 {
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
}
footer.pc .cont .r h3 {
  font-size: 0.7rem;
  margin-bottom: 1.2rem;
}
footer.pc .cont .r h4 {
  font-size: 1.5rem;
}
.footer_tips {
  border-top: 0.01rem solid rgba(255, 255, 255, 0.24);
}
.footer_tips .cont {
  width: 70rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0;
}
.mb {
  display: none;
}
@media screen and (max-width: 768px) {
  body {
    width: 100vw;
    overflow-x: hidden;
  }
  header.pc {
    display: none;
  }
  header.mb {
    display: block;
    padding-bottom: 4rem;
  }
  header.mb .mb_t {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #000;
    padding: 1.5% 3%;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
  }
  header.mb .mb_t .logo {
    width: 75%;
  }
  header.mb .mb_t .right {
    width: 30px;
    height: 30px;
  }
  header.mb .mb_t .right #btn-close {
    display: none;
  }
  header.mb .mb_t .right #btn-close,
  header.mb .mb_t .right #btn-open {
    fill: #fff;
  }
  header.mb .mb_t .right.on #btn-open {
    display: none;
    fill: #fff;
  }
  header.mb .mb_t .right.on #btn-close {
    display: block;
    fill: #fff;
  }
  header.mb .mb_nav {
    position: fixed;
    left: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    transform: translateX(-100%);
    transition: all 0.2s linear;
  }
  header.mb .mb_nav .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
  }
  header.mb .mb_nav .content {
    width: 70vw;
    height: 100%;
    background-color: #fff;
    position: relative;
    z-index: 9;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
  }
  header.mb .mb_nav .content .sub {
    position: relative;
  }
  header.mb .mb_nav .content .sub::after {
    position: absolute;
    content: '';
    width: 80%;
    left: 10%;
    bottom: 0;
    height: 1px;
    background-color: #ebebeb;
  }
  header.mb .mb_nav .content .sub li {
    font-size: 16px;
    padding: 20px 15%;
  }
  header.mb .mb_nav .content .sub.on li {
    color: #000;
  }
  .content .cont {
    width: 100%;
  }
  .G_btn {
    margin: 0 auto;
    transform: scale(0.8);
  }
  .content1 .cont {
    padding: 0 2%;
  }
  .content1 .cont .tit {
    width: 100%;
  }
  .content1 .cont .cen {
    width: 100%;
  }
  .content2 .cont {
    display: block;
    padding: 0 2%;
    padding-top: 2rem;
  }
  .content2 .cont .left {
    padding: unset;
  }
  .content2 .cont .left h2 {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 0.4rem;
  }
  .content2 .cont .left h3 {
    text-align: center;
    font-size: 0.8rem;
    margin-bottom: 1rem;
  }
  .content2 .cont .right {
    width: 100%;
    margin-top: 1rem;
  }
  .content2 .cont .right .item {
    width: 25%;
    height: 10rem;
  }
  .content2 .cont .right .item h2 {
    font-size: 0.8rem;
  }
  .content2 .G_btn {
    position: relative;
    width: 8rem;
  }
  .content3 .cont .c1 {
    width: 40rem;
    height: 40rem;
    margin-left: -20rem;
    margin-top: -20rem;
  }
  .content3 .cont .c2 {
    width: 30rem;
    height: 30rem;
    margin-left: -15rem;
    margin-top: -15rem;
  }
  .content3 .cont .c3 {
    width: 20rem;
    height: 20rem;
    margin-left: -10rem;
    margin-top: -10rem;
  }
  .content3 .cont .cen h2 {
    font-size: 1.2rem;
  }
  .content3 .cont .cen h3 {
    font-size: 0.8rem;
    width: 50%;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 3rem;
  }
  .content3 .cont .cen .block {
    margin-bottom: 1rem;
  }
  .content3 .cont .cen .block .b {
    transform: scale(0.8);
  }
  .content3 .cont .l p {
    font-size: 0.8rem;
  }
  .content3 .cont .l .o {
    transform: scale(0.8);
  }
  .content3 .cont .l1 {
    left: 1.2rem;
  }
  .content3 .cont .l2 {
    right: 1.2rem;
  }
  .content3 .cont .l3,
  .content3 .cont .l4 {
    flex-direction: row-reverse;
  }
  .content3 .cont .l3 {
    left: 2.4rem;
  }
  .content3 .cont .l4 {
    right: 2.4rem;
  }
  .content3 .cont .l5 {
    left: 1.2rem;
  }
  .content3 .cont .l6 {
    right: 1.2rem;
  }
  .content .cont1 h2 {
    font-size: 1.2rem;
    text-align: center;
  }
  .content .cont1 h3 {
    font-size: 0.8rem;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5;
  }
  .content4 .cont .cen {
    width: 100%;
    display: block;
  }
  .content4 .cont .cen .left {
    width: 100%;
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
  }
  .content4 .cont .cen .left .item {
    width: 50%;
    margin: unset;
    margin-bottom: 0.5rem;
  }
  .content4 .cont .cen .left .item img {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.8rem;
  }
  .content4 .cont .cen .left .item .r h4 {
    font-size: 1rem;
  }
  .content4 .cont .cen .left .item .r h5 {
    font-size: 0.8rem;
  }
  .content4 .cont .cen .right {
    width: 90%;
    padding: 0;
    overflow-x: scroll;
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-top: 2rem;
  }
  .content4 .cont .cen .right .item {
    padding: 0;
    width: 100%;
    margin-bottom: 0.8rem;
    display: flex;
    margin-bottom: 1.5rem;
  }
  .content4 .cont .cen .right .item .t {
    justify-content: flex-start;
    width: 70%;
    margin-bottom: unset;
  }
  .content4 .cont .cen .right .item .t p {
    margin-bottom: unset;
    margin: 0.5rem;
    margin-top: unset;
  }
  .content4 .cont .cen .right .item h3 {
    font-size: 1rem;
    text-align: unset;
    width: 30%;
    margin-bottom: unset;
  }
  .content4 .cont .cen .right .item:nth-of-type(n+4) {
    margin-bottom: 2rem;
  }
  .content4 .cont .cen .right .line {
    display: none;
  }
  .content5 .cont .wrap-item {
    padding: 0 2%;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .content5 .cont .wrap-item .item {
    width: 49%;
    margin-right: unset;
    height: auto;
    padding: 1rem 0;
  }
  .content5 .cont .wrap-item .item h4 {
    font-size: 1rem;
  }
  .content5 .cont .wrap-item .item h5 {
    font-size: 0.8rem;
  }
  .content6 .cont .cen {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0 2%;
    margin-top: 2rem;
  }
  .content6 .cont .cen .item.on .b .num {
    display: none;
  }
  .content6 .cont .cen .item {
    width: 48% !important;
    height: auto;
    padding: unset;
    margin-right: 4%;
    margin-bottom: 1rem;
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
  }
  .content6 .cont .cen .item h4 {
    font-size: 1rem;
    text-align: center;
  }
  .content6 .cont .cen .item h5 {
    margin-bottom: 1rem;
    text-align: center;
  }
  .content6 .cont .cen .item .b {
    transform: scale(0.8);
    margin: 0 auto;
  }
  .content6 .cont .cen .item:nth-of-type(2n) {
    margin-right: unset;
  }
  .content7 .cont h2 {
    margin-bottom: 2rem;
  }
  .content7 .cont .t,
  .content7 .cont .b {
    width: 100%;
    margin: 0;
    justify-content: space-around;
  }
  .content7 .cont .t .item,
  .content7 .cont .b .item {
    margin-right: unset;
    width: 28%;
  }
  .content7 .cont .t .item p,
  .content7 .cont .b .item p {
    font-size: 0.8rem;
  }
  .content7 .cont .c {
    justify-content: space-around;
  }
  .content7 .cont .c .i {
    margin: unset;
  }
  .item:hover {
    transform: unset !important;
  }
  .item:hover > div {
    transform: unset !important;
  }
  .content8 .cont .wrap-item {
    margin-top: 2rem;
    flex-wrap: wrap;
    padding: 0 2%;
  }
  .content8 .cont .wrap-item .i {
    margin-top: unset !important;
    width: 49%;
    margin-bottom: 1rem;
  }
  .content8 .cont .wrap-item .i .item {
    width: 100%;
    height: auto;
    padding-bottom: 1rem;
  }
  .content8 .cont .wrap-item .i .item img.i {
    width: 3rem;
    height: 3rem;
  }
  .content8 .cont .wrap-item .i .item .btn {
    margin-top: 1rem;
  }
  .content9 {
    height: auto;
    padding: 5rem;
  }
  .content9 .cont .tit {
    margin: 0 auto;
  }
  .content9 .cont .tit img {
    width: 2rem;
  }
  .content9 .cont .tit h2 {
    font-size: 1.2rem;
  }
  .content9 .cont h3 {
    text-align: center;
    margin: 1rem auto;
  }
  .content9 .b {
    width: 8.225rem;
    height: 6.8875rem;
    right: 2%;
    bottom: -0.2rem;
  }
  .content10 .cont {
    padding: 0 2%;
  }
  .content10 .cont .wrap-item {
    margin-top: 2rem;
  }
  .content10 .cont .wrap-item .item {
    width: 32%;
    margin-bottom: 0.5rem;
    filter: grayscale(0);
    padding: unset;
  }
  .content10 .cont .wrap-item .item img {
    object-fit: contain;
  }
  .btn_w {
    margin: 0 auto;
    margin-top: 1rem;
  }
  footer.pc {
    display: none;
  }
  footer.mb {
    display: block;
    height: auto;
    width: 100%;
    flex-wrap: wrap;
    padding: 1.5rem 5%;
  }
  footer.mb * {
    color: #fff;
  }
  footer.mb .t {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
  }
  footer.mb .t img.logo {
    width: 13.25rem;
  }
  footer.mb .t img.wechat {
    width: 5.65rem;
    padding: 0.25rem;
    background-color: #fff;
    margin-right: 1.35rem;
  }
  footer.mb .c {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  footer.mb .c .info {
    width: 48%;
  }
  footer.mb .c .info h2 {
    font-size: 0.9rem;
    margin-bottom: 1.2rem;
  }
  footer.mb .c .info p {
    font-size: 0.7rem;
    line-height: 1.5;
  }
  footer.mb .c .info p:first-of-type {
    margin-bottom: 0.9rem;
  }
  footer.mb .c .txt {
    width: 48%;
  }
  footer.mb .c .txt h2 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  footer.mb .c .txt h3 {
    font-size: 0.7rem;
    margin-bottom: 1.2rem;
  }
  footer.mb .c .txt h4 {
    font-size: 1.5rem;
  }
  .footer_tips .cont {
    width: 100%;
    display: block;
    padding: 1rem 2%;
  }
  .footer_tips .cont p {
    margin: 0.5rem 0;
    font-size: 0.7rem;
  }
}
