@charset "utf-8";


.com_intro .years_part {
    display: inline-block;
    max-width: 400px;
    vertical-align: middle;
    position: relative;
    height: 24px;
    line-height: 24px;
}

.com_intro .years_part .years_show {
    line-height: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    padding-left: 5px;
}

.com_intro .mask {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: transparent;
    z-index: 10;
    display: none;
}

.com_intro .years_part .vip_pop_part {
    width: 400px;
    position: fixed;
    left: 50%;
    top: 50%;
    height: auto;
    display: none;
    -webkit-box-shadow: 0 0 10px 0 rgba(53, 53, 53, 0.12);
    box-shadow: 0 0 10px 0 rgba(53, 53, 53, 0.12);
    z-index: 11;
    transform: translate(-50%, -50%);
}

.com_intro .years_part .vip_pop_part .close_icon {
    display: block;
    width: 19px;
    height: 19px;
    background: url(../images/pop_vip_close_icon.png) no-repeat;
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 22;
    cursor: pointer;
}

.com_intro .years_part .vip_pop_part .pop_show_header {
    height: 210px;
    width: 400px;
    background: url(../images/popheader.png) no-repeat 100% 100%;
    position: absolute;
    z-index: 14;
    left: 0px;
    top: -26px;
    background-size: 100% 100%;

}

.com_intro .years_part .vip_pop_part .pop_show_content {
    background-color: #fff;
    position: relative;
    width: 400px;
    padding-top: 215px;
    padding-bottom: 70px;
    text-align: center;
    z-index: 13;
    border-radius: 8px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid #dcdcdc;
    border-top: none;
    box-sizing: border-box;
}

.com_intro .years_part .vip_pop_part .pop_show_content p {
    font-size: 20px;
    text-align: center;
    width: 320px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
}

.com_intro .years_part .vip_pop_part .pop_show_content img {
    display: inline-block;
    vertical-align: top;
    width: 22px;
    height: 22px;
    background-color: #fff;
    position: relative;
    left: 6px;
    cursor: pointer;
}


.mb_big_vip_part {
    /* display: none; */
}
.years_part_vip_icon {
    display: none;
    vertical-align: middle;
    margin-left: 5px;
}

.years_part_vip_icon .years_show {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    height: 24px;
}
.mb_big_vip_part{
    display: none;
}

@media (max-width: 1004px) {
    .big_vip_part, .header_content .years_part {
        display: none !important;
    }

    .mb_big_vip_part {
        display: block !important;
    }

    .years_part_vip_icon {
        display: inline-block !important;
    }
}

.years_part_vip_icon {
    display: none;
    vertical-align: middle;
    margin-left: 5px;
    line-height: 30px;
}

.years_part_vip_icon .years_show {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}


@media(max-width:362px){
    .years_part_vip_icon .years_show{
        width:100%;
    }
}

.logo .title{
    max-width:190px
}