* {
    margin: 0;
    padding: 0;
}

.ui-loader {
    display: none
}

.heng {
    height: 100vh;
}

.shop_section p {
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    font-weight: 100
}

.shop_section p strong {
    font-weight: bold
}

#wrap {
    width: 100%;
    height: 100vh;
    margin-top: 0px;
    /* margin-top:-100vh; */
    display: block;
    position: absolute;
    overflow: hidden
}

.bg {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-direction: row;
}

.shop_section {
    height: 100vh;
    /* border-right: 1px solid rgba(255, 255, 255, 0.1); */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;

    -webkit-box-flex: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;
    /* OLD - Firefox 19- */
    width: 25%;
    /* For old syntax, otherwise collapses. */
    -webkit-flex: 1;
    /* Chrome */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1 0;
}

.shop_section p.madness {
    width: 100%;
    height: 120px;
    display: block;
    /*background: url(../images/logo_madness.png) no-repeat top center;*/
    background-size: contain;
    text-indent: -9999px;
    position: absolute;
    bottom: 45%;
    left: 0;
    opacity: 0
}

.shop_section p.madgirl {
    width: 100%;
    height: 80px;
    display: block;
    /*background: url(logo_madgirl.png) no-repeat top center;*/
    background-size: contain;
    text-indent: -9999px;
    position: absolute;
    bottom: 45%;
    left: 0;
    opacity: 0
}

#section3.shop_section:hover p.madgirl,
#section1.shop_section:hover p.madness {
    opacity: 1
}

.shop_section:last-child {
    border-right: none
}

.shop_section .info {
    height: 260px;
    padding: 0.5rem 0rem;
    margin: 1.5rem 0rem 0rem;
    letter-spacing: 0.1rem;
    /* opacity: 0.3; */
    position: absolute;
    bottom: -140px;
    /* background: #000000; */
    /* background:rgba(0,0,0,0.3); */
    width: 99.9%;
    z-index: 666;

    /* border-radius:5px; */
}

.shop_section .info .infotitle {
    margin: 0px 5%;
    padding: 1.5rem 0 0.5rem 0;
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    font-weight: 100;
}

.shop_section .info .infoimg {
    display: none;
}

.shop_section .info p {
    margin: 0px 5%;
    padding: 1rem 0 0.5rem 0;
}

.shop_section .info .xiao {
    margin: 0px 5%;
    padding: 0.5rem 0 1rem 0;
    font-size: 14px;
    color: #fff;
    font-weight: 100;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    /* font-family:Arial,Microsoft YaHei, sans-serif; */
}

.shop_section .info .line {
    margin: -2px 85% 0px 5%;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.6);
}

/*.shop_section a.btn{ font-size:15px; font-weight:bold; color:#fff; padding:0.8rem 1.8rem; border:2px solid #fff; text-decoration:none; position:absolute; margin:3rem 0}*/
.shop_section .info .btn {
    margin: 0px 5%;
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.1rem;
    padding: 1.8rem 0;
    text-decoration: none;
    position: absolute;
    line-height: 30px;
}

.shop_section a.btn:hover {
    background: #000000;
    border: none
}

.shop_section:hover .info a {
    margin: 1rem 0;
    color: #fff;
}

.shop_section:hover {
    cursor: pointer
}

.shop_section:hover .info {
    margin: 6rem 0rem;
    /* background:rgba(0,0,0,0.7); */
    bottom: -85px;
}

.shop_section .mengban {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.shop_section .myimg {
    /* transform: rotate(45deg); */
    position: absolute;
    /* box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3); */
    left: calc(50vw - 175px);
    top: 35%;
    opacity: 0.8;
    animation: box1 cubic-bezier(0.1, 0, 0.65, 1) 1s 1;
    z-index: 999;
}

@keyframes box1 {
    from {
        top: 35%;
        opacity: 0.1;
    }

    to {
        top: 35%;
        opacity: 0.8;
    }
}

.shop_section .myimg img {
    width: 350px;
}

.shop_section a,
.shop_section .info,
.item1,
.item2,
.item3,
.item4,
.sidemenu {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.fullscreen-bg .bgimg {
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

.fullscreen-bg .bgimg img {
    overflow: hidden;
    width: 1920px;
    height: 1000px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -960px;
    margin-top: -500px;
}

.btn_menu {
    position: absolute;
    top: 0.4rem;
    left: 1rem;
    background: url(../images/menu_logo.svg) no-repeat;
    width: 40px;
    height: 40px;
    background-size: contain;
    z-index: 2;
}

/*.btn_menu{ position:absolute; top:1rem; left:1rem; color:#fff; text-decoration:none; width:30px; height:10px; border-top:2px solid #fff;border-bottom:2px solid #fff;}
.btn_menu:after{ content:""; width:100%; height:2px; position:absolute; top:4px; background:#fff}*/
.btn_cart {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #fff;
    text-decoration: none;
    width: 30px;
    height: 30px;
    z-index: 2;
}

.btn_cart:after {
    content: "";
    font-family: 'Simple-Line-Icons';
    color: #fff;
    font-size: 25px
}

.on.sidemenu {
    left: 0
}


.swiper-pagination {
    display: none;
}

@media (max-width: 1370px) {
    .shop_section .info .xiao {
        font-size: 12px;
    }
}

@media (max-width: 800px) {
    /* Mobile */

    html,
    body {
        height: 100%;
        position: relative;
    }

    body {
        background: #eee;
        color: #000;
        /* font-family: Helvetica Neue, Helvetica, Arial, sans-serif; */
        font-size: 14px;
        margin: 0;
        padding: 0;
    }

    .heng {
        height: 93vh;
    }

    #wrap {
        height: 93vh;
    }

    .swiper-container {
        height: 100%;
        width: 100%;
    }

    .swiper-slide {

        align-items: center;
        background: #fff;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex: none;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        width: 100%;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1 0;
        font-size: 18px;
        justify-content: center;
        ms-flex-align: center;
        ms-flex-pack: center;
        text-align: center;
        webkit-align-items: center;
        webkit-box-align: center;
        webkit-box-pack: center;
        webkit-justify-content: center;
    }

    .item1,
    .item2,
    .item3,
    .item4 {
        background: none;
    }

    .sidemenu .option {
        position: absolute;
    }

    .shop_section {
        border: none;
        flex: none;
        -webkit-flex: none;
    }

    .shop_section .info {
        text-align: center;
        padding: 0.5rem 0rem;
        margin: 1.5rem 0rem 0rem;
        letter-spacing: 0.1rem;
        opacity: 1;
        position: absolute;
        background: rgba(0, 0, 0, 0.2);
    }

    .shop_section .info .infoimg {
        display: block;
        margin: 58vh 20% 0 20%;
        text-align: center;
    }

    .shop_section .info .infoimg img {
        width: 226px;
        height: 68px;
        /* padding: 0 0 0 5px; */
    }

    .shop_section .info .infotitle {
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        padding: 2vh 0 1rem 0;
        font-size: 20px;
        z-index: 999;
    }

    .shop_section .info .xiao {
        display: none;
    }

    .shop_section .info .line {
        margin: -2px 43% 0px 43%;
    }

    /*.shop_section a.btn{ font-size:15px; font-weight:bold; color:#fff; padding:0.8rem 1.8rem; border:2px solid #fff; text-decoration:none; position:absolute; margin:3rem 0}*/
    .shop_section .info .btn {
        font-size: 14px;
        padding: 0.8rem 0 2.5rem 0;
        line-height: 25px;
        z-index: 999;
    }


    .shop_section p.madness {
        width: 100%;
        height: 100px;
        display: block;
        /*background: url(logo_madness.png) no-repeat top center;*/
        background-size: contain;
        text-indent: -9999px;
        position: absolute;
        bottom: 50px;
        left: 0;
        opacity: 1
    }

    .shop_section p.madgirl {
        width: 100%;
        height: 80px;
        display: block;
        /*background: url(logo_madgirl.png) no-repeat top center;*/
        background-size: contain;
        text-indent: -9999px;
        position: absolute;
        bottom: 50px;
        left: 0;
        opacity: 1
    }

    .shop_section:hover .info {
        margin: 0
    }

    .shop_section .info,
    .shop_section .info:hover {
        bottom: 0;
        left: 0;
        height: 100vh;
        width: 100%;
    }

    .shop_section p.btn {
        position: relative;
        line-height: 2rem;
        font-size: 16px;
        background: rgba(0, 0, 0, 0.0);
        border-bottom: 0px solid #fff;
        margin: 0 0rem 0.5rem 0rem;
    }

    .shop_section .info a {
        margin: 1rem auto;
    }

    .shop_section:hover .info a {
        margin: 1rem auto
    }

    .swiper-pagination {
        display: block;
        position: absolute;
        /* top: 100px; */
        bottom: 60px;
        text-align: center;
        width: 100%
    }

    .swiper-pagination-bullets {
        bottom: 15px;
    }

    /*.swiper-pagination ul{ list-style:none; text-align:center}*/
    .swiper-pagination .swiper-pagination-bullet {
        display: inline-block;
        margin: 0 500px;
        width: 12px;
        height: 12px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        background: rgba(255, 255, 255, 1);

    }

    .swiper-pagination .swiper-pagination-bullet-active {
        background: rgba(236, 109, 30, 1);
    }

}