*{
    margin: 0;
    padding: 0;
}
ul,li{
    list-style: none;
    padding: 0;
    margin: 0;
}
a{
    text-decoration:none
}

body{
    background-color: #000000;
    width: 100%;
    font-size:0;
    padding-top:4rem;
}
html{
    font-family: "PingFangSC-Regular","Helvetica Neue", Helvetica, STHeiTi, sans-serif;
    font-size: 20px;
    -webkit-user-select: none;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    width: 100%;
}
@media (min-width: 400px) and (max-width: 480px) {
    html{
        font-size: 25px;
    }
}
@media (min-width: 480px) and (max-width: 640px) {
    html{
        font-size: 30px;
    }
}
@media (min-width: 640px) {
    html{
        font-size: 40px;
    }
}
.top-menu{
    position: fixed;
    overflow-y: scroll;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: max-height .8s ease;
    -webkit-transition: max-height .8s ease;
    -moz-transition: max-height .8s ease;
    overflow: hidden;
    max-height: 0;
}
.top-menu.show{
    max-height: calc(100vh);
}
.close-btn{
    position: absolute;
    top: 0;
    left: 0;
    width: .7rem;
    height: .7rem;
    padding: .7rem;
}
.close-btn:before{
    transform: rotate(45deg);
}
.close-btn:after{
    transform: rotate(-45deg);
}
.close-btn:before,
.close-btn:after{
    content: '';
    position: absolute;
    height: 2px;
    width: 1rem;
    top: 50%;
    left: .7rem;
    margin-top: -1px;
    background-color: #fff;
}

.menu{
    margin: 2.1rem auto 0;
    font-size: .6rem;
    /* padding: 0 0 1rem; */
    line-height: 4;
    background: rgba(0,0,0,.8);
    overflow: hidden;
    /* text-align: left; */
}
@media (max-height: 480px) {
    .menu > li{
        width: 50%;
        float: left;
        box-sizing: border-box;
    }
    .menu > li:nth-child(odd) > a{
        border-right: 1px solid #404040;
    }
}

.sub-menu > li{
    width: 25%;
}
.menu li{
    margin: 0 auto;
}
.menu a.open{
    border-bottom: 1px solid #fff;
}
.menu li a{
    border-bottom: 1px solid #404040;
}
.sub-menu > li > a{
    border-bottom: 1px solid #fff;
}
.menu a{
    text-decoration: none;
    color: #fff;
    text-align: left;
    display: block;
    padding: 0 .7rem;
    position: relative;
}
.sub-menu{
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s linear;
    -webkit-transition: max-height .4s linear;
    -moz-transition: max-height .4s linear;
}
.sub-menu.show{
    max-height: 400px;
}

header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 2.1rem;
    background-color: rgba(0, 0, 0, .9);
    z-index: 500;
    text-align: center;
}

.menu-btn{
    position: absolute;
    padding: .7rem;
    top: 0;
    left: 0;
    width: 1rem;
    height: .7rem;
}
.menu-btn:before{
    content: '';
    position: absolute;
    height: 2px;
    width: 1rem;
    top: 50%;
    left: .7rem;
    margin-top: -1px;
    background-color: #fff;
}
.menu-btn:after{
    content: '';
    position: absolute;
    top: .7rem;
    left: .7rem;
    width: 1rem;
    height: .7rem;
    margin-top: -2px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.logo{
    margin-top: .7rem;
    height: .7rem;
    display: inline-block;
}
.swiper-container{
    width: 100%;
    height: 100%;
}
.swiper-wrapper{
    height: 100%;
    width: 100%;
}
.top-menu2{
    width: 100%;
    height: 1.5rem;
    line-height: 1.5rem;
    background: #121212;
    position: fixed;
    z-index: 150;
    top: 2.1rem;
    left: 0;
    justify-content: flex-end;
    display: flex;
}
.top-menu2 a{
    margin-right:1.4rem;

    font-size: 0.55rem;
    color: #6f6f6f;
}
.top-menu2 a.active{
    color: #fff;
}

#heart{
    font-size: 1.28rem;
    color: #ffffff;
    opacity: 0.7;
    text-align: center;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
#buy{
    display: block;
    color:#FFFFFF;
    width: 1.5rem;
    height: .9rem;
    background: #f08209;
    border-radius: .1rem;
    text-align: center;
    vertical-align:middle;
    line-height: .9rem;
    margin-top: .3rem;
}
.end a{
    color: #000000;
}
.choose{
    display: block;
    clear: both;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1000;
    top:2.1rem;
}
.choose a:nth-of-type(2){
    display: block;
    width: 100%;
    height: 53%;
    background: url('http://img.loock.cn/mobile/common/yunding.png') no-repeat center;
    background-size: cover;
}
.choose a:nth-of-type(1){
    display: block;
    width: 100%;
    height: 47%;
    background: url('http://img.loock.cn/mobile/common/loock.png') no-repeat center;
    background-size: cover;
}
.img_one {
    width: 100%;
}
.img_one img {
    width: 100%
}




