@font-face {
    font-family: 'OPPOSans';
    src: url(/OPPOSans-R.ttf);
}

@font-face {
    font-family: 'OPPOSansBold';
    src: url("/OPPOSans-B.ttf");
}

@font-face {
    font-family: 'specialFont';
    src: url("/font/OVERSEER.TTF");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    /* width: 100%;
      height:100%; */
    background: #010718;
}

.flex-end {
    display: flex;
    align-items: flex-end
}

.flex {
    display: flex;
}

.item-center {
    display: flex;
    align-items: center;
}

.justify-between {
    display: flex;
    justify-content: space-between;
}

.common {
    background: #061a2f;
    border-radius: 5px;
}

.main {
    width: 1190px;
    margin: 0 auto;
}

#time {
    width: 118px;
}

.layer01-title {
    padding-top: 30px;
    justify-content: space-between;
}

.layer01-title img {
    height: 38px;
}

.layer01-title h2 {
    font-size: 28px;
    font-family: 'OPPOSans';
    text-align: LEFT;
    line-height: 28px;
    color: #ffffff;
}

#time {
    font-size: 14px;
    font-family: 'OPPOSansBold';
    text-align: LEFT;
    color: rgba(255, 255, 255, .6);
    position: relative;
}

.digital-model-con {
    margin-top: 30px
}

.digital-model-top {
    height: 272px;
    margin-bottom: 12px;
}

.page-view-box {
    width: 472px;
}

.flow-analysis-box {
    width: 100%;
    height: 70px;
    margin-bottom: 12px;
    padding-left: 25px;
}

.search-engine-box {
    width: 100%;
    height: 190px;
    position: relative;
}

.month-access-box {
    height: 100%;
    width: 362px;
    padding: 14px 12px 10px 16px
}

.day-access-box {
    width: 333px;
    height: 100%;
    padding: 14px 12px 10px 16px;
    position: relative;
}

.today-access-text {
    position: absolute;
    right: 24px;
    top: 40px;
    color: #fff;
    font-size: 12px;
    font-family: 'OPPOSans';
}

.today-access-text span {
    color: #fff;
    font-size: 12px;
    font-family: 'OPPOSans';
}


/* 第二层 */

.digital-model-bottom {
    height: 470px;
    width: 100%;
}

.about-user-left {
    margin-right: 10px;
    width: 472px;
}

.about-user-left .cul-acess-box {
    margin-right: 14px;
}

.about-user-left .cul-acess-num span {
    color: #00FFFF !important;
}

.project-analysis {
    width: 100%;
    height: 200px;
    padding-top: 10px;
    position: relative;
}

.search-line2 {
    width: 1px;
    height: 135px;
    background: rgba(255, 255, 255, .1);
    position: absolute;
    left: 48%;
    top: 60%;
    transform: translate(-50%, -50%);
}

.user-behavior {
    width: 473px;
    height: 282px;
}

.user-post {
    width: 329px;
    height: 176px;
    margin-right: 10px;
}

.user-age {
    width: 275px;
    height: 176px;
    margin-right: 10px;
}

.user-sex {
    width: 331px;
    height: 176px;
}

.adress-analysis-box {
    width: 223px;
    height: 100%;
}

.about-user-bottom {
    margin-top: 12px;
}


/* 流量分析 */

.search-line {
    width: 1px;
    height: 135px;
    background: rgba(255, 255, 255, .1);
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%)
}

.flow-analysis-title {
    font-size: 16px;
    font-family: 'OPPOSansBold';
    color: #ffffff;
}

.cul-acess-box {
    flex-direction: column;
    margin-right: 36px;
}

.cul-acess-box:last-child {
    margin-right: 0 !important;
}

.cul-acess-box:first-child {
    margin-left: 24px;
}

.cul-acess-title {
    font-size: 14px;
    font-family: 'OPPOSansBold';
    color: #ffffff;
}

.cul-acess-num {
    width: fit-content;
    margin-top: 4px;
}

.cul-acess-num span:nth-child(1) {
    font-size: 30px;
    font-family: 'specialFont';
    color: #00a3ff;
}

.cul-acess-num span:nth-child(2) {
    font-size: 10px;
    font-family: 'OPPOSansBold';
    color: #00a3ff;
}

.today-search-analysis,
.past-search-analysis {
    display: flex;
    flex-direction: column;
    width: 50%;
    align-items: center;
    padding-top: 10px;
}

.search-analysis-top {
    margin-bottom: 10px;
}

.search-title {
    font-size: 14px;
    font-family: 'OPPOSansBold';
    color: #ffffff;
}

.search-title-count {
    margin-left: 14px;
    font-size: 10px;
    font-family: 'OPPOSansBold';
    color: #00a3ff;
}

.search-title-count span {
    font-size: 18px;
    font-family: 'specialFont';
    color: #00a3ff;
    line-height: 18px;
}

.search-canva {
    width: 100%;
    height: 146px;
    padding: 0 16px
}


/* 月度访问量和日访问量 */

.month-access-title {
    font-size: 14px;
    font-family: 'OPPOSansBold';
    color: #ffffff;
    line-height: 14px;
    margin-bottom: 12px;
}

.month-acess-img {
    width: 100%;
    height: 220px;
}


/* 第二层 */

.read-project-box {
    width: 45%;
}

.read-project-box .search-title {
    padding-left: 22px;
    margin-bottom: 10px;
}

.student-major-box {
    width: 55%;
}

.student-major-box .search-title {
    padding-left: 4px;
    margin-bottom: 10px
}

.read-project-img {
    width: 100%;
    height: 140px;
}

.student-major-img {
    width: 100%;
    height: 152px;
}


/* 消费行为分析 */

.user-behavior {
    padding: 14px 12px 10px 16px;
}

.user-behavior .search-title {
    margin-bottom: 12px;
}

.user-behavior-img {
    width: 100%;
    height: 230px;
}


/* 用户职位 */

.user-post,
.user-age {
    padding: 10px 14px;
}

.user-poster-img,
.user-age-img {
    width: 100%;
    height: 100%;
}


/* 用户性别分析 */

.user-sex {
    padding: 10px 18px;
}

.user-gender-title {
    font-size: 14px;
    font-family: 'OPPOSansBold';
    text-align: LEFT;
    color: #ffffff;
    line-height: 14px;
    margin-bottom: 20px;
}


/* 用户地区分析 */

.adress-analysis-box {
    padding: 14px 12px 10px 16px;
}

.user-adress-img {
    width: 100%;
    height: 100%;
}

.user-sex-img {
    width: 50%;
    height: 114px;
}

@media all and (max-width:480px) {
    html,
    body {
        width: 100%;
    }
    .main {
        width: 100%;
        padding: 0 8px;
    }
    .layer01-title {
        padding-top: 18px;
        position: relative;
    }
    .layer01-title img {
        height: 30px;
    }
    .layer01-title h2 {
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        position: absolute;
        font-size: 20px;
        bottom: -90px;
        text-align: center;
    }
    #time {
        width: 106px;
    }
    .past-search-analysis .search-title {
        margin-bottom: 0;
    }
    .digital-model-con {
        margin-top: 110px;
    }
    .digital-model-top {
        height: auto;
        display: block;
    }
    .flow-analysis-list {
        justify-content: space-between;
        margin-top: 15px;
    }
    .cul-acess-box {
        margin-right: unset;
    }
    .cul-acess-box:first-child {
        margin-left: unset;
    }
    .page-view-box {
        width: unset;
    }
    .flow-analysis-box {
        display: block;
        height: auto;
        padding-left: unset;
        padding: 26px 10px;
        margin-bottom: 10px;
    }
    .about-user-left {
        width: 100%;
        margin-right: unset !important;
    }
    .search-engine-box {
        height: auto;
        display: block;
        background: unset;
    }
    .today-search-analysis,
    .past-search-analysis {
        width: 100%;
        height: 318px;
        margin-bottom: 10px;
        background: #061a2f;
        border-radius: 5px;
        padding: 26px 10px;
    }
    .today-search-analysis {
        display: none;
    }
    .search-canva {
        height: 232px;
    }
    .search-line,
    .search-line2 {
        display: none;
    }
    .search-analysis-top {
        width: 100%;
        justify-content: space-between;
        margin-bottom: 14px;
    }
    .search-canva {
        padding: unset;
    }
    .month-access-box,
    .day-access-box {
        width: 100%;
        padding: 26px 10px;
        height: 330px;
        margin-bottom: 10px;
    }
    .month-acess-img {
        height: 250px;
    }
    .digital-model-bottom {
        display: block;
    }
    .about-user-top {
        display: block;
    }
    .about-user-left .cul-acess-box {
        margin-right: unset;
    }
    .project-analysis {
        height: unset;
        display: block;
        padding-top: unset;
        background: unset;
    }
    .read-project-box,
    .student-major-box {
        width: 100%;
        height: 306px;
        background: #061a2f;
        border-radius: 5px;
        margin-bottom: 10px;
        padding: 26px 10px;
    }
    .read-project-box .search-title,
    .student-major-box .search-title {
        padding-left: unset;
        margin-bottom: 20px;
    }
    .month-access-title,
    .search-title,
    .user-gender-title {
        font-size: 16px !important;
        margin-bottom: 18px;
    }
    .read-project-img,
    .student-major-img {
        height: 230px;
    }
    .user-behavior {
        padding: 26px 10px;
        width: 100%;
        height: 354px;
    }
    .user-behavior .search-title {
        margin-bottom: 20px;
    }
    .user-behavior-img {
        height: 270px;
    }
    .about-user-bottom {
        margin-top: 10px;
        display: block;
    }
    .user-post,
    .user-age,
    .user-sex {
        padding: 26px 10px;
        width: 100%;
        height: 188px;
        margin-bottom: 10px;
        margin-right: unset;
    }
    .adress-analysis-box {
        padding: 26px 10px;
        width: 100%;
        height: 818px !important;
    }
    .search-title-count {
        font-size: 16px;
        ;
    }
    .search-title-count span {
        font-size: 26px;
    }
    .layer01-title h2 {
        font-size: 24px;
        width: 100%;
        font-family: 'OPPOSansBold';
    }
    .layer01-title h2 p {
        font-size: 20px;
        font-family: 'OPPOSans';
        margin-top: 10px;
    }
}