@charset "utf-8";

/* CSS Document */

html,
body,
div,
p,
img,
span,
strong,
ul,
li,
dl,
dt,
table,
tr,
td,
a,
input,
h1,
h2,
h3,
h4 {
    padding: 0;
    margin: 0;
    border: 0;
    list-style: none;
}

html,
body {
    width: 100%;
    height: 100%;
}

img {
    display: block;
    border: 0;
}

.clearboth {
    clear: both;
}

@media screen and (min-width:751px) {
    .main {
        width: 750px;
        margin: 0 auto;
        font-family: "微软雅黑";
    }
}

@media screen and (max-width:750px) {
    .main {
        width: 100%;
    }
    .main img {
        width: 100%;
    }
}

@media (min-width:0px) {
    html {
        font-size: 12px;
    }
}

@media (min-width: 320px) {
    html {
        font-size: 12px;
    }
}

@media (min-width: 340px) {
    html {
        font-size: 12px;
    }
}

@media (min-width: 360px) {
    html {
        font-size: 12px;
    }
}

@media (min-width: 380px) {
    html {
        font-size: 13px;
    }
}

@media (min-width: 400px) {
    html {
        font-size: 13px;
    }
}

@media (min-width: 420px) {
    html {
        font-size: 13px;
    }
}

@media (min-width: 750px) {
    html {
        font-size: 18px;
    }
    .textDLT {
        font-size: 16px;
    }
}

.flex {
    width: 100%;
    display: flex;
}

.guide {
    padding: 10px 0;
    border-top: dashed 1px #ccc;
    text-align: center;
    font-size: 14px;
    color: #ccc;
}

.whokleMask {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 111;
}

.navigation{display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    height: 100%;}

#LoutiNav {
    width: 2.7rem;
    position: fixed;
    right: 0;
    display: none;
    font-family: "微软雅黑";
    font-size: 15px;
}

#LoutiNav li {
    width: 100%;
    padding: 0.8rem 0;
    line-height: 16px;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #e9e9e9;
}

#LoutiNav span {
    width: 60%;
    display: block;
    margin: 0 auto;
}

#LoutiNav .active {
    background: #c6eeb9;
    color: #000;
}

.louceng {
    text-align: center;
    margin: 0 auto;
}

.BorderTLR {
    border-top-left-radius: 15px;
}

.BorderBLR {
    border-bottom-left-radius: 15px;
}

.navbar {
    background: #000;
    color: #fff;
    font-weight: bold;
    height: 7.6rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    line-height: 16px;
}

.goTop {
    background: #e9e9e9;
    color: #fff;
    height: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    line-height: 16px;
}

.commodity {
    display: flex;
    width: 80%;
    margin-left: 4.5%;
    justify-content: space-between;
}

.commodity .itemcontent {
    width: 30%;
}

.commodity .item {
    width: 100%;
    border: 1px solid #dadada;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.commodity .item img {
    width: 100%;
}

.commodity .Buy {
    position: absolute;
    right: 2%;
    bottom: 2%;
    width: 29%;
}

.commodity .itemcontent span {
    display: block;
}

.commodity .itemcontent .price span {
    display: inline-block;
}

.commodity .itemcontent .price .textDLT {
    text-decoration: line-through;
    color: #999;
    margin-left: 4%;
}

.commodity .itemcontent .texttop {
    margin-top: 8%;
    color: #999999;
}

.commodity .itemcontent .texttop2 {
    margin-top: 3%;
}

.mt12b {
    margin-top: 12%;
}

.mt7b {
    margin-top: 7%;
}

.mt10b {
    margin-top: 10%;
}

.mt10b {
    margin-top: 10%;
}

.mt4b {
    margin-top: 4%;
}

.mt2rem {
    margin-top: 2rem;
}

.more {
    display: inline-block;
    border-bottom: 1px solid #000;
    padding-bottom: 0.4rem;
    margin: 2% auto 0 auto;
    text-decoration: none;
    color: #000;
}

.more span {
    margin-left: 10px;
}