@charset "UTF-8";
.tabs-list {
    margin-top: 14px;
    padding-left: 0;
    list-style: none;
    text-align: center;
    overflow: hidden;
    /* display:none; */
}

.tabs-list > li {
    float: left;
}

.tabs-list > li > a {
    display: block;
    height: 45px;
    line-height: 45px;
    width: 120px;
    text-decoration: none;
    color: #000;
}

.tabs-list > li.active > a {
    border-bottom: 3px solid rgb(0, 153, 255);
}

.tabs-list> li:hover {
    background: #eee;
}
.nav-tabs > li > a{
    width:100px;
    text-align: center;
}
.sec-bind,.sec-info{
	min-height:672px
}
@media screen and (max-height: 900px) {
	.sec-bind,.sec-info{
		min-height:492px
	}

}