* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans',Arial,sans-serif;
    font-size: 13px;
    color: #4c4c4c;
    margin: 0;
    font-weight: 400
}

footer {
    background-color: #fff;
    position: relative;
    height: 100px;
    box-sizing: border-box;

    box-shadow: #0000003d 0px -1px 12px -4px;
    display: flex;
    justify-content: center;
}

.footer-content {
    padding-top: 22px;
    position: relative;
    width: 85%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.links {
    text-align: center;
    margin: auto 0 auto 40px;
}

.links a {
    color: #9c9c9c;
    margin-right: 30px;
    font-size: 14px;
    font-weight: 400;
}

.introduce {
    color: #9c9c9c;
    display: block;
    text-align: center;
    position: relative;
    margin-top: 12px;
    font-size: 14px;
    font-weight: 400;
}

a, a:hover {
    text-decoration: none;
    color: #000;
}
ul,ol {
    list-style: none;
}

.app-spec a, .app-spec a:hover {
    text-decoration: underline;
}
.page-header {
    z-index: 100;
    width: 100%;
    height: 48px;
    margin: auto;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    display: flex;
    justify-content: center;
}

.container {
    max-width: 1200px;
    width: 100%;
}
.navbar {
    display: flex;
    justify-content: space-between;

}

.page-header__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: #3b3d40;
    background-color: #fff;
    border: 0
}
.s-icon__svg {
    display: inline-block;
    width: 20px;
    max-width: 100%;
    height: 20px;
    max-height: 100%;
    vertical-align: -0.125em;
    fill: currentcolor;
}
main {
    display: flex;
    justify-content: center;
}
.main-container {
    overflow: hidden;
    margin: 20px 10px ;

}
.side-content {
    width: calc(100% - 300px - 16px - 20px);
    float:left;
}

.side-sidebar {
    width: 300px;

    float: left;
    margin-left: 16px;
}

.widget {

}


.widget-content {

}

.widget-top-list {

}

.widget-top-list  li {
    overflow: hidden;

    border-bottom: 1px solid #e0e0e0;

    padding: 10px 0;
}

.app-list-item {
    display: flex;
    column-gap: 16px;
}

.app-list-item .app-icon img {
    width: 75px;
    height: 75px;
    object-fit: cover;
}

.app-name {
    margin-bottom: 4px;
    color: #141415;
    font-weight: 500;
    font-size: 1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.app-dev {
    margin-top: 3px;
    font-size: 12px;
}

.app-rating {
    margin-top: 8px;
}
.rating {
    display: block;
    height: 15px;
    width: 75px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAAWlBMVEUAAAD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wAgbKKTAAAAHXRSTlMAVQHviBDNvYD0LyEUCgbb0cikgnZPSDga4GRjJGUmpXsAAAB3SURBVAjXdY9HDsNACEUHmN7cSwr3v2Y8DgtHilkAT/p60lc3o39x5fWKaB8WLwyUCORPoF2Y1RychtRMbP1SVF285WbFsctnMHfj6ahuKMcpg6tfg+F47MhGjDtnjGh4F94C9NwDbcLANL0nYhB+etMs/vWn1wfMkgSGZ6IN2gAAAABJRU5ErkJggg==') left
}

.stars {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAAP1BMVEUAAAD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gCUYkgMAAAAFHRSTlMAbArKcFcY0ZKIYJqMhD4pE9nElUDbnKIAAABdSURBVAjXbc1HEoAgDAVQEyA0KWruf1YRAWX0b+ClTJb/pJAmO1aTDZs388Y6t78EcAczGwcgizU/EcVoBwPWDaXv5jixVttOEtU7NcdrttTiGPe0kO8LKAH788kJWEYFSLtTwmMAAAAASUVORK5CYII=) left;
    display: block;
    height: 15px;
    width: 100%;
}

.app-info {
    display: flex;
    column-gap : 14px;
}

.app-info .app-icon img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.app-title {
    font-size: 22px;
    line-height: 24px;
    max-height: 48px;
    color: #4c4c4c;
    display: inline-block;
    vertical-align: middle;
}

.app-tag ul li {
    display: inline-block;
    margin: 5px 2px;
}

.app-tag ul li a {
    background: 0 0 !important;
    color: gray;
    font-size: 12px;
    padding: 0;
    font-weight: 400;
}

.app-spec {

}

.app-spec div {
    margin-top: 10px;

    padding-right: 10px;
}

.app-data {
    margin-top: 20px;
}

.app-description {
    margin-top: 20px;
}

.entry h1 {
    margin: 25px 0;
    line-height: 30px
}

.entry h2 {
    margin: 20px 0
}

.entry h3 {
    margin: 18px 0
}

.entry h4 {
    margin: 16px 0
}

.entry h5 {
    margin: 15px 0
}

.entry {
    font-weight: 400;
    font-size: 14px;
    color: #4c4c4c;
    line-height: 25px
}


.aplication-page .entry p:first-of-type,.ct_description p:first-child {
    margin-top: 0
}

.entry .aligncenter,.section a.more {
    display: block;
    margin: auto;
    text-align: center
}

.entry blockquote {
    border-left: 4px solid #f2f2f2;
    padding: 0 15px;
    font-style: italic
}

.entry .alignright {
    float: right;
    margin: 0 0 15px 15px
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 100px;
}

.entry ol,.entry ul {
    margin: 0 0 20px 15px
}

.entry li {
    margin: 0 0 5px
}

.entry ol li {
    list-style: decimal
}

.entry ul li {
    list-style: disc
}

.entry iframe {
    max-width: 100%
}
 .entry p {
    margin: 0 0 15px;
}


 .related-app {

 }
.related-app h2, .section-title h2 {
    color: #ababab;
    font-size: 17px;
    border-bottom: 1px solid #eaeaea;
    text-transform: uppercase;

    padding: 15px 0px;
    position: relative;
    display: block;
}
 .related-app-list {
     display: flex;
     flex-wrap: nowrap;
     overflow-x: auto;
     column-gap: 10px;
     scrollbar-width: none;
 }

 .related-app h2::after, .section-title h2::after {
     content: '';
     position: absolute;
     left: 0px;
     bottom: -3px;
     width: 45px;
     height: 5px;
     background: #515151;
     border-radius: 1px;
 }

 .related-app-item {
    text-align: center;
 }

 .carousel-container {
     white-space: nowrap;
     overflow: hidden;
     overflow-x: auto;
 }

 .carousel-item {
     display: inline-block;
 }

 .carousel-wrapper {
     position: relative;
 }

 .download-area {

 }

 .download-links {
     display: flex;
     justify-content: space-between;
 }

 .app-link {
     background: #48a8ff;
     border-radius: 5px;
     overflow: hidden;
     display: flex;
     align-items: center;
     justify-content: center;
     width: calc(50% - 14px);
     height: 47px;
     text-decoration: none;
     color: #fff;
 }

 .app-link span {
     display: inline-block;
     margin-left: 20px;
     font-size: 18px;
     font-weight: 600;
     color: #fff;
 }
/** phone **/
@media (max-width: 720px) {
    .download-links {
        flex-direction: column;
        height: 100px;
        justify-content: space-between;
        align-items: center;
    }

    .app-link {
        width: 90%;
        max-width: 300px;
    }
}

@media (min-width: 951px) {
    .related-app-item {
        width: 20%;
    }
    .related-app-item .app-icon img {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 950px) {
    .side-content {
        width: 100%;
        float: none;
    }

    .side-sidebar {
        width: 100%;
        float: none;
        margin-left: 0px;
    }

    .related-app-item .app-icon img {
        width: 150px;
        height: 150px;
    }


}


/***home**/
.wrapper {
    background: #80ffdb;
    width: 100%;
    height: auto;
}
#main-container {
    width: 100%;
    text-align: center;
    font-size: 0px;
    margin: 0 auto;
    padding: 10px;
}

.game-item {
    display: inline-block;
    *zoom: 1;
    _overflow: hidden;
    position: relative;
    text-align:center;
    margin:0;
    padding:0;
    border:0;
    float:left;
    padding: 6px;
}

.game-item {
    width: 12.5%;
    box-sizing: border-box;
    border-radius: 15px;
    overflow: hidden;
}

.game-item a {

    display: block;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}

.game-item img {
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
}


@media only screen and (max-width:1023px) {
    .game-item{
        width: 16.66666%
    }

    #list1 {
        height: calc( ((100vw - 6px )/6 + 4px)*1 );
    }

    #list2 {
        height: calc( ((100vw - 6px )/6 + 4px) * 3 );
    }

}

@media only screen and (max-width:600px) {

    .game-item{
        width: 33.3333333%;
    }

    #list1 {
        height: calc( ((100vw - 6px )/3 + 4px)*1 );
    }

    #list2 {
        height: calc( ((100vw - 6px )/3 + 4px) * 3 );
    }
}


@media (min-width: 768px) {

    .top-container {
        display: flex;
        width: 100%;
        flex: 0 0 100%;
        -webkit-box-align: center;
        align-items: center;
        padding-right: 10px;
    }

    .top-left-container {
        flex-grow: 1;
        flex-shrink: 1;
    }

    .top-right-container {
        flex-basis: 336px;
        flex-grow: 1;
        flex-shrink: 1;
        min-height: 280px;
    }
}
