//公共部分
@import './common.less';
.container {
    padding: 0;
}

#myTabContent {
    background-color: #F2F2F2;
    //padding-top: 40px;
}

.top-banner {
    background-image: url(../images/banner-investment.png);
}

.solution-wrap {
    border-bottom: 1px solid #E3E3E3;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
    .nav.nav-tabs {
        height: 66px;
        border-bottom: none;
        >li {
            margin: 0;
            padding: 0;
            height: 100%;
            margin-right: 6.1%;
            border: none;
            >a {
                margin: 0;
                padding: 0;
                line-height: 62px;
                font-size: 16px;
                border: none;
                color: #000;
                transition: all 0.1s;
                background-color: @fontColorfff;
                &:hover {
                    border: none;
                    color: @themeColor;
                    border-bottom: 4px solid @themeColor;
                    background-color: @fontColorfff;
                }
            }
        }
        >li:last-child {
            margin-right: 0;
        }
        >li.active>a {
            box-sizing: border-box;
            color: @themeColor;
            cursor: default;
            background-color: #fff;
            border: none;
            font-size: 16px;
            border-bottom: 4px solid @themeColor;
        }
    }
}

#myTabContent {
    .container {
        /*margin-top: 40px;
        margin-bottom: 80px;*/
        p{
            text-align: center;
            font-size: 24px;
            color: #666;
            line-height: 268px;
        }
    }
}

footer {
    margin-top: 0;
}