﻿.s-imgpopup-wrap {
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 0;
    z-index: 999;
}

.s-imgpopup-box {
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px 20px;
    width: 250px;
    position: absolute;
    bottom: 200px;
    left: 50%;
    margin-left: -125px;
}

    .s-imgpopup-box .s-title {
        font-size: 12px;
        color: #222;
        line-height: 2.5;
    }

    .s-imgpopup-box .s-input-box {
        background: #f9f9f9;
        border: 1px solid #d2d2d2;
        padding: 0.1rem;
        margin: 0.1rem 0 0.6rem;
        position: relative;
        height: 36px;
    }

        .s-imgpopup-box .s-input-box input {
            border: 0;
            background: none;
            width: inherit;
            outline: none;
            line-height: 0.8rem;
            font-size: 0.35rem;
            float: left;
            height: 35px;
        }

        .s-imgpopup-box .s-input-box img {
            height: 35px;
        }

    .s-imgpopup-box .s-itips {
        position: absolute;
        top: 13px;
        left: 140px;
        color: #F00;
        font-size: 12px;
    }

.s-close {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 10px;
    right: 10px;
}﻿

