*{padding: 0;margin: 0;list-style: none;}
html{font-size: 100%;}
body{margin:0;width:100%;font-family: "microsoft yahei","微软雅黑";font-size: 100%; }

p,div,h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-weight:normal;}
ul,ol,dl,dd,dt,li{list-style:none;margin:0;padding:0;}
a,i,b,u,em,strong,span,small{color: #5a5a5a;text-decoration: none;font-weight: 400;font-style:normal;	}

*{padding:0; margin:0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-tap-highlight-color: transparent;outline: none;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,form,input,font,figure{padding:0;font-family:Microsoft YaHei,Arial,Helvetica, sans-serif;font-size:100%; color:#505050;}
fieldset,img{ border:0; vertical-align:top;}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
.lf{float:left;}
.gt{float:right;}
a{ color:#333; text-decoration:none;}
a:link,a:visited{outline:none;}
a:hover{ text-decoration:none;outline:none;}
.clearfix:after{display: block;font-size:0;content: " ";clear: both;height:0; line-height:0;zoom: 1; visibility: hidden;}
input[type="submit"],
input[type="button"],
button {-webkit-appearance: none;outline:0;cursor: pointer;}
i,em{ font-style: normal;}
.main{ width:100%; max-width:720px; min-width:320px; font-size: 1.75em; line-height: 1.75em; overflow:hidden; margin: 0 auto;background: #eee;}
/***********************************媒体查询******************************************/
@media only screen and (max-width: 320px){	.main{ font-size:0.75em;line-height:1.8em;}}
@media only screen and (max-width: 321px)and (max-width: 359px){.main{ font-size:0.75em;line-height:1.8em;}}
@media only screen and (min-width: 360px)and (max-width: 384px){.main{ font-size:0.875em;line-height:1.8em;}}
@media only screen and (min-width: 385px)and (max-width: 400px){.main{ font-size:0.9em;line-height:1.8em;}}
@media only screen and (min-width: 401px)and (max-width: 480px){.main{ font-size:0.9em;line-height:1.8em;}}
@media only screen and (min-width: 481px)and (max-width: 639px){.main{ font-size:1.25em;line-height:1.8em;}}
@media only screen and (min-width: 640px)and (max-width: 719px){.main{ font-size:1.56em;line-height:1.8em;}}
.header{width: 100%;padding-top: 2%;background-color: #fff;}
.header .logo{width: 13%;margin: 0 auto;}
.header .title{width: 82%;line-height: 2.5em;text-align: center;font-size: 1em;font-weight: bold;}
.footer{font-size: .8em;line-height: 3em;text-align: center;}
/** play **/
.play-iframe{width: 100%;height: calc(100vh - 5px)}
iframe{border: none;}
body {
  margin: 0px;
  background-color: #0099CC;
  font-family: "Roboto", Arial, sans-serif;
}

ul {
  padding: 0px;
}

ul li,
a {
  list-style: none;
  text-decoration: none;
}

img {
  border: 0px;
  width: 100%;
}

.header {
  height: 64px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
}

.headerLogo {
  float: left;
}

.headerMenu {
  cursor: pointer;
  float: right;
}

.headerMenu span,
.headerLogo a {
  display: block;
  height: 64px;
  line-height: 64px;
  font-size: 25px;
}

.navUl {
  float: right;
  color: #ffffff;
  display: flex;
  height: 64px;
  font-size: 0;
}

.navLi {
  position: relative;
  vertical-align: middle;
  display: flex;
  align-items: center;
  margin-left: 32px;
  box-sizing: border-box;
  cursor: pointer;
}

.categoryNav {
  height: 0%;
  display: none;
}

.categoryNav .category {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.listsLi img {
  float: left;
  border-radius: 3px;
  margin-right: 8px;
  width: 50px;
  height: 50px;
  margin-left: 3px;
}

#searchGames::placeholder {
  color: black;
  font-size: 15px;
}

.gameDetail {
  margin-top: 100px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.gamesBox {
  margin-top: 20px;
}

.gamesUl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.gamesLl {
  width: 11.6%;
  margin-top: 20px;
  padding-right: 16px;
  box-sizing: border-box;
  padding: 10px;
  margin: 5px;
  margin-bottom: 20px;
}

.gamesLlDiv {
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.gamesLlDiv img {
  width: 100%;
  height: 160px;
  border-radius: 8px 8px 0 0;
}

.gameName {
  /*background-color: #ffffff;*/
  display: block;
  text-align: center;
}

.leftImg {
  float: left;
  width: 40%;
  text-align: center;
}

.leftImg a {
  display: block;
  margin: 0 auto;
}

.leftImg img {
  width: 300px;
  height: 300px;
  margin-bottom: 20px;
}

.leftDescript {
  width: 60%;
  float: left;
  color: #fff;
}

.playNow {
  margin-top: 30px;
  background: linear-gradient(180deg, #fd0, #ff9012);
  box-shadow: 12px 14px 15px -1px #0003, -20px -11px 15px -1px #fff6;
  color: #0a0a0a;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  font-weight: 700;
  width: 290px;
  border-radius: 30px;
  display: inline-flex;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
  border: 3px solid #fff;
  animation: fades infinite 1.5s;
}
@keyframes fades {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.mainBox p {
  color: #444444;
}

.content {
  width: 100%;
  margin: 0 auto;
}

.clearBoth {
  clear: both;
}

@media (max-width: 1300px) {
  .content {
    width: 100%;
  }
}
li,
a {
  list-style: none;
  text-decoration: none;
}
@media (min-width: 800px) {
  .showNav {
    display: block;
    overflow: hidden;
    animation: 1s 1 showNavFrames;
    height: 210px;
    background-color: #ffffff;
    padding: 5px 10px;
    margin-top: 10px;
    border-radius: 5px;
  }

  @keyframes showNavFrames {
    from {
      height: 0px;
    }

    to {
      height: 210px;
    }
  }
}

@media (min-width: 769px) and (max-width: 800px) {
  .listsLi {
    width: 45% !important;
  }

  .leftImg,
  .leftDescript {
    float: none;
  }
  .leftImg img {
    width: 400px;
    height: 400px;
  }

  .showNav {
    display: block;
    overflow: hidden;
    animation: 1s 1 showNavFrames;
    height: 270px;
    background-color: #ffffff;
    padding: 5px 10px;
    margin-top: 10px;
    border-radius: 5px;
  }

  @keyframes showNavFrames {
    from {
      height: 0px;
    }

    to {
      height: 270px;
    }
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .listsLi {
    width: 100%;
  }
}
.menu {
  display: none;
}

@media (max-width: 768px) {
  .l-searchs {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 30px;
    justify-content: center;
    border-top: 1px solid #f1f1f1;
    padding-top: 10px;
    display: flex !important;
  }
  .menu {
    display: block !important;
  }
  .l-header {
    background-color: transparent !important;
  }
  .l-header {
    width: 80% !important;
    background-color: #4e535e !important;
    margin: auto;
  }
  .l-nav {
    display: none;
    position: fixed;
    top: -500px;
    flex-direction: column;
    background: #373a42;
    width: 100%;
    left: 0;
    transition: all 0.3s;
  }
  .listsLi {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
  }
  .l-searchs input {
    border: 1px solid #2b2e34 !important;
    background-color: #2b2e34;
    color: #fff;
    width: 70%;
  }
  .l-searchs button {
    background-color: #2b2e34 !important;
    border: none !important;
  }
  .l-searchs .icon path {
    fill: #fff !important;
  }
  .l-nav a {
    font-family: FontAwesome;
    font-weight: 600 !important;
  }
  .l-search {
    display: none !important;
  }
  .more {
    padding: 5px !important;
    font-size: 24px !important;
  }
  .listsLi {
    width: 100%;
  }

  .gamesLl {
    width: 47%;
  }
  .leftImg,
  .leftDescript {
    float: none;
  }
  .leftImg img {
    max-width: 400px;
    max-height: 400px;
  }
  footer {
    display: block !important;
  }
  .gamesLlDiv img {
    width: 100%;
    height: 160px;
  }

  .showNav {
    display: block;
    overflow: hidden;
    animation: 1s 1 showNavFrames;
    height: 450px;
    background-color: #ffffff;
    padding: 5px 10px;
    margin-top: 10px;
    border-radius: 5px;
  }

  @keyframes showNavFrames {
    from {
      height: 0px;
    }

    to {
      height: 450px;
    }
  }
  .leftImg {
    width: auto !important;
  }
  .leftDescript {
    width: 90%;
    margin: auto;
  }
}
.mainBox {
  padding: 10px;
}
#searchGames {
  width: 80%;
  margin: 10px 0px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: #999999;
  background-clip: padding-box;
  border: 1px solid #6bf8ff;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

footer {
  background-color: #000;
  padding: 20px 0px;
  text-align: center;
}

footer .link a {
  font-weight: 600;
}

footer .company {
  color: #fff;
}

.gamesLlDiv a {
  width: 100%;
  height: 100%;
  position: relative;
}
.gamesLlDiv .text {
  position: absolute;
  bottom: 0;
  color: #fff;
  left: 0;
  font-size: 16px;
  font-weight: 600;
  font-size: 12px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  transition: all 0.3s;
  border-radius: 0 0 8px 8px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px 0;
}
.gamesLlDiv a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.text span:nth-child(1) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 50%;
}
.xingxing {
  display: flex;
  align-items: center;
}

.mores {
  padding: 10px 20px;
  background-color: #ccccff;
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.mores .icon {
  padding-right: 10px;
}
.more {
  appearance: none;
  background-color: #663366;
  border: 2px solid #663366;
  border-radius: 15px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: Roobert, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  min-width: 0;
  outline: none;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  will-change: transform;
}

.more:disabled {
  pointer-events: none;
}

.more:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}

.more:active {
  box-shadow: none;
  transform: translateY(0);
}
.common_title {
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
}
.gamesLl:hover img {
  transition: all 0.3s;
  transform: scale(1.1);
  opacity: 0.5;
}

.trendbox {
  padding: 10px;
}
.common_title a:nth-child(1) {
  color: #fff;
  font-size: 24px;
  text-align: center;
  padding-top: 10px;
  border-bottom: 2px solid #0078f2;
}
.trendboxs .text {
  background-color: #0078f2;
}
.desc {
  color: #000;
  font-family: 思源黑体;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
  padding: 10px;
  background-color: #6bf8ff;
  color: #333;
}

.xing {
  padding: 8px;
  position: absolute;
  top: 0px;
  right: 0px;
  color: black;
  font-size: 12px;
  font-weight: bold;
  border-bottom: 3px solid #000000;
  border-left: 3px solid #000000;
  background-color: rgba(255, 255, 255, 0.9);
  -moz-border-bottom-left-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.new {
  padding: 8px;
  position: absolute;
  top: 0px;
  right: 0px;
  color: black;
  font-size: 12px;
  font-weight: bold;
  border-bottom: 3px solid #000000;
  border-left: 3px solid #000000;
  background-color: rgba(255, 255, 255, 0.9);
  -moz-border-bottom-left-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-left-radius: 30px;
}
