body {
    display: none;
}

.wrapper {
    margin: 90px 20px 0 200px;
    line-height: 1;
    display: flex;
}

.leftPart {
    min-width: 785px;
    width: 100%;
    margin-right: 20px;
    flex: 1;
    padding-bottom: 40px;
}

.leftPart .data_box,
.leftPart .trend_box {
    width: 100%;
    background: #FFFFFF;
    border-radius: 4px;
    margin-right: 20px;
    padding: 24px 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.leftPart .trend_box {
    padding: 20px 20px 0;
}

.leftPart>div>h3,
.leftPart>div>div>h3 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #333333;
    margin-bottom: 20px;
}

.common_functions dl {
    width: 340px;
    height: 120px;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 18px 10px 15px 20px;
    margin: 0 20px 20px 0;
    box-sizing: border-box;
}

.common_functions dl:hover {
    box-shadow: 0px 0px 6px 0px rgba(0, 3, 71, 0.12);
}

.common_functions dt img {
    width: 30px;
    height: 30px;
    margin-bottom: 3px;
}

.common_functions dt h4 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
    margin-left: 6px;
    margin-bottom: 3px;
}

.common_functions dt,
.common_functions dd {
    display: block;
}

.common_functions dd p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: normal;
    color: #666;
    line-height: 18px;
    letter-spacing: 0.5px;
}

.rightPart {
    /* position: absolute;
    top: 110px;
    right: 20px; */
    width: 240px;
}

.rightPart>div {
    width: 240px;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    padding: 24px 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.rightPart h3 {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.rightPart .banner_box {
    height: 160px;
    padding: 0;
}

.rightPart .banner_box img {
    border-radius: 4px;
}

/* 
.rightPart .banner_box img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
} */
#bannerBox {
    width: 240px;
    overflow: hidden;
    position: relative;
}

#bannerBox li {
    width: 100%;
    height: 160px;
}

#bannerBox li .banner {
    display: block;
    width: 100%;
    height: 160px;
    background-color: #F0F2F5;

}

.banner img {
    width: 100%;
    height: 100%;
}

.rightPart .ad_box {
    height: 118px;
}

.rightPart .ad_box img {
    width: 70px;
    height: 70px;
    margin-right: 16px;
}

.rightPart .ad_box h3 {
    font-weight: 600;
    margin-bottom: 16px;
}

.rightPart .ad_box p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: normal;
    color: rgba(102, 102, 102, 1);
}

.rightPart>div.update_box {
    padding-bottom: 10px;
}

.update_box h3 {
    margin-bottom: 10px;
}

.update_box h3 span {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(254, 103, 103, 1);
    margin-right: 5px;
    cursor: pointer;
}

.update_box li {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 11px;
    cursor: pointer;
}

.update_box li div:hover {
    text-decoration: underline;
}

.update_box li:last-child {
    border-bottom: none;
}

.update_box p {
    line-height: 1;
    font-weight: 300;
    color: rgba(153, 153, 153, 1);
    text-align: right;
    margin: 5px 0 14px;
}

.rightPart .contact_box h3 {
    margin-bottom: 20px;
}

.rightPart .contact_box p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin: 16px 0 16px 0;
}

.data_box ul {
    margin-bottom: -20px;
}

.data_box li {
    width: calc(25% - 15px);
    background: #FBFBFC;
    border-radius: 8px;
    padding: 20px 0 20px 20px;
    margin: 0 20px 20px 0;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    box-sizing: border-box;
}

.data_box li:nth-child(4n) {
    margin-right: 0;
}

.data_box li h4 {
    font-weight: 400;
    position: relative;
    padding-left: 20px;
}

.data_box li h4 span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 0;
}

.data_box li:nth-child(1) h4 span {
    background: #2F8EFB;
}

.data_box li:nth-child(2) h4 span {
    background: #B292FA;
}

.data_box li:nth-child(3) h4 span {
    background: #2DD1CC;
}

.data_box li:nth-child(4) h4 span {
    background: #6BACFC;
}

.data_box li:nth-child(5) h4 span {
    background: #FDA36E;
}

.data_box li:nth-child(6) h4 span {
    background: #FEC02D;
}

.data_box li:nth-child(7) h4 span {
    background: #FD6B89;
}

.data_box li:nth-child(8) h4 span {
    background: #E0AD69;
}

.data_box li p {
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    padding-left: 20px;
    margin-top: 12px;
}

.trend_box {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(117, 118, 134, 1);
    position: relative;
    z-index: -1 !important;
}

.trend_box li {
    text-indent: 24px;
}

.trend_box li:first-child {
    margin-right: 20px;
}

.trend_box li.blueLi {
    background: url('//7niu.kaokao.mobi/index_blue@2x.png') 0 center/16px 16px no-repeat;
}

.trend_box li.greenLi {
    background: url('//7niu.kaokao.mobi/index_green@2x.png') 0 center/16px 16px no-repeat;
}

.trend_box li.orangeLi {
    background: url('//7niu.kaokao.mobi/index_orange@2x.png') 0 center/16px 16px no-repeat;
}

.trend_box .trend-data {
    margin: 20px auto;
}

.borderSpan {
    width: 1px;
    height: 160px;
    background: rgba(0, 0, 0, 0.12);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.common_box li {
    position: relative;
    margin: 0 0 24px 0;
}

.common_box li:last-child {
    margin-bottom: 0;
}

.common_box li em {
    font-style: italic;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999;
    line-height: 24px;
    margin: -4px 12px -4px 0;
}

.common_box li p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    margin: -4px 0;
    margin-right: 12px;
}

.common_box {
    width: calc(50% - 10px);
    background: #FFFFFF;
    border-radius: 4px;
    padding: 24px 20px;
    box-sizing: border-box;
}

.popular_box {
    margin-right: 20px;
}

.common_box li span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999;
    line-height: 24px;
    margin: -4px 0;
}

.common_box li:nth-child(1) span,
.common_box li:nth-child(1) em {
    color: rgba(254, 103, 103, 1);
}

.common_box li:nth-child(2) span,
.common_box li:nth-child(2) em {
    color: rgba(254, 181, 103, 1);
}

.common_box li:nth-child(3) span,
.common_box li:nth-child(3) em {
    color: rgba(254, 224, 103, 1);
}

@media (min-width:1001px) and (max-width:1439px) {
    .common_functions dl {
        width: calc(33.3% - 14px);
        cursor: pointer;
    }

    .common_functions dl:nth-child(3n) {
        margin-right: 0;
    }

    .common_functions dl:hover {
        box-shadow: 0px 0px 6px 0px rgba(0, 3, 71, 0.12);
    }
}

.trend-part1,
.trend-part2 {
    width: calc(50% - 20px);
}

.no-data-trend {
    background: url('//7niu.kaokao.mobi/no_data_qushi@2x.png') 0 0/100% auto no-repeat;
    margin: 24px auto 0;
    width: 100%;
    min-height: 180px;
}

@media screen and (max-width: 1000px) {
    .common_functions dl {
        width: calc(50% - 16px);
        padding: 22px 12px;
        margin-right: 16px;
        cursor: pointer;
    }


    .common_functions dl:nth-child(2n) {
        margin-right: 0;
    }

    .common_functions dl:hover {
        box-shadow: 0px 0px 6px 0px rgba(0, 3, 71, 0.12);
    }
}

@media screen and (min-width: 1440px) {
    .data_box li p {
        font-size: 32px;
    }

    .common_functions dl {
        width: calc(25% - 15px);
        cursor: pointer;
    }

    .common_functions dl:nth-child(3n) {
        margin-right: 20px;
    }

    .common_functions dl:nth-child(4n) {
        margin-right: 0;
    }

    .common_functions dl:hover {
        box-shadow: 0px 0px 6px 0px rgba(0, 3, 71, 0.12);
    }

    .no-data-trend {
        width: 50%;
        min-height: 200px;
    }
}

.mask_layer1,
.mask_layer2,
.mask_layer3,
.mask_layer4,
.mask_layer5,
.num_box_fan {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999;
}

.print_box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    width: 380px;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 44px 34px 24px;
    line-height: 1;
}

.copy_text {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #999999;
    text-align: center;
    line-height: 24px;
    margin: 6px 0 -4px;
}

.mask_layer4 .copy_text {
    text-align: left;
}

.copy_text span {
    display: inline-block;
    color: #333;
    margin-right: 6px;
}

.mask_layer4 h3 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-bottom: 30px;
}

.mask_layer4 p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top: 16px;
}

.opt_btn {
    display: flex;
    box-sizing: border-box;
    margin: 46px 0 0;
}

.opt_btn div {
    width: 148px;
    height: 54px;
    border-radius: 4px;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    background-color: rgb(254, 103, 103);
    color: rgb(255, 255, 255);
    font-weight: 600;
    line-height: 54px;
    text-align: center;
    cursor: pointer;
}

.opt_btn .cancel_btn {
    background-color: rgba(254, 103, 103, 0.04);
    color: rgb(254, 103, 103);
    margin-right: 16px;
}

.mask_layer3 .confirm_btn {
    width: 218px;
    margin: 0 auto;
}

.num_box_fan .service {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    width: 380px;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 42px 24px 24px;
    line-height: 1;
}

.title_py span {
    color: #999999;
}

.num_box_fan .title,
.num_box_fan .title_py {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #333333;
    text-align: center;
    margin-bottom: 15px;
}

.num_box_fan .title_py {
    margin-bottom: 30px;
}

.num_box_fan .hint_box {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #AAAAAA;
    line-height: 24px;
    text-align: center;
}

.num_box_fan .read_btn {
    width: 218px;
    height: 54px;
    background: #FE6767;
    border-radius: 4px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 54px;
    text-align: center;
    cursor: pointer;
    margin: 40px auto 0;
}

.num_box_fan .lab_py {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-bottom: 15px;
}

.num_box_fan .lab_py span {
    color: #333333;
}