﻿@charset "utf-8";

/* CSS Document */
.so-active {
    position: relative;
}

    .so-active .so-float {
        background: url(../images/so-bg.png) repeat-x;
        height: 128px;
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        text-align: center;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        cursor: pointer;
    }

.so-content {
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 220px;
    height: 360px;
    margin-left: -140px;
    margin-top: -210px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius: 4px;
    text-align: center;
    padding: 30px;
}

    .so-content .closed {
        position: absolute;
        right: 0;
        top: 10px;
        right: 10px;
        cursor: pointer;
    }

    .so-content .ewm {
    }

        .so-content .ewm img {
            width: 100%;
        }

    .so-content .so-text {
        width: 100%;
        height: 35px;
        line-height: 35px;
        padding: 0 10px;
        border: 1px #ccc solid;
        box-sizing: border-box;
    }

    .so-content .handdle {
        margin-top: 15px;
    }

.so-button {
    background: #e31d1a;
    width: 100%;
    font-size: 14px;
    color: #fff;
    height: 35px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}
