﻿* {
    padding:0;
    margin:0;
}

html {
    -webkit-tap-highlight-color: transparent;
    height: 100%;
    min-width: 320px;
    overflow-x: hidden;
}

body {
    background-color: #eeeeee;
}

p, h6 {
    line-height: 1.61;
    text-align: justify;
    margin: -.2em 0;
    word-break: break-all;
}

.dropdown-toggle {
    position: relative;
    width: 100%;
    height: 40px;
    background: url(/Assets/simg/list/dropRightBorder.png) no-repeat;
    background-position: 3px right;
    background-size: 1px 38px;
    color: #7b7b7b;
    text-align: left;
    text-align: center;
    line-height: 40px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
}

.dropdown-toggle.caret:after {
    position: absolute;
    top: 18px;
    display: inline-block;
    margin-left: 4px;
    width: 0;
    height: 0;
    border-top: 6px solid #7b7b7b;
    border-right: 4px solid transparent;
    border-bottom: 0;
    border-left: 4px solid transparent;
    content: "";
}

.dropdown-toggle:first-child {
    border: 0;
}

.dropdown-wrapper {
    position: relative;
}

.dropdown-module {
    position: absolute;
    overflow: visible;
    width: 100%;
    height: 0;
    -webkit-transition: height .3s;
}

.scroller-wrapper {
    position: relative;
}

.act-wrapper, .biz-wrapper, .brand-wrapper, .category-wrapper, .sort-wrapper, .subway-wrapper {
    display: none;
}

.act-wrapper.active, .biz-wrapper.active, .brand-wrapper.active, .category-wrapper.active, .sort-wrapper.active, .subway-wrapper.active {
        display: block;
    }

.scroller-wrapper .dropdown-scroller ul {
    width: 100%;
    background: #fff;
}

.navBox {
    position: relative;
    z-index: 1000;
}

.navBox > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        border-bottom: 1px solid #edebeb;
        background: #fff;
        text-align: center;
    }

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.dropdown-toggle {
    position: relative;
    width: 100%;
    height: 40px;
    background: url(../../simg/list/dropRightBorder.png) no-repeat;
    background-position: 3px right;
    background-size: 1px 38px;
    color: #7b7b7b;
    text-align: left;
    text-align: center;
    line-height: 40px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
}

.dropdown-toggle.caret:after {
        position: absolute;
        top: 18px;
        display: inline-block;
        margin-left: 4px;
        width: 0;
        height: 0;
        border-top: 6px solid #7b7b7b;
        border-right: 4px solid transparent;
        border-bottom: 0;
        border-left: 4px solid transparent;
        content: "";
    }

.dropdown-list > li {
    position: relative;
    height: 3rem;
    border-bottom: 1px solid #e2e2e2;
    line-height: 3rem;
    -webkit-transform: translate3d(0,0,0);
}

.dropdown-list > li.active {
        background: #f6f4f0;
    }

.dropdown-list span {
    margin: 0;
    margin-left: .4rem;
    text-align: left;
}

.dropdown-list .quantity {
    position: absolute;
    top: .3rem;
    right: 0;
    display: inline-block;
    margin-right: .16rem;
    text-align: right;
    font-size: .22rem;
}

.dropdown-list .quantity > b {
        float: right;
        padding: 0 .6rem;
        height: 1rem;
        border-radius: 1rem;
        background: #ccc;
        color: #fff;
        font-weight: 400;
        font-size: .24rem;
        line-height: 1rem;
    }

.right-arrow-point-right .quantity > b:after {
    float: right;
    padding-left: 7px;
    content: '>';
    font-family: simsun;
    -webkit-transform: scale(.8,1.5);
}

.scroller-wrapper .dropdown-sub-scroller {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 100%;
    border-left: 1px solid #e2e2e2;
    background: #f6f4f0;
}

.dropdown-list.sub-list > li {
    border-bottom: 1px solid #e2e2e2;
}

.list li {
    /*border-bottom: 1px solid #edebeb;*/
    display: -webkit-box;
    padding: 10px 15px;
    margin: 10px 0;
    background-color: white;
}

.img-box {
    width: 22.5vw;
    height: 22.5vw;
    position: relative;
    top: 1.5vh;
}

.img-box img {
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }

.block-right {
    margin-left: 1vw;
    width: 54vw;
}

.block-right p {
    margin-top: 0;
}

.block-right p:nth-child(1) {
        margin-bottom: 10px;
        margin-top: 10px;
    }

.title label {
    font-weight: 400;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 50vw;
    display: inline-block;
}

.ico_rest {
    position: absolute;
    right: 0;
    margin-top: -22px;
    width: 39px;
    height: 39px;
    background-position: -33px -32px;
    background: url(../../../Assets/simg/xiuxi.png);
}

.distance {
    position: absolute;
    right: 10px;
    color: #fe5921;
}

.tel {
    position: relative;
    top: 50px;
    left: 30px;
}

.tel img {
        height: 30px;
    }

.shade {
    top: 10%;
    left: 0;
    z-index: 20;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.7);
    position: absolute;
}

.hide {
    display: none;
}

small {
    font-size: 13px;
}