/* 移动端样式 */
@media only screen and (max-width: 768px) {
    .current{
        background-color: transparent!important;
        padding: 0!important;
        align-items: center!important;
    }
    .current-title{
        font-size: 22px!important;
    }
    .page-title{
        font-size: 16px!important;
    }
    .section-title{
        font-size: 16px;
    }
    .review-curapp-pcitem{
        padding: 0 12px!important;
    }
    .review-curapp-pcitem:nth-child(1){
        padding-left: 0!important;
    }
    .flex-row{
        flex: 1;
    }
    .rightbtn,.leftbtn{
        display: none!important;
    }
    .version-item::before {
        border: 6px solid #5B98FC;
        border-color: #5B98FC transparent transparent #5B98FC;
    }
    .n-version-ls .version-item {
        padding: 16px 20px 16px 20px;
    }

    .hot-ls-wp{
        margin: 0!important;
    }
    .hot-item:nth-child(2n + 1) {
        margin-right: 10px;
        /* width: 100%; */

    }
    .qshowmore{
        right: 10px;
    }
    .flex-row{
        /* width: 100%; */
    }
    .screen-item-shoot{
        width: 41%;
    }
    #searchmenu:checked~.search-side .hot-item-pic{
        width: 78px;
        height: 78px;
    }
    .mobile-page-right{
        padding-left: 10px;
        padding-right: 10px;
    }
    .curapp{
        background: none;
        padding: 0;
    }
    .hot-ls{
        padding-left: 0;
    }
    .hot-ls-w-100{
        width: 100%;
    }
    .hot-item-w-100{
        width: 100%;
    }
    .current-list-pc{
        display: none!important;
    }
    .current-list-mobile{
        display: flex!important;
        align-items: center;
        justify-content: space-between;
    }
    .footer-service{
        align-items: center;
    }

    .rate{
        padding: 0;
        margin-top: 0px;
    }
    .rate-left-img, .rate-right-img{
        width: 33px;
        height: 63px;
    }
    .rate .rate-left {
        margin-left: 0;
        margin-right: 40px;
    }
    .rate .rate-right ul li{
        margin-bottom: 5px;
    }
    .rate-right{
        margin-top: 0px;
    }
    .rate-left-box-nums{
        font-size: 30px;
        text-align: center;
        line-height: 28px;
    }
    .faq-box ul li{
        padding: 8px;
    }
    .rate-left-box-start{
        width: 112px;
        margin: 0 auto;
    }
    .rate-left-box-start-start::after{
        width: 112px;
    }
    .rate-left-box-start-box{
        width: 112px;
        margin-top: 2px;
    }
    .rate-left-box-votes{
        margin-top: 5px;
    }
    .faq-box ul li{
        font-weight: normal;
        width: 100%;
        margin-right: 0;
        padding: 19px 12px;
    }
    .faq-box ul li::after {
        width: 22px;
        height: 22px;
    }
    .custom_box ul li .custom_box_desc {
        font-size: 16px;
        color: #333333;
    }
    .custom_box_tag::after {
        border-top: 22rem solid transparent;
        border-bottom: 24rem solid transparent;
        border-right: 20rem solid #ffffff;
    }
}