* {
    margin: 0;
    padding: 0
}

.my_share {
    overflow: visible;
    position: fixed;
    z-index: 99999;
    display: flex
}

.my_share .my_share_btn {
    margin-top: 58px;
    width: 24px;
    height: 88px;
    cursor: pointer
}

.my_share .my_share_list_box {
    box-sizing: border-box;
    width: 0;
    padding-bottom: 28px;
    border: solid 1px #e9e9e9;
    overflow: hidden;
    background: #f6f6f6;
    transition: width .3s;
    text-align: left
}

.my_share .my_share_list_box .my_share_list_top {
    overflow: hidden;
    box-sizing: border-box;
    margin-left: 8px;
    padding: 0 5px;
    width: 110px;
    height: 28px;
    line-height: 28px;
    color: #626262;
    font-weight: bold;
    font-size: 14px
}

.my_share .my_share_list_box .my_share_list {
    margin: 0;
    padding: 5px 0;
    width: 110px;
    box-sizing: border-box;
    background: #fff;
    text-align: left
}

.my_share .my_share_list_box .my_share_list li {
    padding: 2px;
    margin-left: 6px;
    height: 28px;
    list-style: none;
    width: 100px
}

.my_share .my_share_list_box .my_share_list li a {
    vertical-align: middle
}

.my_share_left {
    left: -1px;
    flex-direction: row-reverse
}

.my_share_left .my_share_style_0 {
    background: url(../img/share/l0.gif) no-repeat 0 0
}

.my_share_left .my_share_style_1 {
    background: url(../img/share/l1.gif) no-repeat 0 0
}

.my_share_left .my_share_style_2 {
    background: url(../img/share/l2.gif) no-repeat 0 0
}

.my_share_left .my_share_style_3 {
    background: url(../img/share/l3.gif) no-repeat 0 0
}

.my_share_left .my_share_style_4 {
    background: url(../img/share/l4.gif) no-repeat 0 0
}

.my_share_left .my_share_style_5 {
    background: url(../img/share/l5.gif) no-repeat 0 0
}

.my_share_left .my_share_style_6 {
    background: url(../img/share/l6.gif) no-repeat 0 0
}

.my_share_left .my_share_style_7 {
    background: url(../img/share/l7.gif) no-repeat 0 0
}

.my_share_left .my_share_style_8 {
    background: url(../img/share/l8.gif) no-repeat 0 0
}

.my_share_right {
    right: -1px;
    flex-direction: row
}

.my_share_right .my_share_style_0 {
    background: url(../img/share/r0.gif) no-repeat 0 0
}

.my_share_right .my_share_style_1 {
    background: url(../img/share/r1.gif) no-repeat 0 0
}

.my_share_right .my_share_style_2 {
    background: url(../img/share/r2.gif) no-repeat 0 0
}

.my_share_right .my_share_style_3 {
    background: url(../img/share/r3.gif) no-repeat 0 0
}

.my_share_right .my_share_style_4 {
    background: url(../img/share/r4.gif) no-repeat 0 0
}

.my_share_right .my_share_style_5 {
    background: url(../img/share/r5.gif) no-repeat 0 0
}

.my_share_right .my_share_style_6 {
    background: url(../img/share/r6.gif) no-repeat 0 0
}

.my_share_right .my_share_style_7 {
    background: url(../img/share/r7.gif) no-repeat 0 0
}

.my_share_right .my_share_style_8 {
    background: url(../img/share/r8.gif) no-repeat 0 0
}

.layout_footer,
.layout_header {
    position: relative
}

.footer_attestation {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.footer_attestation .footer_attestation_frame {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto
}

.vipIconPart {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.vipIconPart .vipIcon {
    position: relative;
    height: 100%;
    margin: 0 auto
}

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

.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%)
}

.years_part .vip_pop_part .close_icon {
    display: block;
    width: 19px;
    height: 19px;
    background: url(https://staticjs.71360.com/3/static/image/pop_vip_close_icon.png) no-repeat;
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 22;
    cursor: pointer
}

.years_part .vip_pop_part .pop_show_header {
    height: 210px;
    width: 400px;
    background: url(https://staticjs.71360.com/3/static/image/popHeader.png) no-repeat 100% 100%;
    position: absolute;
    z-index: 14;
    left: 0;
    top: -26px;
    background-size: 100% 100%
}

.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: 0;
    box-sizing: border-box;
    color: #333
}

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

.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
}

.certificate_part {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 20
}

.certificate_part .mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    position: relative;
    z-index: 20
}

.certificate_part .certificate_img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 21;
    height: 100%;
    text-align: center
}

.certificate_part .certificate_img img {
    max-width: 100%;
    max-height: 100%
}

.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
}

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

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

.years_part .years_both {
    -webkit-background-clip: -webkit-text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #b12f8b 20%, #4955b5 80%);
    font-size: 24px;
    display: inline-block;
    font-style: italic;
    padding-right: 5px;
    font-family: 'Geometr415 Blk BT';
    line-height: 24px;
    height: 24px;
    cursor: pointer
}

.years_part .years_both.gray {
    background-image: none;
    -webkit-text-fill-color: gray
}

.years_part .years_both span {
    font-size: 14px;
    font-family: 'SourceHanSansCN Bold'
}

.years_part .years_both .years_number {
    font-size: 20px;
    padding: 0 3px
}

.vipIcon .years_part {
    position: absolute;
    left: 0;
    top: 9.5px;
    z-index: 101
}

.big_vip_part {
    width: 134px;
    height: 50px;
    position: absolute;
    z-index: 100
}

.big_vip_part.inline {
    display: inline-block;
    margin: 0;
    margin-left: 10px;
    vertical-align: middle
}

.big_vip_part .base_big_vip_part {
    width: 134px;
    height: 50px;
    background: url(https://staticjs.71360.com/3/static/image/big_vip_bg.png) no-repeat;
    overflow: hidden;
    background-size: 100% 100%;
    font-size: 0;
    text-align: left
}

.big_vip_part .base_big_vip_part .big_vip_icon {
    display: inline-block;
    vertical-align: middle;
    height: 38px;
    margin: 6px 8px;
    width: 40px
}

.big_vip_part .base_big_vip_part .big_vip_icon img {
    max-height: 100%;
    max-width: 100%
}

.big_vip_part .base_big_vip_part .words_content {
    height: 38px;
    display: inline-block;
    vertical-align: middle;
    color: #fff !important;
    width: 50%;
    text-align: center
}

.big_vip_part .base_big_vip_part .words_content .base_word {
    font-size: 16px;
    font-weight: bold;
    font-family: 'SourceHanSansCN Bold';
    line-height: 38px;
    color: #fff
}

.big_vip_part .base_big_vip_part .words_content .day_number {
    font-size: 14px;
    font-weight: bold;
    font-family: 'Franklin Gothic Demi Cond';
    line-height: 20px;
    color: #fff
}

.big_vip_part .base_big_vip_part .words_content .day_number span {
    font-size: 12px;
    font-weight: bold;
    font-family: 'SourceHanSansCN Regular';
    color: #fff
}

.big_vip_part .base_big_vip_part .words_content .show_tag {
    font-size: 12px;
    font-family: 'SourceHanSansCN Regular';
    position: relative;
    text-align: center;
    line-height: 12px;
    color: #fff
}

.big_vip_part .base_big_vip_part .words_content .show_tag::after,
.big_vip_part .base_big_vip_part .words_content .show_tag::before {
    display: block;
    content: '';
    width: 10px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 6px
}

.big_vip_part .base_big_vip_part .words_content .show_tag::after {
    right: 0
}

.big_vip_part .base_big_vip_part .words_content .show_tag::before {
    left: 0
}

.big_vip_part .base_big_vip_part .words_content.day_part {
    display: none
}

.mb_big_vip_part {
    margin: 5px auto;
    width: 269px;
    font-size: 0
}

.mb_big_vip_part .base_mb_big_vip_part {
    width: 134px;
    height: 50px;
    display: inline-block;
    background: url(https://staticjs.71360.com/3/static/image/big_vip_bg.png) no-repeat;
    background-size: 100% 100%
}

.mb_big_vip_part .base_mb_big_vip_part .big_vip_icon {
    display: inline-block;
    vertical-align: middle;
    height: 38px;
    margin: 6px 8px;
    width: 40px
}

.mb_big_vip_part .base_mb_big_vip_part .words_content {
    height: 38px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    width: 50%
}

.mb_big_vip_part .base_mb_big_vip_part .words_content .base_word {
    font-size: 16px;
    font-weight: bold;
    font-family: 'SourceHanSansCN Bold';
    line-height: 38px;
    color: #fff
}

.mb_big_vip_part .base_mb_big_vip_part .words_content .day_number {
    font-size: 14px;
    font-weight: bold;
    font-family: 'Franklin Gothic Demi Cond';
    line-height: 20px;
    margin-bottom: 0;
    color: #fff
}

.mb_big_vip_part .base_mb_big_vip_part .words_content .day_number span {
    font-size: 12px;
    font-weight: bold;
    font-family: 'SourceHanSansCN Regular';
    color: #fff
}

.mb_big_vip_part .base_mb_big_vip_part .words_content .show_tag {
    font-size: 12px;
    font-family: 'SourceHanSansCN Regular';
    position: relative;
    text-align: center;
    line-height: 12px;
    color: #fff
}

.mb_big_vip_part .base_mb_big_vip_part .words_content .show_tag::after,
.mb_big_vip_part .base_mb_big_vip_part .words_content .show_tag::before {
    display: block;
    content: '';
    width: 10px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 5px
}

.mb_big_vip_part .base_mb_big_vip_part .words_content .show_tag::after {
    right: -1px
}

.mb_big_vip_part .base_mb_big_vip_part .words_content .show_tag::before {
    left: -1px
}

.mb_big_vip_part .base_mb_big_vip_part .big_vip_icon img {
    max-width: 100%;
    max-height: 100%
}

.header_content_mb .header_company_name {
    font-size: 20px;
    line-height: 45px;
    color: #333;
    display: inline-block;
    white-space: nowrap;
    margin-right: 5px;
    vertical-align: top
}

.header_content_mb .years_part {
    display: inline-block;
    vertical-align: top;
    position: relative
}

.header_content_mb .years_part .years_both.gray {
    background-image: none;
    -webkit-text-fill-color: gray
}

.header_content_mb .years_part .years_both span {
    font-size: 14px;
    font-family: 'SourceHanSansCN Bold'
}

.header_content_mb .years_part .years_both .years_number {
    font-size: 20px;
    padding: 0 3px
}

.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
}

.mb_big_vip_part {
    display: none
}

@media(max-width:1004px) {
    .big_vip_part,
    .header_content,
    .years_part_has_vip {
        display: none !important
    }
    .mb_big_vip_part {
        display: block !important
    }
    .years_part_vip_icon {
        display: inline-block !important
    }
}

.header_content .header_content_inside .years_part .vip_pop_part .pop_show_content a {
    position: absolute;
    right: 20px
}

.header_content .header_content_inside .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;
    color: #333
}

.basic_webtitle .years_part {
    position: absolute;
    right: -60px;
    top: 9.5px;
    z-index: 10
}

.noLocation {
    display: none
}

.footer_attestation_frame .big_vip_part.version3 {
    width: 134px;
    height: 50px;
    margin: 10px auto;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100;
    margin: 0;
    cursor: pointer
}