/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

@font-face{
	font-family: "alihuipu";
	/*src:url('../css/AlibabaPuHuiTi-3-55-Regular.ttf') format("truetype")*/
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: "alihuipu" ,"微软雅黑";
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6{
	color: #333;
}
body {
	/* max-width: 1920px;
	margin: 0 auto; */
	line-height: 1.6;
	color: #333;
	overflow-x: hidden;
}

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

ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

img {
	max-width: 100%;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: inherit;
	vertical-align: baseline;
	background: transparent;
}

a,
a:hover {
	text-decoration: none;
	cursor: pointer;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
	background-color: transparent;
}

input,
textarea {
	outline: 0;
	height: 20px;
}

button {
	margin: 0;
	border-width: 1px;
	border-style: solid;
	line-height: inherit;
	outline: 0;
	cursor: pointer;
}

button[type="default"] {
	box-sizing: border-box;
	height: 34px;
	line-height: 34px;
}

button[type="min"] {
	width: 140px;
	box-sizing: border-box;
	height: 34px;
	line-height: 34px;
}

button[shape="default"] {
	border-radius: 22px;
}

.burger-button {
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
}

.burger-icon {
	font-size: 10px;
	width: 3.2em;
	height: 3.2em;
	background-color: white;
	position: relative;
}

.burger-icon-wing {
	-webkit-transition: -webkit-transform 0.2s linear;
	-moz-transition: -moz-transform 0.2s linear;
	transition: transform 0.2s linear;
	position: absolute;
	width: 1.1em;
	height: 0.2em;
	background-color: #000000;
}

.burger-icon-wing--m {
	transform-origin: 1.1em 0.1em;
	top: 50%;
	left: 0.5em;
	width: 2.2em;
	margin-top: -0.1em;
}

.burger-icon-wing--tl {
	transform-origin: 0.4em 0.1em;
	top: 0.8em;
	left: 0.5em;
}

.burger-icon-wing--tr {
	transform-origin: 0.7em 0.1em;
	top: 0.8em;
	right: 0.5em;
}

.burger-icon-wing--br {
	transform-origin: 0.7em 0.1em;
	bottom: 0.8em;
	right: 0.5em;
}

.burger-icon-wing--bl {
	transform-origin: 0.4em 0.1em;
	bottom: 0.8em;
	left: 0.5em;
}

.burger-icon#on .burger-icon-wing--m {
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
}

.burger-icon#on .burger-icon-wing--tl {
	-webkit-transform: rotate(45deg) translate(0.3em, 0);
	-moz-transform: rotate(45deg) translate(0.3em, 0);
	-ms-transform: rotate(45deg) translate(0.3em, 0);
	-o-transform: rotate(45deg) translate(0.3em, 0);
	transform: rotate(45deg) translate(0.3em, 0);
}

.burger-icon#on .burger-icon-wing--tr {
	-webkit-transform: rotate(-45deg) translate(-0.3em, 0);
	-moz-transform: rotate(-45deg) translate(-0.3em, 0);
	-ms-transform: rotate(-45deg) translate(-0.3em, 0);
	-o-transform: rotate(-45deg) translate(-0.3em, 0);
	transform: rotate(-45deg) translate(-0.3em, 0);
}

.burger-icon#on .burger-icon-wing--br {
	-webkit-transform: rotate(45deg) translate(-0.3em, 0);
	-moz-transform: rotate(45deg) translate(-0.3em, 0);
	-ms-transform: rotate(45deg) translate(-0.3em, 0);
	-o-transform: rotate(45deg) translate(-0.3em, 0);
	transform: rotate(45deg) translate(-0.3em, 0);
}

.burger-icon#on .burger-icon-wing--bl {
	-webkit-transform: rotate(-45deg) translate(0.3em, 0);
	-moz-transform: rotate(-45deg) translate(0.3em, 0);
	-ms-transform: rotate(-45deg) translate(0.3em, 0);
	-o-transform: rotate(-45deg) translate(0.3em, 0);
	/* decoration */

	transform: rotate(-45deg) translate(0.3em, 0);
}

/*::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  display: none;
}

::-webkit-scrollbar-track {
  width: 6px;
  background: #101F1C;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

::-webkit-scrollbar-thumb {
  background-color: #101F1C;
  background-clip: padding-box;
  min-height: 28px;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #101F1C;
}*/
.text-right{
	text-align: right;
}

.bg-EC6B17{
	background-color:#EC6B17 !important;
}

.bg-F4FCFD{
	background-color: #F4FCFD ;
}
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ellipsis_two {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ellipsis_three {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.ellipsis_four {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
}

.arrow-left {
	width: 8px;
	display: inline-block;
	height: 8px;
	border: 2px solid #888;
	border-right-width: 0;
	border-bottom-width: 0;
	transition: all .3s;
	transform: matrix(0.71, 0.71, 0.71, -0.71, 0, 0);
}
/* .hide{
	display: none;
} */
.arrow-down{
	width: 8px;
	display: inline-block;
	height: 8px;
	margin-bottom: 2px;
	border: 2px solid #888;
	border-left-width: 0;
	border-bottom-width: 0;
	transition: all .3s;
	transform: matrix(0.71, 0.71, 0.71, -0.71, 0, 0);
}

.arrow-right {
	width: 8px;
	display: inline-block;
	height: 8px;
	border: 2px solid #888;
	border-left-width: 0;
	border-top-width: 0;
	transition: all .3s;
	transform: matrix(0.71, 0.71, 0.71, -0.71, 0, 0);
}

.color-4246DC{
	color: #4246DC;
}
.bg-FFF8F3{
	background-color: #fff8f3 !important;
}
.bg-F8F8F8{
	background-color: #f7f8f8 !important;
}
.d-flex {
	display: flex;
}
.color-white{
	color: #fff;
}

.border-none {
	border: none !important;
}

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

.flex-1 {
	flex: 1
}

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

.flex-around {
	justify-content: space-around;
}

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

img {
	max-width: 100%;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mb-30 {
	margin-bottom: 30px;
}

.ml-20 {
	margin-left: 20px;
}

.ml-30 {
	margin-left: 30px;
}

.mr-10 {
	margin-right: 10px;
}

.mr-20 {
	margin-right: 20px;
}

.mr-30 {
	margin-right: 30px;
}

.p-1 {
	padding: 10px;
}

.pl-3 {
	padding-left: 30px;
}

.pr-3 {
	padding-right: 30px;
}

.p-2 {
	padding: 20px;
}

.p-3 {
	padding: 30px;
}

.pb-3 {
	padding-bottom: 30px;
}

.pt-3 {
	padding-top: 30px;
}

.pb-0 {
	padding-bottom: 0;
	}
	.pt- 0{
	padding-top: 0;
}

.pb-2 {
	padding-bottom: 20px;
}

.full-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.font-14{
	font-size: 14px;
}
.font-20 {
	font-size: 20px;
}

.font-22 {
	font-size: 22px;
}

.font-24 {
	font-size: 24px;
}

.font-26 {
	font-size: 26px;
}

.font-28 {
	font-size: 28px;
}

.font-30 {
	font-size: 30px;
}

.font-32 {
	font-size: 32px;
}

.font-36{
	font-size: 36px;
}

.font-40 {
	font-size: 40px;
}

.font-56 {
	font-size: 56px;
}


.font-52 {
	font-size: 52px;
}

.font-bold {
	font-weight: bold;
}

.color-999 {
	color: #999;
}

.color-666 {
	color: #666;
}

.font-18{
	font-size: 18px;
}

.banner{
	overflow: hidden;
}
.flex-wrap{flex-wrap: wrap;}

.br-30{
	border-radius: 30px;
}
.br-20{
	border-radius: 20px;
}
.br-10{
	border-radius: 10px;
}
.text-center{
	text-align: center;
}
.color-EC6B17{
	color: #ec6b17;
}
.bg-white{
	background-color: #fff;
}
.font-16{
	font-size: 16px;
}
.hover-big{
	position: relative;
	overflow: hidden;
}
.hover-big:hover img{
	transform: scale(1.1);
}
.hover-big img{
	transition: all .3s;
}
.border-bottom{
	border-bottom:1px solid #eee;
}




@media screen and (max-width: 768px) {
	.font-14{
		font-size: 12px;
	}
	.font-16{
		font-size: 14px;
	}
	.font-18{
		font-size: 14px;
	}
	.font-20{
		font-size: 16px;
	}
	.font-22{
		font-size: 16px;
	}
	
	.font-24{
		font-size: 18px;
	}
	.font-26{
		font-size: 19px;
	}
	.font-28{
		font-size: 20px;
	}
	.font-30{
		font-size: 22px;
	}
	.font-36{
		font-size: 25px;
	}
	.mr-20{
		margin-right: 10px;
	}
	.mt-10{
		margin-top: 5px;
	}
	.mb-20{
		margin-bottom: 10px;
	}
	.mt-30{
		margin-top: 15px;
	}
	.mb-30{
		margin-bottom: 15px;
	} 
	.mt-20{
		margin-top: 10px;
	}
	
	.br-20{
		border-radius: 10px;
	}
	.br-30{
		border-radius: 15px;
	}
	.pt-3{
		padding-top: 15px;
	}
	.pb-3{
		padding-bottom: 15px;
	}
}