@charset "utf-8";
/* CSS Document */

.clear {clear:both;}
.placeHolderDown {height: 50px;}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: #1a1a1a;
}
a, a:link, a:visited, a:hover, a:active {text-decoration: none;}

#shopping {width: 100%;}
#shopbox {
    display: block;
    width: 100%;
    margin: auto;
}

.menuList {
    display: block;
    font-size: .9em;
    color: whitesmoke;
    border-bottom: 1px solid #1a1a1a;
    padding: 10px 8px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    transition: .1s;
}

.choseSlide {
    position: absolute;
    width: 6px;
    height: 98%;
    background: #C4A886;
    top: 1%;
    left: 0;
}
.imgbox, .textbox, .pricebox {
    display: block;
    float: left;
}
.imgbox {
    position: relative;
    width: 23%;
    height: 75px;
}
.imgbox img {width: 75px;}
.textbox {width: 65%;}
.textbox p {
    padding-top: 5px;
    margin: 0;
}
.catestyle {color: #C4A886;}
.subtext {
    color: #878787;
    font-size: .9em;
    -webkit-transform: scale(.9);
    margin-left: -5%!important;
}
.pricebox {
    width: 12%;
    text-align: right;
    padding-top: 15px;
}

.addsub {
    position: absolute;
    top: 50%;
    right: 8px;
    background: #1a1a1a;
    border-radius: 5px;
}
.addsub span {
    display: block;
    float: left;
    width: 25px;
    text-align: center;
    padding-top: 3px;
}
.price {cursor: default;}
.subshopping, .addshopping {
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    background-color: transparent;
    border: 1px solid #C4A886;
    border-radius: 5px;
}
.subshopping:hover, .addshopping:hover {
    background-color: #C4A886;
    color: black;
}

#cartvide {
    width: 100%;
    text-align: center;
    color: #5e5e5e;
}
#cartvide span {
    padding-top: 100px;
    width: 100%;
}
#iconvide {font-size: 3.5em;}


/*---------------------------------------------窗体自适应性布局*/
@media (max-width: 380px) {
    .menuList {padding: 7px 6px;}
    .choseSlide {width: 4px;}
    .imgbox {
        width: 20%;
        height: 52px;
    }
    .imgbox img {width: 52px;}
    .textbox {width: 63.5%}
    .textbox p {
        font-size: .8em;
        padding-top: 3px;
    }
    .pricebox {
        width: 16.5%;
        padding-top: 10px;
    }
    .pricebox p {font-size: .8em;}
    .addsub {
        right: 18px;
        border-radius: 3px;
    }
    .addsub span {
        font-size: .8em;
        width: 17px;
        padding-top: 2px;
    }
    .subshopping, .addshopping {
        width: 17px;
        height: 17px;
        border-radius: 3px;
    }
    #cartvide span {
        padding-top: 70px;
    }
}

@media (max-width: 300px) {
    .imgbox {width: 20%;}
    .textbox {width: 55%;}
    .pricebox {width: 25%;}
    .addsub {right: 45px;}
}
