/*
* @Author: Marte
* @Date:   2019-01-28 10:59:59
* @Last Modified by:   Marte
* @Last Modified time: 2019-02-20 14:22:06
*/
.hoTopRight .yyzz {
    width: 262px;
    height: 381px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

body {
    position: relative;
}

    body .yyzz_w {
        width: 120px;
        height: 165px;
        margin: 0 10px;
    }

        body .yyzz_w img {
            width: 100%;
            height: 100%;
        }

/********************************************/
.hoCen {
        width: calc( 100% - 515px );
}
.pinTop {
    margin: 0 auto;
}
.hoTopLeft {
    border: solid 1px #E6E6E6;
    border-right: none;
}
.hoTopLeft ul {
    padding-top: 0;
}
.hoLeft {
	width: 18%;
}
.hoLeftCon {
	width: 100%;
	height: 100%;
	overflow-y: auto;
    border-right: 1px solid #e6e6e6;
	box-sizing: border-box;
}
.hoCen {
    border: none;
}
.hoLeft {
    border: solid 1px #E6E6E6;
    box-sizing: border-box;
}
.hoLeftCon::-webkit-scrollbar,
.hoRight::-webkit-scrollbar {
	background: transparent;
}
.hoLeftCon ul li {
	width: 100%;
}
.hoLeftCon dl{
    width: unset;
}
.hoLeftCon dl dd {
	border-right: solid 0px #E6E6E6;
}

.hoRight {
    width: 82%;
    height: 100%;
    overflow-y: auto;
	background-color: #fff;
}
.detail_w ul li {
	float: left;
	margin: 10px 10px 0 10px;
}
.detail_w .hoListDiv img {
    display: block;
    width: 115px;
    height: 115px;
	margin: 0;
}
.detail_w .hoListDiv figcaption {
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 35px;
    text-align: center;
	padding: 0;
}
.detail_w .productName {
	width: 160px;
}
/********************************************/

/********************************************/
.zDPin dl dd ol {
    min-height: 60px;
}

    .zDPin dl dd ol li.on {
        color: #d09e49;
    }

.btn_w {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    margin-left: 20px;
}

    .btn_w button {
        width: 100%;
        height: 100%;
        background: #cf9d48;
        color: #fff;
        border-radius: 4px;
        border: none;
        outline: none;
        cursor: pointer;
    }

/********************************************/

/********************************************/

.zhouTa ul {
}

    .zhouTa ul li {
        padding: 0 30px;
        line-height: 30px;
        border: 1px solid #ccc;
        border-radius: 4px;
        color: #666;
        display: inline-block;
        margin: 0 10px 10px 0;
        cursor: pointer;
    }

        .zhouTa ul li:hover,
        .zhouTa ul li.active {
            color: #cd9e46;
            border-color: #cd9e46;
        }

/********************************************/
.zdoneALeft {
    width: 400px;
}

.zdRa ul li {
    width: 158px;
}

.dingList ul li dl dd:first-child {
    width: 46%;
}

.dingList ul li dl dd {
    box-sizing: border-box;
    width: calc(54% / 7);
}

    .dingList ul li dl dd .dingth,
    .dingList ul li dl dd .dingsh {
        line-height: 94px;
        color: #333;
    }

.dingZf {
    width: 60px;
}

.dingList ul li dl dd:nth-child(6) {
    border-right: solid 1px #E6E6E6;
}

.dingList ul li dl dd:last-child {
    border-right: none;
}

.dingList ul li dl dd {
    height: 134px;
}

.dingZfPj {
    width: 60px;
}

.pinTwoRight {
    width: 100%;
}

.hoCen {
    left: 253px;
}

/* 弹窗/退换货 */
.dingth_pop {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, .3);
    display: none;
}

.dthp {
    width: 715px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -324px;
    background: #fff;
    color: #333;
    font-size: 16px;
}

    .dthp .pop_con {
        width: 540px;
        display: block;
        margin: 0 auto;
    }

        .dthp .pop_con .title_w {
            line-height: 60px;
        }

        .dthp .pop_con .input_w textarea {
            width: 100%;
            height: 130px;
            border: 1px solid #e6e6e6;
            outline: none;
            font-size: 14px;
            padding: 10px 0;
            text-indent: 10px;
            box-sizing: border-box;
        }

        .dthp .pop_con .input_w {
            overflow: hidden;
        }

            .dthp .pop_con .input_w li {
                display: inline-block;
            }

                .dthp .pop_con .input_w li img {
                    width: 125px;
                    height: 95px;
                    margin-right: 5px;
                }

    .dthp button,
    .cdp button,
    .uc button {
        width: 100px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        border-radius: 3px;
        display: block;
        margin: 70px auto;
        background: #cf9d48;
        cursor: pointer;
    }

/* 弹窗/查看物流 */
.dingAa_pop {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, .3);
    display: block;
}

.daap {
    width: 715px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -324px;
    background: #fff;
    color: #333;
    font-size: 16px;
}

    .daap .pop_con {
        width: 540px;
        display: block;
        margin: 0 auto;
        padding: 20px 0;
    }

        .daap .pop_con .title_w {
            line-height: 40px;
        }

    .daap .img_w {
        width: 100%;
        height: 500px;
    }

        .daap .img_w img {
            width: 100%;
            height: 100%;
        }

/* 弹窗/选择距离 */
.chooseDistance_pop {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, .3);
    display: none;
}

.cdp {
    width: 715px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -324px;
    background: #fff;
    color: #333;
    font-size: 16px;
}

    .cdp .pop_con {
        width: 540px;
        display: block;
        margin: 0 auto;
        padding: 20px 0;
    }

        .cdp .pop_con .title_w {
            line-height: 60px;
        }

        .cdp .pop_con .input_w {
        }

            .cdp .pop_con .input_w li {
                display: inline-block;
                width: 108px;
                margin-right: 20px;
                border: 1px solid #e6e6e6;
                text-align: center;
                line-height: 30px;
                color: #999;
                cursor: pointer;
            }

/* ********************** 周边商家 ********************** */
.zhouA {
    padding-bottom: 10px;
    padding-top: 10px;
}

.zhouTwo {
    width: 96%;
}

.zhouTa {
    padding: 10px;
}

.zhouTb {
    padding: 10px;
}

    .zhouTb ul {
        overflow: hidden;
    }

        .zhouTb ul li {
            display: table;
            float: left;
            width: 60px;
            height: 60px;
            margin: 5px 50px;
            border-radius: 10px;
            box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
        }

            .zhouTb ul li a {
                display: table-cell;
                vertical-align: middle;
                text-align: center;
                color: #454545;
            }

            .zhouTb ul li img {
                display: inline-block;
                width: 50px;
                height: 50px;
                margin: 0 auto;
            }

/* 弹窗/分类 */
.category_pop {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, .3);
    display: none;
}

.cgp,
.brp {
    width: 1200px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -600px;
    background: #fff;
    color: #333;
}

    .cgp .pop_title,
    .dthp .pop_title,
    .daap .pop_title,
    .cdp .pop_title,
    .brp .pop_title,
    .uc .pop_title {
        width: 100%;
        height: 60px;
        line-height: 60px;
        background: #f5f5f5;
        position: relative;
        text-align: center;
        font-size: 16px;
    }

        .cgp .pop_title .icon_del,
        .dthp .pop_title .icon_del,
        .daap .pop_title .icon_del,
        .cdp .pop_title .icon_del,
        .brp .pop_title .icon_del,
        .uc .pop_title .icon_del {
            display: block;
            width: 30px;
            height: 30px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            position: absolute;
            top: 16px;
            right: 16px;
        }

    .cgp .pop_con,
    .brp .pop_con {
        padding: 40px 60px;
    }

    .cgp .cate_w,
    .brp .cate_w {
        overflow: hidden;
        height: 400px;
        border: 1px solid #e6e6e6;
    }

    .cgp .f_w,
    .brp .f_w {
        width: 15%;
        height: 400px;
        border-right: 1px solid #e6e6e6;
        box-sizing: border-box;
        overflow: auto;
    }

        .cgp .f_w ul li,
        .brp .f_w ul li {
            padding: 10px;
            position: relative;
            padding-left: 38px;
            cursor: pointer;
        }

            .cgp .f_w ul li + li,
            .brp .f_w ul li + li {
                border-top: 1px solid #e6e6e6;
            }

    .cgp .s_w,
    .brp .s_w {
        width: 85%;
        height: 400px;
        padding: 5px;
        box-sizing: border-box;
    }

        .cgp .s_w ul,
        .brp .s_w ul {
            display: none;
        }

            .cgp .s_w ul li,
            .brp .s_w ul li {
                padding: 12px;
                display: inline-block;
                position: relative;
                padding-left: 36px;
                cursor: pointer;
            }

                .cgp .f_w ul li:hover,
                .cgp .s_w ul li:hover,
                .brp .f_w ul li:hover,
                .brp .s_w ul li:hover {
                    color: #cf9d48;
                }

    .cgp .pop_con i.before,
    .cgp .pop_con i:before,
    .brp .pop_con i.before,
    .brp .pop_con i:before {
        width: 20px;
        height: 20px;
        background: url(../images/icon_xz.png) no-repeat 0 0;
        background-size: 100% 100%;
        position: absolute;
        top: 8px;
        left: 8px;
    }

    .cgp .pop_con .f_w i.before.true,
    .cgp .pop_con .s_w i.before.true,
    .brp .pop_con .f_w i.before.true,
    .brp .pop_con .s_w i.before.true {
        width: 20px;
        height: 20px;
        background: url(../images/icon_xza.png) no-repeat 0 0 !important;
        background-size: 100% 100%;
    }

    .cgp .pop_con .f_w i.before.false,
    .cgp .pop_con .s_w i.before.false,
    .brp .pop_con .f_w i.before.false,
    .brp .pop_con .s_w i.before.false {
        width: 20px;
        height: 20px;
        background: url(../images/icon_xz.png) no-repeat 0 0 !important;
        background-size: 100% 100%;
    }

    .cgp .pop_con li i.after,
    .cgp .pop_con li i:after,
    .brp .pop_con li i.after,
    .brp .pop_con li i:after {
        display: inline-block;
        width: 7px;
        height: 12px;
        background: url(../images/img_b.png) no-repeat 0 0;
        background-size: 100% 100%;
        position: absolute;
        top: 12px;
        right: 16px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .cgp button,
    .brp button {
        display: block;
        width: 100px;
        height: 40px;
        line-height: 40px;
        border-radius: 4px;
        text-align: center;
        color: #fff;
        margin: 45px auto 0;
        background: #cf9d48;
        cursor: pointer;
    }

/* 弹窗/品牌 */
.brand_pop {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, .3);
    display: none;
}

/* 商家店铺 */
.zhouCen table {
    width: 100%;
    border: 1px solid #e6e6e6;
    border-collapse: collapse;
}

    .zhouCen table tr {
        line-height: 60px;
    }

        .zhouCen table tr + tr {
            border-top: 1px dotted #e6e6e6;
        }

        .zhouCen table tr td {
            text-align: center;
            width: 120px;
            cursor: pointer;
        }

            .zhouCen table tr td:first-child {
                background: #f5f5f5;
                width: 120px;
                color: #999;
            }

.zhouCen ul li {
    display: inline-block;
    padding: 0px 25px 0 10px;
    line-height: 20px;
    border: 1px solid #e6e6e6;
    cursor: pointer;
    position: relative;
}

    .zhouCen ul li .tab_w {
        position: relative;
        width: 100px;
    }

    .zhouCen ul li .arrow_down,
    .zhouCen ul .arrow_right {
        width: 8px;
        height: 13px;
    }

.zhouCen ul .arrow_right {
    margin: 0 5px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.zhouCen ul li .arrow_down {
    position: absolute;
    top: 4px;
    right: 9px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.zhouCen ul li:first-child .arrow_down {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.zhouCen .item_lists {
    height: 90px;
}

.zhouCen .each_box {
    border: 1px solid #cf9d48;
    padding: 10px 10px 0 10px;
    display: none;
}

    .zhouCen .each_box ul li {
        display: inline-block;
        margin: 0 60px 10px 0;
        border: 0;
        cursor: pointer;
    }

.zhouCen .first {
    display: block;
}

/* 弹窗/上传汇款凭证 */
.uploadCert_pop {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, .3);
    opacity: 0;
    display: none;
}

.uc {
    width: 715px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -324px;
    background: #fff;
    color: #333;
    font-size: 16px;
}

    .uc .pop_con {
        width: 540px;
        display: block;
        margin: 0 auto;
    }

        .uc .pop_con .title_w {
            line-height: 60px;
        }

        .uc .pop_con .input_w {
            overflow: hidden;
        }

            .uc .pop_con .input_w li {
                display: inline-block;
            }

                .uc .pop_con .input_w li img {
                    width: 125px;
                    height: 95px;
                    margin-right: 5px;
                }
