/*making：邢旭*/
@charset "utf-8";

* {
	margin: 0;
	padding: 0
}

@font-face {
	font-family: PingFangSC;
	src: url(../fonts/pingfang_medium.ttf);
}

/* @font-face {
	font-family: PingFangScBold;
	src: url(../fonts/pingfang_medium_bold.ttf);
} */

html {
	width: 100%;
	min-height: 100%;
	overflow-x: hidden;
}

body {
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-family: 'PingFangSC', "Microsoft YaHei", "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", "STHeiti";
	font-size: 14px;
	overflow-x: hidden;
	color: #333;
	letter-spacing: 0.7px;
	background: #00100C;
	padding: 5px;
	box-sizing: border-box;
	overflow: hidden;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0)
}

a {
	width: auto;
	height: auto;
	color: #000;
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none
}

img {
	width: 100%;
	vertical-align: middle;
}

ul,
li,
dl,
dt,
dd,
p,
img {
	border: none;
	margin: 0;
	padding: 0;
}

ul,
li {
	list-style: none
}

mark {
	background-color: transparent;
}

input:focus,
select:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-modify: read-write-plaintext-only
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
	font-family: Microsoft YaHei;
}

input[type="checkbox"],
.checkbox {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 2px;
	border: 1px solid #d8d8d8;
	cursor: pointer;
	margin-right: 5px;
	vertical-align: middle
}

input[type="radio"],
.radio {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 1px solid #d8d8d8;
	cursor: pointer;
	margin-right: 5px;
	vertical-align: middle
}

button {
	outline: none;
	border: none;
	font-size: 15px;
	margin: 0;
	padding: 0;
}

mark {
	background-color: transparent;
}

i {
	font-style: normal;
}

.clear {
	zoom: 1;
	clear: both;
}

.clear:after {
	display: block;
	content: '';
	clear: both;
}

.hidden {
	display: none !important;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

input,
textarea {
	-webkit-appearance: none;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.flex-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex-between {
	display: flex;
	justify-content: space-between;
}

.flex-end {
	display: flex;
	justify-content: flex-end;
}

.flex-items {
	display: flex;
	align-items: center;
}

.column {
	flex-direction: column;
}

.bold {
	font-weight: bold;
	/* font-family: 'PingFangScBold'; */
}


/*加载*/
.loading {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	width: 32px;
	height: 32px;
	display: none;
	/*background:rgba(0,0,0,0.3);*/
}

.loading img {
	width: 32px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -16px;
	margin-left: -16px;
}

.load {
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	color: #999;
}

.lineOne {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lineTwo {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.lineThree {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.linefour {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.linefive {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.linesix {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}

.br50 {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.btn {
	width: 196px;
	height: 55px;
	line-height: 55px;
	background: linear-gradient(138deg, #0261FF 0%, #0118FF 100%);
	border-radius: 4px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	display: block;
	transition: all 0.2s ease-in;
	position: relative;
	overflow: hidden;
}

.btn2 {
	width: 196px;
	height: 55px;
	line-height: 55px;
	background: rgba(0, 0, 0, 0);
	border: 1px solid #FFFFFF;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	display: block;
}

.header{
	width: 99%;
	height: 65px;
	line-height: 65px;
	background-image: url(../images/top_title_bg.png);
	background-color: #00100C;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	/* padding: 15px 0; */
	/* border: 1px solid red; */
	position: fixed;
	left: 0.5%;
	top: 5px;
	z-index: 11;
}
.header .nows{
	width: 23%;
	color: #1FFFC6;
	font-size: 12px;
	padding: 0 1%;
	box-sizing: border-box;
}
.header .nows .time{
	font-size: 16px;
}
.header .nows p{
	margin: 0 10px;
}
.header .title{
	width: 54%;
	color: #fff;
	text-align: center;
	font-size: 24px;
}
.header .menu{
	width: 23%;
	padding: 0 1%;
	box-sizing: border-box;
}
.header .menu p{
	width: 30%;
	min-width: 80px;
	height: 45px;
	line-height: 45px;
	background-image: url(../images/top_menu_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-align: center;
	margin-top: 10px;
	/* margin-left: 2%; */
	color: #12D0A0;
	cursor: pointer;
}
.header .menu p.active{
	color: #fff;
}

.main{
	padding: 75px 14px 0;
	box-sizing: border-box;
	/* min-height: 800px; */
}


.footer{
	width: 98%;
	height: 4px;
	background-image: url(../images/footer_bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: fixed;
	bottom: 5px;
	left: 1%;
}

.cor1{
	background: #FFA01C;
}
.cor2{
	background: #FFE71F;
}
.cor3{
	background: #1AD707;
}
.cor4{
	background: #FF1F1F;
}
.cor5{
	background: #ee62b6;
}
.cor6{
	background: #B01FFF;
}
.cor7{
	background: #1F7EFF;
}
.cor8{
	background: #1FFFC6;
}
.cor9{
	background: #eec85b;
}
.cor10{
	background: #8dc77a;
}

/*.section2 .content .list .info::-webkit-scrollbar {
	display: none;
}
.section2 .content .list .info::scrollbar {
	display: none; 
}*/

/* 整个滚动条 */
::-webkit-scrollbar {
    width: 8px; /* 滚动条宽度 */
    height: 10px; /* 滚动条高度 */
}
 
/* 滚动条上的滑块 */
::-webkit-scrollbar-thumb {
    background-color: #888; /* 滑块颜色 */
    border-radius: 10px; /* 滑块圆角 */
    /*border: 2px solid #555;  滑块边框 */
	cursor: pointer;
}
 
/* 滚动条轨道 */
::-webkit-scrollbar-track {
    background: #000; /* 轨道颜色 */
}
 
/* 滚动条上的按钮（如上下箭头） */
::-webkit-scrollbar-button {
    display: none; /* 隐藏按钮 */
}

@media (min-width: 3000px) {
	body{
		font-size: 28px;
	}
	.header{
		height: 130px;
		line-height: 130px;
	}
	.header .nows{
		font-size: 24px;
	}
	.header .nows .time{
		font-size: 32px;
	}
	.header .title{
		font-size: 48px;
	}
	.header .menu p{
		height: 90px;
		line-height:90px;
		margin-top: 20px;
	}

	.main{
		padding: 160px 14px 0;
	}
}

@media (max-width: 1500px) {
	body{
		font-size: 12px;
	}
	.header{
		height: 55px;
		line-height: 55px;
	}
	.header .nows{
		font-size: 10px;
		padding: 0 0.6%;
	}
	.header .nows p{
		margin: 0 3px;
	}
	.header .nows .time{
		font-size: 13px;
	}
	.header .title{
		font-size: 20px;
	}
	.header .menu p{
		height: 40px;
		line-height:40px;
		margin-top: 7px;
	}

	.main{
		padding: 60px 7px 0;
	}
}

@media (max-width: 768px) {}

@media (max-width: 431px) {}