.ph-cont {
	max-width: 1920px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.page-header {
	background-color: #0546B5;
}
.page-header .bg {
	max-width: 1920px;
	height: 300px;
	z-index: -1;
}
.page-header .title {
	position: absolute;
	top: 78px;
	left: 202px;
	font-size: 46px;
	color: #fff;
	font-weight: bold;
}


.box-gb {
	width: 1040px;
	margin: 0 auto;
	padding: 20px;
}

/* tips */
.box-gb .box-tips .one {
	text-align: center;
	margin-bottom: 50px;
}
.box-gb .box-tips .label {
	padding: 10px 0;
	height: 25px;
	box-sizing: content-box;
	line-height: 22px;
	font-size: 22px;
	font-weight: 700;
	color: #00001B;
}
.box-gb .box-tips .coop-info {
	color: #00001B;
	font-size: 16px;
}

/* form */
.row {
	display: flex;
	flex-wrap: wrap;
}
.row .col {
	width: 500px;
	display: flex;
	min-height: 38px;
	margin-bottom: 16px;
}
.row .col.w-1000 {
	width: 1000px;
}
.row .col .label {
	width: 150px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	flex-wrap: wrap;
	text-align: right;
	min-height: 38px;
	line-height: 18px;
	padding-right: 10px;
	padding-top: 10px;
}
.row .col .inline {
	/* width: 320px; */
	flex: 1;
}

.row input[type="radio"] {
	margin-right: 10px;
	width: 20px;
	height: 20px;
	vertical-align: -5px;
	outline: none;
	box-shadow: none;
}
.row input[type="checkbox"] {
	margin-right: 10px;
	width: 20px;
	height: 20px;
	vertical-align: -5px;
	outline: none;
}
.row input[type="text"],
.row input[type="password"],
.row select {
	width: 322px;
	height: 38px;
	color: #333;
	font-size: 14px;
	padding-left: 10px;
	border: 1px solid #d2d2d2;
	border-radius: 2px;
}
.row select {
	width: 322px;
	appearance: none;
	background: url(../images/select-down.png) no-repeat center right;
}

.row .cbox {
	min-height: 38px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.row .cbox label {
	margin-right: 20px;
}

/* file */
.row .file {
	position: relative;
	width: 322px;
}
.row .file input[type="file"] {
	width: 322px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	cursor: pointer;
	/* opacity: 0; */
}
.row .file input[type="file"]::file-selector-button {
	/* visibility: hidden; */
	width: 100px;
	height: 38px;
	border: none;
	background-color: #0546B6;
	color: #fff;
	cursor: pointer;
}

/* .row .file::before {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
} */
/* .row .file span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #333;
	font-size: 14px;
} */

.box-submit {
	padding: 40px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.box-submit input {
	width: 128px;
	height: 40px;
	font-size: 16px;
	color: #fff;
	background-color: #0546B6;
	border-radius: 5px;
	border: none;
}

.help-block {
	padding-top: 6px;
	font-size: 14px;
	color: #999;
}

.none {
	display: none !important;
}

.we-media {
	display: flex;
	flex-wrap: wrap;
}

.row textarea {
	width: 100%;
	color: #333;
	font-size: 14px;
	padding: 6px 10px;
	border: 1px solid #d2d2d2;
	border-radius: 2px;
	min-height: 100px;
}

@media screen and (max-width: 1440px) {
	html {
		zoom: normal
	}
	.zoom {
		zoom: 0.625
	}
}
@media screen and (max-width: 1366px) {
	html {
		zoom: normal
	}
	.zoom {
		zoom: 0.625
	}
}
