/* <style> */

.tabs {
    width: 800px;
    margin: 150px auto;
}

.tabs-header {
    position: relative;
    height: 45px;
    line-height: 45px;
    background: transparent;
    /* border-bottom: solid 1px #563d7c; */
    overflow: hidden;
}

.tab-left,
.tab-right {
    position: absolute;
    top: 0;
    width: 45px;
    height: 45px;
    text-align: center;
    color: #888;
    background-color: transparent;
    cursor: pointer;
    z-index: 990;
}

.tab-left {
    left: 0;
    /* border-right: solid 1px #eee; */
}

.tab-right {
    right: 0;
    /* border-left: solid 1px #eee; */
}

.tabs-wrap {
    position: relative;
    overflow: hidden;
    margin: 0 46px;
}

.tabs-wrap ul {
    list-style-type: none;
    height: 45px;
    line-height: 45px;
    margin: 0;
    padding: 0;
    font-size: 14px;
    width: 5000px;
}

.tabs-wrap ul li {
    float: left;
    height: 45px;
    line-height: 45px;
    display: inline-block;
}

.tabs-navs>li {
    margin-right: 2px;
    /* margin-bottom: -1px; */
    border-right: 1px solid #ccc;
    border-bottom: none;
    /* border-radius: 5px 5px 0 0; */
}

.tabs-wrap ul li a {
    height: 45px;
    line-height: 45px;
    display: block;
    /* border-right: solid 1px #eee; */
    padding: 0 15px;
    color: #000;
}

.tabs-wrap ul li.active a {
    border: 1px solid #9a71d6;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    background: white;
    color: #f00;
    font-weight: 530;
    font-family: 'Microsoft Yahei';
}

.tabs-wrap ul li a:hover {
    color: #f0f;
    text-decoration: none;
}

.tabs-nav {
    height: 100%;
}

.tabs-frame {
    height: calc(100% - 0px);
}


/* </style> */


/* <style> */

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1004;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 15px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu li {
    width: 100%;
    line-height: 26px;
}

.dropdown-menu li a {
    text-align: left;
    background: none;
    font-size: 14px;
    height: 22px;
    width: 98%;
    line-height: 22px;
    color: #000000;
    padding-left: 0px;
}

.dropdown-menu li a:hover {
    background-color: #aaa;
    border: 1px solid #f00;
    color: #ff0000;
}


/* </style> */