html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
}

li{
	list-style-type: none;
}

.total-header{
	position: absolute;
	width: 100%;
}

.total-banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.total-main{
	width: 1200px;
	margin: 0 auto;
}
.total-justify-flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.total-justify-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.total-align-wrap{
	display: flex;
	justify-content: left;
	align-items: center;
	flex-wrap: wrap;
}

.total-bottom-bg{
	background-color: #ffffff;
}

.total-mask{
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.18);
	position: absolute;
	top: 0px;
	left: 0px;
}

.total-phone{
	display: none;
	position: relative;
}

@media screen and (max-width: 1200px){
	
}

@media screen and (max-width: 768px) {
	.me-web-img{
		display: none;
	}
	.total-phone{
		display: block;
	}
}
