/*///////////////////////////////////////COMMON/////////////*/
* {
	font-weight: 400;
	letter-spacing: 0;
}

html,
body {
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Microsoft YaHei', '微软雅黑', '黑体', SimHei;
	background: white;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	letter-spacing: 0.1em;
	color: #5D5D5D;
}

input,
textarea,
button {
	font-family: inherit;
}

ol,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
p {
	padding: 0;
	margin: 0;
}

img {
	border-width: 0;
}

object,
embed {
	vertical-align: bottom;
}

ul,
ul li,
ol,
ol li {
	list-style: none;
}

a {
	text-decoration: none;
	display: block;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
}

a:link,
a:active,
a:hover,
a:visited {
	color: #3d3d3d;
}

a {
	text-decoration: none;
	outline: none;
}

a:active {
	star: expression(this.onFocus=this.blur());
}
}

a.yellow:link,
a.yellow:active,
a.yellow:hover,
a.yellow:visited {
	color: #fcce01 !important;
}

.font_red {
	color: #ed1c24;
}

img,
a img {
	margin: 0;
	padding: 0;
	border: 0;
	border-style: none;
	text-decoration: none;
	vertical-align: top;
}


.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background-image: none;
}
..swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background-image: none;
}
