/* 门店首页 */

.shophome-wrap {
    background-color: #3d302c;
}

.shophome-banner {
    background: url('../img/c_w_shopHome_bg.jpg?v=20230829') center center no-repeat;
    height: 400px;
}

.shophome-licheng {
    width: 450px;
    margin-left: 750px;
    height: 400px;
    background: url('../img/c_w_shopHome_lcbg.png') repeat-y;
    overflow: hidden;
}

.shophome-licheng .licheng-bt {
    height: 75px;
    background: url('../img/c_w_shopHome_lcbt.png') 198px center no-repeat;
}

.licheng-box {
    list-style: none;
    height: 325px;
    overflow-y: scroll
}

.licheng-box li {
    padding-bottom: 20px;
    background: url('../img/c_w_shopHome_lcico.png') 93px top no-repeat;
}

.licheng-box li p.licheng-time {
    float: left;
    width: 80px;
    color: #fff;
    font-size: 14px;
    text-align: right;
}

.licheng-box li p.licheng-info {
    float: right;
    width: 303px;
    margin-right: 10px;
    background: #fff;
    border-radius: 4px;
    border-top-left-radius: 1px;
    padding: 10px;
    box-sizing: border-box;
    color: #d36011;
    line-height: 1.8;
}

.shophome-store {
    list-style: none;
    padding: 20px 0;
    margin-left: -10px;
    margin-right: -10px;
}

.shophome-store li {
    float: left;
    background: #f9e7cf;
    width: 590px;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    margin: 20px 10px;
}

.shophome-store li:hover {
    background: #fff;
}

.shophome-store li a.store-pic {
    display: block;
    float: left;
    width: 300px;
    height: 168px;
}

.shophome-store li a.store-pic img {
    display: inline-block;
    border-radius: 5px;
	width: 300px;
    height: 168px;
}

.store-info {
    float: right;
    width: 255px;
}

.store-info .store-bt {
    font-weight: bold;
    font-size: 16px;
    color: #221815;
    line-height: 46px;
}

.store-info .store-add,
.store-info .store-tel {
    font-size: 12px;
    color: #595757;
    line-height: 20px;
    margin-bottom: 16px;
}

.store-info .store-sendbtn {
    text-align: right
}

.store-info .store-sendbtn a#sendBtn {
    display: inline-block;
    width: 130px;
    height: 30px;
    font-size: 12px;
    color: #fff;
    background: url('../img/c_w_shopHome_btn.png') no-repeat;
    line-height: 30px;
    text-align: center;
}

/* 门店详情页 */

.shophomexx-banner {
    background: url('../img/c_w_shopHome_xxbg.jpg') center center no-repeat;
    height: 400px;
}

.shophomexx-top {
    height: 300px;
    overflow: hidden;
    padding: 50px 0;
}

.shophomexx-pic {
    width: 700px;
    height: 300px;
    float: left;
}

.shophomexx-pic li {
	list-style:none
}

.shophomexx-pic .swiper-pagination {
    text-align: right;
    right: 10px
}

.shophomexx-pic .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
}

.shophomexx-pic .swiper-pagination-bullet:last-child {
    margin-right: 15px;
}

.shophomexx-pic .swiper-pagination-bullet-active {
    background: #a91b19
}

.shophomexx-yuyue {
    float: left;
    width: 350px;
    height: 300px;
    background: #fff;
    padding: 30px 25px;
    box-sizing: border-box;
    font-size: 14px;
}

.shophomexx-yuyue .yuyue-bt {
    background: url('../img/c_w_shopHome_xxbt01.jpg') center center no-repeat;
    height: 30px;
    margin-bottom: 10px;
}

.shophomexx-yuyue .yuyue-label {
    line-height: 38px;
    width: 188px;
    height: 38px;
    float: left;
    margin-right: 8px;
}
.shophomexx-yuyue .yuyue-label2{
    width: 298px;
    float: none;
}

.shophomexx-yuyue .yuyue-label span:nth-child(1) {
    box-sizing: border-box;
    color: #b80000;
}

.shophomexx-yuyue .yuyue-input {
    margin-bottom: 10px;
}

.shophomexx-yuyue .yuyue-input .yy-input {
    /* width: 160px; */
    /* border: 1px solid #d0d1d1; */
    width: 102px;
    border:none;
    box-sizing: border-box;
    height: 38px;
    line-height: 38px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #d0d1d1;
    background: #f5f4f4;
    border-radius: 3px;
}

.shophomexx-yuyue .yuyue-input .yy-input2 {
    width: 200px;
    /* border: 1px solid #d0d1d1; */
    box-sizing: border-box;
    height: 38px;
    line-height: 38px;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #d0d1d1;
    background: #f5f4f4;
    border-radius: 3px;
}

.shophomexx-yuyue .yuyue-input .inputdate {
    display: inline-block;
    width: 148px;
    box-sizing: border-box;
    height: 37px;
    line-height: 37px;
    padding-left: 10px;
    padding-right: 10px;
    background: url(../img/c_m_shopHome_inputSan.jpg) 128px center no-repeat #f5f4f4;
    background-size: auto 18%;
    border: 1px solid #d0d1d1;
    background: #f5f4f4;
    border-radius: 3px;
}

.shophomexx-yuyue .yuyue-input .selTime {
    display: inline-block;
    width: 60px;
    box-sizing: border-box;
    height: 37px;
    line-height: 37px;
    background: url(../img/c_m_shopHome_inputSan.jpg) 110px center no-repeat #f5f4f4;
    background-size: auto 18%;
    border: 1px solid #d0d1d1;
    background: #f5f4f4;
    border-radius: 3px;
}

.yuyue-quan{
    font-size: 14px;
    color:#e50e16;
}
.yuyue-quan span{
    color:#e50e16;
    font-weight: 700;
}
.ipt-sex{
    margin-top: 13px;
}

.shophomexx-yuyue .yuyue-input .yy-btn {
    display: block;
    width: 100%;
    text-align: center;
    background: url('../img/c_w_shopHome_btnbg40.jpg') repeat-x;
    height: 40px;
    border: none;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    border-radius: 3px;
    cursor: pointer;
}

.shophomexx-person {
    float: right;
    width: 150px;
    height: 300px;
    background: url('../img/c_w_shopHome_renBg.jpg') no-repeat;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.shophomexx-person .person-dian {
    height: 90px;
    line-height: 90px;
    font-size: 24px;
    font-weight: bold;
    color: #fffc03;
}

.shophomexx-person .person-photo {
    height: 100px;
    overflow: hidden;
}

.shophomexx-person .person-photo img {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background: #d8d4d3;
}

.shophomexx-person .person-name {
    margin-top: 10px;
    height: 35px;
    line-height: 35px;
    color: #fffc03;
    font-size: 14px;
}

.shophomexx-person .person-info {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: 30px;
    line-height: 30px;
    color: #fff
}

/* 门店信息 */

.shophomexx-mdxx {
    padding: 10px 30px;
    background: #fff;
    border-radius: 6px;
    margin-top: 40px;
}

.shophomexx-mdxx .bt {
    color: #a44323;
    font-size: 18px;
    line-height: 48px;
}

.shophomexx-mdxx .mapbox {
    margin-bottom: 10px;
}

.shophomexx-mdxx .mapbox .maxImg {
    float: left;
    display: block;
    width: 670px;
    height: 360px;
    overflow: hidden;
}

.mapxx {
    float: left;
    width: 470px;
    height: 360px;
    box-sizing: border-box;
    border: 1px solid #f5f0e8;
    border-left: none;
    padding: 10px 20px;
    position: relative;
}

.mapxx p {
    line-height: 26px;
}

.mapxx p span {
    display: inline-block;
    width: 70px;
    color: #898989;
    text-align: justify;
    text-align-last: justify;
}

.mapxx .mapzbjt {
    color: #898989;
    width: auto;
}

.send-shophome {
    /* position: absolute;
    bottom: 20px; */
    margin-top: 10px;
}

.send-shophome * {
    display: inline-block;
}

.send-shophome span {
    color: #b70000;
    font-size: 14px;
}

.send-shophome input {
    width: 200px;
    border: 1px solid #d0d1d1;
    box-sizing: border-box;
    background: #f5f4f4;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
}

.send-shophome a.send-btn {
    width: 120px;
    text-align: center;
    background: url('../img/c_w_shopHome_btnbg40.jpg') repeat-x;
    height: 40px;
    border: none;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    border-radius: 3px;
    cursor: pointer;
    vertical-align: -1px;
}

.shophomexx-mdxx .ywbox {
    font-size: 14px;
    border: 1px solid #f5f0e8;
    border-radius: 5px;
    padding: 15px 20px;
    line-height: 26px;
    margin-bottom: 20px;
}

/* 大师见面会 镇店之宝 店长推荐 */

.shophomexx-dashi .bt,
.shophomexx-zdzb .bt,
.shophomexx-dztj .bt {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
    font-size: 24px;
    color: #fff;
}

.shophomexx-dashi .bt::before,
.shophomexx-zdzb .bt::before,
.shophomexx-dztj .bt::before {
    content: "";
    background: url(../img/c_w_shopHome_xxbt-before.png) no-repeat;
    display: inline-block;
    height: 12px;
    width: 66px;
    margin-right: 20px;
    position: relative;
    top: -3px;
}

.shophomexx-dashi .bt::after,
.shophomexx-zdzb .bt::after,
.shophomexx-dztj .bt::after {
    content: "";
    background: url(../img/c_w_shopHome_xxbt-after.png) no-repeat;
    display: inline-block;
    height: 12px;
    width: 66px;
    margin-left: 20px;
    position: relative;
    top: -3px;
}

.shophomexx-dashi .dashi-box {
    padding: 30px 5px 15px 10px;
    background: #fff;
    border-radius: 6px;
    list-style: none;
}

.shophomexx-dashi .dashi-box li {
    float: left;
    width: 350px;
    margin-left: 20px;
    margin-right: 25px;
}

.shophomexx-dashi .dashi-box li p {
    height: 40px;
    line-height: 40px;
    text-align: center
}

.shophomexx-dashi .dashi-box li p a:hover {
    color: #a44323
}

.shophomexx-dztj {
    padding-bottom: 30px;
}

/* 产品列表 */

ul.zs-proList {
    list-style-type: none;
    width: 100%;
    background: #fff;
}

ul.zs-proList li.proBase {
    float: left;
    width: 280px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 10px 20px 9px;
}

ul.zs-proList li.proBase .proImg {
    display: block;
    width: 280px;
    height: 210px;
    overflow: hidden;
    position: relative;
}

ul.zs-proList li.proBase .proImg img {
    position: relative;
    max-height: 210px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

ul.zs-proList li.proBase .proImg span.saleOK {
    position: absolute;
    display: block;
    width: 110px;
    height: 110px;
    background: url('//static.zisha.com/release/2/img/m_jieyuan.png') no-repeat;
    z-index: 99;
    top: 50%;
    left: 50%;
    margin-top: -55px;
    margin-left: -55px;
}

ul.zs-proList li.proBase .proBT {
    padding-top: 10px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

ul.zs-proList li.proBase .proBT a {
    font-size: 16px;
    color: #4b423c;
    text-decoration: none;
}

ul.zs-proList li.proBase .proBT a:hover {
    color: #b92734;
    text-decoration: underline;
}

ul.zs-proList li.proBase a.lqBtn {
    display: inline-block;
    width: 160px;
    height: 34px;
    margin-left: 60px;
    margin-top: 20px;
    background: url('../img/c_w_shopHome_btnbg34.jpg') repeat-x;
    color: #f7e9d8;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    border-radius: 5px
}

ul.zs-proList li ul.proXX {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.zs-proList li ul.proXX li {
    flex-grow: 1;
    flex-basis: 50%;
    color: #565451;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
}

ul.zs-proList li ul.proXX li:nth-child(2n+2) {
    text-align: right;
}

ul.zs-proList li ul.proXX li span.red {
    color: #e60012;
}

ul.zs-proList li ul.proXX li span.del {
    text-decoration: line-through
}

/* 发送到手机 弹框 */

.tkStore {display: none;}

.tkS_Heibg {
    
    background-color: #000;
    z-index: 999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .5;
    position: fixed;
}

.tkStore .tkStoreXX {
    width: 360px;
    height: 220px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -180px;
    margin-top: -110px;
    z-index: 9999;
    border-radius: 5px;
}

.tkStore .tkStoreXX .bt {
    background: #f1f1f1;
    font-size: 16px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
}

.tkStore .tkStoreXX .inpu {
    margin: 30px 30px 15px 30px;
    border: 1px solid #EEE;
}

.tkStore .tkStoreXX label {
    display: inline-block;
    width: 65px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-right: 1px solid #EEE;
}

.tkStore .tkStoreXX input {
    border: none;
    box-sizing: border-box;
    height: 45px;
    line-height: 45px;
    width: 232px;
    padding-left: 10px;
    padding-right: 10px;
}

.tkStore .tkStoreXX a.btn {
    display: block;
    border: none;
    width: 300px;
    margin-left: 30px;
    background: url('../img/c_w_shopHome_btnbg40.jpg') repeat-x;
    height: 40px;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
}