﻿.input_box {
    position: relative;
}

    .input_box .form_err {
        display: none;
        position: absolute;
        top: 100%;
        left: 155px;
        color: red;
        font-size: 12px;
        line-height: 1;
        margin-top: 5px;
    }

.alertBox {
    display: none;
    position: fixed;
    top: 36px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 10px;
    padding: 8px 26px;
    line-height: 1.6;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 4px 0px #e5e5e5;
    color: #398fce;
    z-index: 29891015;
}

.openBJ {
    cursor: pointer;
}


#freeTelBtn {
    display: block;
    background: #1c6dc1;
    color: #fff;
    width: 140px;
    height: 40px;
    text-align: center;
    line-height: 33px;
    font-size: 20px;
    margin-top: 50px;
}
    #freeTelBtn img {
       height: 20px;
       margin-right: 15px;
    }
    #freeTelBtn img,
    #freeTelBtn small {
        display: inline-block;
        vertical-align: middle;
    }



.hidden {
    display: none;
}

#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("/Global/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;
}



.openBJ {
    cursor: pointer;
}


#freeTelBtn {
    display: block;
    background: #1c6dc1;
    color: #fff;
    width: 140px;
    height: 40px;
    text-align: center;
    line-height: 33px;
    font-size: 20px;
    margin-top: 50px;
}
    #freeTelBtn img {
       height: 20px;
       margin-right: 15px;
    }
    #freeTelBtn img,
    #freeTelBtn small {
        display: inline-block;
        vertical-align: middle;
    }