/*
 * public
 */
body {
	font-family: "Microsoft Yahei",arial,"Hiragino Sans GB",sans-serif !important;
	line-height: 1.42857;
}
h1, h2, h3, h4, h5, h6, p, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Microsoft Yahei",arial,"Hiragino Sans GB",sans-serif!important;
	font-weight: 400;
}
p {
	margin: 0;
    padding: 0;
    border: 0;
}
.bg-gray {
	background-color: #efefef;
}
.standard-box-width {
	width: 1010px;
    margin-left: auto;
    margin-right: auto;
	padding: 60px 0px;
}
.standard-box-width-bigger {
	width: 1200px;
	margin-left: auto;
    margin-right: auto;
	padding: 60px 0px;
}
.public-h1 {
	font-size: 28px;
    color: #222222;
    line-height: 1.5;
	font-weight: bold;
	margin: 0;
    padding: 0;
}
.public-h3 {
	font-size: 20px;
	color: #222222;
    line-height: 1.9;
	margin: 0;
    padding: 0;
}

/*弹出框默认*/
.public-modal-btn-close {
	position: absolute;
    right: 10px;
    top: 5px;
    font-size: 32px;
    color: #000000;
}
.public-modal-body {
	padding: 0px;
}

/*移动*/
@media screen and (max-width: 40em) {
	.standard-box-width {
		width: 100%;
		padding: 6vw 0vw;
	}
	.standard-box-width-bigger {
		width: 100%;
		padding: 4vw 0vw;
	}
	.public-h1 {
		margin: 0vw;
		color: #000;
		font-size: 22px;
		font-weight: normal;
	}
	.public-h3 {
		margin: 0vw;
		line-height: 1.5;
		color: #6d6d6d;
		font-size: 13px;
	}
	.standard-hide {
		display: none;
	}
	.standard-btn {
		margin: 4vw auto 0vw auto;
		padding: 2vw 4vw;
		background-color: #ff9800;
		text-align: center;
		border-radius: 4px;
	}
	.standard-btn > a,
	.standard-btn > a:hover,
	.standard-btn > a:fouce {
		text-decoration: none;
	}
	/*弹出框默认*/
	.modal-dialog.public-modal-dialog {
		width: 90%;
		margin: 10px auto;
	}
}
/*PC*/
@media screen and (min-width: 40em) {
	.standard-hide-pc {
		display: none;
	}
	/*弹出框默认*/
	.modal-dialog.public-modal-dialog {
		width: 850px;
	}
	.public-modal-body {
		height: 400px;
	}
}