a,
a:focus,
a:hover {
	text-decoration: none;
	outline: 0;
}

figure,
iframe,
img,
textarea {
	max-width: 100%;
}

.archiplus-widget-category li:before,
body {
	text-rendering: auto;
	-moz-osx-font-smoothing: grayscale;
}

.archiplus-about-us .social-icons:after,
.archiplus-contact .wrapper:after,
.archiplus-contact-address:after,
.archiplus-testimonial-carousel .owl-dots:after,
.archiplus-widget-post .owl-dots:after,
.clear,
.home-two .type-post.small-post:after,
.recent-post-carousel:after,
.single-project .project-contact .wrapper:after,
.slider-wrapper-thumbs:after,
.social-media:after,
.type-service:after {
	clear: both;
}

body,
html {
	height: 100%;
}

body {
	font-size: 16px;
	line-height: 1.5;
	font-family: "Microsoft YaHei";
	font-weight: 400;
	color: #7e8284;
	background: #fff;
	-webkit-font-smoothing: antialiased;
}

.clear {
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.fullwidth {
	position: relative;
	width: 100vw;
	margin-left: -50vw;
	left: 50%;
}

.margin-100 {
	margin-bottom: 100px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Microsoft YaHei";
	font-weight: 400;
	color: #464d50;
	margin: 0 0 30px;
}

blockquote {
	color: #fe4689;
	border-width: 2px;
	border-color: #fe4689;
	font-size: 18px;
	line-height: 28px;
	padding: 5px 0 10px 30px;
}

a {
	color: inherit;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:focus,
a:hover {
	color: #0accb9;
}

img {
	width: auto;
	height: auto;
}

form {
	position: relative;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
select,
textarea {
	position: relative;
	width: 100%;
	line-height: 1;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	padding: 15px;
	background: 0 0;
	border: 1px solid #e4eaec;
	border-radius: 0;
	outline: 0 !important;
	color: #464d50;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

textarea {
	min-height: 150px;
}

.button,
a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	position: relative;
	display: inline-block;
	padding: 10px 15px;
	font-family: "Microsoft YaHei";
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	background-color: #05cbb8;
	margin-bottom: 0;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow: none;
	border: 0;
	outline: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-shadow: 0 10px 30px 0 rgba(5, 203, 184, 0.32);
	-moz-box-shadow: 0 10px 30px 0 rgba(5, 203, 184, 0.32);
	box-shadow: 0 10px 30px 0 rgba(5, 203, 184, 0.32);
}

.button:hover,
a.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	background-color: #05998b;
}

.loading {
	width: 100%;
	height: 100%;
	position: fixed;
	background: #fff;
	z-index: 1000;
}

.loading img{
    display: block;
    position: absolute;
    width: 134px;
    height: 44px;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -67px;
}