.sx-container {
    width: 1440px;
    margin: 20px auto;
}

.sx-header {
    height: 62px;
    width: 100%;
}

.sx-title {
    display: inline-block;
    font-size: 28px;
    height: 62px;
    line-height: 62px;
    width: 120px;
    color: #000000;
}

.sx-right {
    float: right;
    margin-top: 15px;
}

.e-fund-sx-classification .sx-classification__wrapper {
    padding: 20px 30px;
    display: none;
}

.e-fund-sx-classification .sx-classification__wrapper > p {
    color: #666666;
    font-size: 14px;
    line-height: 1.75;
}

.e-fund-sx-classification .sx-classification__wrapper > p > span {
    color: #005096;
    font-weight: bold;
    cursor: pointer;
}

.e-fund-sx-classification .sx-classification__wrapper > ul {
    margin: 10px 0;
}

.e-fund-sx-classification .sx-classification__wrapper > ul li {
    margin: 5px 0;
    color: #666666;
    font-size: 14px;
    line-height: 1.5;
}

.e-fund-sx-classification .sx-classification__wrapper > ul li::before,
.e-fund-sx-classification .sx-classification__wrapper > ul li::after {
    display: table;
    content: "";
}

.e-fund-sx-classification .sx-classification__wrapper > ul li::after {
    clear: both;
}

.e-fund-sx-classification .sx-classification__wrapper > ul li > span {
    float: left;
    width: 125px;
    color: #333333;
    font-weight: bold;
    margin-left: 8px;
}

.e-fund-sx-classification .sx-classification__wrapper > ul li > span > span{
    letter-spacing: 2.8px;
}

.e-fund-sx-classification .sx-classification__wrapper > ul li > p {
    float: left;
    width: calc(100% - 135px);
}

.classification-btn {
    display: inline-block;
    width: 140px;
    height: 44px;
    margin-left: -5px;
    background-color: #FFFFFF;
    color: #000000;
    font-size: 14px;
    line-height: 44px;
    text-align: center;
    border: none;
    outline: none;
    transition: opacity 0.2s;
    position: relative;
    padding-left: 15px;
}

.sx-classification {
    display: inline-block;
    width: 18px;
    height: 17px;
    background: url("../assets/images/icons/icon_classification.png") no-repeat;
    background-size: cover;
    position: absolute;
    left: 25px;
    top: 14px;
}

/*搜索*/
.sx-serach-box {
    width: 285px;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    float: left;
}

.sx-serach-box .sx-search__wrapper {
    width: 285px;
    height: 42px;
}

.sx-serach-box .sx-search__inner {
    display: inline-block;
    position: relative;
    width: calc(100% - 48px);
    height: 38px;
    float: left;
    font-size:0;
}

.sx-serach-box .sx-search__inner input {
    padding: 0 10px 0 12px;
    width: 100%;
    border: 1px solid #dcdfe6;
    font-size: 14px;
    border-right: none;
    height: 36px;
    line-height: 36px;
}
.sx-serach-box .sx-search__inner input:hover{
    border: 1px solid #296CA6;
}
.sx-serach-box .sx-search__inner input:active{
    border: 1px solid #005096;
}
.sx-serach-box .sx-search__inner input::placeholder {
    color: #999;
    font-size: 14px
}

.sx-serach-box .sx-search__inner::after {
    transform: translateY(-50%);
}

.sx-serach-box .sx-search__button {
    display: inline-block;
    width: 48px;
    color: #005096;
    font-size: 14px;
    background: #005096;
    outline: none;
    border: 0;
    height: 36px;
    float: right;
}
.sx-serach-box .sx-search__button{}
.sx-serach-box .sx-search__button:hover {
    outline: none;
}

.sx-serach-item {
    margin-bottom: 24px;
    position: relative;
    min-height:40px;
}

.sx-serach {
    margin: 30px 0 30px;
}

.sx-serach-item-header {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    width: 90px;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    float: left;
    text-align: right;
    margin-right: 15px;
}

.sx-hot-awordFund {
    width: auto;
    display: inline-block;
}

.sx-hot-awordFund li {
    /* padding: 0px calc(15rem / 14);
    float: left;
    margin: 0 calc(15rem / 14);
    font-weight: bold;
    font-size: 16px;
    color: #005096;
    cursor: pointer;
    height: calc(38rem / 14);
    line-height: calc(38rem / 14); */

    height: 38px;
    display: inline-block;
    margin: 0 15px 0 0;
    background: #f7fafc;
    line-height: 38px;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
    width: 110px;
    text-align: center;
}

 .sx-hot-awordFund li.on {
    background: #005096;
    color: #FFFFFF;
    font-weight: bold;
}

/*基金经理*/
.sx-fundManger {
    /* height: 40px; */
}
.sx-fundManger li {
    height: 38px;
    margin: 0 15px 0 0;
    background: #f7fafc;
    line-height: 38px;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    width: 110px;
    text-align: center;
}

 .sx-fundManger li.on {
    color: #fff;
    background: #005096;
    font-weight: bold;
}

.sx-fundManger-box {
    margin: 14px 0 0 106px;
    display: none;
}

.sx-fundManger-box-ul {
    /* width: 1296px; */
    border: 1px solid #005096;
    background: #f8fafd;
    padding: calc(10rem / 14);
}

.sx-fundManger-box-ul li {
    width: auto;
    padding: 0 10px;
    margin: 6px;
    cursor: pointer;
}

.sx-fundManger-box-ul li.on {
}

.sx-sprit {
    width: 10px;
    height: 10px;
    border-left: 1px solid #005096;
    border-bottom: 1px solid #005096;
    transform: rotate(135deg);
    position: absolute;
    top: 45px;
    z-index: 99;
    background: #f8fafd;
    display: none;
    margin-left: 20px;
}

.sx-style-sprit {
    width: 10px;
    height: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #24bbe1;
    position: absolute;
    top: -10px;
    left: 8px;
    z-index: 9999;
    background: #f8fafd;
}

.sx-marks {
    position: absolute;
    padding: 0px 8px;
    background: #24bbe1;
    color: #ffffff;
    display: none;
    bottom: 18px;
    height: 30px;
    line-height: 30px;
    width: auto;
    font-size: 12px;
}

/*成立年限*/
.sx-year {
    height: 40px;
}

.sx-year li,.sx-risk li {
    height: 38px;
    display: inline-block;
    margin: 0 15px 0 0;
    background: #f7fafc;
    line-height: 38px;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
    width: 110px;
    text-align: center;
}
.sx-risk li{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.sx-year li.on,.sx-risk li.on {
    background: #005096;
    font-weight: bold;
    color: #ffffff;
}

.sx-bottom-wound {
    position: relative;
    height: 100px;
}

.sx-bottom-text {
    font-size: 12px;
    color: #7a7a7a;
    position: absolute;
    right: 0;
    line-height: 24px;
    cursor: pointer;
    text-align: right;
}

.sx-wound-box {
    z-index: 999;
    padding-bottom: 20px;
    position: absolute;
    top: -20px;
    right: 74px;
    background: #fff;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.40);
    display: none;
    width: 570px;
}

.sx-wound-header {
    height: 35px;
}

.sx-icon-close {
    width: 26px;
    height: 20px;
    float: right;
    margin-top: 10px;
    cursor: pointer;
}

.sx-wound-ul {
    max-width: 670px;
}

.sx-wound-ul li {
    float: left;
    width: 50%;
    padding-left: 20px;
    line-height: 30px;
}

.sx-wound-ul li a {
    color: #333;
    cursor: pointer;
    display: inline-block;
}

.sx-wound-ul li a.wound-highlight {
    font-weight: bold;
}

.sx-wound-ul li a:hover {
    color: #005096;
}

/*åŸºé‡‘åˆ†ç±»*/
.sx-fundStyle{
    position: relative;
    width: calc(100% - 90px);
    margin-left: 104px;
}
.sx-fundStyle li {
    height: 38px;
    padding: 0 5px;
    margin: 0 6px 0 0;
    line-height: 38px;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
    display: inline-block;
}

 .sx-fundStyle li.on {
    color: #005096;
    font-weight: bold;
     margin-bottom: 30px;
}

.sx-fundStyle-box {
    margin: 14px 0 0 106px;
    display: none;
    position: absolute;
    top: 36px;
    width: calc(100% - 106px);
}

.sx-fundStyle-box-ul {
    /* width: 1296px; */
    border: 1px solid #005096;
    background: #f8fafd;
    padding: calc(10rem / 14);
}

.sx-fundStyle-box-ul li {
    padding: 0px 7px;
    margin: 6px;
    cursor: pointer;
    display: inline-block;
}

.sx-fundStyle-box-ul li.on {
}

.sx-remarks-box {
    padding: 10px 15px;
    background: #1eb9e1;
    color: #fff;
}

 .sx-fundStyle-box li.on {
    color: #005096;
    font-weight: bold;
}

.e-detail-banner-swiper__title {
    width: 100%;
    height: 46px;
    line-height: 46px;
    font-size: 46px;
    color: #ffffff;
    margin-top: 60px;
}
#expandButton{display: none;}
.fund_page{text-align: right;margin: 20px auto;}
.e-pagination .e-pagination-size-options{
    float: left;}
.e-home-block-content{padding: 0;}
.e-fund-sm-category__remark [data-role=arrow] {
    width: 10px;
    height: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #24bbe1;
    position: absolute;
    top: -10px;
    left: 26px;
    z-index: 9999;
    background: #f8fafd;
}
@media(min-width:1536px){
    .sx-fundManger .sx-sprit{top:47px;}
}
@media(max-width:1400px){
    .sx-fundStyle li {
        height: 38px;
        padding: 0 5px;
        margin: 0 2px 0 0;
        line-height: 38px;
        font-size: 16px;
        color: #333333;
        cursor: pointer;
        display: inline-block;
    }
    .sx-fundStyle li[data-value='20'].on .sx-sprit{
        width: 10px;
        height: 10px;
        border-left: 1px solid #005096;
        border-bottom: 1px solid #005096;
        transform: rotate(135deg);
        position: absolute;
        top: 73px;
        z-index: 99;
        background: #f8fafd;
        display: none;
        margin-left: 20px;
    }
    .sx-fundStyle-box[data-value='20'] {
        margin: 14px 0 0 106px;
        display: none;
        position: absolute;
        top: 64px;
        width: calc(100% - 106px);
    }
}
.e-fund-sm-category__remark {
    display: inline-block;
    position: absolute;
    margin: 10px 0;
    padding: 4px 8px;
    min-width: 30px;
    min-height: 32px;
    color: #ffffff;
    font-size: 12px;
    line-height: 24px;
    word-wrap: break-word;
    background: #24bbe1;
    visibility: hidden;
    z-index: -1;
    top: 28px;max-width: 67%;
}
.box_ex{
    /*width: 82%;margin-right: 26%;*/
}
.boxFixed{
    position: fixed;
    background: #fff;
    margin: 0 auto;
    top: 0;
    z-index: 9999;
    display: inline-table;}
.boxFixed tr th:nth-of-type(1){width: 26% !important;}
.boxFixed tr th:nth-of-type(2){width: 10% !important;}
.boxFixed tr th:nth-of-type(3){width: 10% !important;}
.boxFixed tr th:nth-of-type(4){width: 12% !important;}
.boxFixed tr th:nth-of-type(5){width: 7% !important;}
.boxFixed tr th:nth-of-type(6){width: 7% !important;}
.boxFixed tr th:nth-of-type(7){width: 7% !important;}
.boxFixed tr th:nth-of-type(8){width: 8% !important;}
.boxFixed tr th:nth-of-type(9){width: 6% !important;}
.boxFixed tr th:nth-of-type(10){width: 6.5% !important;}
@media(min-width:1400px){
    .boxFixed{width: 1213px;}
}
@media(min-width:1480px){
    .boxFixed{width: 1369px;}
    .boxFixed tr th:nth-of-type(1){width: 24.5% !important;}
    .boxFixed tr th:nth-of-type(2){width: 10% !important;}
    .boxFixed tr th:nth-of-type(3){width: 10% !important;}
    .boxFixed tr th:nth-of-type(4){width: 12% !important;}
    .boxFixed tr th:nth-of-type(5){width: 8% !important;}
    .boxFixed tr th:nth-of-type(6){width: 8% !important;}
    .boxFixed tr th:nth-of-type(7){width: 8% !important;}
    .boxFixed tr th:nth-of-type(8){width: 8% !important;}
    .boxFixed tr th:nth-of-type(9){width: 5% !important;}
    .boxFixed tr th:nth-of-type(10){width: 6.5% !important;}
}
@media(max-width:1280px){
    .boxFixed{width: 1152px;}
}
@media screen and (min-width:1280px) and (max-width:1400px){
    .boxFixed{width: 1152px;}
    .boxFixed tr th:nth-of-type(1){width: 26% !important;}
    .boxFixed tr th:nth-of-type(2){width: 10% !important;}
    .boxFixed tr th:nth-of-type(3){width: 10% !important;}
    .boxFixed tr th:nth-of-type(4){width: 12% !important;}
    .boxFixed tr th:nth-of-type(5){width: 7% !important;}
    .boxFixed tr th:nth-of-type(6){width: 7% !important;}
    .boxFixed tr th:nth-of-type(7){width: 7% !important;}
    .boxFixed tr th:nth-of-type(8){width: 8% !important;}
    .boxFixed tr th:nth-of-type(9){width: 6% !important;}
    .boxFixed tr th:nth-of-type(10){width: 6.5% !important;}
}
.showReward{display: inline-block;}
