﻿/*弹出层*/
.sjyz {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
    background: rgba(0,0,0,0.60);
    z-index: 222;
    display: none;
}

    .sjyz .sjyzCon {
        width: 400px;
        min-height: 376px !important;
        padding: 40px 30px;
        background: #fff;
        position: relative;
        top: 50%;
        left: 50%;
        margin-top: -240px;
        margin-left: -258px;
        box-shadow: 0 1px 8px 0 rgba(0,0,0,0.10);
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

        .sjyz .sjyzCon #close {
            position: absolute;
            display: block;
            width: 43px;
            height: 43px;
            text-align: center;
            line-height: 40px;
            position: absolute;
            top: 0px;
            right: 0px;
            cursor: pointer;
        }

            .sjyz .sjyzCon #close img {
                width: auto;
                height: auto;
                max-width: 11px;
                max-height: 10px;
                vertical-align: middle;
            }

        .sjyz .sjyzCon .title {
            font-size: 18px;
            color: #333333;
            line-height: 24px;
            font-weight: bold;
            margin-bottom: 30px;
            text-align:center;
        }

        .sjyz .sjyzCon .phone, .sjyz .sjyzCon .sryzm {
            position: relative;
            border: 1px solid #D8D8D8;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            margin-bottom: 20px;
        }

            .sjyz .sjyzCon .phone .fsyzm {
                width: 78px;
                height: 24px;
                position: absolute;
                top: 13px;
                right: 10px;
                font-size: 12px;
                color: #FFFFFF;
                text-align: center;
                cursor: pointer;
                line-height: 24px;
                background: #FFAC82;
                -moz-border-radius: 2px;
                -webkit-border-radius: 2px;
                border-radius: 2px;
            }

                .sjyz .sjyzCon .phone .fsyzm:hover {
                    background: #FF7D3C;
                }

            .sjyz .sjyzCon .phone input, .sjyz .sjyzCon .sryzm input {
                height: 46px;
                outline: none;
                border: none;
                width: 262px;
                padding-left: 16px;
                -moz-border-radius: 4px;
                -webkit-border-radius: 4px;
                border-radius: 4px;
            }

        .sjyz .sjyzCon input::-webkit-input-placeholder {
            font-size: 14px;
            color: #999;
        }

        .sjyz .sjyzCon input::-moz-placeholder {
            font-size: 14px;
            color: #999;
        }

        .sjyz .sjyzCon .sure {
            display: block;
            width: 100%;
            height: 48px;
            text-align: center;
            line-height: 48px;
            font-size: 16px;
            color: #FFFFFF;
            background: #FF7D3C;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
        }