
.subscriptionRank {
    margin-top: 20px;
}

.banner {
    width: 880px;
    /*height: 300px;*/
    /*overflow: hidden;*/
    margin-right: 20px;
}

.banner img {
    display: block;
    width: 100%;
}

.subscriptionRank-container {
    padding: 20px;
    overflow: hidden;
    background: url("/images/ques-anal-bg.png");
    background-size: 100%;
}

#page {
    text-align: center;
}

.subscriptionRank-container .scrollBanner-container {
    width: 100%;
    height: 184px;
    overflow: hidden;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.scrollBanner-container .scrollBanner-item {
    position: relative;
    height: 180px;
    width: 127px;
    background: url("/images/scrollBanner-item__bg.png");
    background-size: 100%;
    box-shadow: 4px 4px 0 #fce3b1;
    margin-right: 20px;
    padding: 16px 0;
    text-align: center;
    box-sizing: border-box;
}

.scrollBanner-item .rank {
    position: absolute;
    right: 10px;
    top: 0;
    width: 20px;
}

.scrollBanner-item .pic {
    display: block;
    width: 50px;
    height: 50px;
    margin: auto;
}


.scrollBanner .scrollBanner-item:last-child {
    margin-right: 0;
}

.subscriptionRank-container .scrollBanner-item .name {
    display: block;
    margin: 5px auto 8px;
    font-size: 14px;
    color: #333;
    max-width: 80%;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.subscriptionRank-container .scrollBanner-item b {
    display: block;
    color: #ff5763;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
}

.subscriptionRank-container .scrollBanner-item span {
    font-size: 12px;
    color: #8b8c8c;
}

.subscriptionRank-container .scrollBanner-item .btn {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #ff7e0b;
}


.analScreen .common-tit .common-tit--tabs li {
    float: left;
    margin-left: 10px;
}


.hint_null img {
    width: 200px;
    height: 200px;
    display: block;
    margin: auto;
}

.analScreen-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 每行两列，列宽自动分配 */
    gap: 20px; /* 列与列之间的间隔，可根据需要调整 */
}

.analScreen-item {
    border: 1px solid #ebe4df;
    padding: 0 20px;
    box-sizing: border-box;
}

.analScreen-item__anal {
    font-size: 0;
    padding: 20px 0;
    border-bottom: 1px solid #ebe4df;
    display: flex;
    justify-content: flex-start;
    height: 60px;
}

.analScreen-item__anal .pic {
    width: 60px;
    height: 60px;
    margin-right: 9px;
}

.analScreen-item__anal .nick-name_father {
    width: 309px;
}

.analScreen-item__anal .nick_name {
    width: 100%;
    margin-right: 15px;
}

.analScreen-item__anal .question-btn {
    width: 309px !important;
}

.analScreen-item__anal .nick_name a {
    margin-bottom: 10px;
    display: inline-block;
    max-width: calc(100% - 45px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-size: 16px;
    vertical-align: middle;
}

.analScreen-item__anal .icon-actived {
    width: 35px;
    margin-left: 10px;
    color: #fff;
    background: #ff7e0b;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    height: 17px;
    display: inline-block;
    line-height: 18px;
    margin-top: -8px;
}

.analScreen-item__anal .certify {
    font-size: 12px;
    margin-right: 20px;
    color: #ff7e0b;
    margin-top: 3px;
}

.analScreen-item__anal .question-btn > div {
    width: 156px !important;
}

.analScreen-item__anal .certify i {
    vertical-align: middle;
    margin-right: 2px;
    position: relative;
    top: -1px;
}

.analScreen-item__anal .btn {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    width: 70px;
    height: 24px;
    line-height: 23px;
    box-sizing: border-box;
    color: #ff7e0b;
    border: 1px solid #ff7e0b;
    text-align: center;
}

.analScreen-item__anal .btn:last-child {
    background: #ff7e0b;
    color: #fff;
    margin-left: 15px;
}

.analScreen-item__data {
    padding: 15px 0;
    text-align: center;
    width: calc(100% - 26px);
    float: left;
}

.analScreen-item__data > li {
    float: left;
    height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #eee;
    width: calc(100% / 3 - 75px / 3);
    color: #333;
}

.analScreen-item__data p {
    font-size: 16px;
    line-height: 14px;
    margin-bottom: 7px;
    color: #333;
}

.analScreen-item__data span {
    margin-left: 5px;
    line-height: 12px;
    font-size: 12px;
    display: block;
    color: #333;
}

.analScreen-item__data > li.types ul li.actived, .analScreen-item__data > li.types ul li:hover {
    background-color: #ff7e0b;
    color: #fff;
}

.analScreen-item__data > li.types ul li {
    cursor: pointer;
    line-height: 20px;
    font-size: 12px;
    color: #666;
    text-align: center;
    border-bottom: 1px solid #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.analScreen-item__data > li.types .this_type {
    color: #ff7e0b;
    font-size: 14px;
    position: relative;
    margin-bottom: 4px;
}

.analScreen-item__data > li.types em {
    display: block;
    cursor: pointer;
    color: #8b8c8c;
    font-size: 12px;
}

.analScreen-item__data > li.types .iconxiajiantou {
    color: #8b8c8c;
    font-size: 12px;
    margin-left: 5px;
}

.analScreen-item__data > li.types ul {
    position: absolute;
    display: none;
    width: 90%;
    top: 36px;
    left: 5%;
    background-color: #fff;
    border: 1px solid #ebe4df;
    z-index: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14);
}

.analScreen-item__data > li.types {
    position: relative;
    width: 75px;
    border-left: 0;
}

.analScreen-item__data > li:last-child {
    border-right: 1px solid #eee;
}

.strategy-index-analysis-list-more {
    line-height: 14px;
    float: right;
    width: 20px;
    font-size: 12px;
    color: #999;
    margin-left: 6px;
    margin-top: 17px;
}


.anal-person {
    margin-top: 30px;
}


.rightFragment {
    padding: 25px 0;
}

.statistics {
    width: 100%;
}

.statistics .common-tit .common-tit--tabs {
    position: static;
    transform: translateX(0);
}

#staticMonth .statistics-flur {
    width: 300px;
    position: relative;
    height: 300px;
    color: #fff;
    background: url("../../images/banner/zd-bg@2x.jpg") left center no-repeat;
    background-size: cover;

}

.statistics .no-statistics div {
    font-size: 14px;
    font-weight: 700;
    margin-top: 25px;
    color: #333333;
}

#staticMonth {
    width: 100%;
    height: 300px;
    overflow: hidden;

}


.table-data .pic {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.table-data tr {
    border-bottom: 1px solid #ccc0b8;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #333;
    font-size: 14px;
}

.table-data thead {
    position: sticky;
    top: 0;
    background-color: #fff;
}

.table-data thead tr th:first-child {
    width: 115px !important;
    text-align: left !important;
}

.table-data thead tr th {
    text-align: center !important;
    color: #f05f1c;
    padding-left: 5px;
    width: 80px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 400;
}

.table-data tbody tr td {
    text-align: center;
    padding-left: 5px;

}

.table-data tbody tr td:first-child {
    display: flex;
    align-items: center;
}

.table-data tbody tr td .pic {
    width: 24px;
    height: 24px;
}

.table-data tbody tr td .pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.table-data tbody tr td .name {
    margin-left: 4px;
    white-space: nowrap;
}

.analScreen-item.actived, .analScreen-item:hover {
    border: 1px solid #ff7e0b;
    position: relative;
    left: -1px;
    top: -1px;
    box-shadow: 2px 2px 5px 0 rgba(255, 126, 11, .2);
}
