*{margin: 0;padding: 0;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling: touch;}
img{border: 0;}
a{text-decoration: none;}
ul,ol,li{list-style: none;}
#container{
	width: 100vw;
	height: 100vh;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
}
.top{
	width: 100%;
	height: 60px;
	background: #000;
	position: relative;
}
.top-logo{
	height: 60px;
	margin: 0 auto;
	text-align: center;
}
.top-logo img{height: 56px;margin-top: 2px;}

.menu{
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
}
.menu-btn{
	width: 60px;
	height: 60px;
}
.menu-btn img{
	width: 25px;
	margin-top: 22px;
}
.close{
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.close img{
	width: 22px;
	margin-top: 21px;
}
/* ------------------------------------------ */
.main{
	width: 100%;
	flex: 1;
	overflow-y: scroll;
	background: #FFFFFF;
	position: relative;
}
.main::-webkit-scrollbar {
    display: none;
}
/* 版本 */
.v-item{
	width: 94%;
	height: 108px;
	margin-left: 3%;
	margin-bottom: 12px;
	background: url(../img/bb_bg.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	display: -webkit-flex;
}
.v-item img{width: 100%;vertical-align: middle;}
.v-img{
	width: 120px;
	height: 82px;
	line-height: 82px;
	overflow: hidden;
	margin: 12px 0 0 3%;
}
.v-info{
	flex: 1;
	color: #000;
}
.info-top{
	width: 90%;
	height: 20px;
	margin-top: 19px;
	vertical-align: text-bottom;
}
.v-name{
	height: 20px;
	font-size: 14px;
	float: left;
	margin-left: 10px;
	font-weight: bolder;
   overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.v-name .date{
	/* float: left; */
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	margin-left: 10px;
	font-weight: 500;
}
.v-js{
	width: 90%;
	font-size: 12px;
	margin-left: 10px;
	margin-top: 4px;
	/* font-weight: bolder; */
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.v-btn{
	width: 90%;
}
.v-btn{margin-top: 6px;}
.v-btn>div{
	float: left;
	text-align: center;
	font-size: 12px;
}
.home-btn{
	width: 62px;
	height: 20px;
	border: 1px solid #E09A26;
	color: #E09A26;
	line-height: 20px;
	margin: 0 10px;
}
.down-btn{
	width: 64px;
	height: 22px;
	line-height: 22px;
	background: #E09A26;
	color: #fff;
}
/* 新闻 */
.news-box{
	width: 100%;
	background: #F5F5F5;
}
.news-tabs{
	width: 100%;
	height: 34px;
	background: #38362E;
}
.news-tabs div{
	float: left;
	width: 25%;
	line-height: 34px;
	text-align: center;
	color: #E09A26;
	font-size: 14px;
	
}
.news-tabs .active{
	background: #232119;
	color: #fff;
	position: relative;
}
.news-tabs .active::after{
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	transform: rotate(45deg);
	/* background: #E09A26; */
	border-left: 4px solid #E09A26;
	border-top: 4px solid #E09A26;
	border-bottom: 4px solid transparent;
	border-right: 4px solid transparent;
}
.news-main{
	width: 98%;
	margin-left: 1%;
	padding: 10px 0;
}
.news-main div{display: none;}
.news-main P{
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	border-bottom: 1px solid #E2E2E1;
	background: url(../img/news_lis.png) no-repeat;
	background-size: 10px 10px;
	background-position: 10px center;
	}
.news-main .news-l{
	width: calc(100% - 60px);
	text-indent: 30px;
	float: left;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.news-main .news-r{
	width: 60px;
	float: right;
}
.news-main a{
	color: #333;
}
.news-main div p:last-child{border-bottom: none;}
/* 微信 */
.w-box{
	height: 100px;
	width: 100%;
	overflow: hidden;
	background: url(../img/wx_bg.jpg) repeat-x;
}
.wx-img{
	width: 80px;
	height: 80px;
	float: left;
	margin: 10px 0 0 25%;
}
.wx-img img{width: 100%;height: 100%;}
.w-box p{
	float: left;
	margin-left: 20px;
	color: #D1CCB7;
	line-height: 100px;
}
.footer{
	width: 100%;
	height: 50px;
	background: #000000;
	overflow: hidden;
}
.footer div{
	width: 96%;
	border-top: 1px solid #383631;
	text-align: center;
	font-size: 10px;
	color: #D1CCB7;
	line-height: 16px;
	margin: 0 auto;
	padding-top: 10px;
}
/* 顶部菜单 */
.menu-box{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: calc(100% - 60px);
	background: rgba(0,0,0,.4);
	z-index: 99;
	display: none;
}
.menu-main{
	width: 100%;
	height: calc(100% - 30px);
	background: rgba(0,0,0,.8);
	position: absolute;
	left: 0;
	bottom: 0;
	display: none;
}
.menu-box ul{
	width: 90%;
	/* margin-top: 20px; */
	margin-left: 5%;
}
.menu-box ul li{
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	color: #D1CCB7;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.menu-box a{
	color: #D1CCB7;
	display: block;
	width: 100%;
	height: 100%;
}

/* 新闻页 */
.news-wraps{
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
}
.back-btn{
	position: absolute;
	left: 0;
	top: 0;
	height: 60px;
	width: 90px;
	font-size: 16px;
	text-align: center;
}
.top-tit{
	font-size: 24px;
	text-indent: 120px;
	font-weight: 100;
	font-family: '宋体' !important;
}
.top2{
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #fff;
	background: url(../img/news_top_bg.png) no-repeat;
	background-size: 100% 100%;
}
.top2 img{width: 100%;height: 100%;}
.top3{
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #fff;
	background: url(../img/v_top_bg.png) no-repeat;
	background-size: 100% 100%;
}
.top3 img{width: 100%;height: 100%;}