@font-face {
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: local('Roboto Regular'), local('Roboto-Regular'), url(../fonts/roboto-regular-latin.woff2) format('woff2'), url(../fonts/roboto-regular-latin.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: local('Roboto Regular'), local('Roboto-Regular'), url(../fonts/roboto-regular-cyrillic.woff2) format('woff2'), url(../fonts/roboto-regular-cyrillic.woff) format('woff');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: local('Roboto Regular'), local('Roboto-Regular'), url(../fonts/roboto-regular-latinext.woff2) format('woff2'), url(../fonts/roboto-regular-latinext.woff) format('woff');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Roboto';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(../fonts/roboto-medium-latin.woff2) format('woff2'), url(../fonts/roboto-medium-latin.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Roboto';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(../fonts/roboto-medium-cyrillic.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Roboto';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(../fonts/roboto-medium-latinext.woff2) format('woff2'), url(../fonts/roboto-medium-latinext.woff) format('woff');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'GoogleSans';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/googlesans-medium.woff2) format('woff2'), url(../fonts/googlesans-medium.woff) format('woff')
}


* {
    box-sizing: border-box
}

html {
    transition: all ease .25s
}


body {
    font-family: 'Roboto', system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, 'Open Sans', 'Helvetica Neue', sans-serif, serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4375;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

input:focus,
button:focus {
    outline: 0
}

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

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
}

div.app-descript a {
    color: #F78B17;
}

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

a,
a:hover,
a:visited {
    outline: 0
}

img {
    max-width: 100%;
    transition: opacity ease .25s;
    vertical-align: middle;
    opacity: 1
}

img[data-webpsrc] {
    opacity: 0
}


button {
    border: 0;
    background: 0
}

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

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

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

.wrapper {
    padding-right: 20px;
    padding-left: 20px;
    overflow-x: visible;
}

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

.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 #333;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

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

.logo,
.logoIN,
.logoUK {
    display: block;
    width: 144px;
    height: 40px;
    background-image: url(../images/apk_tab_logo.png);
    background-repeat: no-repeat;
    background-position: 2px center;
    background-size: 144px;
    margin: 0 auto
}

.current {
    display: flex;
    align-items: center;
    margin: 16px 0 16px;
    position: relative;
    background: #F6F6F6;
    border-radius: 12px;
    padding: 20px;
}

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

.current-info {
    overflow: hidden;
    flex: 1;
    padding-left: 12px
}

.current-title {
    font-size: 18px
}

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

.current-score .score-span-num {
    margin-left: 3px
}

.current-tl,
.current-title {
    font-family: 'GoogleSans', Arial, sans-serif, serif;
    font-weight: 500
}

.current-star {
    position: relative;
    width: 70px;
    height: 14px;
    margin-top: -2px;
    margin-left: -2px;
    background-image: url('../images/star.svg');
    background-size: 14px 14px
}

.current-active-star {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    background-image: url('../fonts/star_active.svg');
    background-size: 14px 14px
}

.current-cate {
    font-size: 14px;
    color: #666
}

.current-rating {
    font-size: 14px;
    margin-left: 3px
}

.app-descript {
    margin: 24px 0 -4px
}

.app-descript p {
    margin-bottom: 16px
}
#upfile{
    display:none;
}
.download-top {
    background-color: #F78B17;
    line-height: 32px;
    color: #fff;
    padding: 0 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 5px 0;
    font-size: 14px;
    font-weight: 700;
}

.review-curapp-pc {
    display: flex;
    margin-left: -1px;
    overflow: hidden;
    margin-top: 3px;
}

.review-curapp-pcitem {
    position: relative;
    overflow: hidden;
    margin-left: -1px;
    padding: 0 8px;
    text-align: center
}

.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;
    /*display: none;*/
}

.review-curapp-pcvalue {
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px
}

.icon-curapp {
    width: 15px;
    height: 15px;
    margin-right: 3px;
    flex: 0 0 15px
}

.review-curapp-pcitem:nth-child(1) {
    padding-left: 5px
}

@keyframes breathe {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.03);
    }

    100% {
        transform: scale(1);
    }
}

.download-light {
    background: linear-gradient(236deg, #2286FF 0%, #38D9FF 100%);
    animation: breathe 1s infinite;
}

.begin-guide {
    color: #2387FF;
    font-size: 16px;
    font-weight: 500;
}

.play-box {
    width: 100%;
    height: 118px;
    background: #EEF7FF;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    margin-top: 10px;
    clear: left;
}

.play-btn_box {
    text-align: right;
    margin-right: 20px;
}

.play-btn {
    position: relative;
    top: 30px;
    width: 157px;
    height: 52px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    background-image: linear-gradient(to left, #2286FF, #38D9FF);
    color: white;
    font-size: 20px;
    font-weight: 500;
    line-height: 52px;
    vertical-align: middle;
    text-align: center;
}

.play-light {
    animation: breathe 1s infinite;
}

.play-img {
    width: 78px;
    height: 78px;
}

.play-info {
    width: 500px;
    padding: 2px 0;
    float: left;
}

.toca-img {
    display: inline-block;
    width: 78px;
    height: 78px;
    margin-top: 18px;
    margin-left: 18px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.title-box {
    position: relative;
    display: inline-block;
    width: 300px;
    height: 70px;
    top: 25px;
    left: 5px;
}

.play-title {
    font-size: 18px;
    font-weight: 500;
    color: #2F8DFF;
}

.play-number {
    font-weight: 500;
}

.play-content {
    font-size: 14px;
    color: #2F8DFF;
    margin-top: 5px;
}

.app-content-box {
    position: relative;
    padding: 0 0 60px 0;
    border-top: 1px solid #EEE;
    margin-top: 20px;
}

.app-page {
    position: relative;
    z-index: 1;
    padding: 10px 20px;
    background: #F7FBFF;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    margin-top: 12px;
}

.toca-title {
    color: #333;
    font-weight: 500;
    font-size: 20px;
}

.page-content {
    position: relative;
    z-index: 3;
}


.list-content {
    color: #666;
    font-size: 16px;
}

.list-content li {
    list-style: none;
    padding: 5px 0;
}

.list-content li .circle {
    display: inline-block;
    position: relative;
    bottom: 2px;
    width: 8px;
    height: 8px;
    background: #F78B17;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.list-content li .info {
    margin-left: 3px;
}

.app-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 156px;
    height: 156px;
}

.app-img img {
    display: block;
    max-width: 100%;
    border-radius: 0px 20px 0px 0px;
    -webkit-border-radius: 0px 20px 0px 0px;
}

.slide-box {
    width: 100%;
}

.slide-item {
    display: inline-block;
    width: 250px;
    height: 69px;
    background: #FFFFFF;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0px 1px 4px 0px rgba(211, 227, 242, 0.54);
    margin-left: 10px;
}

.slide-item:first-child {
    margin-left: 0;
}

.slide-item:hover {
    border: 2px solid #B5D6FF;
}

.slide-item:hover .item-content {
    color: #F78B17;
}

.slide-item .item-img {
    float: left;
    position: relative;
    top: 8px;
    left: 12px;
    width: 48px;
    height: 48px;
    border: 1px solid #F6F6F6;
    box-shadow: 0px 1px 4px 0px rgba(211, 227, 242, 0.54);
    border-radius: 8px;
}

.slide-item .item-img img {
    max-width: 100%;
}

.slide-item .item-content {
    display: inline-block;
    position: relative;
    top: 10px;
    left: 24px;
    width: 150px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    cursor: pointer;
}

.slide-item .first {
    top: 20px;
}

.hang-box {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    margin: auto;
    width: 40px;
    height: 230px;
}

.hang-bottom-box {
    position: fixed;
    right: 0;
    bottom: 20px;
    z-index: 10;
    width: 40px;
    height: 150px;
}

.icon-box {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50px 0px 0px 50px;
    -webkit-border-radius: 50px 0px 0px 50px;
    background: #000;
    opacity: 0.6;
    margin-top: 1px;
    cursor: pointer;
}

.hang-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 7px;
    margin: auto;
    width: 20px;
    height: 20px;
}

.hang-icon img {
    max-width: 100%;
}

.icon-one img:hover {
    content: url('/static/apkuick/img/icon_hover_video@2x.png')
}

.icon-two img:hover {
    content: url('/static/apkuick/img/icon_hover_article@2x.png')
}

.icon-three img:hover {
    content: url('/static/apkuick/img/icon_hover_game@2x.png')
}

.icon-four img:hover {
    content: url('/static/apkuick/img/icon_hover_introduction@2x.png')
}

.articles-screen {
    width: 100%;
    border-bottom: 1px solid #EEE;
}

.scrren-content {
    padding: 10px 0;
}

.articles-item {
    display: inline-block;
    width: 250px;
    height: 240px;
    background: #FFF;
    box-shadow: 0px 2px 12px 0 rgba(233, 223, 223, 0.5);
    -webkit-box-shadow: 0px 2px 12px 0 rgba(233, 223, 223, 0.5);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    font-size: 12px;
    line-height: 24px;
    vertical-align: top;
    white-space: normal;
    margin-left: 20px;
    margin-top: 15px;
    cursor: pointer;
}

.articles-item:first-child {
    margin-left: 0;
}

.articles-item:hover {
    transform: scale(1.05);
    transition: 0.5s;
}

.articles-img {
    width: 250px;
    height: 150px;
    overflow: hidden;
    border-radius: 20px 20px 0px 0px;
    -webkit-border-radius: 20px 20px 0px 0px;
}

.article-content {
    width: 226px;
    padding: 10px 0;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

.play-icon {
    position: relative;
    bottom: 2px;
    width: 22px;
    height: 22px;
    margin-right: 5px;
}

.video-tutorials {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #EEE;
    border-top: 1px solid #EEE;
}

.expand {
    position: absolute;
    z-index: 10;
    bottom: 10px;
    right: 0;
    width: 112px;
    height: 38px;
    line-height: 32px;
    vertical-align: middle;
    background: #E1F1FF;
    border-radius: 29px;
    border: 2px solid #B5D6FF;
    text-align: center;
    margin-top: 20px;
    color: #338FFF;
    cursor: pointer;
}

.collapse {
    display: none;
    position: sticky;
    z-index: 10;
    bottom: 50px;
    left: 100%;
    width: 112px;
    height: 38px;
    line-height: 32px;
    vertical-align: middle;
    background: #E1F1FF;
    border-radius: 29px;
    border: 2px solid #B5D6FF;
    text-align: center;
    margin-top: 20px;
    color: #338FFF;
    cursor: pointer;
}

.collapse-icon,
.expand-icon {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;

}

.collapse-icon,
.expand-icon img {
    max-width: 100%;
}

.collapse:hover {
    background: linear-gradient(236deg, #2286FF 0%, #38D9FF 100%);
    color: white;
}

.expand:hover {
    background: linear-gradient(236deg, #2286FF 0%, #38D9FF 100%);
    color: white;
}

.collapse:hover img {
    content: url('/static/apkuick/img/collapse_hover.png');
}

.expand:hover img {
    content: url('/static/apkuick/img/expand_hover.png');
}

.iframe {
    position: relative;
    width: 100%;
    height: 275px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    margin-top: 20px;
    z-index: 0;
}

.price {
    color: #F78B17;
    font-weight: 500;
}

.game-box {
    display: none;
    margin-top: 10px;
}

.video-item {
    width: 70%;
    margin-left: 12px;
}

.video-item:first-child {
    margin-left: 0;
}

/* .download-list {
    padding-bottom: 5px;
} */

.content-more {
    display: inline-block;
}

.app-page-content {
    display: none;
}

.app-info-box {
    border-top: 1px solid #EEEEEE;
}

.btn-icon {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

/* .download-item {
    display: inline-block;
    width: 48%;
    margin-left: 2%;
} */

.download-item:first-child {
    margin-left: 0;
}

.app-content {
    margin-top: 14px;
}



.howtoinstall {
    display: flex;
    color: #999999;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}
.howtoinstall:hover{
    color: #F78B17;
}
.howtoinstall img {
    width: 20px;
    height: 20px;
    margin-left: 8px;
    vertical-align: middle;
}

#videoContent {
    display: none;
}

#articlesContent {
    display: none;
}

#playContent {
    display: none;
}

#hangOne {
    display: none;
}

#hangTwo {
    display: none;
}

#hangThree {
    display: none;
}

@keyframes animout {
    0% {
        width: 0%;
        background: rgba(255, 255, 255, 0.25);
    }

    100% {
        width: 100%;
        background: transparent;
    }
}

.anim,
.anim:after {
    animation-iteration-count: infinite;
    animation-duration: 1.3s;
}

.anim {
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    border-radius: 50%;
}

.anim {
    -webkit-animation-name: animout;
    animation-name: animout;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

.anim:before {
    position: relative;
    content: "";
    display: block;
    margin-top: 100%;
}

.anim:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
}

.image-subject-box {
    display: none;
    position: relative;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;

}


.image-subject-bg {
    position: relative;
    width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    padding-bottom: 20px;
    background: #FFF8F1;
    border: 2px solid #FFDBC1;
    overflow: hidden;
}
@media screen and (min-width: 721px) {
.image-subject-bg .title {
    width: 96%;
    color: #333;
    text-align: left;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    margin-top: 20px;
    margin-left:20px;
    word-break: break-all;
    overflow-wrap: break-word;
}
}

.image-subject-content {
    display: block;
    position: relative;
}

.image-info {
    display:block;
    width: 95%;
    /* height: 362px; */
    border-radius: 20px;
    -webkit-border-radius: 20px;
    margin: 0 auto;
    margin-top: 10px;
    overflow: hidden;
}

.image-info .img{
    max-width: 100%;
    border-radius: 20px!important;
    -webkit-border-radius: 20px!important;
}

.image-info input{
    display:none;
}

@media screen and (min-width: 721px) {
.tips-text {
    text-align: center;
    margin-top: 10px;
    color: #999;
    font-size: 14px;
}

.tips-text .tips-icon {
    display: inline-block;
    position: relative;
    top: 9px;
    width: 28px;
    height: 28px;
    background: url("../images/tips-icon.png")no-repeat;
    background-size: 100%;
}

.tips-text p {
    display:inline-block;
    text-align: left;
    margin-left: 8px;
}
}

.upload-and-quiz {
    display: flex;
    position: relative;
    width: 689px;
    height: 52px;
    margin: 0 auto;
    margin-top: 24px;
    background: #F78B17;
    border-radius: 26px;
    -webkit-border-radius: 26px;
    font-family: PingFangSC, PingFang SC;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    overflow: hidden;
    color: white;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.upload-and-quiz:hover {
    background: #FFDBC1;
}

.upload-and-quiz input{
    display:none;
}

.photo-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../images/photo-icon.png")no-repeat;
    background-size: 100%;
}

.upload-text {
    text-align: center;
    margin-left: 12px;
}

.image-result-box {
    display:none;
    width: 689px;
    height: 362px;
    margin: 0 auto;
    background: #FFFFFC;
    border-radius: 20px;
    -webkit-border-radisu: 20px;
    margin-top: 20px;
}

.result-error {
    display:none;
    position: relative;
    top: 68px;
    text-align: center;
}

.not-found-img {
    width: 186px;
    height: 160px;
    margin: 0 auto;
}

.not-found-img img {
    max-width: 100%;
}

.not-found-text {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #CCC;
    margin-top: 12px;
}

.image-upload-bg {
    display:none;
    position: absolute;
    right: 0;
    top: 0;
    width: 158px;
    height: 158px;
    background: url("../images/photo_bg.png")no-repeat;
    background-size: 100%;
}

.quiz-subject-bg {
    display:none;
    position: absolute;
    right: 0;
    top: 0;
    width: 158px;
    height: 158px;
    background: url("../images/subject_bg.png")no-repeat;
    background-size: 100%;
}

.result-success {
    position: relative;
    display:none;
    width: 362px;
    height: 362px;
    /* border-radius: 20px;
    -webkit-border-radius: 20px; */
    margin: 0 auto;
    overflow: hidden;
    cursor:pointer;
}

.result-img img {
    max-width: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.quiz-img {
    width: 646px;
    height: 340px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    margin: 0 auto;
    margin-top: 20px;
}

.quiz-img img {
    max-width: 100%;
}

.quiz-content {
    width: 95%;
    padding: 0 5px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 16px;
    word-break: break-all;
    overflow-wrap: break-word;
    color: #333;
}

.result-loading {
    display:none;
    position: relative;
    top: 89px;
    text-align: center;
}

.upload-loading{
    width: 223px;
    height: 140px;
    margin:0 auto;
}

.upload-loading img{
    max-width:100%;
}

.loading-text{
    width:95%;
    margin:0 auto;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #CCC;
    margin-top: 0.4rem;
}

.triangle{
    position: absolute;
    left: 25px;
    top: -8px;
    z-index: 1;
    width: 30px;
    height: 10px;
    background:url("../images/triangle.png")no-repeat;
    background-size:100%;
}

.triangle img{
    max-width:100%;
}


.vote-box{
    position: relative;
    width:730px;
    height: 231px;
    background: #F1F6FF;
    padding:20px 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    margin: 0 auto;
    margin-top: 45px;
}

.vote-icon{
    position: absolute;
    right:0;
    top:0;
    width: 144px;
    height:104px;
}

.vote-icon img{
    max-width: 100%;
}

.vote-tag{
    width:119px;
    height: 28px;
    background:#DBE1E6;
    border-radius: 19px;
    -webkit-border-radius: 19px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #333;
}

.vote-title{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 24px;
    color: #333;
    margin-top: 10px;
}

.vote-tag .circle{
    display: inline-block;
    position: relative;
    left:12px;
    top:10px;
    width:8px;
    height: 8px;
    border-radius:50%;
    -webkit-border-radius:50%;
    background:#32C424 ;
    float: left;
}

.vote-tag .text{
    color:#333;
    line-height: 28px;
    vertical-align: middle;
    margin-left: 25px;
}

.app-box{
    display: grid;
    gap: 20px;
    grid-template-columns: auto auto;
    width: 100%;
    margin: 0 auto;
    margin-top: 13px;
}

.app-vote_item{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 335px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 45px;
    -webkit-border-radius: 45px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    float: left;
}

.app-checked{
    background: linear-gradient( 236deg, #2286FF 0%, #38D9FF 100%);
    color:white;
}

.app-disabled{
    color: #999;
}

.app-vote_item .face-icon{
    position: absolute;
    left: 14px;
    top:-10px;
    width: 44px;
    height: 44px;
    transform: rotate(-8deg);
}

.app-vote_item .foto-icon{
    position: absolute;
    left: 14px;
    top:-10px;
    width: 44px;
    height: 44px;
    transform: rotate(-8deg);
}

.app-vote_item .remi-icon{
    position: absolute;
    left: 14px;
    top:-10px;
    width: 44px;
    height: 44px;
    transform: rotate(-8deg);
}

.app-vote_item .beauty-icon{
    position: absolute;
    left: 14px;
    top:-10px;
    width: 44px;
    height: 44px;
    transform: rotate(-8deg);
}

.app-vote_item .face-icon,.foto-icon,.remi-icon,.beauty-icon img{
    max-width: 100%;
}

@media screen and (max-width: 720px) {
    .section-title {
        margin-top: 30px !important;
    }
    .download-link {
        font-size: 14px;
    }

    .play-info {
        width: 235px;
        padding: 2px 0;
        float: left;
    }

    .title-box {
        position: relative;
        display: inline-block;
        width: 140px;
        height: 50px;
        top: 15px;
    }

    .play-title {
        font-size: 14px;
    }

    .video-item {
        width: 80%;
    }

    .slide-item {
        display: inline-block;
        width: 190px !important;
        height: 60px;
        background: #FFFFFF;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        box-shadow: 0px 1px 4px 0px rgba(211, 227, 242, 0.54);
        margin-left: 10px;
    }

    .slide-item:hover {
        border: 0;
    }

    .slide-item:hover .item-content {
        color: #333;
    }

    .slide-item:first-child {
        margin-left: 0;
    }

    .slide-item .item-img {
        float: left;
        position: relative;
        top: 5px;
        left: 12px;
        width: 48px;
        height: 48px;
        border: 1px solid #F6F6F6;
        box-shadow: 0px 1px 4px 0px rgba(211, 227, 242, 0.54);
        border-radius: 8px;
    }

    /* .item-img:first-child {
        top: -5px;
    } */

    .slide-item .item-img img {
        max-width: 100%;
    }

    .slide-item .item-content {
        display: inline-block;
        position: relative;
        top: 10px;
        left: 24px;
        width: 120px;
        font-size: 14px;
        color: #333;
        font-weight: 500;
        cursor: pointer;
    }

    .slide-item .first {
        top: 0;
        line-height: 55px;
        vertical-align: middle;
    }

    .play-box {
        width: 100%;
        height: 118px;
        background: #EEF7FF;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        margin-top: 10px;
    }

    .play-btn_box {
        text-align: right;
        margin-right: 20px;
    }

    .play-btn {
        position: relative;
        top: 35px;
        width: 80px;
        height: 40px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        background-image: linear-gradient(to left, #2286FF, #38D9FF);
        color: white;
        font-size: 16px;
        font-weight: 500;
        line-height: 40px;
        vertical-align: middle;
        text-align: center;
    }

    .play-img {
        width: 78px;
        height: 78px;
    }

    .play-info {
        padding: 2px 0;
        float: left;
    }

    .play-icon {
        position: relative;
        bottom: 2px;
        width: 22px;
        height: 22px;
        margin-right: 0;
    }

    .toca-img {
        display: inline-block;
        width: 78px;
        height: 78px;
        margin-top: 18px;
        margin-left: 10px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
    }

    .iframe {
        width: 100%;
        height: 200px;
    }

    .articles-item:hover {
        transform: scale(1);
    }

    .video-right-btn,
    .video-left-btn {
        margin-top: 2px;
    }



    .image-subject-box {
        display:none;
        position: relative;
        width: 100%;
        margin-top: 10rem;
        margin-bottom: 10rem;
    }

    .image-subject-bg {
        position: relative;
        width: 100%;
        border-radius: 16rem;
        -webkit-border-radius: 16rem;
        padding-bottom: 15rem;
        background: #FFF8F1;
        border: 2px solid #FFDBC1;
        overflow: hidden;
    }

    .image-subject-bg .title {
        color: #333;
        text-align: left;
        font-family: PingFangSC, PingFang SC;
        font-weight: 600;
        font-size: 32rem;
        margin-top: 10rem;
        margin-left: 4rem;
        padding: 0 10rem;
    }

    .image-subject-content {
        display: block;
        position: relative;
    }

    .image-info {
        display: block;
        width: 95%;
        /* height: 340rem; */
        border-radius: 20rem;
        -webkit-border-radius: 20rem;
        margin: 0 auto;
        margin-top: 8rem;
        overflow: hidden;
    }

    .image-info .img {
        max-width: 100%;
        border-radius: 20rem !important;
        -webkit-border-radius: 20rem !important;
    }

    .image-info input {
        display: none;
    }

    .tips-text {
        width: 95%;
        margin: 0 auto;
        margin-top: 10rem;
        color: #999;
        font-size: 24rem;
    }

    .tips-text .tips-icon {
        display: inline-block;
        position: relative;
        top: -3rem;
        width: 40rem;
        height: 40rem;
        background: url("../images/tips-icon.png")no-repeat;
        background-size: 100%;
        float: left;
    }

    .tips-text p {
        text-align: left;
        margin-left: 1.6rem;
        word-wrap: break-word;
    }

    .upload-and-quiz {
        display: flex;
        position: relative;
        width: 646rem;
        height: 88rem;
        margin: 0 auto;
        margin-top: 12rem;
        background: #F78B17;
        border-radius:51rem;
        -webkit-border-radius: 51rem;
        font-family: PingFangSC, PingFang SC;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        color: white;
        font-size: 28rem;
        font-weight: 600;
        cursor: pointer;
        transition: 0.3s;
        -webkit-transition: 0.3s;
    }

    .upload-and-quiz:hover {
        background: #FFB76A;
    }

    .photo-icon {
        display: inline-block;
        width: 40rem;
        height: 40rem;
        background: url("../images/photo-icon.png")no-repeat;
        background-size: 100%;
    }

    .upload-text {
        text-align: center;
        margin-left: 10rem;
    }

    .image-result-box {
        width: 92%;
        height: 340rem;
        margin: 0 auto;
        background: #FFFFFC;
        border-radius: 20rem;
        -webkit-border-radisu: 20rem;
        margin-top: 10rem;
    }

    .result-error {
        display: none;
        position: relative;
        top: 20rem;
        text-align: center;
    }

    .not-found-img {
        width: 186rem;
        height: 160rem;
        margin: 0 auto;
    }

    .not-found-img img {
        max-width: 100%;
    }

    .not-found-text {
        width: 95%;
        margin: 0 auto;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 24rem;
        color: #CCC;
        margin-top: 8rem;
    }

    .image-upload-bg {
        position: absolute;
        right: 0;
        top: 0;
        width: 280rem;
        height: 300rem;
        background: url("../images/photo_bg.png")no-repeat;
        background-size: 100%;
    }

    .quiz-subject-bg {
        position: absolute;
        right: 0;
        top: 0;
        width: 280rem;
        height: 300rem;
        background: url("../images/subject_bg.png")no-repeat;
        background-size: 100%;
    }

    .result-success {
        display: none;
        width: 340rem;
        height: 340rem;
        /* border-radius: 20px;
        -webkit-border-radius: 20px; */
        margin: 0 auto;
        overflow: hidden;
        cursor: pointer;
    }

    .result-success img {
        max-width: 100%;
        border-radius: 0;
        -webkit-border-radius: 0;
    }

    .result-img img {
        max-width: 100%;
    }

    .quiz-img {
        width: 11rem;
        height: 11rem;
        border-radius: 1rem;
        -webkit-border-radius: 1rem;
        margin: 0 auto;
        margin-top: 1.3rem;
    }

    .quiz-img img {
        max-width: 100%;
    }

    .quiz-content {
        width: 95%;
        padding: 0 0.2rem;
        overflow: hidden;
        margin: 0 auto;
        margin-top: 1rem;
        font-size: 0.9rem;
        word-break: break-all;
        overflow-wrap: break-word;
        color: #333;
    }

    .triangle {
        position: absolute;
        left: 55rem;
        top: -9rem;
        z-index: 2;
        width: 40rem;
        height: 50rem;
        background: url("../images/triangle.png") no-repeat;
        background-size: 100%;
    }

    .triangle img {
        max-width: 100%;
    }

    .result-loading {
        display: none;
        position: relative;
        top: 50rem;
        text-align: center;
    }

    .upload-loading {
        width: 255rem;
        height: 160rem;
        margin: 0 auto;
    }

    .upload-loading img {
        max-width: 100%;
    }

    .loading-text {
        width: 95%;
        margin: 0 auto;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 24rem;
        text-align: center;
        color: #CCC;
        margin-top: 8rem;
    }


    .vote-box{
        position: relative;
        width:686rem;
        height: 384rem;
        background: #F1F6FF;
        padding:20rem 20rem;
        border-radius: 20rem;
        -webkit-border-radius:20rem;
        margin: 0 auto;
        margin-top: 65rem;
    }
    
    .vote-icon{
        position: absolute;
        right:0;
        top:0;
        width: 180rem;
        height:130rem;
    }
    
    .vote-icon img{
        max-width: 100%;
    }
    
    .vote-tag{
        width:205rem;
        height: 38rem;
        background:#DBE1E6;
        border-radius: 19rem;
        -webkit-border-radius: 19rem;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 24rem;
        color: #333;
    }
    
    .vote-title{
        font-family: PingFangSC, PingFang SC;
        font-weight: 600;
        font-size: 32rem;
        color: #333;
        margin-top: 10rem;
    }
    
    .vote-tag .circle{
        display: inline-block;
        position: relative;
        left:10rem;
        top:12rem;
        width:12rem;
        height: 12rem;
        border-radius:50%;
        -webkit-border-radius:50%;
        background:#32C424 ;
        float: left;
    }
    
    .vote-tag .text{
        color:#333;
        line-height: 38rem;
        vertical-align: middle;
        margin-left: 25rem;
        font-size: 24rem;
    }
    
    .app-box{
        display: grid;
        gap: 20rem;
        grid-template-columns: auto auto;
        width: 100%;
        margin: 0 auto;
        margin-top: 23rem;
    }
    
    .app-vote_item{
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        width: 313rem;
        height: 80rem;
        background: #FFFFFF;
        border-radius: 45rem;
        -webkit-border-radius: 45rem;
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        font-size: 28rem;
        color: #333;
        cursor: pointer;
        float: left;
    }
    
    .app-checked{
        background: linear-gradient( 236deg, #2286FF 0%, #38D9FF 100%);
        color:white;
    }
    
    .app-disabled{
        color: #999;
    }
    
    .app-vote_item .face-icon{
        position: absolute;
        left: 5rem;
        top:-10rem;
        width: 66rem;
        height: 66rem;
        transform: rotate(-8deg);
    }
    
    .app-vote_item .foto-icon{
        position: absolute;
        left: 5rem;
        top:-10rem;
        width: 66rem;
        height: 66rem;
        transform: rotate(-8deg);
    }
    
    .app-vote_item .remi-icon{
        position: absolute;
        left: 5rem;
        top:-10rem;
        width: 66rem;
        height: 66rem;
        transform: rotate(-8deg);
    }
    
    .app-vote_item .beauty-icon{
        position: absolute;
        left: 5rem;
        top:-10rem;
        width: 66rem;
        height: 66rem;
        transform: rotate(-8deg);
    }
    
    .app-vote_item .face-icon,.foto-icon,.remi-icon,.beauty-icon img{
        max-width: 100%;
    }
}

@media screen and (min-width: 390px) and (max-width: 720px){
    .quiz-content {
        width: 95%;
        padding: 0 0.2rem;
        overflow: hidden;
        margin: 0 auto;
        margin-top: 1rem;
        font-size: 0.9rem;
        word-break: break-all;
        overflow-wrap: break-word;
        color: #333;
    }
}

#uploadBox{
    display:none;
}

#quizBox{
    /* display:none; */
}

.mark-img{
    display:none;
    width:100%;
    height:100%;
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    top:0;
    z-index:9999;
    background:rgba(0,0,0,0.7);
    padding:15px;
    box-sizing:border-box;
}
.mark-img .mobile-img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 80%;
}

.mark-img .pc-img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60%;
}

#tryAgain{
    display:none;
}
.color-blue {
    color: #0097DD;
    background: #D6F2FF;
}
.color-blue-border {
    border-left: 4px solid #D6F2FF;
}
.color-green {
    color: #0B8949;
    background: #CEFFE6;
}
.color-green-border {
    border-left: 4px solid #CEFFE6;
}

.color-red {
    color: #E92930;
    background: #FFE4E5;
}
.color-red-border {
    border-left: 4px solid #FFE4E5;
}

.color-yellow {
    color: #FF8C1A;
    background: #FFEDD6;
}
.color-yellow-border {
    border-left: 4px solid #FFEDD6;
}

.color-zi {
    color: #9B6FFF;
    background: #ECE3FF;
}
.color-zi-border {
    border-left: 4px solid #ECE3FF;
}

.custom_box{
    margin-top: 30px;
}
.custom_box_tag{
    position: relative;
    padding: 2px 20px 2px 6px;
    height: 24px;
    width: fit-content;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    font-style: normal;
}
.custom_box ul{
    margin-top: 15px;
}
.custom_box ul li {
    padding-left: 12px;
    margin-top: 16px;
}
.custom_box ul li .custom_box_title {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 22px;
    text-align: left;
    font-style: normal;
}
.custom_box ul li .custom_box_desc {
    margin-top: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    letter-spacing: 0.8px;
}
.custom_box_tag::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 13rem solid transparent;
    border-bottom: 10rem solid transparent;
    border-right: 10rem solid #ffffff;
}
.rate{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 55px;
    margin-top: 37px;
}
.rate .rate-left{
    display: flex;
    margin-right: 100px;
}
.rate-left-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.rate-left-box-nums{
    font-weight: 900;
    font-size: 45px;
    color: #000000;
    line-height: 35px;
    text-align: center;
    font-style: normal;
}
.rate-left-box-votes{
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 17px;
    text-align: center;
    font-style: normal;
    margin-top: 5px;
}
.rate .rate-right{
    flex: 1;
}
.rate .rate-right ul li{
    display: flex;
    align-items: center;
}
.rate .rate-right ul li{
    margin-bottom: 10px;
}
.rate .rate-right ul li:last-child{
    margin-bottom: 0;
}
.rate .rate-right ul li span{
    margin-right: 10px;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    line-height: 17px;
    text-align: left;
    font-style: normal;
}
.rate .rate-right ul li .rate-right-line{
    position: relative;
    width: 100%;
}
.rate .rate-right ul li .rate-right-line .rate-right-line-box{
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
    background: #FFBC4C;
    border-radius: 9px;
    width: 20px;
}
.rate .rate-right ul li .rate-right-line::after{
    display: block;
    content: '';
    width: 100%;
    height: 8px;
    background: #F6F6F6;
    border-radius: 9px;
}
.rate-left-img {
    width: 46px;
    height: 88px;
    background: url("../images/rate-left.png") no-repeat center;
    background-size: 100% auto;
}
.rate-right-img {
    width: 46px;
    height: 88px;
    background: url("../images/rate-right.png") no-repeat center;
    background-size: 100% auto;
}
.rate-left-box-start{
    position: relative;
    margin: 5px auto 0 auto;
    width: 110px;
}
.rate-left-box-start-box{
    width: 110px;
    height: 14px;
}
.rate-left-box-start-start {
    height: 14px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.rate-left-box-start-start::after{
    content: '';
    width: 110px;
    height: 14px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/start@2x.png") no-repeat center;
    background-size: 100% auto;

}
.rate-left-box-start-hui{
    background: url("../images/start_hui@2x.png") no-repeat center;
    background-size: 100% auto;
}
/* faq 模块 */
.faq-box{
    margin-bottom: 30px;
}
.faq-box-link{
    font-size: 16px;
    color: #FF8500;
    font-weight: 500;
}
.faq-box ul{
    margin-top: -2px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.faq-box ul li{
    width: calc((100% / 2) - 8px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 14px;
    padding: 19px 24px;
    background: linear-gradient( 130deg, #FFF6EC 0%, rgba(255,218,178,0.13) 100%);
    border-radius: 4px;
    margin-right: 16px;
    font-weight: 600;
    font-size: 14px;
    color: #FF8500;
    text-align: left;
    font-style: normal;
    cursor: pointer;
}
.faq-box ul li:nth-child(2n){
    margin-right: 0;
}
.faq-box ul li::after{
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url("../images/faq-icon@2x.png") no-repeat center;
    background-size: 100% auto;
}