/* 隐藏加购弹窗xcotton模块 */
@media(max-width: 766px) {
    .drawer.drawer--cart .cart-drawer__summary #xcottonWrapper {
        display: none;
    }
}