﻿/*办理情况标题容器*/
.blqk_title {
    padding-top: 35px;
    padding-left: 35px;
}
    /*办理情况标题图标*/
    .blqk_title img {
        vertical-align: top;
        position: relative;
        top: 3px;
    }

    /*办理情况标题文字*/
    .blqk_title span {
        font-size: 20px;
        font-weight: bold;
        color: #4681AF;
        padding-left: 10px;
        vertical-align: top;
        letter-spacing: 2px;
    }

.qt-current-location {
    border-bottom: 0;
}

/*引导内容区域样式*/
.yd_content {
    height: 320px;
    overflow-y: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 50px;
    border-bottom: 1px dashed #ccc;
}

/*办理情况数字样式*/
.blqk_received, .blqk_transfer {
    /*position: absolute;
    left: 95px;*/
    font-size: 26px;
    font-weight: bold;
    padding-right: 10px;
}

/*.blqk_received {
    top: 144px;
}

.blqk_transfer {
    top: 281px;
}*/

/*验证码容器*/
#v_container {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    height: 40px;
}
    /*验证码图片*/
    #v_container img {
        width: 120px;
    }

/*信箱须知左侧最外层*/
.xxxz.left {
    float: left;
    width: 904px;
    /*height: 624px;*/
    /*background: url('http://www.bjmssf.com/images/xxxz_content.png') 0 0 no-repeat;*/
    /*padding: 82px 15px 17px 40px;*/
    /*overflow-y: auto;*/
}

/*信箱须知右侧最外层*/
.xxxz.right {
    width: 280px;
    float: right;
}

.right_item {
    position: relative;
    margin-top: 11px;
}

    .right_item.first {
        margin-top: 0;
    }

    /*办理情况统计容器*/
    .right_item.blqktj {
        height: 389px;
        /*background: url('http://www.bjmssf.com/images/xxxz_syblqktj.png') 0 0 no-repeat;*/
        background: url('http://www.bjmssf.com/images/xxxz_blqk_bg.png') 0 0 no-repeat;
    }

/*蓝色按钮*/
a.blue_btn.mg, a.blue_btn.mg:link, a.blue_btn.mg:visited, a.blue_btn.mg:active {
    margin-left: 15px;
}

    a.blue_btn.mg.first, a.blue_btn.mg.first:link, a.blue_btn.mg.first:visited, a.blue_btn.mg.first:active {
        margin-left: 0;
        margin-right: 0;
    }

a.blue_btn, a.blue_btn:link, a.blue_btn:visited, a.blue_btn:active {
    display: inline-block;
    margin: 0 auto;
    margin-right: auto;
    margin-right: auto;
    min-width: 100px;
    padding-left: 15px;
    padding-right: 15px;
    height: 39px;
    line-height: 39px;
    font-size: 14px;
    font-weight: bold;
    border: none;
    text-align: center;
    background: #3783b6;
    color: #fff;
    border: 1px solid #3783b6;
}

    /*大的蓝色按钮*/
    a.blue_btn.big {
        line-height: 1.5;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 200px;
        height: auto;
    }

    a.blue_btn:hover {
        color: #3783b6;
        background-color: #fff;
    }

    a.blue_btn[disabled] {
        color: #eaeaea;
        background: #9ABDD4;
    }

    a.blue_btn.first {
        margin-right: 110px;
    }

/*弹窗的背景*/
.shadow {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: 0.7;
    z-index: 99;
    display: none;
}
/*弹窗的样式*/
.dialog {
    z-index: 99;
    border: 1px solid #4681AF;
    background-color: #fff;
    display: none;
    position: fixed;
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    /*padding:10px;*/
}

.dialog_title {
    background-color: #4681AF;
    color: #fff;
    line-height: 1.5;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    font-family: '微软雅黑';
}

    .dialog_title .close {
        display: block;
        position: absolute;
        width: 18px;
        height: 18px;
        top: 10px;
        right: 10px;
    }

.dialog_content {
    padding: 10px;
    max-height: 548px;
    overflow-y: auto;
}

.btnbar {
    margin-top: 15px;
}

    .btnbar.right {
        text-align: right;
    }

    .btnbar.center {
        text-align: center;
    }

/*验证身份证号容器*/
.validate_idno {
    display: none;
}

    .validate_idno table {
        margin: 0 auto;
    }

        .validate_idno table td {
            padding: 10px;
        }

            .validate_idno table td.center {
                text-align: center;
            }

            .validate_idno table td.right {
                text-align: right;
                line-height: 40px;
            }

        .validate_idno table input[type=text] {
            display: inline-block;
            width: 287px;
            height: 39px;
            font-size: 14px;
            line-height: 14px;
            padding: 0 10px;
            border-color: #c9c9c9;
            vertical-align: top;
        }

            .validate_idno table input[type=text].valid_code {
                width: 100px;
            }

.validate_result, .validate_result .result_success, .validate_result .result_failed {
    display: none;
}


.validate_idno h3 {
    padding: 15px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    letter-spacing: 2px;
    text-align: center;
}

/*验证身份证号结果*/
.result_success h3, .result_failed h3 {
    text-align: justify;
    font-size: 14px;
    line-height: 26px;
    padding-left: 150px;
    padding-right: 150px;
    margin-top: 100px;
    margin-bottom: 100px;
    font-weight: normal;
}

    .result_success h3 div, .result_success h3 p, .result_failed h3 div, .result_failed h3 p {
        display: inline;
    }

.switch_imgs p {
    line-height: 26px;
    font-size: 14px;
    margin-bottom: 26px;
    /*text-indent: 2em;*/
}

/*引导区域默认A标签样式*/
.yd_content a, .yd_content a:link, .yd_content a:visited, .yd_content a:active, .yd_content a:hover {
    font-weight: bold;
    color: #4681AF;
    text-decoration: underline;
    font-size: 16px;
    display: inline;
}

.validate_result .result_img {
    width: 20px;
    height: 20px;
    margin-right: 7px;
    vertical-align: middle;
}


/*须知内容中元素样式*/
.xz_content li, .xz_content p, .xz_content h4 {
    margin-bottom: 21px;
    line-height: 26px;
}

/*办理情况区域样式*/
.info_block {
    width: 200px;
    height: 105px;
    margin-top: 35px;
    background-color: #fff;
    opacity: 0.9;
    margin-left: 40px;
    padding-top: 20px;
}

/*办理情况标题样式*/
.info1 {
    font-size: 18px;
    text-align: center;
}

/*办理情况数量容器样式*/
.info2 {
    font-size: 16px;
    text-align: center;
}

/*须知标题容器样式*/
.xz_title {
    line-height: 64px;
    padding-left: 43px;
    background: url('http://www.bjmssf.com/images/xxxz_bt_bg.png') 0 0 no-repeat;
}

    /*须知标题图标样式*/
    .xz_title img {
        position: relative;
        vertical-align: top;
        top: 20px;
    }

    /*须知标题文字样式*/
    .xz_title span {
        font-size: 24px;
        font-weight: bold;
        color: #fff;
        margin-left: 10px;
    }

/*须知内容区域容器样式*/
.xz_content {
    height: 548px;
    background: url('http://www.bjmssf.com/images/xxxz_nr_bg.png') 0 0 no-repeat;
}
    /*须知内容区域样式*/
    .xz_content > div {
        padding: 18px 40px 17px;
        overflow-y: auto;
    }


@media screen and (max-device-width: 768px) {
    /*办理情况标题容器*/
    .blqk_title {
        padding-top: 0.3rem;
        padding-left: 0.4rem;
    }
        /*办理情况标题图标*/
        .blqk_title img {
            vertical-align: top;
            position: relative;
            top: 0.06rem;
            height:0.36rem;
        }

        /*办理情况标题文字*/
        .blqk_title span {
            font-size: 0.36rem;
            font-weight: bold;
            color: #4681AF;
            padding-left: 0.1rem;
            vertical-align: top;
            letter-spacing: 0.02rem;
        }

    /*办理情况数字样式*/
    .blqk_received, .blqk_transfer {
        /*position: absolute;
        left: 95px;*/
        font-size: 0.36rem;
        font-weight: bold;
        padding-right: 0.1rem;
    }

    .qt-current-location {
        border-bottom: 0;
    }

    /*引导内容区域样式*/
    .yd_content {
        height: 8rem;
        overflow-y: auto;
        padding-left: 0.2rem;
        padding-right: 0.2rem;
        margin-bottom: 0.7rem;
        border-bottom: 0.02rem dashed #ccc;
    }

    /*.blqk_received {
        top: 144px;
    }

    .blqk_transfer {
        top: 281px;
    }*/

    /*验证码容器*/
    #v_container {
        display: inline-block;
        vertical-align: top;
        width: 2rem;
        /*height: 40px;*/
    }
        /*验证码图片*/
        #v_container img {
            width: 100%;
        }

    /*信箱须知左侧最外层*/
    .xxxz.left {
        float: unset;
        width: auto;
        /*height: 624px;*/
        /*background: url('http://www.bjmssf.com/images/xxxz_content.png') 0 0 no-repeat;*/
        /*padding: 82px 15px 17px 40px;*/
        /*overflow-y: auto;*/
    }

    /*信箱须知右侧最外层*/
    .xxxz.right {
        width: auto;
        float: unset;
        display:block;
        margin-top:0.3rem;
        padding-bottom:1rem;
    }

    .right_item {
        position: relative;
        margin-top: 0.3rem;
        
    }
        .right_item.first, .right_item.second {
            margin-top: 0;
            width: 45%;
        }
        .right_item.first img, .right_item.second img{
            width: 100%;
        }
        .right_item.first {
            float: left;
        }

        .right_item.second {
            float: right;
        }
        /*办理情况统计容器*/
        .right_item.blqktj {
            height: auto;
            background: url('http://www.bjmssf.com/images/xxxz_blqk_bg.png') 0 0 no-repeat;
            background-size:100%;
        }

    /*蓝色按钮*/
    a.blue_btn.mg, a.blue_btn.mg:link, a.blue_btn.mg:visited, a.blue_btn.mg:active {
        margin-left: 0.2rem;
    }

        a.blue_btn.mg.first, a.blue_btn.mg.first:link, a.blue_btn.mg.first:visited, a.blue_btn.mg.first:active {
            margin-left: 0;
            margin-right: 0;
        }

    /*蓝色按钮默认样式*/
    a.blue_btn, a.blue_btn:link, a.blue_btn:visited, a.blue_btn:active {
        display: inline-block;
        margin: 0 auto;
        margin-right: auto;
        margin-right: auto;
        width: 2rem;
        height: 0.76rem;
        line-height: 0.76rem;
        font-size: 0.24rem;
        font-weight: bold;
        border: none;
        text-align: center;
        background: #3783b6;
        color: #fff;
        border: 0.02rem solid #3783b6;
    }

        /*大的蓝色按钮*/
        a.blue_btn.big {
            line-height: 1.5;
            padding-top: 0.15rem;
            padding-bottom: 0.15rem;
            width: 3rem;
            height: auto;
        }

        a.blue_btn:hover {
            color: #3783b6;
            background-color: #fff;
        }

        a.blue_btn[disabled] {
            color: #eaeaea;
            background: #9ABDD4;
        }

        a.blue_btn.first {
            margin-right: 110px;
        }

    /*弹窗的背景*/
    .shadow {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: #000;
        opacity: 0.7;
        z-index: 99;
        display: none;
    }
    /*弹窗的样式*/
    .dialog {
        z-index: 99;
        border: 0.02rem solid #4681AF;
        background-color: #fff;
        display: none;
        position: fixed;
        font-family: 'Microsoft YaHei';
        font-size: 16px;
        /*padding:10px;*/
    }

    .dialog_title {
        background-color: #4681AF;
        color: #fff;
        line-height: 1.5;
        padding: 0.2rem;
        text-align: center;
        font-size: 0.36rem;
        font-weight: bold;
        position: relative;
        font-family: '微软雅黑';
    }

        .dialog_title .close {
            display: block;
            position: absolute;
            width: 0.4rem;
            height: 0.4rem;
            top: 0.25rem;
            right: 0.25rem;
        }

    .dialog_content {
        padding: 0.2rem;
        max-height: unset;
        overflow-y: auto;
    }

        .dialog_content::-webkit-scrollbar {
            width: 5px;
        }

    .btnbar {
        margin-top: 15px;
    }

        .btnbar.right {
            text-align: right;
        }

        .btnbar.center {
            text-align: center;
        }

    /*验证身份证号容器*/
    .validate_idno {
        display: none;
    }

        .validate_idno table {
            margin: 0 auto;
        }

            .validate_idno table td {
                padding: 0.2rem;
            }

                .validate_idno table td.center {
                    text-align: center;
                }

                .validate_idno table td.right {
                    text-align: right;
                    line-height: 3;
                    font-size:0.26rem;
                    display:unset;
                }

            .validate_idno table input[type=text] {
                display: inline-block;
                width: 4.1rem;
                height: auto;
                font-size: 0.24rem;
                line-height: 3;
                padding: 0 0.2rem;
                border-color: #c9c9c9;
                vertical-align: top;
            }

                .validate_idno table input[type=text].valid_code {
                    width: 2rem;
                }

    .validate_result, .validate_result .result_success, .validate_result .result_failed {
        display: none;
    }


    .validate_idno h3 {
        padding: 0.2rem;
        text-align: center;
        margin-top: 0.8rem;
        margin-bottom: 0.8rem;
        letter-spacing: 2px;
    }

    /*验证身份证号结果*/
    .result_success h3, .result_failed h3 {
        text-align: justify;
        font-size: 0.26rem;
        line-height: 2;
        padding-left: 0.2rem;
        padding-right: 0.2rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
        font-weight: normal;
    }

        .result_success h3 div, .result_success h3 p, .result_failed h3 div, .result_failed h3 p {
            display: inline;
        }

    .switch_imgs p {
        line-height: 26px;
        font-size: 14px;
        margin-bottom: 26px;
        /*text-indent: 2em;*/
    }

    /*引导区域默认A标签样式*/
    .yd_content a, .yd_content a:link, .yd_content a:visited, .yd_content a:active, .yd_content a:hover {
        font-weight: bold;
        color: #4681AF;
        text-decoration: underline;
        font-size: 16px;
        display: inline;
    }

    .validate_result .result_img {
        width: 0.4rem;
        height: 0.4rem;
        margin-right: 0.08rem;
        vertical-align: middle;
    }


    /*须知内容中元素样式*/
    .xz_content li, .xz_content p, .xz_content h4 {
        margin-bottom: 26px;
        line-height: 26px;
    }

    /*办理情况区域样式*/
    .info_block {
        width: 38%;
        height: auto;
        margin-top: 0.3rem;
        background-color: #fff;
        opacity: 0.9;
        margin-left: 8%;
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;

        display: inline-block;
        vertical-align: top;
        margin-bottom: 0.3rem;
    }

    .info1,.info2{
        
    }

    /*办理情况标题样式*/
    .info1 {
        font-size: 0.28rem;
        text-align: center;
    }

    /*办理情况数量容器样式*/
    .info2 {
        font-size: 0.24rem;
        text-align: center;
    }

    /*须知标题容器样式*/
    .xz_title {
        line-height: 0.64rem;
        padding-left: 0.33rem;
        background: url('http://www.bjmssf.com/images/xxxz_bt_bg.png') 0 0 no-repeat;
        background-size: 100% 100%;
    }

        /*须知标题图标样式*/
        .xz_title img {
            position: relative;
            vertical-align: top;
            top: 0.1rem;
            width: 0.36rem;
        }

        /*须知标题文字样式*/
        .xz_title span {
            font-size: 0.36rem;
            font-weight: bold;
            color: #fff;
            margin-left: 0.1rem;
        }

    /*须知内容区域容器样式*/
    .xz_content {
        height: auto;
        background: none;
        border: 0.06rem dashed #AACAFF;
        border-top: none;
    }
        /*须知内容区域样式*/
        .xz_content > div {
            padding: 0.18rem 0.4rem;
            overflow-y: auto;
        }
}
