*
{
    box-sizing: border-box;
}

ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}

@font-face
{
    font-family: ヒラギノ角ゴ pro w3;
    font-weight: 400;

    src: local(HiraginoSans-W3);
}

@font-face
{
    font-family: ヒラギノ角ゴ pro w3;
    font-weight: 700;

    src: local(HiraginoSans-W6);
}
body
{
    font-family: Hiragino Kaku Gothic ProN,Hiragino Sans,Meiryo,arial,sans-serif,serif;
    font-size: 14px;
    line-height: 1.6375;

    color: #111;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol
{
    margin: 0;
    padding: 0;
}
li
{
    list-style: none;
}
html
{
    font-size: 100%;

        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
a
{
    cursor: pointer;
    text-decoration: none;

    color: #333;
}
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
{
    padding: 0;

    border: none;
    background: 0 0;
}
input:focus,
button:focus,
textarea
{
    outline: none;
}
::-webkit-input-placeholder
{
    color: #7f7f7f;
}
::-moz-placeholder
{
    color: #7f7f7f;
}
:-ms-input-placeholder
{
    color: #7f7f7f;
}
article,
aside,
footer,
header,
main,
nav,
section
{
    display: block;
}
input[type=checkbox]{
    display: none;
}
input{
    -webkit-box-shadow: 0 0 0 1000px #f5f5f5 inset;
}
.wrapper
{
    padding: 0 16px;
}
.header
{
    position: relative;
    height: 54px;
    text-align: center;

    box-shadow: -1px 1px 12px 0 rgba(0, 0, 0, .06);
}
.header-con
{
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;
    height: 54px;
}
.menu-icon,
.menu-icon::before,
.menu-icon::after
{
    width: 100%;
    height: 2px;

    border-radius: 2px;
    background-color: #0d9f74;
}
.menu-icon
{
    position: relative;
    z-index: 1000;

    display: block;

    width: 14px;
}
.menu-icon::before,
.menu-icon::after
{
    position: absolute;
    top: 7px;
    left: 0;

    width: 20px;

    content: '';
    transition: all ease .25s;
}
.menu-icon::after
{
    top: 14px;

    width: 10px;
}
.navfix
{
    position: absolute;
    z-index: 1003;
    top: 48px;
    bottom: 0;
    left: 0;

    width: 100%;
}
.navfix-wp
{
    overflow: hidden;

    max-height: 0;
    transition: all .3s cubic-bezier(.165, .84, .44, 1);

    background-color: #fff;
}
.navfix-ls
{
    display: flex;
    flex-wrap: wrap;

    padding: 6px 16px 8px 8px;
}
.navfix-item
{
    width: 50%;
    margin-bottom: 8px;
    padding-left: 8px;

    transition: all .3s ease .05s;
}
.navfix-link
{
    line-height: 40px;

    display: flex;
    overflow: hidden;
    align-items: center;

    padding: 0 16px;

    text-align: left;
    white-space: nowrap;

    border: 1px solid #f8f8f8;
    border-radius: 5px;
}
.icon-mr-20
{
    flex: 0 0 20px;

    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.navfix-lang
{
    position: absolute;
    bottom: 76px;

    display: flex;
    flex-wrap: wrap;

    max-width: 240px;
    padding: 0 16px;

    text-align: left;
}
.search-icon-wp
{
    position: absolute;
    top: 18px;
    right: 10px;

    width: 24px;
    height: 20px;
}
.topmenu-box
{
    position: absolute;
    z-index: 1004;
    top: 19px;
    left: 16px;

    width: 20px;
    height: 16px;
}
.header-new-ls
{
    display: flex;
    flex-wrap: wrap;

    padding: 16px 16px 0 8px;

    border-top: 6px solid #f8f8f8;
}
.header-new-item
{
    position: relative;

    width: 50%;
    padding-left: 8px;
}
.header-new-item-img
{
    width: 100%;
    max-height: 80px;

    border-radius: 5px;

    -o-object-fit: cover;
       object-fit: cover;
}
.header-new-item-tl
{
    font-size: 13px;

    display: block;

    margin-top: 8px;
    margin-bottom: 12px;
}
.opacityblack,
.opacitywhite
{
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;
}
.opacityblack
{
    z-index: 1002;
    top: 0;

    transition: all ease .25s;

    background-image: linear-gradient(rgba(0,0,0,0) 10%, rgba(0,0,0,.6));
}
.opacitywhite
{
    z-index: 999;
    top: 54px;

    background-color: rgba(0,0,0,0);
}
.logo
{
    display: block;

    width: 120px;
    height: 54px;
    margin: 0 auto;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 120px 26px;
}
.ftlogo-wp
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.icon-lang
{
    width: 25px;
    height: 25px;
}
.search
{
    position: absolute;
    z-index: 1000;
    top: 7px;
    right: 16px;

    overflow: hidden;

    width: 0;

    transition: all ease .25s;

    background-color: #fff;
}
.search-form
{
    position: relative;

    overflow: hidden;

    height: 40px;
    padding-right: 40px;
    margin-bottom: 0;

    border-radius: 8px;
    background-color: #f5f5f5;
}
.search-text
{
    font-size: 14px;

    width: 100%;
    height: 100%;
    padding: 0 12px;

    text-overflow: ellipsis;

    border: none;
    background-color: #f5f5f5;
}
.search-btn
{
    position: absolute;
    top: 0;
    right: 0;

    width: 40px;
    height: 100%;
}
.search-icon
{
    /* position: absolute; */
    /* top: 12px;
    right: 17px; */

    display: block;

    width: 14px;
    height: 14px;

    transform: rotate(-45deg);

    border: 2px solid #0d9f74;
    border-radius: 100%;
}
.search-form .search-icon{
    position: absolute;
    top: 11px;
    right: 17px;
}
.search-icon::after
{
    position: absolute;
    top: 11px;
    left: 50%;

    display: block;

    width: 2px;
    height: 8px;

    content: '';

    background-color: #0d9f74;
}
#topmenu:checked ~ .opacityblack
{
    display: block;
}
#topmenu:checked ~ .navfix .navfix-wp
{
    max-height: 800px;
}
#searchmenu:checked ~ .opacitywhite
{
    display: block;
}
#searchmenu:checked ~ .search
{
    width: calc(100vw - 66px);
}
#topmenu:checked ~ .topmenu-box .menu-icon
{
    background: 0 0;
}
#topmenu:checked ~ .topmenu-box .menu-icon::before
{
    transform: rotate(45deg);
}
#topmenu:checked ~ .topmenu-box .menu-icon::after
{
    width: 20px;

    transform: rotate(-45deg);
    transform-origin: 1px -2px;
}
.footer
{
    margin-top: 16px;
    padding: 24px 0 32px;
    background-color: #222;
}
.ftlogo-wp .logo
{
    background-image: url(../images/logo_white.png);
    height: 30px;
}
.foot-con
{
    margin-top: 4px;
    margin-bottom: 10px; 
}

.copyright
{
    color: #7f7f77;
    text-align: center;
}
.foot-link
{
    display: block;
    color: #eee;
    text-align: center;
}


.common-scroll::-webkit-scrollbar,
.trend-ls::-webkit-scrollbar
{
    display: none;
}

.common-scroll
{
    /* overflow-x: auto;
    overflow-y: hidden; */

    margin-right: -16px;
    margin-left: -16px;
}

.swiper-wrapper
{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;

    width: 100%;
    margin-top: 16px;
    padding-right: 16px;
    padding-left: 8px;
}

.swiper-slide
{
    line-height: 16px;

    position: relative;

    overflow: hidden;

    width: 100%;
    height: 170px;
    padding-left: 8px;

    border-radius: 12px;
}
.ja-swiper .swiper-slide:first-child {
    display: block;
}
.ja-swiper .swiper-cate {
    display: none;
}
.swiper-con
{
    position: relative;

    overflow: hidden;

    height: 100%;

    border-radius: 12px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, .5));
}

.swiper-img
{
    width: 100%;
    height: 100%;

    border-radius: 12px;

    -o-object-fit: cover;
       object-fit: cover;
}
.free-line-img
{
    width: 100%;
    height: 100%;

    background-image: url(../images/holiday/free-line-stamp-mobile-newyear.png);
    background-size: cover;
}
.swiper-slide-info
{
    line-height: 1.2;

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;

    width: 190px;
    /* padding-right: 24px; */
    padding-left: 24px;

    color: #fff;
    border-radius: 0 0 8px 8px;
    /* background-image: linear-gradient(to right, rgba(0, 0, 0, .85), rgba(0, 0, 0, 0)); */
}
.ja-swiper .swiper-slide:nth-child(1) .swiper-slide-info
{
    /* color: #111; */
    color: #fff;
}
.swiper-slide-title
{
    font-size: 20px;
    font-weight: 700;

    margin-top: 16px;
}
.swiper-slide-tag
{
    font-size: 14px;
}
.swiper-cate .swiper-slide-title{
	margin-top: 0;
}
.lang-text
{
    padding-right: 16px;
}
.maskcon-item
{
    width: 50%;
    padding-left: 16px;
}
.maskcon-item-link
{
    line-height: 1;


    margin-bottom: 8px;
}
.maskcon-item-link .icon-lang
{
    flex: 0 0 25px;
}
.footer .icon-lang
{
    margin-right: 8px;
}
.maskview
{
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;

    background-color: rgba(0, 0, 0, .5);
}
.lang-list{

    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.foot-trend,.game-trend{
    display: flex;
    justify-content: center;
    margin-top: 16px;
    margin-bottom: 12px;
    margin-left: -12px;
}
.foot-trend-link{
    margin-left: 12px;
}
.game-trend{
    flex-wrap: wrap;
    margin-top: 4px;
    justify-content: flex-start;
}
.game-trend-item{
    padding-left: 12px;
    width: 25%;
    margin-top: 12px;
}
.game-trend-link{
    position: relative;
    display: block;
}
.game-applogo{
    border: 1px solid #e8e8e8;
    border-radius: 20%;
}
.game-appname{
    display: none;
}
.content-top
{
    position: relative;

    overflow: hidden;

    height: 440px;
    margin-bottom: 16px;
    padding-top: 120px;
    padding-bottom: 90px;

    background: url('../images/home_mobile.png') #454c9a;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.content-top .wrapper
{
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;

    height: 100%;
}

.banner-r
{
    max-width: 180px;
    margin: 0 auto;
}
.banner-info
{
    display: flex;
    align-items: center;
    flex-direction: column;

    margin-top: 10px;

    text-align: center;

    color: #fff;
}
.home-banner .banner-info
{
    max-width: 500px;
}
.banner-info-tl
{
    font-size: 28px;
    line-height: 36px;

    text-shadow: 0 0 7px rgba(255,255,255,.23);
}
.content-top-tl
{
    font-size: 20px;

    margin-bottom: 5px;

    color: #fff;
}
.content-top-info
{
    font-size: 14px;
    line-height: 20px;

    margin-top: 12px;

    color: rgba(255, 255, 255, .4);
}

.icon-total
{
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.section-tl,
.stamp-tl
{
    font-size: 20px;

    position: relative;

    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-top: 24px;
}
.stamp-tl{
    margin-bottom: 8px;
}
.app-descript h3
{
    font-size: 18px;
    font-size: 20px;

    position: relative;

    margin: 34px 0 10px;
}

.app-descript > img {
    display: block;
    width: 100%;
    margin: 16px 0;
}
.app-descript p+img,.app-descript img+p,.app-descript h4+img {
    margin-top: 0;
}
.app-descript > a {
    position: relative;
    font-size: 14px;
    line-height: 1.2;

    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;

    height: 50px;
    margin-bottom: 16px;

    color: #fff;
    border-radius: 6px;
    background-color: #11ac7f;
    font-weight: 700;
}
.app-descript a:hover {
    text-decoration: underline;
}

.section-tl-more
{
    position: relative;

    width: 32px;
    height: 32px;

    border-radius: 50%;
    background-color: rgba(0,0,0,.04);
}

.section-tl-more::before
{
    position: absolute;
    top: 15px;
    right: 11px;

    display: block;

    width: 10px;
    height: 2px;

    content: '';

    background-color: #999;
}
.section-tl-more::after
{
    position: absolute;
    top: 12px;
    right: 10px;

    display: block;

    width: 6px;
    height: 6px;

    content: '';
    transform: rotate(-45deg);

    border: 2px solid #999;
    border-width: 0 2px 2px 0;
}
.christmas .section-tl-more
{
    background-color: rgba(167,6,16,.04);
}

.christmas .section-tl-more::before
{
    background-color: #d17879;
}
.christmas .section-tl-more::after
{
    border-color: #d17879;
}
.app-descript nav
{
    margin-top: 14px;
    margin-bottom: 10px;;
}

.app-descript nav a
{
    line-height: 1.4;

    display: block;

    padding: 6px 0;

    text-decoration: underline;

    color: #0d9f74;;
}

.app-descript > ul > li,
.app-descript > ol > li
{
    font-size: 14px;
    line-height: 24px;

    position: relative;

    padding-left: 12px;;
}

.app-descript > ul > li::before,
.app-descript > ol > li::before
{
    position: absolute;
    top: 11px;
    left: 0;

    width: 4px;
    height: 4px;

    content: '';

    border-radius: 100%;
    background-color: #000;
}

.app-descript h3
{
    font-size: 18px;

    margin-top: 26px;
    margin-bottom: 12px;
}
.app-descript p
{
    margin-top: 16px;
    margin-bottom: 16px;
}
.app-descript p + h3
{
    margin-top: 20px;
}

.app-descript h4
{
    font-size: 14px;
    line-height: 24px;

    margin: 10px 0;
}

.app-descript > ol > li
{
    margin: 14px 0;
}

.app-descript > ul
{
    margin: 10px 0;
}
.app-descript-con dl{
    border-bottom: 1px solid #ddd;
}
.app-descript-con dt,.app-descript-con dd{
    position: relative;
    padding-left: 28px;
}
.app-descript-con dt{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
}
.app-descript-con dd{
    margin-left: 0;
    margin-bottom: 16px;
}
.app-descript-con dt::before,.app-descript-con dd::before{
    position: absolute;
    left: 0;
    content: "";
    width: 18px;
    height: 18px;
}
.app-descript-con dt::before{
    top: 2px;
    background: url(../images/question.svg) 0 0/18px 18px no-repeat;
}
.app-descript-con dd::before{
    top: 2px;
    background: url(../images/anwser.svg) 0 0/18px 18px no-repeat;
}
.app-descript-con dd > p{
    margin-top: 10px;
    margin-bottom: 10px;
}
.app-directory{
    background-color: #efece9;
    margin-top: 20px;
    margin-bottom: 20px;
}
.app-directory-tl{
    color: #444;
    font-size: 16px;
    font-weight: 700;
    padding-top: 14px;
    padding-left: 20px;
    padding-bottom: 2px;
}
.app-directory-ul{
    padding-bottom: 20px;
    padding-left: 40px;
}
.app-directory-li{
    position: relative;
    list-style-type: decimal;
    padding: 10px 0;
    padding-inline-start: 3px;
    font-size: 14px;
    line-height: 1.5;
}
.app-directory-li::marker{
    color: #888;
    font-weight: 700;
}
.app-directory-li::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    margin-left: -18px;
    background: #ddd;
}
.app-directory-link{
    font-weight: 700;
}
.app-directory-link:hover,.direc-link:hover{
    color: #0d9f74;
}
.app-directory-li li{
    position: relative;
    list-style: none;
    margin: 10px 0 0 0;
    font-size: 14px;
    line-height: 1.5;
}
.direc-order{
    color: #888;
}
.direc-name{
    font-size: 14px;
    margin-left: 4px;
}
.direc-order{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/ranking.png);
    background-position: 0 -4px;
    background-size: 20px 80px;
    padding-top: 3px;
    padding-left: 6px;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
}
.app-descript-con h3{
    position: relative;
    background: #27b98e24;
    font-size: 18px;
    padding: 10px 30px 10px 30px;
    margin: 24px auto 18px;
}
.app-descript-con h3::before{
    content: "";
    position: absolute;
    top: 14px;
    bottom: 14px;
    left: 14px;
    width: 5px;
    border-radius: 2px;
    background-color: #0d9f74;
}
.app-rank{
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 16px 20px 20px;
    margin-top: 16px;
    margin-bottom: 16px;
}
.app-rank-order{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/ranking.png);
    background-position: 0 -4px;
    background-size: 20px 80px;
    padding-top: 3px;
    padding-left: 6px;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    margin-left: 20px;
    margin-bottom: 6px;
}
.app-rank-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.app-top-info{
    display: flex;
    align-items: center;
}
.app-top-piccon{
    overflow: hidden;
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    border-radius: 8px;
    margin-right: 14px; 
}
.app-exap-name{
    font-size: 18px;
}
.app-exap-category{
    font-size: 12px;
    color: #0d9f74;
}
.app-top-link{
    display: block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #0d9f74;
    color: #fff;
    border-radius: 8px;
    margin-left: 10px; 
}

.app-rank-center h4{
    border-bottom: 2px solid #0d9f74;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-bottom: 3px;
}
.app-rank-center p{
    position: relative;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-left: 20px;
}
.app-rank-center p::before{
    position: absolute;
    top: 5px;
    left: 2px;
    width: 10px;
    height: 5px;
    content: "";
    border: 2px solid #0d9f74;
    border-top-style: none;
    border-right-style: none;
    transform: rotate(-45deg) scale(1,1);
}

.app-rank-link{
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #0d9f74;
    color: #0d9f74;
    border-radius: 8px;
}
.app-rank-link:hover,.app-top-link:hover{
    text-decoration: underline;
}

.christmas
{
    margin-top: 26px;
    padding: 1px 0 26px;

    background-color: #fdefe7;
}
.scroll-x
{
    font-size: 0;

    width: 100%;

    white-space: nowrap;
}

.trend-ls
{
    display: flex;
    flex-wrap: wrap;
    /* overflow-x: auto; */

    margin-top: 12px;
    margin-right: -16px;
    margin-left: -16px;
    padding-right: 16px;
    padding-left: 4px;
   
}
.review-trend-ls{
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-top: -4px;
}
.trend-item
{
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 16px;

    position: relative;

    display: inline-block;

    width: 33.3333%;
    padding-left: 12px;

    vertical-align: top;
    white-space: normal;
}
.trend-order {
    display: none;
}
.review-trend-ls .trend-item{
    width: 33.3333%;
    margin-top: 16px;
    margin-bottom: 0;
}

.trend-con
{
    position: relative;
}
.trend-ranking
{
    font-size: 12px;
    font-weight: 700;

    display: block;

    width: 35px;
    height: 25px;
    margin: 0 auto 12px;
    padding-top: 9px;

    text-align: center;

    color: #7f7f7f;
    display: none;
}
.trend-item:nth-child(-n+3) .trend-ranking
{
    color: #fff;
    background-image: url(../images/ranking.png);
    background-position: 0 -5px;
    background-size: 35px 105px;
}
.trend-item:nth-child(2) .trend-ranking
{
    background-position: 0 -40px;
}
.trend-item:nth-child(3) .trend-ranking
{
    background-position: 0 -75px;
}

.trend-item-sort
{
    font-size: 12px;
    line-height: 16px;

    position: absolute;

    width: 20px;
    height: 16px;

    text-align: center;

    border-bottom-right-radius: 5px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.coverlink
{
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.common-applogo
{
    width: 78px;
    height: 78px;

    border: 1px solid #e8e8e8;
    border-radius: 20%;
}
.applogo-place
{
    position: relative;

    padding-top: 100%;
}
.applogo-place .common-applogo
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.trend-item-img .common-applogo{
    width: 100%;
    height: 100%;
}
.cate-app-logo
{
    width: 56px;
    height: 56px;

        border-radius: 7px;

    -ms-border-radius: 7px;
     -o-border-radius: 7px;
}

.trend-appname
{
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;

    margin-top: 12px;
}
.trend-appname a
{
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;

    -webkit-line-clamp: 1;
}

.starfull
{
    display: inline-block;

    width: 12px;
    height: 12px;
    margin: 0 3px;

    background-image: url(../images/star_black.svg);
    background-repeat: no-repeat;
    background-position: 0 1px;
    background-size: 12px 12px;
}
.common-appcate
{
    font-size: 12px;

    display: block;

    margin-top: 6px;

    color: #999;
    display: none;
}
.mt-16{
    margin-top: 16px;
}

.ver-ls
{
    display: flex;
    flex-wrap: wrap;

    width: 100%;
    margin-top: -4px;
    padding-right: 16px;
    padding-left: 8px;
}
.pop-ls
{
    width: 100%;
}
.cate-app-wp .ver-ls
{
    width: 1008px;
}
.ver-item {
    line-height: 16px;

    position: relative;

    width: 100%;
    margin-top: 16px;
    padding-left: 8px;
}
.ver-item:nth-child(n+5) {
    display: none;
}
.ver-ls .edt-list-item
{
    line-height: 16px;

    position: relative;

    width: 33.33333%;
    margin-top: 16px;
    padding-left: 8px;

}
.ver-ls .edt-small-tl
{
    font-size: 12px;
    line-height: 1.78;
}
.ver-item-con
{
    font-size: 14px;

    position: relative;

    display: flex;
    align-items: center;
    width: 100%;
}
.ver-item-info
{
    flex: 1;
    margin-left: 14px;
}
.ver-appname
{
    font-size: 14px;
    font-weight: 400;
    font-weight: 700;
}
.rating
{
    font-size: 12px;
    line-height: 16px;

    display: flex;
    align-items: center;

    margin-top: 5px;;
}
.rating .icon-star
{
    width: 13px;
    height: 13px;
    margin-right: 2px;
    margin-left: -2px;
    fill: #11ac7f;
}
.pop-item
{
    font-size: 14px;

    position: relative;

    margin-top: 20px;

    vertical-align: top;
}
.pop-con
{
    position: relative;
}

.pop-item-img
{
    width: 100%;
    height: 100%;
    height: 170px;
    margin-bottom: 12px;

    border-radius: 12px;

    -o-object-fit: cover;
       object-fit: cover;
}
.pop-item-info
{
    font-size: 15px;
    line-height: 22px;

    display: block;
}
.pop-item-sort
{
    font-size: 12px;

    color: #7f7f7f;
}

.mation-ls {
    margin: 16px 0;
    border-bottom: 1px solid #eee;
}
.mation-item {
    font-size: 14px;
    line-height: 1.5;
    display: flex;
    justify-content: space-between;
  
    word-break: break-word;
    border: 1px solid #eee;
    border-bottom-width: 0;
}
.mation-item-name {
    flex: 0 0 140px;
    display: flex;
    align-items: center;
    width: 120px;
    padding: 8px 16px;
    text-align: left;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-right: 1px solid #eee;
}
.mation-item-name span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mation-item-txt {
    flex: 1;
    padding: 8px 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #72777c;
}


.appinfo-list
{
    margin-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
}
.appinfo-item
{
    width: 50%;
    padding-left: 8px;
    margin-top: 8px;
}
.appinfo-con{
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 8px;
    display: flex;
    align-items: center;
    line-height: 1.2;
}
.appinfo-icon{
    width: 22px;
    height: 22px;
    margin-right: 8px;
    flex: 0 0 22px;
}
.appinfo-txt{
    overflow: hidden;
    flex: 1;
}
.appinfo-title
{
    display: block;
    color: #666;
    font-size: 13px;
}
.appinfo-value
{
    overflow: hidden;
    flex: 1;

    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    font-size: 14px;
}
.appinfo-score,
.icon-star
{
    font-size: 16px;

    display: inline-block;

    vertical-align: middle;
}
.appinfo-color
{
    color: #11ac7f;
}
.appinfo-score
{
    margin-right: 2px;
}
.advertisement
{
    font-size: 12px;
    line-height: 1;

    margin-bottom: 6px;

    text-transform: uppercase;

    color: #ccc;
}

.breadcrumb
{
    display: none;
}
.pagetitle
{
    font-size: 20px;
    line-height: 1.5;

    position: relative;

    margin: 16px 0;
    padding-right: 30px;
}

.repicfix
{
    position: relative;

    height: 200px;
    margin-top: 16px;
    margin-bottom: 10px;
}
.content-pic {
    display: block;
    width: 100%;
    margin: 16px 0;
}

.common-title
{
    font-size: 16px;
    line-height: 1.3;

    position: relative;

    display: flex;
    align-items: center;
    -ms-flex-align: center;
    justify-content: space-between;

    margin: 15px -16px;
    padding: 8px 16px 8px 16px;

    background-color: #f3f3f3;
}
.common-title::before
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 5px;

    content: '';

    background-color: #0d9f74;
}
.reviewcon p,
.reviewcon h4,
.reviewcon ul
{
    position: relative;

    margin: 14px 0;
}
.reviewcon h4
{
    margin-right: -16px;
    margin-left: -16px;
    padding: 3px 16px;
}
.reviewcon h4.stamp-info-tl
{
    margin-top: 0;
    margin-bottom: 0;
}
.linehomepage .reviewcon h4.stamp-info-tl
{
    font-size: 14px;

    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.stamp-info-condition{
    font-size: 12px;
    color: #666;
}
.linehomepage .stamp-info-txt
{
    font-size: 12px;
}
.reviewcon ul > li
{
    position: relative;

    padding-left: 12px;
}
.reviewcon ul > li > strong
{
    font-weight: 700;
}
.reviewcon > ul > li::before
{
    position: absolute;
    top: 11px;
    left: 0;

    width: 4px;
    height: 4px;

    content: '';

    border-radius: 100%;
    background-color: #000;
}
.aboutpage.reviewcon ul > li
{
    padding-left: 0;
}
.aboutpage.reviewcon > ul > li::before
{
    display: none;
}
.retitle
{
    font-size: 24px;
    line-height: 1.25;

    margin: 15px 0;
}
.appdetail
{
    overflow: hidden;

    margin-bottom: 14px;

    border: 1px solid #a6d9ca;
    border-top-width: 0;
    border-radius: 3px;
}
.about-us h2{
    margin-top: 16px;
    margin-bottom: 10px;
}
.about-us h3{
    margin-bottom: 10px;
}
.about-us ul{
    margin-bottom: 14px;
    padding-left: 40px;
}
.about-us li{
    line-height: 24px;
    margin-bottom: 8px;
    list-style: disc;
}
.about-us p{
    line-height: 24px;
    margin-bottom: 14px;
}
.about-us h4
{
    line-height: 24px;

    margin: 14px 0;
}

.about-us h6,
.about-us h4
{
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;

    margin: 14px 0;
}
.appdetail-item
{
    font-size: 12px;
    line-height: 1.2;

    display: flex;
    overflow: hidden;
    align-items: center;

    color: #666;
    border-top: 1px solid #a6d9ca;
}
.appdetail-item.pc-none
{
    display: block;
}
.appdetail-hd
{
    font-weight: 700;

    padding: 8px;

    color: #333;
}

.download-recon {
    margin-bottom: 16px;
}
.appdetail-btn
{
    position: relative;
    font-size: 14px;
    line-height: 1.2;

    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;

    height: 50px;
    margin: 8px;

    color: #fff;
    border-radius: 6px;
    background-color: #11ac7f;
    font-weight: 700;
}
.appdetail-btn.download-light
{
    color: #11ac7f;
    background-color: #e5f5f1;
}
.detailpage .appdetail-btn
{
    font-weight: 700;
}
.appdetail-btn-no
{
    color: #fff;
    border-color: #e8e8e8;
    background: #e8e8e8;
    pointer-events: none;
}
.appdetail-btn-no svg
{
    fill: #fff;
}
.icon-plat,.icon-load
{
    width: 18px;
    height: 18px;
    margin-right: 8px;
    fill: #fff;
}
.download-light .icon-plat{
    fill: #0d9f74;
}
.appdetail-line-tl
{
    font-weight: 700;

    display: inline-block;
    flex: 0 0 84px;

    width: 84px;
    margin-right: 15px;
    padding: 8px 0;

    text-align: center;

    color: #333;
    border-right: 1px solid #a6d9ca;
    background-color: #f2fbf7;
}
.icon-line-plat
{
    width: 16px;
    height: 16px;
    margin-right: 10px;

    vertical-align: sub;
}
.score-star
{
    position: relative;

    width: 65px;
    height: 13px;

    background-image: url(../images/star_gray.svg);
    background-size: 13px 13px;
}
.have-star
{
    position: absolute;
    top: 0;
    left: 0;

    height: 13px;

    background-image: url(../images/star_full.svg);
    background-size: 13px 13px;
}
.appdetail-btn ~ img
{
    display: block;

    margin-bottom: 14px;
}

.app-like-wp
{
    margin-top: 14px;
    margin-bottom: 20px;

    text-align: right;
}
.app-like
{
    font-size: 12px;
    line-height: 24px;

    display: inline-block;

    padding: 0 12px;

    cursor: pointer;

    color: #fff;
    border-radius: 3px;
    background-color: #0d9f74;
}

.have-like
{
    background: #ccc;
}

.line-detail .app-like
{
    line-height: 44px;

    margin-left: 6px;
    padding-right: 16px;
    padding-left: 16px;
}


.pageright
{
    padding-bottom: 16px;
}

.appdetail-btn-line
{
    display: flex;

    margin-left: -10px;
    margin-top: 16px;
    margin-bottom: 20px;
}
.appdetail-btn-item
{
    font-size: 14px;

    width: 50%;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;

    height: 48px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;

    border-radius: 6px;
}

.appdetail-btn-white
{
    font-size: 12px;

    color: #0d9f74;
    background: #effbf6;
}
.appdetail-btn-white .icon-plat
{
    fill: #0d9f74;
}
.appdetail-btn-item .icon-plat
{
    width: 24px;
    height: 24px;
    margin-right: 4px;
}
.editorbox-wp
{
    border: 1px solid #ddd;
}
.editorbox
{
    position: relative;

    display: flex;

    padding: 16px;
}
.editorbox::after
{
    position: absolute;
    right: -1px;
    bottom: -4px;
    left: -1px;

    height: 3px;

    content: '';

    background-color: #f5f5f5;
}

.editorbox-rt
{
    line-height: 25px;

    display: flex;
    flex: 1;
    flex-direction: column;
}

.editorbox-title
{
    text-decoration: underline;

    color: #0d9f74;
}
.editorbox-span
{
    display: block;

    text-align: left;

    color: #aaa;
}
.editorbox:hover .editorbox-span
{
    text-decoration: underline;
}
.question-ls
{
    margin: 16px 0 20px;
}
.question-item
{
    position: relative;

    margin-bottom: 16px;
}
.question-tl
{
    font-weight: 700;
    line-height: 1.4;

    position: relative;

    display: block;

    padding: 20px 30px 20px 16px;
    padding-left: 48px;

    cursor: pointer;

    color: #0d9f74;
    border: 1px solid #eee;
    border-radius: 4px;
    background-color: #fff;
}
.qnumber
{
    line-height: 30px;

    position: absolute;
    top: 50%;
    left: 8px;

    display: block;

    width: 30px;
    height: 30px;
    margin-top: -15px;

    text-align: center;

    border-radius: 100%;
    background-color: #f3f3f3;
}
.question-link
{
    text-decoration: underline;

    color: #0d9f74;
}
.qshowmore
{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 3px;

    display: flex;
    align-items: center;
    justify-content: flex-end;

    width: 50px;
    height: 100%;
}
.qplus
{
    position: relative;

    display: block;

    width: 26px;
    height: 26px;

    border-radius: 3px;
    background-color: #fff;
}
.qplus::before,
.qplus::after
{
    position: absolute;
    top: 50%;
    left: 50%;

    content: '';

    background-color: #0d9f74;
}
.qplus::before
{
    width: 14px;
    height: 2px;
    margin-top: -1px;
    margin-left: -7px;
}
.qplus::after
{
    width: 2px;
    height: 14px;
    margin-top: -7px;
    margin-left: -1px;
}
.question-con
{
    line-height: 25px;

    overflow: hidden;

    max-height: 0;
    margin-top: -11px;
    padding: 7px 16px 0;

    transition: all ease .25s;

    border: 1px solid #eee;
}
.question-con p
{
    margin: 14px 0;
}
.questionctrl
{
    display: none;
}
.questionctrl:checked ~ .question-con
{
    max-height: 500px;
}
.questionctrl:checked ~ .question-tl .qplus::after
{
    display: none;
}
.curapp
{
    display: flex;
    align-items: center;

    margin: 18px 0 10px;
    padding: 8px 10px;

    border: 1px solid #a6d9ca;
        border-radius: 10px;

    -ms-border-radius: 10px;
     -o-border-radius: 10px;
}
.curapp-lf
{
    flex: 0 0 70px;

    width: 70px;
}
.curapp-lf-img
{
        border-radius: 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .08);

    -ms-border-radius: 10px;
     -o-border-radius: 10px;
}
.curapp-rt
{
    overflow: hidden;
    flex: 1;

    padding-right: 10px;
    padding-left: 10px;

    color: #999;
}
.curapp-rt-tl
{
    font-size: 16px;
    line-height: 1.4;

    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #333;
}
.curapp-rt-ver
{
    line-height: 1.1;

    color: #555;
}
.curapp-rt-category
{
    display: block;

    margin-top: 3px;

    color: #3dc98a;
}

.curapp-how-to .icon-plat
{
    width: 20px;
    height: 20px;
    margin-right: 4px;
}
.curapp-how-to
{
    font-size: 12px;
    line-height: 48px;

    display: block;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;

    height: 48px;
    margin: 16px 0 16px;

    text-align: center;

    color: #0d9f74;
    border-radius: 8px;
    background-color: #ebfbf7;
}
.xapkoption
{
    font-size: 13px;
    line-height: 24px;

    margin: 16px 0;
    padding: 16px;

    border-radius: 3px;
    background-color: #ebfbf7;
}
.xapkoption h6
{
    font-size: 14px;

    margin-bottom: 5px;
}
.xapk-link
{
    display: block;

    margin-top: 5px;

    text-decoration: underline;

    color: #0d9f74;
}
.xapk-other
{
    text-decoration: underline;

    color: #0d9f74;
}
.rank-top
{
    position: relative;

    overflow: hidden;

    height: 130px;
    margin-right: -16px;
    margin-left: -16px;
}
.rank-top img
{
    width: 100%;
    height: 100%;
}
.rank-top-info
{
    font-size: 18px;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 0 16px;
}
.rank-top-tl
{
    font-size: 18px;
    line-height: 1;

    text-transform: uppercase;

    color: #0d9f74;
}
.rank-top-des
{
    font-weight: 700;
    line-height: 1;

    margin-top: 10px;

    color: #fff;
}
.rank-time
{
    font-size: 12px;

    display: flex;
    align-items: center;

    margin-top: 12px;

    color: #9890a0;
}
.icon-time
{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.update-time .icon-time
{
    width: 16px;
    height: 16px;
}
.rank-ls
{
    margin-top: -10px;

    border-bottom-width: 0;
        border-radius: 3px;

    -ms-border-radius: 3px;
     -o-border-radius: 3px;
}
.rank-item
{
    position: relative;
    position: relative;

    display: block;

    margin-top: 24px;
    padding-top: 34px;

    border-top: 1px solid #eee;
}
.rank-item-top
{
    display: flex;
}
.rank-item-lf
{
    text-align: center;
}
.rank-item-pic
{
    position: relative;

    overflow: hidden;
    flex: 0 0 80px;

    width: 80px;
    height: 80px;

    border-radius: 20%;
    border: 1px solid #e8e8e8;
    /* box-shadow: 0 0 6px rgba(0, 0, 0, .08); */
}
.rank-item-tag
{
    font-size: 12px;
    line-height: 22px;

    display: inline-block;

    margin-top: 8px;
    padding: 0 8px;

    color: #333;
        border-radius: 3px;
    background-color: #f5f5f5;

    -ms-border-radius: 3px;
     -o-border-radius: 3px;
    /* margin-bottom: 30px; */
}
.rank-item-info
{
    flex: 1;

    padding-left: 16px;
}
.rank-item-tl
{
    font-size: 16px;
    line-height: 1.2;
}
.rank-item-des
{
    font-size: 12px;
    line-height: 18px;

    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;

    text-overflow: ellipsis;
    /* margin-top: 12px; */
    /* margin-bottom: 30px; */
    word-break: break-all;

    color: #666;

    -webkit-line-clamp: 2;
}
.rank-btn-wrapper
{
    display: none;
}
.pageleft{
    padding-bottom: 16px;
}
.rankpage .pageleft .score-star
{
    width: 90px;
    height: 22px;
    margin-right: 6px;

    background-image: url(../images/star_gray.svg);
    background-size: 18px 22px;
}
.rankpage .pageleft .have-star
{
    height: 22px;

    background-image: url(../images/star_full.svg);
    background-size: 18px 22px;
}
.cagegory-ad
{
    margin-top: 24px;
}
.icon-crown
{
    font-size: 12px;

    position: absolute;
    top: 6px;
    left: 28px;

    display: block;

    width: 24px;
    height: 20px;
    padding-top: 4px;

    transform: scale(.8);
    text-align: center;

    color: #fff;
    background-image: url(../images/crown.png);
    background-size: cover;
}
.icon-crown-1
{
    background-position: 0 0;
}
.icon-crown-2
{
    background-position: 0 115px;
}
.icon-crown-3
{
    background-position: 0 230px;
}
.othercrownnum
{
    padding-top: 2px;

    color: #999;
        border-radius: 100%;
    background: #f5f5f5;

    -ms-border-radius: 100%;
     -o-border-radius: 100%;
}
.rankpage .icon-crown
{
    top: 5px;
    left: 40px;

    margin-left: -12px;
}
.rankpage .othercrownnum
{
    line-height: 1;
}
.categorypage .icon-crown
{
    top: 0;
    left: 0;
}
.rank-total
{
    font-size: 12px;

    margin-bottom: 10px;
    padding: 10px 0;

    text-align: center;

    background-color: #f5f5f5;
}
.rank-total-span
{
    color: #aaa;
}
.current-cate
{
    display: flex;

    margin: 18px 0 10px;
}
.current-cate-logo
{
    display: none;

    width: 64px;
    height: 64px;

        border-radius: 100%;

    -ms-border-radius: 100%;
     -o-border-radius: 100%;
}
.current-cate-info
{
    width: 100%;

    text-align: center;
}
.current-cate-tl
{
    font-size: 18px;
    line-height: 1.4;

    margin-bottom: 5px;
}
.current-cate-tl-txt
{
    font-size: 20px;

    display: block;

    margin-bottom: 5px;

    color: #3dc98a;
}
.update-time
{
    font-size: 12px;

    color: #999;
}
.starwrap
{
    font-size: 12px;

    display: flex;
    align-items: center;
    -ms-flex-align: center;

    color: #666;
}
.rankpage .score-star
{
    width: 90px;
    height: 22px;
    margin-right: 6px;

    background-image: url(../Image/star_gray.svg);
    background-size: 18px 22px;
}
.page-right,
.page-left
{
    line-height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 80px;
    height: 40px;

    border-radius: 3px;
    background-color: #0d9f74;
}
.page-right .icon-right,
.page-left .icon-left
{
    width: 24px;
    height: 24px;

    transition: all ease .25s;

    fill: #fff;
}
.page-right:hover .icon-right
{
    transform: translateX(5px);
}
.page-left:hover .icon-left
{
    transform: translateX(-5px);
}
.turn-page
{
    font-size: 12px;

    margin: 0 18px;
}

.tables-content
{
    margin-bottom: 20px;

    border: 2px solid #ddd;
    background-color: #f3f3f3;
}
.reviewcon .tables-title
{
    line-height: 42px;

    margin: 0;
    padding: 0 10px;

    text-align: center;

    border-bottom: 1px solid #ddd;
}
.reviewcon .tables-title::before
{
    display: none;
}
.topic-ad
{
    margin: 15px 0;
}
.tables-list
{
    line-height: 30px;

    margin: 0;
    padding: 10px;
}
.reviewcon .tables-list h4
{
    position: relative;

    margin: 0;
    padding: 0 0 0 20px;
}
.tables-list h4::before,
.tables-list h4::after
{
    position: absolute;
    top: 10px;
    left: 0;

    display: block;

    width: 5px;
    height: 5px;

    content: '';
    transform: rotate(45deg);

    border: 1px solid #259878;
    border-width: 1px 1px 0 0;
}
.tables-list h4::after
{
    left: 5px;
}
.tables-list h5
{
    font-size: 14px;
    font-weight: 400;

    position: relative;

    margin-left: 40px;
    padding-left: 10px;
}
.tables-list h5::before
{
    position: absolute;
    top: 8px;
    left: 0;

    width: 0;
    height: 0;

    content: '';

    border: 5px solid #259878;
    border-color: transparent transparent transparent #259878;
}
.tables-list a
{
    color: #259878;
}
.reviewcon h3.stamp-tl
{
    padding-bottom: 0;
    
    background-color: #fff;
}
.nationpage .stamp-img-free
{
    border-radius: 20%;
    box-shadow: 0 0 6px rgb(0 0 0 / 8%);
}
.stamp-ls
{
   
    margin-top: 16px;
}
.reviewcon .stamp-tl::before
{
    display: none;
}
.stamp-ad
{
    padding-right: 16px;
    padding-left: 16px;
}
.stamp-item,
.stamp-item-con
{
    position: relative;

    overflow: hidden;

    margin-bottom: 16px;
    padding: 0 16px 16px 18px;

    border: 1px solid #eee;
}
.stamp-item
{
    margin-top: 16px;
}
.stamp-con
{
    display: flex;
    align-items: center;

    margin-top: 14px;
}
.free-stamp-item .stamp-con
{
    flex-direction: column;
}
.stamp-img-free
{
    height: 110px;
}
.stamp-item::before,
.stamp-item-con::before
{
    position: absolute;
    right: 0;
    left: 0;

    width: 0;
    height: 0;

    content: '';

    border: 15px solid #bbb;
    border-color: #bbb transparent transparent #bbb;
}
.stamp-num
{
    line-height: 18px;

    position: absolute;
    right: 0;
    left: 0;

    width: 20px;

    text-align: center;

    color: #fff;
    transform: scale(.65);
}
.stamp-info
{
    overflow: hidden;
    flex: 1;

    padding-left: 16px;
}
.nationpage .stamp-info
{
    width: 100%;
    margin-top: 10px;
}
.reviewcon .stamp-info-txt
{
    margin: 0;
}
.stamp-info-tl
{
    font-size: 16px;

    margin-bottom: 3px;
}
.stamp-info-price
{
    display: block;

    color: #f32727;
}
.stamp-img
{
    flex: 0 0 80px;

    width: 80px;
    height: 100%;
}
.stamp-img.cat-img{
    flex: 0 0 100px;

    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-bottom: 6px;
}
.linehome-pic-wp .stamp-img
{
    height: 80px;
}
.fontred
{
    padding-left: 10px;

    color: #f32727;
}
.stamp-info-link,
.goothersite,
.preview-btn,
.post-list-btn
{
    position: relative;
    line-height: 50px;

    display: block;

    margin-top: 16px;

    text-align: center;

    color: #fff;
    border-radius: 6px;
    background-color: #0d9f74;
    font-weight: 700;
    transition: all 150ms linear 0s;
}
.goothersite:hover {
    letter-spacing: 1px;
    opacity: 0.95;
}
.goothersite.radius-24{
    border-radius: 24px;
}
.stamp-info-link.cat-info-link{
    margin-top: 8px;
}
.preview-btn{
    width: 100%;
    line-height: 40px;
    border-radius: 4px;
}
.stamp-info-link::after,
.post-list-btn::after{
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: relative;
    top: -1px;
    margin-left: 8px;
}
.stampdetail img
{
    display: block;

    margin: 10px auto;
}
.cur-stamp-pic
{
    display: block;
    margin: 16px auto;
    min-height: 140px;
}
.stampdetail p
{
    line-height: 25px;

    margin: 14px 0;
}
.stampdetail table
{
    width: 100%;
    margin: 20px 0;

    border-collapse: collapse;
    border: 1px solid #ccc;

    font-size: 14px;
    color: #333;
    text-align: left;
}
.stampdetail table tbody tr
{
    border-bottom: 1px solid #ccc;
}
.stampdetail table tbody tr:last-child
{
    border-bottom: none;
}
.stampdetail table th,
.stampdetail table td
{
    padding: 12px 16px;
    line-height: 1.5;
    vertical-align: top;
    border-right: 1px solid #ccc;
}
.stampdetail table th
{
    width: 32%;
    min-width: 100px;
    font-weight: 700;
    background: #f5f5f5;
}
.stampdetail table td
{
    border-right: none;
    background: #fff;
}
.goothersite
{
    display: flex;
    align-items: center;
    justify-content: center;

    margin: 20px 0;
}
.mb-none
{
    display: none;
}
.aboutpage,
.toppage,
.searchpage,
.privacypage
{
    min-height: calc(100vh - 200px);
}
.searchpage
{
    font-family: arial,sans-serif, serif;

    -webkit-font-smoothing: initial;
    -moz-osx-font-smoothing: initial;
}
.sitemap-tl,
.aboutpage h6
{
    font-size: 14px;

    margin: 14px 0;
}
.map-ls
{
    display: flex;
    flex-wrap: wrap;

    margin-top: 10px;
    padding-bottom: 30px;
}
.map-item
{
    flex: 0 0 50%;

    width: 50%;
}
.map-item-link
{
    line-height: 30px;

    position: relative;

    display: block;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

    border-bottom: 1px solid #eee;
}
.map-item-link::before
{
    display: inline-block;

    width: 4px;
    height: 4px;
    margin-right: 10px;

    content: '';

    border-radius: 100%;
    background-color: #ddd;
}
.aboutpage.reviewcon
{
    margin-top: 16px;
}
.cateselect-wrapper
{
    position: relative;
}
.category-section-tl
{
    font-size: 14px;
    line-height: 44px;

    display: flex;
    align-items: center;
    -ms-flex-align: center;
    justify-content: space-between;

    margin-top: 24px;
    padding: 0 20px;

    white-space: nowrap;

        border-radius: 3px;
    background-color: #f5f5f5;

    -ms-border-radius: 3px;
     -o-border-radius: 3px;
}
.category-section-tl-more
{
    font-size: 12px;
    font-weight: 400;

    color: #999;
}
.categorypage
{
    margin-bottom: 24px;
}

.cate-turnpage
{
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;

    margin: 24px 0;
}
.cate-turnpage-item
{
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;

    width: 40px;
    height: 40px;
    margin: 0 4px;

    color: #0d9f74;
    border: 1px solid #eee;
        border-radius: 3px;

    -ms-border-radius: 3px;
     -o-border-radius: 3px;
}

.cate-tl
{
    font-size: 16px;
   
    line-height: 48px;

    display: flex;
    align-items: center;
    align-items: center;
    -ms-flex-align: center;
}
.cate-dropdown
{
    width: 8px;
    height: 8px;
    margin-top: -2px;
    margin-left: 8px;

    transition: all ease .25s;
    transform: rotate(45deg);

    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
}
.icon-cate-game
{
    width: 26px;
    height: 26px;
    margin-right: 10px;
}
.icon-cate-app
{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
#cateselect
{
    display: none;
}
.cate-ls
{
    position: absolute;
    z-index: 1000;
    top: 48px;

    display: flex;
    overflow: hidden;
    flex-wrap: wrap;

    height: 0;
    padding: 0 20px;

    transition: all ease .25s;

        border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);

    -ms-border-radius: 3px;
     -o-border-radius: 3px;
}
.cate-item
{
    font-size: 12px;
    line-height: 30px;

    overflow: hidden;

    width: 50%;
    padding-right: 16px;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.cate-item-sum
{
    color: #999;
}

#cateselect:checked ~ .cateopacitywhite
{
    display: block;
}
#cateselect:checked ~ nav .cate-ls
{
    height: auto;
    padding: 20px;
}
#cateselect:checked ~ label .cate-dropdown
{
    margin-top: 2px;

    transform: rotate(-135deg);
}
.categorypage .pageright
{
    display: none;
}
.categoryname
{
    color: #0d9f74;
}

.edt-list
{
    overflow: hidden;

    margin: 16px 0;
}
.edt-list-item
{
    margin-bottom: 16px;
}
.pageleft .edt-list,
.pageleft .edt-list-item,
.pageright .edt-list,
.pageright .edt-list-item
{
    margin-bottom: 0;
}
.pageleft .edt-list
{
    margin-top: -15px;
}
.pageright .edt-list
{
    margin-top: 0;
}
.edt-list-item-link
{
    position: relative;

    display: block;
    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;

    border-radius: 5px;
    background: #fff;
}
.edt-list-item-link-img
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100%;

    transition: all ease .25s;

    background-size: cover;
}
.edt-list-wrap,
.app-related-con
{
    position: relative;

    overflow: hidden;

    width: 100%;
    height: 208px;
}
.ver-ls .edt-list-wrap
{
    height: 180px;
}
.app-related-con
{
    position: relative;

    display: flex;
    overflow: hidden;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;

    height: 140px;
    margin-top: 16px;

    border-radius: 8px;
}
.edt-list-wrap,
.app-related-con
{
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    flex-direction: column;
    justify-content: center;

    padding: 0 20px;
}
.edt-small-tag
{
    font-size: 12px;

    padding: 0 5px;

    color: #0d9f74;
}
.edt-list-con
{
    position: relative;

    height: 80px;
    padding: 5px;

    background-color: rgba(255, 255, 255, .8);
}
.edt-list-dis
{
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    flex-direction: column;
    justify-content: center;

    height: 100%;
    padding: 16px;

    border: 1px solid #555;
}
.edt-list-dis p
{
    font-size: 20px;
}
.edt-list-pic
{
    width: 100%;
    height: 100%;

    transition: all ease .25s;
    transform: scale(1,1);
}
.edt-list-pic:hover
{
    transform: scale(1.1,1.1);
}
.subject-wrapper
{
    position: relative;

    margin: 16px 0;
    padding: 16px;

    border: 1px solid #ddd;
    border-radius: 3px;
}
.subject-n-wrapper
{
    position: relative;

    margin-top: 24px;
    padding-top: 30px;
    padding-bottom: 40px;

    border-top: 1px solid #dadce0;
}
.editcon-box-ads
{
    margin-top: -18px;
}
.sortnum-n
{
    position: absolute;
    top: 0;
    left: 0;

    padding-left: 5px;

    color: #fff;
}
.sortnum-n::after
{
    position: absolute;
    z-index: -1;
    left: 0;

    width: 0;
    height: 0;

    content: '';

    border-width: 34px 34px 0 0;
    border-style: solid;
    border-color: #f32727 transparent transparent transparent;
}
.editcon-box
{
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    flex-wrap: wrap;

    margin-right: -14px;
    margin-left: -14px;

}
.editcon-box-pic
{
    overflow: hidden;
    overflow: hidden;
    flex: 0 0 64px;

    width: 64px;
    height: 64px;
    margin-left: 14px;

    border-radius: 8px;
}
.app-descript-con img {
    margin: 0;
}
.editcon-box-info
{
    flex: 1;

    padding: 0 16px 0 20px;
}
.editcon-box-info-tl
{
    font-size: 18px;
    line-height: 1.2;
}
.editcon-box-info-dev
{
    display: block;

    color: #5f6368;
}
.editcon-item-info
{
    font-size: 14px;
    line-height: 1.3;

    display: block;
    overflow: hidden;
    flex: 1;

    margin-bottom: 5px;
    padding: 0 16px;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.editcon-item-info .starfull
{
    margin-right: 0;
}
.editcon-box-txt
{
    padding: 12px 16px 0;
}
.editcon-box-r
{
    display: flex;
    align-items: center;

    padding-right: 12px;
}
.editcon-box-link
{
    font-size: 14px;
    line-height: 40px;

    margin: 30px 0 22px;

    text-align: center;

    color: #fff;
    border-radius: 8px;
    background-color: #0d9f74;
}
.editcon-box-tag
{
    font-size: 12px;

    color: #999;
}
.reviewcon-n p
{
    font-size: 18px;
}
.editcon-box-des
{
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;

    margin-top: 4px;
    margin-bottom: 18px;

    -webkit-line-clamp: 2;
}
.editcon-box-img
{
    overflow: hidden;

    width: 100%;
    height: 204px;

    border: 1px solid #e8e8e8;
    border-radius: 8px;

    -o-object-fit: cover;
       object-fit: cover;
}
.editcon-down
{
    display: flex;
    align-items: center;
    justify-content: center;

    width: 30px;
    height: 30px;

    border-radius: 100%;
    background-color: #24cd77;
}

.icon-down
{
    width: 13px;
    height: 13px;
}
.editcon-box-ls
{
    display: flex;

    margin-top: 28px;
}
.editcon-box-item
{
    position: relative;

    overflow: hidden;
    flex: 1;

    text-align: center;
}
.editcon-box-item:not(:first-child):before
{
    position: absolute;
    top: calc(50% - 12px);
    left: 0;

    display: block;

    width: 1px;
    height: 24px;

    content: '';

    background-color: #e8eaed;
}
.editcon-box-text
{
    font-size: 12px;
    line-height: 1.1;

    display: block;

    color: rgb(95, 99, 104);
}
.editcon-box-btn
{
    display: flex;

    width: 100%;
    margin-top: 14px;
    padding-right: 14px;
}
.editcon-box-download,
.editcon-box-review
{
    line-height: 30px;

    position: relative;

    width: 100%;
    height: 30px;
    margin-left: 14px;

    text-align: center;

    border-radius: 3px;
}
.editcon-box-download
{
    color: #fff;
    background-color: #0d9f74;
}
.editcon-box-review
{
    color: #0d9f74;
    border: 1px solid #0d9f74;
}
.editcon-box-name
{
    font-size: 18px;
}
.editcon-box-category
{
    font-size: 12px;

    color: #0d9f74;
}
.editcon-box-star
{
    transform: scale(.6);
    transform-origin: 0 0;
}
.sortnum
{
    font-size: 12px;
    line-height: 1;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    padding: 2px 0;

    text-align: center;

    color: #fff;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 10px;
    background-color: #f32727;
}

.searchpage
{
    font-family: arial, sans-serif, serif;

    padding-bottom: 16px;
}
.searchpage .common-title
{
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;

    background: 0 0;
}
.searchpage .common-title::before
{
    display: none;
}
.row-item
{
    position: relative;

    display: block;

    padding: 12px 0 9px;

    border-top: 1px solid #f1f3f4;
}
.row-logo
{
    display: inline-block;

    width: 16px;
    height: 16px;
    margin-right: 5px;

    vertical-align: bottom;
}
.row-curlink
{
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.space-dot{
    font-weight: 700;
    padding-right: 5px;
    padding-left: 5px;
}
.row-curlink-text
{
    color: #202124;
    display: inline;
}
.sarrow
{
    font-size: 12px;

    display: none;
}
.row-con{
    max-width: 600px;
}
.row-tl
{
    font-size: 20px;
    line-height: 26px;

    overflow: hidden;

    padding-top: 10px;
    padding-bottom: 6px;

    color: #1558d6;
}
.row-info
{
    font-size: 14px;
    line-height: 20px;

    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;

    color: #4d5156;

    -webkit-line-clamp: 3;
}
.search-page
{
    font-size: 18px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 24px 0;

    text-align: center;
}

.page-right-wp
{
    width: 60px;
    height: 40px;
    margin: 0 20px;
}

.page-right,
.page-left
{
    line-height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 60px;
    height: 40px;

    border-radius: 3px;
    background-color: #1558d6;
}

.page-right .icon-right,
.page-left .icon-left
{
    width: 24px;
    height: 24px;

    transition: all ease .25s;

    fill: #fff;
}
.turn-page
{
    font-size: 14px;
}
.noresult-tl
{
    margin-top: 20px;
    margin-bottom: 18px;
}
.noresult-ls
{
    margin-top: 15px;
}
.noresult-item
{
    line-height: 20px;

    position: relative;

    padding-left: 3px;
}
.editorpage .pageleft nav
{
    margin-top: 10px;
    margin-bottom: 10px;
}
.editorpage .pageleft nav a
{
    line-height: 1.4;

    display: block;

    padding: 6px 0;

    text-decoration: underline;

    color: #1da1f2;
}
.error-tl
{
    font-size: 22px;
    line-height: 1.4;
}
.error-con
{
    margin: 34px 0;

    text-align: center;
}
.error-pic
{
    display: block;

    max-width: 230px;
    margin: 0 auto;
}
.error-des
{
    margin: 16px 0 22px;

    color: #999;
}
.error-link
{
    font-size: 16px;
    line-height: 48px;

    display: block;

    width: 180px;
    margin: 0 auto;

    transition: all ease .25s;

    color: #05ab82;
    border: 2px solid #05ab82;
    border-radius: 24px;
}

.linestamp-tl
{
    font-size: 16px;
    line-height: 1;

    display: flex;

    align-items: center;
    -ms-flex-align: center;
    justify-content: space-between;

    margin-top: 24px;
    margin-bottom: 16px;
}
.linestamp-tl-more
{
    font-size: 12px;
    font-weight: 400;

    color: #999;
}
.linestamp-cate{
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
}
.linestamp-cate-item{
    width: 50%;
    margin-top: 16px;
    padding-left: 16px;
}
.linestamp-cate-ads{
    width: 100%;
    margin-top: 16px;
    padding-left: 16px;
}

.linestamp-cate-con
{

    font-size: 12px;
    line-height: 20px;

    position: relative;

    padding-top: 100%;
    background-color: #f8f8f8;
    border-radius: 8px;
}
.linestamp-cate-place{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.linestamp-cate-img
{
    max-width: 80%;
    max-height: 80%;
    -o-object-fit: cover;
       object-fit: cover;
}
.line-detail
{
    display: flex;
    align-items: center;
    -ms-flex-align: center;

    padding: 16px 0;
}
.line-detail-pic
{
    position: relative;

    width: 90px;
    height: 90px;
}
.line-detail-pic.cat-detail-pic{
    width: 90px;
    height: 90px;
}
.line-detail-pic.cat-detail-pic img{
    width: 90px;
    height: 90px;
    object-fit: cover;
}
.custom-audio
{
    position: absolute;
    right: 0;
    bottom: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 30px;
    height: 30px;

    cursor: pointer;

    border: 1px solid #ddd;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, .95);
}
.custom-audio audio
{
    position: absolute;
    z-index: 9;
    right: -100px;

    display: none;

    width: 100px;
}
.icon-audio
{
    width: 20px;
    height: 20px;

    fill: #aaa;
}
.line-detail-item .custom-audio
{
    z-index: 10;
    right: 10%;
    bottom: 10%;
}
.linehome-item .custom-audio,
.linehome-pic-wp .custom-audio
{
    bottom: 0;
}

.line-detail-item .icon-audio,
.linehome-item .icon-audio,
.line-rt-wp .custom-audio
{
    width: 20px;
    height: 20px;
}

.linepc
{
    display: none;
}
.linemb
{
    display: flex;
    align-items: center;
    -ms-flex-align: center;

    margin-bottom: 16px;
}
.line-detail-info
{
    position: relative;
    z-index: 10;

    flex: 1;

    padding-left: 16px;
}
.line-detail-info-tl
{
    font-size: 16px;
}
.line-detail-info-txt
{
    display: none;
}
.line-detail-info-price
{
    font-size: 24px;
    font-weight: 700;

    color: #43b693;
}
.linemb
{
    margin-right: -8px;
}
.linemb-item
{
    padding-right: 8px;
}
.line-item-price
{
    width: 98px;
}
.line-item-go
{
    flex: 1;
}
.line-item-price .line-detail-info-link
{
    background-color: #ff5a5a;
}
.line-detail-info-link
{
    font-size: 14px;
    line-height: 44px;

    display: block;

    padding: 0 16px;

    text-align: center;

    color: #fff;
    border-radius: 4px;
    background-color: #3ec98a;
}
.line-detail-ls
{
    display: flex;
    display: flex;

    overflow: hidden;
    flex-wrap: wrap;

    margin-bottom: 16px;
}
.line-detail-item
{
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 25%;
    margin-top: 16px;
    padding-left: 8px;
    padding-right: 8px;
}
.line-detail-item::after
{
    display: block;

    width: 100%;
    padding-top: 100%;

    content: '';
}
.cat-detail-item{
    width: 50%;
}
.line-detail-ad
{
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
}
.line-detail-img
{
    position: absolute;

    max-width: 80%;
    max-height: 80%;
}

.linedetailpage .stampdetail
{
    margin-bottom: 40px;
}
.linepreview,.catpreview
{
    position: fixed;
    z-index: 1005;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: flex;
    flex-direction: column;
    display: none;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;

    background-color: rgba(0, 0, 0, .5);
}
.catpreview{
    padding: 20px;
}
.catcontent{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 32px;
    background-color: #fff;
    border-radius: 6px;
}
.preview-ads{
    width: 100%;
}

.line-rt-item
{
    position: relative;

    display: flex;
    align-items: center;

    margin-bottom: 24px;
}
.line-rt-wp
{
    position: relative;

    margin-right: 8px;
}
.line-rt-wp::after
{
    display: block;

    width: 70px;
    height: 70px;

    content: '';
}
.line-rt-img
{
    position: absolute;
    top: 0;

}
.line-rt-tl
{
    font-weight: 400;
}
.linehome-ls
{
    display: flex;
    flex-wrap: wrap;

    margin-top: 16px;
    margin-left: -16px;
}
.linehome-item
{
    width: 50%;
    margin-bottom: 16px;
    padding-left: 16px;

    text-align: center;
}
.linehome-con
{
    position: relative;

    padding: 16px 0;

    border-radius: 8px;
    box-shadow: 0 0 12px rgba(0,0,0,.06);
}

.linehome-pic-wp
{
    position: relative;

    flex: 0 0 80px;

    width: 80px;
    margin-top: 14px;
}
.linehome-pic-img
{
    height: 120px;

    transition: all ease .25s;
}
.linehome-info-wp
{
    font-size: 12px;

    margin-top: 16px;
    padding-bottom: 8px;

    border: 1px solid #eee;
    border-radius: 4px;
}
.linehome-info-tl
{
    font-size: 14px;
    font-weight: 400;
    font-weight: 700;

    overflow: hidden;

    margin-top: 8px;

    white-space: nowrap;
    text-overflow: ellipsis;

}
.line-tips
{
    margin-top: 16px;
    padding: 16px 0;

    text-align: center;

    background-color: #f8f8f8;
}
.line-cate-cur
{
    display: block;

    margin-bottom: 8px;

    text-decoration: underline;
}
.list-line
{
    margin-top: 16px;
}
.icon-horo
{
    width: 20px;
    height: 20px;
    margin-right: 4px;

    fill: #5512b1;
}

.user-action
{
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-top: 16px;
}
.version-ls{
    margin-top: 8px;
}

.version-item
{
    position: relative;

    display: block;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    justify-content: space-between;

    margin-bottom: 8px;
    
    padding: 8px 10px;

    border-radius: 4px;
    border: 1px solid #eee;
}

.version-item-con
{
    line-height: 25px;

    position: relative;

    border-radius: 0 0 4px 4px;
}

.version-item-tl
{
    font-size: 13px;

    line-height: 24px;

    display: flex;
    flex-direction: column;

    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

.version-item-size
{
    font-size: 12px;
}

.version-item-txt
{
    font-size: 12px;

    position: relative;

    display: flex;
    align-items: center;
    -ms-flex-align: center;

    color: #fff;
}
.version-item-name
{
    font-size: 16px;
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.version-item-txt .icon-download
{
    width: 28px;
    height: 14px;
    margin-left: 5px;
}
.thisapp
{
    font-size: 16px;
    line-height: 24px;

    position: relative;

    display: block;
    display: flex;
    overflow: hidden;
    align-items: center;

    height: 70px;
    margin-top: 16px;
    padding: 0 16px;

    color: #38b893;
    border-radius: 4px;
    background-image: linear-gradient(to right, #fff9e9, #d2fff4);
}
.thisapp-img
{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}
.thisapp::before
{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    content: '';

    background-color: rgba(0, 0, 0, .38);
}
.thisapp-link
{
    font-size: 14px;

    position: relative;
    z-index: 3;

    color: #fff;
}

.download-recon .appdetail-btn
{
    margin: 16px 0 0 0;
}

.icon-link
{
    width: 12px;
    height: 12px;
    margin-left: 3px;
}

.turnpage
{
    display: flex;

    margin-top: 16px;
    margin-right: -8px;
    margin-bottom: 16px;
    margin-left: -8px;
}

.aster-ls
{
    display: flex;
    flex-wrap: wrap;

    margin-left: -16px;
}
.aster-item
{
    flex: 0 0 100%;

    width: 100%;
    margin-top: 16px;
    padding-left: 16px;
}
.aster-con
{
    position: relative;

    padding: 16px;

    border-radius: 4px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
}
.aster-img
{
    width: 100%;
    height: 140px;

    -o-object-fit: cover;
       object-fit: cover;
}
.aster-tl
{
    font-size: 14px;

    overflow: hidden;

    margin-top: 12px;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.aster-des
{
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;

    height: 72px;

    -webkit-line-clamp: 3;
}
.aster-btn
{
    line-height: 36px;

    display: block;

    margin-top: 12px;

    text-align: center;

    color: #fff;
    border-radius: 4px;
    background-color: #259878;
}
.ad-margintop
{
    margin-top: 16px;
}

.line-title
{
    font-size: 16px;
    font-weight: 700;
}

.down-wp
{
    position: relative;

    height: 36px;
    margin-top: 8px;
    margin-bottom: 16px;
}

.mbnone
{
    display: none;
}

.time
{
    font-size: 24px;

    margin-bottom: 8px;

    color: #fff;
}


.black5-year
{
    font-size: 20px;

    text-shadow: 0 9px 15px rgba(0, 0, 0, .27);
}
.black5-tl
{
    font-size: 36px;
    line-height: 1.3;

    color: #ffe17b;
    text-shadow: 0 8px 11px rgba(0, 0, 0, .26);
}
.black5-tl-sp
{
    display: block;

    color: #fff;
}

.icon-next
{
    position: absolute;
    right: 22px;

    width: 32px;
    height: 32px;

    transition: all ease .25s;
}
.hot-item
{
    line-height: 16px;

    position: relative;

    margin-top: 16px;
}
.hot-item-con
{
    display: flex;
    align-items: center;
}
.sales-ls
{
    margin-bottom: 16px;
}
.sales-item-img
{
    position: relative;

    overflow: hidden;
    flex: 0 0 56px;

    width: 56px;

    border-radius: 10px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .1);
}
.sales-item-info-name
{
    font-size: 14px;
    font-weight: 400;

    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.hot-item-info
{
    position: relative;

    overflow: hidden;
    flex: 1;

    padding-left: 18px;
    padding-left: 8px;
}

.hot-item-info-cate
{
    font-size: 12px;

    margin-top: 5px;

    color: #999;
}
.sales-rt
{
    padding-left: 16px;

    text-align: right;
}
.sales-old-price
{
    font-size: 12px;
}
.sales-btn
{
    font-size: 13px;
    line-height: 20px;

    padding-right: 7px;
    padding-left: 7px;

    color: #fff;
    border-radius: 4px;
    background-color: #ff5e5e;
}
.sales-item-cate
{
    font-size: 12px;

    margin-top: 3px;

    color: #999;
}
.sale-ad-shadow
{
    margin-top: 16px;
}
.sales-oldprice
{
    font-size: 12px;

    text-decoration: line-through;

    color: #999;
}
.black5-tl-top
{
    font-size: 32px;
}
.app-picture
{
    margin-top: 16px;
}
.review-curapp
{
    display: flex;
    align-items: center;

    padding: 16px 0;
    overflow: hidden;
}

.review-curapp .common-applogo
{
    width: 90px;
    height: 90px;
}

.review-curapp-info
{
    flex: 1;

    padding-left: 16px;
}

.review-curapp-tl
{
    font-size: 18px;
}

.review-curapp-score
{
    display: flex;
    align-items: center;
}

.review-curapp-score .score-span-num
{
    margin-left: 3px;
}
.review-curapp-pc
{
    display: none;
}
.review-curapp-mb
{
    display: flex;
    align-items: center;

    margin-top: 6px;
}
.review-curapp-mb .rating
{
    margin-top: 0;
}
.review-curapp-cate
{
    overflow: hidden;
    width: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.review-curapp-price{
    position: relative;
    margin: 0 8px;
    padding: 0 8px;
}
.review-curapp-price::before,
.review-curapp-price::after
{
    position: absolute;
    top: 2px;

    width: 1px;
    height: 16px;

    content: '';

    background-color: rgba(37, 44, 77, .1);
}
.review-curapp-price::before
{
    left: 0;
}
.review-curapp-price::after
{
    right: 0;
}
.app-video {
    width: 100%;
    height: 315px;
    border-width: 0
}

lite-youtube {
    background-color: #000;
    position: relative;
    display: block;
    contain: content;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    max-width: 728px;
    height: 315px
}

lite-youtube::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
    background-position: top;
    background-repeat: repeat-x;
    height: 60px;
    padding-bottom: 50px;
    width: 100%;
    transition: all .2s cubic-bezier(0,0,.2,1)
}

lite-youtube::after {
    content: "";
    display: block;
    padding-bottom: calc(100%/(16/9))
}

lite-youtube>iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0
}

lite-youtube>.lty-playbtn {
    display: block;
    width: 68px;
    height: 48px;
    position: absolute;
    cursor: pointer;
    transform: translate3d(-50%,-50%,0);
    top: 50%;
    left: 50%;
    z-index: 1;
    background-color: transparent;
    background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2OCA0OCI+PHBhdGggZD0iTTY2LjUyIDcuNzRjLS43OC0yLjkzLTIuNDktNS40MS01LjQyLTYuMTlDNTUuNzkuMTMgMzQgMCAzNCAwUzEyLjIxLjEzIDYuOSAxLjU1Yy0yLjkzLjc4LTQuNjMgMy4yNi01LjQyIDYuMTlDLjA2IDEzLjA1IDAgMjQgMCAyNHMuMDYgMTAuOTUgMS40OCAxNi4yNmMuNzggMi45MyAyLjQ5IDUuNDEgNS40MiA2LjE5QzEyLjIxIDQ3Ljg3IDM0IDQ4IDM0IDQ4czIxLjc5LS4xMyAyNy4xLTEuNTVjMi45My0uNzggNC42NC0zLjI2IDUuNDItNi4xOUM2Ny45NCAzNC45NSA2OCAyNCA2OCAyNHMtLjA2LTEwLjk1LTEuNDgtMTYuMjZ6IiBmaWxsPSJyZWQiLz48cGF0aCBkPSJNNDUgMjQgMjcgMTR2MjAiIGZpbGw9IndoaXRlIi8+PC9zdmc+);
    transition: -webkit-filter .1s cubic-bezier(0,0,.2,1);
    transition: filter .1s cubic-bezier(0,0,.2,1);
    transition: filter .1s cubic-bezier(0,0,.2,1), -webkit-filter .1s cubic-bezier(0,0,.2,1);
    border: none
}

lite-youtube:hover>.lty-playbtn,lite-youtube .lty-playbtn:focus {
    -webkit-filter: none;
            filter: none
}

lite-youtube.lyt-activated {
    cursor: unset
}

lite-youtube.lyt-activated::before,lite-youtube.lyt-activated>.lty-playbtn {
    opacity: 0;
    pointer-events: none
}

.lyt-visually-hidden {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px
}
.pwp {
    position: relative;
    max-width: 360px;
    margin-bottom: 32px;
    border: 2px solid #121822
}

.pwp p {
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    padding: 8px 10px;
    color: #fff;
    background-color: #333;
}

.pwp .repic {
    position: relative;
    margin-top: 0;
}

.pwp p span {
    font-size: 18px;
    font-style: italic;
    margin-right: 10px
}

.pwp .repic {
    padding-top: 100%;
    background-color: #eee
}

.pwp .repic img {
    position: absolute;
    top: 0;
    left: 0
}
.cate-turnpage
{
    display: flex;
    align-items: center;
    justify-content: center;

    margin: 24px 0;
}

.turn-right-wp
{
    width: 60px;
    height: 40px;
    margin: 0 20px;
}

.turn-right-wp a
{
    line-height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 60px;
    height: 40px;

    border-radius: 3px;
    background-color: #1558d6;
}

.turn-right-wp a {
    background-color: #0d9f74;
}

.turn-right-wp .icon-right,
.turn-right-wp .icon-left
{
    width: 24px;
    height: 24px;

    transition: all ease .25s;

    fill: #fff;
}
.swiper-slide-btn{
	border: 1px solid rgba(255, 255, 255, .75);
	line-height: 34px;
	text-align: center;
	border-radius: 8px;
	margin-top: 16px;
	font-size: 12px;
    display: inline-block;
    padding: 0 24px;
}
.share-box{
    border: 1px solid #eee;
    text-align: center;
    padding: 20px;
    border-radius: 8px;
}
.share-con{
    display: flex;
    align-items: center;
    justify-content: center;
}
.share-facebook,.share-line,.share-twitter,.share-x {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 20px 0;
}

.share-facebook{  
    background-color: #3b5997;  
}
.share-line{
    background-color: #01b902; 
}
.share-twitter{
    background-color: #1ea1f1; 
}
.share-x {
    background-color: #000;
}
.icon-x {
    width: 48px;
    height: 48px;
}
.icon-share{
    width: 22px;
    height: 22px;
}
.line-detail-mill{
    font-size: 12px;
    color: #999;
}
.line-detail-date{
    margin-bottom: 5px;
}
.mb-hidden{
    display: none;
}
.dental-hd-link,.prix-hd-link{
    display: none;
}
.icon-date-es {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.screenbg .scroll-x
{
    margin-top: 16px;
    margin-bottom: 0;
    position: relative;
}

.screen-ls::-webkit-scrollbar
{
    display: none;
}
.screen-ls
{
    overflow-x: auto;
    scroll-behavior: smooth;
}
.screen-item
{
    position: relative;
    font-size: 12px;
    line-height: 16px;

    display: inline-block;

    padding-right: 8px;

    vertical-align: top;
    white-space: normal;
}

.screen-item img
{
    height: 250px;

        border-radius: 6px;

    -o-object-fit: scale-down;
       object-fit: scale-down;
    -ms-border-radius: 6px;
     -o-border-radius: 6px;
}
.leftbtn,
.rightbtn
{
    position: absolute;
    top: 50%;
    display: block;
    /*display: none;
    */
    width: 36px;
    height: 36px;
    margin-top: -18px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 18px;
}

.leftbtn::after,
.rightbtn::after
{
    position: absolute;
    top: 12px;
    left: 10px;

    display: block;

    width: 8px;
    height: 8px;

    content: '';
    transform: rotate(-45deg);

    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
}

.leftbtn::after
{
    left: 14px;

    transform: rotate(135deg);
}
.leftbtn
{
    left: -12px;
}

.rightbtn
{
    right: -12px;
}


.screenshot-rightbtn,.screenshot-leftbtn{
    background-color: rgba(0, 0, 0, .5);
    border: 1px solid hsla(0, 0%, 100%, .3);
    border-radius: 50%;
    color: #fff;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    cursor: pointer;
}
.screenshot-rightbtn{
    right: 7px;
}
.screenshot-leftbtn{
    left: 7px;
}
.screenshot-rightbtn::before,.screenshot-leftbtn::before{
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    bottom: 0;
    content: "";
    height: 10px;
    margin: auto;
    position: absolute;
    top: 0;
    vertical-align: middle;
    width: 10px;
}
.screenshot-rightbtn::before{
    left: 11px;
    transform: rotate(45deg);
}
.screenshot-leftbtn::before{
    left: 17px;
    transform: rotate(-135deg);
}


.how-sub-link{
    text-indent: 2rem;
}
.text-topic-ad{
    margin-bottom: 16px;
}
.line-tl{
    font-size: 24px;
    margin-top: 16px;
    margin-bottom: 10px;
    position: relative;
}

.linerank-con
{

    margin: 20px 0;

    border-radius: 8px;
    box-shadow: 0 2px 12px 1px rgba(17, 17, 17, .04);
}
.linerank-top
{
    position: relative;

    display: flex;
    align-items: flex-end;

    height: 148px;
}
.linerank-top:hover{
    opacity: .85;
}
.linerank-img
{
    font-size: 28px;

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    border-radius: 8px 8px 0 0;
    -o-object-fit: cover;
       object-fit: cover;
}
.linerank-tl
{
    position: relative;
    z-index: 1;

    padding: 24px 24px 20px;

    color: #fff;
}

.linerank-item,.linerank-item-link
{
    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;

    padding: 16px 20px 13px;

    border-top: 1px solid #eee;
}
.linerank-item:hover .linerank-center-tl,
.linerank-item-link:hover .linerank-item-desc
{
    text-decoration: underline;
}


.linerank-left-img,.category-img{
    width: 60px;
    height: 60px;
    border: 1px solid rgba(0,0,0,.05);
    border-radius: 50%;
}
.linerank-center{
    flex: 1;
    margin-left: 16px;
    margin-right: 16px;
}
.linerank-center-tl{
    font-size: 16px;
    font-weight: 700;
}
.linerank-center-desc{
    font-size: 12px;
    color: #666;
}
.linerank-right::after{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    transform: rotate(45deg);
}
.linerank-item-desc
{
    position: relative;

    display: block;
    display: flex;
    align-items: center;
    justify-content: center;

    text-transform: uppercase;

    color: #0d9f74;
    font-size: 16px;
    font-weight: 700;
}
.icon-arrow
{
    position: relative;

    display: block;

    width: 12px;
    height: 2px;
    margin-bottom: 2px;
    margin-left: 10px;

    background-color: #0d9f74;
}
.icon-arrow::after
{
    position: absolute;
    top: -3px;
    right: -1px;

    display: block;

    width: 6px;
    height: 6px;

    content: '';
    transform: rotate(45deg);

    border: 2px solid #0d9f74;
    border: 2px solid #0d9f74;
    border-width: 2px 2px 0 0;
}
.line-category{
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
}
.linecate-item{
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 9px;
    cursor: pointer;
}
.linecate-circle{
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 24px;
    border: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
    overflow: hidden;
}
.linecate-icon{
    width: 48px;
    height: 48px;
    padding: 10px;
    fill: #000;
}
.linecate-item:hover .linecate-icon {
    position: relative;
    transform: translateX(-80px);
    -webkit-filter: drop-shadow(#0d9f74 80px 0);
    filter: drop-shadow(#0d9f74 80px 0);
}

.linecate-title{
    font-size: 14px;
    color: #000;
}

.linecate-item:hover .linecate-circle,
.linecate-item:hover .linecate-title
{
    border-color: #0d9f74;
    color: #0d9f74;
    fill: #0d9f74;
}

.category-inner{
    margin-top: 16px;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    position: relative;

    padding: 16px 20px 13px;

    border: 1px solid #eee;
    border-radius: 8px;
}
.category-inner:hover{
    opacity: .85;
}
.category-inner:hover .linerank-center-tl{
    text-decoration: underline;
}
.category-item-top{
    display: flex;
    align-items: center;
}
.category-item-desc{
    margin-left: 16px;
}

.category-item-bottom{
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    background-color: #0d9f74;
    border-radius: 6px;
    color: #fff;
    margin-top: 8px;
}
.bottom-show{
    display: block;
}
.icon-click
{
    width: 14px;
    height: 14px;
    fill: #fff;
}
.icon-menu{
    width: 16px;
    height: 16px;
    fill: #0d9f74;
}
.bottom-bar{
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 210;
    width: 100%;
    margin-top: 24px;
}
.bottom-bar-line{
    border-top: 2px solid #ccc;
}
.bottom-bar-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 64px;
    padding: 0 16px;
    background-color: #fff;
}
.bottom-bar-item{
    position: relative;
    width: 50%;
    height: 44px;
    background-color: #0d9f74;
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
}
.bottom-bar-item.more{
    background-color: #fff;
    color: #0d9f74;
    border: 1px solid #0d9f74;

}
.bottom-bar-item.right{
    margin-left: 16px;
}
.bottom-bar-item.more:hover,.bottom-bar-item.right:hover{
    cursor: pointer;
}
.bar-item-more{
    display: flex;
    justify-content: center;
    align-items: center;
}
.bar-item-more span{
    font-size: 14px;
    font-weight: 700;
    padding-left: 5px;
}

.bottom-more,.bottom-more-list{
    position: fixed;
    bottom: 80px;
    display: none;
    z-index: 1020;
    left: 0px;
    right: 0px;
  
    padding: 0px 40px 20px;
    background-color: #fff;
    border-radius: 12px;
    margin-bottom: 16px;
    margin: 0px 20px;
    -webkit-animation: move-top 0.6s;
            animation: move-top 0.6s;
}
.bottom-more-list{
    height: 460px;
    overflow: auto;
}
.bottom-more .menu-items,
.bottom-more-list .menu-items{
    padding-left: 14px;
}
.catecon-title{
    padding-left: 10px;
}
.bottom-more .icon-new,.bottom-more-list .icon-new{
    width: 20px;
    height: 30px;
}
.line-bg{
    fill:#01b902;
}
.icon-new.twitter-bg{
    width: 30px;
    height: 30px;
    position: relative;
    right: 4px;
}
.facebook-bg{
    fill: #3b5997;
}
.catecon-title {
    font-size: 14px;
    color: #000;
    font-weight: normal;
}
.twitter-title{
    padding-left: 0;
}

.menu-items {
    display: flex;
    align-items: center;
    margin-bottom: 9px;
    cursor: pointer;

    background-color: #eee;
    border-radius: 20px;
    padding: 2px 0;
}  
.pageright .game-temp-ad{
    display: none;
}
@-webkit-keyframes move-top {
    from {
      transform: translateY(10px);
    }
    to {
      transform: translateY(0px);
    }
}  
@keyframes move-top {
    from {
      transform: translateY(10px);
    }
    to {
      transform: translateY(0px);
    }
}  
.opacitymask{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 66px;
  
    z-index: 1010;
    transition: all ease 0.25s;
    background-color: rgba(0, 0, 0, 0.55);
    display: none;
}

.menu-share-info{
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 10px; 
}
.menu-share-img{
    width: 30px;
    height: 30px;
    border: 1px solid #eee;
    border-radius: 50%;
}

.menu-goods-category{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
}
.menu-goods-category .menu-share-list{
    width: 50%;
    padding-left: 10px;
}
.gotop{
    position: fixed;
    bottom: 70px;
    right: 16px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    line-height: 40px;
    box-shadow: 0 6px 6px rgb(0 0 0 / 15%);
    font-size: 20px;
    z-index: 100;
}
.linede-ads{
    margin-top: 20px;
}
.linede-con{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    position: relative;

    padding-bottom: 20px;

    border: 1px solid #eee;
    border-radius: 8px;

    margin-top: 20px;
    margin-bottom: 20px;
}
.linede-top{
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.linede-logo{
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 148px;
    border-radius: 8px;
    margin-bottom: 56px;
    /* background-color: #05ab82; */
    background:linear-gradient(#05ab82 20%,#f1f858 100%);
}
.linede-bgimg{
    width: 100%;
    height: 148px;
    border-radius: 8px 8px 0 0;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
}
.linede-logoimg{
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: -40px;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 50%;
}
.linede-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.linede-tl{
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 16px;
    font-weight: 700;
}
.icon-collect{
    width: 20px;
    height: 20px;
}
.linede-tl span{
    padding-left: 4px;
}
.linede-desc{
    font-size: 14px;
    color: #666;
    margin-top: 6px;
}
.linede-num,.linede-country{
    color: #7c8089;
    margin-top: 4px;
}
.icon-num{
    width: 12px;
    height: 12px;
}
.linede-bottom{
    width: 100%;
    padding: 20px 16px 0 16px;
}
.linede-btn{
    display: flex;
    flex-direction: column;
}
.linede-join{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #0d9f74;
    border: 1px solid #0d9f74;
    background-color: #fff;
    
    border-radius: 32px;
    /* border-radius: 8px; */
    
    cursor: pointer;
}
.icon-join{
    width: 22px;
    height: 22px;
    fill: #0d9f74;
}
.linede-join span{
    padding-left: 6px;
}
.linede-seal{
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    
    background-color: #0d9f74;
    border: 1px solid #0d9f74;
    color: #fff;
    
    border-radius: 32px;
    cursor: pointer;
}
.linede-tag{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.linede-tag-item{
    position: relative;
    font-size: 12px;
    padding: 6px 10px;
    border: 1px solid #333;
    border-radius: 8px;
    margin-left: 8px;
    min-width: 105px;
    text-align: center;
}
.linede-join:hover span,
.linede-seal:hover span,
.linede-tag-item:hover span{
    text-decoration: underline;
}
.linede-chara{
    margin: 20px 0;
    padding: 16px;
    border: 1px solid #eee;
    border-radius: 8px;
    line-height: 2;
}
.linede-chara h3{
    display: inline-block;
    position: relative;
}
.linede-chara h3::before{
    content: '';
    display: block;
    height: 8px;
    background-color: #ffdfea;
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    z-index: -1;
}
.control-show{
    display: none;
}
.opacitymask{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #0b0b0b;
    opacity: .8;
    z-index: 1000;
    /* transition: all ease 0.25s; */
}
.choose-wrap{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden auto;
    z-index: 1020;
}
.choose-container{
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 8px;
}
.choose-content{
    width: 330px;
    height: 350px;

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: left;
    z-index: 1022;

}
.choose-outer{
    background-color: #fff;
    width: 330px;
    /* height: 360px; */
    /* height: 100%; */
    /* margin: 0 auto; */
    border-radius: 8px;
    /* position: relative; */
    padding: 32px 26px;
    z-index: 1024;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.choose-body{
    font-size: 14px;
}
.choose-body p{
    text-align: center;
}

.choose-qrcode{
    width: 150px;
    height: auto;
    margin: 0 auto;
}
.choose-desc{
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.choose-close{
    width: 44px;
    height: 44px;
    /* line-height: 44px; */
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    color: #333;
    opacity: .65;
    font-style: normal;
    font-size: 20px;


    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1026;
    box-shadow: none;
}
.icon-close{
    width: 30px;
    height: 30px;
}
.sudoku-section-ad{
    display: none;
}
#game-iframe{
    width: 100%;
    height: 100%;
    border: none;
}
.sudoku-wrapper{
    margin-top: 16px;
}
/* .sudoku-wrapper{
    height: 518px;
    width: 100%;
    margin-top: 16px;
} */
.sudoku-action-ls{
    display: flex;
    margin-left: -8px;
    justify-content: center;
}
.sudoku-action-item{
    width: 20%;
    padding-left: 8px;
}
.sudoku-action{
    background-color: #0d9f74;
    display: block;
    color: #fff;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    padding-left: 6px;
    padding-right: 6px;
    font-weight: bold;
}

.sudoku-tips{
    position: absolute;
    left: 5px;
    right: 5px;
    height: 50px;
    background-color: #0d9f74;
    color: #fff;
    bottom: 5px;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
    display: none;

}
.sudoku-section{
    margin-top: 16px;
    margin-bottom: 16px;
}

.sudoku{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border: 2px solid #20473c;
    margin: 16px auto;
    position: relative;
}
.sudoku-cell{
    width: 11.11111%;
    padding-top: 10.7555%;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    position: relative;
}
.sudoku-cell:nth-child(9n){
    border-right-width: 0;
}

.sudoku-cell:nth-child(n+19),.sudoku-cell:nth-child(n+37){
    border-bottom: 2px solid #20473c;
}
.sudoku-cell:nth-child(n+28){
    border-bottom: 1px solid #dddddd;
}
.sudoku-cell:nth-child(n+46){
    border-bottom: 2px solid #20473c;
}
.sudoku-cell:nth-child(n+55){
    border-bottom: 1px solid #dddddd;
}
.sudoku-cell:nth-child(n+73){
    border-bottom-width: 0;
}
.sudoku-cell:nth-child(9n+3), .sudoku-cell:nth-child(9n+6){
    border-right: 2px solid #20473c;
}
.sudoku-txt{
    text-align: center;
    line-height: 56px;
    font-size: 24px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.sudoku-number{
    display: flex;
    justify-content: center;
    margin-left: -6px;
    margin-top: 16px;
    margin-bottom: 8px;
    max-width: 728px;
    /* margin: 16px auto 8px */
}
.sudoku-btn-content{
    width: 10%;
    padding-left: 6px;

    font-size: 18px;
    
}
.sudoku-btn{
    color: #0d9f74;
    line-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    cursor: pointer;
    font-size: 32px;
}
.sudoku-delete{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
}
.icon-sudoku{
    width: 36px;
    height: 36px;
    margin-right: 6px;
}
.sudoku-action-ls,.sudosu-select-ls{
    display: flex;
    margin-left: -8px;
    justify-content: center;
}
.sudosu-select-ls{
    /* margin-top: 8px; */
    flex-wrap: wrap;
}
.sudoku-select-item{
    width: 50%;
    padding-left: 8px;
    margin-top: 8px;
}
.sudoku-select-item:last-child{
    width: 100%;
}
.sudoku-action-item{
    width: 20%;
    padding-left: 8px;
}
.sudoku-action{
    background-color: #0d9f74;
    display: block;
    color: #fff;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    padding-left: 6px;
    padding-right: 6px;
    font-weight: bold;
}
.sudoku-user{
    color: #0d9f74;
    font-weight: bold;
}

.sudoku-modal{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: all ease .25s;
}
.sudoku-modal-content{
    width: 300px;
    height: 200px;
    background-color: #fff;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
}
.sudoku-modal-close{
    width: 60px;
    text-align: center;
    line-height: 36px;
    background-color: #0d9f74;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    margin-top: 16px;
    cursor: pointer;
}
.sudoku-modal-des{
    text-align: center;
}
.sudoku-img{
    width: 99%; 
    margin: 0 auto 8px;
    display: block;
    cursor: pointer;
}
.sudoku-start-content{
    margin-top: 16px;
    position: relative;
}
.sudoku-ad-close{
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.sudoku-ad-content{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(52, 58, 65, 0.6);
    backdrop-filter: blur(15px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: all ease .25s;
}
.sudoku-start-content .sudoku-btn{
    color: #aaa;
    cursor: default;
}
.sudoku-start-content .sudoku-action{
    background-color: #aaa;
    cursor: default;
}
.sudoku-active{
    background-color: #F7E987;
    color: #000;
}

.screenshot-p{
    font-size: 12px;
    line-height: 1.2;
    color: #333;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 16px;
}
.screenshot-h2{
    border-left: 6px solid #11ac7f;
    font-size: 16px;
    margin-bottom: 16px;
    padding-left: 6px;
}
/* .screenshot-item{
    width: 100%;
    background-color: #353535;
    padding: 20px;
    position: relative;
    text-align: center;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
}
.screenshot-item img{
    height: 400px;
} */
.screenshot-item{
    width: 100%;
    height: 440px;
    background-color: #353535;
    padding: 20px;
    position: relative;
    text-align: center;
    display: inline-flex;
    /* white-space: normal; */
    vertical-align: top;
    justify-content: center;
    align-items: center;
}
.screenshot-item img{
    max-height: 400px;
}
.cat-pic{
    margin-top: 16px;
    margin-bottom: 16px;
}
.cat-pic img {
    border-radius: 6px;
}
.cat-btn-item {
    border-radius: 32px;
}

.faq-ls{
    padding-top: 16px;
    border-top: 2px dashed #666;
    margin-top: 16px;
}
.faq-item{
    margin-bottom: 16px;
}
.faq-item-question{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 12px 16px;
    border:1px solid #eee;
    font-size: 14px;
    font-weight: 700;
}
.chara-left{
    flex: 1;
    display: flex;
    align-items: center;
}
.chara-q{
    font-size: 24px;
    line-height: 1;
    color: #da2020;
    margin-right: 8px;
    font-weight: 700;
}
.chara-a{
    font-size: 24px;
    line-height: 1;
    color: #000;
    margin-right: 8px;
    font-weight: 700;
}
.chara-right{
    position:relative;
    width: 20px;
    height: 20px;
    margin-left: 6px;
    cursor: pointer;
}
.chara-right::before,.chara-more::after{
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    background-color: #da2020;
}
.chara-right::before{
    width:14px;
    height:2px;
    margin-top:-1px;
    margin-left: -7px;
}
.chara-more::after{
    width:2px;
    height:14px;
    margin-top:-7px;
    margin-left: -1px;
}

.faq-item-answer{
    border: 1px solid #eee;
    border-top: none;
    padding: 20px 16px;
    transition: all ease .25s;
    display: none;
}
.faq-answer-info{
    display: flex;
    align-items: center;
}
.chara-answer{
    font-weight: 700;
}
.chara-answer a{
    text-decoration: underline;
    color: #0d9f74;
}
.faq-item-answer p{
    font-weight: 700;
}

/* chiikawa index */
.kawa-item {
    margin: 16px 0;
}
.kawa-con {
    position: relative;
    display: flex;
    align-items: center;

    border: 1px solid #eee;
    border-radius: 8px;
    padding: 12px;
}
.kawa-left {
    position: relative;
    flex: 0 0 100px;
    width: 100px;
    height: 100px;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 6px;
    overflow: hidden;
    margin-right: 16px;
}
.kawa-img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}
.icon-kawa-play {
    position: absolute;
    bottom: 4px;
    right: 4px;
    width: 20px;
    height: 20px;
    fill: #0d9f74;
}
.kawa-right {
    flex: 1;
}
.kawa-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}
.maylike .kawa-info {
    padding-bottom: 16px;
    border-bottom: 1px solid #e6e6e6;
}
.kawa-tl {
    font-size: 16px;
}
.kawa-con:hover .kawa-tl,
.kawa-right-con:hover .kawa-right-tl {
    color: #0d9f74;
}

.kawa-btn {
    display: none;
}
.icon-kawa-right {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    fill: #0d9f74;
}
.kawa-brow-ls {
    display: flex;
    flex-wrap: wrap;
    
    padding-top: 16px;
    margin-left: -8px;

    display: none;
}
.kawa-brow-item {
    width: 25%;
    padding-left: 8px;
    display: none;
}
.kawa-brow-item:nth-child(-n+4) {
    display: block;
}
.kawa-brow-con {
    border: 1px solid #eee;
    padding: 8px;
    border-radius: 8px;
}
.kawa-brow-pic {
    position: relative;
    padding-top: 100%;
    border-radius: 8px;
    overflow: hidden;
}
.public-piccon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.kawa-right-item {
    margin: 16px 0;
}
.kawa-right-con {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    background-color: #f8f8f8;
    padding: 12px 16px;
    border-radius: 8px;
}
.kawa-right-info {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
}
.kawa-right-pic{
    position: relative;
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    border-radius: 8px;
    overflow: hidden;
}
.kawa-right-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.kawa-right-tl {
    font-size: 16px;
}
.icon-kawa-arrow {
    width: 26px;
    height: 26px;
    fill: #0d9f74;
}

.maylike .kawa-brow-ls {
    display: flex;
}

/* chiikawa detail */
.kawa-detail {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 16px 0;
    gap: 16px;
}
.kawa-detail-left {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
}
.kawa-detail-pic {
    position: relative;
    flex: 0 0 100px;
    width: 100px;
    height: 100px;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 6px;
}
.kawa-detail-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.kawa-detail-tl { 
    font-size: 16px;
    margin-bottom: 4px;
}
.kawa-detail-btn {
    display: none;
}
.icon-kawa-download {
    width: 30px;
    height: 30px;
    fill: #0d9f74;
}
.kawa-tips {
    font-size: 12px;
    color: #999;
    margin: 16px 0;
    text-align: center;
}

.kawa-cate-ls {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
}
.kawa-cate-item {
    width: 50%;
    padding-left: 16px;
    margin-bottom: 16px;
}
.kawa-cate-ads {
    width: 100%;
    padding-left: 16px;
    margin-bottom: 16px;
}
.kawa-cate-con {
    position: relative;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 12px;
    cursor: pointer;
}
.kawa-cate-con:hover {
    border-color: #0d9f74;
}
.kawa-cate-pic {
    position: relative;
    padding-top: 100%;
    border-radius: 8px;
    overflow: hidden;
}
.kawa-cate-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.kawa-cate-item .icon-kawa-play {
    width: 24px;
    height: 24px;
    bottom: 6px;
    right: 6px;
}

.kawa-preview-tl {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
}
.kawa-preview-pic {
    width: 180px;
    height: 180px;
    padding: 12px;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 16px;
}
.kawa-preview-img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}
.kawa-preview-desc {
    font-weight: 700;
}
.kawa-preview-tips {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 10px;
}
.kawa-preview-btn {
    padding: 0 32px;
    line-height: 50px;
    font-weight: 700;
    border-radius: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    background-color: #0d9f74;
    color: #fff;
    cursor: pointer;
    transition: all 150ms linear 0s;
}
.kawa-preview-btn:hover {
    letter-spacing: 1px;
    opacity: .95;
}


.icon-preview-download {
    width: 24px;
    height: 24px;
    fill: #fff;
}
.icon-kawa-larrow {
    width: 20px;
    height: 20px;
    fill: #fff;
    margin-right: 8px;
}
.icon-kawa-rarrow {
    width: 20px;
    height: 20px;
    fill: #fff;
    margin-left: 8px;
}


/* postcard */
.card-pic {
    position: relative;
    padding-top: 40.1%;
    margin: 16px 0;
    
    overflow: hidden;
}
.card-piccon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-bg {
    position: relative;
    width: 100%;
    padding-top: 27.4%;
    margin: 16px 0;
    background: url(../images/postcard-background.jpg);

    overflow: hidden;
}
.card-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-wrap: nowrap;
}
.card-desc {
    margin: 16px 0;
}
.card-tl {
    font-size: 18px;
    padding: 12px;
    background-color: #f4cd8d42;

    margin: 16px 0;
}

.post-ls {
    display: flex;
    flex-wrap: wrap;
}
.post-item {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 16px;
    border-bottom: 1px solid #f0f0f0;
}
.post-con {
    position: relative;

    display: flex;
    justify-content: space-between;
    align-items: center;
}
.post-left {
    display: flex;
    align-items: center;
    flex: 1;
    margin-right: 20px;
}
.post-pic {
    position: relative;
    width: 90px;
    height: 90px;
    border: 1px solid #eee;
    margin-right: 16px;
    transition: all .25s;
}
.post-piccon {
    width: 100%;
    height: 100%;
}
.post-con:hover .post-pic {
    opacity: .8;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.12);
}
.post-con:hover .post-text {
    text-decoration: underline;
}
.post-info {
    flex: 1;
}
.post-cate {
    margin-top: 10px;
    margin-bottom: 4px;
}
.post-cate-tag {
    padding: 4px;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    background-color: #0d9f74;

    display: inline-block;
    max-width: 170px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.post-arrow {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #0d9f74;
}
.post-arrow::after {
    position: absolute;
    top: 10px;
    left: 9px;
    width: 7px;
    height: 7px;
    content: '';
    transform: rotate(45deg);
    border: 2px solid #fff;
    border-width: 2px 2px 0 0;
}
.post-ad {
    width: 100%;
    margin-bottom: 16px;
}

.card-link {
    position: relative;
    width: 100%;
    height: 50px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    border-radius: 6px;
    background-color: #11ac7f;
    cursor: pointer;
    margin-bottom: 16px;
    
    transition: all .3s;
}
.card-link i {
    position: relative;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    display: inline-block;
    animation: wave 1s infinite;
}
@keyframes wave {
    0% {
        opacity: .3;
    }
    50% {
        opacity: .6;
    }
    100% {
        opacity: 1;
    }
}
.card-link i:first-child {
    margin-left: 8px;
    animation-delay: 0.2s;
}
.card-link i:nth-child(2) {
    animation-delay: 0.4s;
}

.post-cate-ls {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
}
.post-cate-item {
    width: 50%;
    padding-left: 16px;
    margin-bottom: 16px;
}
.post-cate-con {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 14px 12px;

    border: 1px solid #f0f0f0;
    border-radius: 12px;
    transition: all .25s;
}
.post-cate-pic {
    position: relative;
    width: 44px;
    height: 44px;
    margin-bottom: 10px;
    background-color: transparent;
    overflow: hidden;
    transition: all .25s;
}
.post-cate-piccon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-cate-text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
.post-cate-text span {
    flex: 1;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 10px;
}
.icon-post-arrow {
    width: 20px;
    height: 20px;
    fill: #0d9f74;
}
.post-cate-con:hover {
    box-shadow: 0 0 12px 0 rgba(0,0,0,.12);
}
.post-cate-con:hover .post-cate-pic {
    transform: scale(1.1);
}
.post-use-ls {
    display: flex;
    flex-wrap: wrap;
}
.post-use-item {
    position: relative;
    width: 100%;
    margin-bottom: 16px;
}
.post-use-item:hover {
    opacity: .8;
}
.post-use-item:hover,
.card-cate-con:hover,
.post-list-item:hover {
    background: url(../images/stripe_bk.png);
}
.post-use-con {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}
.post-use-left {
    flex: 1;
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.post-use-pic {
    position: relative;
    width: 90px;
    height: 90px;
    background-color: #f8f8f8;
    margin-right: 16px;
}
.post-use-piccon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-use-info {
    flex: 1;
}
.post-use-tl {
    color: #5c5c5c;
    font-weight: 700;
    margin-bottom: 4px;
}
.post-use-desc {
    flex: 1;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
}
.post-use-arrow,
.card-cate-arrow {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #0d9f74;
}
.post-use-arrow::after,
.card-cate-arrow::after {
    position: absolute;
    top: 10px;
    left: 9px;
    width: 7px;
    height: 7px;
    content: '';
    transform: rotate(45deg);
    border: 2px solid #fff;
    border-width: 2px 2px 0 0;
}

.post-right-ls {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
}
.post-right-item {
    position: relative;
    width: 50%;
    padding-left: 16px;
    margin-top: 12px;
    display: flex;
    align-items: center;
}

.post-right-pic {
    width: 56px;
    height: 56px;
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
    overflow: hidden;
}
.post-right-piccon {
    padding: 12px;
    transition: all ease .25s;
}
.post-right-desc {
    flex: 1;
    font-size: 15px;
    line-height: 1.2;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}
.post-right-item:hover .post-right-pic {
    border-color: #93d0be;
}
.post-right-item:hover .post-right-piccon {
    transform: scale(1.15);
}
.post-right-item:hover .post-right-desc {
    color: #0d9f74;
}

/* postcard-list */
.post-list-ls {

}
.post-list-item {
    padding: 16px;
    border: 1px solid #f0f0f0;
    margin-bottom: 16px;
}
.post-list-ad {
    width: 100%;
    margin-bottom: 16px;
}
.post-list-con {
    position: relative;
}
.post-list-info {
    flex: 1;
}
.post-list-img {
    width: auto;
    height: auto;
    margin-bottom: 16px;

    display: flex;
    justify-content: center;
    align-items: center;
}
.post-list-pic {
    text-align: center;
    border: 1px solid #EFEFEF;
    border-radius: 6px;
    position: relative;
    width: 50%;
    padding-top: 50%;
    overflow: hidden;
}
.post-list-piccon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-list-desc {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.post-list-tl {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.post-list-text {
    text-align: center;
}
.post-list-btn {
    margin-top: 12px;
}

/* postcard-category */
.card-cate-ls {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -16px;
}
.card-cate-item {
    width: 100%;

    margin-bottom: 16px;
}
.card-cate-con {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding-bottom: 16px;
    border-bottom: 1px solid #f0f0f0;
}
.card-cate-left {
    flex: 1;
    margin-right: 20px;

    display: flex;
    align-items: center;
}
.card-cate-pic {
    position: relative;
    width: 80px;
    height: 80px;
    border: 2px solid #ededed;
}
.card-cate-piccon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-cate-info {
    flex: 1;
    margin-left: 16px;
}
.card-cate-tl {
    font-weight: 700;
    margin-bottom: 4px;
}
.card-cate-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* postcard-detail */
.card-detail-img {
    width: auto;
    height: auto;
    background-image: url(../images/full-bg.jpg);
    padding: 16px;
    margin-top: 16px;
    margin-bottom: 16px;

    display: flex;
    justify-content: center;
    align-items: center;
}
.card-detail-pic {
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-detail-piccon {
    width: 80%;
}

.card-detail-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 16px;
}
.detail-download {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 4px;
    margin-bottom: 16px;
    
    position: relative;
    border-radius: 6px;
    background-color: #0d9f74;
    border: 1px solid #0d9f74;
    font-weight: 700;
    color: #fff;
}
.detail-print {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding: 0 4px;

    border: 1px solid #0d9f74;
    color: #0d9f74;
    font-weight: 700;
    border-radius: 6px;
    cursor: pointer;
}
.detail-download:hover,.detail-print:hover {
    text-decoration: underline;
}
.card-detail-btn span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}
.icon-notice {
    width: 20px;
    height: 20px;
    fill: #0d9f74;
    margin-right: 8px;
}
.mt-16 {
    margin-top: 16px;
}

.new-topic {

}
.new-topic p {
    margin: 16px 0;
}
.new-topic img {
    display: block;
    margin: 16px 0;
    /* max-height: 800px; */
}
.new-topic p+img,
.new-topic p+h3,
.new-topic p+h4,
.new-topic img+p,
.new-topic h3+img,
.new-topic h4+p,
.new-topic h4+img,
.new-topic h4+p {
    margin-top: 0;
}
.new-topic h3{
    position: relative;
    background: #27b98e24;
    font-size: 18px;
    padding: 10px 30px 10px 30px;
    margin: 24px auto 16px;
}

.new-topic h3::before{
    content: "";
    position: absolute;
    top: 14px;
    bottom: 14px;
    left: 14px;
    width: 5px;
    border-radius: 2px;
    background-color: #0d9f74;
}
.new-topic > a {
    position: relative;
    font-size: 14px;
    line-height: 1.2;

    display: flex;
    align-items: center;
    justify-content: center;

    height: 50px;
    margin: 16px 0;
    

    color: #fff;
    border-radius: 6px;
    background-color: #11ac7f;
    font-weight: 700;
}
.new-topic .screen-item img {
    margin: 0;
}
.new-topic a:hover {
    letter-spacing: 1px;
    transition: all 150ms linear 0s;
}
.new-topic .app-screen {
    margin-bottom: 16px;
}
.new-topic .review-curapp {
    margin: 0;
    padding: 0;
}
.new-topic .common-applogo {
    margin: 0;
}
.new-topic h4 {
    position: relative;
    background-color: #27b98e24;
    padding: 2px 5px 2px 44px;
    font-size: 16px;
    color: #333;
    border-radius: 15px 10px 10px 15px;
    border-bottom: 3px solid #50a8f6;
    margin: 16px 0;
}
  
.new-topic h4::before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 50%;
    left: -6px;
    border: 3px solid #fff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: url(../images/app.svg) no-repeat center center;
    background-size: 60% 50%;
    background-color: #11ac7f;
    transform: translateY(-50%);
}
.new-topic li {
    position: relative;
    color: #333;
    padding: 0 0 6px 28px;
}
  
.new-topic li::before {
    background: url(../images/list-ico.png) 0 0 no-repeat;
    background-size: 11px 20px;
    content: "";
    height: 8px;
    left: 8px;
    position: absolute;
    top: 7px;
    width: 11px;
}
.new-topic table {
    border-collapse: collapse;
    width: 100%;
    table-layout: auto;
    margin-bottom: 20px;
}

.new-topic tr:first-child,
.new-topic td:first-child {
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    padding: 9px 10px;
}
.new-topic td:first-child {
    min-width: 80px;
}

.new-topic td {
    border: 1px solid #ddd;
    padding: 9px 10px;
}

#toggleButton {
    font-size: 14px;
    color: #72777c;
    text-decoration: underline;
    text-align: left;
    cursor: pointer;
    padding: 0;
    margin-bottom: 16px;
}
.show-more {
    display: block;
}
.show-less {
    display: none;
}
.download-entry {
    max-height: 50vh;
    position: relative;
    overflow: hidden;
    transition: max-height 0.25s ease;
    margin-bottom: 16px;
}
.collapsed {
    max-height: 50vh;
    transition: max-height 0.25s ease;
    position: relative;
    overflow: hidden;
}
.collapsed::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(transparent, #fff);
}
.expanded {
    max-height: 100%;
    transition: max-height 0.25s ease;
    margin-bottom: 0;
}

.stamp-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 16px 0;
}
.stamp-top-pic {
    position: relative;
    flex: 0 0 100px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
}
.stamp-top-piccon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.stamp-top-info {
    flex: 1;
}
.stamp-top-tl {
    font-size: 20px;
    line-height: 1.4;
}
.stamp-top-desp {
    display: none;
    font-size: 12px;
    color: #666;
    margin-top: 4px;
}
.section-tl.mt-16 {
    margin-top: 16px;
    border-left: 4px solid #0d9f74;
    padding-left: 12px;
}
.stamp-new-ls {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 16px;
}
.stamp-new-item {
    position: relative;
    width: 100%;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
}
.stamp-new-ad { 
    width: 100%;
}
.stamp-new-icon {
    position: absolute;
    left: 8px;
    top: 6px;
    width: 24px;
}
.stamp-new-con {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
}
.stamp-new-img {
    flex: 0 0 88px;
    width: 88px;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
}
.stamp-new-info {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}
.stamp-new-info-wp {
    flex: 1;
}
.stamp-new-tl {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: color 150ms linear 0s;
}
.stamp-new-txt {
    font-size: 14px;
    color: #666;
    margin: 4px 0 0;
}
.stamp-new-strong {
    font-size: 16px;
    font-weight: 700;
    color: #53c9a6;
}
.stamp-new-desp {
    display: none;
}
.stamp-new-mb {
    position: relative;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #0d9f74;
}
.stamp-new-mb::after {
    position: absolute;
    top: 10px;
    left: 9px;
    width: 7px;
    height: 7px;
    content: "";
    transform: rotate(45deg);
    border: 2px solid #fff;
    border-width: 2px 2px 0 0;
}
.stamp-new-btn {
    display: none;
}
.stamp-new-item:hover .stamp-new-tl {
    color: #0d9f74;
}

@media screen and (min-width:360px){
    .review-curapp-cate{
        width: 120px;
    }
}
@media screen and (min-width:768px)
{
    .game-trend-item{
        width: 11.1111%;
    }
    .foot-con{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .foot-link:not(:last-child)::after
    {
        padding: 0 10px;
    
        content: '|';
    
        color: #666;
    }
    .sudoku-wrapper{
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .topmenu-box,.search-icon-wp{
        display: none;
    }
    .header .logo{
        margin-left: 0;
    }
    .search
    {
        position: relative;
        top: 0;
        right: 0;

        width: 300px;
    }
    .header .wrapper
    {
        position: relative;

        display: flex;
        align-items: center;
        justify-content: space-between;

        height: 100%;
    }
    .homepage .trend-item
    {
        width: 16.6666%;
        margin-bottom: 0;
    }
    .categorypage .trend-item
    {
        width: 20%;
    }
    
    .swiper-wrapper,.ja-swiper.swiper-wrapper
    {
        flex-wrap: wrap;

        width: 100%;
        gap: 0;

    }
    .ja-swiper .swiper-cate {
        display: block;
        width: 50%;
        margin-top: 16px;
    }
    .ver-ls
    {
        width: 100%;
    }

    .swiper-slide-info
    {
        font-size: 18px;

    }
    .swiper-slide-title
    {
        font-size: 20px;
    }

    .trend-ranking {
        display: block;
    }
    .common-appcate {
        display: block;
    }
    .trend-appname a {
        -webkit-line-clamp: 2;
    }

    .searchpage .common-title
    {
        padding-left: 0;
    }
    .error-con
    {
        margin-top: 64px;
        margin-bottom: 64px;
    }
    .editcon-box-item
    {
        flex: inherit;

        min-width: 60px;
        max-width: 140px;
    }
    .editcon-item-info
    {
        padding: 0;
    }
    .editcon-box-item:nth-child(1)
    {
        padding-right: 24px;
    }
    .editcon-box-item:nth-child(2)
    {
        padding: 0 24px;
    }
    .editcon-box-item:nth-child(3)
    {
        padding-left: 24px;
    }
    .app-top-info{
        margin-bottom: 0;
    }
    .subject-n-wrapper
    {
        display: flex;
        align-items: center;
    }
    .subject-n-info
    {
        flex: 0 0 360px;

        width: 360px;
        margin-right: 16px;
    }
    .free-stamp-item .stamp-con
    {
        flex-direction: row;
    }
    .stamp-img-free
    {
        flex: 0 0 80px;

        width: 80px;
        height: 100%;
    }
    .stamp-item
    {
        padding-bottom: 16px;

        border: 1px solid #eee;
    }
    .stamp-ls,
    .subject-n-wrapper
    {
        margin-right: 0;
        margin-left: 0;
    }
    .stamp-ad,
    .subject-n-wrapper
    {
        padding-right: 0;
        padding-left: 0;
    }
    .curlang
    {
        line-height: 50px;
    }
    .linemb
    {
        display: none;
    }
    .common-title-more
    {
        margin-right: -16px;
    }

    .common-title
    {
        margin-right: 0;
        margin-left: 0;
        padding-top: 5px;
        padding-bottom: 5px;

        background: 0 0;
    }
    .wrapper
    {
        max-width: 728px;
        margin: 0 auto;
        padding-right: 0;
        padding-left: 0;
    }
    .rank-desktop,
    .mbnone
    {
        display: block;
    }
    .content-top
    {
        height: 440px;
        padding-top: 64px;
        padding-bottom: 35px;

        background-image: url(../images/home_bg.png);
    }
    .black5-tl,
    .black5-tl-top
    {
        font-size: 60px;
    }

    .black5-year
    {
        font-size: 24px;
        font-weight: 700;
    }
    
    .app-directory-tl{
        padding-top: 20px;
        padding-bottom: 6px;
    }
    .pop-trend
    {
        margin-right: -16px;
    }

    .pop-trend
    {
        display: flex;
        flex-wrap: wrap;
    }
    .pop-item
    {
        flex: 0 0 50%;

        width: 50%;
    }
    .pop-item
    {
        padding-right: 16px;
    }
    .trend-ls
    {
        margin-right: 0;
    }
    .rank-mobile
    {
        display: none;
    }

    .ver-item {
        width: 33.3333%;
    }
    .ver-item:nth-child(n+5) {
        display: block;
    }
    .homepage .ver-item
    {
        flex: 0 0 33.3333%;

        width: 33.3333%;
    }
    .pageleft .ver-item
    {
        flex: 0 0 50%;

        width: 50%;
    }

    .line-detail-info-txt
    {
        display: block;
    }
    .editorbox-rt
    {
        padding-left: 16px;
    }
    .rank-top
    {
        overflow: hidden;

        height: 150px;
        margin: 24px 0;

            border-radius: 3px;

        -ms-border-radius: 3px;
         -o-border-radius: 3px;
    }

    .rank-top-info,
    .rank-top-tl
    {
        font-size: 26px;
    }
    .rank-time
    {
        margin-top: 22px;
    }
    .rank-btn-wrapper
    {
        display: flex;
        align-items: center;
        -ms-flex-align: center;
        justify-content: flex-end;

        margin-top: 16px;
    }
    .rank-download
    {
        font-size: 12px;
        line-height: 30px;

        display: inline-block;

        height: 30px;
        padding: 0 10px;

        color: #0d9f74;
        border: 1px solid #0d9f74;
            border-radius: 3px;

        -ms-border-radius: 3px;
         -o-border-radius: 3px;
    }
    .rank-download
    {
        color: #fff;
        background-color: #0d9f74;
    }
    .rank-download
    {
        font-size: 14px;

        display: block;

        margin-left: 16px;
        padding: 0 20px;
    }
    .current-cate-logo
    {
        display: block;
    }
    .current-cate-info
    {
        padding-left: 16px;

        text-align: left;
    }
    .rank-total
    {
        font-weight: 700;

        padding: 0;

        text-align: left;

        background: 0 0;
    }
    .current-cate-tl-txt
    {
        font-size: 18px;

        display: inline;

        color: #333;
    }
    .edt-list
    {
        display: flex;
        flex-wrap: wrap;

        margin-left: -40px;
    }
    .edt-list-item
    {
        width: 50%;
        margin-bottom: 40px;
        padding-left: 40px;
    }
    .ver-ls .edt-list-item
    {
        margin-bottom: 0;
        padding-right: 16px;
        padding-left: 0;
    }
    .editcon-box-btn
    {
        width: auto;
        margin-top: 0;
    }
    .editcon-box-download,
    .editcon-box-review
    {
        flex: 0 0 120px;

        width: 120px;;
    }
    .total-ls
    {
        width: 728px;
        margin-top: 46px;
    }
    .icon-total
    {
        width: 30px;
        height: 30px;
        margin-right: 16px;
    }
    .total-item
    {
        font-size: 12px;

        flex: 1;

        padding-left: 16px;

        text-align: center;
    }
    .total-item-tl
    {
        font-size: 26px;
        line-height: 88px;

        display: flex;
        align-items: center;
        -ms-flex-align: center;
        justify-content: center;

        color: #fff;
            border-radius: 3px;
        background-color: rgba(0, 0, 0, .2);

        -ms-border-radius: 3px;
         -o-border-radius: 3px;
    }
    .content-top-info
    {
        font-size: 14px;
    }
    .total-sub
    {
        transform: scale(1);
    }
    .edt-list-item
    {
        width: 33.3333%;
    }
    .pageleft .edt-list,
    .pageright .edt-list
    {
        margin-left: -16px;
    }
    .pageleft .edt-list-item,
    .pageright .edt-list-item
    {
        margin-bottom: 0;
        padding-left: 16px;
    }
    .sudokupage .pageright{
        margin-top: 0;
    }
    .appdetail-btn ~ img
    {
        margin-bottom: 20px;
    }
    .linestamp-ls
    {
        display: flex;
        flex-wrap: wrap;

        margin-left: -16px;
    }
    .linestamp-ls
    {
        margin-top: 0;
        margin-bottom: 0;
    }
    .linestamp-item
    {
        width: 50%;
        padding-left: 16px;
    }

    .linestamp-con
    {
        margin-bottom: 16px;
        padding: 0 10px;

        border: 1px solid #eee;
        border-radius: 5px;
    }

    .line-detail-pic
    {
        width: 180px;
        height: 180px;
    }
    .line-detail-pic.cat-detail-pic{
        width: 120px;
        height: 120px;
    }
    .line-detail-pic.cat-detail-pic img{
        width: 120px;
        height: 120px;
        object-fit: cover;
    }
    .line-detail-ls
    {
        margin-right: -16px;
        margin-left: -16px;

        border-top-width: 0;
        background-color: #fff;
    }
    .line-detail-item
    {
        padding-left: 24px;
        padding-right: 24px;
        cursor: pointer;
    }
    .line-detail-info-text
    {
        display: block;
    }
    .platinfo
    {
        display: none;
    }

    .linehome-item
    {
        width: 25%;
    }
    .line-detail-info-tl
    {
        font-size: 24px;
    }
    .linepc
    {
        display: flex;

        margin-top: 12px;
    }
    .linemb-item
    {
        flex: 1;
    }
    .line-detail .custom-audio
    {
        width: 50px;
        height: 50px;
    }
    .line-detail .icon-audio
    {
        width: 30px;
        height: 30px;
    }
    .linehomepage .stamp-ls
    {
        display: flex;
        flex-wrap: wrap;

        margin-left: -16px;
    }
    .linehomepage .stamp-line-item
    {
        width: 50%;
        padding-left: 16px;
    }
    .linehomepage .stamp-item-con::before
    {
        display: none;
    }
    .linehomepage .stamp-tl
    {
        padding-right: 0;
    }

    .reviewcon h3.stamp-tl
    {
        padding-left: 0;
    }

    .stamp-img
    {
        flex: 0 0 140px;

        width: 140px;
        height: 100%;
    }
    .stamp-img.cat-img{
        flex: 0 0 140px;

        width: 140px;
        height: 140px;
        object-fit: cover;
    }
    .new-box
    {
        display: flex;

        margin-left: -16px;
    }

    .aster-item
    {
        flex: 0 0 33.3333%;

        width: 33.33333%;
    }

    .editcon-down
    {
        font-size: 12px;

        width: auto;
        padding: 0 8px;

        color: #fff;
        border-radius: 15px;
    }
    .icon-down
    {
        margin-right: 4px;
    }

    .editcon-down
    {
        line-height: 36px;

        height: 36px;
        padding-right: 16px;
        padding-left: 16px;

        border-radius: 18px;
    }
    .editcon-box-link
    {
        width: 160px;
        margin-bottom: 0;
    }

    .download-recon
    {
        display: flex;

        margin-right: -8px;
    }
    .download-recon .appdetail-btn
    {
        margin-right: 8px;
    }
    .line-tl{
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        max-width: 728px;
        margin-bottom: 16px;
        font-size: 32px;
        line-height: 1.2;
    }
    .catcontent{
        width: 80%;
        padding: 60px 80px;
        max-width: 600px;
    }

    .section-ls
    {
        display: flex;
        flex-wrap: wrap;

        margin-left: -20px;
    }
    
    .section-item
    {
        flex: 0 0 50%;

        width: 50%;
        padding-left: 20px;
    }
    .category-inner{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .category-item-bottom{
        width: 20%;
        line-height: 40px;
    }
    .linerank-item{
        min-height: 105px;
    }
    .section-ads
    {
        flex: 0 0 100%;

        width: 100%;
        padding-left: 20px;
    }
    .bottom-show{
        display: none;
    }
    .linede-btn{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .linede-seal{
        margin-top: 0;
        margin-left: 12px;
    }
    .choose-content{
        width: 580px;
        height: 320px;
    }
    .choose-outer{
        width: 580px;
        height: 340px;
    }
    .choose-qrcode{
        width: 200px;
        height: auto;
        margin: 0 auto;
    }
    .choose-desc{
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
    }
    .icon-sudoku{
        width: 24px;
        height: 24px;
        margin-right: 8px;
    }
    .sudoku-section{
        display: flex;
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .sudoku-section-ad{
        width: 120px;
        display: block;
    }
    .sudoku-wrapper{
        flex: 1;
        padding-left: 16px;
        padding-right: 16px;
        /* display: flex;
        flex-direction: column;
        justify-content: space-between; */
    }
    
    .sudoku-select-item,.sudoku-select-item:last-child{
        width: 20%;
    }
    .review-trend-ls .trend-item{
        width: 16.6666%;
        padding-left: 16px;
    }
    .cat-cate .linestamp-cate-item,
    .hot-stamp-cate .linestamp-cate-item{
        width: 25%;
    }
    .cat-detail-btn{
        display: flex;
        margin-left: -16px;
    }
    .cat-btn-item {
        width: 50%;
        font-size: 16px;
        margin-left: 16px;
    }

    /* chiikawa index */
    .kawa-con {
        padding: 16px;
    }
    .kawa-left {
        flex: 0 0 160px;
        width: 160px;
        height: 160px;
        padding: 12px;
    }
    .icon-kawa-play {
        bottom: 10px;
        right: 10px;
        width: 26px;
        height: 26px;
    }
    .kawa-info {
        padding-bottom: 16px;
        border-bottom: 1px solid #e6e6e6;
    }
    .kawa-tl {
        font-size: 18px;
    }
    .icon-kawa-right {
        display: none;
    }
    .kawa-btn {
        display: block;
        width: 100px;
        padding: 8px;
        text-align: center;
    
        background-color: #0d9f74;
        color: #fff;
        font-weight: 700;
        border-radius: 6px;
        transition: all 150ms linear 0s;
    }
    .kawa-con:hover .kawa-btn,
    .kawa-detail:hover .kawa-detail-btn {
        letter-spacing: 1px;
        opacity: .95;
    }
    .kawa-brow-ls {
        display: flex;
    }
    .kawa-brow-item {
        display: block;
        width: 16.6667%;
    }
    .maylike .kawa-brow-item {
        width: 14.2857%;
    }


    /* chiikawa detail */
    .kawa-detail-left {
        gap: 16px;
    }
    .kawa-detail-pic {
        flex: 0 0 140px;
        width: 140px;
        height: 140px;
        padding: 12px;
    }
    .kawa-detail-tl {
        font-size: 24px;
    }
    .kawa-detail-btn {
        display: block;
        width: 112px;
        padding: 8px;
        font-size: 16px;
    
        text-align: center;
    
        background-color: #0d9f74;
        color: #fff;
        font-weight: 700;
        border-radius: 32px;
        cursor: pointer;
        transition: all 150ms linear 0s;
    }
    .icon-kawa-download { 
        display: none;
    }
    .kawa-tips {
        font-size: 14px;
    }
    .kawa-cate-item {
        width: 25%;
    }

    .kawa-preview-pic {
        width: 240px;
        height: 240px;
        padding: 16px;
    }
    .kawa-preview-btn {
        padding: 0 64px;
    }
    

    /* postcard */
    .post-ls {
        margin-left: -16px;
    }
    .post-item {
        width: 25%;
        padding-bottom: 0;
        border-bottom: none;
        padding-left: 16px;
    }
    .post-ad {
        padding-left: 16px;
    }
    .post-left {
        flex-direction: column;
        margin-right: 0;
    }
    .post-arrow {
        display: none;
    }
    .post-pic {
        position: relative;
        padding-top: 100%;
        width: 100%;
        height: 100%;
        margin-right: 0;
    }
    .post-piccon {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .post-cate {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 4px;
    }
    .post-cate-tl {
        margin: 6px 0;
    }
    .post-cate-tag {
        padding: 2px 6px;
    }

    .post-cate-item {
        width: 25%;
    }
    .post-use-ls {
        margin-left: -16px;
    }
    .post-use-item {
        width: 50%;
        padding-left: 16px;
    }
    .post-use-arrow {
        display: none;
    }

    .post-list-con {
        display: flex;
    }
    .post-list-desc {
        margin-bottom: 12px;
    }
    .post-list-img {
        width: 20%;
        margin-right: 20px;
        padding: 0;
        margin-bottom: 0;
    }
    .post-list-pic {
        width: 100%;
        padding-top: 100%;
    }
    .post-list-info {
        display: flex;
        flex-direction: column;
        justify-content: end;
    }
    .post-list-desc {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .post-list-text {
        text-align: left;
    }
    .post-list-btn {
        margin-top: 2px;
    }

    /* postcard-category */
    .card-desc {
        font-size: 15px;
    }
    .card-cate-pic {
        width: 20%;
        padding-top: 20%;
        /* height: 90px; */
    }
    .card-cate-tl {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .card-cate-text {
        font-size: 15px;
        margin-top: 4px;
    }

    /* postcard-detail */
    /* .card-detail-pic {
        width: 40%;
        padding-top: 59%;
    } */
    .card-detail-btn {
        flex-wrap: nowrap;
    }
    .detail-download {
        width: 50%;
        margin-bottom: 0;
    }
    .detail-print { 
        width: 50%;
        margin-left: 16px;
    }

    .card-text {
        font-size: 26px;
    }
    .mation-item-name {
        flex: 0 0 240px;
    }

    
    .stamp-top-pic {
        flex: 0 0 120px;
        width: 120px;
        height: 120px;
    }
    .stamp-top-tl {
        font-size: 20px;
    }
    .stamp-top-desp {
        display: block;
        font-size: 14px;
        color: #666;
        margin-top: 6px;
    }
    .stamp-new-con {
        gap: 24px;
    }
    .stamp-new-img {
        flex: 0 0 140px;
        width: 140px;
    }
    .stamp-new-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
    .stamp-new-tl {
        font-size: 16px;
    }
    .stamp-new-txt {
        color: #333;
    }
    .stamp-new-desp {
        display: block;
        font-size: 12px;
        color: #666;
        margin-top: 6px;
    }
    .stamp-new-mb {
        display: none;
    }
    .stamp-new-btn {
        align-self: flex-end;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 10px 28px;
        font-size: 14px;
        color: #fff;
        background: #0d9f74;
        border-radius: 999px;
        flex-shrink: 0;
    }
    .stamp-new-btn::after {
        width: 6px;
        height: 6px;
        content: "";
        transform: rotate(45deg);
        border: 2px solid #fff;
        border-width: 2px 2px 0 0;
    }
    .stamp-new-item:hover .stamp-new-btn {
        opacity: .85;
        transition: opacity 150ms linear 0s;
    }
    .stamp-new-item:hover {
        box-shadow: 0 4px 6px rgba(83,201,166,.35);
        transition: box-shadow 150ms linear 0s;
    }
}
@media screen and (min-width:1200px)
{
    .pageright .game-trend{
        justify-content: flex-start;
    }
    .pageright .game-trend-item{
        width: 50%;
    }
    .mb-hidden{
        display: block;
    }
    .sarrow{
        display: inline;
    }
    
    .logo{
        width: 143px;
        height: 32px;
        background-size: 143px 32px;
    }
    .homepage .trend-item
    {
        width: 12.5%;
    }
    .trend-top-ls .trend-item:nth-child(n+9) {
        display: none;
    }
    .trend-order {
        display: block;
    }
    .common-scroll
    {
        margin-left: -24px;
    }
    .swiper-wrapper,.ver-ls{
        padding-left: 0;
    }
    .ver-item
    {
        padding-left: 24px;
    }
    .review-curapp-mb
    {
        display: none;
    }
    .review-curapp .common-applogo
    {
        width: 96px;
        height: 96px;
    }
    .review-curapp-pc
    {
        display: flex;
        overflow: hidden;

        margin-top: 10px;
    }
    .review-curapp-pcitem
    {
        position: relative;

        display: flex;
        overflow: hidden;
        align-items: center;
        flex-direction: column;

        min-width: 60px;
        max-width: 180px;
        margin-left: -1px;
        padding: 0 24px;
    }
    .review-curapp-pcitem:nth-child(1)
    {
        padding-left: 0;
    }
    .review-curapp-pcitem::before
    {
        position: absolute;
        top: 4px;
        left: 0;

        width: 1px;
        height: 30px;

        content: '';

        background-color: rgba(37, 44, 77, .1);
    }
    .review-curapp-pcname
    {
        font-size: 12px;

        color: #7f7f7f;
    }
    .review-curapp-pcvalue
    {
        overflow: hidden;

        width: 100%;

        white-space: nowrap;
        text-overflow: ellipsis;
    }
    a.review-curapp-pcvalue
    {
        color: #11ac7f;
    }
    .swiper-wrapper
    {
        margin-top: 32px;
    }
    .swiper-slide,
    .trend-item
    {
        padding-left: 24px;
    }
    .swiper-slide-info
    {
        width: 230px;
        padding-left: 30px;
    }
    .free-line-img
    {
        background-image: url(../images/holiday/free-line-stamp-desktop-newyear.png);
    }
    .ja-swiper .swiper-cate
    {
        margin-top: 0;
    }
    .ja-swiper .swiper-slide:nth-child(1)
    {
        width: 100%;
        margin-bottom: 24px;
        height: 220px;
    }
    .christmas .trend-item:nth-child(1)
    {
        width: 25%;
    }
    .christmas .trend-item:nth-child(1) img{
        /* max-width: 68%; */
        max-width: 60%;
        display: block;
        margin: 0 auto 0;
    }
    .appinfo-item
    {
        width: 33.3333%;
    }
    .header-info
    {
        display: flex;
        align-items: center;
    }

    .sales-ls
    {
        display: flex;
        flex-wrap: wrap;

        margin-right: -14px;
    }

    .sales-ls .hot-item
    {
        width: 33.3333%;
        padding-right: 14px;
    }
    .sales-ls .sale-ad-shadow
    {
        width: 100%;
        padding-right: 14px;
    }
    .pageright .section-tl{
        margin-top: 16px;
    }
    .right-ads {
        margin-top: 24px;
    }
    .chiikawa-right {
        margin-top: 16px;
    }

    .breadcrumb
    {
        line-height: 1.2;

        display: flex;
        overflow: hidden;

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

        white-space: nowrap;

        color: #bbb;
    }
    .breadcrumb span
    {
        font-size: 12px;

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

        color: #666;
    }
    
    .wrapper
    {
        max-width: 1100px;
    }
    .header
    {
        height: 64px;

        text-align: left;
    }
    
    .total-ls
    {
        width: 995px;
    }

    .total-item-tl
    {
        font-size: 26px;
    }
    .pagecontent
    {
        display: flex;
    }
    .categorypage .pagecontent
    {
        flex-direction: row-reverse;
    }
    .pageleft
    {
        flex: 0 0 728px;

        width: 728px;
        padding-bottom: 16px;
    }
    .pageright
    {
        flex: 1;

        padding-left: 72px;
    }
    .categorypage .pageright
    {
        padding-right: 72px;
        padding-left: 0;
    }
    .trend-ls
    {
        overflow: hidden;
        
        margin-left: -24px;
        padding-right: 0;
        padding-left: 0;
    }
    .homepage .pop-item
    {
        flex: 0 0 33.3333%;

        width: 33.3333%;
    }

    .pop-trend
    {
        margin-right: -16px;
    }

 
    .pageright .ver-item
    {
        display: flex;
        align-items: center;

        width: 100%;
        padding-right: 0;
    }
    
    .map-item
    {
        flex: 0 0 33.3333%;

        width: 33.3333%;
    }
    .cate-block-con:hover a
    {
        color: #4ad295;
    }
    .trend-item:hover .trend-appname,
    .rank-download:hover,
    .breadcrumb a:hover,
    .common-title-more:hover,
    .curapp-rt-category:hover,
    .ver-item-con:hover .ver-appname,
    .pop-con:hover .pop-item-info
    {
        text-decoration: underline;
    }
    .n-error-ok:hover .icon-touch
    {
        transform: translateX(-10px);
    }
    .n-error-ok:hover,
    .foot-link:hover
    {
        color: #3dc98a;
    }
    .cate-wrapper
    {
        margin-top: 24px;

        border: 1px solid #eee;
            border-radius: 3px;

        -ms-border-radius: 3px;
         -o-border-radius: 3px;
    }

    .categorypage .pageright
    {
        display: block;
    }
    .cateselect-wrapper
    {
        display: none;
    }
    .pageright .cate-ls
    {
        position: static;

        display: block;

        height: auto;
        padding: 10px 20px;

        box-shadow: none;
    }
    .pageright .cate-tl
    {
        margin-bottom: 0;
        padding: 0 20px;

        border-bottom: 1px solid #eee;
        background-color: #f5f5f5;
    }
    .cate-item
    {
        line-height: 30px;

        width: 100%;
    }
    .cate-item:hover
    {
        font-weight: 700;

        cursor: pointer;
    }

    .pageright .edt-list-item
    {
        width: 100%;
    }
    .linestamp-con:hover
    {
        box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    }
    .linestamp-tl-more:hover,
    .linehomepage a.stamp-info-txt:hover
    {
        text-decoration: underline;
    }
    .linehome-con:hover .linehome-info-tl a,
    .line-rt-item:hover .linestamp-cate-link,
    .linestamp-cate-con:hover .linestamp-cate-link
    {
        color: #18c499;
    }
    .linehome-con:hover
    {
        box-shadow: 0 0 12px rgba(52, 183, 146, .25);
    }
    .stamp-info-link:hover
    {
        opacity: .85;
    }
    .line-detail-item
    {
        width: 25%;
    }
    .line-border
    {
        padding-top: 24px;

        border-left: 1px solid #eee;
    }
    .line-border .linestamp-tl
    {
        margin-top: 0;
        padding-left: 16px;
    }
    .edt-list-item-link:hover .edt-list-item-link-img
    {
        transform: scale(1.1);

        opacity: .85;
    }

    .version-item-name:hover a
    {
        text-decoration: underline;

    }
    .dental-hd-link{
        display: flex;
        align-items: center;
        margin-right: 48px;
        color: #333;
        font-weight: 700;
    }
    .icon-dental{
        width: 17px;
        height: 20px;
        fill: #23b19f;
        margin-right: 10px;
    }

    .prix-hd-link {
        display: flex;
        align-items: center;
        margin-right: 32px;
        font-weight: 700;
      }

    .icon-prix {
        width: 30px;
        height: 35px;
        fill: #23b19f;
        margin-right: 10px;
    }
    .leftbtn, .rightbtn{
        width: 56px;
        height: 56px;
        border-radius: 28px;
    }
    .rightbtn{
        right: -28px;
    }
    .leftbtn{
        left: -28px;
    }
    .leftbtn::after, .rightbtn::after{
        width: 12px;
        height: 12px;
        left: 16px;
        top: 19px;
    }
    .leftbtn::after{
        left: 23px;
    }
    .screenshot-rightbtn{
        right: 20px;
    }
    .screenshot-leftbtn{
        left: 20px;
    } 
    .aster-btn
    {
        transition: all ease .25s;
    }
    .aster-con:hover .aster-btn
    {
        opacity: .85;
    }
    .aster-con:hover
    {
        box-shadow: 0 0 3px#99bbb4;
    }

    .hot-item-con:hover .sales-btn
    {
        color: #fff;
        background-color: #f32727;
    }
    .error-link:hover
    {
        color: #fff;
        background-color: #05ab82;
    }
    .appdetail-btn:hover,.row-tl:hover,
    .dental-hd-link:hover,.prix-hd-link:hover {
        text-decoration: underline;
    }
    .free-stamp-item:hover .stamp-info-link{
        opacity: .85;
    }
    .linestamp-cate-con:hover{
        opacity: .75;
    }
    .rightbtn:hover,.leftbtn:hover{
        transition: all ease .25s;
        border-color: #fff;
        box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
    }

    .linecate-item{
        width: 100%;
    }
    .pageright .review-trend-ls .trend-con{
        display: flex;
    }
    .pageright .review-trend-ls .trend-item{
        width: 100%;
        margin-bottom: 0;
    }
    .trend-item-img .common-applogo{
        width: 78px;
        height: 78px;
    }
    .trend-item-info{
        padding-left: 14px;
        flex: 1;
    }
    .game-appname{
        display: block;
        opacity: 0;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        font-weight: bold;
        color: #fff;
        padding: 10px 6px;
        transform: translateY(8px);
        transition: transform .3s ease .1s,opacity .3s ease .1s;
        z-index: 6;
        line-height: 1.2;
    }
    .game-applogo{
        transition: transform .6s ease;
    }
    .game-trend-link:after{
        background: linear-gradient(#0000 25%,#0000004d);
        border-radius: 20%;
        bottom: 0;
        contain: strict;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        transition: opacity .3s ease;
        width: 100%;
        will-change: opacity;
        z-index: 5;
        transform: scale(1.04) translateY(-4px);
    }
    .game-trend-link:hover:after{
        opacity: 1;
    }
    .game-trend-link:hover .game-applogo{
        transform: scale(1.04) translateY(-4px);
        transition-duration: .3s;
    }
    .game-trend-link:hover .game-appname{
        opacity: 1;
        transform: translate(0);
    }
    .post-right-ls {
        margin-left: 0;
    }
    .post-right-item {
        width: 100%;
        padding-left: 0;
    }
}
