﻿#baojia {
    display: none;
    width: 100%;
    height: 100%;
}

    #baojia .l,
    #baojia .r {
        width: 100%;
        height: 100%;
        float: left;
        box-sizing: border-box;
    }

        #baojia .l img {
            display: block;
            width: 100%;
            height: 100%;
        }

    #baojia .r {
        padding: 60px 56px 0;
    }

        #baojia .r input,
        #baojia .r select {
            width: 100%;
            height: 43px;
            line-height: 43px;
            margin-top: 20px;
            border: 1px solid #d2d2d2;
            background: #fff;
            box-sizing: border-box;
            padding-left: 14px;
            padding-right: 13px;
        }

        #baojia .r select {
            width: 49%;
            float: left;
            margin-left: 2%;
        }

            #baojia .r select:nth-child(2n+1) {
                margin-left: 0;
            }

        #baojia .r input[type=submit],
        #baojia .r input[type=button] {
            color: #fff;
            font-size: 16px;
            background: url("/Content/Images/baojia-btn.jpg") repeat-x 0 0 / auto 100%;
            height: 50px;
            line-height: 50px;
            margin-top: 30px;
            cursor: pointer;
        }

    #baojia .bj-t {
        font-size: 24px;
        color: #1a1c1a;
        line-height: 24px;
        text-align: center;
        user-select: none;
        margin-bottom: 8px;
        font-weight: bold;
        line-height: 1.6;
    }

    #baojia .bj-t-s {
        font-size: 14px;
        text-align: center;
        color: #ff6316;
        margin-bottom: 20px;
    }

    #baojia .bj-tips {
        font-size: 12px;
        font-weight: 400;
        color: #979997;
        line-height: 24px;
        opacity: 0.8;
        margin-top: 10px;
        text-align: center;
        user-select: none;
    }

.companyName {
    font-size: 17px;
    text-align: center;
}