html{

}
*,*:before,*:after {
  margin: 0;
  padding: 0 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}
body {
  margin:0;
  padding:0 0 0 0;
  font:16px/1.5 Microsoft YaHei,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Source Han Sans CN,sans-serif !important;
  color:#fabd76;
  background-color: #000;
  height: 100vh;
  overflow: hidden;
}
select,textarea,button{
  font:14px/1.5 Microsoft YaHei,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Source Han Sans CN, sans-serif;
}
body::-webkit-scrollbar{
  display:none;
}
.din {
    font-family: din;
}
ul,li,dl,dd,dt{
  margin:0;
  padding:0;
  list-style-type:none;
}
h1,h2,h3{
  margin:0;
  padding:0;
  font-weight: normal;
}
em,i{
    font-style: normal;
}
img{
    border: 0;
    vertical-align: middle;
    transition: all 1s;
}
a,a:focus,a:hover,.btn:focus,li, li:focus, li:hover, input, input:focus, input:hover, textarea, textarea:focus, textarea:hover, select, select:focus, select:hover {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
a,a:link,a:active,a:visited {
  color:#333;
  text-decoration:none;
  outline: none;
  transition: all .6s
}
a:hover {
  color:#E46713;
  text-decoration:none !important;
}
textarea{
    resize: none;
}
.content{
  display: block;
  width: 1920px;
  height: 1080px;
  position: relative;
  overflow: hidden;
  background: #000 url(../img/bg.jpg) no-repeat center top;
  background-size: 100% 100%;
}
.main{
  display: block;
  width: 68.671875%;
  height: 100%;
  margin: 0 auto;
  background: url(../img/slogan-bg.png) no-repeat 0 -30px/100% auto;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
.topbanner{
  display: block;
  text-align: center;
}
.topbanner h1{
  display: block;
  width: 100%;
  font-size: 35px;
  padding: 15px 0;
  font-weight: bold;
  letter-spacing: 15px;
}
.topbanner h1 span{
  padding: 0 10px;
}
.toptitle{
  display: flex;
  width: 100%;
  margin: 50px auto 0 auto;
  justify-content: center;
}
.toptitle img{
  display: block;
  width: 380px;
  height: auto;
}
.centertext{
  display: flex;
  width: 100%;
  margin: -10px auto 0 auto;
  justify-content: center;
}
.centertext img{
  display: block;
  width: 540px;
  height: auto;
}
.ercode{
  display: block;
  width: 326px;
  height: 442px;
  font-size: 18px;
  background: url(../img/box-ercode.png) no-repeat center center/100% 100%;
  text-align: center;
  position: absolute;
  left: 370px;
  top: 160px;
  font-weight: bold;
  padding-top: 117px;
  text-align: center;
  z-index: 100;
}
.ercode img{
  position: absolute;
  left: 65px;
  bottom: 80px;
  display: block;
  width: 195px;
  height: 195px;
}

.btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  margin: -20px auto 0 auto;
}

.btns a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 246px;
  -webkit-animation: scale .5s ease-in-out infinite forwards;
  animation: scale .5s ease-in-out infinite forwards
}
.icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 56.8828213879%;
  margin: 0 auto 0 auto;
}

.icons .item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 15.6%;
  background: url(../img/dj-bg.png) no-repeat 0 0/100%
}

.icons .item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 61.5384615385%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.icons .item:before {
  content: " ";
  display: block;
  width: 70.5128205128%;
  height: 0;
  margin: 0 auto;
  padding-top: 94.2307692308%;
  background: url(../img/dj-cover.gif) no-repeat 0 50%/100% auto
}
.particles {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  pointer-events: none
}

.layer {
  left: -1% !important;
  width: 102% !important
}
[data-layer=main] {
  z-index: 50
}
.role1 {
  position: absolute;
  left: 0;
  bottom: -30px;
  max-width: 30.3984375%;
  height: 100%
}

.role1 img {
  -o-object-position: right bottom;
  object-position: right bottom
}

.role2 {
  position: absolute;
  right: -15px;
  bottom: -30px;
  max-width: 50.6484375%;
  height: 100%
}

.role2 img {
  -o-object-position: left bottom;
  object-position: left bottom
}
.role1 img,.role2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@-webkit-keyframes scale {

  0%,
  to {
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
      -webkit-transform: scale(.9);
      transform: scale(.9)
  }

  50% {
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
      -webkit-transform: scale(1);
      transform: scale(1)
  }
}

@keyframes scale {

  0%,
  to {
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
      -webkit-transform: scale(.9);
      transform: scale(.9)
  }

  50% {
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
      -webkit-transform: scale(1);
      transform: scale(1)
  }
}