[v-cloak]{
    display: none !important;
}

.navbar{
    position: fixed;
    width: 100%;
    z-index: 999;
    top:0;
    letter-spacing: .3px;
    /* opacity: 0; */
}

.navPadding {
    padding-bottom:114px;
}

#pc_navbar{
    box-shadow: 0 2px 16px -5px rgb(0 0 0 / 10%);
    /* position: relative; */
    z-index: 999 !important;
}
.navbar .active-fourth a{
    opacity: 1 !important;
}
.navbar .active-fourth .nav-tip{
    opacity: 0.8 !important;
}
.navbar .underline{
    opacity:1 !important;
}
.navbar .underline > div{
    opacity:1 !important;
}
.navbar .underline + .nav-tip{
    opacity:0.8 !important;
}
.navbar .spread-line{
width:100%;
height:1px;
background-color: rgba(0,0,0,0.1);
margin-top:16px;
margin-bottom:16px;
max-width:218px;
}

.cookietipfix{
	position: absolute !important;
	z-index:99
}
.navbar a{
    text-decoration: none;
}
.navbar .second_menu::before{
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: ' ';
    box-shadow: 0 -1px 8px 2px rgba(0,0,0,.1);
    z-index: 777;
}
.navbar img{
    border: 0;
}
.navbar .navbar_top{
    height: 32px;
    padding: 0 56px;
    background: #f5f5f5;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
	z-index: 99;
    position: relative;
}
.navbar .menu_card_row li:last-child .nav-tip:last-child{
margin-bottom:0;
}
.navbar .navbar_top>a{
    display: flex;
}
.navbar .nav-icon{
margin-left:4px;
}
.navbar .icon-title{
    display: block;
	overflow: hidden;
    text-overflow: ellipsis;
}
.navbar .noicon-title{
    display: block;
}
.navbar .second_menu_flex_container .fake-left{
    height: 100%;
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    z-index: 0;
}
.navbar .navbar_tools{
    height: 100%;
    display: flex;
    line-height: 32px;
    font-size: 12px;
}
.navbar .navbar_tools a{
    color: #000;
    text-decoration: none;
}
.navbar .navbar_tools a:hover{
    color: #000;
    text-decoration: none;
}
.navbar .navbar_tools .register{
    margin-left: 24px;
}
.navbar .navbar_top .logo{
    max-height: 100%;
    margin-top: -1px;
}

.navbar .navbar_menu{
    height: 81px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 16px;
    background-color: #fff;
    color: #000;
    position: relative;
    display: flex;
}


@media screen and (min-width:1200px){
    .navbar .navbar_menu{
        padding: 0 80px;
    }
    .navbar .navbar_top{
        padding: 0 80px;
    }
}

@media screen and (min-width:721px) and (max-width:1200px){
    .navbar .navbar_menu{
        padding: 0 40px;
    }
    .navbar .navbar_top{
        padding: 0 40px;
    }
}

.navbar .navbar_menu .navbar_menu_right{
    flex: 0 0 auto;
    position: relative;
    font-size: 16px;
    min-width: 66px;
    color: #777;
    line-height: 80px;
}
.navbar .navbar_menu .navbar_menu_right a{
    color: #777;
}
.navbar .navbar_menu .navbar_menu_right a:hover{
    color: #222;
}
.navbar .nav-tip{
height: 32px;
margin-top:8px;
font-size: 12px;
color: #000000;
line-height:16px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;
white-space: normal;
max-width:218px;
font-family: "HarmonyOSHans-Light";
}
.searchBox.hide{
    display: none;
}
.navbar .navbar_menu .navbar_menu_left{
    flex: 1 1 auto;
    position: relative;
    align-items: center;
    display: flex;
}
.navbar_menu_left .menu_logo{
    max-height: 100%;
    flex: 0 0 auto;
	margin-top:2px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar_menu_left .menu_logo a{
    display: flex;
}
.navbar_menu_left .menu_logo img{
    height: 20px;
}
.navbar_menu_left .menu_box{
    flex: 1 1 auto;
    height: 100%;
    padding-left:24px;
    display: flex;
    align-items: center;
}
.navbar_menu table{
    width: 100%;
    height: 100%;
}

.navbar_menu table tr{
    width: 100%;
    height: 100%;
}

.navbar_menu_left .menu_ul{
    margin-right: 40px;
    flex: 1 1 auto;
    width: 0;
    display: flex;
    white-space:nowrap;
    overflow-x: hidden;
}

.navbar_menu_left .menu_ul .menu_ul_scrollBtn{
    display: inline-block;
    width: 24px;
    height: 100%;
    cursor: pointer;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.navbar_menu_left .menu_ul .tab_head_scroll_container{
    transition: all ease 0.3s;
}

.navbar_menu_left .menu_ul .menu_ul_scrollBtn_right::before{
    position: absolute;
    left: -20px;
    width: 20px;
    height: 100%;
    content: ' ';
    background: linear-gradient(
90deg,hsla(0,0%,100%,0),#fff);
}

.navbar_menu_left .menu_ul .menu_ul_scrollBtn img{
    width: 24px;
    height: 24px;
    position: absolute;
    top: 29px;
    left: 50%;
}
.navbar_menu_left .menu_ul .menu_ul-container{
    flex: 1 1 auto;
    width: 0;
    overflow: hidden;
    /* background-color: #4e4e4e; */
}

.navbar_menu_left .btn_search {
    cursor: pointer;
    justify-content: end;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.navbar_menu_left .btn_search .search_icon{
    display: inline-flex;
    width: 182px;
    height: 38px;
    padding-left: 16px;
    color: #000;
    align-items: center;
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,0.1);
    cursor: pointer;
}
.navbar_menu_left .btn_search .search_icon svg{
    opacity: 0.5;
}
.navbar_menu_left .btn_search .search_icon span{
    font-family: "HarmonyOSHans-Light";
    font-size: 16px;
    color: rgba(0,0,0,0.8);
    margin-left: 8px;
}

@media screen and (max-width:1440px){
    .navbar_menu_left .btn_search .search_icon{
        width: auto;
        padding: 0px;
        height: 100%;
        border: none;
    }
    .navbar_menu_left .btn_search .search_icon span{
        display: none;
    }
}

.navbar_menu_left .btn_center{
    font-size: 16px;
    min-width: 66px;
    color: #777;
    line-height: 64px;
    margin-left: 40px;
    cursor: pointer;
}
.menu_ul:hover .tab-head-li a{
    color: #777;
}
.menu_ul .tab-head-li{
    height: 100%;
    line-height: 81px;
    letter-spacing: 0.5px;
    display: inline-block;
		padding: 0 20px;
}
.menu_ul .tab-head-li:first-child{
    margin-left: 0;
}
.menu_ul .tab-head-li a{
    font-family: HarmonyOSHans-Medium;
    color: #000;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    /* line-height: 81px; */
    display: inline-block;
    height: 100%;
    position: relative;
	cursor:pointer;
    max-width: 100%;
}
.menu_ul .tab-head-li .menu_card_row_b a{
    /* display: inline-table; */
}
.menu_ul .tab-head-li:hover .first-menu-link{
    color: #000;
}

.menu_ul .tab-head-li .first-menu-no-link{
    cursor: auto;
}

.menu_ul .tab-head-li.active .first-menu-link::after,
.menu_ul .tab-head-li.hoverActive .first-menu-link::after{ 
    height: 2px;
    width: 100%;
    background: #000000;
    position: absolute;
    bottom: 0px;
    display: block;
    content: "";
}
.menu_ul .tab-head-li.notNow .first-menu-link::after{ 
    display: none;
}
.menu_ul .tab-head-li.notNow:hover .first-menu-link::after{ 
    display: block;
}
.menu_ul .tab-head-li.hoverActive .second_menu{
    display: block;
	margin-top:0px;
	cursor: auto;
}
.menu_ul .tab-head-li .second_menu{
    display: none;
    background-color: #fff;
    width: 100vw;
    position: absolute;
    top: 81px;
    box-shadow: 0 12px 24px -5px rgb(0 0 0 / 10%);
    cursor: auto;
    left: 0;
    box-sizing: border-box;
	max-height:calc(100vh - 122px);
	overflow-y: auto;
	overflow-x: hidden;
}
.cookietip+.navbar_top+.navbar_menu .menu_ul .tab-head-li .second_menu,
.updatetip+.navbar_top+.navbar_menu .menu_ul .tab-head-li .second_menu{
	max-height:calc(100vh - 172px);
}
.second_menu ul{
    padding: 0;
    margin: 0;
}.second_menu ul a:hover{
    color: #000;
}
.second_menu_box{
    /* display: flex; */
    font-size: 14px;
    margin-right: 8px;
    /* max-height: 520px; */
    /* overflow-y: scroll; */
	max-width: 1280px;
    margin: auto;
}

.second_menu_flex_container{
    display: flex;
    width: 100%;
}
.second_menu_box_left{
    flex: 0 0 auto;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    justify-content: space-between;
    width:23%;
	max-width:218px;
    box-sizing: border-box;
	background:#fafafa;
    max-height: 520px;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
	z-index: 1;
    padding-left: 0 !important;
}


@media screen and (min-width:1200px){
    .second_menu_box_left{
        padding: 40px 32px 64px 80px;
    }
}

@media screen and (min-width:1200px) and (max-width:1400px){
    .second_menu_box_left{
        padding-left: 80px !important;
    }
}

@media screen and (min-width:721px) and (max-width:1200px){
    .second_menu_box_left{
        padding: 40px 32px 40px 40px;
        padding-left: 40px !important;
    }
}


.second_menu_box_left::-webkit-scrollbar {
    width: 6px;
    margin-right: 8px !important;
}
.second_menu_box_left::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: rgba(0, 0, 0, 0);
    /* margin-right: 8px; */
}
.second_menu_box_left::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(0, 0, 0, 0);
    /* margin-right: 8px; */
}


.second_menu_box_right{
    flex: 1 1 auto;
    box-sizing: border-box;
    padding:40px 72px 40px 64px;
    max-height: 520px;
    overflow-y: auto;
	z-index: 1;
    padding-right: 0 !important;
}


@media screen and (min-width:1200px){
    .second_menu_box_right{
        padding:40px 72px 64px 64px;
    }
}
@media screen and (min-width:1200px) and (max-width:1400px){
    .second_menu_box_right{
        padding-right: 80px !important;
    }
}
@media screen and (min-width:721px) and (max-width:1200px){
    .second_menu_box_right{
        padding:40px 32px 40px 48px;
        padding-right: 40px !important;
    }
}


.second_menu_box_right::-webkit-scrollbar {
    width: 6px;
    margin-right: 8px !important;
}
.second_menu_box_right::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.15);
    margin-right: 8px;
}
.second_menu_box_right::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(0, 0, 0, 0);
    margin-right: 8px;
}


.second_menu_box_left_tab>ul{
    margin: 0;
    padding: 0;
}
.second_menu_box_left_tab>ul>li{
    margin-bottom: 40px;
    height: 24px;
    line-height: 24px;
    font-family: HarmonyOSHans-Medium;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    /* cursor: pointer; */
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	opacity:0.5;
}

.second_menu_box_left_tab>ul>li:last-child{
    margin-bottom: 0px;
}

.second_menu_box_left_tab>ul>li.active,
.second_menu_box_left_tab>ul>li:hover{
    opacity:1 !important;
}

.navbar .underlinehover:hover{
    cursor: pointer;
	opacity:1 !important;
}
.menu_card_row_b_title-container:hover > .underlinehover > div{
	opacity:1 !important;
}
.menu_card_row_b_title-container:hover > .underlinehover > .link-icon-nav-third{
	opacity:1 !important;
}
.menu_card_row_b_title a .menu_card_row_b_title-container{
    color: #000;
    width: 100%;
    max-width: 100%;
}
.menu_card_row_b_title .nav-tip{
opacity:0.7;
}
.menu_card_row_b_title a .menu_card_row_b_title-container:hover > .nav-tip{
    opacity:0.8 !important;
}
.menu_card_row_b_title .menu_card_row_b_title_text{
    color: #000;
    max-width: 218px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	    display: flex;
    flex-direction: row;
    font-size: 14px;
    font-family: HarmonyOSHans-Medium;
	height:24px;
    align-items: center;
}
.menu_card_row_b_title .menu_card_row_b_title_text >div{
	opacity:0.7;
}
.menu_card_row_b_title .menu_card_row_b_title_text > .link-icon-nav-third{
	opacity:0.7;
}

.menu_card_row_b_title a{
    width: 100%;
}

.menu_card_row_b_title .link-icon-nav{
    width: 18px;
    height: 18px;
    margin-left: 8px;
}



.second_menu_box_right_card{
    /* display: flex; */
}
.menu_card_row{
    width: 25%;
    display: inline-block;
    padding-right: 32px;
    box-sizing: border-box;
}
.menu_card_row:last-child{
    padding-right: 0px;
}
.menu_card_row_b{
    margin-top: 40px;
}
.menu_card_row .menu_card_row_b:first-child{
    margin-top: 0;
}
.menu_card_row_b_title{
    line-height: 24px;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    /* display: flex; */
    max-width: 100%;
    font-family: HarmonyOSHans-Medium;
}
.menu_card_row_b_title > a:first-child {
    display:block;
}
.menu_card_row_b_title .menu_card_row_b_title_text .noicon-title {
        max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.menu_card_row_b_title >span{
     display: block;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    max-width: 100%;
}


.menu_card_row_b>ul li{
    line-height: 16px;
    list-style: none;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
}
.menu_card_row_b>ul li:not(:last-child){
    margin-bottom: 32px;
}
.menu_card_row_b>ul li a div{
    color: rgba(0,0,0,0.7);
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	display: flex;
    flex-direction: row;
    font-size: 14px;
	line-height:20px;
	    align-items: center;
}
.menu_card_row_b>ul>li>a{
opacity:0.7;
}
.menu_card_row_b a{
    padding: 0px !important;
}

.menu_card_row_b>ul li a:hover{
    opacity:1 !important;
}
.menu_card_row_b>ul>li>a:hover > .nav-tip{
    opacity:0.8 !important;
}
.menu_card_row em.BetaTag{
    font-size: 12px;
    padding: 0 8px;
    background-color: rgba(129,189,62,.1);
    color: #81bd3e;
    font-style: normal;
    border-radius: 9px;
    font-weight: 500;
    line-height: 14px;
    margin-left: 8px;
    margin-top: 4px;
    display: inline-block;
	height:14px;
}
.menu_card_row em.NewTag{
    font-size: 10px;
    padding: 0 6px;
    background-color: #ffe7e7;
    color: #ce0e2d;
    font-style: normal;
    border-radius: 9px;
    font-weight: 500;
    line-height: 14px;
    margin-left: 8px;
    margin-top: 4px;
    display: inline-block;
	flex: 0 0 auto;
	height: 14px;
}
.second_menu_box_right_card .simple .menu_card_row>ul>li{
    list-style: none;
    margin-top: 12px;
    line-height: 16px;
    list-style: none;
    color: #333;
    font-size: 12px;
}
.second_menu_box_right_card .simple .menu_card_row>ul>li:first-child{
    margin-top: 0;
}
.second_menu_box_right_card .simple .menu_card_row>ul>li a{
    color: #333333;
}.second_menu_box_right_card .simple .menu_card_row>ul>li a:hover{
    color: #000;
}

/* .image_card{
    width: 360px;
	display: flex;
} */
.menu_card_row_b_desc{
    font-size: 12px;
    color: #777;
    line-height: 16px;
    white-space: pre-wrap;
    padding-right: 9px;
	margin-top:12px;
	white-space: pre-line;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	max-height:48px;
}
.second_menu_box_right_card.picType{
    justify-content: space-between;
}

.second_menu_box_right_card {
    display: none;
}
.second_menu_box_right_card.show{
    display: flex;
}
.searchBox{
    /* 3月搜索新增 start */
    width: 100%;
    max-width: 848px;
    /* 3月搜索新增 end */
    display: flex;
    position: absolute;
}

@media screen and (max-width: 1200px) {
  .searchBox {
	margin-left: 0px;
  }
}

@media screen and (max-width: 900px) {
  .searchBox {
	margin-left: 0px;
	position: relative;
    width: 100%;
  }
  .center {
      min-width: 88px;
  }
}
.searchBox .search{
    height: 80px;
    width: 100%;
    padding: 0 24px;
    outline: none;
}
.searchBox input{
    height: 80px;
    width: calc(100% - 16px);
    margin: 0 8px;
    border: 0;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid #e8e8e8;
	outline: none;
}
#search::-webkit-input-placeholder{
	color: rgba(0,0,0,0.2);
	font-size:16px;
	line-height:24px;
    font-family: "HarmonyOSHans-Light";
}
.searchicon{
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url(/assets/image/search.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 28px;
    cursor: pointer;
}
.search-close{
    position: absolute;
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url(/assets/image/close.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    right: 0;
    top: 28px;
    cursor: pointer;
}
.morelist ul{
    margin: 0;
    padding: 0;
}
.morelist ul li{
    list-style: none;
    line-height: 24px;
    padding: 6px 0;
	white-space: nowrap;
}
.morelist ul li a{
    color: rgba(0,0,0,.5);
}
.morelist ul li a:hover{
    color: #000;
}
.userinfo{
    position: relative;
    display: flex;
    cursor: pointer;
}
.userinfo.hide{
    display: none;
}
.headerPic{
    height: 32px;
    
}
.headerPic>img{
    height: 16px;
    width: 16px;
    border-radius: 16px;
    margin-top: 8px;
}
.userinfo>i{
    font-size: 10px;
    display: inline-block;
    height: 1em;
    width: 1em;
    margin-left: 10px;
}
.userinfo>i svg{
    height: 1em;
    width: 1em;
    transition: all .21s;
}
.userinfo:hover>i svg{
    transform: rotateX(180deg);
}
.userinfo .userCard{
    display: none;
    position: absolute;
    top: 32px;
    right: 0;
    width: 272px;
    padding: 24px 16px;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
    border-radius: 0 0 4px 4px;
    z-index: 99;
    box-sizing: border-box;
	font-size:16px;
    cursor: default;
}
.userinfo:hover .userCard{
    display: block;
}
.userCardinfo{
    padding-bottom: 16px;
    display: flex;
}
.userCardinfo .userCardinfoPic{
    flex:0 0 auto;
    height: 48px;
    width: 48px;
    margin-left: 8px;
}
.userCardinfo .userCardinfoPic img{
    border-radius: 33px;
    width: 100%;
}
.userCardinfoV{
    padding-left: 24px;
	width:160px;
}
.userCardinfoV .username{
		box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
    font-family: "HarmonyOSHans-Medium";
    font-size: 16px;
    color: #000;
}
.userCardinfoV .nickname{
    font-family: HarmonyHeiTi;
    font-size: 12px;
    color: rgba(0,0,0,0.60);
    letter-spacing: 0;
    line-height: 16px;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.userCardinfoV .nav_userinfo_tools_head_v{
    margin-top: 8px;
}

.nav_userinfo_tools_head_v>span{
	height: 16px;
	background:url(/assets/image/icon_top_denglu_renzheng.svg) no-repeat left 48px center;
	display: block;
	color:#2E2E2E ;
	font-size: 12px;
	line-height: 16px;
}
.nav_userinfo_tools_head_v>span.noverif{
	  box-sizing: content-box;
    background: none;
    border: 1px solid #000000;
    font-size: 12px;
    line-height: 16px;
    padding: 8px 16px;
    display: inline-block;
    border-radius: 16px;
    font-family: "HarmonyOSHans-Medium";
    cursor: pointer;
}
.userMenu{
    padding: 4px 0 4px 8px;
    border-top: 1px solid rgba(0,0,0,0.10);
    margin-bottom: 0;
}
.userMenu ul{
    padding: 0;
    margin: 0;
}
.userMenu ul li{
    list-style: none;
    padding: 6px 0;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 20px;
    cursor: pointer;
}

.userMenu ul li i{    
	 float: right;
    font-size: 12px;
    min-width: 8px;
    height: 16px;
    background-color: #f15859;
    border-radius: 16px;
    color: #fff;
    line-height: 16px;
    padding: 0 4px;
    margin-top: 4px;
    text-align: center;
	font-style: normal;
}
.userMenu ul li span {
color: #333;
	font-size: 14px;
	transition: color .3s;
	font-family: "HarmonyOSHans-Medium";
}
.userMenu ul li span:hover {
	color: #000;
}
.logout:hover,
.userMenu ul li:hover{
    color: #000;
 
}
.logout{
    line-height: 0px;
    color: rgb(119, 119, 119);
}
.userinfo .userCard .logout {
    font-size: 14px;
    transition: color .3s;
    font-family: "HarmonyOSHans-Medium";
    color: #333333;
    letter-spacing: 0;
    line-height: 20px;
    padding: 2px 0 6px 8px;
    cursor: pointer;
}
.userinfo .userCard .logout:hover {
    color: #000;
}

.updatetip{
    box-sizing: border-box;
    height: 45px;
    background-color: #333;
    font-size: 12px;
    text-align: left;
    width: 100%;
    color: #f5f5f5;
    padding: 0 160px;
    position: relative;
}

.updatetip {
	position: static;
}
.cookietip{
	position: fixed;
	bottom: 0;
	background-color: rgba(0,0,0,0.8);
	width: 100%;
}
.cookietip>div.cookie{
	display:flex;
	align-items:center;
	box-sizing: border-box;
	font-size: 12px;
	text-align: left;
	/*max-width: 1600px;*/
	color:#ffffff;
	padding:24px 160px 24px;
}
.updatetip p{
    width:100%;
    height: 100%;
    position: relative;
    /*
    display: flex;
    line-height: 45px;
    margin-top: 5px;*/
}
.updatetip{
	overflow-y: auto;
}
.cookietip .cookietip_btn{
    display:flex;
	position:relative;
}
.updatetip p em {
	width: 24px;
	height: 24px;
	margin-right: 8px;
	background:url(/assets/image/info16.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position: fixed;
	top: 11px;
}
.cookietip>.cookie_close {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 56px;
    top: 16px;
    font-size: 16px;
    cursor: pointer;
    color: #777;
    transition: color .3s;
}
.updatetip p span,.cookietip>div.cookie p{
    line-height: 20px;
    width: 90%;
    vertical-align: middle;
    text-align: left;
    box-sizing: border-box;
	margin-right: 24px;
}
.updatetip p span {
    width: 100%;
    margin-right: 0; 
    color: #ffffff;
    display: table-cell;
    height: 45px;
    padding-left: 48px;
}
.cookietip>div.cookie p a{
	color:#fff;
}
@media screen and (min-width:721px) and (max-width:1200px){
    .cookietip>.cookie_close {
        right: 30px;
    }
    .cookietip>div.cookie{
        flex-direction: column;
        align-items: flex-end;
        padding: 24px 56px 24px 32px;
    }
    .cookietip>div.cookie p{
        margin-right: 0;
        margin-bottom: 16px;
        width: auto;
    }
    .updatetip{
        box-sizing: border-box;
        height: 45px;
        background-color: #333;
        font-size: 12px;
        text-align: left;
        width: 100%;
        color: #f5f5f5;
        padding: 0 56px 0 32px;
        position: relative;
    }
}
.cookietip_settings, .cookietip_reject {
    height: 32px;
    color: #fff;
    border-radius: 16px;
    text-align: center;
    line-height: 16px;
    padding: 8px 16px;
    border: 1px solid rgba(255,255,255,0.9);
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    white-space: nowrap;
    box-sizing: border-box;
    margin-right: 16px;
	position: relative;
}
.cookietip_settings a{
    color: #fff;
}
.cookietip_accept{
    color: #fff;
    height: 32px;
    border-radius: 16px;
    text-align: center;
    line-height: 16px;
    padding: 8px 16px;
    border: 1px solid rgba(255,255,255,0.9);
    font-size:13px;
    font-weight: bold;
    cursor:pointer;
    white-space: nowrap;
    box-sizing: border-box;
}
.cookietip_settings:hover,.cookietip_reject:hover{
	border: 1px solid rgba(255,255,255,0.75);
	color:rgba(255,255,255,0.75);
}
.cookietip_settings:hover a,.cookietip_reject:hover, .cookietip_accept:hover{
	color:rgba(255,255,255,0.75);
}
.updatetip_close,
.cookietip_close{
    height: 16px;
    width: 16px;
    overflow: hidden;
    position: fixed;
    top: 14px;
    right: 56px;
    cursor: pointer;
}
@media screen and (min-width:721px) and (max-width:1200px){
    .cookietip>.cookie_close {
        right: 30px;
    }
    .updatetip_close {
        right: 32px;
    }
    .updatetip p{
        width:calc(100% - 48px);
        height: 100%;
        position: relative;
        display: flex;
    }
    .updatetip p span{
        padding: 5px 0 5px 48px;
    }
}
.updatetip_close:before,
.updatetip_close:after,
.cookietip_close:before,
.cookietip_close:after
{
    height: 1px;
    width: 30px;
    background: #777;
    transform-origin: left center;
    left: 0;
    position: absolute;
    content: '';
    display: block;
}
.updatetip_close:hover:before,
.updatetip_close:hover:after,
.cookietip_close:hover:before,
.cookietip_close:hover:after{
	background: #fff;
}
.updatetip_close:before,
.cookietip_close:before
{
    top: -1px;
    transform: rotate(45deg);
}
.updatetip_close:after,
.cookietip_close:after{
    bottom: -1px;
    transform: rotate(-45deg);
}
.cookiehide{
	display:none;
}

.languageBox{
    cursor: pointer;
    margin-right: 27px;
    position: relative;
}
.languageBox>i{
    font-size: 10px;
    display: inline-block;
    height: 1em;
    width: 1em;
    margin-left: 5px;
}
.languageBox>i svg{
    height: 1em;
    width: 1em;
    transition: all .21s;
}
.languageBox:hover>i svg{
    transform: rotateX(180deg);
}
.languageBox .language-combox{
    display: none;
}
.languageBox:hover .language-combox{
    display: block;
}
.navbar .language-combox{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
    padding: 24px;
    position: absolute;
    top: 32px;
	right:0;
	background-color: #fafafa;
}

.navbar .language-combox ul{
    margin: 0;
    padding: 0;
	  min-width:175px;
}
.navbar .language-combox ul li{
    list-style: none;
    padding: 7px 0;
    line-height: 14px;
	font-size:14px;
	white-space: nowrap;
}
.navbar .language-combox ul li:hover{
    font-weight: bold;
}


.hotWord{
    background: #fff;
    box-shadow: 0 2px 16px -5px rgb(0 0 0 / 10%);
    border-radius: 0 0 4px 4px;
    position: absolute;
    top:81px;
    box-sizing: border-box;
    width: 100%;
    /*padding-left: 44px;
    padding-top: 9px;
    padding-bottom: 9px; */
	padding: 0 32px;
	left:0px;
    font-size: 14px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 138px);
}
.hotWord>div{
    font-size: 14px;
    color: #6f79a8;
    cursor: pointer;
    padding: 7px 0;
}
.hotWord>div:hover{
    color: #000;
}
.hotWord .history-search {
    margin-bottom: 16px;
	padding-top: 24px;
}
.hotWord .hot-search {
    margin-bottom: 32px;
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
	.hotWord .hot-search {
    margin-bottom: 24px;
}
}

/* @media (max-width: 1440px) { */
    .navbar .navbar_menu .navbar_menu_left,
	.menu_ul>ul {
		position: static;
	}
    .menu_ul ul li .second_menu{
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .menu_ul .link-icon-nav{
        width: 24px;
        height: 24px;
        vertical-align: -9%;
        display: inline-block;
    }

    .menu_ul .link-icon-nav-third{
        width: 24px;
        height: 24px;
        display: inline-block;
        margin-left: 4px;
    }

    /* .menu_ul  .link-icon-nav-light{
        width: 18px;
        height: 18px;
        vertical-align: -5%;
        display: inline-block;
    } */

/* } */


@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: translate(100%);
        transform: translate(100%);
        width: 0;
    }

    0.1% {
        transform: translate(100%);
        width: 100vw;
        -webkit-transform: translate(100%);
    }

    100% {
        transform: translate(0);
        -webkit-transform: translate(0);
    }
}

@keyframes slideIn {
    0% {
        width: 0;
        -webkit-transform: translate(100%);
        transform: translate(100%)
    }

    0.1% {
        width: 100vw;
        -webkit-transform: translate(100%);
        transform: translate(100%)
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes slideOut {
    0% {
        transform: translate(0);
        -webkit-transform: translate(0);
        width: 100vw;
    }

    99.9% {
        transform: translate(100%);
        -webkit-transform: translate(100%);
        width: 100vw;
    }

    100% {
        transform: translate(100%);
        width: 0;
        -webkit-transform: translate(100%);
    }
}

@keyframes slideOut {
    0% {
        width: 100vw;
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    99.9% {
        width: 100vw;
        -webkit-transform: translate(100%);
        transform: translate(100%)
    }

    100% {
        width: 0;
        -webkit-transform: translate(100%);
        transform: translate(100%)
    }
}

@media screen and (max-width:720px) {
    header {
        padding: 0;
    }
}

@media screen and (max-width:720px) {
    .header-box {
        display: flex;
        padding: 0 24px;
    }

    .navPadding {
        padding-bottom: 50px;
    }

    body {
        margin: 0;
    }

    .flex .dc {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
    
    .flex .ac {
        -webkit-box-align: center;
        align-items: center;
    }

    .flex .as {
        -webkit-box-align: start;
        align-items: flex-start;
    }

    .ac {
        -webkit-box-align: center;
        align-items: center;
    }

    .dc {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .js {
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
	
	.jc {
        -webkit-box-pack: justify;
        justify-content: center;
    }

    .flex {
        display: -webkit-box;
        display: flex;
    }

    .must_flex {
        display: flex !important;
    }

    aui-header {
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
    }

    aui-header a {
        text-decoration: none;
    }

    header {
        width: 100%;
        background: #fff;
        box-shadow: 0 1px 3px #eee;
        font-size: 16px;
        color: #000;
        z-index: 999;
    }

    mobile-header {
        position: fixed;
        z-index: 99;
        width: 100%;
			background: #fff;
        box-shadow: 0 1px 3px #eee;
        font-size: 16px;
        color: #000;
    }

    header .mobody.notice {
        top: 95px;
        height: calc(100% - 95px);
    }

    header .nav_toggle {
        height: 50px;
        width: 44px;
        position: relative
    }

    header .nav_toggle aui-icon {
        font-size: 20px;
        -webkit-transition: opacity .15s;
        transition: opacity .15s;
        opacity: 0;
        position: absolute;
        left: 0
    }

    header .nav_toggle aui-icon.menu {
        font-size: 23px
    }

    header .nav_toggle aui-icon.show {
        opacity: 1;
        width: 24px;
        height: 24px;
    }

    header .mobody {
        position: fixed;
        left: 0;
        top: 50px;
        width: 100%;
        height: calc(100% - 50px);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: -webkit-transform .24s linear;
        transition: -webkit-transform .24s linear;
        transition: transform .24s linear;
        transition: transform .24s linear, -webkit-transform .24s linear
    }

    header .mobody.show {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    header .mobody .shadowLine {
        height: 3px;
        position: absolute;
        z-index: 6;
        width: 100%;
        top: -3px;
        background: 0 0;
        box-shadow: 0 1px 3px #eee
    }

    header .nav_logo>img {
        height: 20px;
        /* width: 173px; */
    }

    header .f1 {
        -webkit-box-flex: 1;
        flex: 1
    }

    header .f11 {
        -webkit-box-flex: 11;
        flex: 11;
        width: 1%
    }

    [auiicon] {
        height: 1em;
        width: 1em;
        line-height: 1;
        font-size: 1em
    }
	
	.mobHeaderPic {
		width: 24px;
		height: auto;
	}
    .headerTip  svg {
        height: 1em;
        width: 1em
    }

    /* [auiicon] svg {
        height: 1em;
        width: 1em
    } */

    [avatar]>img {
        height: 100%;
        width: 100%;
        border-radius: 50%
    }

    [avatar]>div {
        color: #fff;
        background: rgba(201, 201, 201, .345);
        border-radius: 50%;
        height: 100%;
        width: 100%
    }

    [avatar]>div>aui-icon {
        font-size: 14px
    }

    [aui-header-a] {
        height: 100%;
        width: 100%;
        position: relative;
        line-height: inherit
    }

    [aui-header-a] a {
        color: #777;
        height: 100%;
        font-size: 1em;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        display: -webkit-inline-box;
        display: inline-flex;
        line-height: inherit;
        white-space: pre-wrap;
        -webkit-box-flex: 1;
        flex: auto
    }

    [aui-header-a] a.normal {
        cursor: default
    }

    [aui-header-a].active a,
    [aui-header-a] :hover a {
        color: #000
    }

    [aui-header-a].active.isMain :after {
        height: 3px;
        left: 0;
        width: 100%;
        background: #000;
        position: absolute;
        bottom: -1px;
        display: block;
        content: ""
    }

    [aui-header-a].isMain a {
        white-space: nowrap
    }

    .nav .navItem .nbOut {
        position: relative
    }

    .nav .navItem .nb {
        font-size: 12px;
        padding: 3px 6px;
        line-height: 1;
        color: #ce0e2d;
        background: #ffe7e7;
        font-weight: 400;
        top: 50%;
        -webkit-transform: translateY(-60%) scale(.8);
        transform: translateY(-60%) scale(.8);
        border-radius: 9px;
        margin-left: 5px
    }
	
	.nav .navItem .beta {
        background-color: rgba(129,189,62,.1);
    	  color: #81bd3e;
    }

    .search .f1 {
        -webkit-box-flex: 1;
        flex: 1
    }

    .search {
        min-width: 44px
    }

    .search .searchBtn {
        height: 50px;
        justify-content: right;
    }

    .search .searchBtn aui-icon {
        /*font-size: 18px;*/
        color: #000;
		height: 24px;
    }

    .search .searchArea {
        position: relative;
    }

    .search .searchArea aui-icon {
        width: 24px;
		height: 24px;
    }

    .search .searchArea .searchInput {
        border: none;
        outline: 0;
        box-shadow: none;
        background: 0 0;
        font-size: 14px
    }
	#search::-webkit-input-placeholder{
        color: rgba(0,0,0,0.2);
        font-size:16px;
        line-height:24px;
        font-family: "HarmonyOSHans-Light";
    }
    .search .searchArea {
        height: 50px
    }

    .search .searchArea aui-icon.close {
        padding: 0 3px
    }

    .search .searchArea .searchInput {
        padding: 10px 8px;
        line-height: 24px;
    }

    .search .searchArea .searchHistory {
        top: 50px
    }

    .search .searchArea .searchHistory {
        position: absolute;
        width: 100vw;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
        border-radius: 0 0 4px 4px;
        background-color: #fff;
    }
	
	@media screen and (max-width: 720px) {
	.search .searchArea .searchHistory {
		background-color: rgba(0, 0, 0, 0.4);
		height: 100vh;
		}
	}

    .search .searchArea .searchHistory li {
        font-size: 14px;
        color: #6f79a8;
        line-height: 20px;
        cursor: pointer;
        -webkit-transition: color .3s;
        transition: color .3s
    }
	
	/* 3月搜索新增 */
	.search .searchArea .searchHistory .search-info {
		padding: 0 24px;
	}
	
	@media screen and (max-width: 720px) {
	.search .searchArea .searchHistory .search-info {
		background-color: #ffffff;
		}
	}
	
	@media screen and (max-width: 720px) {
  	.search .searchArea .searchHistory .search-info .history-search  {
		padding-bottom: 24px;
		padding-top: 24px;
  		}
	}
	
	@media screen and (max-width: 720px) {
  	.search .searchArea .searchHistory .search-info .hot-search  {
    	padding-bottom: 32px;
  		}
	}

    .search .searchArea .searchHistory li :hover {
        color: #000
    }

    .mobNav {
        position: fixed;
        left: 0;
        top: 0;
        background: #fff;
        height: calc(100% - 128px);
        overflow-y: hidden;
        width: 100vw;
        z-index: 3
    }

    .mobNav .Nav-A1-table {
        margin: 0px;
        border-spacing: 0px;
        border-color: transparent;
        width: 100%;
        height: 100%;
    }
    .mobNav .Nav-A1-table tr th {
        font-weight: normal;
        vertical-align: top;
        text-align: left;
        height: 100%;
    }

    .mobNav .menu-body {
        background: #ffffff;
      }
      .mobNav .menu-body .menu-body-left {
        width: 32vw;
        max-width: 32vw;
        height: 100%;
        background: #F8F8F8;
      }

      .mobNav .menu-body .menu-body-left .menu-body-left-scroll{
        height: 100%;
        overflow-y: scroll;
      }
      .mobNav .menu-body .menu-body-left .phone-firstTab-list {
        font-family: HarmonyOSHans-Medium;
        font-size: 14px;
        color: #000000;
        letter-spacing: 0;
        padding: 16px 16px 16px 24px;
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
      }
      .mobNav .menu-body .menu-body-left .phone-firstTab-list-select {
        position: relative;
      }
      .mobNav .menu-body .menu-body-left .phone-firstTab-list-select .left-square {
        width: 3px;
        height: 19px;
        background: #0071FF;
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
      }
      .mobNav .menu-body .menu-body-right {
        flex: 1;
        background: #ffffff;
        padding: 0px 16px;
        height: 100%;
        overflow-y: scroll;
      }

      .mobNav .menu-body .menu-body-right .menu-body-right-scroll{
        height: 100%;
        overflow-y: scroll;
      }


      .mobNav .menu-body .menu-body-right .secondTab-list {
        padding: 16px 0px 16px 0px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      }

      .mobNav .menu-body .menu-body-right .secondTab-list:last-child {
        padding: 16px 0px 16px 0px;
        border-bottom: 1px solid rgba(0, 0, 0, 0);
      }

      .mobNav .menu-body .menu-body-right .secondTab-list .second-container {
        display: flex;
      }
      .mobNav .menu-body .menu-body-right .secondTab-list .second-container .secondTab-title {
        width: 50vw;
        font-size: 14px;
        color: #000000;
        letter-spacing: 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
		font-family: HarmonyOSHans-Medium;
      }
      .mobNav .menu-body .menu-body-right .secondTab-list .second-container .secondTab-icon {
        flex: 1;
        display: flex;
        justify-content: flex-end;
        align-items: center;
      }
      .mobNav .menu-body .menu-body-right .secondTab-list .second-container .secondTab-icon img{
        /* transition: transform .21s ease; */
      }
    
      .mobNav .menu-body .menu-body-right .secondTab-list .second-container .secondTab-icon .secondTab-icon-more {
        transform: rotate(0deg);
      }
      .mobNav .menu-body .menu-body-right .secondTab-list .thirdTab-container .thirdTab-list {
        padding: 24px 0px 0px 16px;
        display: flex;
      }
      
      .mobNav .menu-body .menu-body-right .secondTab-list .thirdTab-container .thirdTab-list .thirdTab-title {
        font-size: 14px;
        color: #000000;
        letter-spacing: 0;
        width: 47vw;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
		font-family: HarmonyOSHans-Medium;
      }
      .mobNav .menu-body .menu-body-right .secondTab-list .thirdTab-container .thirdTab-list .thirdTab-icon {
        flex: 1;
        display: flex;
        justify-content: flex-end;
        align-items: center;
      }
      .mobNav .menu-body .menu-body-right .secondTab-list .thirdTab-container .thirdTab-list .thirdTab-icon img{
        /* transition: transform .21s ease; */
      }
      .mobNav .menu-body .menu-body-right .secondTab-list .thirdTab-container .thirdTab-list .thirdTab-icon .thirdTab-select {
        transform: rotate(180deg);
      }
      .mobNav .menu-body .menu-body-right .secondTab-list .thirdTab-container .fourthTab-list {
        padding: 24px 0px 0px 16px;
      }
      .mobNav .menu-body .menu-body-right .secondTab-list .thirdTab-container .fourthTab-list .fourthTab-title {
        width: 47vw;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        opacity: 0.5;
        font-size: 14px;
        color: #000000;
        letter-spacing: 0;
		font-family: HarmonyOSHans-Medium;
      }

    .stNav {
        position: fixed;
        left: 0;
        top: 0;
        background: #fff;
        height: 100%;
        overflow-y: auto;
        width: 0;
        z-index: 4;
        overflow-x: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        /* -webkit-animation: .24s linear forwards slideOut;
        animation: .24s linear forwards slideOut; */
        -webkit-transition: -webkit-transform .24s linear;
        transition: -webkit-transform .24s linear;
        transition: transform .24s linear;
        transition: transform .24s linear, -webkit-transform .24s linear;
    }

    .stNav.z5 {
        z-index: 5
    }

    .stNav.noAni {
        width: 0 !important
    }

    .stNav.show {
        width: 100vw;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        /* -webkit-animation: .24s linear forwards slideIn;
        animation: .24s linear forwards slideIn */
    }

    .stNav.pt50 {
        padding-top: 50px
    }

    .stNav.pt50 ul.nav {
        padding-top: 0
    }

    .stNav .stBack {
        position: absolute;
        margin: 0 16px;
        width: calc(100vw - 32px);
        border-bottom: 1px solid #dcdde2;
        top: 0;
        left: 0;
        font-size: 14px;
        height: 50px;
        color: #777
    }

    .stNav .stBack aui-icon {
        font-size: 13px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        margin-right: 9px
    }

    .nav {
        box-sizing: border-box;
        padding: 15px 16px;
        height: 100%;
        overflow-y: auto
    }

    .nav .navItem {
        display: block;
        padding: 0;
        border-bottom: 1px solid #dcdde2;
        color: #000;
        font-size: 16px
    }

    .nav .navItem .navT {
        height: 56px
    }

    .nav .navItem .navT .down {
        height: 56px;
        width: 50px;
        color: #777;
        font-size: 18px
    }

    .nav .navItem .navT .down aui-icon {
        font-size: 10px;
    }

    .nav .navItem .navT aui-header-a a {
        line-height: 56px;
        color: #333
    }

    .nav .navItem .secMenu {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height .3s ease-in-out;
        transition: max-height .3s ease-in-out;
        padding-left: 16px
    }

    .nav .navItem .secMenu .subNavs {
        line-height: 40px;
    }

    .nav .navItem .secMenu .subNavs:last-child {
        margin-bottom: 16px
    }

    .nav .navItem .secMenu aui-header-a {
        font-size: 14px
    }

    .nav .navItem .secMenu aui-header-a a {
        color: #777
    }

    .nav .navItem.open .navT .down aui-icon {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg)
    }

    .mobAccount {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        overflow-y: auto;
        width: 100vw;
        z-index: 1;
        background: #fff
    }

    .mobAccount .bottomDeafult {
        position: absolute;
        height: 128px;
        width: 100%;
        bottom: 0;
        padding: 20px 24px;
        background: #f8f8f8;
        box-sizing: border-box;
        border-top: 1px solid #ffffff;
    }

    .mobAccount .bottomDeafult>div {
        padding: 5px 0;
        font-size: 14px;
        opacity: .6
    }

    .mobAccount .bottomDeafult>div a,
    .mobAccount .bottomDeafult>div span {
        display: inline-block;
        padding: 10px 10px 10px 0;
        color: #262728
    }

    .mobAccount .bottomDeafult>div aui-icon {
        padding-top: 5px;
        color: #525e69;
        font-size: 22px;
        margin-right: 10px
    }

    .slideDom {
        position: absolute;
        height: 100%;
        width: 100vw;
        left: 0;
        top: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        /* -webkit-animation: .24s linear forwards slideOut;
        animation: .24s linear forwards slideOut; */
        -webkit-transition: -webkit-transform .24s linear;
        transition: -webkit-transform .24s linear;
        transition: transform .24s linear;
        transition: transform .24s linear, -webkit-transform .24s linear;
        overflow: hidden;
        background: #fff;
        z-index: 4
    }
    .slideDom .back{
        border-bottom: 1px solid rgba(0,0,0,0.1);
        margin: 0 24px;
        display: flex;
        align-items: center;
        padding: 20px 0;
    }
    .slideDom .back svg{
        width: 24px;
        height: 24px;
        opacity: 0.5;
    }
    .slideDom .back p{    
        opacity: 0.5;
        font-family: HarmonyOSHans-Medium;
        font-size: 16px;
        color: #000000;
        letter-spacing: 0;
        text-align: center;
        line-height: 24px;
        margin-left: 8px;
    }

    .slideDom.noAni {
        width: 0 !important
    }

    .slideDom.openAccount,
    .slideDom.openLangList {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        /* -webkit-animation: .24s linear forwards slideIn;
        animation: .24s linear forwards slideIn */
    }

    .slideDom .langList {
        height: 100%;
        overflow-y: auto;
        padding: 0 20px 40px
    }

    .slideDom .langList .langItem {
        line-height: 48px;
        border-bottom: 1px solid #dcdde2;
        color: #4e4e4e;
        font-size: 14px
    }

    .slideDom .langList .langItem :last-child {
        border-bottom: none
    }

    .slideDom .accout {
        box-sizing: border-box;
        padding: 0 20px 48px;
        height: 100%;
        justify-content: normal;
    }

    .slideDom .accout .user_info {
        padding: 24px 0 24px;
    }

    .slideDom .accout .user_info .user_info_box {
        padding-top: 16px;
    }

    .slideDom .accout .user_info .user_info_box .user_name>span {
        font-size: 20px;
        line-height: 26px;
        color: #000000;
        font-family: 'HarmonyOSHans-Medium';
    }
    .slideDom .accout .user_info .user_info_box .user_name>em {
        padding: 3px 6px 3px 3px;
        opacity: .5;
        background: #6f79a8;
        border-radius: 2px;
        font-size: 10px;
        color: #fff;
        letter-spacing: -.3px;
        font-style: italic;
        margin-left: 6px
    }
    .slideDom .accout .user_info .user_info_box .nick_name {
        margin-top: 8px;
        font-size: 14px;
        color: #777777;
        letter-spacing: 0;
        text-align: center;
        line-height: 16px;
    }
    .slideDom .accout .user_info .user_info_box .nick_name>span {
        color: #777777;
        font-family: 'HarmonyOSHans-Medium';
    }
    .slideDom .accout .user_info .user_info_box .verify_status {
        font-size: 14px;
        margin-top: 12px;
		   line-height: 16px;
    }

    .slideDom .accout .user_info .user_info_box .verify_status aui-icon {
        font-size: 16px;
        color: #328DFF;
    }

    .slideDom .accout .user_info .user_info_box .verify_status>.verified {
        color: #777777;
        font-family: 'HarmonyOSHans-Medium';
        margin-right: 8px;
font-size: 14px;
		   line-height: 16px;
    }

    .slideDom .accout .user_info .user_info_box .verify_status>.noVerified {
		   cursor: pointer;
		   display: inline-block;
		   padding: 8px 16px;
		   border: 1px solid #000000;
		   color: #000000;
		   border-radius: 16px;
		   font-family: 'HarmonyOSHans-Medium';
    }

    .slideDom .accout .user_list {
        width: 100%;
        -webkit-box-flex: 1;
        flex: 1;
        overflow-y: auto;
        font-size: 16px;
			padding: 0;
			margin-bottom: 0;
			border-top: none;
			border-bottom: none;
			overflow-y: auto;
			overflow-x: hidden;
            max-height: calc(-375px + 100vh);
            border-top: 1px solid #dcdde2;
    }

    .slideDom .accout .user_list li {
        padding: 20px 0;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
	
	.slideDom .accout .user_list li a {
		font-family: 'HarmonyOSHans-Medium';
    font-size: 16px;
    color: #333333;
    line-height: 24px;
	}

	.slideDom .accout .user_list li span {
		float: right;
		position: relative;
		top: 50%;
		margin-top: -10px;
		font-size: 12px;
		min-width: 20px;
		height: 20px;
		background-color: #f15859;
		border-radius: 16px;
		color: #fff;
		line-height: 18px;
		text-align: center;
	}

    .slideDom .accout .user_log_out {
        box-sizing: border-box;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1;
        border-top: 1px solid #eee;
        font-size: 16px;
        padding: 16px 20px;
        text-align: center
    }

    .slideDom .accout .user_log_out>a,
    .slideDom .accout .user_log_out>a :hover {
        font-family: 'HarmonyOSHans-Medium';
        font-size: 16px;
        color: #CE1D2C;
        text-align: center;
        line-height: 24px;
    }

    .headerTipOut {
        background-color: #333;
        /* padding: 0 96px; */
        position: relative
    }

    .headerTipOut .headerTip {
        /*height: 45px;*/
        background-color: #333;
        font-size: 12px;
    }
    .noticeContent {
        height: 45px;
        padding: 0 16px;
    }

    .headerTipOut .headerTip>div {
        height: 100%;
        margin: 0 auto;
        position: relative;
    }

    .headerTipOut .headerTip>div>.f1 {
        height: 100%
    }

    .headerTipOut .headerTip>div>.f1>aui-icon {
        font-size: 18px
    }

    .headerTipOut .headerTip>div>.f1>aui-icon.cookie,
    .headerTipOut .headerTip>div>.f1>aui-icon.notice {
        color: #777
    }

    .headerTipOut .headerTip>div>.f1>span {
        height: 100%;
        /* padding: 5px 0; */
        line-height: 1.2;
        overflow-y: auto;
        margin-left: 9px
    }

    .headerTipOut .headerTip>div>.f1>span>span {
        max-height: 100%;
        padding: 5px 36px 0 0;
        font-size: 12px;
        color: #ffffff;
        line-height: 20px;
        /*-webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;*/
    }

    .headerTipOut .headerTip>div>.f1>span>span a {
        color: #fff
    }
    .headerTipOut .headerTip>div .cookie_mobile{
        display: flex;
        justify-content: flex-end;
        width: 100%;
        flex-wrap: wrap;
    }
    .headerTipOut .headerTip>div .cookietip_settings_mobile,
    .headerTipOut .headerTip>div .cookietip_reject_mobile,
    .headerTipOut .headerTip>div .cookietip_accept_mobile{
        font-weight: 700;
        border-radius: 16px;
        border: 1px solid rgba(255,255,255,0.9);
        color: #fff;
        padding: 6px 16px;
        cursor: pointer;
        -webkit-transition: color .3s;
        transition: color .3s;
        font-size: 13px;
        margin-left: 20px;
    }
    .headerTipOut .headerTip>div .cookietip_settings_mobile a{
        color: #fff;
        font-weight: 700;
        font-size: 13px;
    }
    .headerTipOut .headerTip>div .cookietip_settings_mobile:hover a{
        color: rgba(255,255,255,0.75);
        font-weight: 700;
        font-size: 13px;
    }

    .headerTipOut .headerTip>div .cookietip_settings_mobile:hover,
    .headerTipOut .headerTip>div .cookietip_reject_mobile:hover,
    .headerTipOut .headerTip>div .cookietip_accept_mobile:hover{
        color: rgba(255,255,255,0.75);
        border: 1px solid rgba(255,255,255,0.75);
    }
    .headerTipOut .headerTip .updatetip_close_mobile {
        position: absolute;
        right: 56px;
        top: 50%;
        font-size: 18px;
        margin-top: -12px;
        cursor: pointer;
        color: #777;
        -webkit-transition: color .3s;
        transition: color .3s
    }

    .headerTipOut .headerTip .updatetip_close_mobile:hover {
        color: #fff
    }

    .headerTipOut .mobNotice {
        display: none
    }

    .headerTipOut {
        /* padding: 0 12px; */
        box-sizing: border-box;
    }
    .headerTipOut.cookietip_mobile {
        padding: 24px 16px;
    }

    .headerTipOut .headerTip>div>.f1>aui-icon {
        margin-right: 6px
    }
    .headerTipOut .headerTip>div>.f1>aui-icon.notice {
        margin-right: 24px;
    }
    .headerTipOut .headerTip>div>.f1>span {
        /* padding: 5px; */
        margin-left: 0;
			box-sizing: border-box;
    }

    .headerTipOut .headerTip>div .cookietip_settings_mobile,
    .headerTipOut .headerTip>div .cookietip_accept_mobile,
    .headerTipOut .headerTip>div .cookietip_reject_mobile{
        padding: 5px 15px;
    }

    .headerTipOut .headerTip .updatetip_close_mobile {
        right: 16px;
    }

    .cookietip_mobile {
        background-color: rgba(0,0,0,0.8);
        position: fixed;
        bottom: 0;
        width: 100%;
    }

    .cookietip_mobile .headerTip {
        background: 0 0;
        height: auto;
    }

    .cookietip_mobile .headerTip>div {
        height: 100%;
        margin: 0 auto;
        position: relative;
    }

    .cookietip_mobile .headerTip>div>.f1>span {
        padding-right: 40px;
    }

    .cookietip_mobile .headerTip>div>.f1>span>span {
        padding: 0
    }

    .cookietip_mobile .headerTip>div .cookietip_settings_mobile,
    .cookietip_mobile .headerTip>div .cookietip_accept_mobile,
    .cookietip_mobile .headerTip>div .cookietip_reject_mobile{
        align-self: flex-end;
        margin-top: 16px
    }

    .cookietip_mobile .headerTip .updatetip_close_mobile {
        top: 24px;
        right: 16px;
        margin-top: 0
    }

    .cookietip_mobile .headerTip .cookie {
        display: block
    }

    .cookietip_mobile a.device-localstorage-link {
        color: #fff
    }

    .headerTipOut .mobNotice {
        display: block
    }
	
	.userCardinfoV {
		padding-left: 0px;
	}

}