input[type=checkbox] {
    display: none
}

.topmenu-box {
    position: absolute;
    width: 22px;
    height: 18px;
    top: 15px;
    left: 0;
    z-index: 1000
}

.menu-icon,
.menu-icon::before,
.menu-icon::after {
    width: 100%;
    height: 2px;
    background-color: #111111
}

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

.menu-icon::before,
.menu-icon::after {
    content: '';
    position: absolute;
    top: 6px;
    transition: all ease .25s;
    left: 0
}

.menu-icon::before {
    width: 14px
}

.menu-icon::after {
    top: 12px
}

.topsearch-box {
    width: 40px;
    height: 40px;
    position: absolute;
    right: -16px;
    top: 3px
}

.opacitybg,
.opacitywhite {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 999;
    display: none
}

.opacitywhite {
    background-color: transparent;
    top: 48px
}

.search {
    overflow: hidden;
    height: 40px;
    transition: all ease .25s;
    border-radius: 20px;
    background-color: #f5f5f5;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    width: 0
}

.navfix {
    width: 300px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999;
    left: -110%;
    transition: all .3s cubic-bezier(.165, .84, .44, 1)
}

.navfix-logo {
    padding: 4px 0
}

.navfix-ls {
    height: calc(100vh - 48px);
    overflow: auto;
    padding-top: 10px;
    padding-bottom: 100px
}

.navfix-item {
    opacity: 0;
    transform: translateX(-100%);
    transition: all .3s ease .05s;
    line-height: 45px;
    padding: 0 20px
}

.navfix-link {
    line-height: 45px;
    text-align: left;
    display: flex;
    align-items: center;
    font-size: 14px
}

.navfix-link .icon20 {
    margin-right: 8px;
    fill: #F78B17;
    width: 20px;
    height: 20px
}

#topmenu:checked~.topmenu-box {
    position: fixed;
    left: 24px;
    top: 18px
}

#topmenu:checked+.opacitybg {
    display: block
}

#topmenu:checked~.navfix {
    left: 0
}

#topmenu:checked~.navfix .navfix-item {
    opacity: 1;
    transform: translateX(0)
}

#topmenu:checked~.navfix .navfix-item:nth-child(1) {
    transition-delay: .1s
}

#topmenu:checked~.navfix .navfix-item:nth-child(2) {
    transition-delay: .1s
}

#topmenu:checked~.navfix .navfix-item:nth-child(3) {
    transition-delay: .15s
}

#topmenu:checked~.navfix .navfix-item:nth-child(4) {
    transition-delay: .2s
}

#topmenu:checked~.navfix .navfix-item:nth-child(5) {
    transition-delay: .25s
}

#topmenu:checked~.navfix .navfix-item:nth-child(6) {
    transition-delay: .3s
}
#topmenu:checked~.navfix .navfix-item:nth-child(7) {
    transition-delay: .35s
}
#topmenu:checked~.topmenu-box .menu-icon {
    background-color: transparent
}

#topmenu:checked~.topmenu-box .menu-icon::before {
    transform: rotate(45deg);
    width: 22px;
    transform-origin: 7px -7px
}

#topmenu:checked~.topmenu-box .menu-icon::after {
    transform-origin: 0 8px;
    transform: rotate(-45deg)
}

.search-header .search {
    width: calc(100% - 42px)
}

.search-form {
    position: relative;
    display: flex;
    height: 100%
}

.search-input {
    font-size: 14px;
    flex: 1;
    width: 100%;
    height: 100%;
    padding-left: 16px;
    border: 0;
    background: 0 0
}

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

.search-icon {
    position: absolute;
    top: 10px;
    right: 16px;
    display: block;
    width: 17px;
    height: 17px;
    transform: rotate(-45deg);
    border: 2px solid #F78B17;
    border-radius: 100%
}

.search-icon::after {
    position: absolute;
    top: 13px;
    left: 50%;
    display: block;
    width: 2px;
    height: 6px;
    content: '';
    background-color: #F78B17
}

.hiddeninfo {
    display: block
}

.footer {
    line-height: 24px;
    margin-top: 16px;
    background-color: #140B2A;
}

.footer-con {
    padding-top: 18px;
    padding-bottom: 26px
}

.footer-con .logo {
    margin: inherit
}

.footer-service {
    font-size: 14px;
    line-height: 18px;
    margin-top: 3px;
    color: #999
}

.footer-ls {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
}
.footer-ls:last-child{
    margin-right: 0;
}
.footer-link {
    line-height: 20px;
    display: block;
    color: #666;
    font-size: 12px;
    margin-right: 5px
}

.breadcrumb,
.desktopnav {
    display: none
}

.section-title,
.art-title,
.editor-box-tl,
.re-list h3,
.alsoable-an,
.relogo .moreline,
.download-link,
.ratingstar-tl,
.app-descript h3,
.app-descript>ul>li>b,
.app-descript>ul>li>strong,
.getapp-btn {
    font-family: googlesans, Arial, sans-serif, serif;
    font-weight: 500
}

.app-descript h3,
.appinfo-value,
.app-descript strong {
    font-family: roboto, sans-serif, serif;
    font-weight: 500
}

.download-item {
    margin-bottom: 20px
}

.download-link {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    padding: 0 9px;
    text-align: center;
    color: #F78B17;
    border-radius: 25px;
    background-color: #FFF8F1
}
.download-link:hover{
    background-color: #F78B17;
    color: #FFFFFF;
    .mobile_icon_locate_icon{
        width: 18px;
        height: 18px;
        margin-right: 8px;
        background-image: url(../images/mobile_icon_locate_hover@2x.png);
        background-size: 100% auto;
        display: inline-block;
    }
}
.download-link-icon{
    width: 18px;
    height: 18px;
    background: url(../images/mobile_icon_locate.png) no-repeat center;
    background-size: 100% auto;
    margin-right: 8px;
}
.download-link:hover .download-link-icon{
    width: 18px;
    height: 18px;
    background: url(../images/mobile_icon_locate_hover.png) no-repeat center;
    background-size: 100% auto;
    margin-right: 8px;
}
.download-light {
    color: #fff;
    background: #F78B17;
}
.mobile_icon_locate_icon{
    width: 18px;
    height: 18px;
    margin-right: 8px;
    background-image: url(../images/mobile_icon_locate.png);
    background-size: 100% auto;
    display: inline-block;
}
.icon-safe {
    width: 22px;
    height: 22px;
    margin-right: 8px;
    fill: #2DB0FF
}

.icon-download {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    fill: #fff
}

.repaidapp {
    background-color: #f32727
}
.appdisabled {
    background-color: #e8e8e8
}

.app-screen {
    margin-top: 16px
}

.icon-plat {
    width: 28px;
    height: 28px;
    margin-right: 5px;
    vertical-align: middle
}

.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: #F78B17
}

.app-descript>ul>li,
.app-descript>ol>li {
    font-size: 16px;
    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,
.re-list h3,
.relf-info h3 {
    font-size: 18px;
    margin-top: 26px;
    margin-bottom: 12px
}

.app-descript p+h3 {
    margin-top: 20px
}

.app-descript h4,
.re-list h4 {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0
}

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

.re-list p {
    margin-bottom: 16px
}

.app-descript>ul {
    margin: 10px 0
}

.appinfo-list {
    margin-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px
}

.appinfo-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    flex: 0 0 24px
}

.appinfo-item {
    width: 50%;
    padding-left: 8px;
    margin-top: 8px
}

.appinfo-con {
    border-radius: 4px;
    padding: 8px;
    display: flex;
    align-items: center;
    line-height: 1.2;
    background-color: #F6F6F6;
}

.appinfo-title {
    display: block;
    color: #666;
    font-size: 13px
}

.appinfo-value,
.appinfo-rating {
    overflow: hidden;
    flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block
}

.appinfo-value {
    font-size: 14px
}

.appinfo-rating {
    font-size: 0;
    line-height: 18px
}

.appinfo-score,
.icon-star {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle
}

.appinfo-color {
    color: #2DB0FF;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis
}

.appinfo-score {
    margin-right: 2px
}

.download-list {
    margin-top: 16px
}

.hot-ls-wp {
    overflow-x: auto;
    overflow-y: hidden;
    margin-right: -20px;
}

.hot-ls-wp::-webkit-scrollbar {
    display: none
}

.hot-ls {
    font-size: 0
}

.hot-item {
    line-height: 16px;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.hot-item:nth-child(n+5),
.hot-item:nth-child(n+5) .hidden-img {
    display: none
}

.hot-item a {
    display: block
}

.hot-item-con {
    display: flex;
    align-items: center
}

.hot-item-img {
    position: relative;
    overflow: hidden;
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    border: 1px solid #e8e8e8;
    border-radius: 20%
}
.hot-item-img-key{
    position: absolute;
    top: -5px;
    left: 0px;
    font-size: 14px;
    color: #fff;
    width: 24px;
    height: 26px;
    border-radius: 0px 0px 8px 0px;
    text-align: center;
    line-height: 30px;
    font-weight: 600;
}
.hot-item:nth-child(1) .hot-item-con .hot-item-img .hot-item-img-key{
    background: #F9BE1A;
}
.hot-item:nth-child(2) .hot-item-con .hot-item-img .hot-item-img-key{
    background: #2C8DFF;
}
.hot-item:nth-child(3) .hot-item-con .hot-item-img .hot-item-img-key{
    background: #FF711C;
}
.hot-item-info {
    position: relative;
    overflow: hidden;
    flex: 1;
    padding-left: 16px;
    padding-right: 6px
}

.hot-item-info-name {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 39px;
    cursor: pointer;
}
.hot-item-info-name:hover {
    color: #F78B17;
}
.hot-item a.hot-item-info-cate {
    font-size: 12px;
    margin-top: 5px;
    color: #666;
    display: none
}

.getapp-btn {
    font-size: 12px;
    line-height: 30px;
    position: relative;
    flex: 0 0 72px;
    width: 72px;
    height: 32px;
    height: 30px;
    text-align: center;
    color: #F78B17;
    border: 1px solid #F78B17;
    border-radius: 16px
}

.rating {
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    margin-top: 5px
}

.icon-star {
    width: 14px;
    height: 14px
}

.rating .icon-star {
    width: 13px;
    height: 13px;
    margin-left: 2px
}

.section-title {
    font-size: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 30px;
}
.section-title::before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 14px;
    background: #F78B17;
    border-radius: 2px;
    margin-right: 10px;
}
.scroll-x {
    font-size: 0;
    position: relative;
    width: 100%;
    margin-top: -8px;
    margin-bottom: 25px;
    white-space: nowrap
}

.coverlink {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.thisapp {
    font-size: 16px;
    line-height: 24px;
    position: relative;
    display: block;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    height: 70px;
    margin-top: 16px;
    padding: 0 16px;
    color: #38b893;
    border-radius: 4px
}

.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;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    z-index: 3;
    padding: 5px 8px;
    text-align: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 5px
}

.advertisement {
    font-size: 12px;
    transform: scale(.85);
    transform-origin: left center;
    line-height: 1;
    margin-bottom: 6px;
    text-transform: uppercase;
    color: #ccc
}

.download-item .icon-plat {
    fill: #fff
}

.adsside {
    margin: 16px 0
}

.subject-wrapper {
    margin: 16px 0;
    padding: 16px;
    border: 1px solid #ddd;
    border-radius: 3px
}

.editcon-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: -14px;
    margin-left: -14px;
    background-color: #fff
}

.editcon-box-pic {
    overflow: hidden;
    flex: 0 0 70px;
    width: 70px;
    height: 70px;
    margin-left: 14px;
    border-radius: 14px
}

.editcon-box-info {
    flex: 1;
    padding: 0 14px
}

.editcon-box-btn {
    display: flex;
    width: 100%;
    margin-top: 14px;
    padding-right: 14px
}

.editcon-box-download {
    display: none
}

.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: #F78B17
}

.editcon-box-review {
    color: #F78B17;
    border: 1px solid rgba(0, 161, 115, .25);
    border-radius: 15px
}

.editcon-box-name {
    font-size: 18px;
    line-height: 1.2
}

.editcon-box-category {
    font-size: 12px;
    color: #F78B17
}

.sortnum {
    font-size: 12px;
    line-height: 1;
    position: absolute;
    top: -17px;
    left: -3px;
    width: 20px;
    padding: 2px 0;
    text-align: center;
    color: #fff;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 10px;
    background-color: #f32727
}

.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
}

.appinfo-ads {
    margin-bottom: 16px
}

.appinfo-txt {
    overflow: hidden;
    flex: 1
}

.sub-cate-ls {
    max-height: 0;
    overflow: hidden;
    transition: all ease .25s
}

.sub-cate-item {
    display: block;
    padding-left: 28px;
    line-height: 32px;
    font-size: 14px;
    color: #666
}

label.navfix-link {
    position: relative
}

label.navfix-link::after {
    position: absolute;
    right: 0;
    top: 16px;
    content: '';
    width: 5px;
    height: 5px;
    border: 2px solid #333;
    border-color: transparent #333 #333 transparent;
    transform: rotate(45deg);
    transition: all ease .25s
}

#appmore:checked~.sub-cate-ls,
#gamemore:checked~.sub-cate-ls {
    max-height: 1100px
}

#appmore:checked~label.navfix-link::after,
#gamemore:checked~label.navfix-link::after {
    border-color: #333 #333 transparent transparent;
    transform: rotate(-45deg);
    top: 22px
}

.signinmb {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #f7f7f7;
    padding: 8px 0;
    margin-top: 12px
}

.avatar {
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    border-radius: 50%;
    background-color: #ddd
}

.icon-user {
    width: 20px;
    height: 20px
}

#loginButton {
    position: fixed;
    z-index: 1201;
    bottom: 50px;
    left: 50%;
    display: none;
    margin-left: -112px
}

.shading {
    position: fixed;
    z-index: 1200;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background-image: linear-gradient(to top, #444, #666 30%, transparent)
}

#signout {
    display: none
}

.search-side {
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    bottom: 0;
    background-color: #fff;
    z-index: 1001;
    right: -110%;
    transition: all .3s cubic-bezier(.165, .84, .44, 1);
    padding: 50px 16px 16px
}

.search-side .search {
    width: 100%
}

#searchmenu:checked~.search-side {
    right: 0;
    opacity: 1
}

.search-side .hot-item-pic {
    display: none
}

#searchmenu:checked~.search-side .hot-item-pic {
    display: block
}

.search-side-ls .hot-item {
    width: 100%
}

.search-side-ls .getapp-btn {
    display: none
}

.search-close {
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    right: 16px;
    top: 10px;
    transform: rotate(45deg)
}

.search-close::before,
.search-close::after {
    position: absolute;
    content: '';
    display: block;
    background-color: #000
}

.search-close::before {
    width: 2px;
    height: 20px;
    left: 15px;
    top: 6px
}

.search-close::after {
    width: 20px;
    height: 2px;
    top: 15px;
    left: 6px
}

.keywords-ls {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap
}

.keywords-item {
    border: 1px solid #ddd;
    padding: 5px 16px;
    border-radius: 20px;
    margin-top: 8px;
    margin-right: 8px;
    font-size: 16px
}
.category-ls {
    display: flex;
    flex-wrap: wrap;
}

.category-item {
    margin-top: 16px;
    width: calc((100% - 10px) / 3);
    margin-right: 5px;
}
.category-item:nth-child(3n){
    margin-right: 0;
    padding-left: 0;
}
.category-con {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.category-con .hot-item-info {
    padding-left: 0;
    padding-right: 0;
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.category-con .hot-item-info-name {
    max-width: 78px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.hot-item-pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.icon-more {
    width: 16px;
    height: 16px;
    fill: #ccc
}

.scroll-x {
    font-size: 0;
    position: relative;
    width: 100%;
    margin-top: -8px;
    margin-bottom: 25px;
    white-space: nowrap
}

.screenbg .scroll-x {
    margin-top: 16px;
    margin-bottom: 0
}

.screen-ls::-webkit-scrollbar {
    display: none
}

.screen-ls {
    overflow-x: auto;
    scroll-behavior: smooth
}

.screen-item {
    width: 20%;
    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;
    -ms-border-radius: 6px;
    -o-border-radius: 6px
}

.leftbtn,
.rightbtn {
    position: absolute;
    top: 50%;
    display: block;
    width: 48px;
    height: 48px;
    background: #000000;
    opacity: 0.6;
    transform: translate(-5px, -50%);
    border-radius: 50%;
}

.leftbtn::after,
.rightbtn::after {
    position: absolute;
    top: 40%;
    left: 40%;
    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
}

@media screen and (min-width:360px) {
    .hot-item-img {
        width: 78px;
        height: 78px;
        flex: 0 0 78px;
    }

    .hot-item a.hot-item-info-cate {
        display: block
    }

    .review-curapp-pcitem {
        padding-left: 12px;
        padding-right: 12px
    }
}

@media screen and (min-width:776px) {
    .review-curapp-pcname {
        display: block
    }

    .review-curapp-pcitem {
        padding-left: 24px;
        padding-right: 24px
    }

    .wrapper {
        position: relative;
        max-width: 776px;
        margin: 0 auto
    }

    .hot-ls-wp {
        overflow-x: initial;
        overflow-y: initial
    }

    .hot-ls {
        width: 100%
    }

    .getapp-btn,
    .icon-curapp {
        display: none
    }

    .hot-item {
        width: 50%
    }

    .editcon-box-btn {
        width: auto;
        margin-top: 0
    }

    .editcon-box-download {
        display: none
    }

    .editcon-box-download,
    .editcon-box-review {
        flex: 0 0 90px;
        width: 90px
    }

    .current-logo {
        flex: 0 0 96px;
        width: 96px;
        height: 96px;
        border: 1px solid #e8e8e8;
        border-radius: 20%
    }

    .download-top {
        position: absolute;
        right: 0;
        bottom: 0;
        margin: 0
    }

    .review-curapp-pc {
        margin-top: 6px;
        overflow: hidden
    }

    .review-curapp-pcitem {
        flex: initial
    }
}

@media screen and (min-width:1200px) {
    .search-icon{
        border: 2px solid #F78B17!important;
    }
    .search-icon::after {
        background-color: #F78B17!important;
    }
    .footer-ls {
        display: block;
        text-align: center;
    }

    .hot-item:nth-child(n+5),
    .hot-item:nth-child(n+5) .hidden-img {
        display: inline-block
    }

    #signinpc {
        cursor: pointer;
        display: flex;
        align-items: center
    }

    .shading {
        background-image: none
    }

    #loginButton {
        top: 100px;
        right: 32px;
        bottom: auto;
        left: auto;
        margin-left: 0
    }

    .signoutpc {
        line-height: 40px;
        position: absolute;
        left: 0;
        bottom: -41px;
        display: none;
        width: 120px;
        height: 40px;
        padding-left: 16px;
        border-radius: 3px;
        background-color: #fff;
        box-shadow: 0 0 1px #ccc;
        text-align: left;
        z-index: 1201;
        cursor: pointer
    }

    .signoutpc::before {
        position: absolute;
        top: -16px;
        left: 9px;
        width: 0;
        height: 0;
        content: '';
        border: 8px solid #fff;
        border-color: transparent transparent #fff
    }

    .header-con {
        margin-top: 12px;
        margin-bottom: 12px
    }

    #searchmenu:checked~.search {
        width: 300px
    }

    .current-cate {
        margin-top: 3px;
        margin-bottom: 3px
    }

    .current-title {
        font-size: 32px;
        line-height: 1.1
    }

    .hiddeninfo {
        display: block
    }

    .hot-ls-wp {
        margin-bottom: 16px
    }

    .wrapper {
        max-width: 1238px;
        margin: 0 auto
    }

    .hot-item .pcnone,
    .topsearch-box,
    .topmenu-box {
        display: none
    }

    /* .page {
        display: flex
    } */

    .page-left {
        flex: 0 0 860px;
        width: 8px;
        margin-right: 0;
        margin-left: 0
    }

    .page-right {
        flex: 1;
        margin-left: 60px
    }

    .page-right .hot-item {
        width: 100%
    }

    .search {
        position: static;
        width: 300px
    }

    .desktopnav {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding-right: 48px;
        text-align: right;
        font-weight: 500;
        color: #202020;
    }
    .desktopnav .desktopnav-link-wp:nth-child(1) .desktopnav-link {
        padding-left: 0;
    }
    .desktopnav-link {
        font-size: 14px;
        display: flex;
        align-items: center;
        padding-right: 16px;
        padding-left: 16px;
        text-transform: uppercase;
        color: #202020;
        font-weight: 500;
    }

    .desktopnav-link-wp {
        position: relative;
        display: flex;
        align-items: center;
        height: 100%
    }

    .breadcrumb {
        font-size: 12px;
        display: flex;
        margin: 36px 0 0 -8px;
        color: #bbb
    }

    .breadcrumb a {
        color: #666
    }

    .breadcrumb span {
        padding-right: 8px;
        padding-left: 8px
    }

    .current {
        margin-bottom: 24px
    }

    .desktopnav-link:hover {
        color: #F78B17
    }

    .download-list {
        display: flex;
        margin-top: 16px;
        margin-bottom: -10px;
        margin-left: -10px
    }

    .download-item {
        flex: 1;
        padding-right: 0;
        padding-left: 10px
    }

    .service {
        text-align: left
    }

    .footer-inline {
        display: flex;
        align-items: center;
    }

    .footer-link {
        display: inline-block;
        margin-right: 20px
    }

    .footer-service {
        margin-bottom: 5px;
    }

    .appinfo-list {
        display: flex;
        flex-wrap: wrap;
        margin-top: 6px;
    }

    .appinfo-item {
        width: calc((100% - 10px) / 3);
        margin-right: 5px;
        box-sizing: border-box;
        
    } 
    .appinfo-item:nth-child(3n){
        margin-right: 0;
    }

    .footer-con {
        padding-bottom: 18px
    }

    .leftbtn,
    .rightbtn {
        width: 48px;
        height: 48px;
        border-radius: 50%;
    }

    .rightbtn {
        right: -23px;
    }

    .leftbtn {
        left: -23px;
    }

    .leftbtn::after,
    .rightbtn::after {
        width: 12px;
        height: 12px;
        left: 14px;
        top: 19px
    }

    .leftbtn::after {
        left: 20px;
    }

    .download-link:hover {
        opacity: .85;
    }

    .download-link.download-light:hover {
        background-color: #FFB76A;
    }

    .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)
    }
}