@charset "utf-8";

/*-----------------------------------------重置样式---------------------------------------------------------------------*/
/* @font-face {
  font-family: 'DolceVita';
  src: url('../fonts/DolceVita.otf') format('otf'),
    url('../fonts/DolceVita.eot') format('eot'),
    url('../fonts/DolceVita.ttf') format('truetype'),
    url('../fonts/DolceVita.svg') format('svg');
	font-weight: normal;
} */
@font-face {
	font-family: barlow;
	src: url("../fonts/Barlow-Medium.ttf"), url("../fonts/Barlow-Medium.eot");
}

@-webkit-keyframes shakes {

	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-1px, 0, 0);
		transform: translate3d(-1px, 0, 0);
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
}

@keyframes shakes {

	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-1px, 0, 0);
		transform: translate3d(-1px, 0, 0);
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
}


* {
	box-sizing: border-box;
}


body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
p {
	margin: 0;
	padding: 0
}

body {
	font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "宋体";
	font-size: 14px;
	line-height: 1.428571429;
	color: #363636;
	background: #fff;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a,
a:visited,
a:active,
a:link {
	color: #363636;
	cursor: pointer;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
	color: #e20e27;
	cursor: pointer;
}

/* a.more, a.more:before {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease
} */
img {
	border: 0
}

em,
th {
	font-style: normal;
	font-weight: normal
}

ol,
ul {
	list-style: none
}

th {
	text-align: left
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	*font-size: 100%;
	outline: none;
}

input[ type="radio"],
input[ type="checkbox"] {
	margin-right: 5px;
	vertical-align: middle;
	margin-top: -2px;
	margin-bottom: 1px;
}

.fw {
	font-weight: bold;
}

.tc {
	text-align: center !important;
}

.tl {
	text-align: left !important;
}

.tr {
	text-align: right !important;
}

.alimg {
	display: inline-block;
	vertical-align: middle;
}

/*间距*/
.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mr5 {
	margin-right: 5px !important;
}

.mr10 {
	margin-right: 10px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.mr30 {
	margin-right: 30px !important;
}

.ml05 {
	margin-left: 5px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.ml30 {
	margin-left: 30px !important;
}

/*浮动*/
.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	height: 0 !important;
	clear: both;
	visibility: hidden;
}

input[type='radio'],
input[type='checkbox'] {
	vertical-align: middle;
	margin-bottom: 1px;
	margin-top: -1px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btns.focus,
.btns:active.focus,
.btns.active.focus {
	outline: none;
	border-color: transparent; // 若是本身具有 border 请删除此属性
	box-shadow: none;
}
