/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
  ____    _____   ____       __  _                                                  __  
 |  _ \  |  ___| |  _ \     / / | |__     __ _   _ __    _ __     ___   _ __   ___  \ \ 
 | | | | | |_    | |_) |   | |  | '_ \   / _` | | '_ \  | '_ \   / _ \ | '__| / __|  | |
 | |_| | |  _|   |  __/    | |  | |_) | | (_| | | | | | | | | | |  __/ | |    \__ \  | |
 |____/  |_|     |_|       | |  |_.__/   \__,_| |_| |_| |_| |_|  \___| |_|    |___/  | |
                            \_\                                                     /_/ 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.lb_desk {
    width: 728px;
    height: 90px;
    float: none;
    margin: 0 auto;
    display: block;
    margin-top: 15px;
    background: rgba(180,180,180,.20);
    -webkit-transition: all 350ms;
    -ms-transition: all 350ms;
    -moz-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
}
.lb_desk iframe {
    width: 728px !important;
    height: 90px !important;
}
.lb_desk_foot {
    width: 728px;
    height: 90px;
    display: block;
    margin: 20px auto;
    background: rgba(180,180,180,.20);
    -webkit-transition: all 350ms;
    -ms-transition: all 350ms;
    -moz-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
}
.lb_desk_foot iframe {
    width: 728px;
    height: 90px;
}
.box_banner_container {
    width: 100%;
    display: block;
    text-align: center;
    padding: 20px 0;
}
.box_banner_container .box_banner_inner {
    width: 250px;
    height: 208px;
    display: inline-block;
    margin: 0 30px;
    background: rgba(180,180,180,.20);
    -webkit-transition: all 350ms;
    -ms-transition: all 350ms;
    -moz-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
}
.box_banner_container .box_banner_inner iframe {
    width: 250px;
    height: 208px;
    display: block;
    margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
    .lb_desk {
        width: 728px;
        height: 90px;
       /* float: right;
        margin-top: 30px;*/
    }
    .lb_desk iframe {
        width: 728px !important;
        height: 90px !important;
    }
    .lb_desk_foot {
        width: 728px;
        height: 90px;
        display: block;
        margin: 20px auto
    }
    .lb_desk_foot iframe {
        width: 728px;
        height: 90px;
    }
}
@media only screen and (max-width: 992px) {
    .lb_desk {
        width: 728px;
        height: 90px;
        display: block;
        margin: 0 auto;
        float: none;
    }
    .lb_desk iframe {
        width: 728px !important;
        height: 90px !important;
    }
    .lb_desk_foot {
        width: 728px;
        height: 90px;
        display: block;
        margin: 20px auto
    }
    .lb_desk_foot iframe {
        width: 728px;
        height: 90px;
    }
    .box_banner_container .box_banner_inner {
        width: 210px;
        height: 175px;
        display: inline-block;
        margin: 0 20px;
    }
    .box_banner_container .box_banner_inner iframe {
        width: 210px;
        height: 175px;
        display: block;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 768px) {
    .lb_desk {
        width: 470px !important;
        height: 58px !important;
        display: block;
        margin: 0 auto;
        float: none;
    }
    .lb_desk iframe {
        width: 470px !important;
        height: 58px !important;
    }
    .lb_desk_foot {
        width: 470px;
        height: 58px;
        display: block;
        margin: 20px auto
    }
    .lb_desk_foot iframe {
        width: 470px;
        height: 58px;
    }
    .box_banner_container .box_banner_inner {
        width: 170px;
        height: 142px;
        display: inline-block;
        margin: 0 30px;
    }
    .box_banner_container .box_banner_inner iframe {
        width: 170px;
        height: 142px;
        display: block;
    }

    .box_banner_container .last_inner{
        display: none;
    }
}
@media only screen and (max-width: 480px) {
    .lb_desk {
        width: 320px !important;
        height: 40px !important;
        display: block;
        margin: 0 auto;
        float: none;
        margin-bottom: 20px;
    }
    .lb_desk iframe {
        width: 320px !important;
        height: 40px !important;
    }
    .lb_desk_foot {
        width: 320px;
        height: 40px;
        display: block;
        margin: 20px auto
    }
    .lb_desk_foot iframe {
        width: 320px;
        height: 40px;
    }
    .box_banner_container .box_banner_inner {
        width: 120px;
        height: 100px;
        display: inline-block;
        margin: 0 15px;
    }
    .box_banner_container .box_banner_inner iframe {
        width: 120px;
        height: 100px;
        display: block;
    }

    .box_banner_container .last_inner{
        display: none;
    }
}