/*
 *  Filename      : cbmie-footer.css
 *	Version       : 1.0.0
 *	Author	      : Bootiny
 *	Website	      : http://www.cnbminternational.com/
 *	Description   : 底部及页脚样式
 *  Copyright 2016 (c)
 */

footer{
    position: relative;
    z-index:500;
    width: 100%;
    background-color: #F8F8F8;
    color:#333;
    border-top: 4px solid #E2E3E7;
}

footer .top, footer .bottom {
    display: table;
    width: 100%;
}

footer > .container > .top >.row {
    padding-bottom: 5px;
}

footer .left {
    margin-top: 30px;
}

footer .left-inner {
    display: table;
    width: 100%;
}

footer .footer-lw {
    width: 20% !important;
}

footer .left-inner label, footer .footer-rmt label{
    font-size: 16px;
    font-weight: normal;
}

footer label, .QR-code h4 {
    color: #111;
}

footer label {
    display: block;
}

footer .left-inner div ul {
    margin-top: 5px;
}

footer .left-inner div ul li {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 240%;
}

footer .left-inner div ul li a:hover{
    color: #b63b4d;
    text-decoration: none;
}

footer a {
    color: #333;
}

footer .footer-rmt{
    margin-top: 30px;
    text-align: center;
}

footer .footer-rmt img{
    width: 87px;
    height: 87px;
    margin: 10px auto;
}

footer .footer-rmt h5{
    margin-top: 0;
}

footer .footer-rmt-border-top{
    background-color:#DE2122;
    display: none;
    height: 4px;
    position: absolute;
    right: 0;
    top: -4px;
    z-index: 501;
    width: 33%;
}

@media (min-width: 992px) {
    footer .footer-rmt-border-top{
        display: block;
    }
}

#footer-hr {
    border: 1px solid #F2F4F6;
    margin: 5px 0px;
}

/**
 * 页面底部 版权信息部分
 -----------------------------*/
.footer-copyright {
    text-align: center;
    padding: 5px 0;
    margin: -21px 0px;
}

.footer-copyright p {
    line-height: 200%;
	color: #000 !important;
	font-size:12px !important;
    padding: 0;
    margin: 0;
}

.footer-copyright-sm, .footer-copyright-xs {
    text-align: center;
    margin: 10px 0;
    padding-bottom: 5px;
    color: black;
}

@media (min-width: 768px) {
    .footer-copyright-xs {
        display: none;
    }
    .footer-copyright-sm {
        display: block;
    }
}

@media (min-width: 992px) {
    .footer-copyright-sm {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    footer {
        margin-top: 25px;
    }


    footer .footer-rmt .footer-qrBox {
        width: 50%;
    }

    #footer-qrBox-left {
        float: left;
    }

    #footer-qrBox-right {
        float: right;
    }
}

/**
 * 移动端 首页 底部列表 重要！
 -----------------------------*/
.accordion {
    width: 96%;
    margin: 30px auto 20px;
    background: #FFF;
    border: 1px solid #CCC;
    border-radius: 5px;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #4D4D4D;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

/*
.accordion li:last-child .link {
    border-bottom: 0;
}
*/

.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordion li.open .link, .accordion li.open i {
    color: #FFF;
}

.accordion li.open .link {
    background-color: #CC0000;
}

#submenuTop {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.submenu {
    display: none;
    background: #DEDEDE;
    font-size: 14px;
}

.submenu li {
    border-bottom: 1px solid #aaaaaa;
}

.submenu a {
    display: block;
    text-decoration: none;
    padding: 12px 12px 12px 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu li a:hover {
    color: #b63b4d;
}

/**
 * Bootstrap 冲突修改部分
 -----------------------------*/
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 150px !important;
    margin-top: 10px;
    font-size: 12px;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-align: center !important;
}

.bootstrap-select.btn-group .dropdown-menu li {
    text-align: center;
    font-size: 12px;
}

.bootstrap-select>.dropdown-toggle {
    font-size: 12px;
}
