.banner_content{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999999;
    user-select: none;
    pointer-events: none;
}
.banner_content .label_msg_red::after{
    bottom: -4px;
}
.banner_content .label_msg_green::after{
    bottom: -4px;
}

.banner_content .label_msg_beta::after{
    bottom: -4px;
}
.hover_color:hover{
    background: red;
}
.banner_content .label_msg_red{
    transform: scale(.8);
    top: -24px;
    right: -31px;
}
.banner_content .label_msg_green{
    transform: scale(.8);
    top: -24px;
    right: -31px;
}

.banner_content .label_msg_beta{
    transform: scale(.8);
    top: -24px;
    right: -31px;
}
.top_bar_h{
    height: 43px;
}
.banner_white .top_bar_h{
    height: 43px;
    background: #f4f3f4;
}
.top_bar{
    background: #ffffff;
    height: 43px;
    transition: all .2s ease-in-out;
    z-index: 99;
    user-select: none;
    width: 100%;
    position: relative;
    backface-visibility: hidden;
    pointer-events: auto;
}
.top_bar .container{
    width: 100%;
    height: 43px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}
.top_bar.hide{
    height: 0px;
}

.top_bar .banner_location{
    font-size: 12px;
    height: 100%;
}
.top_bar .banner_location .banner_switch_city{
    font-size: 12px;
    height: 100%;
    display: flex;
    align-items: center;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    z-index: 5;
    padding-left: 10px;
    padding-right: 5px;
    cursor: pointer;
}

.top_bar .banner_location:hover .banner_switch_city{
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    background: #f4f3f4!important;
}
.top_bar .banner_location:hover  .banner_location_content{
    display: block;
}
.message_red.active{
    display: block;
}
.message_red{
    display: none;
    position: absolute;
    top: 17px;
    right: -8px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #c50909;
    font-size: 12px!important;
    text-align: center;
    line-height: 20px;
    transform: scale(.8);
    color: #ffffff!important;
}

.icon-xiaoxi1{
    font-size: 24px !important;
}

.top_bar .banner_location_content{
    display: none;
    z-index: 4;
    position: absolute;
    top:100%;
    left: 0px;
    width: 410px;
    border: 1px solid #d8d8d8;
    background: #ffffff!important;
    margin-top: -1px;
}
.banner_location_city_title{
    height: 40px;
    border-bottom: 1px solid #d8d8d8;
    background: #f4f3f4!important;
    padding: 0 15px;
}
.banner_location_city_title a{
    padding: 0 5px;
    height: 40px;
    line-height: 38px;
    border-bottom: 2px solid #c80505;
    color: #c80505!important;
    display: inline-block;
}
.banner_location_citys{
    margin:  0 0 10px 15px;
}
.banner_location_citys a{
    font-size: 12px;
    color: #333333!important;
    width: 18%;
    display: inline-block;
    padding-left: 10px;
    margin: 8px 0 0;
}
.banner_location_citys a:hover{
    color: #c80505!important;
}


.top_bar .banner_location *{
    color: #a3a3a3;
}
.top_bar .top_bar_zx{
    height: 100%;
    display: flex;
    align-items: center;
}
.top_bar .top_bar_zx:hover{
    opacity: 1;
}
.top_bar .top_bar_zx:hover .bar_zx_c{
    display: block;
}

.top_bar .top_bar_zx .bar_zx_c{
    display: none;
    width: 280px;
    padding-top: 17px;
    position: absolute;
    top: 100%;
    right: 10px;
}
.top_bar .top_bar_zx .bar_zx_c .top_zx_form{
    display: block;
    background: #ffffff;
    padding: 25px;
    box-shadow: 0 0 30px #c2c2c2;
}

.top_bar .top_bar_zx .bar_zx_c .top_zx_form:before{
    content: " ";
    width: 0;
    height: 0;
    border-width: 0 13px 15px;
    border-style: solid;
    border-color: transparent transparent #ffffff;
    position: absolute;
    top: -13px;
    left: 77%;
    margin-left: -12.5px;
}
.top_bar .top_bar_zx .bar_zx_c .top_zx_form .top_zx_form_t{
    color:#3a3a3a;
    font-size: 16px;
    text-align: center;
    margin-bottom: 25px;
}
.top_bar .top_bar_zx .bar_zx_c .top_zx_form .top_zx_form_item{
    height: 37px;
    display: flex;
    margin-bottom: 20px;
}

.top_bar .top_bar_zx .bar_zx_c .top_zx_form .top_zx_form_item input{
    border: 1px solid #e1e1e1;
    height: 100%;
    width: 0px;
    flex-grow: 1;
    padding: 0 10px;
}
.top_bar .top_bar_zx .bar_zx_c .top_zx_form .top_zx_form_item_img_code{
    height: 100%;
    width: 70px;
    border: 1px solid #e1e1e1;
    margin-left: 10px;
}

.top_bar .top_bar_zx .bar_zx_c .top_zx_form .top_zx_form_item_get_code{
    height: 100%;
    width: 70px;
    border: 1px solid #e1e1e1;
    margin-left: 10px;
    font-size: 15px;
    text-align: center;
    line-height: 35px;
    color: #333333;
}
.top_bar .top_bar_zx .bar_zx_c .top_zx_form .top_zx_form_item_submit{
    width: 100%;
    height: 37px;
    background: #c70808;
    border-radius: 4px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height:37px;
}

.top_bar .top_bar_zx .bar_zx_c .top_zx_form .top_zx_form_item_desc{
    font-size: 12px;
    color: #888888;
    margin-top: 20px;
}

.top_bar .right_items{
    display: flex;
    align-items: center;
    color: #000;
    font-size: 12px;
    height: 100%;
    align-items: center;
}
.top_bar .right_items a{
    color: #3a3a3a!important;
}
.top_bar .line_span{
    height: 12px;
    width: 1px;
    background: #dedede;
    margin: 0 10px;
}
.top_bar .right_items .red{
    color: #e84a3c!important;
}
.top_bar .icon-jubao{
    font-size: 13px;
    color: #3a3a3a!important;
}
.banner{
    backface-visibility: hidden;
    position: absolute;
    height: 73px;
    width: 100%;
    z-index: 1;
    user-select: none;
    transition: all .3s ease-in-out;
    pointer-events: auto;
}
.banner_height{
    height: 73px;
}
/*,.banner:hover .banner_bg*/
.fixed_white .banner_bg,.banner_white .banner_bg{
    background: #ffffff;
    border-bottom: 1px solid #f0f0f0;
    box-shadow:0 1px 3px #ccc9c9;
}
.fixed_white .top_bar,.banner_white .top_bar{
    background: #f4f3f4!important;
}

.red_logo{
    display: none!important;
}

.fixed_white .red_logo,.banner_white .red_logo{
    display: inline-block!important;
}

.fixed_white .white_logo,.banner_white .white_logo{
    display: none!important;
}

.banner_bg{
    background: transparent;
    transition: all .3s ease-in-out;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 1;
}
.banner_{
    height: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    font-size: 16px;
}
.banner_ .logo{
    width: 110px;
    display: inline-block;
}
.nav{
    height: 100%;
    align-items: center;
}
.nav .nav-item{
    display: inline-block;
    padding: 0 10px;
}
.nav .nav-item.nav-small{
    padding: 0 0 0 40px;
}
.nav .nav-item .icon-xiala-copy1{
    margin-left: -3px;
    margin-top: -7px;
    font-size: 14px;
}
.fixed_white .nav .nav-item>a,.banner_white .nav .nav-item>a{
    color: #333333!important;
}


/* .fixed_white .nav .nav-item .login_reg:hover,.banner_white .nav .nav-item .login_reg:hover{
    background: rgba(240,240,240,.5);
} */
.nav .nav-item>a{
    height: 100%;
    text-decoration:none;
    out-line: none;
    color: #FFFFFF!important;
    opacity: 1;
    display: flex;
    align-items: center;
    transition: all .3s ease-in-out;
}

.nav .nav-item .login_reg{
    display: inline-block;
    padding: 0 ;
    width: 85px;
    line-height: 73px;
    text-align: center;
    font-size: 14px;
}
.nav .nav-item .login_reg:hover{
    
}

.head-avatar ul {
    position: absolute;
    line-height: normal;
    background-color: #4f4f4f;
    width: 154px;
    height: auto; }

.head-avatar ul li {
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0 !important; }

.head-avatar ul li a {
    font-size: 14px;
    display: block;
    padding: 0 15px;
    color: #ffffff; }

.head-avatar ul li:hover {
    background-color: #646464; }

.head-avatar ul li:first-child:hover {
    background-color: #4f4f4f; }

.head-avatar .user-info {
    width: 86%;
    margin: 0 auto 6px;
    background: transparent;
    line-height: normal;
    height: 64px;
    border-bottom: 1px solid #a3a3a3;
    display: block;
    padding: 4px 0; }

.head-avatar .user-info .username {
    margin-top: 12px; }

.head-avatar .user-info .username span {
    font-size: 16px;
    overflow: hidden;
    display: block; }

.head-avatar .user-info .tips {
    margin-top: 8px;
    margin-bottom: 8px; }

.head-avatar .user-info .tips span {
    font-size: 12px;
    opacity: .8; }

.head-avatar .user-info span {
    color: #ffffff; }


.nav .nav-item .icon-right{
    padding-left: 10px;
}

.label_msg_red.ruzhu_label{
    right: -51px!important;
}
.nav .nav-item.more-content >.more-info::after{
    content: " ";
    position: absolute;
    top: -25px;
    width: 100%;
    height: 25px;
    left: 0px;

}
.nav .nav-item.more-content >.more-info{
    visibility: hidden;
    opacity: .0;
    position: absolute;
    left: 0;
    /*transition: all .1s ease-in-out;*/
    /* padding-inline-start: 0px; */
    z-index: 9999999;
    top:49px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.nav .nav-item.more-content >.more-info *{
    list-style: none;
}
.nav .nav-item.more-content.show >.more-info{
    display: block;
    opacity: 1;
    visibility: visible;
    /*transition: all .3s ease-in-out;*/
}










.moreinfo_list  {
    height: auto;
    line-height: 26px;
    position: absolute;
    width: 103px;
    background-color: #ffffff;
    top: 72px;
    left: 13px!important;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    border-radius: 4px;
}
.moreinfo_list  a {
    color: #333333;
    font-size: 14px;
    display: block;
    padding: 5px 0px;
    text-align: center;
}
.moreinfo_list  li {
    width: 100%;
    line-height: 36px;
    padding: 0;
}
.moreinfo_list  li:hover {
    background: rgba(240,240,240,.5);
}


.more_msg_model{
    height: auto;
    line-height: 26px;
    position: absolute;
    width: 300px;
    background-color: #ffffff;
    top: 72px;
    left: -98px!important;
    padding: 0px 20px!important;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border-radius: 4px;
}

.more_msg_model::before{
    position: absolute;
    content: '';
    border-top: 10px transparent dashed;
    border-left: 10px transparent dashed;
    border-right: 10px transparent dashed;
    border-bottom: 10px #ffffff solid;
    top: -20px;
    left: 140px;
}
.more_msg_model .more_msg_t{
    border-bottom: 1px dashed #efefef;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.more_msg_model .more_msg_t .icon-delete{
    cursor: pointer;
}
.more_msg_model .more_msg_t .mor_msg_t_i{
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #c50909;
    font-weight: 500;
}
.more_msg_model .more_msg_c{
    padding: 1px 0;
}
.more_msg_model .more_msg_i{
    padding: 10px 0;
    font-size: 14px;
    color: #707070!important;
    display: flex;
    font-weight: 500;
    border-bottom: 1px dashed #efefef;
    justify-content: space-between;
}
.more_msg_model .more_msg_i:last-child{
    border-bottom: none;
}
.more_msg_model .more_msg_i .msg_num{
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #c50909;
    font-size: 12px!important;
    text-align: center;
    line-height: 20px;
    transform: scale(.8);
    color: #ffffff!important;
    display: inline-block;
}
.more_msg_model .more_msg_i .icon-shang-copy-copy{
    font-size: 14px;
    color: #999999;
}
.more_msg_model .msg_no{
    padding: 20px 0;
    font-size: 14px;
    color: #999999;
    font-weight: 500;
    text-align: center;
}

.moreewm_model{
    height: auto;
    line-height: 26px;
    position: absolute;
    width: 300px;
    background-color: #4f4f4f;
    top: 72px;
    left: -34px!important;
    padding: 20px 25px!important;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    border-radius: 4px;
}


.moreewm_model::before{
    position: absolute;
    content: '';
    border-top: 10px transparent dashed;
    border-left: 10px transparent dashed;
    border-right: 10px transparent dashed;
    border-bottom: 10px #4f4f4f solid;
    top: -20px;
    left: 75px;
}

.moreewm_model .more_ewm_t{
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
    color: #FFFFFF;
}
.moreewm_model .more_ewm_c{
    display: flex;
}
.moreewm_model .ewm_content{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.moreewm_model .ewm_content img{
    width: 80%;
}

.moreewm_model .ewm_content div{
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 5px;
}

.select_cate_type_more{
    line-height: 26px;
    background-color: #fff;
    left: 0px!important;
    top: 49px!important;
    display: flex!important;
    color: #333!important;
    align-items: center;
    border-radius: 4px;
    flex-direction: column;

}

.select_cate_type_more .select_cate_c{
    padding:15px 20px;
    border-bottom: 1px solid #f5f5f5;
    width: 300px;
}
.select_cate_type_more .select_cate_c .cate_t{
    font-size: 14px;
    color: #333!important;
    display:flex;
    flex-direction: row;
    align-items: center;
}
.select_cate_type_more .select_cate_c .cate_t span{
    font-size: 18px;
    color: #999!important;
}
.select_cate_type_more .select_cate_c .cate_t:hover,
.select_cate_type_more .select_cate_c .cate_t:hover .icon-sanjiaoxing{
    color: #d6ad6d !important;
    opacity: 1;
    font-weight: 500;
}

.select_cate_type_more .select_cate_c .cates{
    margin: 5px 0;
    display: flex;
    flex-wrap: wrap;
}
.select_cate_type_more .select_cate_c .cate{
    padding: 0px!important;
    width: 80px;
    color: #666!important;
    font-size: 12px;
}

.select_cate_type_more .select_cate_c .cate:hover{
    color: #d6ad6d !important;
    opacity: 1;
    font-weight: 500;
}

.select_cate_type_more .line__{
    height: 70px;
    width: 0px;
    margin-right: 55px;
    border-right: 1px dashed #FFFFFF;
}
.select_cate_type_more .icon_item{
    display: flex;
    align-items: center;
    color: #666;
    flex-direction: column;
    width: 60px;
    margin:30px 30px 20px 30px;
    font-size: 14px;
}
.select_cate_type_more .icon_item:hover{
    color: #d6ad6d !important;
    opacity: 1;
    font-weight: 500;
}
.select_cate_icon{
    display: flex;
    flex-direction: row;
}

.select_cate_type_more .icon_item .iconfont{
    font-size: 25px;
    margin-bottom: 5px;
}

.select_list_type_more{
    height: auto;
    line-height: 26px;
    position: absolute;
    width: 128px;
    background-color: #4f4f4f;
    top: 72px;
    left: 13px!important;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    border-radius: 4px;
}
.select_list_type_more a{
    display: block;
    line-height: 40px;
    padding-left: 15px;
    color: #FFFFFF;
    font-size: 16px;
}
.select_list_type_more::before{
    position: absolute;
    content: '';
    border-top: 10px transparent dashed;
    border-left: 10px transparent dashed;
    border-right: 10px transparent dashed;
    border-bottom: 10px #4f4f4f solid;
    top: -20px;
    left: 35px;
}
.banner_sucai_more{
    width:300px;
    height: auto;
    line-height: 26px;
    position: absolute;
    background-color: #fff;
    top: 72px;
    left: 0px!important;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    border-radius: 8px;
    z-index: 99999999!important;
}

/* .banner_sucai_more::before{
    position: absolute;
    content: '';
    border-top: 10px transparent dashed;
    border-left: 10px transparent dashed;
    border-right: 10px transparent dashed;
    border-bottom: 10px #4f4f4f solid;
    top: -20px;
    left: 229px;
} */

.banner_sucai_more .sucai_item{
    min-height: 24px;
    box-sizing: border-box;
    display: flex;
    overflow: hidden;
    background:transparent;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #f5f5f5;
}
.banner_sucai_more .sucai_item:last-child{
    padding-bottom: 10px;
    border-bottom: none;
}

.banner_sucai_more .sucai_item:hover{
    transform: scale(1) !important;
}

.banner_sucai_more .sucai_item:hover .key{
    background: #fff;
}

.banner_sucai_more .sucai_item .key:hover,
.banner_sucai_more .sucai_item .key:hover span{
    color: #d6ad6d!important;
    opacity: 1;
    font-weight: 500;
}

.banner_sucai_more .sucai_item .key{
    background: #fff;
    display: flex;
    font-size: 14px;
    color: #333;
    padding: 15px 0 3px 20px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    box-sizing: border-box;
}

.banner_sucai_more .sucai_item .key span{
    color: #999;
}

.banner_sucai_more .sucai_item .all_{
    width: 67px;
    display: flex;
    padding: 10px 0;
    justify-content: center;
    font-size: 14px;
    color: #ffffff;
}
.banner_sucai_more .sucai_item .values{
    padding:0 0 10px 20px;
    display: flex;
    flex-wrap: wrap;align-items: center;
    flex-grow: 1;
}
/* .banner_sucai_more .sucai_item .values::before{
    position: absolute;
    height: 0px;
    border-bottom: 1px dashed #e8e8e8;
    bottom: 0px;
    left: 15px;
    margin: auto;
    content: "";
    width: 380px;
} */

.banner_sucai_more .sucai_item:last-child .values::before{
    display: none;
}

.banner_sucai_more .sucai_item .values a:hover{
    color: #d6ad6d!important;
    opacity: 1;
    font-weight: 500;
}

.banner_sucai_more .sucai_item .values a{
    color: #666;
    font-size: 12px!important;
    width: 80px;
}
.moreoptions_list  {
    height: auto;
    line-height: 26px;
    position: absolute;
    width: 230px;
    background-color: #fff;
    top: 72px;
    left: 0px!important;
    border-radius: 4px;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
/* .moreoptions_list::before{
    position: absolute;
    content: '';
    border-top: 10px transparent dashed;
    border-left: 10px transparent dashed;
    border-right: 10px transparent dashed;
    border-bottom: 10px #4f4f4f solid;
    top: -20px;
    left: 105px;
} */
.moreoptions_list .label_msg_red,.moreoptions_list .label_msg_green,.moreoptions_list .label_msg_beta{
    top: -7px;
    right: -36px;
}
.moreoptions_list  a {
    color: #ffffff!important;
    font-size: 12px;
    display: block;
}
.moreoptions_list .moreoptions_list_t_{
    font-size: 14px;
    color: #333!important;
    padding: 10px 0px 10px 10px;
    display: flex;
    align-items: center;
    border-radius: 4px;
}
.moreoptions_list .moreoptions_list_t_ .icon-shang-copy{
    font-size: 12px;
}
.moreoptions_list .moreoptions_list_items{
}
.moreoptions_list .moreoptions_list_items::before{
    left: 23px;
    width: 172px;
    border-bottom: 1px dashed #f8f8f8;
    content: "";
    position: absolute;
    bottom: 0;
}

.moreoptions_list .moreoptions_list_items:last-child::before{
    display: none;
}
.moreoptions_list .moreoptions_list_items a{
    color: #ffffff!important;
    padding: 10px 0px 10px 10px;
}

.moreoptions_list .moreoptions_list_items .name_{
    color: #333;
    font-size: 14px;
    line-height: 15px;
    display: block;
}

.moreoptions_list .moreoptions_list_items .value_{
    color: #999;
    font-size: 12px;
    line-height: 20px;
    margin-top: 5px;
    display: block;
}

/* .moreoptions_list .moreoptions_list_items a::before{
    left: 13px;
    right: 0px;
    border-bottom: 1px solid #464646;
    content: "";
    position: absolute;
    bottom: 0;
    transition: all .3s ease-in-out;
} */

.moreoptions_list .moreoptions_list_items a:hover::before{
    opacity: 0;
}

.moreoptions_list .moreoptions_list_items a:last-child::before{
    display: none;
}

.moreoptions_list  a:hover {
    background: #f5f5f5;
    opacity: 1 !important;
}


.head_vip_icon_a{
    display: flex;
    align-items: center;
    justify-content: center;

}
.banner_content .nav  .head_vip_icon > a{
    color: #d6ad6d !important;
    font-size: 14px;
    height: 73px;
    box-sizing: border-box;
    text-align: center;
}
.banner_content .nav  .head_vip_icon > a > p{
    margin-bottom: 0;
}

.banner_content  .nav .head_vip_icon i{
    font-size: 20px;
    color:#d6ad6d;
    font-weight: 400;
}


.more_user_list  {
    height: auto;
    line-height: 26px;
    position: absolute;
    width: 220px;
    min-height: 250px;
    background-color: #fff;
    top: 73px;
    left: -140px!important;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    border-radius: 8px;
}

/* .more_user_list::before{
    position: absolute;
    content: '';
    border-top: 10px transparent dashed;
    border-left: 10px transparent dashed;
    border-right: 10px transparent dashed;
    border-bottom: 10px #4f4f4f solid;
    top: -20px;
    left: 136px;
} */
.more_user_item .label_msg_red{
    top: -9px;
    right: -36px;
}

.more_user_item .label_msg_beta{
    top: -9px;
    right: -36px;
}
.more_user_list .more_user_item{
    padding:0 20px;
    border-bottom: 1px solid #f5f5f5;
}

.more_user_list .more_user_item:last-child::before{
    display: none;
}

.more_user_list .more_user_item:last-child{
    border-bottom: none;
}

.more_user_list .more_user_item .item_:first-child{
    margin-top: 10px;
}
.more_user_list .more_user_item .item_:last-child{
    margin-bottom: 10px;
}
.more_user_list .more_user_item .item_{
    height: 40px;
    display: block;
    line-height: 40px;
    font-size: 13px;
    color: #333;
    display: flex;
    align-items:center;
}

.nav_vip_card{
    padding-left: 10px;
}

.nav_vip_card > a:first-child{
    font-weight: bold;
    font-size: 15px !important;
}


.more_user_list .more_user_item .item_ .iconfont{
    font-size: 28px;
    color: #666;
}
.more_user_list .more_user_item .item_ .icon-sanjiaoxing{
    font-size: 20px !important;
    color: #999;
    margin-left: auto;
}
.more_user_list .more_user_item .item_:hover{
    background: #ededed;
    border-radius: 4px;
}
.person_vip .item_:hover{
    background: none !important;
    border-radius: initial;
}

.more_user_list .more_user_item .item_ .vip_icon{
    width: 20px;
    margin-top: -4px;
}

.more_user_list .more_user_item .more_user_head_item{
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.more_user_list .more_user_item .banner_more_info_head_c{
    display: flex;
    align-items: center;
    width: auto;
}

.more_user_list .more_user_item .banner_more_info_head_c .name_{
    color: #333!important;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 15px;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.more_user_list .more_user_item .edit_{
    font-size: 12px;
    margin-left: 15px;
} 

.more_user_list .more_user_item .edit_ a{
    color: #5d6886;
}  



.more_user_list .more_user_item  .edit_info_btn{
    color: #5d6886;
    font-size: 14px;
}

.nav .nav-item>a:hover{
    opacity: .7;
}

.banner.hidden{
    top: -73px;
    display: block!important;
}

.fixed_white .search_input::placeholder,.banner_white .search_input::placeholder{
    color: #333333;
}

.fixed_white  .search_content ,.banner_white .search_content {
    color: #333333!important;
}

.fixed_white  .search_content *,.banner_white  .search_content *{
    color: #333333!important;
}

.banner_content .search_content{
    height: 37px;
    display: flex;
    box-sizing: border-box;
    cursor: pointer;
    transition: all .3s ease-in-out;
    margin: auto;
}

.banner_search_btn > span{
    font-size: 20px;
}

.nav_beta{
    font-size: 12px;
    line-height: 12px;
    padding: 1px 2px;
    display: flex;
    margin-left: 5px;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px 5px 5px 0;
    background: #d68000;
    color: #fff;
}

.nav_time_free{
    font-size: 12px;
    line-height: 12px;
    padding: 1px 2px;
    display: flex;
    margin-left: 5px;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px 5px 5px 0;
    background: #e00006;
    color: #fff;
}


.banner_content .search_content .banner_search_type{
    color: #ffffff;
    height: 37px;
    font-size: 14px;
    line-height: 35px;
    cursor: pointer;
}
.banner_content .search_content .banner_search_type .icon-xiala-copy{
    color: #a9a9a9;
}
.search_input::placeholder{
    color: #969696;
}
.search_input{
    display: inline-block;
    width: 0px;
    flex-grow: 1;
    padding: 0 10px;
    background: transparent;
    border: none;
    color: #ffffff;
    height: 37px;
    font-size: 14px;
    transition: all .2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner_content .banner_search_btn{
    height: 37px;
    /*border: 1px solid #cccccc;*/
    display: inline-block;
    display: flex;
    font-size: 14px;
    align-items: center;
    justify-content: center;
}
.banner_content .upload_video_c{
    display: flex;
    align-items: center;
    height: 100%;
}



.banner_content .upload_video_c .uploads .banner_upload_btn{
    height: 36px;
    width: 116px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 36px;
    transition: all .2s ease-in-out;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .2);
}

.upload_items{
    border-radius: 6px;
    height: 100px;
    width: 100px;
    background: #f6f7f9;
    display: inline-block;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.upload_items svg{
    width: 44px;
    height: 44px;
    margin-top: 16px;
}

.upload_items > p{
    font-size: 14px;
    color: #333;
    line-height:0px;
}

.nav_upload{
    height: 100%;
}

.banner_content .upload_video_c .uploads .banner_upload_btn:hover{
    background: rgba(255,255,255,.5);
    color: #121212;
    opacity: 1 !important;
}

.fixed_white .upload_video_c .uploads .banner_upload_btn:hover{
    background: rgba(0,0,0,15%);
}

.fixed_white .upload_video_c .uploads .banner_upload_btn,.banner_white .upload_video_c .uploads .banner_upload_btn{
    color: rgba(0,0,0,.6);
    background: rgba(0, 0, 0, 0.1);
}

.banner_content .upload_video_c .uploads .upload_list{
    
    position: absolute;
    top: 54px !important;
    left: -124px;
    top: 100%;
    width: 240px;
    height: 240px;
    border-radius:8px;
    background: #ffffff;
    padding: 15px 15px 5px 15px;
    box-shadow: rgba(0,0,0,.1) 0px 0px 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.banner_content .upload_video_c .uploads .upload_list a{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #464646!important;
    line-height: 38px;
}

.banner_content .upload_video_c .uploads .upload_list a:hover{
    background: #e6e7e9!important;
    color: #FFFFFF!important;
    opacity: 1 !important;    
}

.banner_content .upload_video_c .uploads .upload_list .iconfont{
    display: inline-block!important;
    margin-right: 5px;
    font-size: 15px;
}

.icon-4K{
    position: absolute;
    right: 0;
    top: 0;
    color: #121212 !important;
    font-size: 24px !important;
}

.banner_content .upload_video_c .uploads .upload_icon::before{
    font-size: 17px;
    font-weight: 500;
    margin-right: 5px;
}


.banner_content .icon-iPhone{
    font-size: 21px;
}
.banner_content .head_img{
    width: 31px;
    height: 31px;
    border-radius: 50%;
}
.nav_img{
    width: 60px !important;
    height: 60px !important;
}
.banner_content .icon-xiaoxi{
    font-size: 25px;
}
.banner_content .banner_search_btn .iconfont{
    color: #ffffff;
}
.search_type_select.show{
    display: block;
}
.search_type_select{
    display: none;
    transition: all .2s ease-in-out;
    z-index: 9999999;
    height: auto;
    line-height: 26px;
    position: absolute;
    width: 85px;
    background-color: #4f4f4f;
    top: 72px;
    left: 19px!important;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    border-radius: 4px;
    padding: 5px 10px!important;
}

.search_type_select::before{
    position: absolute;
    content: '';
    border-top: 10px transparent dashed;
    border-left: 10px transparent dashed;
    border-right: 10px transparent dashed;
    border-bottom: 10px #4f4f4f solid;
    top: -20px;
    left: 25px;
}
.search_type_select .select_type:last-child{
}

.search_type_select .select_type:hover{
    background: #707070;
}
.search_type_select .select_type::before{
    margin-right: 5px;
}
.search_type_select .select_type{
    display: block;
    height: 35px;
    line-height: 35px;
    color: #ffffff!important;
    transition: all .3s ease-in-out;
    font-size: 14px;
    padding-left: 5px;
}

/*顶部导航创作工具子菜单*/
.czgj{left: -0px!important;width: 200px;background:#4f4f4f; }
.czgj:before{position:absolute;top:-12px;left:45%;content:'';width:0;height:0;border-width:6px;border-style:solid;border-color:transparent transparent #4f4f4f transparent;font-size:0;line-height:0;z-index:1;}
.czgj>dd{width: 200px;border-bottom: 1px solid transparent;margin-bottom: 0px!important;}
.czgj>dd:hover{background: #646464;border-bottom: 1px solid #444;}
.czgj>dd a{display: block; margin-left: 25px;border-bottom: 1px solid #444;padding: 0.1px 0;}
.czgj>dd:hover a{border-bottom: 1px solid transparent;}
.czgj>dd>a p:nth-child(1),.czgj>dd>a p:nth-child(2){color:#fff;line-height:18px;}
.czgj>dd>a p:nth-child(1){font-size:14px;margin-bottom:5px;margin-top:10px;}
.czgj>dd>a p:nth-child(2){font-size:12px; font-weight:300;opacity:0.6;}

.point_banner{
    height: 2px;
    width: 2px;
    background: #ffffff;
    border-radius: 50%;
    margin: 0 5px;
}

.fixed_white .point_banner,.banner_white .point_banner{
    background: #333333 !important;
    opacity: .7;
}

.banner_login_auth_model{
    position: fixed;
    top: 90px;
    right: 80px;
    width: 195px;
    border-radius: 6px;
    background: #FFFFFF;
    min-height: 50px;
    z-index: 102;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    padding: 0 15px;
}
.banner_login_auth_model::after{
    position: absolute;
    content: '';
    border-top: 10px transparent dashed;
    border-left: 10px transparent dashed;
    border-right: 10px transparent dashed;
    border-bottom: 10px #FFFFFF solid;
    top: -20px;
    left: 50%;
    margin-left: -10px;
}
.banner_login_auth_model .t_{
    font-size: 18px;
    color: #333333;
    line-height: 50px;
    text-align: center;
}
.banner_login_auth_model .line{
    height: 0px;
    width: 100%;
    border-bottom: 1px dashed #cccccc;

}
.banner_login_auth_model .sub_item{
    height: 38px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333333;
}
.banner_login_auth_model .sub_item img{
    margin-right: 5px;
}
.banner_login_auth_model .m_b10{
    margin-bottom: 10px;
}
.banner_login_auth_model .m_t10{
    margin-top: 10px;
}
.banner_login_auth_model .btn_{
    line-height: 40px;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #c70808;
    text-align: center;
}

.browser_check{
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #bb291c;
    z-index: 99999999;
    color: #FFFFFF;
}
.browser_check img{
    margin-right: 10px;
}

.banner_content .search_content:hover .search_input{
    color: #ffffff!important;
}

.search_panel.show{
   visibility: visible;
    opacity: 1;
}
.search_panel{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    transition: all .3s ease-in-out;
    z-index: 99999;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    visibility: hidden;
    opacity: 0;
}
.search_panel.show .search_panel_content{
    top: 0px;
}
.search_panel .search_panel_content{
    background: #ffffff;
    padding: 35px 10% 60px;
    min-width: 1000px;
    position: relative;
    top: -700px;
    transition: all .3s ease-in-out;
}

.search_panel .search_panel_content .search_panel_search_t{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.search_panel .search_panel_content .search_panel_search_text{
    font-size: 18px;
    color: #666666;
}
.search_panel .search_panel_content .search_panel_search_text span{
    font-size: 30px;
    color: #000000;
    font-weight: 600;
}

.search_panel .search_panel_content .search_panel_close{
    width: 25px;
    height: 25px;
    font-size: 24px;
    color: #808080!important;
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search_panel .search_panel_content .search_panel_close:hover{
    transform: rotate(180deg);
    color: #e00006!important;
}
.search_panel .search_panel_content .search_panel_search_content{
    height: 60px;
    background: #fff;
    display: flex;
    border: 1px solid #e9e9e9;
    align-items: center;
    margin-top: 36px;;
}

.search_panel .search_panel_content .search_panel_search_content .search_panel_select_type{
    width: 100px;
    height: 100%;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.search_panel .search_panel_content .search_panel_search_content .search_panel_select_type .icon-xiala-copy{
    position: relative;
    top: -5px;
    font-size: 20px;
}
.search_panel .search_panel_content .search_panel_search_content .search_panel_select_type.show .search_panel_select_types{
    display: block;
}

.search_panel .search_panel_content .search_panel_search_content .search_panel_select_types{
    display: none;
    position: absolute;
    width: 102px;
    top: 100%;
    left: -2px;
    background: #ffffff;
    border-top: none;
    z-index: 8;
    box-shadow: 0px 0px 5px rgba(0,0,0,.3);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.search_panel .search_panel_content .search_panel_search_content .search_panel_select_types .search_panel_option{
    width: 100%;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 17px;
}

.search_panel .search_panel_content .search_panel_search_content .search_panel_select_types .search_panel_option span{
    padding-right: 18px;
}
.search_panel .search_panel_content .search_panel_search_content .search_line{
    width: 1px;
    height: 30px;
    background: #ececec;
}
.search_panel .search_panel_content .search_panel_search_content .search_panel_search{
    flex-grow: 1;
    font-size: 14px;
    border: none;
    height: 100%;
    padding: 0 15px; 
}

.search_panel .search_panel_content .search_panel_search_content .search_panel_search_btn{
    width: 130px;
    height: 100%;
    background: #c70808;
    font-size: 19px;
    color: #ffffff!important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search_panel .search_panel_content .search_panel_search_content .search_panel_search_btn .iconfont{
    font-size: 24px;
    padding-right: 10px;
}
.search_panel .search_panel_content .search_panel_keys{
    margin-top: 30px;
}
.search_panel .search_panel_content .search_panel_keys .search_panel_keys_t{
    display: flex;
    align-items: center;
}
.search_panel .search_panel_content .search_panel_keys .search_panel_keys_t .search_panel_text{
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    padding-right: 5px;
}
.search_panel .search_panel_content .search_panel_keys .search_panel_keys_t .icon-remen{
    color: #b8291c;
}
.search_panel .search_panel_content .search_panel_keys_c{
    display: flex;
    flex-wrap: wrap;
}
.search_panel .search_panel_content .search_panel_keys_c .search_panel_key{
    margin-top: 15px;
    margin-right: 16px;
    font-size: 12px;
    color: #666666!important;
    display: flex;
    align-items: center;
}
.search_panel .search_panel_content .search_panel_keys_c .search_panel_key .search_panel_label{
    width: 16px;
    height: 16px;
    margin-right: 5px;
    border-radius: 2px;
    background: #d6d6d6;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.search_panel .search_panel_content .search_panel_keys_c .search_panel_key .search_panel_label.red{
    background: #eb8989;
    color: #ffffff;
}

.search_panel .search_panel_content .search_panel_zts{
    margin-top: 25px;
}

.search_panel .search_panel_content .search_panel_zts .search_panel_zts_t{
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    height: 60px;
    display: flex;
    align-items: center;
}

.search_panel .search_panel_content .search_panel_zts .search_panel_zts_t a{
    color: #4165c9!important;
    margin-left: 5px;
}

.search_panel .search_panel_content .search_panel_zts .search_panel_zts_left{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -70px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #999999;
}
.search_panel .search_panel_content .search_panel_zts .search_panel_zts_right{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -70px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #999999;
}

.search_panel .search_panel_content .search_panel_zts_c{
    white-space: nowrap;
    overflow-x: auto;
}

.search_panel .search_panel_content .search_panel_zts_c .search_panel_zt_item{
    display: inline-block;
    width: 240px;
    height: 130px;
    margin-right: 14px;
    border: 1px solid #dfdfdf;
}

.search_panel .search_panel_content .search_panel_zts_c .search_panel_zt_item_pic{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

._4k_label{
    display: block;
    font-size: 12px;
    padding: 0px 4px;
    background: #000;
    color: #FFFFFF;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 4px;
    transform: scale(.7);
}
.search_panel .search_panel_content .label_msg_red,.search_panel .search_panel_content .label_msg_green{
    transform: scale(.8);
    top: -8px;
    right: -17px;
    padding: 3px 5px!important;
}

@media (max-width: 1500px) and (min-width: 1px) {
    .banner_ .logo{
        margin-right: 33px;
    }
    .nav .nav-item{
        padding: 0 5px 0 0;
        font-size: 13px;
    }

    .nav{
        margin-left: 0px !important;
    }

    .banner_ .logo{
        width: 80px;
        margin-right: 20px;
    }

    .nav .nav-item.nav-small{
        padding: 0 0 0 12px;
    }

    .nav_content{
        padding: 0 20px !important;
    }

    .banner_content .search_content{
        height: 32px;
    }
    .banner_content .search_content .banner_search_type{
        height: 32px;
        line-height: 30px;
    }
    .search_input{
        height: 32px;
    }
    .banner_content .banner_search_btn{
        height: 32px;
    }
    .nav .nav-item .login_reg{
        width: 75px;
    }
    .banner_content .upload_video_c .uploads{
        height: 30px;
        width: 75px;
    }
    .banner_content .upload_video_c .uploads .banner_upload_btn{
        height: 30px;
        width: 75px;
        font-size: 12px;
        line-height: 30px;
    }
    .banner_content .upload_video_c .uploads .banner_upload_btn .iconfont{
        font-size: 12px;
    }
    .banner_content .upload_video_c .uploads .banner_upload_btn .iconfont::before{
        font-size: 12px;
    }
    .banner_content .upload_video_c .uploads .upload_list a{
        font-size: 12px;
    }
    .banner_content .upload_video_c .uploads .upload_list .iconfont{
        margin-right: 2px;
    }

}



@media (max-width: 1024px) and (min-width: 1px) {

    .nav_content{
        padding: 0 20px !important;
    }

    .nav{
        margin-left: 20px !important;
    }

    .banner_ .logo{
        margin-right: 10px;
        width:50px;
    }
    .nav .nav-item{
        padding: 0 0px 0 0;
        font-size: 12px;
    }


    .nav .nav-item .label_msg_red{
        top: -28px;
        right: -31px;
    }
    .nav .nav-item .label_msg_green{
        top: -28px;
        right: -31px;
    }
    .nav .nav-item .label_msg_beta{
        top: -28px;
        right: -31px;
    }
    .moreoptions_list .label_msg_red,.moreoptions_list .label_msg_green,.moreoptions_list .label_msg_beta{
        top: -7px!important;
        right: -36px!important;
    }


    .nav .nav-item.nav-small{
        padding: 0 0 0 10px;
    }
    .banner_content .search_content{
        padding: 0 10px;
    }
    .banner_content .search_content .banner_search_type .icon-xiala-copy{
        font-size: 13px;
    }


    .more_user_item .label_msg_red{
        transform: scale(1);
        top: -10px!important;
        right: -58px!important;
    }

    .more_user_item .label_msg_beta{
        transform: scale(1);
        top: -10px!important;
        right: -58px!important;
    }

    .banner_content .search_content{
        padding: 0 10px;
    }
    .banner_content .search_content{
        height: 28px;
    }
    .banner_content .search_content .banner_search_type{
        height: 28px;
        line-height: 26px;
    }
    .banner_content .search_content .banner_search_type{
        font-size: 12px;
    }
    .search_input{
        height: 28px;
        font-size: 12px;
        padding: 0 5px;
    }
    .message_red{
        top: 25px;
    }
    .banner_content .banner_search_btn{
        height: 28px;
    }

    .search_type_select{
        width: 74px;
    }
    .search_type_select .select_type{
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    .banner_content .icon-iPhone{
        font-size: 15px;
    }
    .banner_content .icon-xiaoxi{
        font-size: 15px;
    }
    .banner_content .head_img{
        width: 26px;
        height: 26px;
    }


    .banner_content .upload_video_c .uploads{
        height: 26px;
        width: 62px;
    }
    .banner_content .upload_video_c .uploads .banner_upload_btn{
        height: 26px;
        width: 62px;
        font-size: 12px;
        line-height: 26px;
    }




}



/*城市页面banner*/

.nav_switch_city{
    font-size: 14px;
    color: #ffffff;
    height: 40px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    box-sizing: border-box;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    z-index: 9999999;
}

.fixed_white .nav_switch_city, .banner_white .nav_switch_city {
    color: #333333!important;
}
/* .nav_switch_city:hover{
    background: #f4f3f4;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
} */
.nav_switch_city .iconfont{
    color: #d81e06!important;
    font-size: 16px;
    margin-right: 4px;
}
.nav_switch_city .nav_switch_text{
    color: #d81e06!important;
}
.nav_switch_more{
    width: 376px;
    background-color: #ffffff;
    left: 10px!important;
    top: 39px!important;
    visibility: hidden;
    opacity: .0;
    position: absolute;
    z-index: 9999998;

    border-top: 1px solid #cccccc;
}
.nav_switch_city_hover:hover .nav_switch_more{
    visibility: visible;
    opacity: 1;
}

.nav_switch_more .nav_switch_city_tabs{
    height: 38px;
    background: #f4f3f4;
    display: flex;
    padding: 0 30px;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
.nav_switch_more .nav_switch_city_tab{
    height: 100%;
    color: #d81e06;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.nav_switch_more .nav_switch_city_tab.active::before{
    content: " ";
    width: 100%;
    height: 2px;
    background: #d81e06;
    position: absolute;
    bottom: 0px;
    left: 0;
}
.nav_switch_more .nav_switch_citys{
    background: #FFFfff;
    display: flex;
    flex-wrap: wrap;
    padding: 1px 0px 0px 30px;

    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
.nav_switch_more .nav_switch_citys .nav_switch_city_item{
    width: 16.5%;
    font-size: 14px;
    margin-top: 10px;
    color: #333333!important;
}
.nav_switch_more .nav_switch_more_citys{
    height: 48px;
    display: flex;
    align-items: center;
    padding-left: 30px;
    color: #a1a1a1!important;
    font-size: 14px;


    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
.nav_switch_more .nav_switch_more_citys .iconfont{
    font-size: 14px;
    transform: rotate(270deg);
}
.nav_switch_hot_call{
    font-size: 26px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c70808;
}

/*交互css*/

.vip_rights{
    width: 300px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    left: -50px;
    z-index: 9999999;
    top: 73px;
    overflow: hidden;
    box-shadow:0 0 10px rgba(0, 0, 0, 0.1);
}

.vip_rights_top{
    height: 130px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 25px;
    box-sizing: border-box;
    background-image: url(../imgs/vrt_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    justify-content: space-between;
}

.vrt_text p{
    font-size: 14px;
    color: #fbcd7f;
    margin-bottom: 10px;
}

.vrt_text h3{
    font-size: 18px;
    color: #fbcd7f;
    font-weight: bold;
    margin-bottom: 10px;
}

.vrt_text a{
    font-size: 14px;
    color: #764300;
    display: inline-block;
    background: #f8ca8f;
    border-radius: 200px;
    width: 98px;
    height: 28px;
    text-align: center;
    line-height: 28px;
}

.vrt_iocn img{
    width: 80px;
}

.vip_rights_bottom{
    padding:0 30px;
    box-sizing: border-box;
    
    display: flex;
    flex-direction: column;
}

.vrb_items_list{
    width: 100%;
    margin-bottom: 10px;
}

.vrb_items{
    width: 50%;
    text-align: center;
    float: left;
    margin-top: 20px;
}

.vrb_items p{
    font-size: 13px;
    color: #4d4d4d;
    margin-bottom: 10px;
}

.vrb_items svg{
    width: 50px;
    height: 40px;
}

.vip_rights_bottom_link{
    text-align: center;
    padding-bottom: 20px;
}

.vip_rights_bottom_link a{
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #999;
    font-size: 13px;
}

.vip_rights_bottom_link a span{
    color: #999;
    margin-left: 3px;
    font-size: 14px;
}

.vip_right_tit{
    color: #e9c786;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 64px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 0;
}

.vip_right_tit::after{
    content: '';
    width: 40px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 32px;
    left: 6px;
    background-image: linear-gradient(90deg,#101f38,#d8b879 35%);
    opacity: .5;
}

.vip_right_tit::before{
    content: '';
    width: 40px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 32px;
    right: 6px;
    background-image: linear-gradient(270deg,#101f38,#d8b879 35%);
    opacity: .5;
}

.vip_right_tit > span{
    color: #e9c786;
    font-size: 24px !important;
}

.vip_rights ul li{
    display: flex;
    flex-wrap: wrap;

}

.vip_right_items_block{
    width: 40px;
    height: 40px;
    background: #1a283d;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 10px;
}

.vip_right_items_block span{
    color: #e9c786;
}

.vip_right_items_text{
    color: #e9c786;
    font-size: 14px;
    margin-bottom: 0;
}

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

.vip_rights ul{
    padding-left: 60px;
}

.vip_rights ul li{
    margin-bottom: 15px;
}

.vip_rights_link{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.vip_rights_link a{
    width: 220px !important;
    color: #64400e !important;
    line-height: 36px;
    border-radius: 400px;
    background: #d4b777;
    text-align: center;
    position: relative;
    background: linear-gradient(144deg,#ffe8b1,#d4b777) no-repeat;
}

.vip_rights_link a::after{
    content: '限时促销2元/天';
    position: absolute;
    top: -8px;
    right: -40px;
    background: #f7603e;
    color: #fff;
    font-size: 8px;
    line-height: 16px;
    padding: 0 5px;
    border-radius: 0 6px 0 6px;
}

.settled_content{
    display: block;
}

.settled_content{
    display: block;
    border: 1px solid #e1e0e0;
    position: absolute;
    width: 400px;
    color: #999;
    height: 170px;
    background: #fff;
    left: -410px;
    bottom: 0;
    padding: 20px;
    box-sizing: border-box;
}

.settled_content_tit p{
    font-weight: bold;
    font-size: 20px;
    color: #333;
    margin-bottom: 5px;
}

.settled_content_tit > span{
    color: #999;
    font-size: 14px;
    
}

.settled_content ul{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.settled_content ul li{
    list-style-type: none;
    align-items: center;
    margin-top: 25px;
}

.settled_content_items span{
    color: #666;
    font-weight: 300;
}

.right_options .option_:hover .hover-show {
    visibility: visible;
    opacity: 1;
}

/*改版样式*/

.nav_content{
    min-width: 100%;
    padding: 0 50px;
}

.nav{
    margin-left: 50px;
}

.fixed_white .banner_bg, .banner_white .banner_bg{
    background: rgba(255,255,255,.8);
    border-bottom: none;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.fixed_white{
    -webkit-backdrop-filter: saturate(180%) blur(12px);
    backdrop-filter: saturate(180%) blur(12px);
}

.banner_content .fixed_white .nav .head_vip_icon > a{
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.nav .nav-item .icon-xiala-copy1{
    margin-left: 0px;
    margin-top: 3px;
}

.nav_vip_icon{
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.img_header_err{
    border-color: #f3f3f3;
}

.nav_list_label_icon{
    width: 17px !important;
    height: 17px !important;
}

.nav_vip_card{
    width: 180px;
    height: 72px;
    border-radius: 8px;
    background: #f0dcb8;
    margin: 16px 0;
    background-image: url(../imgs/nav_vip_bg.png);
    background-size: 80px;
    background-repeat: no-repeat;
    background-position:120px 0px;
    border-bottom: 1px solid #f5f5f5;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.nav_vip_card.company_vip{
    background:#2a3038;
    background-image: url(../imgs/nav_svip_bg.png);
    background-size: 80px;
    background-repeat: no-repeat;
    background-position:120px 0px;
}

.nav_vip_card.person_vip > .vip_card_text{
    color: #a07f58 !important;
    line-height: 26px !important;
    height: 26px !important;
}

.nav_vip_card.company_vip > .vip_card_text{
    color: #c9a96e !important;
    line-height: 26px !important;
    height: 26px !important;
}

.nav_vip_card a:last-child{
    font-size: 12px !important;
}

.company_vip{
    overflow: hidden;
}

.company_vip::after{
    content: "";
    height: 300%;
    width: 26px;
    background:rgba(255,255,255,.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: .4;
    filter: blur(12px);
    animation: move 5s infinite ease-out;
}

@keyframes move {
    0% {
        transform: translate(-200px, -200px) rotate(45deg);
    }
    100% {
        transform: translate(200px, 200px) rotate(45deg);
    }
}

.normal_card{
    width: 180px;
    height: 50px;
    border-radius: 8px;
    margin: 16px 0;
    background-color: #65809e; /* 不支持线性的时候显示 */
    background-image: linear-gradient(to right, #65809e , #a8c3e3);
    border-bottom: 1px solid #f5f5f5;
    display: flex;
    justify-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
}

.normal_card > p{
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
}

.normal_card_btn{
    display: inline-block;
    width: 66px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    color: #4b658a;
    text-align: center;
    background: #fff;
    border-radius: 16px;
}

.common-hover-warp{
    transition: .15s ease-in-out;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -ms-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
}

.common-hover-warp.show{
    transform: translateY(0); -webkit-transform: translateY(0); 
    -moz-transform: translateY(0); 
    -ms-transform: translateY(0); 
    -o-transform: translateY(0); 
    opacity: 1; 
    visibility: visible;
}

.message_red {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #ff0000;
    border-radius: 50%;
    top: 0;
    right: -8px;
}

.message_red:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    opacity: .4;
    background-color: #ff0000;
    animation: scale 1.8s infinite cubic-bezier(0, 0, .49, 1.02);
}

.vip_name_icon{
    width: 18px;
    height: 18px;
}

.vip_icon_box::after{
    content: "";
    height: 300%;
    width:3px;
    background:rgba(255,255,255,1);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
    filter: blur(3px);
    animation: move 8s infinite ease-out;
}

.user_name{
    max-width: 90px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    line-height: 26px;
}

.vip_icon_box{
    width:18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 3px;
    overflow: hidden;
}

.userInfo_content{
    width: 195px;
}

@keyframes scale {
    0% {
        transform: scale(1)
    }

    50%,
    75% {
        transform: scale(3)
    }

    78%,
    100% {
        opacity: 0
    }
}

/*新增导航APP下载二维码样式 start*/

.app_download_qrcode_content{
    opacity: 0;
    visibility: hidden;
    width: 200px;
    height: 220px;
    border-radius: 16px;
    background: #fff;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 56px;
    left: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);

    animation-delay:1s;

    transition: .15s ease-in-out;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -ms-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
}

.app_download_qrcode_li::after{
    content: '';
    width: 100%;
    height: 15px;
    position: absolute;
    left: 0;
    top: 42px;
}

.app_download_qrcode_content img{
    width: 160px;
    height: 160px;
    margin: 20px 20px 0 20px;
}

.app_download_qrcode_content p{
    font-size: 14px;
    color: #333;
    line-height: 40px;
    height: 40px;
    text-align: center;
}

.app_download_qrcode_li{
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.app_download_qrcode_li a{
    border-radius: 100px;
    border:1px solid rgba(255, 255, 255, .16);
    display: inline-flex;
    padding:8px 16px;
    height: 42px;
    box-sizing: border-box;
    align-items: center;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    justify-content: center;
}

.fixed_white .app_download_qrcode_li a,
.banner_white .app_download_qrcode_li a{
    color: #333;
    border:1px solid rgba(0, 0, 0, .16);
}

.app_download_qrcode_li a span{
    margin-right: 4px;
    font-size: 20px;
}

#app_qrcode_icon{
    animation-duration: 2s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
}

.app_download_qrcode_li:hover .app_download_qrcode_content{
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.app_download_qrcode_li:hover a{
    color: #d6ad6d;
    opacity: 1;
    background-color: rgba(255, 255, 255, .16);
}

.fixed_white .app_download_qrcode_li:hover a{
    color: #d6ad6d;
    opacity: 1;
}

@media (max-width: 1800px) {
    .nav_content {
        min-width: 100%;
        padding: 0 24px;
    }

    .nav {
        margin-left:30px;
    }

    .nav .nav-item {
        display: inline-block;
        padding: 0 8px;
    }

    .nav .nav-item>a{
        font-size: 14px;
    }

    .app_download_qrcode_li a{
        height: 36px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width: 1580px) {
    .nav .nav-item.nav-small{
        padding: 0 0 0 24px;
    }
}

@media (max-width: 1366px) {
    .nav .nav-item.nav-small{
        padding: 0 0 0 16px;
    }

    .app_download_qrcode_li a{
        height: 32px;
        padding: 4px 8px;
        font-size: 12px;
        line-height: 24px;
    }

    .app_download_qrcode_li a span{
        font-size: 16px;
    }

    .nav .nav-item{
        padding: 0 4px;
    }

}

@media (max-width: 1260px) and (min-width: 1px) {
    .nav .nav-item {
        display: inline-block;
        padding: 0 2px;
        font-size: 12px;
    }

    .banner_content .nav  .head_vip_icon > a > p{
        display: none;
    }

}

.free_voice{
    background: url(../imgs/free_voice.png) !important;
    background-size: cover !important;
    color: #d6ae6e !important;
    overflow: hidden !important;
    display: flex;
    flex-direction: column;
    font-size: 12px !important;
}

.free_voice::after {
    content: "";
    height: 500%;
    width: 26px;
    background: rgba(255,255,255,1);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: .4;
    filter: blur(12px);
    animation: move 5s infinite ease-out;
}

.free_voice_box{
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    box-sizing: border-box;
}

.free_voice_box span{
    background-color: #d6ae6e;
    width: 2px;
}

.free_voice_box span:nth-child(1){
    height: 5px;
    animation: free_voice1 1.2s infinite linear;
}

.free_voice_box span:nth-child(2){
    height: 11px;
    animation: free_voice2 1.2s infinite linear;
}

.free_voice_box span:nth-child(3){
    height: 17px;
    animation: free_voice3 1.2s infinite linear;
}

.free_voice_box span:nth-child(4){
    height: 11px;
    animation: free_voice2 1.2s infinite linear;
}

.free_voice_box span:nth-child(5){
    height: 5px;
    animation: free_voice1 1.2s infinite linear;
}

@keyframes free_voice1 {
    0% {
        height: 5px;
    }
    25% {
        height: 11px;
    }
    50% {
        height: 17px;
    }
    75% {
        height: 11px;
    }
    100% {
        height: 5px;
    }
}

@keyframes free_voice2 {
    0% {
        height: 11px;
    }
    25% {
        height: 17px;
    }
    50% {
        height: 11px;
    }
    75% {
        height: 5px;
    }
    100% {
        height: 11px;
    }
}

@keyframes free_voice3 {
    0% {
        height: 17px;
    }
    25% {
        height: 11px;
    }
    50% {
        height: 5px;
    }
    75% {
        height: 11px;
    }
    100% {
        height: 17px;
    }
}

@keyframes move {
    0% {
        transform: translate(-200px, -200px) rotate(45deg);
    }
    100% {
        transform: translate(200px, 200px) rotate(45deg);
    }
}

.toBdsLink{
    color: #fff;
    font-size: 14px;
}


/*工具样式 start*/

.nav_tools_title {
    display: flex;
    align-items: center;
    padding: 14px 24px;
}

.nav_tools_title .nav_tools_title_btn {
    width: 176px;
    height: 40px;
    background: #0C0E21;
    border-radius: 100px 100px 100px 100px;

    font-size: 16px;
    font-weight: 500;
    color: #C2A886;
    line-height: 40px;
    text-align: center;
}

.nav_tools_title .nav_tools_title_num {
    margin-left: 50px;
    font-size: 24px;
    font-weight: 600;
    color: #EB465C;
}

.nav_tools_title .nav_tools_title_num span {
    vertical-align: super;
}

.nav_tools_title .nav_tools_title_text {
    font-size: 20px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85);
}


.nav_tools_item_t {
    padding: 0 24px;
    font-size: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85);
    line-height: 24px;
    display: flex;
    align-items: center;
    padding: 12px 24px;
}

.nav_tools_item_t::before {
    content: " ";
    width: 4px;
    height: 16px;
    background: #C2A886;
    border-radius: 1px 1px 1px 1px;
    margin-right: 8px;
}

.nav_tools_img_items {
    display: flex;
    flex-wrap: wrap;
    padding: 0 24px;
}

.nav_tools_img_items .nav_tools_img_item:last-child {
    margin-right: 0px;
}

.nav_tools_img_items .nav_tools_img_item {
    width: 142px;
    height: 80px;
    background: rgba(0, 0, 0, 0.4);
    overflow: hidden;
    position: relative;
    margin-bottom: 16px;
    margin-right: 24px;
    padding: 0px;
    border-radius: 4px;
}

.nav_tools_img_items .nav_tools_img_item img {
    transition: all .3s;
}

.nav_tools_img_items .nav_tools_img_item:hover img {
    transform: scale(1.05);
}

.nav_tools_img_items .nav_tools_img_item::before {
    content: " ";
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nav_tools_img_items .nav_tools_img_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav_tools_img_items .nav_tools_img_item .nav_tools_img_text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    flex-direction: column;
    z-index: 20;
}

.nav_tools_img_items .nav_tools_img_item::before {
    content: " ";
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.nav_tools_img_items .nav_tools_img_item .nav_tools_img_text p{
    color: rgba(255,255,255,.6);
    font-weight: 400;
    margin-bottom: 0;
}

.nav_tools_items {
    display: flex;
    padding: 0 24px;
    flex-wrap: wrap;
}

.nav_tools_items .nav_tools_item {
    margin-bottom: 16px;
    margin-right: 24px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    width: auto;
    height: 32px;
    padding: 0px;
    line-height: 32px;
}

.nav_tools_items.app_item_active .nav_tools_item {
    margin-right: 16px;
}

.nav_tools_items .nav_tools_item:hover {
    color: #C2A886;
}

.nav_tools_b_desc {
    margin: 20px auto 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.25);
    justify-content: center;
}

.nav_tools_b_desc img {
    margin-right: 12px;
}

.nav-item.append_video_tools{
    height: 100%;
}

.container .banner {
    height: 800px;
    width: 100%;
    background: url(../imgs/bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
}

.banner::before {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .08);
    content: '';
    position: absolute;
}

.tts_nav_tools_content {
    border-radius: 12px;
    position: absolute;
    width: 220px;
    height: 152px;
    top: 72px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: .15s ease-in-out;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -ms-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
}

.append_video_tools:hover .tts_nav_tools_content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.tts_nav_tools_list.tools_nav {
    width: 854px;
    background: #FFFFFF;
    box-shadow: 0px 16px 48px 1px rgb(37 37 89 / 20%);
    border-radius: 16px 16px 16px 16px;
    left: -350px;
    padding-top: 0px;
    padding-bottom: 16px;
}

.nav_link.right_nav_tools {
    position: relative;
}

.tts_nav_tools_list.tools_nav::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: -8px;
    right: 314px;
}

.left_nav_tools_container::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: -8px;
    left: 80px;
}

/*工具样式 end*/



.allProductLink{
    border-radius: 16px;
    box-shadow: 0px 16px 48px 0px rgba(37,37,89,0.2000);
    background-color: #fff;
    padding: 16px 16px 8px 16px;
    box-sizing: border-box;
    position: absolute;
    top: 76px;
    width: 514px;
    opacity: 0;
    visibility: hidden;
    transition: .15s ease-in-out;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -ms-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transform: translateY(8px);
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
}

.allProductLink .allProductLinkTop{
    display: flex;
    margin-bottom: 20px;
}

.allProductLink .allProductLinkTop .allProductLinkTop_left .item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 176px;
    width: 150px;
    border-radius: 8px;
    background-color: #F5F6FA;
    box-sizing: border-box;
    padding: 12px;
    background-image: url(../imgs/all_product/all_product_item1.png);
    background-size: 100px;
    background-position: right bottom;
    background-repeat: no-repeat;
    transition: all .25s;
}

.allProductLink .allProductLinkTop .allProductLinkTop_right{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 176px;
}

.allProductLink .allProductLinkTop .allProductLinkTop_right .item{
    display: flex;
    height: 80px;
    width: 150px;
    border-radius: 8px;
    background-color: #F5F6FA;
    box-sizing: border-box;
    padding: 12px;
    background-size: 60px;
    background-position: right bottom;
    background-repeat: no-repeat;
    transition: all .25s;
}

.allProductLink .allProductLinkTop .allProductLinkTop_right .item:nth-child(3),
.allProductLink .allProductLinkTop .allProductLinkTop_right .item:nth-child(4){
    margin-top: auto;
}

.allProductLink .allProductLinkTop .allProductLinkTop_right .item .t_c h3{
    height: 22px;
    font-size: 14px;
    font-weight: 500;
    color: #0C0E21;
    line-height: 22px;
}

.allProductLink .allProductLinkTop .allProductLinkTop_right .item .t_c p{
    height: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #5A6073;
    line-height: 20px;
}

.allProductLink .allProductLinkTop .allProductLinkTop_right .item:nth-child(1){
    background-image: url(../imgs/all_product/all_product_item2.png);
}

.allProductLink .allProductLinkTop .allProductLinkTop_right .item:nth-child(2){
    background-image: url(../imgs/all_product/all_product_item3.png);
}

.allProductLink .allProductLinkTop .allProductLinkTop_right .item:nth-child(3){
    background-image: url(../imgs/all_product/all_product_item4.png);
}

.allProductLink .allProductLinkTop .allProductLinkTop_right .item:nth-child(4){
    background-image: url(../imgs/all_product/all_product_item5.png);
}

.allProductLink .allProductLinkTop .allProductLinkTop_left{
    margin-right: 16px;
}

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

.allProductLink .allProductLinkBottom .item{
    display: flex;
    align-items: center;
    width: 33.333333%;
    margin-bottom: 16px;
}

.allProductLink .allProductLinkBottom .item img{
    width: 32px;
    height: 32px;
    margin-right: 8px;
}

.allProductLink .allProductLinkBottom .item .t_c h3{
    height: 22px;
    font-size: 14px;
    font-weight: 500;
    color: #0C0E21;
    line-height: 22px;
}

.allProductLink .allProductLinkBottom .item .t_c p{
    height: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #5A6073;
    line-height: 20px;
    margin-top: 2px;
    margin-bottom: 0;
}

.allProductLink > p{
    height: 40px;
    font-size: 12px;
    font-weight: 400;
    color: #9EA5BB;
    line-height: 48px;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, .06);
}

.allProductLink .allProductLinkTop_left .item p{
    color: #333;
    font-size: 14px;
    margin: 0;
}

.allProductLink .t_c h3{
    color: #333;
    font-size: 14px;
    margin: 0;
}

.allProductLink .allProductLinkTop .allProductLinkTop_left .item:hover{
    background-color: #edeff5;
    background-size:112px;
}

.allProductLink .allProductLinkTop .allProductLinkTop_right .item:hover{
    background-color: #edeff5;
    background-size:68px;
}

.allProductLink::before{
    content: '';
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: -8px;
    left: 54px;
}

.logo_container:hover + .allProductLink,
.allProductLink:hover{
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}