.navbar{
    position: fixed;
    width: 100%;
    z-index: 99;
    top:0;
    letter-spacing: .3px;
    font-family: "Manrope-Regular", "Arial", "Helvetica",sans-serif;
}
html[lang=zh] .navbar{
    font-family: "PingFangSC-Regular","Microsoft YaHei",Arial,Helvetica,sans-serif;
}
.cookietipfix{
	position: absolute !important;
	z-index:99
}
.navbar a{
    text-decoration: none;
}
.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 .navbar_top>a{
    display: flex;
}
.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: 80px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 16px;
    background-color: #fff;
    color: #000;
    position: relative;
    padding: 0 56px;
    display: flex;
}

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

.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;
	min-width:113px;
}
.navbar_menu_left .menu_logo img{
    width: 200px;
}
.navbar_menu_left .menu_box{
    flex: 1 1 auto;
    height: 100%;
    padding-left: 44px;
    padding-right: 40px;
    display: flex;
}
.navbar_menu_left .menu_ul{
    flex: 1 1 auto;
    padding-right: 64px;
	overflow: hidden;
}
.navbar_menu_left .btn_search{
    flex: 0 0 auto;
    width: 24px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
	background-size: 100%;
}
.menu_ul>ul{
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
}
.menu_ul>ul:hover>li>a{
    color: #777;
    transition: width .2s ease-out;
}
.menu_ul>ul>li{
    float: left;
    list-style: none;
    height: 100%;
    line-height: 80px;
    letter-spacing: 0.5px;
}
.menu_ul>ul>li:first-child{
    margin-left: 0;
}
.menu_ul>ul>li>a{
    color: #000;
    display: block;
    height: 100%;
    position: relative;
	padding: 0 20px;
	cursor:pointer;
}
.menu_ul>ul>li:hover>a{
    color: #000;
}


.menu_ul>ul>li:hover>a::after,
.menu_ul>ul>li.active>a::after{
    height: 2px;
    left: 20px;
    width: calc(100% - 40px);
    background: #7b7b7b;
    position: absolute;
    bottom: 0px;
    display: block;
    content: "";
}
.menu_ul>ul>li.active>a::after{
	background: #000;
}
.menu_ul>ul>li:hover .second_menu{
    display: block;
	margin-top:1px;
	cursor: auto;
}
.menu_ul>ul>li .second_menu{
    display: none;
    background-color: #fff;
    width: 1104px;
    position: absolute;
    top: 79px;
    box-shadow: 0 15px 30px 4px rgba(0,0,0,.1);
    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>ul>li .second_menu,
.updatetip+.navbar_top+.navbar_menu .menu_ul>ul>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;
}
.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: 240px;
    padding: 32px 0 32px 32px;
    box-sizing: border-box;
	background:#fafafa;
}
.second_menu_box_right{
    flex: 1 1 auto;
    padding:32px;
}
.second_menu_box_left_tab>ul{
    margin: 0;
    padding: 0;
}
.second_menu_box_left_tab>ul>li{
    line-height: 24px;
    margin-left: 0;
    margin-bottom: 20px;
    list-style: none;
    color: rgba(0,0,0,.5);
	white-space: nowrap;
	display:flex;
}
.second_menu_box_left_tab>ul>li span{
	position: relative;
}
.bookLink{
	display:none;
	width:16px;
	height:17px;
	background-image:url(/system/modules/org.opencms.portal.template.core/resources/images/aui_header/jumpnormal16.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	margin-top:4px;
	margin-left:8px;
	flex: 0 0 auto;
}
.bookLink:hover{
	background-image:url(/system/modules/org.opencms.portal.template.core/resources/images/aui_header/jumphover16.svg);
}
.second_menu_box_left_tab>ul>li.active .bookLink{
	display:inline-block;
}
.second_menu_box_left_tab>ul>li:hover .bookLink{
	display:inline-block;
}
.second_menu_box_left_tab>ul>li>span{
    transition: all .21s;
    position: relative;
    cursor: pointer;
    font-weight: bold;
}


.second_menu_box_left_tab>ul>li>span::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    height: 2px;
    max-width: 16px;
    width: 100%;
    background: rgba(0,0,0,.3);
    left: 0;
    -webkit-transition: .21s;
    transition: all .21s;
}
.second_menu_box_left_tab>ul>li.active>span,
.second_menu_box_left_tab>ul>li:hover>span{
    color: #000;
    padding-left: 16px;
}
.second_menu_box_left_tab>ul>li.active>span::after,
.second_menu_box_left_tab>ul>li:hover>span::after{
    background: #000;
    max-width: 100%;
}
.second_menu_box_left_tab>ul>li.single>span,
.second_menu_box_left_tab>ul>li.single>span:hover{
    color: #000;
    padding-left: 0;
}
.second_menu_box_left_tab>ul>li.single>span::after,
.second_menu_box_left_tab>ul>li.single>span:hover::after{
    background: #000;
    max-width: 16px;
    padding-left: 0;
}
.key_action{
    margin-top: 40px;
}
.key_action_title{
    font-size: 12px;
    color: rgba(0,0,0,.3);
    letter-spacing: .25px;
    line-height: 16px;
    margin-bottom: 16px;
    font-weight: bold;
}
.menu_card_row_b_title a{
    color: #000;
}

.key_action>ul{
    margin: 0;
    padding: 0;
}
.key_action>ul>li{
    list-style: none;
    line-height: 24px;
    margin-top: 8px;
    font-weight: bold;
}
.key_action>ul>li:first{
    margin-top: 0;
}
.key_action>ul>li a{
    color: rgba(0,0,0,.5);
}

.second_menu_box_right_card{
    display: flex;
}
.menu_card_row{
    width: 200px;
}
.menu_card_row_b{
    margin-top: 24px;
}
.menu_card_row .menu_card_row_b:first-child{
    margin-top: 0;
}
.menu_card_row_b_title{
    line-height: 24px;
    font-weight: bold;
    display: flex;
}
.menu_card_row_b_title >span{
     display: block;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}


.menu_card_row_b>ul li{
    margin-top: 12px;
    line-height: 16px;
    list-style: none;
    color: #333;
    font-size: 12px;
}
.menu_card_row_b>ul li a{
    color: #333333;
}
.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{
    width: 100%;
    display: flex;
    position: relative;
}
.searchBox input{
    height: 79px;
    width: 100%;
    border: 0;
    font-size: 14px;
    border-bottom: 1px solid #e8e8e8;
    padding: 0 30px;
	outline: none;
}
.searchicon{
    width: 18px;
    height: 100%;
    background-image: url(/assets/image/aui_search_hover.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.search-close{
    position: absolute;
    width: 18px;
    height: 18px;
    display: inline-block;
    background-image: url(/assets/image/aui_close.png);
    background-repeat: no-repeat;
    background-size: 100%;
    right: 0;
    top: 32px;
    cursor: pointer;
}
.nav_more {
    position: relative;
	/* visibility: hidden; */
	padding:0 20px;
}
.nav_more i{
    font-size: 10px;
    display: inline-block;
    height: 1em;
    width: 1em;
}
.nav_more .morelist{
    display: none;
}
.nav_more:hover .morelist{
    display: block;
    background-color: #fafafa;
    padding: 20px;
    position: absolute;
    top: 80px;
    box-shadow: 0 15px 30px 4px rgba(0,0,0,.1);
    left: 0px;
	margin-top:1px;
}
.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: 320px;
    padding: 32px 24px;
    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;
}
.userinfo:hover .userCard{
    display: block;
}
.userCardinfo{
    padding-bottom: 30px;
    display: flex;
}
.userCardinfo .userCardinfoPic{
    flex:0 0 auto;
    height: 66px;
    width: 66px;
}
.userCardinfo .userCardinfoPic img{
    border-radius: 33px;
    width: 100%;
}
.userCardinfoV{
    padding-left: 24px;
	width:200px;
}
.userCardinfoV .username{
		box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 42px;
    line-height: 22px;
    font-size: 16px;
    color: #000;
    padding: 10px 0;
}


.nav_userinfo_tools_head_v>span{
	height: 16px;
	background:url(/assets/image/verified.png) no-repeat left center;
	padding-left: 16px;
	display: block;
	color:#2E2E2E ;
	font-size: 12px;
	line-height: 16px;
}
.nav_userinfo_tools_head_v>span.noverif{
	  box-sizing: content-box;
    background: none;
    border: 0.75px solid #CF152D;
    color:#CF152D;
    font-size: 12px;
    padding: 4px 8px;
    display: inline-block;
    border-radius: 2px;
}
.userMenu{
    padding: 4px 0;
    border-top: 1px solid #e6e6e6;
    margin-bottom: 0;
    width: 100%;
}
.userMenu ul{
    padding: 0;
    margin: 0;
	margin-bottom: 16px;
}
.userMenu ul li{
    list-style: none;
    color: #777;
    line-height: 24px;
    padding: 12px 0;
}

.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: #777;
	font-size: 16px;
	transition: color .3s;
}
.userMenu ul li span:hover {
	color: #000;
}
.logout:hover,
.userMenu ul li:hover{
    color: #000;

}
.logout{
    border-top: 1px solid #e6e6e6;
    line-height: 24px;
    padding: 16px 0 0;
    color: rgb(119, 119, 119);
}
.userinfo .userCard .logout {
    font-size: 16px;
	  color: #777;
	  transition: color .3s;
}
.userinfo .userCard .logout:hover {
    color: #000;
}

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

.updatetip p,.cookietip>div.cookie{
	width:100%;
	line-height: 45px;
	position: relative;
	height: 100%;
}
.updatetip{
	overflow-y: auto;
}
.updatetip p em {
	width: 24px;
	height: 24px;
    margin-right: 0px;
    position: absolute;
    top: 11px;
    left: 0px;
	background:url(/assets/image/info16.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.cookietip>div.cookie em i,
.updatetip p em i{
	position: absolute;
	height: 32px;
	overflow: hidden;
}
.cookietip>div.cookie em {
    width: 24px;
    height: 24px;
    margin-right: 0px;
    position: absolute;
   	top: 11px;
    left: 0px;
	background:url(/assets/image/info16.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.cookietip>.cookie_close {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 56px;
    top: 50%;
    font-size: 18px;
    margin-top: -12px;
    cursor: pointer;
    color: #777;
    transition: color .3s;
}
.updatetip p span,.cookietip>div.cookie p{
    line-height: 20px;
    display: inline-block;
    width: 90%;
    vertical-align: middle;
    text-align: left;
    box-sizing: border-box;
    padding-left: 34px;
}
.cookietip>div.cookie p a{
	color:#fff;
}
.cookietip_accept{
box-sizing: border-box;
	position: absolute;
    top: 8px;
    right: 20px;
	height: 32px;
    color: #ddd;
    line-height: 16px;
    border-radius: 16px;
    border: 1px solid #ddd;
    padding: 8px 16px;
	font-weight: bold;
	font-size:13px;
	cursor:pointer;
	min-width:80px;
	text-align: center;
}
.cookietip_accept:hover{
	border: 1px solid #fff;
	color:#fff;
}
.updatetip_close,
.cookietip_close{
    height: 16px;
    width: 16px;
    overflow: hidden;
    position: absolute;
    top: 14px;
    right: 56px;
    cursor: pointer;
}
.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 4px 8px 0 rgba(0,0,0,.2);
    border-radius: 0 0 4px 4px;
    position: absolute;
    top:80px;
    box-sizing: border-box;
    width: 100%;
    padding-left: 44px;
    padding-top: 9px;
    padding-bottom: 9px;
		left:0px
}
.hotWord>div{
    font-size: 14px;
    color: #6f79a8;
    cursor: pointer;
    padding: 7px 0;
}
.hotWord>div:hover{
    color: #000;
}
.small_second_menu_box{
	display:none;
}

#navBarShadow, #moreBtn {
    list-style: none;
    position: fixed;
    top: -999px;
    display: block;
    left: 0;
}

@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%);
    }
}


@media (max-width: 1200px) {
    .navbar .navbar_top{
        padding: 0 32px;
    }
    .navbar .navbar_menu{
        padding: 0 32px;
    }
	.updatetip,.cookietip{
		padding: 0 96px;
	}
    .menu_ul ul li .second_menu{
        width: 864px;
    }
    .menu_ul ul{
        position: unset;
    }
    .second_menu_box_left{
        display: none;
    }
	.small_second_menu_box+.second_menu_box_left+.second_menu_box_right {
		display: none;
	}
	.small_second_menu_box{
		flex: 1 1 auto;
		display:flex;
		padding:32px;
	}
	.small_second_menu_box ul{
        font-size: 12px;
        color: #333333;
        letter-spacing: 0.25px;
        line-height: 16px;
        margin: 0;
        padding: 0;
    }
    .small_second_menu_box ul>li{
        margin-top: 12px;
        list-style: none;
    }
    .small_second_menu_box ul>li a{
        color: #333;
    }
    .small_second_menu_box ul>li a:hover{
        color: #000;
    }
	.small_second_menu_box ul>li:nth-of-type(n+16){
		display:none;
	}
}



// mobile


@-webkit-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)
    }
}

@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% {
        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%)
    }
}

@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 (min-width:360px) and (max-width:900px) {
    header {
        padding: 0;
    }
}

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

@media screen and (max-width:900px) {
    .header-box {
        display: flex;
        padding: 0 15px;
    }
    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: 9
    }

    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
    }

    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 .logo>img {
        max-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;
	}

    [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: 2px;
        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
    }

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

    .search .searchArea {
        position: relative;
    }

    .search .searchArea aui-icon {
        font-size: 18px
    }

    .search .searchArea .searchInput {
        border: none;
        outline: 0;
        box-shadow: none;
        background: 0 0;
        font-size: 14px
    }

    .search .searchArea {
        height: 50px
    }

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

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

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

    .search .searchArea .searchHistory {
        position: absolute;
        width: 100%;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
        border-radius: 0 0 4px 4px;
        padding: 9px 0;
        background-color: #fff;
    }

    .search .searchArea .searchHistory li {
        font-size: 14px;
        color: #6f79a8;
        line-height: 20px;
        padding: 7px 0 7px 44px;
        cursor: pointer;
        -webkit-transition: color .3s;
        transition: color .3s
    }

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

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

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

    .stNav.z5 {
        z-index: 5
    }

    .stNav.noAni {
        width: 0 !important
    }

    .stNav.show {
        width: 100vw;
        -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: #f6f6f9;
        box-sizing: border-box;
    }

    .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;
        overflow: hidden;
        background: #fff;
        z-index: 4
    }

    .slideDom.noAni {
        width: 0 !important
    }

    .slideDom.openAccount,
    .slideDom.openLangList {
        -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%
    }

    .slideDom .accout .user_info {
        padding: 40px 0
    }

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

    .slideDom .accout .user_info .user_info_box .user_name>span {
        line-height: 22px;
        color: #36383c
    }

    .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 .verify_status {
        font-size: 10px
    }

    .slideDom .accout .user_info .user_info_box .verify_status aui-icon {
        font-size: 14px;
        color: #81bd3e;
        margin-right: 3px
    }

    .slideDom .accout .user_info .user_info_box .verify_status>.verified {
        color: #242728
    }

    .slideDom .accout .user_info .user_info_box .verify_status>.noVerified {
        cursor: pointer;
        display: inline-block;
        padding: 3px 6px;
        border: 1px solid #ce0e2d;
        color: #ce0e2d;
        border-radius: 2px
    }

    .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 {
        line-height: 48px;
        height: 48px;
        border-bottom: 1px solid #dcdde2
    }

	.slideDom .accout .user_list li a {
		color: #4e4e4e;
	}

	.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 {
        color: #ce1d2c
    }

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

    .headerTipOut .headerTip {
        height: 45px;
        background-color: #333;
        font-size: 12px;
        width: 100%
    }

    .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: 0 12px;
        font-size: 12px;
        color: #f5f5f5;
        line-height: 18px
    }

    .headerTipOut .headerTip>div>.f1>span>span a {
        color: #fff
    }

    .headerTipOut .headerTip>div .cookietip_accept_mobile {
        font-weight: 700;
        border-radius: 16px;
        border: 1px solid #ddd;
        color: #ddd;
        padding: 6px 16px;
        cursor: pointer;
        -webkit-transition: color .3s;
        transition: color .3s;
        font-size: 13px
    }

    .headerTipOut .headerTip>div .cookietip_accept_mobile:hover {
        color: #fff;
        border: 1px solid #fff
    }

    .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 .headerTip>div>.f1>aui-icon {
        margin-right: 6px
    }

    .headerTipOut .headerTip>div>.f1>span {
        padding: 5px;
        margin-left: 0;
			box-sizing: border-box;
    }

    .headerTipOut .headerTip>div .cookietip_accept_mobile {
        padding: 5px 15px
    }

    .headerTipOut .headerTip .updatetip_close_mobile {
        right: 12px
    }

    .cookietip_mobile {
        background-color: #333;
        position: fixed;
        bottom: 0;
        width: 100%;
    }

    .cookietip_mobile .headerTip {
        background: 0 0;
        height: auto;
        padding: 19px 7px 16px;
    }

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

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

    .cookietip_mobile .headerTip>div>.f1>span>span {
        margin-top: 6px;
        padding: 0
    }

    .cookietip_mobile .headerTip>div .cookietip_accept_mobile {
        align-self: flex-end;
        margin-top: 6px
    }

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

    .cookietip_mobile .headerTip .cookie {
        display: block
    }

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

    .headerTipOut .mobNotice {
        display: block
    }

    .cookietip_mobile .headerTip {
        background: 0 0;
        height: auto;
        padding: 19px 7px 16px;
    }

	.userCardinfoV {
		padding-left: 0px;
	}

}
