.page-wrapper {
    width: 7.5rem;
    margin: 0 auto;
    min-height: 100%;
    background-color: #fff;
}

.cover {
    width: 7.5rem;
    height: 5.8rem;
    background-color: #fff;
}

.cover img {
    max-width: 100%;
    max-height: 100%;
}

.cover div:first-child .layui-this {
    width: 7.5rem;
    text-align: center;
    background-color: #fff;
}

.card1 {
    background-color: #F6F6F6;
    height: 1.89rem;
}

.price {
    margin-top: 0.16rem;
    margin-left: 0.4rem;
    color: #EC0000;
    font-size: 0.43rem;
    float: left;
}

.sale {
    float: right;
    margin-top: 0.33rem;
    margin-right: 0.55rem;
    color: #FF0000;
    font-size: 0.24rem;
}

.title {
    display: block;
    width: 6.6rem;
    height: 0.85rem;
    overflow: hidden;
    margin: 0.08rem 0 0 0.4rem;
    font-size: 0.32rem;
}

.card2 {
    display: inline-block;
    background-color: #F6F6F6;
    height: 2.4rem;
    width: 100%;
    margin: 0.19rem 0;
}

.specs {
    display: block;
    margin-top: 0.41rem;
    margin-left: 0.4rem;
    width: 6.46rem;
    height: 0.66rem;
}

.express {
    display: block;
    margin-top: 0.2rem;
    margin-left: 0.4rem;
    width: 6.46rem;
    height: 0.66rem;
}

.card2 .name {
    display: block;
    float: left;
    font-size: 0.28rem;
    line-height: 0.66rem;
}

.card2 .icon {
    display: block;
    font-size: 0.36rem;
    line-height: 0.66rem;
}

.card2 .icon .label {
    float: left;
    font-size: 0.18rem;
    color: #FF3131;
    border: #FF6161 0.01rem solid;
    border-radius: 0.15rem;
    padding: 0 0.05rem;
    margin-left: 0.11rem;
    line-height: 0.36rem;
    margin-top: 0.15rem;
}

.card2 .icon .click {
    float: right;
}

.line {
    margin: 0 0 0 0.4rem;
    margin-top: 0.141rem;
    width: 6.462rem;
    border-top-style: solid;
    border-top-width: 0.025rem;
    border-top-color: #70707050;
}

.card3 {
    margin: 0.19rem 0;
}

.card4 {
    margin: 0.82rem 0.16rem;
}

.card4 .title {
    margin: 0 auto;
    text-align: center;
    color: #333333;
    font-size: 0.32rem;
}

.card4>.list {
    margin-top: 0.24rem;
}

.card4>.list>.product {
    float: left;
    background-color: #fff;
    width: 3.55rem;
    height: 5.12rem;
    position: relative;
    border-radius: 0.35rem;
    margin-top: 0.08rem;
}

.card4>.list>.product:nth-child(2n) {
    margin-left: 0.08rem;
}

.card4>.list>.product img {
    display: block;
    width: 3.55rem;
    height: 3.55rem;
    border-top-left-radius: 0.35rem;
    border-top-right-radius: 0.35rem;
}

.card4>.list>.product .title {
    display: block;
    margin: 0 0.16rem;
    width: 3.16rem;
    height: 0.66rem;
    overflow: hidden;
    font-size: 0.24rem;
}

.card4>.list>.product .money {
    display: block;
    margin-left: 0.16rem;
    max-width: 3.16rem;
    overflow: hidden;
    font-size: 0.32rem;
    color: #FF3131;
}

.card4>.list>.product .icon {
    width: 2.4rem;
    margin-left: 0.16rem;
    text-align: center;
    display: block;
}

.card4>.list>.product .icon>.label {
    float: left;
    font-size: 0.18rem;
    color: #FF3131;
    border: #FF6161 0.01rem solid;
    border-radius: 0.15rem;
    padding: 0.05rem;
    margin-left: 0.11rem;
}

.card4>.list>.product .icon>.label:first-child {
    margin-left: 0;
}

.card4>.list>.product .cart {
    position: absolute;
    background: url(./../images/cart.png);
    background-size: 0.48rem;
    display: block;
    width: 0.48rem;
    height: 0.48rem;
    right: 0.4rem;
    bottom: 0.05rem;
}

.page_footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1.22rem;
    z-index: 9999;
    background-color: #F6F6F6;
}

.page_footer .icon1, .page_footer .icon2 {
    width: 1.06rem;
    height: 0.97rem;
    float: left;
    margin-left: 0.16rem;
    margin-top: 0.13rem;
}

.page_footer .icon3, .page_footer .icon4 {
    width: 2.28rem;
    height: 0.97rem;
    float: left;
    margin-left: 0.16rem;
    margin-top: 0.13rem;
    font-size: 0.28rem;
    line-height: 0.97rem;
    text-align: center;
    color: #FFFFFF;
}

.page_footer .icon3 {
    background-image: url('/img/addcart.png');
    background-size: 100%;
}

.page_footer .icon4 {
    background-image: url('/img/buynow.png');
    background-size: 100%;
}

.page_footer .icon1 img, .page_footer .icon2 img {
    width: 100%;
    height: 100%;
}