.sidemenu-wrapper {
    display: flex;
    align-items: stretch;
}

#main-content {
    min-height: 100vh;
    transition: all .3s;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
        min-width: 1140px;
    }
}

#container {
    margin-top: 30px;
    height: 350px;
}


.space {
    margin-top: 50px;
}

.space-title {
    display: flex;
    position: relative;
    width: auto;
}

.space-title h2 {
    font-size: 40px;
    font-weight: 600;
    color: #1CA7EC;
    padding-bottom: 10px;
    border-bottom: 1px solid #C9C4C4;
}

.ccsi {
    margin-left: 5px;
    align-self: flex-start;
    color: #1CA7EC;
    width: auto;
    padding-bottom: 10px;

}

.ccsi p {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 400;
}

.closing {
    margin-top: 20px;
    display: flex;
}

.yest-title {
    margin-top: 5px;
    color: #A5A5A5;
    font-size: 18px;
}

.closing h4 {
    margin-bottom: 5px;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    /*line-height: 1.5em;*/
    color: #7A7A7A;
}

.closing>.gains {
    align-self: center;
    font-size: 13px;
    text-decoration: none;
    font-weight: 400;
    line-height: 1.5em;
    color: #009933;
    background-color: #94fbce;
    opacity: 0.6;
    border-radius: 5px 5px 5px 5px;
    padding: 5px 10px 5px 10px;
}

.closing>.gains2 {
    align-self: center;
    font-size: 13px;
    text-decoration: none;
    font-weight: 400;
    line-height: 1.5em;
    color: #DD2200;
    background-color: #f9cfce;
    /*opacity:0.6;*/

    border-radius: 5px 5px 5px 5px;
    padding: 5px 10px 5px 10px;
}

.gains,
.gains2 {
    display: none;
}

.gains {
    margin-left: 10px;
}

.gains img {
    width: 15px;

}

.gains span {
    margin-left: 2px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em;
    vertical-align: middle;
}

.gains2 {
    margin-left: 10px;
}

.gains2 img {
    width: 15px;

}

.gains2 span {
    margin-left: 2px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em;
    vertical-align: middle;
}

.introduced {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    text-justify: inter-ideograph;

}

/*右侧内容*/
.right-content {
    margin-top: 20px;
    align-content: space-between;
    position: relative;
    width: 100%;
}

.right-item {
    padding-bottom: 30px;
    border-bottom: 1px solid #C9C4C4;
}

.right-title {
    /*font-size: 30px;*/
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5em;
    color: #7A7A7A;
    margin-bottom: 5px;
}

.right-span {
    color: #A5A5A5;
    font-size: 18px;
}

.pdf-content {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.pdf-content a {
    display: inline-block;
    margin-bottom: 10px;
}

.ks-submit {
    color: #FFFFFF;
    padding: 0.375rem 0.55rem;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid transparent;
    font-size: 14px;
    /*background: #f7f9fc;*/
    background-color: #1CA7EC;
}

.ks-submit span img {
    width: 20px;
    margin-right: 6px;
    height: 20px;
}


.modal-body {
    text-align: center;
}

.modal-dialog {
    width: auto !important;
    max-width: 80% !important;
}

iframe {
    /*width:720px;*/
    width: 90%;
    margin: 0 auto;
    min-height: 500px;
    text-align: center;
    border: none;
}

table.tableizer-table {
    text-align: center;
    margin: 0 auto !important;
}

.pc-none {
    display: none;
}

.mobile-none {
    display: block;
}


/* 手机端样式 */
@media screen and (max-width: 41.5em) {
    .space {
        margin-top: 30px;
    }

    .space-title {
        padding-left: 15px;
    }

    .space-title h2 {
        font-size: 28px;
    }

    .right-item {
        margin-top: 0px !important;
        margin-bottom: 15px;
        padding-bottom: 20px;
    }

    .right-item .row .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .pdf-content {
        width: 50%;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
    }

    .mobile-none {
        display: none;
    }

    .pc-none {
        display: block;
    }
}
    
    
    /* 表格修改 */
    .box-table{
        border:1px solid #dcdee2; border-radius:6px;
        overflow:auto;
    }
    .box-table table{
        white-space: nowrap;
    }
    .table{
        margin-bottom:0 !important;
    }
    .table th{
        border:none;
    }
    .table thead th{
        position: relative;
        border-right:none;
        border-radius:6px;
        background-color: #f4f7fc;
        text-align: center;
        padding-top: 12px;
        padding-bottom: 12px;
        padding:8px 0;
        border-bottom: 1px solid #dee2e6;
    }
    .table thead tr th div span{
        display: inline-block;
        color: #040c35;
        font-size:14px;
    }

    .table-head-th-line:before {
        left: 0;
    }
    .table-head-th-line:after {
        right: 0;
    }
    .table-head-th-line:after, .table-head-th-line:before {
        position: absolute;
        content: "";
        display: inline-block;
        width: 1px;
        height: 14px;
        top: 14px;
        background-color: #dfe1e6;
    }
    .table-column-center{
        text-align: center;
    }
    .table-head-th-sub-line{
        position: relative;
    }
    .table-head-th-sub-line:after {
        position: absolute;
        content: "";
        display: inline-block;
        width: 1px;
        height: 14px;
        top: 14px;
        right: 0;
        background-color: #dfe1e6;
    }

    .compare-circle {
        width: 10px;
        height: 10px;
        display: inline-block;
        border-radius: 50%;
        margin-right: 12px;
    }
    .earn img{
        width:15px;
    }

    /* table样式 */
    .table-hover tbody tr{
        transition: all 0.3s;
    }
    .table-hover tbody tr:hover {
        color: #212529;
        background-color: rgb(197 209 232);
    }

    /* 指数简介 */
 
    .item-label{
        display: inline-block;
        color: #9598a6;
        font-size:14px;
    }
    .item-value{
        display: inline-block;
        color: #040c35;
        font-size:14px;

    }
    .text-uppercase{
        /* color: #033193; */
        color: #1CA7EC;
        text-align: left;font-size:24px; margin-bottom:0;
    }
    /* 十大权重 */

    .mod-box{font-size: 12px;color: #9598a6;position: absolute;bottom: 0;right: 0;}
    #ClickTable .th-inner{font-size:14px; }
    #ClickTable tr td{ color: #040c35;font-size: 14px;text-align: center;}
