@font-face
{
    font-family: 'GoogleSans';
    font-weight: normal;
    font-style: normal;

    font-display: swap;
    src: url(../font/GoogleSans-Regular.woff2) format('woff2'), url(../font/GoogleSans-Regular.woff) format('woff');
}
@font-face
{
    font-family: 'Gilroy';
    font-weight: bold;
    font-style: normal;

    font-display: swap;
    src: url(../font/Gilroy-Bold.woff2) format('woff2'), url(../font/Gilroy-Bold.woff) format('woff');
}
*
{
    box-sizing: border-box;
}

body
{
    font-family: 'GoogleSans', system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, 'Open Sans', 'Helvetica Neue', sans-serif, serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.4735;

    position: relative;

    -webkit-animation-name: pageanimation;
            animation-name: pageanimation;
    -webkit-animation-duration: .25s;
            animation-duration: .25s;

    color: #000;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input:focus,
button:focus
{
    outline: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol
{
    margin: 0;
    padding: 0;
}

table
{
    border-collapse: collapse;
}

li
{
    list-style: none;
}

article,
aside,
figure,
footer,
header,
main,
nav,
section
{
    display: block;
}

a
{
    display: inline-block;

    cursor: pointer;
    text-decoration: none;

    color: #000;
}

a,
a:hover,
a:visited
{
    outline: none;
}

html
{
        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

img
{
    width: 100%;
    max-width: 100%;

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

    opacity: 1;
}

img[data-src]
{
    opacity: 0;
}

button
{
    border: none;
    background: 0 0;
}

::-webkit-input-placeholder
{
    color: #999;
}

::-moz-placeholder
{
    color: #999;
}

:-ms-input-placeholder
{
    color: #999;
}

input[type=checkbox]
{
    display: none;
}
.footer
{
    margin-top: 20px;
    padding: 40px 0;

    text-align: center;

    color: #fff;
    background-color: #181818;
}
.footer-tl
{
    font-size: 20px;
    font-weight: normal;
}
.footer-high
{
    color: #29c087;
}
.footer-info
{
    line-height: 1.7;

    margin-top: 6px;
    margin-bottom: 16px;
}
.banner-tl,
.section-tl,
.ringtone-item-link,
.main-nav-link,
.category-tl,
.review-con-tl,
.review-download,
.page-title
{
    font-family: 'Gilroy', sans-serif, serif;
    font-weight: bold;
}
.wrapper
{
    /* position: relative; */
    padding-right: 20px;
    padding-left: 20px;
}
.header
{
    height: 64px;

    background-color: #181818;
}
.header-con
{
    position: relative;
}
.pc-lang
{
    display: none;
}

.maskcon
{
    overflow: hidden;

    max-height: 0;
    padding: 10px 0 10px 24px;

    transition: all ease .25s;

    border-bottom: 1px solid #eee;
}
.maskcon-item
{
    width: 100%;
}
.maskcon-item-link
{
    font-size: 13px;
    line-height: 1.2;

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

    width: 100%;
    padding: 10px 0;

    word-break: break-word;

    color: #333;
    border-radius: 22px;
}
.icon-lang
{
    width: 25px;
    height: 25px;
    margin-right: 16px;
}
#switch-ctrl:checked ~ .maskcon
{
    max-height: 150px;
}
#switch-ctrl:checked ~ .ctrl-lang::before
{
    top: 10px;

    border-color: transparent transparent rgba(0,0,0,.5);
}
.logo
{
    display: block;

    width: 172px;
    height: 64px;
    margin: 0 auto;

    background-image: url(../image/logo.png);
    background-repeat: no-repeat;
    background-position: 2px center;
    background-size: 172px 28px;
}
.applink{
    position: absolute;
    top: 21px;
    left: 37px;
}
.icon-app{
    width: 22px;
    height: 22px;
}
.footer-logo
{
    width: 250px;
    height: 40px;
    margin-bottom: 32px;

    background-size: 250px 40px;
}
.topmenu-box
{
    position: absolute;
    z-index: 1003;
    top: 24px;
    left: 0;

    width: 22px;
    height: 16px;

    transition: all ease .25s;
}
.menu-icon,
.menu-icon::before,
.menu-icon::after
{
    width: 100%;
    height: 2px;

    background-color: #fff;
}

.menu-icon
{
    position: relative;
    z-index: 1000;

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

    content: '';
    transition: all ease .25s;
}
.menu-icon::before
{
    width: 14px;
}
.menu-icon::after
{
    top: 14px;
}
.opacitybg,
.opacitywhite
{
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;

    background-color: rgba(0, 0, 0, .7);
}
.opacitywhite
{
    top: 64px;

    background-color: rgba(0, 0, 0, 0);
}
.navfix
{
    position: absolute;
    z-index: 999;
    z-index: 1002;
    top: 0;
    bottom: 0;
    left: -20px;

    overflow-y: scroll;

    width: 280;
    min-height: 100vh;

    transform: translateX(-120%);

    border-right-width: 0;
    background-color: #fff;
}
.ctrl-lang
{
    line-height: 36px;

    position: relative;

    display: inline-block;

    height: 36px;
    margin-top: 24px;
    margin-left: 24px;
    padding: 0 30px 0 16px;

    cursor: pointer;

    color: #222;
    border: 1px solid rgba(0, 0, 0, .25);
    border-radius: 4px;
}
.ctrl-lang::before
{
    position: absolute;
    top: 15px;
    right: 14px;

    width: 0;
    height: 0;

    content: '';
    transition: all ease .25s;

    border: 5px solid rgba(255,255,255,.5);
    border-color: rgba(0,0,0,.5)  transparent transparent;
}
.cls-1
{
    fill: #333;
}
.cls-2
{
    fill: #e1004b;
}
.icon-24
{
    width: 24px;
    height: 24px;
    margin-right: 16px;
}
/* .main-nav-ls
{
    margin-top: 20px;
    border-top: 1px solid #eee;
} */
.main-nav-link
{
    line-height: 56px;

    display: flex;
    align-items: center;

    width: 100%;
    padding-left: 24px;

    transition: all ease .25s;
}
.category-ls
{
    margin-bottom: 20px;
}
.category-item
{
    font-size: 16px;
    line-height: 40px;
}
.category-link
{
    display: block;

    padding-left: 24px;

    transition: all ease .25s;
}
.search
{
    padding: 20px 0 10px;

    border-top: 1px solid #eee;
}
.search-form
{
    position: relative;

    display: flex;

    height: 100%;
    height: 40px;
    margin: 0 20px;

    border-radius: 4px;
    background-color: #eee;
}

.search-input
{
    font-size: 14px;

    flex: 1;

    width: 100%;
    height: 100%;
    padding-left: 12px;

    border: 0;
    background: 0;
}

.search-btn
{
    flex: 0 0 48px;

    width: 48px;
    padding-left: 17px;
}


.topsearch-box
{
    position: absolute;
    top: 8px;
    right: 3px;

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

    width: 48px;
    height: 48px;
}
.search-icon
{
    position: relative;

    display: block;

    width: 18px;
    height: 18px;

    transform: rotate(-45deg);

    border: 2px solid #fff;
    border-radius: 100%;
}

.search-icon::after
{
    position: absolute;
    top: 16px;
    left: 50%;

    display: block;

    width: 2px;
    height: 6px;

    content: '';

    background-color: #fff;
}
.navfix .search-icon
{
    width: 15px;
    height: 15px;

    border-color: #333;
}
.navfix  .search-icon::after
{
    top: 12px;

    background-color: #333;
}
.menu-search
{
    position: absolute;
    top: 14px;
    right: 0;

    overflow: hidden;

    width: 0;

    transition: all ease .25s;
}
.menu-search .search-form
{
    height: 36px;
    margin: 0;

    border: 1px solid rgba(255,255,255,.25);
    background-color: #333;
}
.menu-search .search-input
{
    color: #fff;
}
#topmenu:checked ~ .opacitybg,
#topsearch:checked ~ .opacitywhite
{
    display: block;
}
#topmenu:checked ~ .navfix
{
    transition: all 300ms cubic-bezier(.165, .84, .44, 1);
    transform: translateX(0);
}
#topmenu:checked ~ .topmenu-box
{
    left: 240px;
}
#topmenu:checked ~ .topmenu-box .menu-icon
{
    background-color: transparent;
}
#topmenu:checked ~ .topmenu-box .menu-icon::before
{
    top: 6px;

    width: 100%;

    transform: rotate(45deg);
}

#topmenu:checked ~ .topmenu-box .menu-icon::after
{
    width: 100%;

    transform: rotate(-45deg);
    transform-origin: 1px -2px;
}
#topsearch:checked ~ .menu-search
{
    width: calc(100vw - 80px);
}
/* #topmenu:checked~.menu-icon::before{
    top: 6px;
} */
.banner
{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;

    height: 200px;

    color: #fff;
    background: url(../image/banner_mobile.png) #008488;
    background-size: cover;
    /* margin-bottom: 20px; */
}
.banner-tl
{
    font-size: 48px;
    line-height: 1.16;
}
.banner-info
{
    font-size: 20px;
    line-height: 1.1;
}
.page
{
    margin-top: 20px;
}
/* .ringtone-ls
{
    margin-bottom: -1px;
} */
.ringtone-con
{
    margin: 20px 0;

    border-radius: 8px;
    box-shadow: 0 2px 12px 1px rgba(17, 17, 17, .04);
}
.cagegorypage .ringtone-con
{
    /* margin-top: 0; */
    border-radius: 0;
    box-shadow: none;
}

.ringtone-top
{
    position: relative;

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

    height: 148px;
}
.ringtone-tl
{
    position: relative;
    z-index: 1;

    padding: 24px 24px 20px;

    color: #fff;
}
.ringtone-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;
}
.ringtone-item
{
    position: relative;

    padding: 16px 24px 13px;

    border-top: 1px solid #f2f2f2;
}
.coverlink
{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.cagegorypage .ringtone-item
{
    padding-right: 0;
    padding-left: 0;
}
.ringtone-item-audio
{
    display: flex;
    align-items: center;

    /* margin-bottom: 8px; */
}
.ringtone-item-time
{
    color: #999;
}
.ringtone-ctrl
{
    position: relative;
    z-index: 2;

    overflow: hidden;
    flex: 0 0 36px;

    width: 36px;
    height: 36px;

    cursor: pointer;
}
.ringtone-switch
{
    position: absolute;
    top: 0;
    left: 0;

    display: flex;

    width: 72px;
    height: 36px;

    transition: all ease .25s;
}
.end-icon,
.start-icon
{
    position: relative;

    display: block;

    width: 36px;
    height: 36px;
    /* flex: 0 0 36px; */

    border-radius: 100%;
}
.end-icon
{
    /* left: 0; */
    border: 2px solid #e1004b;
}
.end-icon::before
{
    position: absolute;
    top: 8px;
    left: 12px;

    display: block;

    width: 0;
    height: 0;

    content: '';

    border: 16px solid #e1004b;
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #e1004b;
    border-radius: 3px;
}
.start-icon
{
    /* left: 36px; */
    background-color: #e1004b;
    /* display: none; */
}
.start-icon::before
{
    position: absolute;
    top: 11px;
    left: 12px;

    display: block;

    width: 3px;
    height: 13px;

    content: '';

    border-radius: 1px;
    background-color: #fff;
    box-shadow: 8px 0 0 #fff;
}
.ringtone-item-info
{
    display: flex;
    align-items: baseline;
    justify-content: space-between;

    margin-top: 4px;
}
.ringtone-item-tl
{
    font-size: 15px;
    font-weight: normal;
}
.icon-download
{
    width: 18px;
    height: 20px;

    fill: #333;
}
.ringtone-item-link
{
    position: relative;

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

    text-transform: uppercase;

    color: #008488;
}

.ringtone-rate
{
    overflow: hidden;
    flex: 1;

    height: 24px;
    margin: 0 12px;
}

.ringtone-review-rate
{
    height: 40px;
}
.page-right
{
    display: none;
}
.review-con
{
    margin-top: 20px;
    margin-bottom: 20px;

    border-radius: 8px;
    box-shadow: 0 2px 12px 1px rgba(17, 17, 17, .06);
}
.review-con-info
{
    padding: 28px 32px 32px;

    text-align: center;
}
.review-con-tl
{
    font-size: 24px;
    line-height: 1.25;

    margin-bottom: 22px;
}
.review-ctrl
{
    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 24px;
}
.prev-ringtone,
.next-ringtone
{
    height: 20px;
    margin: 0 40px;
}
.prev-ringtone
{
    transform: rotate(-180deg);
    transform-origin: center 11px;
}
.review-con .ringtone-ctrl
{
    flex: 0 0 64px;

    width: 64px;
    height: 64px;
}
.review-con .ringtone-switch
{
    width: 128px;
    height: 64px;
}
.review-con .end-icon,
.review-con .start-icon
{
    transform: scale(1.777777778);
    transform-origin: 0 0;
    /* width: 80px;
    height: 80px;
    border-width: 3px; */
}
.review-con .start-icon
{
    transform-origin: -36px 0;
}
.icon-switch
{
    width: 24px;
    height: 20px;
}
.review-time
{
    font-size: 16px;

    margin-top: 10px;

    text-align: center;

    color: #999;
}
.review-action
{
    padding: 20px 0 24px;

    border-top: 1px solid #f0f0f0;
}
.review-download
{
    font-size: 16px;

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

    width: 248px;
    height: 56px;
    margin: 0 auto 16px;

    color: #fff;
    border-radius: 8px;
    background-color: #29c087;
}
.review-download .icon-download
{
    width: 20px;
    height: 22px;
    margin-right: 12px;

    fill: #fff;
}
.review-tag-ls
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    margin-top: -12px;
    padding-right: 24px;
    padding-left: 12px;
}
.review-tag-item
{
    /* width: 25%; */
    margin-top: 12px;
    padding-left: 12px;
}
.review-tag-link
{
    line-height: 36px;

    display: block;

    padding: 0 12px;

    text-align: center;

    border: 1px solid #eee;
    border-radius: 36px;
}
.similar-con .ringtone-top
{
    height: 72px;
}
.similar-con .ringtone-item-audio .icon-download,
.similar-con .ringtone-item-audio .ringtone-item-tl
{
    display: none;
}
.category-wrap
{
    position: relative;

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

    height: 160px;
    margin-bottom: 20px;
}
.category-wrap .ringtone-tl
{
    font-size: 40px;

    padding: 0;
}
.ringtone-des
{
    font-size: 14px;

    position: relative;

    opacity: .75;
    color: #fff;
}
.turn-page
{
    font-size: 18px;

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

    margin: 24px 0 4px;

    text-align: center;
}
.turn-page-wp
{
    width: 60px;
    height: 40px;
    margin: 0 20px;
}
.turn-page-right,
.turn-page-left
{
    line-height: 40px;

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

    width: 60px;
    height: 40px;

    cursor: pointer;

    border-radius: 3px;
    background-color: #e1004b;
}

.icon-right,
.icon-left
{
    display: block;

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

    transition: all ease .25s;

    border: 1px solid #fff;
}

.icon-right
{
    transform: rotate(-45deg);

    border-width: 0 2px 2px 0;
}
.icon-left
{
    transform: rotate(45deg);

    border-width: 0 0 2px 2px;
}
.turn-progress
{
    font-size: 14px;
}
.page-title
{
    font-size: 18px;

    margin-bottom: 12px;
}
.icon-arrow
{
    position: relative;

    display: block;

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

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

    display: block;

    width: 6px;
    height: 6px;

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

    border: 2px solid #008488;
    border: 2px solid #008488;
    border-width: 2px 2px 0 0;
}
.searchpage,.privacypage
{
    min-height: calc(100vh - 150px);
}
.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;
}
.noresult-tl
{
    margin-top: 20px;
    margin-bottom: 18px;
}
.noresult-ls
{
    margin-top: 15px;
}
.noresult-item
{
    position: relative;

    padding-left: 3px;
}


.spectrum
{
    display: inline-block;

    width: 8px;
    height: 24px;
    /* border-radius: 3px; */

    transform-origin: bottom;

    background-color: #d9d9d9;
    /* animation: dancing 1s ease-in-out infinite; */
}
/* .similar-con .spectrum{
    width: 4px;
} */
.review-con-pc .ringtone-rate
{
    height: 40px;

    text-align: center;
}
.review-con-pc .ringtone-rate .spectrum
{
    width: 12px;
}
.tone-active .spectrum
{
    -webkit-animation: dancing 1s ease-in-out infinite;
            animation: dancing 1s ease-in-out infinite;

    background-color: #e1004b;
}
.tone-active .line1
{
    -webkit-animation-delay: .05s;
            animation-delay: .05s;
}
.tone-active .line2
{
    -webkit-animation-delay: .1s;
            animation-delay: .1s;
}
.tone-active .line3
{
    -webkit-animation-delay: .15s;
            animation-delay: .15s;
}
.tone-active .line4
{
    -webkit-animation-delay: .2s;
            animation-delay: .2s;
}
.tone-active .line5
{
    -webkit-animation-delay: .25s;
            animation-delay: .25s;
}
.tone-active .line6
{
    -webkit-animation-delay: .3s;
            animation-delay: .3s;
}
.tone-active .line7
{
    -webkit-animation-delay: .35s;
            animation-delay: .35s;
}
.tone-active .line8
{
    -webkit-animation-delay: .4s;
            animation-delay: .4s;
}
.tone-active .line9
{
    -webkit-animation-delay: .45s;
            animation-delay: .45s;
}
.tone-active .line10
{
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
}
.tone-active .line11
{
    -webkit-animation-delay: .55s;
            animation-delay: .55s;
}
.tone-active .line12
{
    -webkit-animation-delay: .6s;
            animation-delay: .6s;
}
.tone-active .line13
{
    -webkit-animation-delay: .65s;
            animation-delay: .65s;
}
.tone-active .line14
{
    -webkit-animation-delay: .7s;
            animation-delay: .7s;
}
.tone-active .line15
{
    -webkit-animation-delay: .75s;
            animation-delay: .75s;
}
.tone-active .line16
{
    -webkit-animation-delay: .8s;
            animation-delay: .8s;
}
.tone-active .line17
{
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
}
@-webkit-keyframes dancing
{
    0%
    {
        transform: scaleY(.1);
    }
    50%
    {
        transform: scaleY(1);
    }
    100%
    {
        transform: scaleY(.1);
    }
}
@keyframes dancing
{
    0%
    {
        transform: scaleY(.1);
    }
    50%
    {
        transform: scaleY(1);
    }
    100%
    {
        transform: scaleY(.1);
    }
}
.searchpage
{
    font-family: arial,sans-serif, serif;

    padding-top: 12px;

    -webkit-font-smoothing: initial;
    -moz-osx-font-smoothing: initial;
}
.row-me
{
    border-top: 1px solid #f1f3f4;
}

.row-item
{
    position: relative;

    display: block;

    padding: 13px 0;

    border-bottom: 1px solid #f1f3f4;
}
.row-curlink
{
    font-size: 12px;
    line-height: 16px;

    display: flex;
}
.row-curlink-text
{
    overflow: hidden;

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

    color: #202124;
}

.sarrow
{
    font-size: 12px;

    display: none;
}
.space-dot
{
    font-weight: 700;

    padding-right: 5px;
    padding-left: 5px;
}
.row-tl
{
    font-size: 20px;
    font-weight: normal;
    line-height: 26px;

    overflow: hidden;
    /* padding-bottom: 6px; */

    padding-top: 13px;

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

    color: #4d5156;
}
.search-tl
{
    font-size: 20px;
    font-weight: normal;
    line-height: 26px;

    margin-bottom: 14px;

    color: #1558d6;
}
.review-play{
    margin: 0 auto 16px; 
    display: block;
    width: 120px;
}
.review-play .google-play{
    max-width: 120px;
}
.google-play{
    max-width: 160px;
}
@media screen and (min-width: 375px)
{
    .navfix
    {
        width: 320px;
    }
    #topmenu:checked ~ .topmenu-box
    {
        left: 320px;
    }
}
@media screen and (min-width: 768px)
{
    .ringtone-item-audio .ringtone-item-tl
    {
        margin-left: 12px;
    }
    .similar-con .ringtone-item-info
    {
        display: none;
    }
    .similar-con .ringtone-item-audio .icon-download,
    .similar-con .ringtone-item-audio .ringtone-item-tl
    {
        display: block;
    }
    .similar-con .icon-download
    {
        margin-left: 24px;
    }
    .review-con
    {
        padding: 0 40px;
    }
    .review-con-pc
    {
        display: flex;
        align-items: center;
    }

    .prev-ringtone,
    .next-ringtone
    {
        height: 20px;
    }
    .prev-ringtone
    {
        margin-right: 24px;
        margin-left: 0;
    }
    .next-ringtone
    {
        margin-right: 32px;
        margin-left: 24px;
    }
    .review-ctrl,
    .review-time
    {
        margin-top: 0;
    }
    /* .review-con .ringtone-ctrl
    {
        flex: 0 0 64px;

        width: 64px;
        height: 64px;
    } */
    .review-ctrl
    {
        order: 1;
    }
    .review-con-pc .ringtone-rate
    {
        flex: 1;
        order: 2;
    }
    .review-time
    {
        order: 3;

        margin-left: 32px;
    }
    .icon-switch
    {
        width: 18px;
        height: 20px;
    }
    .review-con-info
    {
        padding-right: 0;
        padding-left: 0;

        text-align: left;
    }
    .review-tag-ls
    {
        justify-content: center;
    }
    .review-tag-item
    {
        width: auto;
    }

    .review-download
    {
        font-size: 20px;

        width: 300px;
        height: 64px;
        /* margin-bottom: 32px; */
    }
    .review-download .icon-download
    {
        width: 23px;
        height: 25px;
    }
    .review-action
    {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .similar-con .ringtone-rate
    {
        text-align: right;
    }
    .review-inline{
        display: flex;
        justify-content: center;
    }
    .review-download{
        margin-left: 8px;
        margin-right: 8px;
    }
}
@media screen and (min-width: 1200px)
{
    .applink{
        left: auto;
        right: 272px;
        top: 19px;
    }
    .icon-app{
        width: 26px;
        height: 26px;
    }
    .ctrl-lang
    {
        margin: 0;

        color: #fff;
        border-color: rgba(255,255,255,.25);
    }
    .ctrl-lang::before
    {
        border-color: rgba(255,255,255,.5) transparent transparent;
    }
    .maskcon
    {
        position: absolute;
        z-index: 2;
        top: 64px;
        right: -33px;

        width: 124px;
        padding: 0 0 0 16px;

        border-bottom-width: 0;
        /* max-height: 150px; */
        border-radius: 6px;
        background-color: #fff;
        box-shadow: 0 2px 12px 1px rgb(17 17 17 / 4%);
    }
    .sarrow
    {
        display: inline-block;
    }
    .pc-lang
    {
        display: block;
    }
    .header-con
    {
        display: flex;
        align-items: center;
    }
    .lang-switch
    {
        position: relative;

        height: 64px;
        /* flex: 1; */
        margin-left: 24px;
        padding: 14px 0;
    }
    .lang-list
    {
        position: absolute;
        top: 40px;
        right: 0;
        left: 0;

        overflow: hidden;

        height: 0;

        transform: all ease .25s;
        /* border: 1px solid #ddd; */

        border-radius: 4px;
        background-color: #fff;
    }
    #langdown:checked ~ .lang-list
    {
        height: 74px;

        border: 1px solid #ddd;
    }
    .lang-item
    {
        line-height: 36px;

        display: block;

        width: 100%;
        padding-left: 16px;

        border-bottom: 1px solid #eee;
    }
    .cagegorypage .ringtone-con
    {
        margin-top: 20px;

        box-shadow: 0 2px 12px 1px rgb(17 17 17 / 4%);
    }
    .cagegorypage .ringtone-item
    {
        padding-right: 24px;
        padding-left: 24px;
    }
    .header .logo
    {
        margin-right: 0;
        margin-left: 0;
    }
    .topmenu-box,
    .navfix
    {
        display: none;
    }
    .menu-search
    {
        width: 250px;
    }
    .wrapper
    {
        max-width: 1132px;
        margin: 0 auto;
    }
    .banner
    {
        height: 378px;

        background: url(../image/banner.png) #008488;
    }
    .page
    {
        display: flex;
    }
    .page-left
    {
        flex: 0 0 728px;

        width: 728px;
        margin-right: 0;
        margin-left: 0;
    }

    .page-right
    {
        display: block;
        flex: 1;

        max-width: 336px;
        margin-left: 28px;
    }
    .section-ls
    {
        display: flex;
        flex-wrap: wrap;

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

        width: 50%;
        padding-left: 20px;
    }
    .section-ads
    {
        flex: 0 0 100%;

        width: 100%;
        padding-left: 20px;
    }

    .category-tl
    {
        position: relative;

        margin-top: 20px;
        margin-bottom: 12px;
        padding-left: 24px;
    }
    .category-tl::after
    {
        position: absolute;
        top: 10px;
        right: 0;

        width: 128px;
        height: 4px;

        content: '';

        background-color: #eee;
    }
    .turn-page-right:hover .icon-right
    {
        margin-left: 10px;
    }
    .turn-page-left:hover .icon-left
    {
        margin-right: 10px;
    }
    .category-link:hover,
    .main-nav-link:hover
    {
        border-left: 6px solid #e1004b;
        background-color: #eee;
    }
    .ringtone-item-tl:hover a,
    .ringtone-item-link:hover,
    .ringtone-item:hover .ringtone-item-tl a,
    .row-tl:hover,
    .maskcon-item-link:hover
    {
        text-decoration: underline;
    }
    .review-tag-link:hover
    {
        color: #e1004b;
        border-color: #e1004b;
    }
    .lang-switch:hover .maskcon
    {
        max-height: 150px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .lang-switch:hover .ctrl-lang::before
    {
        top: 10px;;

        border-color: transparent transparent rgba(255,255,255,.5);
    }
}
