.blue_bg{
    background: #ebf8fe;
    padding: 50px 0;
}

.content_html .w1000{
    background: #fff;
    padding: 50px 30px;
    margin-top: 50px;
}


.top_text{
    width: 95%;
    margin-left: 5%;
    font-size: 18px;
    margin-bottom: 20px;
}

.passport_img{
    display: inline-block;
    width: 45%;
    margin-right: 2.5%;
    margin-left: 2.5%;
    vertical-align: middle;
}
.passport_img.pass_ura{
    margin-left: 2.5%;
    margin-right: 0;
}

.fee_block{
    display: inline-block;
    vertical-align: middle;
    /*width: 47.5%;*/
    width: 95%;
}


.fee_table{
    width: 95%;
    margin-left: 5%;
    font-size: 18px;
    border-collapse:collapse;
}
.fee_table tr{
    width: 100%;
    border-collapse:collapse;
}
.fee_table th,
.fee_table td{
    width: 50%;
    text-align: center;
    border: 2px solid #eee;
}
.fee_table th{
    background: #ffa800;
    color: #fff;
    padding: 3px 0;
}
.fee_table td{
    background: #fff;
    padding: 10px 0;
    font-size: 19px;
}

.fee_block .attention{
    margin-left: 5%;
    margin-top: 10px;
}



h2 {
    text-align: center;
}



.special_block{
    margin-top: 100px;
}
.special_block .title{
    background: #009ae1;
    color: #fff;
    text-align: center;
    font-weight: bolder;
    padding: 15px 0;
    width: 50%;
    margin: 0 auto;
    font-size: 20px;
    border-left: 10px #8fd6f7 solid;
    border-right: 10px #8fd6f7 solid;
    box-sizing: border-box;
}
.special_block .text{
    width: 33em;
    margin: 0 auto;
    font-size: 19px;
    margin-top: 20px;
}

.special_block.block_1 .text{
    text-align: center
}
.special_block.block_1 .text div{
    text-align: left; 
    padding-left: 4em;
}

.special_block.block_2 .text{
    text-align: left; 
    width: 88%;
}
.special_block.block_2 .text .request_block{
    width: 11em;
    margin: 0 auto;
    text-align: center;
}



@media all and (max-width: 768px) {
            .blue_bg{
                /*background: #ebf8fe;*/
                padding: 30px 0;
            }

            .content_html .w1000{
                width: 94%;
                margin: 50px auto 0 auto;
                /*background: #fff;*/
                padding: 40px 15px;
                box-sizing: border-box;
            }


            .top_text{
                width: 100%;
                margin-left: 0;
                font-size: 4vw;
                margin-bottom: 15px;
            }

            .passport_img{
                display: block;
                width: 100%;
                margin-right: 0;
                margin-left: 0;
                margin-bottom: 30px;
                /*vertical-align: middle;*/
            }
            .passport_img.pass_ura{
                margin-left:0;
                margin-right: 0;
            }

            .fee_block{
                display: block;
                /*vertical-align: middle;*/
                width: 100%;
            }


            .fee_table{
                width: 100%;
                margin-left: 0;
                font-size: 4vw;
                /*border-collapse:collapse;*/
            }
            .fee_table tr{
                /*width: 100%;*/
                /*border-collapse:collapse;*/
            }
            .fee_table th,
            .fee_table td{
                /*width: 50%;*/
                /*text-align: center;*/
                /*border: 2px solid #eee;*/
            }
            .fee_table th{
                /*background: #ffa800;*/
                /*color: #fff;*/
                /*padding: 3px 0;*/
            }
            .fee_table td{
                /*background: #fff;*/
                /*padding: 10px 0;*/
                font-size: 4.3vw;
            }

            .fee_block .attention{
                margin-left: 0;
                margin-top: 10px;
                font-size: 3.5vw;
            }




            .special_block{
                margin-top: 60px;
            }
            .special_block .title{
                /*background: #009ae1;*/
                /*color: #fff;*/
                /*text-align: center;*/
                /*font-weight: bolder;*/
                /*padding: 15px 0;*/
                width: 100%;
                /*margin: 0 auto;*/
                font-size: 5vw;
                /*border-left: 10px #8fd6f7 solid;*/
                /*border-right: 10px #8fd6f7 solid;*/
                /*box-sizing: border-box;*/
            }
            .special_block .text{
                width: 100%;
                /*margin: 0 auto;*/
                font-size: 3.8vw;
                margin-top: 15px;
            }
            
            
            .special_block.block_1 .text{
                text-align: left;
                width: 13em;
            }
            .special_block.block_1 .text div{
                text-align: center; 
                padding-left: 0;
            }
            .special_block.block_2 .text{
                /*text-align: left;*/ 
                width: 100%;
            }
            .special_block.block_2 .text .request_block{
                width: 11em;
                margin: 0 auto;
                text-align: center;
                line-height: 2em;
            }

}