html,
body {
  width: 100%;
  min-width: 960px;
  height: 100%;
  background: #f4f3fa !important;
}
a,
input {
  outline: 0;
}
fieldset,
img,
input {
  border: 0;
}
a,
b,
blockquote,
body,
button,
canvas,
dd,
div,
dl,
dt,
em,
fieldset,
footer,
form,
frame,
frameset,
h1,
h2,
h3,
h4,
h5,
h6,
header,
i,
iframe,
img,
input,
label,
li,
main,
nav,
ol,
optgroup,
p,
pre,
section,
select,
span,
strong,
table,
tbody,
td,
textarea,
th,
thead,
tr,
ul,
p,
video {
  margin: 0;
  padding: 0;
}
b,
em,
i,
strong,
th {
  font-style: normal;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a:active,
a:hover {
  outline-width: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
li,
ol,
ul {
  list-style: none;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
* {
  font-family: "SimSun";
}
/*# sourceMappingURL=reset.pc.css.map */
a {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
.fl {
  float: left;
}
.fr{
  float: right;
}
.main{
  width: 100%;
  max-width: 1920px;
  min-width: 1900;
  height: 4557px;
  overflow: hidden;
  margin: 0 auto;
  font-size: 0;
  position: relative;
  box-sizing: border-box;
}
.main_video{
  width: 100%;
  height: auto;
}
.main_video_bot{
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 7px;
  left: 0;
  z-index: -1;
}
.main1{
  width: 100%;
  height: 968px;
  position: relative;
  background: url("../image/bg_01.png") no-repeat center center;
  background-size: 100% 100%;
  /* background-size: 1920px 968px; */
}
.main1-box{
  width: 584px;
  position: absolute;
  top: 516px;
  left: 50%;
  margin-left: -292px;
  text-align: center;
  z-index: 10;
}
.main1-btn{
  width: 320px;
  height: 133px;
  border: none;
  background: url("../image/home/ljyy.png") no-repeat center center;
  background-size: 290px 103px;
  cursor: pointer;
  margin-bottom: 14px;
}
.main1-btn:hover{
  background: url("../image/home/ljyydj.png") no-repeat center center;
  background-size: 320px 133px;
}
.app_store_bg{
  width: 584px;
  height: 103px;
  background: url("../image/home/app store_bg.png") no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 17px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.app_store_bg img{
  cursor: pointer;
}
.main_nav{
  width: 78px;
  height: 520px;
  position: fixed;
  right: 25px;
  top: 50%;
  margin-top: -260px;
  z-index: 999;
  background: url("../image/home/nav.png") no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 55px 10px 0px 10px;
}
.main_nav img{
  cursor: pointer;
  margin-bottom: 19px;
}
.logo{
  position: absolute;
  left: 85px;
  top: 95px;
}

.main_top {
  width: 100%;
  max-width: 1920px;
  min-width: 1700px;
  height: 82px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  background: url("../image/nav/bg.png") repeat-x;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 35px 0 190px;
}

.nav_container {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* gap: 20px; */
}

.nav_item {
  position: relative;
  display: inline-block;
  cursor: pointer;
  /* transition: all 0.3s ease; */
}

.nav_img, .nav_img_active {
  display: block;
  height: 52px;
  /* transition: all 0.3s ease; */
}
.nav_img2{
  height: 56px;
}
.nav_img_active2{
  height: 65px;
  margin-top: -5px;
}
.nav_img_active {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.nav_item:hover .nav_img {
  opacity: 0;
}

.nav_item:hover .nav_img_active {
  opacity: 1;
}

.nav_item.active .nav_img {
  opacity: 0;
}

.nav_item.active .nav_img_active {
  opacity: 1;
}
.main2{
  width: 100%;
  height: 3674px;
  position: relative;
  background: url("../image/bg_02.png") no-repeat center center;
  background-size: 100% 100%;
  /* background-size: 1920px 3674px; */
  margin-top: -85px;
  box-sizing: border-box;
  padding-top: 445px;
}
.main2-number{
  width: 720px;
  height: 89px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.main2-number-span{
  font-weight: 700;
  font-size: 76px;
  color: #a56538;
  margin-left: 50px;
}
.main2-btn{
  width: 264px;
  height: 89px;
  border: none;
  background: url("../image/award/djyy.png") no-repeat center center;
  background-size: 256px 81px;
  cursor: pointer;
}
.main2-btn:hover{
  background: url("../image/award/djyyaction.png") no-repeat center center;
  background-size: 264px 89px;
}
.main2-award{
  width: 1669px;
  height: 440px;
  margin: 100px auto 0;
  position: relative;
}
.main2-award-box{
  width: 100%;
  height: 314px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.main2-award-item{
  width: 289px;
  height: 314px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -11px;
}
.award-item_img{
  width: 220px;
  height: 251px;
  margin-top: 25px;
}
.award-item_img_active{
  width: 289px;
  height: 314px;
  display: none;
}
.award-active .award-item_img{
  display: none;
}
.award-active .award-item_img_active{
	display: block;
}

.main2-dc-box{
  width: 1664px;
  height: 128px;
  background: url("../image/award/nav.png") no-repeat top center;
  background-size: 1664px 47px;
  margin: 10px auto 0;
  box-sizing: border-box;
  padding-top: 6.5px;
  position: relative;
}
.main2-dc{
  /* 145px */
  width: 0px;
  height: 33px;
  background: url("../image/award/dc.png") no-repeat center left;
  background-size: 1651px 33px;
  margin: 0px 0 0px 7px;
  position: relative;
}
.main2-dc-num{
  width: 1564px;
  height: 38px;
  font-size: 38px;
  font-weight: 700;
  margin: 35px auto 0;
  color: #a56538;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main2-dc-num-item{
  width: 150px;
  text-align: center;
}
.mdnil{
  width: 160px;
}
.mainC{
  height: 360px;
  width: 100%;
}
.main2-dc-img{
  width: 150px;
  height: 150px;
  position: absolute;
  top: -60px;
  right: -60px;
}
.swiper-feature1{
  width: 1000px;
  height: 617px;
  margin: 0 auto;
}
.swiper-pagination {
  /* width: auto !important; */
  position: absolute;
  bottom: 0px !important;
  z-index: 10;
}
.swiper-feature1 .swiper-pagination-bullet {
  width: 52px;
  height: 48px;
  background: url(../image/lunbo/nma.png) no-repeat center center;
  background-size: 29px 25px;
  margin: 0 10px !important;
  opacity: 1 !important;
}
.swiper-feature1 .swiper-pagination-bullet-active {
  background: url(../image/lunbo/mz.png) no-repeat center center;
  background-size: 52px 48px;
}
.main2-fensi{
  width: 100%;
  padding: 345px 345px 0 345px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.main2-fensi-Discord{
  width: 363px;
  height: 115px;
  background: url("../image/Discord.png") no-repeat center center;
  background-size: 100% 100%;
  border: none;
  cursor: pointer;
}
.main2-fensi-Line{
  width: 363px;
  height: 115px;
  background: url("../image/Line.png") no-repeat center center;
  background-size: 100% 100%;
  border: none;
  cursor: pointer;
}
.main2-iframe{
  width: 100%;
  height: 810px;
  position: relative;
}
.main-iframe{
  width: 468px;
	height: 808px;
  position: absolute;
  top: 1px;
  left: 50%;
  margin-left: -237px;
  overflow: hidden;
  border-radius: 24.5px;
}
@keyframes fadeInFromTop {
  0% {
    opacity: 0;
      /* clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); */
  }
  100% {
    opacity: 1
      /* clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); */
  }
}

@keyframes fadeInFromRight {
  0% {
    opacity: 0;
    right: 0;
      /* clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); */
  }
  100% {
    opacity: 1;
    right: 64px;
      /* clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); */
  }
}
.showMessage{
  font-size: 26px;
  padding: 20px 30px;
  border-radius: 5px;
  position: fixed;
  top: 50px;
  left: 50%;
  color: #fff;
  z-index: 1999;
  transform: translateX(-50%);
  display: none;
  white-space:nowrap;
}
.showMS{
  background: #f0f9ed;
  border: 1px solid #E1F3D8;
  color: #67c23a;
}
.showME{
  background: #fef0f0;
  border: 1px solid #fde2e2;
  color: #f76c6c;
}
.swiper-slide{
  text-align: center;
}
.pop {
  width: 100%;
  min-height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index:1900;
  display: none;
  overflow: auto;
  background: rgba(0,0,0,0.6);
}
.pop-bing-box{
  width: 1290px;
  height: 859px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: url("../image/pop/bg.png") no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 335px 340px 0 313px;
  text-align: center;
}
.pbb1{
  width: 100%;
  height: 70px;
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pbb1-input{
  width: 425px;
  height: 70px;
  border: none;
  font-size: 34px;
  box-sizing: border-box;
  padding-left: 20px;
  background-color: transparent;
  color:  #a56538;
}
.mbil_box{
  width: 198px;
  height: 240px;
  background: url("../image/pop/dbg.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 83px;
  left: 50%;
  margin-left: -98px;
  display: none;
}
.mbil_box_child{
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.pbb1-box{
  width: 190px;
  height: 70px;
  line-height: 70px;
  border: none;
  font-size: 32px;
  box-sizing: border-box;
  text-align: center;
  background-color: transparent;
  color:  #a56538;
  position: relative;
  cursor: pointer;
}
.pbb1-r{
  position: absolute;
  top: 28px;
  right: 5px;
}
input::placeholder{
  color: rgba(165,101,56,0.6) !important;
}
.pbb2{
  width: 658px;
  height: 89px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: -13px;
  margin-bottom: 50px;
  font-size: 0;
}
.pbb2 img{
  cursor: pointer;
}
.pbb3-button{
  border: none;
  width: 372px;
  height: 123px;
  background: url("../image/pop/djyy.png") no-repeat center center;
  background-size: 100% 100%;
  cursor: pointer;
}
.main-vie{
  position: absolute;
  left: 0;
  bottom: 0;
  /* z-index: 19999; */
}
/* 媒体查询 */
/* 媒体查询 */
@media screen and (max-width: 1900px) {
  html,
  body {
    zoom: 1;
    -ms-zoom: 1;
    -webkit-zoom: 1;
    -moz-transform: scale(1);
    -moz-transform-origin: 0 0;
  }
}

@media screen and (max-width: 1728px) {
  html,
  body {
    zoom: 0.9;
    -ms-zoom: 0.9;
    -webkit-zoom: 0.9;
    -moz-transform: scale(0.9);
    -moz-transform-origin: 0 0;
  }
}

@media screen and (max-width: 1536px) {
  html,
  body {
    zoom: 0.9;
    -ms-zoom: 0.9;
    -webkit-zoom: 0.9;
    -moz-transform: scale(0.9);
    -moz-transform-origin: 0 0;
  }
}

@media screen and (max-width: 1344px) {
  html,
  body {
    zoom: 0.8;
    -ms-zoom: 0.8;
    -webkit-zoom: 0.8;
    -moz-transform: scale(0.8);
    -moz-transform-origin: 0 0;
  }
}

@media screen and (max-width: 1152px) {
  html,
  body {
    zoom: 0.7;
    -ms-zoom: 0.7;
    -webkit-zoom: 0.7;
    -moz-transform: scale(0.7);
    -moz-transform-origin: 0 0;
  }
}

@media screen and (max-width: 960px) {
  html,
  body {
    zoom: 0.6;
    -ms-zoom: 0.6;
    -webkit-zoom: 0.6;
    -moz-transform: scale(0.6);
    -moz-transform-origin: 0 0;
  }
}