@charset "utf-8";

html,
body,
div,
p,
span,
a,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img,
input {
  padding: 0;
  margin: 0
}

html,
body {
  position: relative;
}

body {
  font: 14px 'Microsoft YaHei', Arial, Helvetica, sans-serif, '宋体';
  background: #fff;
  width: 100%;
}

input {
  font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif, '宋体'
}

a {
  text-decoration: none;
  color: #333;
  display: block;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

li {
  list-style: none
}

i {
  font-style: normal;
}

.fl {
  float: left
}

.fr {
  float: right
}

img {
  border: none;
  width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.w100 {
  width: 100%;
}

.mgauto {
  margin: 0 auto;
  display: block;
}

.center {
  text-align: center;
}

.bgfff {
  background: #fff;
}

.mt25 {
  margin-top: 25px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt50 {
  margin-top: 50px;
}

.mt15 {
  margin-top: 15px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mr15 {
  margin-right: 15px;
}

.ml50 {
  margin-left: 50px;
}

.pt50 {
  padding-top: 50px;
}

.ml20 {
  margin-left: 20px;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.font12 {
  font-size: 12px;
}

.font14 {
  font-size: 14px;
}

.red {
  color: red;
}

.gray {
  color: #afafaf;
}

.black {
  color: #000;
}

.white {
  color: #fff;
}
.w1400 {
  width: 1400px;
  display: block;
  margin: 0 auto;
  position: relative;
}
.w100 {
  width: 100%;
}

.relative {
  position: relative;
}

.flex {
  display: flex;
}


@font-face {
  font-family: Anton;
  src: local('Anton'), url('../css/fonts/Anton.ttf') format('truetype'); /* others */
}
@font-face {
  font-family: Harmony;
  src: local('Harmony'), url('../css/fonts/HarmonyOS_Sans_SC_Regular.ttf') format('truetype'); /* others */
}
@font-face {
  font-family: Rajdhani;
  src: local('Rajdhani'), url('../css/fonts/Rajdhani-Regular.ttf') format('truetype'); /* others */
}



@media screen and (min-width: 1001px) {
  .header {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    position: fixed;
    top: 0;
    z-index: 3;
    font-family: 'Anton';
  }

  .header .logo {
    width: 225px;
    height: 36px;
    text-align: center;
    background: url('../images/nav-logo.png') 100% 100% no-repeat;
    background-size: 100% 100%;
  }

  .header .flex {
    justify-content: space-between;
    align-items: center;
  }

  .header .flex .header_language {
    /* margin-left: 53px; */
    position: relative;
  }
  .header .flex .header_language i{
    width: 24px;
    height: 24px;
    background: url("../images/lan.png");
    background-size: 100% 100%;
    display: block;
    position: absolute;
    top: 14px;
    left: 7px;
  }
  .header .header_language select {
    width: 100px;
    height: 35px;
    border-radius: 17px;
    text-indent: 1em;
    outline: 0;
    background: none;
    color: #fff;
    padding-left: 30px;
  }
  .header .header_language select option{
    background: #111;
    color: #fff;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    padding: 10px 0;
  }


  .header .nav {
    display: flex;
    justify-content: inherit;
    width: 600px;
    position: relative;
  }

  /* 禁止点击 */
  .header .nav .play {
    pointer-events: visibleStroke;
  }

  .header .nav a {
    color: #ccc;
  }

  .header .nav a.active {
    color: #fff;
  }

  .header .nav .down-game-list {
    position: absolute;
    background: #fff;
    line-height: 60px;
    width: 230px;
    top: 50px;
    left: -98px;
  }



  .header .nav .down-game-list a {
    text-indent: 1em;
    color: #333;
  }

  .header .nav .down-game-list a i {
    float: right;
    margin-right: 1em;
  }

  .header .nav .down-game-list a:active {
    font-weight: 800;
    color: #000;
  }


  .header .nav .down-news-list {
    position: absolute;
    background: #fff;
    width: 900px;
    top: 50px;
    left: -98px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 20px;
  }


  .header .nav .down-news-list .allnews_a {
    min-width: 132px;
    max-width: 132px;
    height: 40px;
    margin-bottom: 20px;
    border: 2px solid #000;
    border-radius: 20px;
  }

  .header .nav .down-news-list .allnews_p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-left: 36px;
    font-family: Source Han Sans CN;
  }

  .header .nav .down-news-list a {
    /* text-indent: 1em; */
    color: #333;
    min-width: 430px;
    max-width: 430px;
    height: 130px;
    display: flex;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .header .nav .down-news-list a img {
    width: 200px;
  }

  .header .nav .down-news-list a>div {
    width: 230px;
  }

  .header .nav .down-news-list a h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    height: 25px;
    line-height: 25px;
    margin-top: 5px;
  }

  .header .nav .down-news-list a p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 20px;
    font-size: 12px;
    margin: 10px;
  }

  .header .nav .down-news-list a.toNewsList {
    position: absolute;
  }

  /* .down-news-list,.down-game-list{
    display: none!important;
    opacity: 0;
  }
  
  .header .nav a.news-nav:hover{
    color: coral;
  }
  .header .nav a.news-nav:hover .nav .down-news-list{
    display: flex!important;
    opacity: 1;
  } */









  .footer {
    background: #111;
    color: #eee;
    padding: 50px 0;
  }

  .footer-box {
    width: 860px;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
  }

  .footer-box .logo {
    width: 150px;
    height: 100px;
    background: url('../images/footer-logo.png') 100% 100% no-repeat;
    background-size: 100% 100%;
  }
  .footer-box ul li{
    padding: 0 10px;
  }
  .footer-box ul li a{
    color: #fff;
    font-family: 'Anton';
    font-size: 18px;
  }

  .footer-box .footer_language {
    /* margin-left: 53px; */
    position: relative;
  }
  .footer-box .footer_language i{
    width: 24px;
    height: 24px;
    background: url("../images/lan.png");
    background-size: 100% 100%;
    display: block;
    position: absolute;
    top: 6px;
    left: 7px;
  }
  .footer-box .footer_language select {
    width: 100px;
    height: 35px;
    border-radius: 17px;
    text-indent: 1em;
    outline: 0;
    background: none;
    color: #fff;
    padding-left: 30px;
  }
  .footer-box .footer_language select option{
    background: #111;
    color: #fff;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    padding: 10px 0;
  }
  .footer .w1000>p{
    font-family: 'Harmony';
  }
  .footer .w1000>p a{
    display: inline-block;
    color: #ccc;
  }
}