#content,
.sub-nav {
    float: left;
	padding:0 10px;
    width: 100%;
    text-align: left;
}

.sub-nav #gametitle {
    float: left;
}

#gametitle {
}

#gametitle > h2 {
    text-align: left;
    margin: 0 0 10px 0;
}

.sub-nav-gamename {
    color: #747487;
}


.gametitle {
    display: flex;
}

#gamedesc {
    font-size: 15px;
    text-align: left;
    width: 862px;
    position: relative;
    z-index: 2;
}

.share-fb-tt-p {
    position: absolute;
    left: -30px;
    top: 30px;
    z-index: 1;
    display: flex;
    align-items: center;

}

.share-fb-tt-p ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 30px;
}

.share-fb-tt-p ul li {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    transition: 0.2s all ease;
    background: linear-gradient(-19deg, #00AB7C, #15D8A2);
    justify-content: center;
    border-radius: 4px 0 0 4px;
    margin: 10px 0;
}

.share-fb-tt-p ul li:hover {
    width: 35px;
}

.share-fb-tt-p ul li i {
    margin: 0;
}

#gamedesc > h2 {
    text-align: center;
    clear: both;
    margin: 0px 0 2px 0;
    font-size: 16px;
    padding: 5px 0 5px 170px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
}


.game-desc-info {
    display: flex;
    flex-direction: row;
	padding: 5px 0px 0px 0;
}

.desc-header {
    display: flex;
    flex-direction: row;
}

.desc-header > img {
    height: 90px;
    width: 90px;
    border-radius: 4px;
    box-shadow: 0px 1px 5px 0px rgb(0 21 44 / 10%);
}

.desc-header > div {
    padding-left: 15px;
}

.desc-header > div > p {
    color: #747487;
}

.game-desc-info-name {
    font-size: 22px;
    font-family: "DINPro-Bold";
}

.game-devloper {
    margin: 5px 0 0;
}

.game-summary {
    margin: 0px 0 0;
	font-size:14px;
}

.game-rate {
	width:100px;
	background:#ddd;
	border-radius: 10px;
    display: flex;
    flex-direction: column;
	margin: 5px 0px 5px 7px;
    align-items: center;
    justify-content: center;
}

.game-parameter {
    width: 100%;
    padding: 20px 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.game-parameter li {
    width: 25%;
    margin-bottom: 15px;
}

.game-parameter li > span {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
}

.game-urls span {
    color: rgba(10, 38, 69, 1);
    font-size: 18px;
	font-weight:500;
    display: inline-table;
    min-width: 50px;
    padding: 8px 10px 0 0;
}	

.game-tags-low span {
    color: rgba(10, 38, 69, 1);
    font-size: 18px;
	font-weight:500;
    display: inline-table;
    min-width: 50px;
    padding-top:5px;
}	

.game-tags {
	height: 30px;
    margin-top: 12px;
}

.tags {
	font-size:14px;
	height:26px;
	margin:4px 5px 0 0;
	color:#000;
	float:left;
}

a.urlbutton {
    padding: 0px 8px 0px 5px;
    font-size: 16px;
    color: #444;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    transition: all .2s;
    margin-right: 5px;
}

a.tag-icontext {
    border: 1px solid #D4D7D9;
    border-radius: 6px;
    padding: 3px 8px 3px 5px;
    font-size: 14px;
    color: #444;
    font-weight: 500;
    display: flex;
    flex-direction: row;
	float:left;
	margin: 0px 8px 8px 0;
}

a.tag-icontext span {
    color: #7a7b86;
    font-size: 12px;
    transition: all .3s;
}

a.tag-icontext img {
    width: 20px;
    height: 20px;
	margin-right:5px;
    border-radius: 6px;
    cursor: pointer;
}

a.tag-icontext:hover {
    background: rgba(0, 171, 124, 1);
    background: linear-gradient(-19deg, #04C691, #15D8A2);
    color: #fff;
}

a.tag-icontext:hover span {
    color: #fff;
}

a.nolink-tag-icontext {
    border: 1px solid #D4D7D9;
    border-radius: 6px;
    padding: 3px 8px 3px 5px;
    font-size: 17px;
    color: #444;
    font-weight: 500;
    display: flex;
    flex-direction: row;
	float:left;
	margin: 0px 8px 8px 0;
}

a.nolink-tag-icontext img {
    width: 25px;
    height: 25px;
	margin-right:5px;
    border-radius: 6px;
}

.nl-tag-icontext {
    border: 1px solid #D4D7D9;
    border-radius: 6px;
    padding: 3px 8px 3px 5px;
    font-size: 17px;
    color: #444;
    font-weight: 500;
    display: flex;
    flex-direction: row;
	float:left;
	margin: 0px 8px 8px 0;
}

.nl-tag-icontext img {
    width: 25px;
    height: 25px;
	margin-right:5px;
    border-radius: 6px;
}

.game-parameter .game-tags {
    flex-basis: 100%;
	margin-bottom:0px;
}

.game-parameter .game-tags span{
    padding: 4px 4px 0 0;
}

.game-parameter .game-tags-low {
	width:100%;
	margin-bottom:0px;
}

.game-parameter .game-urls {
    flex-basis: 100%;
	margin-bottom:0px;
}

.game-parameter .game-tags > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.game-parameter .game-urls > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.game-parameter .game_score {
    width: 80px;
    text-align: right;
}

.game-parameter .game_score img.star_x {
    top: 3px;
    left: 3px;
}

.desc {
    width: 820px;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
}

.game-desc-info ul {
    padding: 20px 0 0;
    margin: 0;
}

.game-desc-info ul li {
    list-style: none;
    color: #747487;
}

.game-desc-info ul li > span {
    color: rgba(10, 38, 69, 1);
}

.game-desc-info ul li img.game-thumb {
    background: #ccc;
    width: 100px;
    height: 100px;
    margin-right: 5px;
}

.game-desc-info ul li div {
    display: inline-table;
    vertical-align: middle;
}


.game-desc-info ul li img.platform-type {
    width: 20px;
    vertical-align: bottom;
}

.use {
    line-height: 24px;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

.use.show-more #game-desc {
    height: 575px;
    overflow: hidden;
}

#game-desc {
    height: auto;
}

.use p {
    margin-top: 18px;
    color: #555;
    font-size: 16px;
    text-indent: 2em;
}

.dow-tips {
    font-size: 13px;
    color: #747487;
    margin: 8px 0 0 0;
}

.show-more-less {
    line-height: 15px;
    color: #04c691;
    text-align: center;
    cursor: pointer;
    border-radius: 20px;
    margin-top: 10px;
}

.show-more-less i {
    transition: 0.5s ease transform;
    transform: rotate(180deg)
}

.show-more .show-more-less i {
    transform: rotate(0deg)
}

.show-more .show-more-less:hover i {
    transform: rotate(0deg) translate(0, 5px);
}


.editors-review {
    float: left;
    width: 100%;
}

.editors-review p {
    text-indent: 2rem;
    line-height: 24px;
}

#slide-box {
    position: relative;
    width: 100%;
    height: 370px;
}

#slide-box {
    width: 710px;
    height: 270px;
    display: inline-block;
}

#slide-box ul {
    display: inline;
    white-space: nowrap;
    padding: 0;
}

#slide-box li {
    display: inline-block;
}

#slide-box li img {
    height: 270px;
    margin-right: 5px;
}

.get-game a {
    display: block;
    margin: 15px 5px 0;
    line-height: 40px;
    text-align: center;
    background: #c9dde6;
    color: #778686;
    border-radius: 4px;
}

.get-game a:hover {
    color: #c9dde6;
    background: #0001ee;
}

.get-game a {
    display: block;
    margin: 15px 5px 0;
    line-height: 40px;
    text-align: center;
    background: #c9dde6;
    color: #778686;
    border-radius: 4px;
}

.get-game a:hover {
    color: #c9dde6;
    background: #0001ee;
}

.game-dow {
    float: left;
    width: 100%;
}

.game-dow ul {
    padding: 0;
    margin: 0;
    float: right;
    width: calc(100% - 200px);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.game-dow ul li {
    list-style: none;
    height: 40px;
    width: auto;
    display: flex;
    position: relative;
    margin: 0 2% 0;

}

.game-dow ul li a {
    display: inline-table;
}

.game-dow ul li img.game-platform-icon {
    height: 34px;
    vertical-align: middle;
    float: right;
    margin: 5px 15px 5px 0;
}

.dow-qr-code p {
    opacity: 0;
    overflow: hidden;
    position: absolute;
    left: -43px;
    top: 50px;
    z-index: 999;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    background: #fff;
    width: 138px;
    padding: 10px;
    height: 0;
    transition: all .2s linear;
    margin: 0;
    line-height: 16px;
}

.dow-qr-code:hover p {
    opacity: 1;
    top: 45px;
    height: 152px;
}

.dow-qr-code p img {
    width: 138px;
    height: 138px;
}

.dow-qr-code {
    display: flex;
    width: 40px;
    height: 40px;
    position: relative;
}

.dow-qr-code .qrcode-icon {
    width: 36px;
    height: 36px;
}

.dow-qr-code span {
    color: #666;
    font-size: 12px;
    display: block;
    line-height: 1;
}

.conter-right {
    float: right;
    width: 305px;
    padding-right: 20px;
}

.tag-game .conter-right {
    float: left;
    width: 302px;
    margin-left: 5px;
    padding-left: 10px;
    border-left: 2px solid #04c69130;
}

.conter-right .right-wrap:first-child {
    margin-top: 0;
}

.right-wrap {
    display: table;
    width: 100%;
    margin-top: 15px;
}

.gl {
    display: flex;
    width: 100%;
    margin-top: 10px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.right-wrap .gl a.gl-0,
.right-wrap .gl a.gl-0 img {
    width: 200px;
    height: 200px;
}

.right-wrap .gl a.gl-4,
.right-wrap .gl a.gl-4 img {
    width: 147px;
    height: 147px;
}

.right-wrap .gl a.gl-one,
.right-wrap .gl a.gl-one img {
    width: 300px;
    height: 300px;
}

.right-wrap .gl a img {
    width: 95px;
    height: 95px;
}

.gl a .hid-game-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 6px);
    padding: 5px 3px;
    overflow: hidden;
    opacity: 0;
    color: #fff;
    line-height: 14px;
    background: #00AB7C;
    text-align: center;
    transition: all .3s linear;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 16px;
    box-shadow: 0px 1px 5px 0px rgba(0, 21, 44, 0.15);
}

.gl a:hover span.hid-game-title {
    opacity: 1;
    color: #fff;
}

.gl a {
    width: 95px;
    height: 95px;
    position: relative;
    transition: all .3s linear;
}

.gl a img {
    width: 100%;
    display: block;
    box-shadow: 0px 1px 5px 0px rgba(0, 21, 44, 0.15);
    border-radius: 16px;
    transition: all .2s linear;
}

.gl a .game-title {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    color: #4a4b58;
    font-size: 14px;
    line-height: 30px;
    transition: all .2s linear;
    text-align: center;
}

.gl a:hover span {
    color: #00AB7C;
}

.gl a:hover img {
	

    -webkit-animation: shadowWaver 1s ease-out infinite;
    animation: shadowWaver 1s ease-out infinite;
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    box-shadow: 0px 1px 5px 0px rgba(0, 21, 44, 0.6);
}

.right-wrap .gl a.gl-0:hover img,
.right-wrap .gl a.gl-one:hover img,
.right-wrap .gl a.gl-4:hover img {
    -webkit-animation: shadowWaver 1s ease-out infinite;
    animation: shadowWaver 1s ease-out infinite;
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    box-shadow: 0px 1px 5px 0px rgba(0, 21, 44, 0.6);
}

.game-full a,
.game-full a img {
    width: 110px;
    height: 110px;
}

.gl.game-h a {
    width: 110px;
    height: 135px;
    margin: 10px 0 0 0;
}

.right-wrap .gl .list-row-column {
    width: 95px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.box-shadow {
    background: #FFFFFF;
    box-shadow: 0px 1px 5px 0px rgb(0 21 44 / 20%);
    border-radius: 10px;
    display: table;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.column-title {
    display: table;
    position: relative;
    font-family: "DINPro-Bold";
}

.column-title .title-before,
.column-title .title-after {
    color: #fff;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    padding: 0 10px;
    position: relative;
    display: inline-table;
}

.column-title .title-before {
    background: linear-gradient(-19deg, #00AB7C, #15D8A2);
    border-radius: 4px 13px 13px 4px;
    z-index: 2;
}

.column-title .title-after {
    background: linear-gradient(-19deg, #00AB7C, #8EF1D5);
    border-radius: 0 13px 13px 0;
    padding-left: 20px;
    left: -20px;
    z-index: 1;
}


.tag-game-list {
    width: 970px;
}

.tag-game-list .game-full{
    justify-content: flex-start;
    width:calc(100% + 17px);
    align-content: flex-start
}

.tag-game-list .game-full a {
    width: 106px;
    height: 135px;
    margin-right: 15px;
}

.tag-game-list .game-full a img {
    width: 106px;
    height: 106px;
}

.stacked-cards li img,
.stacked-cards li {
    height: 300px;
}

.right-wrap-tag {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.right-wrap-tag .tag-icon {
    margin: 10px 0 0;
    width: calc(50% - 20px);
}

.pagination {
    display: flex;
    justify-content: center;
    width: 950px;
    flex-wrap: nowrap;
    flex-direction: row;
    margin:0 auto 0;
}

.pagination ul {
    padding: 0;
    margin: 0 10px;
    display: flex;
    flex-direction: row;
    max-width: 800px;
    flex-wrap: wrap;
    justify-content: center;
}

.pagination li {
    list-style: none;
    margin: 0 5px;
}

.pagination li a {
    font-size: 16px;
    color: #04c691;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    transition: all .2s linear;
    border: 2px solid #f0f3f6;
}

.pagination li.active a,
.pagination li a:hover {
    border: 2px solid #04c691;
}

.pagination a i.nav-icon {
    width: 19px;
    height: 12px;
    transition: all .2s linear;
    margin: 0;
}

.pagination a.prev,
.pagination a.next {
    width: 66px;
    height: 30px;
    border: 2px solid #04c691;
    display: flex;
    border-radius: 16px;
    align-items: center;
    justify-content: center;
}

.pagination a.prev.disabled i,
.pagination a.next.disabled i {
    opacity: .5;
}

.prev i {
    transform: rotate(180deg)
}
.pagination a.disabled {
    border: 2px solid #cccccc;
    cursor: initial;
}
.pagination a.prev.disabled:hover i {
    transform: translate(0, 0) rotate(180deg);
}
.pagination a.prev:hover i {
    transform: translate(-5px, 0) rotate(180deg);
}

.pagination a.next:hover i {
    transform: translate(5px, 0);
}
.pagination a.next.disabled:hover i {
    transform: translate(0, 0);
}


.poster-main {
    width: 640px;
    height: 240px;
    position: relative;
}

.poster-main .poster-btn {
    width: 100px;
    height: 240px;
    position: absolute;
    top: 0;
    cursor: pointer;
}

.poster-main .poster-prev-btn {
    left: 0;
    background-position: left center;
}

.poster-main .poster-next-btn {
    right: 0;
    background-position: right center;
}

.poster-main .poster-list {
    padding: 0;
}

.poster-main .poster-list .list-item {
    position: absolute;
    top: 0;
    left: 0;
    list-style: none;
}

.list-item img {
    display: block;
    height: 100%;
    margin: 0 auto;
}
.container-hot-game	{
    margin: 2px 10px;
    padding: 10px 0px;
}

#gamedesc .game-full.gl a img,
#gamedesc .game-full.gl a,
.container-hot-game .game-full.gl a img,
.container-hot-game .game-full.gl a {
    width: 86px;
    height: 86px;
}

.tag-game-list2 {
    width: 861px;
	float:left;
}

.tag-game-list2 .game-full2{
	float:left;
	width:100%;
}

.tag-game-list2 .game-full2 a {
	width: 113px;
    height: 160px;
    margin: 0px 5px 0px 5px;
    float: left;
//    overflow: hidden;
}

.game-full	{
	margin-top:0px;
}

.game-middle	{
	margin-top:15px;
}

.game-middle a img,
.game-middle a {
    width: 80px;
    height: 80px;
}

.tag-game-list2 .game-full2 a img {
    width: 106px;
    height: 106px;
	border-radius:16px;
}

.tag-game-list2 .game-full2 a:hover img {
    -webkit-animation: shadowWaver 1s ease-out infinite;
    animation: shadowWaver 1s ease-out infinite;
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    box-shadow: 0px 1px 5px 0px rgba(0, 21, 44, 0.6);
	border-radius:16px;
}

.tag-game-list2 .game-full2 a .game-title {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    color: #4a4b58;
    font-size: 14px;
    line-height: 30px;
    transition: all .2s linear;
    text-align: center;
}

.footer-game-tags	{
	padding:0 10px;
}

