::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #080808;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background: #fbd27f;
  border-radius: 5px;
  cursor: pointer;
}

html body {
  background: #3b3b3b;
  width: 100%;
  min-width: 1200px;
}

.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  z-index: 20;
  font-size: 18px;
  color: #cfd1cc;
  z-index: 101;
}

.loading .box {
  width: 100%;
  height: 1px;
  background: #414141;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.loading .box span {
  height: 1px;
  background: #c4c4c4;
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.loading .box p {
  font-size: 16px;
  line-height: 30px;
  color: silver;
  text-align: center;
}

.wraper {
  width: 100%;
  min-width: 1200px;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 40px;
}

.wraper .bg {
  width: 1920px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  top: 0;
  background: url(../images/bg_01.jpg) no-repeat 50% 0, url(../images/bg_02.jpg) no-repeat 50% 930px, url(../images/bg_03.jpg) no-repeat 50% 1990px, url(../images/bg_04.jpg) no-repeat 50% 3680px, url(../images/bg_05.jpg) no-repeat 50% 5150px, url(../images/bg_06.jpg) no-repeat 50% 6162px;
  height: 7360px;
}

.wraper .section {
  position: relative;
  z-index: 2;
  height: 7360px;
}

.wraper .section .main {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  height: 100%;
  box-sizing: border-box;
  padding-top: 0px;
}

.wraper .section .main .logo {
  position: absolute;
  width: 113px;
  height: 109px;
  top: 40px;
  left: 50%;
  margin-left: -56px;
  text-indent: -999em;
  background: url(../images/logo.png) no-repeat 0 0px;
  z-index: 3;
}

.wraper .section .main .hCon {
  height: 1105px;
  margin-bottom: 0px;
  width: 1920px;
  left: calc(50% - 1920px/2);
  overflow: hidden;
}

.wraper .section .main .hCon .slogan {
  background: url(../images/slogan.png) no-repeat;
  width: 855px;
  height: 465px;
  top: 133px;
  left: 50%;
  margin-left: -422px;
}

.wraper .section .main .con {
  width: 1920px;
  left: calc(50% - 1920px/2);
}

.wraper .section .main .con dt {
  box-sizing: border-box;
}

.wraper .section .main .con dt:nth-child(1) {
  height: 760px;
  width: 1190px;
  margin-left: 365px;
}

.wraper .section .main .con dt:nth-child(2) {
  height: 1085px;
  width: 1243px;
  margin-left: 312px;
}

.wraper .section .main .con dt:nth-child(3) {
  height: 1400px;
  width: 910px;
  margin-left: 505px;
}

.wraper .section .main .con dt:nth-child(4) {
  height: 830px;
  width: 1194px;
  margin-left: 364px;
}

.wraper .section .main .con dt:nth-child(5) {
  height: 0px;
  width: 1191px;
  margin-left: 365px;
}

.wraper .section .main .con dt:nth-child(6) {
  height: 1010px;
  width: 1190px;
  margin-left: 365px;
}

.wraper .section .main .con dt:nth-child(7) {
  height: 1170px;
  width: 1231px;
  margin-left: 365px;
}

.wraper .section .main .con dt:nth-child(1) a {
  display: block;
  position: absolute;
  width: 205px;
  height: 214px;
  top: -85px;
  left: 970px;
  background: url(../images/btn-store.png) no-repeat 0 0;
}

.wraper .section .main .con dt:nth-child(1) a:hover {
  filter: brightness(1.1) drop-shadow(0 0 10px #d8825f);
}

.wraper .section .main .con dt:nth-child(2) a {
  display: block;
  width: 28px;
  height: 26px;
  position: absolute;
}

.wraper .section .main .con dt:nth-child(2) a:nth-child(1) {
  top: 728px;
  left: 1079px;
}

.wraper .section .main .con dt:nth-child(2) a:nth-child(1)::after {
  display: block;
  content: '';
  width: 360px;
  height: 474px;
  position: absolute;
  background: url(../images/hover-1.png) no-repeat;
  left: calc(50% - 360px/2);
  top: -474px;
  display: none;
}

.wraper .section .main .con dt:nth-child(2) a:nth-child(2) {
  top: 753px;
  left: 1098px;
}

.wraper .section .main .con dt:nth-child(2) a:nth-child(2)::after {
  display: block;
  content: '';
  width: 603px;
  height: 804px;
  position: absolute;
  background: url(../images/hover-2.png) no-repeat;
  left: calc(50% - 454px);
  top: -804px;
  display: none;
}

.wraper .section .main .con dt:nth-child(2) a:hover::after {
  display: block;
}

.wraper .section .main .con dt:nth-child(3) {
  padding: 210px 50px 0px 48px;
}

.wraper .section .main .con dt:nth-child(3) ul {
  display: flex;
  justify-content: space-between;
  width: 812px;
  flex-wrap: wrap;
}

.wraper .section .main .con dt:nth-child(3) ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 285px;
  height: 380px;
  box-sizing: border-box;
  margin-bottom: 234px;
}

.wraper .section .main .con dt:nth-child(3) ul li video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.wraper .section .main .con dt:nth-child(5) ul {
  display: flex;
  width: 1085px;
  flex-wrap: wrap;
  height: 751px;
  align-content: space-between;
}

.wraper .section .main .con dt:nth-child(5) ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 250px;
  height: 282px;
  box-sizing: border-box;
}

.wraper .section .main .con dt:nth-child(5) ul li:nth-child(2) {
  margin: 0px 167px;
}

.wraper .section .main .con dt:nth-child(5) ul li:nth-child(4) {
  margin: 0px 217px 0 190px;
}

.wraper .section .main .con dt:nth-child(5) ul li video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.wraper .section .main .con dt:nth-child(6) {
  padding: 150px 0px 0px 45px;
}

.wraper .section .main .con dt:nth-child(6) ::-webkit-scrollbar {
  width: 20px;
  height: 20px;
}

.wraper .section .main .con dt:nth-child(6) ::-webkit-scrollbar-track {
  background: #080808;
  border-radius: 10px;
}

.wraper .section .main .con dt:nth-child(6) ::-webkit-scrollbar-thumb {
  background: #fbd27f;
  border-radius: 10px;
  cursor: pointer;
}

.wraper .section .main .con dt:nth-child(6) .book {
  width: 1100px;
  height: 540px;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  border: 3px solid #e06439;
}

.wraper .section .main .con dt:nth-child(6) .book li {
  width: 100%;
  height: 100%;
}

.wraper .section .main .con dt:nth-child(6) .book li video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wraper .section .main .con dt:nth-child(6) .ibtn {
  width: 1100px !important;
  display: flex;
  flex-wrap: wrap;
  left: calc(50% - 1100px/2);
  top: 725px;
  height: 200px;
  align-content: space-between;
  justify-content: flex-start;
  overflow: auto;
}

.wraper .section .main .con dt:nth-child(6) .ibtn a {
  display: flex;
  background: url(../images/btn-bg.png) no-repeat;
  flex: 0 0 233px;
  height: 69px;
  line-height: 22px;
  font-size: 16px;
  color: #952700;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  margin: 15px 18px;
}

.wraper .section .main .con dt:nth-child(6) .ibtn a i {
  display: none;
}

.wraper .section .main .con dt:nth-child(6) .ibtn a.on {
  background-image: url(../images/btn-bg-on.png);
}

.wraper .section .main .con dt:nth-child(7) {
  padding: 150px 0px 0px 45px;
}

.wraper .section .main .con dt:nth-child(7) ::-webkit-scrollbar {
  width: 20px;
  height: 20px;
}

.wraper .section .main .con dt:nth-child(7) ::-webkit-scrollbar-track {
  background: #080808;
  border-radius: 10px;
}

.wraper .section .main .con dt:nth-child(7) ::-webkit-scrollbar-thumb {
  background: #fbd27f;
  border-radius: 10px;
  cursor: pointer;
}

.wraper .section .main .con dt:nth-child(7) .prop {
  width: 1100px;
  height: 540px;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  border: 3px solid #e06439;
}

.wraper .section .main .con dt:nth-child(7) .prop li {
  width: 100%;
  height: 100%;
}

.wraper .section .main .con dt:nth-child(7) .prop li video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wraper .section .main .con dt:nth-child(7) .ibtn {
  width: 830px !important;
  display: flex;
  flex-wrap: wrap;
  left: calc(50% - 415px);
  top: 730px;
  height: 170px;
  align-content: space-between;
  justify-content: space-between;
}

.wraper .section .main .con dt:nth-child(7) .ibtn a {
  display: flex;
  background: url(../images/btn-bg.png) no-repeat;
  flex: 0 0 233px;
  height: 69px;
  line-height: 22px;
  font-size: 16px;
  color: #952700;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
}

.wraper .section .main .con dt:nth-child(7) .ibtn a i {
  display: none;
}

.wraper .section .main .con dt:nth-child(7) .ibtn a.on {
  background-image: url(../images/btn-bg-on.png);
}
