*
{
    box-sizing: border-box;
}
@font-face
{
    font-family: HiraginoSans;
    font-weight: 400;

    src: local(HiraginoSans-W3);
}

@font-face
{
    font-family: HiraginoSans;
    font-weight: 500;

    src: local(HiraginoSans-W5);
}

@font-face
{
    font-family: HiraginoSans;
    font-weight: 700;

    src: local(HiraginoSans-W6);
}
*
{
    box-sizing: border-box;
}
body
{
    font-family: HiraginoSans,arial,sans-serif;
    font-size: 15px;
    line-height: 1.78;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #111;
}
html
{
    font-size: 100%;

        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body,
h1,
h2,
h3,
h4,
p,
ul,ol
{
    margin: 0;
    padding: 0;
}
a
{
    cursor: pointer;
    text-decoration: none;

    color: #111;
}
a,
a:hover,
a:visited
{
    outline: none;
}
img
{
    max-width: 100%;

    transition: opacity ease .25s;
    vertical-align: middle;

    opacity: 1;
}
img[data-src]
{
    opacity: 0;
}
button
{
    border: none;
    background: none;
}
input:focus,
button:focus,
textarea
{
    outline: none;
}
::-webkit-input-placeholder
{
    color: #ccc;
}
::-moz-placeholder
{
    color: #ccc;
}
:-ms-input-placeholder
{
    color: #ccc;
}
article,
aside,
figure,
footer,
header,
main,
nav,
section
{
    display: block;
}
li
{
    list-style: none;
}
.wrapper
{
    margin-right: 20px;
    margin-left: 20px;
    max-width: 1092px;
}
.ft-con{
    background-color: #333;
    padding: 32px 0;
    margin-top: 24px;
}
.ft-ls{
    text-align: center;
}
.ft-item{
    color: #fff;
    padding: 0 20px;
}
.home-header .header-con{
    background: none;
    position: absolute;
}
.header-con
{
    height: 48px;
    padding-left: 20px;
    padding-right: 20px;
    
}
.logo
{
    font-size: 16px;
    line-height: 48px;

    position: relative;
    z-index: 1005;

    display: inline-block;

    color: #fff;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    width: 172px;
    height: 36px;
    background-size: 172px 36px;
    margin-top: 6px;
}
.breadcrumb,.header-rt{
    display: none;
}
.app-head{
    display: flex;
    align-items: center;
    margin: 16px 0 16px;
}
.app-logo{
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
    background-color: #f5f5f5;
    border-radius: 20%;
    margin-right: 12px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
}
.app-logo-pic{
    width: 100%;
}
.app-info{
    flex: 1;
    overflow: hidden;
}
.app-title,.app-version{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.app-title{
    font-size: 18px;  
    margin-bottom: 5px;  
}
.app-version{
    line-height: 1.2;
}
.banner{
    height: 280px;
    background-color: rgb(255, 243, 215);
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* justify-content: space-between; */
    padding: 0 30px;
    flex-direction: column;
    margin-top: 16px;
}
.banner-img{
    /* max-width: 330px; */
    max-width: 160px;
}
.banner-tl{
    /* font-size: 28px; */
    font-size: 20px;
    text-align: center;
}
.banner-des{
    color: #5f6368;
    text-align: center;
}
.banner-re{
    display: none;
}
.category-ls{
    display: flex;
    margin-left: -16px;
    margin-top: 16px;
    flex-wrap: wrap;
    margin-top: -8px;
}
.category-item{
    padding-left: 16px;
    width: 50%;
    margin-top: 16px;
}
.category-con{
    width: 100%;
    background-color: rgb(241, 246, 244);
    border-radius: 16px;
    padding: 0 16px;
}
.category-link{
    height: 80px;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}
.category-icon{
    display: none;
}
.rating{
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #333;
    margin-top: 3px;
}
.rating-star{
    width: 12px;
    height: 12px;
    margin-right: 3px;
    margin-bottom: 1px;
}
.section-tl{
    font-size: 24px;
    margin-top: 24px;
    margin-bottom: 16px;
    line-height: 1.1;
    font-weight: 500;
}
.common-tl{
    font-size: 22px;
    line-height: 1.2;
    margin-top: 24px;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    justify-content: space-between;
}
.catepage .common-tl{
    justify-content: flex-start;
}
.icon-more{
    width: 16px;
    height: 16px;
}
.common-more{
    width: 36px;
    height: 36px;
    background-color: rgba(0 0 0 / 5%);
    border-radius: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-90deg);
}
.app-info-pc{
    display: none;
}

.app-info-mb{
    display: flex;
    margin-left: -32px;
    overflow: hidden;
}
.app-info-mb-item{
    margin-left: 16px;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.app-info-mb-item::before{
    content: '';
    width: 1px;
    height: 10px;
    background-color: #e8eaed;
    display: block;
    margin-right: 16px;
}
.icon-app{
    width: 26px;
    height: 26px;
    margin-right: 5px;
}
.icon-game{
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
.category-name{
    margin-left: 32px;
    display: inline-block;
    line-height: 48px;
    vertical-align: top;
}
.content-tl{
    font-size: 18px;
    margin-top: 16px;
}
.info-table{
    margin: 10px 0 16px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -6px;
}
.info-con{
    width: 50%;
    padding-left: 6px;
    margin-top: 6px;
}
.info-tr{
    border: 1px solid #e8eaed;
    padding: 6px 8px;
}
.info-td{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.4;
}
.info-txt{
    font-size: 13px;
    font-weight: 500;
}
.info-name{
    font-size: 14px;
    color: #5f6368;
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}
.icon-18{
    width: 18px;
    height: 18px;
    margin-right: 3px;
    fill: #636363;
}
.icon-24{
    width: 24px;
    height: 24px;
}
.icon-48{
    width: 48px;
    height: 48px;
    margin-right: 8px;
}
.info-link{
    color: #01875f;
}
.shot-x{
    width: 100%;
    white-space: nowrap;
    position: relative;
    font-size: 0;
    margin-bottom: 16px;
}
.shot-ls{
    overflow-x: auto;
    margin-top: 16px;
    /* padding: 3px; */
}
.shot-item{
    display: inline-block;
    padding-right: 8px;
    font-size: 12px;
    vertical-align: top;
    height: 204px;
    /* padding-left: 12px; */
}
.shot-pic{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border: 1px solid #e8e8e8;
    /* box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%); */
    border-radius: 8px;
}
/* .block-tl{
    font-size: 20px;
    line-height: 1.1;
    margin-top: 32px;
} */
.section-ls{
    display: flex;
    margin-left: -16px;
    flex-wrap: wrap;
    margin-top: -4px;
}
.section-item{
    padding-left: 16px;
    /* width: 50%; */
    margin-top: 16px;
    width: 100%;
}
.section-con{
    position: relative;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
    /*box-shadow: 0 4px 10px #ccc;
    *//*box-shadow: 0 2px 6px #ddd;
    */border-radius: 2px;
    /* padding: 12px 10px; */
    /* border: 1px solid #f8f8f8; */
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.coverlink{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.section-cate{
    color: #5f6368;
    display: block;
    margin-top: 3px;
    font-size: 14px;
}
.rating-score{
    font-size: 13px;
}
.section-logo{
    width: 72px;
    height: 72px;
    border-radius: 20%;
    overflow: hidden;
    border: 1px solid #e8e8e8;
}
.section-info{
    flex: 1;
    padding-left: 12px;
    line-height: 1.4;
}
.section-row{
    padding-left: 12px;
}
.section-name{
    font-size: 14px; 
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp: 1;
    font-weight: normal;
    font-weight: 500;
}
.bttab-ls{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 56px;
    display: flex;
    background-color: #fff;
    border-top: 1px solid #eee;
}
.icon20{
    width: 26px;
    height: 26px;
    fill: #333;
}
.bttab-item{
    height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
}
.download-btn{
    background-color: #01875f;
    display: block;
    line-height: 56px;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-play{
    width: 28px;
    height: 28px;
    margin-right: 12px;
    fill: #fff;
}
.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
}
.pagination > li{
    width: 40px;
    height: 40px;
    border: 1px solid #eee;
    margin: 0 4px;
    border-radius: 3px;
}
.pagination > li > a, .pagination > li > span{
    display: block;
    height: 100%;
    text-align: center;
    line-height: 40px;
}
.pagination > li.disabled span{
    color: #aaa;
}
.pagination > li.active{
    color: #01875f;
    border-color: #fff;
}

.page-title{
    font-size: 30px;
    margin-top: 18px;
    margin-bottom: 10px;
}
.features .good{
    color: #01875f;
}
.features .bad{
    color: red;
}
.features h5, .content-des h5{
    font-size: 15px;
    margin-bottom: 4px;
    margin-top: 10px;
}
.content-des h4{
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: -4px;
}

.content-des ul li{
    position: relative;
    padding-left: 12px;
    line-height: 1.68;
    margin-top: 8px;
}
.content-des ul li::before{
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #333;
    border-radius: 5px;
    top: 10px;
    left: 0;
}
.content-des h3{
    font-size: 22px;
    line-height: 1.2;
    margin-top: 20px;
}
.footer{
    background-color: rgb(241, 246, 244);
    margin-top: 24px;
}
.footer-con{
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-link{
    margin-right: 16px;
}

.archivespage{
    min-height: calc(100vh - 200px);   
}
.page-tl{
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: -5px;
}
.archives-info{
    font-family: Arial, Helvetica, sans-serif;
}
.archives-info p{
    margin: 14px 0;
}
.archives-info h4{
    margin: 14px 0 -10px;
    font-size: 18px;
}
.archives-info h5{
    margin: 14px 0 -10px;
    font-size: 15px;
}
.archives-info ul{
    margin-left: 24px;
    margin-top: -5px;
}
.error{
    text-align: center;
    margin: 30px 0;
    font-size: 50px;
}
.category-section{
    background-color: rgba(0, 0, 0, .015);
    border-radius: 8px;
    margin-top: 24px;
    margin-bottom: 32px;
}
.cate-tl{
    display: flex;
    align-items: center;
    padding-left: 16px;
    border-bottom: 1px solid #fff;
    background-color: rgba(1, 135, 95, 1);
    color: #fff;
    border-radius: 8px 8px 0 0;
    line-height: 48px;
    font-size: 22px;
}
.category-rt-ls{
    display: flex;
    flex-wrap: wrap;
    
    
    padding-bottom: 16px;
}
.category-rt-item{
    width: 50%;
    margin-top: 8px;
}
.category-rt-link{
    display: block;
    line-height: 40px;
    padding: 0 12px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-radius: 5px;
}
.cate-active{
    color: #01875f;
    font-weight: bold;
    text-decoration: underline;
}
.icon-24{
    width: 24px;
    height: 24px;
    /* border-radius: 100%; */
    margin-right: 6px;
    
}
@media screen and (min-width: 768px)
{
    .section-tl{
        margin-top: 48px;
        margin-bottom: 24px;
    }
    .shot-item{
        height: 296px;
    }
    .section-item{
        width: 50%;
    }
    .logo{
        font-size: 22px;
    }
}
@media screen and (min-width: 1024px)
{
    .category-icon{
        width: 48px;
        height: 48px;
        display: block;
        background-color: rgba(0 0 0 / 5%);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .banner{
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .banner-img{
        max-width: 330px;
    }
    .banner-re{
        display: flex;
        margin-top: 16px;
    }
    .banner-icon{
        width: 64px;
        height: 64px;
        border-radius: 20%;
        margin-right: 8px;
        background-color: #fff;
    } 
    .banner-tl{
        font-size: 28px;
        text-align: left;
    }
    .banner-des{
        text-align: left;
    }
    .hd-active{
        position: relative;
        color: #01875f;
    }
    .hd-active::after{
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 3px;
        background-color: #01875f;
        display: block;
        border-radius: 3px 3px 0 0;
    }
    .category-item{
        width: 25%;
    }
    .logo{
        margin-top: 0;
    }
    .app-info-mb{
        display: none;
    }
    .app-info-pc{
        display: flex;
    }
    .detailpage .content-rt{
        margin-top: -14px;
    }
    .homepage .section-item{
        width: 33.3333%;
    }
    .app-logo{
        width: 100px;
        height: 100px;
        flex: 0 0 100px;
    }
    .app-title{
        font-size: 22px;

    }
    .info-con{
        width: 33.3333%;
    }
    .app-info-pc{
        display: flex;
        margin-left: -32px;
    }
    .app-info-pc-item{
        padding-left: 32px;
        padding-right: 32px;
        display: flex;
        flex-direction: column;
        position: relative;
    }
    .app-info-pc-item::before{
        position: absolute;
        content: '';
        display: block;
        width: 1px;
        height: 24px;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background-color: #e8eaed;
    }
    .app-info-pc-txt,.app-info-pc-info{
        display: block;
        text-align: center;
    }
    .app-info-pc-txt{
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .app-info-pc-info{
        color: #5f6368;
        font-size: 13px;
        line-height: 1.2;
    }
    .bttab-ls{
        display: none;
    }
    .content{
        display: flex;
        justify-content: space-between;
    }
    .content-lf{
        width: 728px;
        flex: 0 0 728px;
    }
    .content-rt{
        width: 300px;
    }
    .content-rt .section-con{
        flex-direction: row;
        border-width: 0;
        padding: 0;
    }
    .content-rt .section-row{
        flex: 1;
        padding-left: 12px;
    }
    .content-rt .section-logo{
        margin-bottom: 0;
    }
    .wrapper{
        margin: 0 auto;
    }
    .header-con{
        height: 64px;
        display: block;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 24px;
    }
    .header-rt{
        display: flex;
    }
    
    
    .category-name{
        display: flex;
        align-items: center;
        font-weight: 500;
    }
    .detailpage .content-lf .section-item{
        width: 16.6666%;
    }
    .detailpage .content-lf .section-con{
        flex-direction: column;
    }
    .detailpage .content-lf .section-logo {
        width: 100%;
        height: 100%;
    }
    .detailpage .content-lf .section-info{
        padding-left: 0;
        margin-top: 8px;
    }
    .catepage .section-logo{
        width: 100px;
        height: 100px;
    }
    .logo{
        color: #fff;
    }

    .logo,
    .ftlogo,
    .category-name{
        line-height: 64px;
    }
    .breadcrumb
    {
        line-height: 1.2;

        display: flex;
        overflow: hidden;

        margin-top: 18px;
        margin-left: -8px;

        white-space: nowrap;

        color: #bbb;
    }
    .breadcrumb a:hover
    {
        text-decoration: underline;
    }
    .breadcrumb span
    {
        font-size: 12px;

        padding-right: 8px;
        padding-left: 8px;

        color: #666;
    }
    .breadcrumb li > span
    {
        color: #01875f;
    }
    
    .content-rt .section-item{
        width: 100%;
    }
    .section-con:hover::before{
        transition: all ease .25s;
        content: '';
        position: absolute;
        left: -8px;
        top: -8px;
        right: -8px;
        bottom: -8px;
        background-color: #f7f7f7;
        z-index: -1;
        border-radius: 8px;
    }
    .category-rt-link:hover{
        text-decoration: underline;
    }
}
