@import url("../feather/css/feather.css");

body {
    font-size: 12px;
    font-family: Myriad Set Pro,Arial,Helvetica,sans-serif;
    color: #666;
    background-color: #f7f8f9;
    line-height: 22px;
    margin: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a,input,button{
    outline: none;
}
a{
	text-decoration: none;
	color:#444;
    cursor: pointer;
}
.text-color{
    color: #F8A735;
}
.app-header{
	background: #37393b;
    position: fixed;
    z-index: 9999;
    height: 56px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 10px;
    justify-content: space-between;
}
.app-header .header-menu{}
.app-header .header-menu span{
	color: #fff;
	font-size: 20px;
}
.app-header .header-logo{
    min-width: 100px;
}
.app-header .header-logo .logo{
  background: url("../image/logo.png?v=1") no-repeat center center transparent;
  display: block;
    height: 30px;
    background-size: auto 30px;
}

.app-header .header-search{}
.app-header .header-search span{
	color: #fff;
	font-size: 20px;
}

.app-navigation{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	margin-bottom: 20px;
}
.app-navigation a{
	flex: 1;
	text-align: center;
    padding:10px 0; 
}
.app-navigation a .nav-icon{
	height: 20px;
    display: block;
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
}

.nav-icon-1{
	background-image: url("../image/nav1.svg");
}
.nav-icon-2{
	background-image: url("../image/nav2.svg");
}

.nav-icon-3{
	background-image: url("../image/nav3.svg");
}
.nav-icon-4{
	background-image: url("../image/nav4.svg");
}
.nav-icon-5{
	background-image: url("../image/nav5.svg");
}
.nav-icon-0{
    background-image: url("../image/nav0.png");
}

.aside-navigation{
    margin: 16px;
}
.aside-navigation a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
}
.aside-navigation a .nav-icon{
    height: 20px;
    width: 30px;
    display: inline-block;
    background-position: 0 0;
    background-size: 20px;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.app-content{
  min-height: 100vh;
    width: auto;
    max-width: 980px;
    margin: 0 auto;
    min-width: 320px;
  padding-top: 56px;
}

.content-adv{
	margin: 10px auto;
    background: #fff;
    padding: 8px 12px;
    overflow: hidden;
    clear: both;
}
.content-list-bt{
    clear: both;
    text-align: center;
    padding: 5px 10px;
}
.list-btn{
    max-width: 360px;
    width: 100%;
    display: inline-block;
    min-width: 300px;
    height: 46px;
    line-height: 46px;
    background: #6FCD84;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.tag-list{
    padding: 10px;
}
.tag-list a{
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    color: #737373;
    padding: 4px 16px;
    background: #E9EFF2;
    margin-right: 8px;
    margin-bottom: 8px;
    text-align: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}



.content-list {
	background: #fff;
	padding: 10px 0;
    margin-bottom: 20px;
}
.content-list .list-title{
	padding:0 8px;
	margin:0;
    font-size: 15px;
    font-weight: 400;
}
.game-list {
	padding:0;
	list-style-type: none;
	display: flex;
    flex-wrap: wrap;
    padding-right: 8px;

}
.game-list li{
    width: 50%;
    padding-left: 8px;
    margin-bottom: 10px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.game-list li a{
	display: block;
    background: #fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.17);
    text-decoration: none;
    padding-bottom: 8px;
}
.game-list li a .game-main{
	width: 100%;
    height: 0;
    padding-top: 48%;
    position: relative;
    background: #E9EFF2;
    overflow: hidden;
}
.game-list li a img{
	    max-width: 100%;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.game-list li a .game-name{
	margin: 5px 8px;
    font-size: 14px;
    height: 38px;
    line-height: 18px;
    overflow: hidden;
    color: #333;
    font-weight: 400;
}
.cate-list{
	padding: 0;
	list-style-type: none;
	display: flex;
    flex-wrap: wrap;
}
.cate-list li{
	width: 25%;
	padding-left: 8px;
}
.cate-list li a{
	    color: #666;
    text-decoration: none;
	}
.cate-list li a .cate-cover{
	max-width: 100%;
	background: #E9EFF2;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
}
.cate-list li a .cate-name{
	    overflow: hidden;
    height: 30px;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 16px;
}

.content-cate{
	background:#fff;
	padding: 10px;
}
.content-cate .cate-title{
   margin:0;
   font-size: 18px;
   color: #333;
   padding-bottom: 10px;
}
.content-cate .cate-intro{
margin-bottom: 10px;
    line-height: 1.2rem;
    font-size: 0.8rem;
    clear: both;
    color: #999;
    position: relative;
    max-height: 3.6rem;
    overflow: hidden;
}


.game-list2 {
	padding:0;
	list-style-type: none;
	display: flex;
    flex-wrap: wrap;
    padding-right: 8px;

}
.game-list2 li{
    width: 25%;
    padding-left: 8px;
    margin-bottom: 10px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.game-list2 li a{
	text-decoration: none;
    color: #666;
}
.game-list2 li a .game-main{
	width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
    background: #E9EFF2;
    background-size: 100px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
}
.game-list2 li a img{
	    max-width: 100%;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.game-list2 li a .game-name{
	display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 30px;
    height: 30px;
    margin-bottom: 16px;
}

.game-detail{
    background: #fff;
    z-index: 9;
    position: relative;
    /* border-radius: 16px 16px 0 0; */
    padding: 16px;
    margin-bottom: 10px;
}
.detail-info{
    position: relative;
    height: 80px;
    width: auto;
    display: flex;
}
.detail-info .info-left{
    position: relative;
    margin-right: 16px;
    background: #E9EFF2;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
    width: 80px;
    height: 80px;
}
.detail-info .info-right{

}
.detail-info .info-right .info-title{
    font-size: 18px;
    line-height: 24px;
    max-height: 44px;
    color: #333;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.detail-info .info-right p{
    color: #999;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.detail-info .info-right p span {
    color: #14B21D;
}
.detail-info .info-action {
    height: 36px;
    width: 36px;
    position: absolute;
    top: 22px;
    right: 0;
}
.detail-info .info-action span{
    font-size: 18px;
}
.detail-tags{
    padding-top: 10px;
    padding-bottom: 5px;
}
.detail-tags a{
    display: inline-block;
    background: #f1f2f3;
    margin-bottom: 5px;
    padding: 0 8px;
    margin-right: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    color: #666;
    font-size: 12px;
}
.detail-play{
    display: block;
    text-decoration: none;
    width: auto;
    height: 44px;
    background: #F8A735;
    margin: 10px auto;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
    color: #fff;
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
    max-width: 640px;
}
.detail-foot {
    text-align: center;
    padding-top: 10px;
    font-size: 14px;
}
.detail-foot  a {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 16px;
    background-color: #eee;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    margin-left: 8px;
    text-decoration: none;
    color: #fff;
}
.detail-foot  a.yes{
    background-color: #A7D87B;
}
.detail-foot  a.no{
    background-color: #FF875F;
}


.app-footer{
	    text-align: center;
    padding: 8px 16px;
    color: #999;
    line-height: 14px;
    background: #37393b;
}
.app-footer .footer-bottom {
    text-align: center;
    color: #6E6E6E;
    margin: 0 auto;
    padding: 10px 0;
    border-top: 1px solid #464646;
}
.footer-links{
	display: flex;
    flex-wrap: wrap;
}
.footer-links a{
	width: 50%;
    color: #999;
    line-height: 30px;
}

.search-from{
    background: #37393b;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
}
.search-from input{
  background: #fff;
  border: none;
    border-radius: 12px;
    height: 40px;
    padding: 5px 10px;
    width: 100%;
}
.search-from button{
    width: 60px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
    background: transparent ;
    border: none;
    color: #fff;
}
.search-from button span{
    font-size: 17px;
}

.app-aside{
    width: 240px;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: -260px;
    z-index: 9999999;
    display: block;
    overflow-y: auto;
}
.app-aside .aside-close{
    height: 48px;
    line-height: 48px;
    margin: 0 16px;
    font-size: 22px;
    border-bottom: 1px solid #E9EFF2;
    display: block;
    cursor: pointer;
}
.app-aside-bg {
    background: rgba(0,0,0,.3);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    cursor: pointer;
}
.app-aside-show .app-aside{
    left: 0;
}


.PolicyBox{
    padding: 25px 20px;
    font-size: 14px;
}
.PolicyBox a {
    color: #ed8a33;
}

@media (min-width: 720px){
    .game-list li {
        width: 25%;
    }
}

.content-intro{
    line-height: 22px;
    padding: 5px 15px;
    max-height: 70px;
    overflow: hidden;
    position: relative;
    margin-bottom: 8px;
}

.content-empty{
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.content-empty .empty-icon{
   background: url("../image/empty.png") no-repeat 0 0 transparent;
   height: 48px;
    width: 48px;
    background-size: auto 48px;
    display: block;
}
.content-empty  p{
    margin:20px 0 0;
    color: #888;
}


.footer-items{}
.footer-items a{
    line-height: 27px;
    color: #fff;
    opacity: .7;
}
.p-20{
    padding: 20px;
}

