@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
table,
th,
td,
button {
	padding: 0;
	margin: 0;
}

fieldset,
img,
button {
	border: 0;
}

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

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

caption,
th,
li,
dt,
dd,
p {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	text-align: left;
	font-weight: normal;
}

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

abbr,
acronym {
	border: 0;
}

a {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
}


/*a:hover{text-decoration:none;opacity:0.7;-moz-opacity:0.7;filter:alpha(opacity=70);}*/


/*a,a:hover{transition:all 0.3s ease 0s}*/

button {
	cursor: pointer;
}

input {
	outline: none;
	font-size: 14px;
	color: #333
}

em {
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	font: inherit;
}

body {
	font-size: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	color: #333;
	font-family: PingFangSC-Regular, PingFangSC, 'Open Sans', Roboto, Arial, sans-serif;
	line-height: 1.5;
	min-width: 320px;
}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

.center {
	margin: 0 auto;
	display: block;
}

.clear:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}


/* Hides from IE-mac \*/

* html .clear {
	height: 1%;
}

.clear {
	display: block;
}


/* End hide from IE-mac */

img {
	max-width: 100%;
	border: 0;
	display: inline-block;
}

.dis_ibk {
	display: inline-block;
}

.dis_none {
	display: none;
}

.text_center {
	text-align: center;
}

.text_right {
	text-align: right;
}

.pos_relative {
	position: relative;
}

.wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 28px;
}

.dis_flex_center {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.public_reg_btn_click {
	cursor: pointer;
}

.padding_100 {
	padding: 100px 0;
}

@media only screen and (max-width: 450px) {
	.wrap {
		padding: 0 15px;
	}
	.padding_100 {
		padding: 50px 0;
	}
}