@charset "UTF-8";
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}

html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}

li {
  list-style: none;
}

textarea {
  overflow: auto;
  resize: none;
}

a,
button {
  cursor: pointer;
}

i,
em {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: 400;
  font-style: normal;
}

a,
a:hover {
  text-decoration: none;
  color: #000;
}

input,
textarea,
a,
div,
button,
select {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input:-webkit-autofill {
  background: transparent;
  transition: background-color 50000s ease-in-out 0s;
  -webkit-text-fill-color: unset;
  color: #333;
}

@font-face {
  font-family: "syst";
  src: url("../asset/syst.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  color: #333;
  font: 14px/30px "Microsoft YaHei", Arial;
}

.flex {
  display: flex;
}

.hide,
.cyou-top {
  display: none;
}

.menu {
  position: fixed;
  top: 0.7rem;
  right: 80px;
  z-index: 2;
  display: flex;
}

.menu a {
  display: inline-block;
  width: 1.9rem;
  line-height: 0.4rem;
  font-size: 0.2rem;
  color: #fffaef;
  position: relative;
  text-align: center;
}

.menu a:hover,
.menu a.on {
  background: url("../images/nav.png") no-repeat;
  background-size: 100% 100%;
}

.menu a:hover::before,
.menu a.on::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: -28px;
  width: 59px;
  height: 61px;
}

.logo {
  position: fixed;
  display: block;
  left: 0.8rem;
  top: 0.5rem;
  z-index: 2;
}
.logo img {
  width: 1.8rem;
}

.main {
  width: 12rem;
  margin: 0 auto;
}

.home {
  width: 100%;
  height: 100%;
}

video {
  width: 100%;
  background: url("../images/home.jpg") no-repeat;
  background-size: 100%;
}

@keyframes slideUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
/* .wrap{position: relative;height: calc(100% - 44px);overflow: hidden;} */
.p1,
.p2,
.p3,
.p4,
.p5 {
  background-repeat: no-repeat;
  background-position: center center;
  box-sizing: border-box;
  overflow: hidden;
  background-size: 100% auto;
}
.p1 .main,
.p2 .main,
.p3 .main,
.p4 .main,
.p5 .main {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.p1 .gonext,
.p2 .gonext,
.p3 .gonext,
.p4 .gonext,
.p5 .gonext {
  color: #cbad7d;
  font-size: 0.2rem;
  left: 50%;
  width: 1.6rem;
  margin-left: -0.8rem;
  bottom: 0.5rem;
  position: absolute;
  z-index: 9;
}
.p1 .gonext img,
.p2 .gonext img,
.p3 .gonext img,
.p4 .gonext img,
.p5 .gonext img {
  margin-bottom: -0.1rem;
  width: 0.56rem;
}
.p1 .gonext,
.p2 .gonext,
.p3 .gonext,
.p4 .gonext,
.p5 .gonext {
  animation: slideUpDown 2s ease-in-out infinite;
}

video {
  width: 100%;
  background: #000;
  line-height: 0; /* 消除行高导致的额外间隙 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  margin: 0 auto;
  display: block; /* 消除 inline 元素的底部间隙 */
  object-fit: cover; /* 可选: 保证视频填满容器但保持比例，若需要完全展示则用 contain */
}

.p1 .main {
  text-align: center;
  top: auto;
  bottom: 1.3rem;
  transform: translate(-50%, 0);
  color: #dcc297;
  font-size: 0.24rem;
}
.p1 .main .title img {
  width: 10rem;
}

.carts {
  width: 7rem;
  margin: 0 auto;
  position: relative;
}
.carts .download-part {
  justify-content: center;
}
.carts .desc {
  font-family: "宋体", "SimSun", "Times New Roman", serif;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.5) 90%, transparent 100%);
  letter-spacing: 2px;
  margin-bottom: 0.2rem;
  padding: 4px 0;
}
.carts .thzx {
  height: 1.4rem;
  width: 1.34rem;
  background: url("../images/pc-03.png") no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.carts .qrcode {
  margin: 0 0.2rem;
  height: 1.42rem;
}
.carts .qrcode .downCode {
  position: relative;
}
.carts .qrcode .light {
  width: 100%;
  height: 3px;
  background: rgba(237, 3, 3, 0.6);
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: qrcode_move 3.4s linear infinite 300ms 0 ease;
  animation: qrcode_move 3.4s linear infinite;
}
.carts .ts {
  width: 0.25rem;
  line-height: 1.18;
  font-size: 0.2rem;
  word-wrap: wrap;
  color: #fff;
  margin-right: 3px;
}
.carts .download {
  display: flex;
  height: 1.4rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.carts .download a {
  width: 2rem;
  height: 0.45rem;
  background-color: #021;
  color: #fff;
  align-items: center;
  text-align: left;
  font-size: 0.28rem;
  padding: 0.1rem 0.2rem;
  border-radius: 0.1rem;
  border: 1px solid #fff;
  line-height: 1.1;
}
.carts .download a img {
  margin-right: 0.1rem;
  width: 0.5rem;
}
.carts .download a div {
  line-height: 1;
}
.carts .download a span {
  font-size: 0.2rem;
}
.carts .download .android {
  background-color: #000;
}
.carts .download .ios {
  background-color: #4798d7;
}
.carts .leidian {
  margin-left: 0.2rem;
  background: url("../images/ld.png") no-repeat;
  background-size: 100% 100%;
}
.carts .leidian a {
  font-size: 0.2rem;
  width: 1rem;
  height: 1.4rem;
  line-height: 1.3;
  padding-top: 0.5rem;
  box-sizing: border-box;
  display: block;
}

@-webkit-keyframes qrcode_move {
  0%, 100% {
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -o-transform: translate(0, 1.4rem);
    -webkit-transform: translate(0, 1.4rem);
    -moz-transform: translate(0, 1.4rem);
    -ms-transform: translate(0, 1.4rem);
    transform: translate(0, 1.4rem);
  }
}
@keyframes qrcode_move {
  0%, 100% {
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -o-transform: translate(0, 1.4rem);
    -webkit-transform: translate(0, 1.4rem);
    -moz-transform: translate(0, 1.4rem);
    -ms-transform: translate(0, 1.4rem);
    transform: translate(0, 1.4rem);
  }
}
.age {
  width: 0.6rem;
  height: 0.8rem;
  background: url("../images/16+.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0.8rem;
  bottom: 0.4rem;
  cursor: pointer;
}

.link {
  position: absolute;
  left: 1rem;
  bottom: 0.4rem;
  z-index: 9;
  font: 0.2rem "Microsoft YaHei", Arial;
}
.link .cart {
  position: relative;
  margin: 0 0.1rem;
}
.link .cart .ico {
  width: 0.8rem;
  cursor: pointer;
}
.link .cart .qrc {
  display: none;
  position: absolute;
  top: -1.65rem;
  left: -0.36rem;
  width: 1.6rem;
  box-sizing: border-box;
  padding: 0.15rem;
  text-align: center;
  color: #fff;
}
.link .cart .qrc img {
  width: 100%;
  display: block;
  margin-bottom: 0.05rem;
}
.link .cart .qrc p {
  line-height: 1;
  font-size: 0.12rem;
  margin: 0 -0.2rem;
}
.link .cart .qrc.on {
  display: block;
}
.link .cart .qrc1 {
  width: auto;
  background: none;
  background-color: #1c303d;
  padding: 3px;
  top: -0.4rem;
  left: -0.17rem;
  width: 1.2rem;
}
.link .cart .qrc1 p {
  font-size: 0.15rem;
  padding: 0.06rem;
  margin: 0;
  border: 1px solid #74674d;
}
.link .cart .qrc2 {
  width: 1.2rem;
  height: 1.35rem;
  box-sizing: border-box;
  top: -1.35rem;
  left: -0.23rem;
  background: url(../images/qrbg.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  padding: 0.2rem 0 0.1rem 0;
}
.link .cart .qrc2 img {
  width: 74%;
  display: inline-block;
  margin: 0;
}
.link .cart .qrc2 p {
  font-size: 0.1rem;
  line-height: 1;
}

.db {
  width: 608px;
  height: 192px;
  background: url("../images/db.png") no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -623px;
  top: 615px;
}

.db .code {
  width: 140px;
  height: 140px;
  float: left;
  margin: 25px 0 0 116px;
}

.db .db_btn {
  margin: 31px 0 0 30px;
  float: left;
}

.db_btn a {
  width: 236px;
  height: 60px;
  background: url("../images/down_btns.png") no-repeat -999px;
  font-size: 0;
  overflow: hidden;
  text-indent: -999px;
  display: block;
}

.db_btn .ios {
  background-position: 0 0;
}

.db_btn .ios:hover {
  background-position: -246px 0;
}

.db_btn .and {
  background-position: 0 -70px;
  margin-top: 10px;
}

.db_btn .and:hover {
  background-position: -246px -70px;
}

.p2 {
  background-image: url("../images/p2.jpg");
}

.p2 .main {
  text-align: center;
  top: 50%;
  width: 11rem;
  height: 6.5rem;
  background: url("../images/img2.png") no-repeat;
  background-size: 100%;
  position: relative;
  margin: 0;
}
.p2 .main .wx {
  position: absolute;
  top: 2.25rem;
  right: 1.2rem;
}
.p2 .main .wx img {
  height: 1.2rem;
  width: 1.2rem;
  margin-right: 0.1rem;
  border: 0.05rem solid #5e81ae;
}
.p2 .main .wx p {
  line-height: 1.2;
  writing-mode: tb-rl;
  font-size: 0.14rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: #415c7f;
}

.p3 .main {
  position: relative;
  transform: translate(0, 0);
}

.career_tab {
  position: absolute;
  left: 200px;
  top: 240px;
  z-index: 2;
  height: 50px;
  border-radius: 25px;
  background-image: linear-gradient(top, #c3ddfa, #fff);
  background-image: -webkit-linear-gradient(top, #c3ddfa, #fff);
  display: none;
}

.career_tab li {
  float: left;
  font-size: 20px;
  padding: 1px;
  border-radius: 25px;
  position: relative;
  cursor: pointer;
}

.career_tab li span {
  display: block;
  padding: 0 20px;
  line-height: 46px;
  height: 46px;
  border: 1px solid transparent;
  border-radius: 24px;
}

.career_tab li.on {
  background-image: linear-gradient(left, #dfad5b, #f96643);
  background-image: -webkit-linear-gradient(left, #dfad5b, #f96643);
  color: #fff;
}

.career_tab li.on span {
  border-color: #e7bb78;
}

.mySwiperP3 {
  width: 100%;
  height: 100%;
}

.career {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.career .swiper-slide {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.career .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.career .swiper-slide .item-main {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 1.9rem;
  transform: translate(-50%, -50%);
}
.career .swiper-slide .item-main4 {
  width: 14rem;
}

.career .show {
  display: block;
}

.career .desc {
  position: absolute;
  left: 18px;
  top: 290px;
  color: #fff;
  width: 340px;
  z-index: 2;
}

.career .locate,
.career .introd {
  font-size: 22px;
  line-height: 38px;
}

.career .introd {
  line-height: 42px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 24px;
  background: url("../images/introd.png") no-repeat left center;
}

.career .text {
  font: 16px/24px "Microsoft YaHei";
  margin-top: 10px;
}

.career .ico {
  display: flex;
  height: 82px;
  margin-bottom: 15px;
}

.career .ico img {
  margin-right: 15px;
  display: block;
  width: 82px;
  height: 82px;
}

.career .photo {
  width: 11rem;
  bottom: 0;
  position: relative;
  overflow: hidden;
  -webkit-animation: photoShow 0.5s forwards 300ms 0 ease;
  -moz-animation: photoShow 0.5s forwards 300ms 0 ease;
  -ms-animation: photoShow 0.5s forwards 300ms 0 ease;
  animation: photoShow 0.5s forwards 300ms 0 ease;
  -moz-animation: photoShow 2.5s forwards;
  -webkit-animation: photoShow 0.5s forwards;
  -o-animation: photoShow 0.5s forwards;
  -ms-animation: photoShow 0.5s forwards;
}
.career .photo.photo4 {
  width: 14rem;
}
.career .photo img {
  width: 100%;
  display: block;
}

@-webkit-keyframes photoShow {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes photoShow {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-ms-keyframes photoShow {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-o-keyframes photoShow {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes photoShow {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.career_nav {
  position: absolute;
  width: 4rem !important;
  bottom: 0 !important;
  left: 30% !important;
  top: 74% !important;
  transform: translate(-50%, -50%);
  z-index: 12;
}

.career_nav .swiper-pagination-bullet {
  border-radius: 0;
  background: none;
  opacity: 1;
  width: 1.3rem;
  height: 0.76rem;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 -0.1rem !important;
}
.career_nav .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.career_nav .swiper-pagination-bullet:nth-child(1) {
  background-image: url("../images/c1_yf.png");
  left: 0;
}
.career_nav .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active {
  background-image: url("../images/c1_yf_on.png");
}
.career_nav .swiper-pagination-bullet:nth-child(2) {
  background-image: url("../images/c2_jzy.png");
  left: 1.24rem;
}
.career_nav .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active {
  background-image: url("../images/c2_jzy_on.png");
}
.career_nav .swiper-pagination-bullet:nth-child(3) {
  background-image: url("../images/c3_hh.png");
  left: 2.4rem;
}
.career_nav .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active {
  background-image: url("../images/c3_hh_on.png");
}
.career_nav .swiper-pagination-bullet:nth-child(4) {
  background-image: url("../images/c4_hrdd.png");
  margin-left: 0.5rem !important;
}
.career_nav .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active {
  background-image: url("../images/c4_hrdd_on.png");
}
.career_nav .swiper-pagination-bullet:nth-child(5) {
  background-image: url("../images/c5_pb.png");
  left: 4.4rem;
}
.career_nav .swiper-pagination-bullet:nth-child(5).swiper-pagination-bullet-active {
  background-image: url("../images/c5_pb_on.png");
}
.career_nav .swiper-pagination-bullet:nth-child(6) {
  background-image: url("../images/c6_jtx.png");
  left: 5.6rem;
}
.career_nav .swiper-pagination-bullet:nth-child(6).swiper-pagination-bullet-active {
  background-image: url("../images/c6_jtx_on.png");
}

.career_nav .jzy {
  background-image: url("../images/c2_jzy.png");
  left: 1.24rem;
}

.career_nav .hh {
  background-image: url("../images/c3_hh.png");
  left: 2.4rem;
}

.career_nav .hrdd {
  background-image: url("../images/c4_hrdd.png");
  left: 0.4rem;
  top: 0.8rem;
}

.career_nav .pb {
  background-image: url("../images/c5_pb.png");
  left: 1.6rem;
  top: 0.8rem;
}

.career_nav .jtx {
  background-image: url("../images/c6_jtx.png");
  left: 2.79rem;
  top: 0.8rem;
}

.career_nav .yf.on {
  background-image: url("../images/c1_yf_on.png");
}

.career_nav .jzy.on {
  background-image: url("../images/c2_jzy_on.png");
}

.career_nav .hh.on {
  background-image: url("../images/c3_hh_on.png");
}

.career_nav .hrdd.on {
  background-image: url("../images/c4_hrdd_on.png");
}

.career_nav .pb.on {
  background-image: url("../images/c5_pb_on.png");
}

.career_nav .jtx.on {
  background-image: url("../images/c6_jtx_on.png");
}

.sels {
  position: absolute;
  top: 340px;
  left: 190px;
  z-index: 2;
}

.sels i {
  display: block;
  width: 58px;
  height: 58px;
  margin-bottom: 12px;
  background: url("../images/sels.png") no-repeat;
  cursor: pointer;
  overflow: hidden;
  font-size: 0;
}

.sels i:nth-child(2) {
  background-position: left bottom;
}

.sels i.cur {
  background-position-x: right;
}

.p4 {
  background-image: url("../images/p2.jpg");
  padding-top: 1rem;
}
.p4 .main {
  width: 11rem;
  height: 7rem;
  background: url("../images/p4main.png") no-repeat center top;
  background-size: 100% auto;
  padding: 1.98rem 1.4rem 0;
  box-sizing: border-box;
  margin-top: 0.2rem;
}

.mySwiperP4 img {
  width: 100%;
  display: block;
}

.p4 .swiper-pagination {
  right: 0.9rem !important;
  bottom: auto;
  left: auto;
  top: 2.1rem;
  width: 1rem;
  display: flex;
  flex-direction: column;
}

.p4 .swiper-pagination-bullet {
  opacity: 1;
  width: 0.72rem;
  height: 0.46rem;
  border-radius: 0;
  background: none;
  background-size: 100%;
  background-repeat: no-repeat;
}
.p4 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.94rem;
  height: 0.55rem;
  margin-bottom: -0.06rem;
  background-size: 100%;
  background: none;
  background-size: 100%;
  background-repeat: no-repeat;
}
.p4 .swiper-pagination-bullet:nth-child(1) {
  background-image: url("../images/pa1.png");
}
.p4 .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active {
  background-image: url("../images/pa1_on.png");
}
.p4 .swiper-pagination-bullet:nth-child(2) {
  background-image: url("../images/pa2.png");
}
.p4 .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active {
  background-image: url("../images/pa2_on.png");
}
.p4 .swiper-pagination-bullet:nth-child(3) {
  background-image: url("../images/pa3.png");
}
.p4 .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active {
  background-image: url("../images/pa3_on.png");
}
.p4 .swiper-pagination-bullet:nth-child(4) {
  background-image: url("../images/pa4.png");
}
.p4 .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active {
  background-image: url("../images/pa4_on.png");
}
.p4 .swiper-pagination-bullet:nth-child(5) {
  background-image: url("../images/pa5.png");
}
.p4 .swiper-pagination-bullet:nth-child(5).swiper-pagination-bullet-active {
  background-image: url("../images/pa5_on.png");
}

.capture {
  width: 1090px;
  margin: 0 auto;
}

.capture .swiper-slide {
  width: 890px;
  height: 503px;
  border-radius: 10px;
}

.capture .swiper-slide img {
  display: block;
  width: 100%;
}

.p5 {
  background-image: url("../images/p2.jpg");
}
.p5 .main {
  width: 11rem;
  height: 7rem;
  background: url("../images/p5main.png") no-repeat center top;
  background-size: 100% auto;
  padding-top: 2.2rem;
  box-sizing: border-box;
  margin-top: 0.5rem;
}

.banner {
  width: 5.18rem;
  height: 3.36rem;
  margin: 0.12rem 0 0 0.28rem;
  box-sizing: border-box;
}
.banner a {
  display: block;
}
.banner img {
  display: block;
  height: 2.93rem;
}

.banner .swiper-pagination {
  text-align: right;
  box-sizing: border-box;
  bottom: 0;
}

.banner .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 10px;
  background: #797979;
  border: 0.02rem solid #fff;
  opacity: 1;
  margin: 0 0.12rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.banner .swiper-pagination-bullet-active {
  background-color: #5975a3;
}

.news {
  width: 5.5rem;
  padding-top: 0.2rem;
  padding: 0 0.7rem 0 0.4rem;
  box-sizing: border-box;
}

.news_type {
  height: 0.4rem;
  display: flex;
  border-bottom: 1px solid #adb6c2;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.news_type .more {
  background-color: #435b7c;
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.24rem;
  height: 0.26rem;
  width: 0.26rem;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
}

.news_type span {
  display: inline-block;
  line-height: 0.4rem;
  font-size: 0.2rem;
  text-align: center;
  color: #566985;
  cursor: pointer;
  position: relative;
}

.news_type span:hover,
.news_type .on {
  color: #ab6262;
  border-bottom: 0.03rem solid #ab6262;
}

.newsindex .news_cont {
  height: 2.35rem;
}

.news_cont {
  overflow: hidden;
  position: relative;
  font-family: "Microsoft YaHei";
}

.recommend {
  background: #f5f5f5;
  overflow: hidden;
  line-height: 0.3rem;
  height: 0.3rem;
  border-bottom: 1px solid #adb6c2;
  font-weight: bold;
}

.recommend span {
  float: left;
  position: relative;
  padding: 0 15px;
  margin-right: 20px;
  font-size: 14px;
  font-weight: bold;
  background: #469618;
  color: #fff;
}

.recommend span::before {
  content: "";
  border: 4px solid #469618;
  position: absolute;
  right: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.recommend a {
  color: #566985;
}

.news_cont ul {
  width: 100%;
  display: none;
}

.news_cont ul.on {
  display: block;
}

.news_cont li {
  width: 100%;
  position: relative;
  border-bottom: 1px dashed #ccc;
}

.news_cont li a {
  display: flex;
  justify-content: space-between;
  line-height: 0.48rem;
  font-size: 0.16rem;
}

.news_cont li .title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #566985;
}

.news_cont li .time,
.content .list .time {
  color: #999;
}

.news_cont li a:hover .title,
.recommend a:hover {
  color: #ab6262;
}

.news_btns {
  text-align: right;
  font-family: "Microsoft YaHei";
  display: flex;
  justify-content: right;
  line-height: 22px;
}

.news_btns .prev,
.news_btns .next {
  width: 50px;
  height: 22px;
  border: 1px solid #999;
  display: inline-block;
  margin-right: 10px;
  background: url("../images/news_pn.jpg") no-repeat;
}

.news_btns .next,
.c_next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.news_btns .more {
  display: inline-block;
  background: #c84c3f;
  color: #fff;
  padding: 0 15px;
}

.qr {
  margin-top: 365px;
  display: flex;
  justify-content: center;
}

.qr .item {
  width: 152px;
  height: 197px;
  background: url("../images/qr_item.png") no-repeat;
  margin: 0 10px;
  overflow: hidden;
}

.qr .item img {
  width: 115px;
  margin: 33px auto 0;
  display: block;
}

.qr .item p {
  color: #fff;
  text-align: center;
  font-family: "Microsoft YaHei";
}

.foot {
  background: #000;
  width: 100%;
  height: 200px;
  padding: 40px 0;
  box-sizing: border-box;
  color: #fff;
  left: 0;
  z-index: 29;
  position: absolute;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.foot.visible {
  opacity: 1;
  visibility: visible;
}
.foot .main1 {
  justify-content: space-between;
  color: #777;
  background: none;
  width: 11rem;
  margin: 0 auto;
}
.foot .main1 p {
  line-height: 1.4;
}
.foot .main1 img {
  width: 120px;
  margin-left: 10px;
}
.foot .main1 .item {
  margin-left: -4px;
  margin-bottom: 20px;
  color: #ccc;
}
.foot .main1 .item a {
  margin: 0 5px;
  text-decoration: underline;
  font-size: 18px;
  color: #ccc;
}
.foot .main1 .tip {
  font-size: 14px;
}
.foot .main1 .footlogo img {
  margin-bottom: 20px;
  margin-left: 20px;
}
.foot .main1 .copyright {
  float: right;
}
.foot .main1 .copyright p {
  text-align: right;
}
.foot .main1 .copyright p a {
  color: #777;
}

.floatbtn {
  position: fixed;
  top: 30%;
  margin-top: -30px;
  right: -182px;
  z-index: 99;
  background: url("../images/arr_03.png") no-repeat;
  background-size: 100% 100%;
  height: 340px;
  width: 182px;
  box-sizing: border-box;
  padding: 55px 28px 40px;
  transition: all 0.1s ease;
}
.floatbtn .close {
  position: absolute;
  width: 33px;
  height: 85px;
  background: url("../images/arr_06.png") no-repeat;
  top: 42%;
  left: -33px;
  cursor: pointer;
}
.floatbtn img {
  width: 100%;
}
.floatbtn a {
  height: 36px;
  margin-bottom: 6px;
  align-items: center;
  padding: 0 10px;
  color: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
}
.floatbtn a img {
  width: 30px;
  margin-right: 5px;
}
.floatbtn a span {
  line-height: 1.2;
}
.floatbtn a.ios {
  background-color: #000;
}
.floatbtn a.android {
  background-color: #4798d7;
}
.floatbtn a.thzx {
  background: linear-gradient(180deg, #4798d7, #61bbe6);
  color: #fff;
  font-size: 18px;
  display: block;
  line-height: 36px;
  text-align: center;
}
.floatbtn.on {
  right: 0;
  display: block;
}
.floatbtn.on .close {
  left: -18px;
  background: url("../images/arr_09.png") no-repeat;
}

.layer {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}

.pop {
  width: 530px;
  height: 400px;
  background: url("../images/yybg.png") no-repeat;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pop .close {
  width: 46px;
  height: 46px;
  background: url("../images/close.png") no-repeat;
  position: absolute;
  top: -36px;
  right: -36px;
  cursor: pointer;
}
.pop .devicebtn {
  background: url("../images/debtn.png") no-repeat;
  width: 260px;
  height: 34px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 20px;
  padding: 1px;
}
.pop .devicebtn a {
  width: 50%;
  display: block;
}
.pop .devicebtn a.android.on {
  background: url("../images/andbtn.png") no-repeat;
}
.pop .devicebtn a.ios.on {
  background: url("../images/iosbtn.png") no-repeat;
}
.pop .form {
  text-align: center;
  padding: 0 80px;
}
.pop .inp {
  margin-bottom: 12px;
  position: relative;
}
.pop .inp input {
  width: 100%;
  height: 40px;
  margin: 0 auto;
  background: #a8c0d1;
  border-radius: 4px;
  padding: 0 20px;
  box-sizing: border-box;
  color: #e9f2f8;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  color: #203e5b;
  font-size: 18px;
}
.pop .inp input::placeholder {
  color: #d8e5f2;
}
.pop .inp .code {
  position: absolute;
  height: 40px;
  color: #203e5b;
  font-size: 18px;
  text-align: center;
  right: 20px;
  top: 0;
  line-height: 40px;
}
.pop .yybtn img {
  width: 160px;
}

.pop2 {
  width: 360px;
  background: url("../images/yybg2.png") no-repeat;
}
.pop2 .form {
  color: #7a96b5;
  margin-top: 100px;
}
.pop2 .qrcode img {
  width: 140px;
  height: 140px;
  display: inline-block;
}
.pop2 .qrcode img img {
  width: 100%;
}
.pop2 .tip {
  font-size: 20px;
  color: #345782;
}

.pop4 {
  width: 300px;
  height: auto;
  background: url("../images/th.png") no-repeat;
  padding: 100px 30px 30px;
}
.pop4 .form {
  text-align: center;
  padding: 0;
}
.pop4 img {
  width: 50%;
  border: 4px solid #7a96b5;
}
.pop4 .tip {
  color: #7a96b5;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}

.toast-tip {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5px 20px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
  z-index: 199;
}

.pop3 {
  width: 8.3rem;
  height: 4.2rem;
  background: url("../images/bg16.png") no-repeat;
  background-size: 100% 100%;
}
.pop3 .inner {
  padding: 0.35rem;
  color: #715934;
  font-family: "Microsoft YaHei";
}
.pop3 .inner h5 {
  font-size: 0.17rem;
  font-weight: 700;
}
.pop3 .inner p {
  font-size: 0.17rem;
  margin-top: 0.2rem;
  line-height: 1.5;
}

.newswrap {
  width: 100%;
  background-color: #fff;
  font-family: "Microsoft YaHei";
  margin-bottom: 50px;
  min-height: 800px;
}
.newswrap .main {
  width: 1200px;
  position: relative;
}
.newswrap .news {
  width: 100%;
}
.newswrap .logo {
  left: 100px;
  top: 50px;
}

.topbanner {
  width: 100%;
  height: 360px;
  background: url("../images/newsbanner.jpg") no-repeat center #000;
  background-size: auto;
}
.topbanner .logo {
  position: absolute;
}

.backindex {
  width: 168px;
  height: 45px;
  text-indent: -999em;
  position: fixed;
  top: 430px;
  left: 50%;
  margin-left: 600px;
  transform: translateY(-50%);
  background: url("../images/backindex.png") no-repeat center;
  z-index: 99;
}
.backindex a {
  display: block;
  height: 45px;
}

.newslistwrap .news_type {
  padding: 0 340px;
  height: 41px;
  border: 0;
}
.newslistwrap .news_type span {
  font-size: 26px;
  line-height: 60px;
  padding: 0 10px;
  color: #857359;
}
.newslistwrap .news_type span:hover, .newslistwrap .news_type span.on {
  color: #ab6262;
  font-weight: 600;
  border-bottom: 3px solid #ab6262;
}
.newslistwrap .news_cont li {
  padding: 0;
  border-bottom: 1px solid #ccc;
}
.newslistwrap .news_cont li a {
  line-height: 94px;
}
.newslistwrap .news_cont li a .title {
  font-size: 22px;
  color: #333;
}
.newslistwrap .news_cont li a .time {
  font-size: 16px;
}
.newslistwrap .news_cont li a:hover .title,
.newslistwrap .news_cont li a:hover .time {
  color: #ab6262;
}

.newspagination {
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #715934;
  text-align: center;
  padding-bottom: 50px;
  margin-top: 50px;
}
.newspagination span {
  margin: 0 10px;
  border: 1px solid #857359;
  padding: 3px 10px;
  border-radius: 3px;
  cursor: pointer;
}
.newspagination span:hover, .newspagination span.active {
  background-color: #857359;
  color: #fff;
}
.newspagination .ellipsis {
  border: none;
  cursor: default;
  padding: 3px 5px;
}
.newspagination .ellipsis:hover {
  background-color: transparent;
  color: #715934;
}
.newspagination .prev,
.newspagination .next {
  width: 78px;
  height: 26px;
  line-height: 25px;
  border: 0;
  background: url(../wap/imgs/page.png) no-repeat center/100% 100%;
}
.newspagination .prev:hover,
.newspagination .next:hover {
  background: #857359;
  color: #fff;
  background-size: 150% 150%;
  /* 使用clip-path自定义多边形，左右两侧中间内凹三角形 */
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(50% - 6px), calc(100% - 5px) 50%, 100% calc(50% + 6px), 100% 100%, 0% 100%, 0% calc(50% + 6px), 5px 50%, 0% calc(50% - 6px));
  transition: all 0.3s ease;
}

.newsdetailwrap .bread {
  font-size: 18px;
  color: #857359;
  align-items: center;
  padding: 5px 30px;
}
.newsdetailwrap .bread a {
  color: #857359;
}
.newsdetailwrap .title {
  font-size: 36px;
  text-align: center;
  margin: 50px 0;
}
.newsdetailwrap .triangle {
  margin: 0 4px;
}
.newsdetailwrap .right {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #857359;
}
.newsdetailwrap .time {
  margin-left: 30%;
  font-size: 18px;
  color: #a58c63;
}
.newsdetailwrap .content {
  padding: 20px 30px;
}

.line {
  height: 10px;
  width: 1140px;
  margin: 0 auto;
  border-bottom: 1px solid #a58c63;
  position: relative;
}
.line::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -29px;
  width: 29px;
  height: 15px;
  background: url(../images/ioc.png) no-repeat center/100% 100%;
}
.line::after {
  content: "";
  position: absolute;
  top: 3px;
  right: -29px;
  width: 29px;
  height: 15px;
  transform: rotate(180deg);
  background: url(../images/ioc.png) no-repeat center/100% 100%;
}

.gaj {
  text-align: center;
  margin-top: 20px;
}
.gaj a {
  color: #ddd;
  justify-content: center;
  align-items: center;
}
.gaj a img {
  width: 30px;
  margin-right: 10px;
}

/* ========= 加载屏幕 (全屏浮层) ========= */
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: url(../images/load.jpg) no-repeat center/100% 100%;
}
.loading-overlay .logo {
  width: 1.5rem;
  position: absolute;
  top: 1rem;
  left: 0.5rem;
}

/* 加载容器 */
.loader-container {
  width: 2rem;
  max-width: 75vw;
  text-align: center;
  margin-top: -2rem;
}

/* 百分比数字 */
.percentage {
  font-size: 0.4rem;
  background: linear-gradient(120deg, #e0e7ff, #a78bfa);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  background: url(../wap/imgs/load_01.png) no-repeat center/100% 100%;
  width: 2rem;
  height: 2rem;
  color: #e5c88b;
  line-height: 2rem;
}

.loadcon {
  width: 100%;
  position: absolute;
  bottom: 120px;
  left: 0;
}

.percentage small {
  font-size: 0.4rem;
  font-weight: 500;
}

/* 进度条外框 */
.progress-bar-bg {
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
}
.progress-bar-bg .end {
  position: absolute;
  top: -2px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #d4b87d;
  transform: rotate(45deg);
  border-radius: 2px;
  transition: left 0.1s ease-out;
}

.progress-fill {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #d4b87d, #e5c88b, #d4b87d);
  transition: width 0.1s linear; /* 平滑逐帧增长 */
  box-shadow: 0 0 8px #a78bfa;
}

.loading-status {
  position: relative;
  height: 56px;
  margin-bottom: 20px;
  overflow: hidden;
}
.loading-status .pic {
  width: 380px;
  height: 56px;
  background: url(../wap/imgs/load_02.png) no-repeat center/100% 100%;
  position: absolute;
  top: 0;
  left: -380px;
  transition: transform 0.1s ease-out;
}

/* 加载完成后隐藏overlay */
.loading-overlay.hide-loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.main-content {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.main-content.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.guide-wrap {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.guide-wrap .home {
  height: 1200px;
  background: url(../images/guide.jpg) no-repeat center;
  background-size: 100%;
}
.guide-wrap .main {
  width: 8rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 3rem;
}
.guide-wrap .link {
  bottom: 50%;
  margin-bottom: -4.5rem;
}
.guide-wrap .age {
  bottom: 50%;
  margin-bottom: -4.5rem;
}
.guide-wrap .carts {
  width: 6.64rem;
  height: 1.81rem;
  background: url(../images/12.png) no-repeat top center;
  background-size: 100%;
  box-sizing: border-box;
  padding: 0.2rem;
}
.guide-wrap .carts .thzx {
  height: 1.45rem;
  background: url(../images/11.png) no-repeat top center;
  background-size: 100%;
}
.guide-wrap .carts canvas {
  width: 1.3rem !important;
  height: 1.3rem !important;
  border: 0.06rem solid #fff;
}
.guide-wrap .goindex {
  width: 2rem;
  height: 0.6rem;
  background: url(../images/1_03.png) no-repeat top center;
  background-size: 100%;
  text-indent: -999em;
  position: absolute;
  right: 0.91rem;
  color: #fff;
  text-align: center;
}
.guide-wrap .logo, .guide-wrap .goindex {
  top: 50%;
  margin-top: -4rem;
}

.bfbtn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  right: 1rem;
  top: 1.4rem;
  z-index: 29;
  cursor: pointer;
  border: 0;
}

@keyframes rotateMusic {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.play {
  background: url(../images/audio_05.png) no-repeat;
  background-size: 100%;
  animation: none;
}

.pause {
  background: url(../images/audio_03.png) no-repeat;
  background-size: 100%;
  animation: rotateMusic 3s linear infinite;
}