﻿.shopDiv {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
}

.shopDiv_img {
    width: 100%;
}

.shopDiv_nei {
    position: absolute;
    width: 100%;
    overflow: hidden;
    left: 0px;
    bottom: 20px;
}

.shopXq {
    width: 80%;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 20px 10px 20px;
    background-color: #ffffff;
    border-radius: 5px;
}

    .shopXq td {
        padding-bottom: 10px;
    }

.shopXq_bt {
    font-size: 15px;
    font-weight: bold;
}

.shopXql {
    width: 25px;
}

    .shopXql img {
        display: block;
        width: 18px;
    }

.shopBut {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

    .shopBut td {
        width: 50%;
    }

    .shopBut img {
        width: 90px;
    }

    .shopBut a {
        display: block;
        width: 100px;
        height: 35px;
        line-height: 35px;
        margin: 0 auto;
        border: 1px #8b0b4a solid;
    }

.shopLogo {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.shopLogoL {
    background: url(../img/bj2.jpg) no-repeat center;
    background-size: 100% auto;
}

.shopLogoR {
    background: url(../img/bj3.jpg) no-repeat center;
    background-size: 100% auto;
}

.shopLogoM {
    width: 110px;
    height: 110px;
    text-align: center;
}

    .shopLogoM img {
        width: 90%;
    }

.shopTx {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-top: 30px;
}

    .shopTx img {
        width: 100px;
    }

.shopDz {
    width: 80%;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    line-height: 22px;
    margin-top: 40px;
}

.shopFd {
    position: fixed;
    z-index: 10001;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    top: 0px;
    right: -100%;
    background: url(../img/bj2022.jpg) no-repeat center;
    background-repeat: repeat-y;
    background-size: 100% auto;
}
