/* 底部悬浮 微信号 */
.FooterButton {
    height: auto;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
}
    .FooterButton.flex_row_center {
        border-top: 1px solid #e9e9e9;
        z-index: 10;
    }
    .FooterButton .span {
        display: inline-block;
        vertical-align: middle;
    }
    .FooterButton .Transition {
        -moz-transition: height 1s;
        -webkit-transition: height 1s;
        -o-transition: height 1s;
        transition: height 1s;
    }

    .FooterButton .Info {
        overflow: hidden;
        font-size: 1.5em;
        width: 100%;
        height: auto;
        position: relative;
        text-align: left;
        border-bottom: 1px solid #e9e9e9;
    }
        .FooterButton .FillBox {
            height: 0;
        }
            .FooterButton .FillBox.Show {
                height: 4.2em;
            }
        .FooterButton .Content {
            overflow: hidden;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
        }
            .FooterButton .Content .Left {
                display: block;
                float: left;
            }
            .FooterButton .Content .Right {
                float: right;
            }
            .FooterButton .Content .BorderStyle {
                -moz-border-radius: .3em;
                -webkit-border-radius: .3em;
                border-radius: .3em;

                -moz-box-shadow: 0px 0px 2px #888888;
                box-shadow: 0px 0px 2px #888888;
            }
            .FooterButton .Content .EdgeLeft {
                padding-left: .30em !important;
            }
            .FooterButton .Content .EdgeRight {
                padding-right: 0.5em !important;
            }
            .FooterButton .Content .Avatar {
                display: block;
                width: auto;
                height: 2.2em;
                padding: .4em;
            }
                .FooterButton .Content .Avatar img {
                    display: block;
                    width: auto;
                    height: 100%;
                }
            .FooterButton .Content .Text {
                overflow: hidden;
                position: relative;
                width: auto;
                height: auto;
                z-index: 1;

                padding-left: .2em;
                padding-right: .5em;
            }
                .FooterButton .Content .Text .span {
                    line-height: 1.8em;
                }
                .FooterButton .Content .Text .WeChatNo {
                    font-size: 1.3em;
                    border-bottom: 2px solid transparent;
                    padding: 0 .1em .2em .1em;
                }
            .FooterButton .Content .HImg {
                overflow: hidden;
                width: auto;
                height: 3.2em;
                padding: .5em;
                padding-left: .9em;
                z-index: 0;
            }
                .FooterButton .Content .HImg img {
                    display: block;
                    float: right;
                    width: auto;
                    min-width: auto !important;
                    max-width: auto !important;
                    height: 100%;

                    -webkit-border-radius: .3em;
                    -moz-border-radius: .3em;
                    border-radius: .3em;
                    -moz-box-shadow: 0px 0px 4px #888;
                    box-shadow: 0px 0px 4px #888;
                }
            .FooterButton .Content .Button {
                overflow: hidden;
                width: auto;
                height: 2.4em;
                padding: .3em;
                z-index: 0;
            }
                .FooterButton .Content .Button .span {
                    display: block;
                    line-height: 2.4em;
                    color: #fff;
                    padding: 0 .5em;
                }
            .FooterButton .Content .Left .HintBtn {
                color: #fff;
                line-height: 2.2em;
                -webkit-border-radius: .4em;
                -moz-border-radius: .4em;
                border-radius: .4em;
                padding: 0 .7em;
                margin-right: 0.2em;
            }

    .FooterButton .ButtonList {
        display: block;
        overflow: hidden;
        position: relative;
        font-size: 1.4em;
        width: 100%;
        height: 0;
    }
        .FooterButton .ButtonList.Show {
            height: 3.5em;
            height: 4em;
        }
        .FooterButton .ButtonList:hover {
            cursor: pointer;
        }
        .FooterButton .ButtonList .Item {
            width: 50%;
            height: auto;
            float: left;
            font-size: 1.3em;
        }
            .FooterButton .ButtonList .Item.Fixed {
                position: absolute;
                top: 0;
                right: 0;
            }
            .FooterButton .ButtonList .Item .span {
                width: auto;
                height: 100%;
                line-height: 3.5em;
                line-height: 4em;
                line-height: 3.1em;
                letter-spacing: 1px;
            }
            .FooterButton .ButtonList .Item .span.img img {
                display: block;
                width: auto;
                height: 2.5em;
            }
            .FooterButton .ButtonList .Item .span.tel {
                color: #818b8f;
                color: #000;
            }

.NotificationWXCopy {
    display: block;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background-color: transparent;
    z-index: 99;
}
    .NotificationWXCopy.Show {
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }
    .NotificationWXCopy:before {
        content: '';
        display: block;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        filter: alpha(opacity=80);
        -moz-opacity: .8;
        opacity: .8;

        z-index: 1;
    }
    .NotificationWXCopy .Content {
        display: block;
        width: auto;
        height: auto;
        min-width: 80%;

        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background-color: #fff;

        z-index: 2;
        text-align: center;
    }
        .NotificationWXCopy .Content .Line {
            font-size: 1.8em;

            display: block;
            overflow: hidden;
            position: relative;
            width: 100%;
            height: auto;
        }
            .NotificationWXCopy .Content .Line.Hint {}
            .NotificationWXCopy .Content .Line .span {
                letter-spacing: .1em;
            }
            .NotificationWXCopy .Content .Line .img {
                display: block;
                overflow: hidden;
                position: relative;
                width: auto;
                height: auto;
            }
        .NotificationWXCopy .Content .Line.Red {
            padding: .5em 0;
        }
        .NotificationWXCopy .Content .Line.Gif {}
            .NotificationWXCopy .Content .Line.Gif .img {
                width: 90%;
                margin: 0 auto;
            }
        .NotificationWXCopy .Content .Line.Text {
            margin-top: 1em;
        }
            .NotificationWXCopy .Content .Line.Text .span {}
        .NotificationWXCopy .Content .Line.Number {
            display: inline-block;
            width: auto;
            height: auto;
            min-width: 2em;
            margin: .8em auto;
            padding: .2em .5em;

            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;

            border: 2px solid transparent;
        }
            .NotificationWXCopy .Content .Line.Number .span {
                font-size: 1.2em;
                font-weight: bold;
            }
        .NotificationWXCopy .Content .Line.Button {
            display: block;
            overflow: hidden;
            position: relative;

            color: #fff;
            width: 90%;
            height: auto;

            margin: .7em auto;
            margin-top: 0;

            line-height: 2.3em;

            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            background-color: #1AAD19;
        }
            .NotificationWXCopy .Content .Line.Button .span {
                font-size: 1em;
                display: inline-block;
            }
            .NotificationWXCopy .Content .Line.Button .img {
                display: inline-block;
                width: auto;
                height: 1.3em;
                vertical-align: middle;
            }
        .NotificationWXCopy .Content .Close {
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            height: auto;
        }
            .NotificationWXCopy .Content .Close .vertical_line {
                display: block;
                width: 2px;
                height: 2.5em;
                margin: 0 auto;
                background-color: #fff;
            }
            .NotificationWXCopy .Content .Close .icon {
                display: block;
                overflow: hidden;
                width: 2.2em;
                height: 2.2em;
                margin: 0 auto;
                margin-top: -1px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                border: 2px solid #fff;
            }
                .NotificationWXCopy .Content .Close .icon .img {
                    display: block;
                    overflow: hidden;
                    width: 100%;
                    height: auto;
                }

        .NotificationWXCopy .Content .Success,
        .NotificationWXCopy .Content .Failure {
            display: none;
        }
            .NotificationWXCopy.Success .Content .Success,
            .NotificationWXCopy.Failure .Content .Failure {
                display: block;
            }
