/* value porp */
html.touch #icon-card-shopping-experience .fix-qr-code {
    display: none!important
}
html.no-touch #icon-card-shopping-experience .fix-qr-code {
    display: block!important
}
/* value porp */

/*彻彻底底-调整图片位置*/
.section-new-audio-experience .copy-container {
    padding-bottom: 78px;
}

@media (min-width: 1068px) {
    .section-new-audio-experience .copy-container {
       padding-bottom: 85px;
    }
}

@media (min-width: 734px) {
    .section-new-audio-experience .copy-container {
        padding-bottom: 91px;
    }
}

/*30小时-上下间距一致*/
.stat .stat-content {
    margin-top: var(--sk-stat-margin-top);
    margin-bottom: var(--sk-stat-margin-bottom);
    padding-top: 4px;
    padding-bottom: 4px;
}

@media only screen and (max-width: 400px) {
    .xs-rp {
        position: static;
    }
}

@media (max-width: 400px) {
    br.xsmall-hide {
        display:none
    }
}

/* 彩色字 */
.section-charging .stat-value {
    -webkit-background-clip:text;
}
.section-magic .siri .gallery-item-copy span{
    -webkit-background-clip:text;
}



/* 安卓影片链接隐藏 */
#film-airpods-4-mp4 {
    display: none;
}