.nav-link:hover {
    background-color: #0862FE;
}

.base_content {
    margin: 0 auto;
    min-width: 1300px;
}

.top_nav {
    height: 30px;
    width: 100%;
    background-color: #333333;
    color: white;
    padding-left: 12%;
    padding-right: 12%;
}

.nav_label {
    font-size: 12px;
    line-height: 30px
}

.company_main {
    padding: 0 12%
}

.main_content {
    margin-top: 20px;
}

.first_float_1 {
    float: left
}

.first_float_2 {
    float: left;
    padding-left: 10px
}

.first_float_3 {
    float: right
}

.main_nav {
    width: 100%;
    background-color: #333333;
    padding: 0 12% 0 12%;
    margin-top: 20px
}

.company_name {
    font-size: 24px;
    color: #333333;
    font-weight: 600;
    text-align: left;
}

.company_label {
    background-color: #ff6000;
    color: white;
    padding: 2px 6px;
    font-size: 12px;
    margin-right: 10px
}

.popularity_img_1 {
    height: 80px;
    width: 80px;
    float: left;
    padding-right: 10px
}

.popularity_img_2 {
    height: 80px;
    width: 80px;
    float: left;
}

.popularity_info {
    float: left;
    padding-right: 10px
}

.popularity_label_1 {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    text-align: center
}

.popularity_label_2 {
    color: #ff6000;
    font-size: 24px;
    text-align: center
}

.popularity_label_3 {
    font-size: 12px;
    color: #333333;
    text-align: center
}

.bottom_block {
    background-color: #333333;
    width: 100%;
    margin-top: 20px;
    color: white;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5
}

.bottom_block_offset {
    margin: 0 12%
}

.base_title {
    margin-right: 10px;
    line-height: 40px;
    margin-top: 40px;
    font-size: 14px
}

.main_title {
    font-size: 18px;
    font-weight: 600
}

.footer-vip {
    background-color: #333333;
    color: white;
    padding: 0 10px;
}

.footer-vip-second {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 28px
}


@media (max-width: 800px) {
    .base_content {
        min-width: 0;
    }

    .top_nav {
        padding: 0 10px;
    }

    .company_main {
        padding: 0 10px;
    }


    .main_nav {
        padding: 0 10px;
    }

    .first_float_3 {
        display: none;
    }

    .bottom_block_offset {
        margin: 0 10px;
    }


    /*.popularity_label_1 {*/
    /* display: none;*/
    /*}*/
    /*.popularity_label_2 {*/
    /*    display: none;*/
    /*}*/
    /*.popularity_label_3 {*/
    /*    display: none;*/
    /*}*/

}

@media (max-width: 370px) {
    .first_float_1 {
        display: none;
    }
}
