html,body {
    height:100%!important;
    min-height:100%!important;
}
body{
    overflow-x: auto;
}
#main {
    background: url(/themes_dr/ccf/images/bk_index_01.jpg) no-repeat top,url(/themes_dr/ccf/images/bk_index_02.jpg) repeat-y;
    min-height: 100%;
    background-size: 100%,100%;
    min-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#main .mbody {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    padding-bottom: 100px;
}
#main .footer {
    width: 100%;
    height: 213px;
    background: url(/themes_dr/ccf/images/bk_footer.png) no-repeat center top;
    background-size: auto 213px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding-top: 60px;
}
#main .footer > img {
    width: 1076px;
}
#main .footer > .footer_copyright {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: end;
    height: 40px;
    width: 1076px;
    color: #eee;
}
#main .footer > .footer_copyright a {
    color: #eee;
}
#main .mbody_top {
    background: url(/themes_dr/ccf/images/fr_index_top.png) no-repeat center 75px;
    background-size: 605px;
    height: 490px;
    width: 100%;
}
#main .mbody_form >.form-group {
    width: 400px;
    height: 52px;
    background: #fff;
    border-radius: 35px;
    padding: 6px 22px;
    margin-bottom: 38px;
}
#main .mbody_form > .form-group > input[type='text'] {
    border: 0px;
    height: 40px;
    width: 100%;
    outline: none;
    font-size: 1.6rem;
    text-align: center;
}
#main .mbody_form > .form-group > input[type='text']::placeholder{
    /*text-align: left;*/
}
#main .mbody_form .btn-search {
    height: 46px;
    width: 202px;
    background: #6ec074;
    border-radius: 35px;
    line-height: 46px;
    color: #fff;
    font-size: 2rem;
    letter-spacing: 20px;
    text-align: center;
    cursor: pointer;
    padding-left: 20px;
}
#main .mbody_form .btn-search.btn-disabled{
    opacity: .8;
    cursor: auto;
}
#main .mbody_form .form-btns {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 8rem;
    color: #fff;
    background-color: rgba(10, 10, 10, 0.5);
    opacity: .8;
}
