@charset "UTF-8";
/*重置样式*/
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border: border-color;
	-moz-box-sizing: border-box;
	outline: none;
}
body {
	scrollbar-arrow-color: #fff;
	/*上下按钮上三角箭头的颜色*/
  scrollbar-face-color: #000;
	/*滚动条凸出部分的颜色*/

  scrollbar-highlight-color: #000;
	/*滚动条空白部分的颜色*/

  scrollbar-shadow-color: #000;
	/*滚动条阴影的颜色*/

  scrollbar-track-color: #005bac;
	/*滚动条背景颜色*/

  scrollbar-base-color: black;
	/*滚动条的基本颜色*/

  Cursor: url(mouse.cur);/*自定义个性鼠标*/
/*以上2项适用与：body、div、textarea、iframe*/ }

::-webkit-scrollbar {
/* 滚动条整体部分 */
  width: 10px;
}
::-webkit-scrollbar-button {
/* 滚动条两端的按钮 */
  width: 10px;
 background-color: #fff;
}
::-webkit-scrollbar:horizontal {
 height: 10px;
}
::-webkit-scrollbar-track {
/* 外层轨道 */
  border-radius: 10px;
}
::-webkit-scrollbar-track-piece {
/*内层轨道，滚动条中间部分 */
  background-color: #bfbfbf;
 border-radius: 10px;
}
::-webkit-scrollbar-thumb {
/* 滑块 */
 width: 10px;
 border-radius: 5px;
 background: #005bac;
}
::-webkit-scrollbar-corner {
/* 边角 */
 width: 10px;
 background-color: red;
}
::-webkit-scrollbar-thumb:hover {
/* 鼠标移入滑块 */
  background: #acce22;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family:"Poppins", Sans-serif
}
body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/*----------------------------------------------*/
/* General Style */
/*----------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	color: var(--primary-color);
	font-weight: 500;
	text-transform: capitalize;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: var(--primary-color);
}
a:hover {
	text-decoration: none;
}
ul, li {
	list-style: none;
}
a {
	text-decoration: none;
	color:inherit;
}
img {
	vertical-align: middle;
	outline: none;
	border: 0;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
body {
	font-family:"Microsoft Yahei", "Arial", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	font-weight: normal;
	color: #333;
	background:#fff;
}
input, button, textarea, select {
	outline: none;
	font-family:inherit;
	border: none;
	background: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
select::-ms-expand {
display: none;
}
iframe {
	border: none;
	vertical-align: top;
}
:before, :after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
em {
	font-style: normal;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
	background-color: transparent;
}
.center {
	text-align: center;
}
.body_class {
	background:#f1f3f6
}
/*全局样式*/

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-middle:before, .container-middle:after {
	content: " ";
	display: table;
}
.clearfix:after, .container:after, .container-middle:after {
	clear: both;
}
.clear {
	clear: both;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.dis-table {
	display: table;
	width: 100%;
	height: 100%;
}
.dis-cell {
	display: table-cell;
	vertical-align: middle;
}
.text-align {
	text-align: center;
}
.out {
	overflow-y: auto;
	padding-right: 5px;
}
.out::-webkit-scrollbar {
 width: 2px;
 background-color: transparent;
}
.out::-webkit-scrollbar-thumb {
 background-color:rgba(230, 197, 156, 1);
 border-radius: 10px;
}
 @font-face {
  /* DIN1451 */
  font-family: "DINMITTELSCHRIFTSTD";
 src: url("../fonts/DINMITTELSCHRIFTSTD.eot");
 src: url("../fonts/DINMITTELSCHRIFTSTD.eot?#iefix") format("embedded-opentype"), url("../fonts/DINMITTELSCHRIFTSTD.woff") format("woff"), url("../fonts/DINMITTELSCHRIFTSTD.ttf") format("truetype"), url("../fonts/DINMITTELSCHRIFTSTD.svg") format("svg")
}
.dx-btn {
	line-height: 60px;
	padding: 0 30px;
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	background-color: var(--theme-color);
	display: inline-block;
	color: #fff;
}
.dx-btn {
}
.dx-btn::before {
 content: "";
 display: inline-block;
 position: absolute;
 left: 126%;
 top: 0;
 width: 100%;
 height: 100%;
 transform: skewX(-60deg);
 background-color: #c10917;
 transition: ease-in-out 0.5s;
 z-index: 33;
}
.dx-btn::after {
 content: "";
 display: inline-block;
 position: absolute;
 left: -126%;
 top: 0;
 width: 100%;
 height: 100%;
 transform: skewX(-60deg);
 background-color: #c10917;
 transition: ease-in-out 0.5s;
 z-index: 33;
}
.dx-btn:hover::before {
 left: 50%;
}
.dx-btn:hover::after {
 left: -50%;
}
.dx-btn:hover span {
	position: relative;
	color: #fff;
	z-index: 99;
}
.bg-gray {
	background: #f5f5f5!important;
}
.ajax-more {
	display: block;
	margin: 10px auto 0;
	width: 120px;
	height: 36px;
	line-height: 36px;
	border-radius: 18px;
	border: solid 1px #d5d5d5;
	font-size: 16px;
	color: #666;
	text-align: center;
 -webkit-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
}
.ajax-more:hover {
	width: 150px;
	color: #fff;
	background: #ea5250;
	border-color: #ea5250;
}
.pc {
	display:block;
}
.wap {
	display:none;
}
