@media (max-width: 768px) {
    .logo {
        height: 16px;
        width: 90px;
    }
    .slide .swiper-slide {
        height: 130vw!important;
    }
    
    .slide-inner .text-area {
        font-size: 9vw!important;
    }
    
    .product-type-list {
        grid-template-columns: repeat(1, 1fr)!important;
        grid-auto-rows: 120px!important;
        grid-auto-flow: unset!important;
    }
    .block-popular .product-type-list a .text{
        font-size: 20px;
    }
    
    .main {
        margin: 0 10px!important;
	    width:unset; 
        padding: 0!important;
    }
    #region_button {
        display: none;
    }

    header .header-left {
        flex: 1;
    }
    header .header-wrap {
        padding: 0;
    }
    header .mobile-open-menu {
        display: inline-block!important;
    }
    header .mobile-member {
        display: none!important;
    }
    
    .block-tips {
        padding: 0!important;
    }
    
    .block-tips .main {
        margin: 0!important;
    }
    
    /*.swiper-header {*/
    /*    display: none;*/
    /*}*/

    
    .index-section h2 {
        font-size: 26px;
    }
    
    .web-path {
        display: none;
    }
    
    .index-section {
        padding: 20px 0;
        margin-bottom: 30px;
    }
    
    .block-img {
        display: none;
    }
    
    .header-menu {
    	display: none!important;
    }
    
    .path {
        display: none!important;
    }
    
    #product_page body {
        background: #f6f6f6;
    }
    
    .product-list li .box {
        border-radius: 7px;
        overflow: hidden;
    }
    
    #product_page .product-left {
        display: none;
    }
    
    #product_details .details-info-wrap {
    	display: block
    }
    
    #product_details .product-info .main {
        margin: 0 10px!important;
    }
    
    #product_details .info-box {
    	padding: 10px;
    }

    
    #product_details .thumb-box {
    	width: 100%
    }

    .block-popular .product-type-list li{
        flex:unset;
        width: 33.3%;
    }

    .product-list li {
    	width: 50%!important;
    }
    
    .maybe-like .product-list li {
    	width: 50%!important;
    }
    
    footer .main {
        margin: 0 !important;
    }
    
    .foot-menu {
        display: block;
        padding:0!important;
    }
    
    .foot-menu dl {
    }
    
    .product-list {
        margin: -5px;
    }
    
    .product-list li {
        padding: 5px;
    }
    .product-list .goods-content {
        padding: 7px;
    }
    
    .product-list .goods-img .discount-label {
        padding: 0px 5px;
        top: 10px;
        left: 10px;
    }    
    .product-list .name {
        font-size: 14px;
    }
    
    .swiper-feedback .goods-img .discount-label {
        padding: 3px 7px;
        bottom:10px;
        left: 10px;
        top: unset;
    }
    
    
    #layer_cart .layer-body {
        top:unset;
        left:0;
        right: 0;
        bottom: 0;
        width: unset;
        max-height: 85%;
        -webkit-transform: -webkit-translateY(100%);
        transform: translateY(100%);
    }

    #layer_cart.active .layer-body {
        -webkit-transform: -webkit-translateY(0);
        transform: translateY(0);
    }
    
    
    .block-contact-us .box {
        width: unset;
        margin:auto -10px;
    }
    
    .index-section .more a {
        display: block;
    }
    
    .foot-menu dl.toggle {
        position: relative;
    }
    
    .foot-menu dl.toggle:before {
        content:"\eb15";
        font-family: "iconfont";
        transition: transform .2s;
        position: absolute;
        right: 15px;
        top: 10px;
    }
    
    .foot-menu dl.toggle dt{
        cursor: pointer;
    }
    
    .foot-menu dl.active  {
        margin-bottom: 20px;
    }
    
    .foot-menu dl.active dd {
        display: block;
    }
    
    .foot-menu dl.active:before {
        transform: rotate(180deg); 
    }
    
    .foot-menu dd {
        display: none;
    }
    
    .foot-menu dd .line {
        padding: 10px 0;
    }
    
    .foot-menu dd .line:last-child {
        border:none;
    }
    
    #checkout_page .checkout-body {
        display: unset!important
    }
    
    #checkout_page .checkout-right {
        margin: unset!important;
        padding:0!important;
    }
    
    #checkout_page .item-list .u2 {
        display: unset;
    }
    #checkout_page .step_1_footer {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 15px 15px;
        text-align: left;
        background: #fff;
    }
    #checkout_page .step_1_footer .subtotal {
            text-align: left;
        display: flex;
    }
    
    #checkout_page .step_1_footer .subtotal .label {
        flex: 1;
    }
    
    #checkout_page .step_1_footer #next_button{
        width: 100%;
    }
    
    #member_page .body-left {
        display: none;
    }
    
    #cookies_agreement {
        bottom: 20px;
        left: 20px;
        right: 20px;
        z-index: 777;
        width: unset;
    }
}