/*Author: chengyihao <807523177@qq.com>*/
@charset "UTF-8";
@import url("bootstrap.min.css");
*{
	/* -webkit-font-smoothing: subpixel-antialiased; */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/*font-family: PingFang_Light;*/
	scrollbar-width: none;
	/* overflow-y: auto; */
}

@font-face{
	font-family: PingFang_Light;
	src: url(font/PingFang Light.ttf);
}
*::-webkit-scrollbar{
	display: none;
}
html {
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	word-wrap: break-word;
	background-clip: padding-box;
}


/* 禁止缩放表单  取消ios默认样式*/
input[type="submit"],
input[type="reset"],
input[type="button"],
input,
textarea {
	resize: none;
	border: none;
	-webkit-appearance: none;
}
/*去掉默认number的上下按钮样式*/
input[type=number] {  
    -moz-appearance:textfield;  
}  
input[type=number]::-webkit-inner-spin-button,  
input[type=number]::-webkit-outer-spin-button {  
    -webkit-appearance: none;  
    margin: 0;  
}  

/* 取消链接高亮  */

body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* 设置HTML5元素为块 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}


/* 图片自适应 */

img {
	width: 100%;
	height: auto;
	border: none;
	width: auto\9;
	/* ie8 */
	display: block;
	-ms-interpolation-mode: bicubic;
	/*为了照顾ie图片缩放失真*/
}


/* 初始化 */

body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0;
	font-size: 14px;
	-webkit-touch-callout: none;
	font-family: Arial, Helvetica, sans-serif;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

em,
i {
	font-style: normal;
}

ol,
ul,
li {
	list-style-type: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: inherit;
}

a,
input,
textarea {
	text-decoration: none;
}
/*垂直居中*/
li,
img,
input {
	vertical-align: middle;
}
/*取消边线*/
input,
select,
button,
textarea {
	outline: none;
}
/* 移动端点击a链接出现蓝色背景问题解决 */
a:link,a:active,a:visited,a:hover,a:focus {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}
a{
	text-decoration: none !important;
}
/* *{
	display:inline;/*IE下再理解为5px
} */
body,html{ background:#F5F7FD; height: 100%;}

/*清除浮动*/
.clearfix:after {
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
	-moz-transform: scale(1);
}
.fl{
	float: left;
}
.fr{
	float: right;
}
/*单行溢出*/
.one-txt-cut{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*多行溢出 手机端使用*/
.txt-cut{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* -webkit-line-clamp: 2; */
	-webkit-box-orient: vertical;
}
/*撑开*/
.overflow_hidden{
	overflow: hidden;
}
/*字体颜色*/
.color_E95E37{
	color: #E95E37 !important;
}
.color_385CED{
	color: #385CED;
}
.color_333{
	color: #333333 !important;
}
.color_666{
	color: #666 !important;
}
.color_999{
	color: #999999;
}
.color_5DC588{
	color: #5DC588;
}
/*字体大小*/
.font_size_18px{
	font-size: 18px;
}
/*文本行高*/
.line_height_35px{
	line-height: 35px;
}
.line_height_25px{
	line-height: 25px;
}
/*显示方式*/
.display_block{
	display: block;
}
.display_inline_block{
	display: inline-block;
}
.display_inline{
	display: inline;
}
/*背景颜色*/
.bg_color_DF5023{
	background-color: #DF5023;
}
.bg_color_385CED{
	background-color: #385CED;
}
/*外边距*/
.margin_left_3b{
	margin-left: 3%;
}
.margin_top_22b{
	margin-top: 23%;
}
.margin_top_2px{
	margin-top: 2px;
}
.margin_left_20px{
	margin-left: 20px !important;
}
.margin_left_3px{
	margin-left: 3px !important;
}
/*左右浮动*/
.float_left{
	float: left;
	display:inline;/*IE下再理解为5px*/
}
.float_right{
	float: right;
	display:inline;/*IE下再理解为5px*/
}
/*宽度百分比*/
.width_10b{
	width: 10%;
}
.width_40b{
	width: 40%;
}
.width_50b{
	width: 50%;
}
.width_80b{
	width: 80%;
}
.width_100b{
	width: 100%;
}

/*文本对其*/
.text_right{
	text-align: right;
}
.text_left{
	text-align: left;
}
.text_center{
	text-align: center;
}

.input_pages{
	padding: 20px 0;
}


header{
	width: 100%;
	min-width: 768px;
	background: #38425A;
	height: 60px;
	position: relative;
}

header .icon{
	min-width: 340px;
	height: 60px;
	float: left;
	margin-left: 80px;
	position: relative;
}

header .icon .ic-home{
	display: inline-block;
	width: 35px;
	height: 29px;
	background: url(../img/home.png) no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 17px;
	left: 0;
}

header .icon .ic-back{
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(../img/back.png) no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 15px;
	left: 60px;
}

header .icon .ic-next{
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(../img/next.png) no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 15px;
	left: 116px;
}

header .icon .ic-ketang{
	display: inline-block;
	width: 48px;
	height: 48px;
	background: url(../img/ketang.png) no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 6px;
	left: 178px;
}

header .icon .name{
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 2px;
	color: white;
	display: inline-block;
	position: absolute;
	bottom: 14px;
	left: 175px;
}

header .menu{
	min-width: 200px;
	height: 60px;
	float: right;
	margin-right: 100px;
	position: relative;
}

header .menu .ic-tice{
	display: inline-block;
	width: 17px;
	height: 21px;
	position: absolute;
	left: 0;
	bottom: 19.5px;
}

header .menu .ic-tice i{
	display: block;
	width: 17px;
	height: 21px;
	background: url(../img/tice.png) no-repeat;
	background-size: cover;
}

header .menu .ic-tice span{
	width: 5px;
	height: 5px;
	display: block;
	border-radius: 50%;
	background: #ff0000;
	position: absolute;
	right: -3px;
	top: -3px;
}

header .menu .headico{
	width: 44px;
	height: 44px;
	display: inline-block;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	right: 110px;
	bottom: 8px;
}

header .menu .uname{
	font-size: 16px;
	line-height: 24px;
	color: #C8C8C8;
	position: absolute;
	right: 25px;
	bottom: 18px;
	width: 70px;
	text-align: center;
	overflow: hidden;
}

header .menu .ic-jt{
	display: inline-block;
	width: 13px;
	height: 9px;
	background: url(../img/jt-1.png) no-repeat;
	background-size: cover;
	position: absolute;
	right: 0;
	bottom: 25.5px;
}

.pages{
	width: 100%;
	height: 72px;
	display: flex;
	justify-content: center;
	padding: 20px 0;
	margin-top: -10px;
	
}

.pages a{
	display: block;
	border-radius: 5px;
	width: 32px;
	height: 32px;
	font-size: 14px;
	color: #333333;
	background-color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 6px;
}



.pages a.on,
.pages a:hover{
	transition: 0.5s all ease;
	overflow: hidden;
	background: #E95E37;
	color: #fff;
}
.pages .pagination>.active>span{
	background: #E95E37;
	border-color: #E95E37;
	width:48px;
}
.pages .pagination>li>a, .pagination>li>span{
	margin-left: 8px;
}

.pages .pagination .disabled .page-link{
	width: 38px;
    border-radius: 5px;
    height: 31px;
    line-height: 10px;
}
.pages span,.pages .input_pages span {
	font-size: 14px;
	line-height: 32px;
	font-style: inherit;
	color: #A0A0A0;
	width:32px;
}
.pages .input_pages span:nth-of-type(1){
	margin-left: 5rem;
}
.pages .input_pages input{
	text-align: center;
	border-radius: 4px;
	width: 50px;
	height: 32px;
	background:#fff;
} 

footer{
	width: 100%;
	min-width: 1024px;
	height: 54px;
	background: #38425A;
	box-shadow: 0px 3px 15px 1px rgba(126, 154, 192, 0.08);
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 80;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

footer .des{
	font-size: 14px;
	color: #fff;
}

@media only screen and (max-width: 1600px){
	header{
		height: 50px;
	}
	header .logo{
		top: 15px;
	}
	header .user{
		top: 6px;
	}
	footer{
		height: 40px;
	}
}
