﻿body, div, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, h2, font {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

body {
    line-height: 24px;
    font: 14px MicrosoftYaHei, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
    box-sizing: border-box;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
}

input {
    background: transparent;
    border: none;
    outline: none;
}

    input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 32px #fff inset; /**通过边框阴影遮挡住背景*/
        -webkit-text-fill-color: #333; /*自动填充内容的文本颜色*/
    }

*:focus {
    outline: none;
    background-color: transparent;
}

::selection {
    background: transparent;
}

::-moz-selection {
    background: transparent;
}

ul, li, dl, dt, dd, ol {
    display: block;
    list-style: none;
}

img {
    border: 0;
    max-width: 100%;
}

em, i {
    font-style: normal;
}

.overflow {
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

dl, ul, ol, menu, li, h1, h2, h3, h4, h5, h6 {
    list-style: none;
    padding: 0;
    margin: 0
}

a {
    color: #333333;
}

    a:link {
    }

    a:visited {
    }

    a:hover {
    }

    a:active {
    }

del, ins, a {
    text-decoration: none;
}

    a:hover, a:active, a:focus {
        text-decoration: none;
    }

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.chat_icon {
    display: none !important;
}
.mobile-gap, .currency-statement {
    display: none;
}

.appBtb {
    display: none !important;
}

.currency-header {
    width: 100%;
    box-sizing: border-box;
}

.tBox {
    display: block;
    width: 100%;
    height: 180px;
    background: url(/images/User/m/bg_picture.png) no-repeat;
    background-size: cover;
    padding: 20px 5%;
    box-sizing: border-box;
}

.tBox .set-up {
    float: right;
    display: inline-block;
}

.tBox .set-up .setUp {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(/images/User/m/set-up_icon.png) no-repeat;
    background-size: cover;
}

.tBox .set-up .msgList {
    display: inline-block;
    width: 25px;
    height: 24px;
    background: url(/images/User/m/news_icon.png) no-repeat;
    background-size: cover;
}
.tBox .set-up .QR-code_icon {
    display: block;
    width: 22px;
    height: 22px;
    background: url(/images/User/m/QR-code_icon.png) no-repeat;
    background-size: cover;
    margin: auto;
}
.tBox .set-up .qr-code {
    color: #fff;
    text-align: center;
    font-size: 12px;
}
.contentBox .staffInfo {
    display: block;
    width: 90%;
    height: 42px;
    line-height: 42px;
    background-color: #d1392f;
    color: #f9e6e6;
    margin: 30px auto;
    text-align: center;
    border-radius: 3px;
    letter-spacing: 1px;
    font-size: 15px;
}

.infoBox {
    color: #fff;
    margin-top: 20px;
}

.infoBox div {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #fea5a4;
    vertical-align: middle;
    background-color: #fff;
}
.infoBox div img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.infoBox p {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 16px;
    color: #ffe1e2;
}

.infoBox p span {
    display: block;
}

.infoBox p span#EName {
    font-size: 14px;
}

.panel {
    display: block;
    width: 90%;
    margin: 0 auto 15px;
    border-radius: 10px;
    box-shadow: 0 0 7px #e5e5e5;
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
}

.panel h3 {
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #323232;
}

.panel div {
    display: block;
    margin: 10px 0 0;
}

.panel li {
    display: inline-block;
    width: 32%;
    text-align: center;
    font-size: 12px;
    margin-bottom: 15px;
}

.panel li i {
    display: block;
    width: 43px;
    height: 40px;
    background: url("/images/User/m/icon.png") no-repeat 0 0;
    background-size: auto 100%;
    margin: 0 auto 5px;
}
.panel li i.i1 {
    background-position: 1px 0;
}
.panel li i.i2 {
    background-position: -40px 0;
}
.panel li i.i3 {
    background-position: -82px 0;
}
.panel li i.i4 {
    background-position: -124px 0;
}
.panel li i.i5 {
    background-position: -166px 0;
}
.panel li i.i6 {
    background-position: -208px 0;
}
.panel li i.i7 {
    background-position: -249px 0;
}
.panel li i.i8 {
    background-position: -291px 0;
}
.panel li i.i9 {
    background-position: -333px 0;
}
.panel li i.i10 {
    background-position: -375px 0;
}

.myBox {
    margin-top: -40px;
}


/*浏览记录*/
.c-build-wrap {
    width: 94%;
    margin: auto;
}

    .c-build-wrap li {
        display: flex;
        padding: 15px 0;
        border-bottom: 1px solid #f1f1f1;
    }

    .c-build-wrap.footPrint li, .c-build-wrap.interactionDetail li {
        padding-left: 6px;
    }

    .c-build-wrap li div.lookBox {
        width: 100%;
    }

    .c-build-wrap li a {
        display: flex;
        width: 100%;
    }

        .c-build-wrap li a .c-build-img {
            display: inline-block;
            width: 100px;
            height: 80px;
            /* overflow: hidden;*/
            position: relative;
        }

            .c-build-wrap li a .c-build-img .type {
                position: absolute;
                left: -7px;
                top: -7px;
                display: inline-block;
                width: 25px;
                height: 34px;
                box-sizing: border-box;
                font-size: 12px;
            }

                .c-build-wrap li a .c-build-img .type.sell {
                    background: url(/images/User/m/sell.png) no-repeat;
                    background-size: 100% auto;
                }

                .c-build-wrap li a .c-build-img .type.rent {
                    background: url(/images/User/m/rent.png) no-repeat;
                    background-size: 100% auto;
                }

                .c-build-wrap li a .c-build-img .type.all {
                    background: url(/images/User/m/all.png) no-repeat;
                    background-size: 100% auto;
                }

            .c-build-wrap li a .c-build-img .status {
                display: inline-block;
                width: 36px;
                height: 36px;
                background: url(/images/User/m/Icon_Shelves.png) no-repeat;
                background-size: contain;
                position: absolute;
                right: -6px;
                top: -10px;
            }

            .c-build-wrap li a .c-build-img img {
                display: inline-block;
                width: 100%;
                height: 100%;
                object-fit: cover;
                border-radius: 5px;
            }

            .c-build-wrap li a .c-build-img .staff {
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                background-color: rgba(0,0,0,.4);
                color: #fff;
            }

                .c-build-wrap li a .c-build-img .staff .headImg {
                    display: inline-block;
                    width: 30px;
                    height: 30px;
                    overflow: hidden;
                    text-align: center;
                    position: absolute;
                    top: -5px;
                    left: 2px;
                    border-radius: 50%;
                    border: 1px solid #f7f7f7;
                }

                    .c-build-wrap li a .c-build-img .staff .headImg img {
                        display: block;
                        width: 100%;
                        height: auto;
                    }

                .c-build-wrap li a .c-build-img .staff .staffName {
                    display: inline-block;
                    font-size: 12px;
                    margin-left: 37px;
                    height:32px;
                }

                    .c-build-wrap li a .c-build-img .staff .staffName span {
                        white-space: nowrap;
                        transform: scale(.8);
                        display: inline-block;
                        margin-left: -8px;
                    }


        .c-build-wrap li a .c-build-content {
            -webkit-flex: 1;
            margin-left: 10px;
            vertical-align: middle;
            font-size: 14px;
            color: #666666;
            line-height: 20px;
            position: relative;
        }

            .c-build-wrap li a .c-build-content .title {
                width: 100%;
                overflow: hidden;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 1;
            }

            .c-build-wrap li a .c-build-content .c-build-title {
                font-size: 15px;
                color: black;
                font-weight: bold;
                overflow: hidden;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
            }

                .c-build-wrap li a .c-build-content .c-build-title var {
                    font-size: 12px;
                    font-weight: normal;
                    font-style: normal;
                    padding: 1px 5px;
                    border-radius: 3px;
                    margin-right: 6px;
                }

            .c-build-wrap li a .c-build-content .c-build-size,
            .c-build-wrap li a .c-build-content .c-build-area {
                font-size: 12px;
            }

            .c-build-wrap li a .c-build-content .c-build-price {
                font-size: 14px;
                font-weight: bold;
                color: #d91616;
            }

            .c-build-wrap li a .c-build-content .IsHot .plate {
                display: inline-block;
                width: 53px;
                height: 22px;
                background: url(/images/User/m/tag_cur.png) no-repeat;
                background-size: contain;
                background-size: 100% auto;
                vertical-align: middle;
                margin-right: 10px;
                color: #fff;
                text-align: center;
                font-size: 12px;
            }

            .c-build-wrap li a .c-build-content .IsHot .news {
                display: inline-block;
                width: 53px;
                height: 22px;
                background: url(/images/User/m/proficiency_picture.png) no-repeat;
                background-size: 100% auto;
                vertical-align: middle;
                margin-right: 10px;
            }

.c-build-label > img {
    width: 10px;
    height: auto;
    margin: 0 4px 0 8px;
    position: relative;
    left: 0;
    top: 2px;
}

.c-build-label {
    display: inline-block;
    background-color: #f7f7f7;
    border: 1px solid #eee;
    padding: 0 7px 0 0;
    font-size: 12px;
    vertical-align: middle;
}

.lookCount {
    font-weight: bold;
    font-size: 12px;
    color: #4ec7fa;
    letter-spacing: 1px;
}

.c-build-tag {
    display: inline-block;
    margin-right: 8px;
    margin-top: 6px;
}

    .c-build-tag span {
        display: inline-block;
        width: 57px;
        height: 24px;
        background: url(/images/User/tag.png) no-repeat;
        background-size: cover;
        text-align: center;
        color: #f31321;
        font-size: 12px;
    }

        .c-build-tag span.active {
            background: url(/images/User/tag_cur.png) no-repeat;
            background-size: cover;
            color: #fff;
        }
.c-build-time {
    font-size: 12px;
    color: #b4b4b4;
    text-align: right;
}
    .c-build-wrap li a .c-build-content .c-build-size span {
        color: #e60c12;
    }

.record .inviteList li {
    height: 76px;
    padding: 13px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    line-height: 48px;
    width: 94%;
    margin: 15px auto 0;
    box-shadow: 0 0 6px #e3e3e3;
    border-radius: 5px;
}

    .record .inviteList li a {
        display: block;
        width: 100%;
        -webkit-flex: 1;
    }

    .record .inviteList li div.pic {
        display: inline-block;
        width: 50px;
        height: 50px;
        overflow: hidden;
        margin-right: 10px;
        border-radius: 50%;
        vertical-align: middle;
        border: 1px solid #eee;
    }

    .record .inviteList li div img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .record .inviteList li span {
        display: inline-block;
        font-size: 12px;
        color: #333;
        -webkit-flex: 1;
        flex: 1;
        line-height: 26px;
        vertical-align: middle;
        font-weight: bold;
    }
        .record .inviteList li span label {
            font-size: 14px;
        }
        .record .inviteList li span small {
            display: block;
            color: #999999;
            font-size: 13px;
            font-weight:normal;
        }

    .record .inviteList li div.btn {
        display: inline-block;
        float: right;
        height: 35px;
        vertical-align: middle;
        margin-top: 5px;
    }

        .record .inviteList li div.btn a {
            display: inline-block;
            font-size: 14px;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            margin-left: 8px;
            line-height: normal;
            cursor: pointer;
        }

            .record .inviteList li div.btn a.talk-btn {
                background: url(/images/User/m/chat_icon.png) no-repeat;
                background-size: contain;
            }

            .record .inviteList li div.btn a.tel-btn {
                background: url(/images/User/m/tel_icon.png) no-repeat;
                background-size: contain;
            }

            .record .inviteList li div.btn a.personal-btn {
                background: url(/images/User/m/personal_icon.png) no-repeat;
                background-size: contain;
            }

.c-build-wrap li .checkbox {
    display: inline-block;
    vertical-align: middle;
    line-height: 80px;
    padding: 0 15px 0 0;
    position: relative;
}

    .c-build-wrap li .checkbox i {
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(/images/User/m/circle_icon.png) no-repeat;
        background-size: contain;
        vertical-align: middle;
    }

        .c-build-wrap li .checkbox i.select {
            display: inline-block;
            width: 20px;
            height: 20px;
            background: url(/images/User/m/select_icon.png) no-repeat;
            background-size: contain;
            vertical-align: middle;
        }

    .c-build-wrap li .checkbox input {
        vertical-align: middle;
        display: inline-block;
        cursor: pointer;
    }

.LookRecord .tab {
    display: block;
    width: 90%;
    margin: 13px auto 10px;
    background-color: #efefef;
    border-radius: 10px;
    height: 35px;
    line-height: 35px;
    color: #333;
    overflow: hidden;
    position: relative;
    padding-right: 3px;
}

    .LookRecord .tab span {
        display: inline-block;
        width: 25%;
        float: left;
        text-align: center;
        position: relative;
        z-index: 9;
    }
        .LookRecord .tab span.cur {
            color: #e00a21;
        }

        .LookRecord .tab > i {
            display: inline-block;
            width: 24%;
            background-color: #fff;
            position: absolute;
            left: 3px;
            height: 29px;
            margin-top: 3px;
            border-radius: 8px;
            -webkit-transition: all .3s;
            transition: all .3s;
            box-shadow: 0 0 3px #bfbfbf;
        }

.LookRecord .c-build-wrap {
    width: 100%;
}

.LookRecord li {
    display: block;
    padding: 0;
    border-bottom: 0;
}

.LookRecord .c-build-wrap li .lookBox {
    display: block;
    width: 94%;
    margin: auto;
    padding: 0 3%;
}

.LookRecord .lookBox a {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

    .LookRecord .lookBox a:last-child {
        border-bottom: 0;
    }

.LookRecord .lookTitle {
    height: 40px;
    line-height: 40px;
    background-color: #f7f7f7;
    padding: 0 3%;
    color: #b2362c;
    border-bottom: 1px solid #efefef;
}

    .LookRecord .lookTitle i {
        display: inline-block;
        width: 6px;
        height: 6px;
        background-color: #b2362c;
        border-radius: 50%;
        border-bottom: 1px solid #eee;
        margin-right: 5px;
    }

    .LookRecord .lookTitle p {
        display: inline-block;
        font-weight: bold;
    }

.extension {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/images/User/m/IImg.png) no-repeat;
    background-size: cover;
    position: fixed;
}

    .extension .tPic {
        display: block;
        width: 85%;
        margin: 8% auto;
    }

.inviteInfo {
    background-color: #fff;
    width: 86%;
    margin: 15px auto 0;
    border-radius: 5px;
    padding: 0 20px 20px;
    box-sizing: border-box;
}

    .inviteInfo .tImg {
        width: 54%;
        margin: 0 auto 20px;
        display: block;
    }

    .inviteInfo .lInfo {
        display: block;
        padding-top: 10px;
    }

        .inviteInfo .lInfo span {
            display: inline-block;
            text-align: center;
            vertical-align: middle;
            margin-right: 18px;
        }

            .inviteInfo .lInfo span var {
                display: block;
                font-style: normal;
                font-size: 20px;
                color: #333333;
                line-height: 32px;
                font-weight: bold;
                margin-bottom: 5px;
            }

            .inviteInfo .lInfo span small {
                font-size: 14px;
                color: #999999;
            }

            .inviteInfo .lInfo span:last-child {
                display: inline-block;
                width: 90px;
                height: 32px;
                line-height: 32px;
                color: #fefbfb;
                cursor: pointer;
                -o-transition: all .3s;
                -moz-transition: all .3s;
                -webkit-transition: all .3s;
                transition: all .3s;
                border-radius: 18px;
                font-size: 13px;
                background: -webkit-linear-gradient(top, #ee856f, #e0424e);
                float: right;
                margin-top: 12px;
                margin-right: 0;
            }

    .inviteInfo .IBox {
        display: block;
    }

        .inviteInfo .IBox .title {
            display: block;
            color: #646464;
            margin-top: 20px;
            height: 40px;
            line-height: 40px;
        }

        .inviteInfo .IBox .IBox-list {
            max-height: 170px;
            overflow-y: auto;
        }

            .inviteInfo .IBox .IBox-list.IboxAgent {
                max-height: 245px;
            }

.IBox-row {
    color: #767676;
    font-weight: bold;
    display: flex;
}

.IBox-list .IBox-row {
    border-top: 1px solid #eee;
    padding: 8px 0;
}

.IBox-row .pic {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #f1f1f1;
    overflow: hidden;
}

    .IBox-row .pic img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.IBox-row .info {
    -webkit-flex: 1;
}

    .IBox-row .info span {
        font-size: 14px;
        display: block;
        margin-bottom: 3px;
    }

    .IBox-row .info var {
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
    }

.mescroll {
    padding: 0 0 10px;
}

.btnBox {
    overflow: hidden;
}

    .btnBox input {
        height: 35px;
        border: 1px solid #faeed8;
        padding: 0 10px 0 20px;
        border-radius: 20px;
        width: 65%;
        display: inline-block;
        box-sizing: border-box;
        float: left;
        margin-right: 3%;
    }

        .btnBox input::-webkit-input-placeholder {
            color: #aab2bd;
            font-size: 12px;
        }

    .btnBox button {
        display: inline-block;
        height: 35px;
        width: 32%;
        border: 1px solid #faeed8;
        background-color: #faeed8;
        color: #d9a040;
        border-radius: 20px;
        float: left;
    }

.btnBox {
    display: none;
}

.popup {
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.4);
    display: none;
}

.popup-box {
    display: block;
    width: 80%;
    height: 220px;
    background-color: #fff;
    border-radius: 5px;
    margin: 50% auto 0;
    box-sizing: border-box;
    text-align: center;
}

    .popup-box > p {
        height: 50px;
        line-height: 60px;
        text-align: center;
        font-weight: bold;
    }

    .popup-box .popup-user img {
        display: block;
        width: 65px;
        margin: 10px auto 5px;
        height: 65px;
        border-radius: 50%;
        overflow: hidden;
        object-fit: contain;
        border: 1px solid #eee;
    }

.popup-btn {
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #ededed;
    margin-top: 20px;
}

    .popup-btn a {
        display: inline-block;
        text-align: center;
        width: 50%;
        float: left;
        box-sizing: border-box;
    }

        .popup-btn a.submit {
            color: #f00;
            border-left: 1px solid #ededed;
        }

.setUp {
    display: block;
    width: 100%;
    margin: auto;
}

    .setUp ul {
        margin-top: 8px;
        border-bottom: 10px solid #f0f0f0;
    }
        .setUp ul:last-child {
            border-bottom: 0;
        }

        .setUp li {
            display: flex;
            min-height: 40px;
            line-height: 40px;
            padding: 0 20px;
            color: #333;
            border-bottom: 1px solid #f1f1f1;
            background-color: #fff;
        }
        .setUp li a {
            display: flex;
            width:100%
        }

    .setUp ul:nth-of-type(1) li:nth-of-type(1) {
        line-height: 70px;
        height: 70px;
    }
  

    .setUp.agentInfo ul:nth-of-type(2) li:nth-of-type(1) {
        min-height: 40px;
        line-height: 40px;
        height: 40px;
    }

    .setUp.agentInfo li:last-child {
        background-color: #fff;
    }

    .setUp li div {
        -webkit-flex: 1;
        width: 100%;
        vertical-align: middle;
        text-align: right;
        margin-top: 5px;
        color: #939393;
        position: relative;
    }

        .setUp li div .HeadImg {
            display: block;
            width: 60px;
            height: 60px;
            float: right;
            margin: 0;
            border: 1px solid #f7f7f7;
            border-radius: 50%;
            text-align: center;
        }

        .setUp li div img {
            border-radius: 50%;
            object-fit: contain;
            width: 60px;
            height: 100%;
        }

        .setUp li div input, .setUp li div var {
            color: #939393;
            font-style: normal;
            text-align: right;
        }
            .setUp li div var.numChat {
                color: #fff;
                background-color: #de0018;
                border-radius: 50%;
                width: 18px;
                height: 18px;
                display: inline-block;
                text-align: center;
                line-height: 18px;
                font-size: 12px;
            }

            .setUp li div input#headFile {
                width: 60px;
                height: 60px;
                position: absolute;
                right: 0;
                top: 0;
                opacity: 0;
            }

        .setUp li div a {
            color: #5488ff;
            text-decoration: underline;
            display: inline-block;
            width: auto;
            margin-left: 5px;
        }

.infoBtn {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    text-align: center;
    margin: 30px auto 20px;
    background-color: #e60c12;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 2px;
}

    .infoBtn.infoCur {
        background-color: #e60c12;
    }

.staffHref {
    display: block;
    text-align: right;
    color: #799cf6;
    margin-top: 10px;
    line-height: 25px;
}

.editPhone {
    display: block;
    width: 90%;
    margin: auto;
}

    .editPhone h3 {
        display: block;
        height: 50px;
        margin: 30px 0 30px;
        font-size: 20px;
        font-weight: bold;
    }

        .editPhone h3 span {
            display: block;
            font-weight: normal;
            font-size: 14px;
            margin-top: 5px;
            color: #888;
            letter-spacing: 2px;
        }

    .editPhone li {
        display: flex;
        min-height: 40px;
        line-height: 40px;
        padding: 0 10px 5px;
        border-bottom: 1px solid #f1f1f1;
        margin-top: 10px;
    }

        .editPhone li span {
            display: inline-block;
            width: 90px;
            text-align-last: justify;
            margin-right: 10px;
            padding-right: 10px;
            color: #555;
            position: relative;
        }

            .editPhone li span#areaCode::after {
                content: '';
                display: inline-block;
                width: 14px;
                height: 9px;
                background: url(/images/dsanj.png) no-repeat;
                background-size: contain;
                position: absolute;
                bottom: 16px;
                right: -8px;
            }

        .editPhone li input {
            -webkit-flex: 1;
            font-size: 14px;
            display: block;
            height: 40px;
            border-color: transparent;
            background-color: transparent;
            width: 100%;
            padding-left: 10px;
            -webkit-user-select: auto;
        }

            .editPhone li input::-webkit-input-placeholder {
                color: #d1d1d1;
            }

        .editPhone li button {
            background: transparent;
            border: 1px solid #eee;
            color: #808080;
            width: 90px;
            font-size: 12px;
            height: 30px;
            border-radius: 3px;
            margin-top: 5px;
        }
.weChatBtn {
    position: absolute;
    bottom: 0;
    text-align: center;
    right: 6%;
    left: 6%;
    height: 80px;
    font-size: 12px;
}
    .weChatBtn > p {
        border-top: 1px solid #eee;
        position: relative;
    }
        .weChatBtn > p > span {
            display: inline-block;
            background-color: #fff;
            position: absolute;
            top: -10px;
            padding: 0 10px;
            color: #999;
            font-size: 12px;
            left: 50%;
            margin-left: -46px;
        }
    .weChatBtn > div i {
        display: block;
        width: 32px;
        height: 32px;
        background: url(/images/New/icon-wechat.png) no-repeat;
        background-size: 32px auto;
        margin: 10px auto 3px;
    }

    #editPhone .popup {
        background-color: transparent;
    }

    #editPhone .popup .popupBg {
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.5);
    }

    #editPhone .popup .popup-box {
        width: 55%;
        height: 200px;
        text-align: left;
        padding: 15px 20px;
        position: absolute;
        top: 30%;
        margin: 0;
        left: 22.5%;
    }

        #editPhone .popup .popup-box h3 {
            margin-bottom: 10px;
        }

        #editPhone .popup .popup-box p {
            height: 35px;
            line-height: 35px;
            position: relative;
        }

            #editPhone .popup .popup-box p input {
                margin-right: 5px;
                position: absolute;
                top: 11px;
                opacity: 0;
            }

        #editPhone .popup .popup-box .popup-btn {
            margin: 0;
            border-top: 0;
        }

            #editPhone .popup .popup-box .popup-btn a {
                width: auto;
                display: inline-block;
                padding: 0 0 0 10px;
                float: right;
                border: 0;
                margin-left: 10px;
            }


.lookDetails .lookStaff {
    display: block;
    width: 100%;
    height: auto;
    background-color: #f7f7f7;
    padding: 15px 15px 20px;
    box-sizing: border-box;
}

.staffBox {
    display: block;
    width: 100%;
    margin: 30px auto 0;
    background-color: #fff;
    box-shadow: 0 0 8px #dfdfdf;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
    padding: 12px;
    box-sizing: border-box;
}

.staffHead {
    display: block;
    margin-top: -40px;
    text-align: center;
}

    .staffHead .headImg {
        display: block;
        margin: 0 auto 10px;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        overflow: hidden;
        background-color: #fff;
        border: 1px solid #f1f1f1;
    }

    .staffHead .staffInfo span {
        display: inline-block;
        color: #d5282a;
        font-size: 14px;
        vertical-align: middle;
    }

    .staffHead .staffInfo .btn {
        display: inline-block;
        vertical-align: middle;
    }

        .staffHead .staffInfo .btn a {
            display: inline-block;
            width: 25px;
            height: 25px;
            margin-left: 5px;
        }

    .staffHead .staffInfo a.talk-btn {
        background: url(/images/User/m/chat_icon.png) no-repeat;
        background-size: contain;
    }

    .staffHead .staffInfo a.tel-btn {
        background: url(/images/User/m/tel_icon.png) no-repeat;
        background-size: contain;
    }

    .staffHead .staffInfo a.personal-btn {
        background: url(/images/User/m/personal_icon.png) no-repeat;
        background-size: contain;
    }

.staffBranch p {
    display: block;
    color: #7e7e7e;
    margin-top: 12px;
}

    .staffBranch p var {
        font-style: normal;
    }

.lookDetails .lookBox {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
}

    .lookDetails .lookBox h3.title, .lookPanel h3.title {
        height: 40px;
        line-height: 45px;
        border-bottom: 1px solid #f7f7f7;
        font-weight: bold;
        padding: 0 15px;
    }

        .lookDetails .lookBox h3.title i, .lookPanel h3.title i {
            display: inline-block;
            width: 3px;
            height: 19px;
            background-color: #d5282a;
            vertical-align: middle;
            margin-right: 5px;
        }

    .lookDetails .lookBox .tab {
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
    }

        .lookDetails .lookBox .tab span.cur {
            display: inline-block;
            color: #b22a2a;
        }

.unitBox {
    padding: 10px 15px;
    background-color: #f8f6f7;
}

#unitSwiper, #PeripheralSwiper {
    display: block;
    width: 100%;
    overflow: auto;
}

::-webkit-scrollbar {
    width: 0;
    height: 0;
    background-color: transparent;
}

.unitBox ul {
    display: block;
    overflow: hidden;
}

.unitBox li {
    display: inline-block;
    width: 190px;
    height: auto;
    margin-right: 12px;
    float: left;
    white-space: nowrap;
}

    .unitBox li .unitImg {
        display: block;
        width: 100%;
        height: 150px;
        overflow: hidden;
        border-radius: 5px;
        position: relative;
    }

        .unitBox li .unitImg img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.lookPanel div {
    padding: 0 15px;
}

    .lookPanel div p {
        display: block;
        height: 40px;
        line-height: 40px;
        color: #757575;
    }

        .lookPanel div p label {
            display: inline-block;
            color: #757575;
            text-align-last: justify;
            width: 62px;
        }

        .lookPanel div p span {
            display: inline-block;
            margin-left: 10px;
        }

.loveFlex {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 12px;
    background-color: #fff;
    box-shadow: 0 0 5px #eee;
}

    .loveFlex > div {
        display: inline-block;
        width: 49%;
        vertical-align: middle;
    }

    .loveFlex .loveOPT i {
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(/images/User/m/circle_icon.png) no-repeat;
        background-size: contain;
        vertical-align: middle;
    }

        .loveFlex .loveOPT i.cur {
            display: inline-block;
            width: 20px;
            height: 20px;
            background: url(/images/User/m/select_icon.png) no-repeat;
            background-size: contain;
            vertical-align: middle;
        }

    .loveFlex .loveOPT > span {
        display: inline-block;
        font-size: 15px;
        margin-left: 5px;
    }

    .loveFlex .loveOPT var {
        display: inline-block;
        font-style: normal;
        color: #9f9f9f;
        letter-spacing: 2px;
        padding: 0 5px;
        font-size: 13px;
    }

        .loveFlex .loveOPT var b {
            font-weight: normal;
        }

    .loveFlex .loveStaff button {
        display: block;
        width: 60%;
        height: 35px;
        line-height: 35px;
        border: 0;
        background-color: #efd2d2;
        color: #f9f9f9;
        float: right;
        border-radius: 2px;
    }

        .loveFlex .loveStaff button.staffBtn {
            background-color: #ce1b1b;
        }

.staffPopup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

    .staffPopup .staffBg {
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.4);
    }

    .staffPopup .staffBox {
        height: 65%;
        position: absolute;
        bottom: -100%;
        border-radius: 30px 30px 0 0;
        box-shadow: none;
        padding: 0;
    }

        .staffPopup .staffBox .staffTop {
            display: flex;
            border-bottom: 1px solid #eee;
            height: 50px;
            line-height: 50px;
            color: #333;
            padding: 0 10px;
            text-align: center;
        }

            .staffPopup .staffBox .staffTop span {
                display: block;
                width: 50px;
            }

                .staffPopup .staffBox .staffTop span.cancel {
                    color: #888;
                }

            .staffPopup .staffBox .staffTop p {
                -webkit-flex: 1;
            }

        .staffPopup .staffBox .staffSearch {
            display: flex;
            height: 40px;
            border-radius: 25px;
            background-color: #f7f7f7;
            margin: 10px 15px;
            box-sizing: border-box;
            padding: 0 15px;
        }

            .staffPopup .staffBox .staffSearch i {
                display: block;
                width: 18px;
                height: 18px;
                background: url(/images/User/m/search.png) no-repeat;
                background-size: contain;
                vertical-align: middle;
                margin: 12px 10px 0 0;
            }

            .staffPopup .staffBox .staffSearch input {
                display: block;
                height: 100%;
                -webkit-flex: 1;
                vertical-align: middle;
            }

input::-webkit-input-placeholder {
    color: #c5c5c5;
}

.staffPopup .staffBox .staffList {
    display: block;
    border-top: 1px solid #eee;
    height: 310px;
}

    .staffPopup .staffBox .staffList li {
        display: flex;
        height: auto;
        line-height: 50px;
        padding: 10px 15px 0;
    }

        .staffPopup .staffBox .staffList li div.headImg {
            display: inline-block;
            width: 44px;
            height: 44px;
            border: 1px solid #f7f7f7;
            border-radius: 50%;
            overflow: hidden;
            text-align: center;
            margin-right: 10px;
        }

            .staffPopup .staffBox .staffList li div.headImg img {
                display: block;
                width: 100%;
                height: 100%;
                object-fit: contain;
            }

        .staffPopup .staffBox .staffList li .staffName {
            display: block;
            -webkit-flex: 1;
            border-bottom: 1px solid #eee;
            height: 44px;
            padding-bottom: 10px;
        }

            .staffPopup .staffBox .staffList li .staffName p {
                display: inline-block;
            }

                .staffPopup .staffBox .staffList li .staffName p span {
                    display: inline-block;
                    margin-left: 5px;
                }

        .staffPopup .staffBox .staffList li i {
            display: inline-block;
            width: 20px;
            height: 20px;
            background: url(/images/User/m/circle_icon.png) no-repeat;
            background-size: contain;
            vertical-align: middle;
            margin-top: 15px;
            float: right;
        }

            .staffPopup .staffBox .staffList li i.cur {
                background: url(/images/User/m/select_icon.png) no-repeat;
                background-size: contain;
            }
.LookRecord.couponList {
    background-color: #fff;
}
    .LookRecord.couponList > a {
        display:block;
    }
        .LookRecord.couponList > a img {
            height: 100px;
            width: 100%;
        }
        .LookRecord.couponList .tab {
            width: 100%;
            background-color: transparent;
            border-radius: 0;
            margin-top: 0;
            padding: 5px 0;
        }

        .LookRecord.couponList .tab > i {
            box-shadow: none;
            bottom: 0;
            height: 2px;
        }

            .LookRecord.couponList .tab > i i {
                display: block;
                background-color: #e00a21;
                width: 15px;
                height: 2px;
                line-height: 0px;
                vertical-align: top;
                margin: auto;
            }

.c-build-coupon {
    /* padding: 10px 0; */
    /* background-color: #f2f2f2; */
}

    .c-build-coupon ul {
        /*overflow: hidden;*/
    }

    .c-build-coupon li {
        display: block;
        list-style-type: none;
        position: relative;
        width: 95%;
        margin: 0 3% 10px;
        border-bottom: 0;
        padding: 0;
    }

.couponType {
    position: absolute;
    left: -17px;
    background-color: #df0018;
    color: #fff;
    font-size: 12px;
    top: 7px;
    z-index: 99;
    border-radius: 0 5px 5px 0;
    overflow: hidden;
    padding: 4px;
    transform: scale(.7);
    line-height: 15px;
}

.IsThird {
    position: absolute;
    right: 1px;
    font-size: 12px;
    top: 0;
    z-index: 99;
    background: url(/images/icon-dsf.png) no-repeat;
    height: 37px;
    width: 53px;
    background-size: 100% auto;
}

.couponBox {
    width: 100%;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

    .couponBox .couponLeft {
        -webkit-flex: 1;
        flex: 1;
        background-color: #fff;
        display: flex;
        border: 1px solid #e7e7e7;
        padding: 10px 10px 10px 25px;
        box-sizing: border-box;
        border-radius: 8px 0 0 8px;
    }

        .couponBox .couponLeft .couponPic {
            display: block;
            height: 70px;
            width: 70px;
            overflow: hidden;
            border-radius: 5px;
            border: 1px solid #f9f9f9;
        }

            .couponBox .couponLeft .couponPic img {
                height: 100%;
                width: 100%;
                object-fit: cover;
            }

        .couponBox .couponLeft .couponInfo {
            -webkit-flex: 1;
            color: #999;
            padding-left: 10px;
            position: relative;
        }

            .couponBox .couponLeft .couponInfo h4 {
                color: #333;
                font-size: 15px;
                margin: 0 0 1px;
                min-height: 20px;
            }

            .couponBox .couponLeft .couponInfo p {
                font-size: 12px;
                line-height: 20px;
                text-wrap: nowrap;
                transform: scale(.8);
                margin-left: -17px;
            }

            .couponBox .couponLeft .couponInfo span {
                transform: scale(.9);
                display: block;
                color: #bbb;
                text-align: right;
                letter-spacing: 2px;
                position: absolute;
                right: 0;
                bottom: -5px;
                font-size: 12px;
                padding: 3px;
                cursor: pointer;
            }

                .couponBox .couponLeft .couponInfo span i {
                    display: inline-block;
                    width: 12px;
                    height: 12px;
                    background: url(/images/dsanj.png) no-repeat center;
                    background-size: 100% auto;
                    margin-left: 2px;
                    vertical-align: middle;
                    -webkit-transition: all .3s;
                    transition: all .3s;
                }

                .couponBox .couponLeft .couponInfo span.cur i {
                    -webkit-transform: rotate(180deg);
                    transform: rotate(180deg);
                }

    .couponBox .couponRight {
        display: block;
        width: 105px;
        min-height: 105px;
        background-image: linear-gradient(to bottom right, #ffebbb, #d9ac73);
        border: 1px solid #e7e7e7;
        border-left: 0;
        color: #fff;
        text-align: center;
        box-sizing: border-box;
        padding: 30px 0 20px;
        font-size: 16px;
        border-radius: 0 5px 5px;
    }

        .couponBox .couponRight.expire {
            filter: grayscale(100%);
        }

        .couponBox .couponRight span {
            display: block;
            font-size: 12px;
            font-weight: normal;
            transform: scale(.9);
            background-color: #fff;
            color: #dab17e;
            line-height: 22px;
            border-radius: 20px;
            width: 70%;
            margin: 10px auto 0;
            cursor: pointer;
            position: relative;
            height: 22px;
            display: block !important;
            left: 0;
            bottom: 0;
        }

            .couponBox .couponRight span var {
                font-style: normal;
                font-weight: bold;
            }

    .couponBox:before {
        content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        background-color: #f2f2f2;
        border-radius: 50%;
        position: absolute;
        right: 99px;
        top: -5px;
        border: 1px solid #e7e7e7;
        z-index: 9;
    }

    .couponBox::after {
        content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        background-color: #f2f2f2;
        border-radius: 50%;
        position: absolute;
        right: 99px;
        bottom: -5px;
        border: 1px solid #e7e7e7;
        z-index: 9;
    }

.couponDec {
    display: none;
    font-size: 12px;
    color: #888;
    background: #fff;
    padding: 10px;
    border: 1px solid #e7e7e7;
    border-top: 0;
    text-align: justify;
    border-radius: 0 0 5px 5px;
    white-space: pre-line;
    width: 100%;
    box-sizing: border-box;
}


.LookRecord.evaluate .tab span {
    width: 50%;
}

.LookRecord.evaluate .tab > i {
    width: 50%;
}

.LookRecord.couponList.evaluate .tab {
    margin-bottom: 0;
}

.onlineSaleBox {
    background-color: #ffffff;
    color: #333333;
}

    .onlineSaleBox * {
        box-sizing: border-box;
    }

.os-images {
    position: absolute;
    width: 100%;
}

    .os-images img {
        width: 100%;
    }

.os-box {
    width: 100%;
    height: 100%;
    padding: 1.875rem 0.625rem 1.875rem 0.625rem;
}

.os-contentBox {
    max-width: 75rem;
    background-color: #ffffff;
    box-shadow: 0rem 0rem 1.0625rem 0.0625rem rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0rem 0rem 0.375rem 0.125rem rgba(0, 0, 0, 0.20);
    border-radius: 0.4rem;
    margin: auto;
    position: relative;
}

.os-title {
    border-bottom: 0.0625rem solid #ebebeb;
    height: 3.125rem;
}

    .os-title span {
        margin-left: 1.1875rem;
        line-height: 3.125rem;
        font-size: 15px;
        color: #000000;
        font-weight: 500;
    }

.os-content {
    padding: 0.625rem 0.9375rem 0.9375rem;
    font-size: 0.875rem;
}

.onlineSaleBox .c-form-group {
    margin-bottom: 0.875rem;
}

.onlineSaleBox .c-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
}

.c-form-title {
    font-size: 15px;
    display: flex;
    padding-left: 0.9375rem;
}

.c-form-icon {
    width: 5px;
    height: 20px;
    background-color: #d91616;
    border-radius: 5px;
    margin: auto 8px auto 0;
}

.onlineSaleBox .c-col-2 {
    position: relative;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
}

.onlineSaleBox .c-form-label {
    padding-top: calc(0.375rem + 0.0625rem);
    padding-bottom: calc(0.375rem + 0.0625rem);
}

.os-content label.c-col-2 {
    text-align: right;
}

.onlineSaleBox .os-required_span {
    color: #d91b22;
}

.onlineSaleBox .c-col-10 {
    position: relative;
    padding-right: 0.9375rem;
    -ms-flex: 0 0 68%;
    flex: 0 0 68%;
    max-width: 68%;
}

.onlineSaleBox input {
    outline: none;
}

.onlineSaleBox .c-form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 0.125rem rem );
    padding: 0.375rem 0.75rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-sizing: border-box;
}

.os-verify, .os-verify-iphone {
    color: #da1617;
    font-size: 12px;
    margin-top: 2px;
    display: none;
}

.onlineSaleBox .os-radio-input {
    margin-right: 0.375rem;
    display: inline-block;
}

.onlineSaleBox input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

input[type="radio"] + label::before {
    content: "\a0";
    display: inline-block;
    /* vertical-align: middle; */
    font-size: 0.875rem;
    width: 1em;
    height: 1em;
    margin-right: 0.125rem;
    border-radius: 50%;
    border: 1px solid #d3d3d3;
    text-indent: 0.15em;
    line-height: 1;
}

input[type="radio"]:checked + label::before {
    background-color: #d91616;
    background-clip: content-box;
    /* padding: 0.2em; */
    padding: 0.1875rem;
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
}

.os-content .hidde_ipt {
    margin-top: 0.5rem;
}

#messageTel, #messageWhatsApp {
    display: flex;
}

    #messageTel select, #messageTel .c-select,
    #messageWhatsApp select,
    #messageWhatsApp .c-selectWhatsA {
        float: left;
        width: 110px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        padding-right: 0.3rem;
        padding-left: 0.3rem;
    }

    #messageTel .c-select,
    #messageWhatsApp .c-selectWhatsA {
        position: absolute;
        z-index: 1;
        pointer-events: none;
        overflow: hidden;
        white-space: nowrap;
    }

.onlineSaleBox .os-triangle {
    float: right;
    margin-top: 0.5rem;
    width: 0.5625rem;
    height: 0.375rem;
}

#messageTel input, #messageWhatsApp input {
    float: right;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.os-verify-contact {
    color: #da1617;
    font-size: 12px;
    margin-top: 2px;
    display: none;
}

.onlineSaleBox .hint {
    color: #aaaaaa;
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
}

    .onlineSaleBox .hint a {
        color: #d91616;
    }

.onlineSaleBox input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

input[type="checkbox"] + label::before {
    content: "\a0";
    display: inline-block;
    font-size: 0.875rem;
    width: 1em;
    height: 1em;
    margin-right: 0.125rem;
    border-radius: 50%;
    border: 1px solid #d3d3d3;
    text-indent: 0.15em;
    line-height: 1;
}

.onlineSaleBox input[type="checkbox"]:checked + label::before {
    content: "\a0";
    background-color: #E13E31;
    border: 1px solid #E13E31;
    background-image: url(/images/OnlineSale/checked_icon.png);
    background-position: center;
    background-size: 100% 100%;
}

.onlineSaleBox .submit_btn {
    width: 100%;
    height: 3rem;
    background-color: #d91b22;
    border: 0;
    color: #FFFFFF;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    display: flex;
    opacity: 0.6;
    pointer-events: none;
}

    .onlineSaleBox .submit_btn span {
        font-size: 1.125rem;
    }

.evaluateList li {
    min-height: 64px;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 7px;
    margin: 10px;
}

    .evaluateList li div {
        margin: 0 0 7px;
        color: #333;
        font-size: 15px;
    }

        .evaluateList li div span {
            width: 48%;
            display: inline-block;
            font-weight: bold;
        }

            .evaluateList li div span:last-child {
                text-align: right;
                color: #d30f1b;
                font-weight: normal;
                font-size: 13px;
            }

    .evaluateList li p {
        font-size: 12px;
        color: #a9a9a9;
    }


.infoCoupon {
    width: 96%;
    height: auto;
    box-sizing: content-box;
    background: #fff;
    margin: 20px auto 0;
    padding-top: 20px;
    border-radius: 5px;
}

.Coupon-box {
    overflow: hidden;
}

.CouponTitle {
    text-align: center;
    color: #888;
    border-bottom: 1px dashed #b4b4b4;
    position: relative;
}

    .CouponTitle:before {
        content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        background-color: #dc1734;
        border-radius: 50%;
        position: absolute;
        left: -6px;
        bottom: -5px;
        border: 1px dashed #b6302b;
        z-index: 9;
    }

    .CouponTitle:after {
        content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        background-color: #dc1734;
        border-radius: 50%;
        position: absolute;
        right: -6px;
        bottom: -5px;
        border: 1px dashed #b6302b;
        z-index: 9;
    }

    .CouponTitle h3 {
        font-size: 26px;
        font-weight: bold;
        color: #333;
        padding: 10px 0 25px;
        border-bottom: 1px dashed #b6302b;
        letter-spacing: 1px;
    }

.CouponCode .CouponImg {
    position: relative;
    width: 200px;
    margin: auto;
}

    .CouponCode .CouponImg .type {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }

        .CouponCode .CouponImg .type.expired {
            background: rgba(0,0,0,.2) url(/images/User/Icon_expired.png) no-repeat center;
            background-size: 100px auto;
        }

        .CouponCode .CouponImg .type.hasBeenUsed {
            background: rgba(0,0,0,.2) url(/images/User/Icon_HasBeenUsed.png) no-repeat center;
            background-size: 100px auto;
        }

.CouponCode img {
    width: 200px;
    margin: 20px auto 15px;
    display: block;
}

.CouponCode p {
    text-align: center;
    color: #333;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 25px;
}

.Coupon-Info p {
    border-top: 1px solid #d4d4d4;
    margin: 0 15px;
    padding: 15px 0;
    display: flex;
    font-size: 12px;
}

    .Coupon-Info p span {
        width: 60px;
        vertical-align: middle;
        display: inline-block;
    }

    .Coupon-Info p var {
        color: #777;
        display: inline-block;
        line-height: 20px;
        text-align: justify;
        -webkit-flex: 1;
        max-height: 200px;
        overflow: auto;
        font-style: normal;
        vertical-align: middle;
    }

#AddLook, #feedBackList {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,.3);
    margin: auto;
    display: none;
    z-index: 999;
}
    #AddLook > div, #feedBackList > div {
        position: absolute;
        width: 86%;
        left: 7%;
        background: #fff;
        box-shadow: 0 0 7px #6b6b6b;
        border-radius: 9px;
        height: 400px;
        top: 50%;
        margin-top: -200px;
        box-sizing: border-box;
        padding: 13px;
    }
#AddLook > div > label {
    font-size: 15px;
    color: #777;
    margin-bottom: 10px;
    display: block;
}
    #AddLook > div > .feedBox {
        height: 300px;
        background: #ececec;
    }
        #AddLook > div > .feedBox textarea {
            width: 100%;
            height: 300px;
            background: #ececec;
            padding: 10px;
            box-sizing: border-box;
        }
    #AddLook > div > .btn {
        height: 50px;
        line-height: 50px;
        text-align: right;
        color: #777;
        font-size: 15px;
    }
        #AddLook > div > .btn span {
            display: inline-block;
            padding: 0 10px;
        }
            #AddLook > div > .btn span.submit {
                color: #ff2e2e;
            }
.feedBackList li {
    display: block;
    margin-top: 10px;
    line-height: 20px;
    border-bottom: 1px solid #efefef;
    padding: 5px 0;
}

    .feedBackList li span {
        display: block;
        text-align: right;
        color: #bebebe;
        font-size: 12px;
    }
.c-build-join {
    display: inline-block;
    font-size: 12px;
    text-align: center;
    position: absolute;
    right: 7px;
    bottom: 15px;
    color: #6a6a6a;
}

    .c-build-join i {
        display: block;
        width: 20px;
        height: 20px;
        margin: auto;
        background: url(/images/User/m/join.png) no-repeat;
        background-size: contain;
    }

.icon_Copy i {
    display: block;
    width: 20px;
    height: 20px;
    margin: auto;
    background: url(/images/User/icon_Copy.png) no-repeat;
    background-size: contain;
}

.distributeList li {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #ececec;
    cursor: pointer;
}

    .distributeList li .imgBox {
        width: 45px;
        height: 45px;
        margin-right: 15px;
        position: relative;
        border-radius: 50%;
    }

        .distributeList li .imgBox i {
            position: absolute;
            top: -5px;
            right: 0;
            width: 18px;
            height: 18px;
            text-align: center;
            background-color: #d30f1b;
            color: #fff;
            font-style: normal;
            border-radius: 50%;
            font-size: 12px;
        }

        .distributeList li .imgBox img {
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

    .distributeList li .nameBox {
        -webkit-flex: 1;
        padding: 3px 0;
        box-sizing: border-box;
        display: block;
        font-size: 13px;
        color: #666;
        font-weight: normal;
    }

        .distributeList li .nameBox p {
            font-size: 12px;
            color: #999;
            margin-top: 5px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 1;
            display: -webkit-box;
            -webkit-box-orient: vertical;
        }

    .distributeList li .timeBox {
        width: 100px;
        text-align: right;
        color: #999;
    }

        .distributeList li .timeBox p {
            margin-top: 4px;
            font-size: 12px;
        }

        .distributeList li .timeBox i {
            display: inline-block;
            width: 18px;
            height: 18px;
            text-align: center;
            background-color: #d30f1b;
            color: #fff;
            font-style: normal;
            border-radius: 50%;
            font-size: 12px;
            margin-top: 7px;
        }
.toDoList li {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #ececec;
}

    .toDoList li .info-Box {
        -webkit-flex: 1;
    }

        .toDoList li .info-Box h3 {
            font-size: 15px;
            color: #666;
        }

            .toDoList li .info-Box h3 span {
                display: inline-block;
                float: right;
                font-weight: normal;
                font-size: 12px;
                margin-top: 4px;
                color: #999;
            }

    .toDoList li .infoBox h3 small {
        display: inline-block;
        font-size: 12px;
        padding: 1px 5px;
        border-radius: 3px;
        margin-left: 20px;
    }

        .toDoList li .infoBox h3 small.finish {
            background-color: #d30f1b;
            color: #fff;
        }

        .toDoList li .infoBox h3 small.wait {
            background-color: #555;
            color: #fff;
        }

    .toDoList li .info-Box p {
        font-size: 12px;
        color: #999;
        margin-top: 5px;
    }

        .toDoList li .info-Box p span {
            display: inline-block;
            margin-right: 10px;
        }

    .toDoList li .btnBox {
        display: table;
        position: relative;
        width: 100%;
    }

        .toDoList li .btnBox > span {
            display: inline-block;
            font-size: 12px;
            margin: 10px 30px 0 10px;
        }

            .toDoList li .btnBox > span:nth-of-type(1), .toDoList li .btnBox > span a {
                color: #df0018;
                text-align: center;
                cursor: pointer;
            }

                .toDoList li .btnBox > span:nth-of-type(1):before {
                    content: '';
                    background: url(/images/User/m/tel_icon.png) no-repeat;
                    background-size: cover;
                    width: 25px;
                    height: 25px;
                    display: block;
                    vertical-align: middle;
                    margin: auto;
                }

            .toDoList li .btnBox > span:nth-of-type(2) {
                color: #7c88f6;
                text-align: center;
                cursor: pointer;
            }

                .toDoList li .btnBox > span:nth-of-type(2):before {
                    content: '';
                    background: url(/images/User/share_icon.png) no-repeat;
                    background-size: cover;
                    width: 25px;
                    height: 25px;
                    display: block;
                    vertical-align: middle;
                    margin: auto;
                }

    .toDoList li .info-rBox {
        text-align: right;
        font-size: 12px;
        color: #999;
        position: relative;
    }

        .toDoList li .info-rBox small {
            position: absolute;
            bottom: 10px;
            right: 0;
            display: inline-block;
            font-size: 12px;
            padding: 1px 5px;
            border-radius: 3px;
        }

            .toDoList li .info-rBox small.finish {
                background-color: #d30f1b;
                color: #fff;
            }

            .toDoList li .info-rBox small.wait {
                background-color: #555;
                color: #fff;
            }

.privateBuild .mescroll {
    padding-top: 60px;
}
.privateBuild li {
    padding-left: 6px;
}
.privateBuild .query {
    padding: 14px 0;
    display: flex;
    position: fixed;
    background: #fff;
    z-index: 9;
    left: 3%;
    right: 3%;
}

    .privateBuild .query input {
        height: 32px;
        border-radius: 25px 0 0 25px;
        border: 1px solid #d3d3d3;
        padding: 0 20px 0 10px;
        border-right: 0;
        -webkit-flex: 1;
    }

    .privateBuild .query label {
        display: inline-block;
        background: #da1616;
        height: 34px;
        vertical-align: top;
        line-height: 34px;
        color: #fff;
        width: 50px;
        text-align: center;
        border-radius: 0 25px 25px 0;
        cursor: pointer;
    }
.bg_mask {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

.shadow {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    position: absolute;
}

.qrcode_Box {
    position: relative;
    width: 300px;
    margin: 35% auto 0 auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    background: url(/images/User/m/bg_SalesQrCode.png) no-repeat;
    background-size: cover;
}
.bg_mask .headBox {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
    .bg_mask .headBox p {
        text-align: center;
        line-height: 40px;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 2px;
        margin-bottom: 10px;
    }
    .bg_mask .headBox img {
        width: 70px;
        margin-right: 20px;
    }
        .bg_mask .headBox img:last-child {
            margin-right:0;
        }

        .qrcode_agent {
            display: flex;
        }

.maskBox .logo {
    width: 110px;
}

.qrcode_agent_info {
    display: inline-block;
    width: 100%;
    color: #fff;
    margin-top: 50px;
}

    .qrcode_agent_info .headImg {
        display: inline-block;
        width: 70px;
        height: 70px;
        border: 1px solid #eee;
        border-radius: 50%;
        vertical-align: middle;
        margin-right: 15px;
        overflow: hidden;
        background-color: #fff;
        text-align: center;
    }

    .qrcode_agent_info img {
        display: block;
        width: 70px;
        height: 70px;
        object-fit: contain;
    }

    .qrcode_agent_info div {
        display: inline-block;
        vertical-align: middle;
    }

        .qrcode_agent_info div p {
            font-size: 15px;
            font-weight: bold;
        }

        .qrcode_agent_info div span {
            font-size: 13px;
            margin-top: 5px;
            display: block;
        }

.qrcode-c {
    border: 1px solid #fff;
    border-radius: 7px;
    text-align: center;
    color: #fff;
    margin: 30px 0 20px;
    padding: 3px 0;
    letter-spacing: 1px;
}

.qrcode_t {
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 7px;
    color: #777;
    display: flex;
}

    .qrcode_t .qrcode_slogn {
        -webkit-flex: 1;
        padding: 10px 0;
        text-align: center;
        box-sizing: border-box;
        line-height: 25px;
        letter-spacing: 1px;
    }

        .qrcode_t .qrcode_slogn span {
            color: #b5b5b5;
            display: block;
        }

    .qrcode_t .qrcode_img {
        width: 70px;
        height: 70px;
        background-color: #eee;
    }

.download-btn {
    position: absolute;
    top: 17px;
    right: 15px;
    background-color: rgb(0 0 0 / 35%);
    width: 44px;
    height: 27px;
    border-radius: 15px;
    text-align: center;
    line-height: 26px;
}

    .download-btn img {
        width: 20px;
        vertical-align: middle;
        display: inline-block;
    }
#loading {
    position: absolute;
    display: none;
    border-radius: 20px;
    color: #fff;
    width: 80px;
    z-index: 9999;
    text-align: center;
    top: 51%;
    left: 50%;
    margin-left: -40px;
    box-sizing: border-box;
    height: 80px;
}

.loadEffect {
    width: 100px;
    height: 100px;
    position: relative;
    margin: 0 auto;
    margin-top: 100px;
}

#loading span {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #909090;
    position: absolute;
    -webkit-animation: load 1.04s ease infinite;
}

@-webkit-keyframes load {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0.2;
    }
}

#loading span:nth-child(1) {
    left: 6px;
    top: 50%;
    margin-top: -8px;
    -webkit-animation-delay: 0.13s;
}

#loading span:nth-child(2) {
    left: 14px;
    top: 14px;
    -webkit-animation-delay: 0.26s;
}

#loading span:nth-child(3) {
    left: 50%;
    top: 8px;
    margin-left: -8px;
    -webkit-animation-delay: 0.39s;
}

#loading span:nth-child(4) {
    top: 14px;
    right: 14px;
    -webkit-animation-delay: 0.52s;
}

#loading span:nth-child(5) {
    right: 6px;
    top: 50%;
    margin-top: -8px;
    -webkit-animation-delay: 0.65s;
}

#loading span:nth-child(6) {
    right: 14px;
    bottom: 14px;
    -webkit-animation-delay: 0.78s;
}

#loading span:nth-child(7) {
    bottom: 6px;
    left: 50%;
    margin-left: -8px;
    -webkit-animation-delay: 0.91s;
}

#loading span:nth-child(8) {
    bottom: 14px;
    left: 14px;
    -webkit-animation-delay: 1.04s;
}































