.myframe{ display: block; width: 100%; float: left; height: auto; min-height: 670px; } .csc-tab{ display: block; width: 100%; float: left; } .csc-tab-head{ display: inline-block; /*width: 100%;*/ padding-bottom: 15px; height: 50px; } .csc-list-head{ display: block; width: auto; float: left; background-color: #0072C6; border: 1px solid #FFF; color: #fff !important; cursor: pointer; } a:hover{ color: #fff; cursor: pointer; } .csc-head-detail{ padding-left: 15px; padding-right: 15px; line-height: 50px; font-size: 12px; } .csc-list-head-active{ background-color: #ec971f; } .csc-tab-body{ display: none; width: 100%; float: left; height: auto; } .csc-tab-body-active{ display: block; } .shifttable{ padding-left: 70px; }