.main .container{
	border:none;
}
.more-box{
    /* border: 1px solid #ddd;
    border-top: none; */
    border-bottom: 1px solid #ddd;
    margin-right: 0;
    margin-left: 0;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 0;
}
.more-box .boxs:last-child{
	border-bottom:none
}
.nav-tabs .subtitle{
	font-size:16px;
    color:#000
}
.nav-tabs .subtitle:hover,.nav-tabs .subtitle:active,.nav-tabs .subtitle:focus{
	color:#2b6dea !important;
}
.nav-tabs .active{
	border-bottom:2px solid red;
    margin-bottom: -1px;
    color:#2b6dea;
}

.layui-layer-content {
    background: #eee;
    padding: 24px 30px;
    min-width: 290px;
}

.report{
	padding:0;
	border-bottom:none;
}
.report .tabblebox{
	margin-top:16px;
}
.report .table>tbody>tr>td,.report .table>tbody>tr>th,.report .table>thead>tr>td,.report .table>thead>tr>th{
	vertical-align:middle
}
.report table tbody tr{
	border-bottom:1px solid #ddd;
}