main {
    padding-bottom: 0.4rem;
}

.itemBg {
    background-color: #fff;
    box-shadow: 0px 0.02rem 0.1rem 0px #f1f1f1;
    border: 0.01rem solid #f1f1f1;
    border-radius: 0.12rem;
    padding: 0.32rem 0rem 0;
    box-sizing: border-box;
}

.noResult {
    text-align: center;
    padding: 2.06rem 0 6.1rem;
}

    .noResult .no_result_img {
        width: 2.5rem;
        height: 2.49rem;
        margin-bottom: .36rem;
    }

    .noResult p {
        font-size: 0.28rem;
        color: #b5b5b5;
        line-height: 0.32rem;
    }

        .noResult p.go_coreIndex {
            margin-top: 0.84rem;
        }

        .noResult p a {
            color: #ff8b0d;
            text-decoration: underline;
        }

.modelInfo dt {
    width: 2.96rem;
    height: 2.96rem;
    border: 0.02rem solid #eeeeee;
    margin: 0 auto 0.18rem;
}

    .modelInfo dt img {
        width: 2.96rem;
        height: 2.96rem;
        object-fit: cover;
    }

.modelInfo h1 {
    font-weight: 600;
    color: #000000;
    font-size: 0.32rem;
    line-height: 0.38rem;
    text-align: center;
    margin-bottom: 0.2rem;
}

    .modelInfo h1 span {
        font-size: 0.24rem;
        color: #999999;
        font-weight: 400;
        margin-left: 0.12rem;
    }

.modelData {
    margin-bottom: 0.22rem;
    font-size: 0.24rem;
    padding: 0 0.4rem;
    box-sizing: border-box;
}

    .modelData > div {
        margin-bottom: 0.18rem;
    }

        .modelData > div p {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            margin-bottom: 0.1rem;
        }

        .modelData > div span {
            flex-shrink: 0;
        }

        .modelData > div label {
            color: #999999;
            display: block;
        }

        .modelData > div b {
            font-weight: 600;
            color: #ff8b0d;
            margin: 0 0.04rem 0 0.02rem;
            flex-shrink: 0;
        }

    .modelData .realData b {
        min-width: 0.3rem;
    }

    .modelData .lastData b {
        min-width: 0.48rem;
    }

    .modelData > div b:last-child {
        margin-right: 0;
    }

    .modelData > div i {
        border-right: 0.02rem solid #dddddd;
        margin-right: 0.38rem;
        margin-left: 0.28rem;
        height: 0.24rem;
        display: inline-block;
    }

.moreInfo {
    border-top: 0.01rem solid #f1f1f1;
    padding: 0.3rem 0.22rem 0.42rem 0.4rem;
}

.more-Info {
    max-height: 4.12rem;
    overflow: auto;
}

    .more-Info::-webkit-scrollbar,
    .s_table::-webkit-scrollbar {
        width: 0.12rem;
        height: 6px;
    }

    .more-Info::-webkit-scrollbar-track,
    .s_table::-webkit-scrollbar-track {
        background: #fff;
        border-radius: 0.14rem;
        border: 0.02rem solid #d9d9d9;
    }

    .more-Info::-webkit-scrollbar-thumb,
    .s_table::-webkit-scrollbar-thumb {
        background: #d9d9d9;
        border-radius: 0.14rem;
    }

.moreInfo .fixedInfo li {
    display: flex;
    margin-bottom: 0.18rem;
    font-size: 0.24rem;
}

    .moreInfo .fixedInfo li:last-child {
        margin-bottom: 0;
    }

    .moreInfo .fixedInfo li span {
        width: 1.2rem;
        display: inline-block;
        text-align: right;
        margin-right: 0.18rem;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        color: #888888;
        flex-shrink: 0;
    }

    .moreInfo .fixedInfo li i {
        flex: 1;
        word-break: break-all;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.pdfInfo {
    margin-top: 0.44rem;
}

    .pdfInfo dt {
        margin-bottom: 0.3rem;
    }

    .pdfInfo dd {
        text-align: center;
    }

        .pdfInfo dd img {
            width: 1.6rem;
            height: 1.6rem;
            object-fit: cover;
            background: #ffffff;
            border: 0.02rem solid #dddddd;
            box-sizing: border-box;
        }

    .pdfInfo .pdf {
        background: url(../../../images/mobile/common/pdf.png) no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        width: 0.4rem;
        height: 0.41rem;
        margin-right: 0.16rem;
        flex-shrink: 0;
        vertical-align: text-bottom;
    }

    .pdfInfo a {
        display: flex;
        color: #222222;
        font-size: 0.24rem;
        font-weight: 500;
        justify-content: center;
    }

.compositeIndex > h2 {
    font-size: 0.32rem;
    line-height: 0.38rem;
    color: #222222;
    padding: 0.28rem 0 0.1rem 0.34rem;
}

.slideBanner {
    padding: 0 0.36rem 0.58rem;
}

    .slideBanner .hd ul {
        display: flex;
        position: relative;
        padding-bottom: 0.06rem;
        height: 0.24rem;
        border-bottom: 0.04rem solid #c9c9c9;
    }

        .slideBanner .hd ul li {
            flex-shrink: 0;
            line-height: 0.24rem;
            height: 0.24rem;
            font-size: 0.28rem;
            color: #333;
            font-weight: 400;
            padding: 0 0.34rem;
        }

            .slideBanner .hd ul li:first-child {
                padding-left: 0;
            }

            .slideBanner .hd ul li:last-child {
                border-left: 0.02rem solid #d9d9d9;
            }

            .slideBanner .hd ul li.on span {
                color: #ff8b0d;
                font-weight: 600;
                border-bottom: 0.04rem solid #ff8b0d;
                padding-bottom: 0.02rem;
            }

    .slideBanner .bd {
        position: relative;
    }

.timeSelect {
    font-size: 0.28rem;
    color: #222222;
    display: flex;
    align-items: center;
    padding-top: 0.4rem;
}

.dateinputer {
    height: 0.64rem;
    line-height: 0.64rem;
    border-radius: 0.08rem;
    border: 0.02rem solid rgba(0, 0, 0, 0.15);
    justify-content: flex-start;
    position: relative;
}

.searchMonth .dateinputer {
    min-width: 100px;
}

.icon-xndatepickerrili:before {
    background: url(../../../images/common/icon_calendar.png) no-repeat no-repeat;
    background-size: 100% 100%;
    width: 0.32rem;
    height: 0.32rem;
}

.icon_reach {
    width: 0.32rem;
    height: 0.32rem;
}

.xndatepicker-input.icon-xndatepickerrili {
    padding-right: 34px;
}

    .xndatepicker-input.icon-xndatepickerrili:before {
        right: 10px;
    }

.line-stack-item {
    margin-top: 0.3rem;
    width: 100%;
}

.line-stack-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .line-stack-title h2 {
        font-size: 0.28rem;
    }

.viewMore {
    font-size: 0.24rem;
    color: #676767;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border: 0.02rem solid #ff8b0d;
    border-radius: 0.08rem;
    color: #ff8b0d;
    font-size: 0.24rem;
    padding: 0 0.12rem 0 0.22rem;
    box-sizing: border-box;
    height: 0.38rem;
}

    .viewMore i {
        width: 0.2rem;
        height: 0.22rem;
        display: inline-block;
        background: url(../../../images/mobile/common/more2.png) no-repeat;
        background-size: 100% 100%;
    }

.commonList {
    background-color: #fff;
    box-shadow: 0px 0.02rem 0.1rem 0px #f1f1f1;
    border: 0.01rem solid #f1f1f1;
    border-radius: 0.12rem;
    padding: 0.24rem 0.4rem 0;
    box-sizing: border-box;
    margin-top: 0.22rem;
}

    .commonList .hd ul {
        border-bottom: 0.04rem solid #c9c9c9;
        padding-bottom: 0rem;
        height: auto;
        position: relative;
        width: 100%;
    }

        .commonList .hd ul li:first-child {
            border-right: none;
            font-size: 0.32rem;
            color: #222222;
            padding: 0 0.12rem;
            border-bottom: 0.04rem solid #ff8b0d;
            padding-bottom: 0.15rem;
            position: relative;
            top: 0.04rem;
            font-weight: 600;
            border-left: none;
        }

.s_table {
    margin-top: 0.24rem;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 0.2rem;
}

    .s_table table {
        width: 100%;
        text-align: left;
        border: 1px solid #dddddd;
        border-collapse: collapse;
        border-spacing: 0;
        table-layout: fixed;
    }

        .s_table table th {
            padding: 12px 6px;
            border-bottom: 1px solid #dddddd;
            font-weight: 400;
            color: #666;
            background: #f5f5f5;
        }

        .s_table table tr {
            border-bottom: 1px solid #dddddd;
        }

            .s_table table tr:last-child {
                border-bottom: none;
            }

            .s_table table tr.th:hover {
                background: #f5f5f5;
            }

        .s_table table th,
        .s_table table td {
            text-align: center;
            padding: 0.18rem 0.06rem;
            font-size: 0.24rem;
            word-break: break-all;
        }

            .s_table table th:last-child {
                text-align: center;
            }

            .s_table table td:first-child {
                width: 10%;
            }

            .s_table table td:nth-child(2) {
                width: 30%;
            }

            .s_table table td:nth-child(3) {
                width: 10%;
            }

            .s_table table td:nth-child(4),
            .s_table table td:nth-child(5) {
                width: 20%;
            }

        .s_table table tbody {
            max-height: 11.1rem;
            overflow-x: hidden;
            overflow-y: auto;
            display: block;
        }

        .s_table table tr:last-child {
            border-bottom: none;
        }

    .s_table table {
        width: 100%;
    }

@media (max-width: 375px) {
    .s_table table {
        width: 470px;
    }
}

@media (min-width: 375px) and (max-width: 470px) {
    .s_table table {
        width: 470px;
    }
}

.s_table table thead,
.s_table tbody tr {
    display: table;
    width: 100%;
}

    .s_table table thead th {
        background: #f5f5f5;
    }

.s_table table tbody::-webkit-scrollbar {
    width: 4px;
    height: 6px;
}

.s_table table tbody::-webkit-scrollbar-track {
    background: #f3f3f3;
    border-radius: 11px;
}

.s_table table tbody::-webkit-scrollbar-thumb {
    background: #dddddd;
    border-radius: 11px;
}

    .s_table table tbody::-webkit-scrollbar-thumb:hover {
        background: rgb(162, 162, 163);
    }

.commonList .bd {
    padding-bottom: 0.2rem;
}

.amplitude {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .amplitude i {
        display: inline-block;
        width: 0.3rem;
        height: 0.31rem;
    }

        .amplitude i.rise {
            background: url(../../../images/mobile/common/rise.png) no-repeat;
            background-size: 100% 100%;
        }

        .amplitude i.decline {
            background: url(../../../images/mobile/common/decline.png) no-repeat;
            background-size: 100% 100%;
        }