/* ----------------------------------------------------- */


/* 顶部通栏 */

.header {

}

.header .nav-head {
    display: flex;
    justify-content: space-between;
}

.header .nav-head .nav-left {
    display: flex;
}

.header .nav-head .nav-left img {
    height: 32px;
    margin-right: 145px;
    margin-top: 14px;
}

.header .nav-head .nav-left ul {
    display: flex;
}

.header .nav-head .nav-left ul li {
    line-height: 58px;
    margin-right: 35px;
}

.header .nav-head .nav-left ul li>a {
    display: block;
}

.header .nav-head .nav-left ul li:hover {
    border-bottom: 2px solid #08D1AC;
    box-sizing: border-box;
}

.header .nav-head .nav-right a {
    color: #fa6602;
    display: block;
    margin-top: -5px;
    width: 80px;
    height: 30px;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
}



.header .nav-head .userinfo a {
    padding-top:15px ;
    color: #fa6602;
    display: block;
    margin-top: -5px;
    width: 80px;
    height: 30px;
    background: transparent;
    line-height: 30px;
    text-align: center;
}






.content a {
    text-decoration: none!important;
    color: #000;
}


/* ----------------------------------------------------- */


/* 顶部通栏 */

.footer {
    height: 100px;
}


/* ----------------------------------------------------- */


/* 侧边菜单栏 */

.content {
    overflow: hidden;
}

.menu {
    float: left;
    width: 250px;
    background: #f8f8f8;
}

.menu>ul {
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}

.menu>ul>li {
    width: 250px;
    line-height: 45px;
    border-bottom: 1px solid #dfdfdf;
}

.menu>ul>li>a {
    display: block;
    color: #333;
    margin-left: 15px;
    position: relative;
}

.menu>ul>li>a>img {
    width: 10px;
    position: absolute;
    top: 20px;
    right: 15px;
}

.menu>ul>li>ul {
    background-color: #fff;
    display: none;
}

.menu>ul>li>ul>li>a {
    display: block;
    color: #999;
    line-height: 35px;
    margin-left: 30px;
}

.menu>ul>li>ul>li:hover a {
    color: #08D1AC;
}


/* ----------------------------------------------------- */


/* 主体内容 */

.main {
    float: right;
    width: 948px;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}


/* ----------------------------------------------------- */


/*表格*/

.table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.table th {
    border-bottom: 1px solid #ddd;
    vertical-align: bottom;
    padding: 6px;
    text-align: left;
}

.table td {
    border-top: 1px solid #ddd;
    padding: 6px;
    vertical-align: top;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9;
}


/*条纹-IE9以下无效果*/

.table-bordered th,
.table-bordered td {
    border: solid 1px #ddd;
}

.table-bordered th {
    border-bottom: 0px solid #ddd;
    text-align: center;
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: #f5f5f5;
}


/*不支持IE6*/

.table-condensed th,
.table-condensed td {
    padding: 5px;
}

@media (max-width: 800px) {
    .table-responsive {
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive .table tr th,
    .table-responsive .table tr td {
        white-space: nowrap;
    }
}


/*大火兔2015-11-19 新增表格响应式纵方式排列*/


/*表格响应式纵方式*/


/* ----------------------------------------------------- */


/* sandbox */


/* ----------------------------------------------------- */