html {
  font-size: 16px;
}

@media (max-width: 1750px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 1450px) {
  html {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 10px;
  }
}
@media (width: 1080px) and (height: 1920px) {
  html {
    font-size: 26px;
  }
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

a {
  text-decoration: none;
}

img {
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

body {
  background: url(../img/bg.jpg) no-repeat center/cover;
}

.noscroll {
  overflow: hidden;
}

.indexbody {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: url(../img/indexbg.jpg) no-repeat center/cover;
  height: 100vh;
}
.indexbody .titlebox {
  position: absolute;
  top: 16%;
  left: 9%;
  width: 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.indexbody .titlebox .title {
  position: relative;
  width: 100%;
  height: 23rem;
}
.indexbody .titlebox .title .txt1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/indextitle-txt1.png) no-repeat center/contain;
  mix-blend-mode: soft-light;
}
.indexbody .titlebox .title .txt2 {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../img/indextitle-txt2.png) no-repeat center/contain;
}
.indexbody .titlebox .enter {
  position: relative;
  width: 13rem;
  height: 13rem;
  margin-top: 5rem;
  cursor: pointer;
}
.indexbody .titlebox .enter .enter1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/enterbg.png) no-repeat center/contain;
  -webkit-animation: scale 1.5s linear infinite;
          animation: scale 1.5s linear infinite;
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.8;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.8;
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.8;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.8;
  }
}
.indexbody .titlebox .enter .enter2 {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../img/enter.png) no-repeat center/contain;
}

.yinyanshade {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  display: none;
}
.yinyanshade .yinyanbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/introbg.webp) no-repeat 50%/100% 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  left: 50%;
  padding: 5rem 4rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 1s ease-out 0.2s;
  transition: opacity 1s ease-out 0.2s;
  width: 93%;
}
.yinyanshade .close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 3rem;
  height: 3rem;
  background: url(../img/close.png) no-repeat center/2rem;
  cursor: pointer;
  opacity: 0.7;
}
.yinyanshade .title {
  color: #ae321d;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.yinyanshade .cont {
  color: #635649;
  font-size: 1.2rem;
  line-height: 1.5;
  max-height: calc(100vh - 5rem);
  overflow: auto;
}
.yinyanshade .cont p {
  margin-bottom: 1rem;
  text-align: justify;
  text-indent: 2em;
}
.yinyanshade .enter {
  background: url(../img/enter1.png) no-repeat 50%/contain;
  cursor: pointer;
  height: 5rem;
  margin-top: 2rem;
  width: 11.6rem;
  display: none;
}

.listbody {
  display: none;
}
.listbody .bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg.jpg) no-repeat center/cover;
  pointer-events: none;
}
.listbody .back {
  position: fixed;
  bottom: 2rem;
  right: 3rem;
  width: 3rem;
  height: 3rem;
  background: url(../img/back.png) no-repeat center/contain;
  z-index: 1;
  cursor: pointer;
}

.root {
  position: relative;
  padding: 1.4rem;
}
.root h2 {
  font-size: 2.4rem;
  text-align: center;
  margin-top: 1.1rem;
}
.root ul {
  padding: 2rem 0;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
.root ul li {
  font-size: 0;
  padding-bottom: 1.4rem;
}
.root ul li a {
  display: inline-block;
  overflow: hidden;
  border-radius: 1rem;
}
.root ul li img {
  width: 100%;
  height: auto;
}

.iframebox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000000;
  display: none;
}
.iframebox iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.iframebox .close {
  position: fixed;
  bottom: 12rem;
  right: 0;
  height: 3rem;
  cursor: pointer;
  background-color: rgba(47, 35, 11, 0.7019607843);
  border-top-left-radius: 1.75rem;
  border-bottom-left-radius: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1.2rem 0 3.2rem;
  color: #fff;
  z-index: 10000000;
}
.iframebox .close i {
  position: absolute;
  left: 0.2rem;
  width: 3rem;
  height: 3rem;
  background: url(../img/menu.png) no-repeat center/1.5rem;
}
.iframebox .close span {
  line-height: 1;
}

.pcbody .yinyanbox {
  width: 600px;
}

.wapbody .indexbody,
.touchbody .indexbody {
  background-image: url(../img/wap-indexbg.jpg);
}
.wapbody .indexbody .titlebox,
.touchbody .indexbody .titlebox {
  left: 10%;
  width: 80%;
  top: 8%;
}
.wapbody .indexbody .titlebox .title,
.touchbody .indexbody .titlebox .title {
  height: 22rem;
}
.wapbody .indexbody .titlebox .enter,
.touchbody .indexbody .titlebox .enter {
  margin-top: 1rem;
}
.wapbody .indexbody .yinyanbox,
.touchbody .indexbody .yinyanbox {
  width: 93%;
}
.wapbody .indexbody .yinyanbox .enter,
.touchbody .indexbody .yinyanbox .enter {
  display: block;
}
.wapbody .indexbody .yinyanbox .title,
.touchbody .indexbody .yinyanbox .title {
  font-size: 1.6rem;
}
.wapbody .back,
.touchbody .back {
  width: 3rem;
  height: 3rem;
  bottom: 1.5rem;
  right: 1.5rem;
}