.module-content {
    width: 100%;
    overflow: hidden;
}

    .module-content > .wrapper {
        width: 1200px;
        margin: 0 auto;
    }

        .module-content > .wrapper .pootographer-detail {
            width: 100%;
            text-align: center;
        }

.pootographer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 135px;
    width: 100%;
    position: relative;
}

    .pootographer-info:after {
        position: absolute;
        bottom: 0;
        left: 50%;
        content: '';
        width: 100vw;
        min-width: 1920px;
        height: 0;
        border-bottom: 1px solid #e8e8e8;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .pootographer-info .avatar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75px;
        flex: 0 0 75px;
        height: 75px;
        border-radius: 50%;
        overflow: hidden;
    }

        .pootographer-info .avatar img {
            width: 100%;
            height: 100%;
        }

    .pootographer-info .detail {
        padding-left: 20px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .pootographer-info .detail .top {
            margin-bottom: 15px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .pootographer-info .detail .top .nickname {
                font-size: 24px;
                color: #333;
                margin-right: 10px;
            }

            .pootographer-info .detail .top .profile-button {
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                text-align: center;
                font-size: 18px;
                display: inline-block;
                cursor: pointer;
                color: #fff;
                background-color: #9c0;
                border: 1px solid #9c0;
                padding: 0 28px;
                border-radius: 19px;
                height: 40px;
                line-height: 40px;
                font-size: 14px;
                height: 30px;
                line-height: 28px;
                padding: 0 10px;
            }

                .pootographer-info .detail .top .profile-button:hover {
                    opacity: 0.85;
                }

        .pootographer-info .detail .bottom {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .pootographer-info .detail .bottom .products,
            .pootographer-info .detail .bottom .popularity,
            .pootographer-info .detail .bottom .praise {
                font-size: 14px;
                color: #666;
                margin-right: 10px;
            }

                .pootographer-info .detail .bottom .products .num,
                .pootographer-info .detail .bottom .popularity .num,
                .pootographer-info .detail .bottom .praise .num {
                    margin-left: 9px;
                    color: #9c0;
                }

            .pootographer-info .detail .bottom .intro {
                text-align-last: left;
                font-size: 14px;
                color: #666;
                margin-left: 40px;
                width: 600px;
            }

    .pootographer-info .appointment-button {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        font-size: 18px;
        display: inline-block;
        cursor: pointer;
        color: #fff;
        background-color: #9c0;
        border: 1px solid #9c0;
        padding: 0 28px;
        border-radius: 19px;
        height: 40px;
        line-height: 40px;
        border-radius: 5px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
        flex: 0 0 130px;
    }

        .pootographer-info .appointment-button:hover {
            opacity: 0.85;
        }

.title-pootographer-detail h2 {
    padding: 30px 0 25px;
    font-size: 36px;
    color: #333;
}

.products-list .item {
    overflow: hidden;
    float: left;
    width: 285px;
    height: 321px;
    border: 1px solid #e8e8e8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    margin-right: 18px;
    margin-bottom: 18px;
    position: relative;
}

    .products-list .item:nth-child(4n) {
        margin-right: 0;
    }

    .products-list .item .link {
        display: block;
        width: 100%;
        height: 100%;
    }

        .products-list .item .link:hover .title {
            color: #9c0;
        }

        .products-list .item .link:hover .images-box .info {
            opacity: 1;
            z-index: 1;
            -webkit-transform: translate3d(0, 0, 0) rotateX(0) rotateY(0) rotateZ(0) scale(1);
            transform: translate3d(0, 0, 0) rotateX(0) rotateY(0) rotateZ(0) scale(1);
        }

        .products-list .item .link .title {
            height: 36px;
            width: 100%;
            line-height: 36px;
            font-size: 16px;
            padding-left: 12px;
            color: #333;
            background-color: #f5f5f5;
        }

        .products-list .item .link .images-box {
            width: 100%;
            height: 285px;
            position: relative;
            overflow: hidden;
        }

            .products-list .item .link .images-box .cover {
                width: 100%;
                height: 100%;
                position: relative;
                background-color: #fff;
            }

                .products-list .item .link .images-box .cover img {
                    height: 100%;
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    -webkit-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
                }

            .products-list .item .link .images-box .info {
                -webkit-transition: all 0.5s 0s;
                -o-transition: all 0.5s 0s;
                transition: all 0.5s 0s;
                opacity: 0;
                z-index: -1;
                -webkit-transform: scale(1.5);
                -ms-transform: scale(1.5);
                transform: scale(1.5);
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -ms-flex-pack: distribute;
                justify-content: space-around;
                background-color: rgba(0,0,0,0.4);
            }

                .products-list .item .link .images-box .info .qrcode {
                    width: 140px;
                    height: 140px;
                }

                    .products-list .item .link .images-box .info .qrcode img {
                        width: 100%;
                        height: 100%;
                    }

                .products-list .item .link .images-box .info .count {
                    z-index: 999;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    width: 80%;
                    margin: 0 auto;
                    -ms-flex-pack: distribute;
                    justify-content: space-around;
                }

                    .products-list .item .link .images-box .info .count .views,
                    .products-list .item .link .images-box .info .count .praise {
                        color: #fff;
                    }

                        .products-list .item .link .images-box .info .count .views i.iconfont,
                        .products-list .item .link .images-box .info .count .praise i.iconfont {
                            font-size: 16px;
                        }

                        .products-list .item .link .images-box .info .count .views span,
                        .products-list .item .link .images-box .info .count .praise span {
                            margin-left: 5px;
                            font-size: 16px;
                        }

.detail-dialog {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 0.5s 0s;
    -o-transition: all 0.5s 0s;
    transition: all 0.5s 0s;
    opacity: 0;
    z-index: -1;
    -webkit-transform: scale(0.001);
    -ms-transform: scale(0.001);
    transform: scale(0.001);
}

    .detail-dialog.show {
        opacity: 1;
        z-index: 1;
        -webkit-transform: translate3d(0, 0, 0) rotateX(0) rotateY(0) rotateZ(0) scale(1);
        transform: translate3d(0, 0, 0) rotateX(0) rotateY(0) rotateZ(0) scale(1);
    }

    .detail-dialog .content {
        position: fixed;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 920px;
        height: 400px;
        border-radius: 5px;
        background-color: #fff;
        border: 2px solid #e8e8e8;
    }

        .detail-dialog .content .close-dialog {
            position: absolute;
            right: -12px;
            top: -12px;
            height: 30px;
            width: 30px;
            text-align: center;
            line-height: 30px;
            border-radius: 50%;
            background-color: #c4c4c4;
            color: #fff;
            cursor: pointer;
            border: 1px solid #fff;
            font-size: 20px;
        }

        .detail-dialog .content .content-box {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .detail-dialog .content .content-box .left {
                margin-top: 70px;
                width: 290px;
                height: 180px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                text-align: center;
                position: relative;
            }

                .detail-dialog .content .content-box .left:after {
                    content: '';
                    position: absolute;
                    right: 0;
                    top: -42px;
                    width: 1px;
                    height: 340px;
                    background-color: #e8e8e8;
                }

                .detail-dialog .content .content-box .left .avatar {
                    margin: 0 auto;
                    width: 100px;
                    height: 100px;
                    border-radius: 50%;
                    overflow: hidden;
                }

                    .detail-dialog .content .content-box .left .avatar img {
                        width: 100%;
                        height: 100%;
                    }

                .detail-dialog .content .content-box .left .nickname {
                    font-size: 18px;
                    color: #333;
                }

                .detail-dialog .content .content-box .left .count {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    margin: 0 auto;
                }

                    .detail-dialog .content .content-box .left .count .products,
                    .detail-dialog .content .content-box .left .count .views {
                        font-size: 14px;
                        color: #666;
                        margin-right: 10px;
                    }

                        .detail-dialog .content .content-box .left .count .products span,
                        .detail-dialog .content .content-box .left .count .views span {
                            color: #9c0;
                            margin-left: 8px;
                        }

            .detail-dialog .content .content-box .right {
                text-align: left;
                width: 600px;
                padding-left: 30px;
            }

                .detail-dialog .content .content-box .right .title {
                    font-size: 20px;
                    color: #333;
                    margin: 40px 0 18px;
                }

                .detail-dialog .content .content-box .right .nickname,
                .detail-dialog .content .content-box .right .addr,
                .detail-dialog .content .content-box .right .intro {
                    font-size: 14px;
                    color: #666;
                    line-height: 50px;
                    border-top: 1px solid #e8e8e8;
                }

                .detail-dialog .content .content-box .right .intro {
                    padding-top: 10px;
                    line-height: 30px;
                    max-height: 170px;
                }

.appoint-dialog {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    display: none;
}

    .appoint-dialog .content {
        position: fixed;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 700px;
        height: 700px;
        border-radius: 5px;
        background-color: #fff;
        overflow: hidden;
    }

        .appoint-dialog .content .close-dialog {
            position: absolute;
            right: 12px;
            top: 12px;
            height: 30px;
            width: 30px;
            text-align: center;
            line-height: 30px;
            border-radius: 50%;
            color: #fff;
            cursor: pointer;
            text-shadow: 0 0 10px #000;
            font-size: 30px;
        }

        .appoint-dialog .content .content-box {
            height: 100%;
            width: 100%;
        }

            .appoint-dialog .content .content-box .top {
                overflow: hidden;
                background-image: url("/content/images/photographer/photographer-banner2.png");
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                background-size: auto 150%;
                background-position: top center;
                background-repeat: no-repeat;
                height: 220px;
                width: 100%;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -ms-flex-pack: distribute;
                justify-content: space-around;
                padding: 20px 0 15px;
            }

                .appoint-dialog .content .content-box .top .avatar {
                    height: 100px;
                    border: 1px solid #fff;
                    width: 100px;
                    border-radius: 50%;
                    overflow: hidden;
                }

                    .appoint-dialog .content .content-box .top .avatar img {
                        height: 100%;
                        width: 100%;
                    }

                .appoint-dialog .content .content-box .top .nickname {
                    font-size: 24px;
                    color: #fff;
                    text-shadow: 0 0 10px #000;
                }

                .appoint-dialog .content .content-box .top .count {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    width: 280px;
                    -ms-flex-pack: distribute;
                    justify-content: space-around;
                    text-shadow: 0 0 10px #000;
                }

                    .appoint-dialog .content .content-box .top .count .products,
                    .appoint-dialog .content .content-box .top .count .views,
                    .appoint-dialog .content .content-box .top .count .praise {
                        color: #fff;
                        font-size: 16px;
                    }

                        .appoint-dialog .content .content-box .top .count .products span,
                        .appoint-dialog .content .content-box .top .count .views span,
                        .appoint-dialog .content .content-box .top .count .praise span {
                            color: #9c0;
                            text-shadow: 0 0 10px #fff;
                        }

            .appoint-dialog .content .content-box .bottom .from {
                padding-top: 30px;
            }

                .appoint-dialog .content .content-box .bottom .from .item {
                    width: 625px;
                    margin: 0 auto 15px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                }

                    .appoint-dialog .content .content-box .bottom .from .item label {
                        width: 80px;
                        font-size: 16px;
                        color: #333;
                        text-align: right;
                        padding-right: 10px;
                    }

                    .appoint-dialog .content .content-box .bottom .from .item textarea {
                        border-radius: 5px;
                        width: 525px;
                        min-height: 75px;
                        line-height: 30px;
                        background-color: #f5f5f5;
                        border: 1px solid #ddd;
                        padding-left: 10px;
                    }

                    .appoint-dialog .content .content-box .bottom .from .item input {
                        padding-left: 10px;
                        border: 1px solid #ddd;
                        border-radius: 5px;
                        background-color: #f5f5f5;
                        width: 525px;
                        height: 34px;
                    }

                .appoint-dialog .content .content-box .bottom .from .submit {
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    text-align: center;
                    font-size: 18px;
                    display: inline-block;
                    cursor: pointer;
                    color: #fff;
                    background-color: #9c0;
                    border: 1px solid #9c0;
                    padding: 0 28px;
                    border-radius: 19px;
                    height: 40px;
                    line-height: 40px;
                    font-size: 16px;
                    height: 34px;
                    padding: 0 16px;
                    line-height: 34px;
                    border-radius: 5px;
                    margin: 20px 0;
                }

                    .appoint-dialog .content .content-box .bottom .from .submit:hover {
                        opacity: 0.85;
                    }
