html,body{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    background-repeat: no-repeat;
	background: url(../../img/bg2pc.png) no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    display: flex;
    box-sizing: border-box;
    /* overflow-x: hidden; */
}


.center{
    min-width: 960px;
    width: 960px;
}

#header{
    font-size: 16px;
    z-index: 9999;
    position: fixed;
    align-items: center;
    align-content: center;
    height: 45px;
	background: url(../../img/bg4.png);
    line-height: 45px;
    display: flex;
    width: 100%; 
    color: #ffffff;
    box-shadow: 0px 8px 12px -14px;
}
#header>h3{
    padding-left: 10px;
    user-select: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-ms-touch-action: none;
}

body,ul,li {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	font-size: 12px;
	font-family: ubuntu, helvetica, arial;
	overflow: hidden; /* this is important to prevent the whole page to bounce */
}

#footer {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 48px;
	background: #444;
	padding: 0;
	border-top: 1px solid #444;
    display: flex;
}

.wrapper {
	position: absolute;
	z-index: 1;
	top: 47px;
	bottom: 48px;
	left: 0;
	width: 100%;
	overflow: hidden;
}
#wrapper {
	position: absolute;
	z-index: 1;
	top: 2rem;
	bottom: 0;
	left: 2rem; 
	right: 2rem;
	overflow: hidden;
	border-top-right-radius: 1rem;
	border-top-left-radius: 1rem;
	box-shadow: 0 0 20px -11px;
}

#scroller {
	border-radius: 1rem;
	position: absolute;
	z-index: 1;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	width: 100%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

.articles_ {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: left;
}
.articles_ li {
	padding: 0 10px;
	height: fit-content;
	/* border-bottom: 1px solid #ccc; */
	border-top: 1px solid #fff;
	background-color: #fafafa;
	font-size: 14px;
}
.articles_ li:hover{
    background-color: #f5f6fa;
}
.buttom_link{
    height: 23px;
    line-height: 23px;
    max-height: 23px;
    margin: auto;

    width:auto; display: flex; justify-content: center;
}