.w1200 {
  width: 1200px;
  display: block;
  margin: 0 auto;
}
.w1100 {
  width: 1100px;
  display: block;
  margin: 0 auto;
}
.w1000 {
  width: 1000px;
  display: block;
  margin: 0 auto;
  position: relative;
}
.w1400 {
  width: 1400px;
  display: block;
  margin: 0 auto;
  position: relative;
}

.w900 {
  width: 900px;
}

body {
  background: #111;
  color: #fff;
}


.banner {
  width: 100%;
  height: 100%;
  /* background: url("https://www.wonder.fun/images/banner.jpg");
  background-size: 100% 100%; */
  position: relative;
}

.banner:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.banner .text {
  position: absolute;
  top: 50%;
  z-index: 2;
  color: #fff;
  left: 15%;
  margin-top: -120px;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 2px;
}

.banner .download {
  position: absolute;
  left: 50%;
  bottom: 10%;
  margin-left: -75px;
  width: 150px;
  height: 50px;
  line-height: 50px;
  z-index: 2;
  color: #fff;
  background: #FF6E0D;
  text-align: center;
  border-radius: 25px;
}

.banner .swiper-container {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.banner .swiper video {}

.banner .swiper-slide{
  width: 100%;
}
.banner .swiper-slide .w1400{
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -700px;
}
.banner .swiper-slide .w1400 .logo{
  width: 300px;
  height: 90px;
  background: url("../images/row-logo.png");
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 300px;
}





.about-container{
  width: 1000px;
  margin: 0 auto;
}
.about-container h3{
  text-align: center;
  padding: 50px 0 20px;
  font-family: 'Anton';
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
}
.about-container p{
  width: 800px;
  margin: 0 auto;
  background: #19193C;
  padding: 10px 20px;
  font-family: 'Rajdhani';
  font-size: 18px;
  line-height: 30px;
  border-radius: 10px;
}
.about-container a{
  border: 1px solid #fff;
  height: 35px;
  line-height: 35px;
  border-radius: 17px;
  width: 160px;
  margin: 30px auto 0;
  color: #fff;
  text-align: center;
  font-family: 'Anton';
  font-size: 18px;
}

.games-container{
  width: 1120px;
  margin: 30px auto 0;
}
.games-container .flex{
  align-items: center;
  justify-content: space-between;
}
.games-container h3{
  font-family: 'Anton';
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
}
.games-container a.more{
  color: #fff;
  font-family: 'Harmony';
}
.games-container ul{
  margin-top: 10px;
}
.games-container ul li{
  width: 150px;
}
.games-container ul li a{
  color: #fff;
  font-family: 'Rajdhani';
  background: #19193C;
  border-radius: 8px;
  border: 1px solid #999;
  font-weight: bold;
}
.games-container ul li a img{
  width: 130px;
  margin: 0 auto;
  display: block;
  padding: 10px;
}
.games-container ul li a p{
  padding-left: 10px;
  padding-bottom: 5px;
}



.videos-content {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
  color: #eee;
}
.videos-content h3{
  font-family: 'Anton';
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
}
.video-dialog .el-dialog__header {
  padding: 0;
}

.video-dialog .el-dialog--center .el-dialog__body {
  padding: 0;
}

.video-dialog img {
  position: absolute;
  width: 25px;
  height: 25px;
  left: 50%;
  margin-top: 580px;
}

.video-box a {
  color: #eee;
}

.video-box .paly_img {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -18px;
}

.video-box {
  justify-content: space-between;
}

.video-box>div {
  width: 32%;
  position: relative;
}
.video-box>div p{
  text-align: center;
  font-family: 'Rajdhani';
  font-weight: bold;
}

.contact-container{
  width: 1000px;
  margin: 30px auto;
}
.contact-container .flex{
  justify-content: space-between;
}
.contact-container .flex .part{
  width: 48%;
}
.contact-container .flex .part-l h3{
  font-family: 'Anton';
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
}
.contact-container .flex .part-l p{
  font-family: 'Rajdhani';
  font-size: 18px;
  line-height: 28px;
}
.contact-container .flex .part-l .links{
  display: flex;
  align-items: center;
}
.contact-container .flex .part-l .links a{
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
.contact-container .flex .part-l .links a.ytb{
  background: url("../images/youtube-icon.png");
  background-size: 100% 100%;
}
.contact-container .flex .part-l .links a.fb{
  background: url("../images/fb-icon.png");
  background-size: 100% 100%;
}
.contact-container .flex .part-l .links a.tt{
  background: url("../images/twitter-icon.png");
  background-size: 100% 100%;
}
.contact-container .flex .part-l .links a.so{
  background: url("../images/socket-icon.png");
  background-size: 100% 100%;
}

.contact-container .flex .part-r input{
  width: 100%;
  height: 37px;
  background: none;
  outline: 0;
  border: 1px solid #999;
  color: #fff;
  text-indent: 1em;
  border-radius: 5px;
  font-family: 'Rajdhani';
}
.contact-container .flex .part-r .content input{
  width: 100%;
}
.contact-container .flex .part-r input::-webkit-input-placeholder {
  color: #ccc;
}

.contact-container .flex .part-r .content .el-input__icon::before{
  height: 37px;
  line-height: 37px;
  position: absolute;
  left: 6px;
  top: 1px;
}

.contact-container .flex .part-r .content select{
  width: 48%;
  background: none;
  border: 1px solid #999;
  border-radius: 5px;
  color: #fff;
  text-indent: 1em;
  font-family: 'Rajdhani';
}
.contact-container .flex .part-r .content option{
  background: #111;
  color: #fff;
}

.contact-container .flex .part-r a.btn{
  background: #5e5eff;
  width: 100px;
  height: 38px;
  line-height: 38px;
  color: #fff;
  text-align: center;
  margin-top: 25px;
  border-radius: 5px;
  font-family: 'Rajdhani';
  font-size: 16px;
  font-weight: bold;
}
























