/*导航栏开始*/
.nav-right-mask .nav-right-content .right_dom_ul .right_dom_li {
	display: flex;
	justify-content: space-between;
}

.addron {
	background: #1d1915 !important;
}

.nav-right-mask .nav-right-content .right_dom_ul .right_dom_li .right_dom_text {
	display: block;
	position: relative;
	color: #fff;
	outline: none;
	transition: all 1s;
}

.nav-right-mask .nav-right-content .right_dom_ul .right_dom_li .right_dom_text {
	font-size: 0.373333rem;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: left;
	color: #ffffff;
}

.nav-right-mask .nav-right-content .right_dom_ul .right_dom_li .right_dom_text a .a_color {
	color: lightgray;
}

a:focus {
	outline-style: none;
	-moz-outline-style: none;
}

.nav-right-mask {
	display: none;
	width: 100%;
	/* position: fixed;
    top: 1.426667rem; */
	top: 0;
	z-index: 999999;
	right: 0;
	overflow: auto;
	background: #000000;
}

.nav-right-content {
	position: absolute;
	top: 0;
	right: -10.666667rem;
	width: 100%;
	list-style: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	transition: 0.8s;
	overflow: auto;
}

.tabsa {
	width: 100%;
	height: 100%;
	background-color: #000000;
	display: flex;
	z-index: 999;
	position: relative;
}

.tabsa .tab_box {
	width: 5.88rem;
	background: #ffffff;
	display: none;
	clear: both;
	height: 22.333333rem;
	overflow: scroll;
}

.tabsa .tab_box .tab_tio {
	width: 5.88rem;
	height: 1.693333rem;
	display: flex;
	justify-content: flex-end;
}

.tabsa .tab_box .tab_tio .tab_tixX {
	width: 1.76rem;
	height: 1.693333rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tabsa .tab_box .tab_tio .tab_tixX img {
	width: 0.546667rem;
	height: 0.546667rem;
}

.tabsa .tab_box .tab_lasten {
    width: 100%;
    height: 100%;
    /* margin-top: 0.8rem; */
    /* overflow: hidden; */
}

.tabsa .tab_box .tab_lasten .ul_top {
	width: 2.28rem;
	margin: 0 auto;
	margin-top: 0.3rem;
}

.tabsa .tab_box .tab_lasten .ul_top ul a {
	color: #000000;
	font-size: 0.426667rem;
	line-height: 0.32rem;
}

.tabsa .tab_box .tab_lasten .ul_top ul li {
	width: 1.28rem;
	height: 0.42rem;
	margin-top: 0.413333rem;
	line-height: 0.42rem;
}

.tabsa .tab_box .tab_lasten .ul_last {
	width: 2.693333rem;
	margin: 0 auto;
	margin-top: 0.84rem;
	text-align: center;
}

.tabsa .tab_box .tab_lasten .ul_last ul a {
	color: #000000;
	font-size: 0.426667rem;
	line-height: 0.32rem;
}

.tabsa .tab_box .tab_lasten .ul_last ul li {
	width: 2.693333rem;
	height: 0.32rem;
	margin-top: 0.413333rem;
	margin-bottom: 0.9rem;
}

.tabsa .horizontal {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 4.12rem;
	height: 1.333333rem;
	margin-top: 3.2rem;
}

.tabsa .horizontal li {
	list-style: none;
	height: 1.493333rem;
	line-height: 1.493333rem;
	text-align: center;
	cursor: pointer;
	font-size: 0.426667rem;
	color: #ffffff;
	width: 4.12rem;
	border-right: 0.013333rem solid #ffffff;
}

.tabsa .horizontal li.selectActive {
	background-color: #ffffff;
	color: #333333;
}

/*导航栏结束*/
