@charset "utf-8";

body {
	font-family: "microsoft yahei";
}

.bap-banner-box {
	background: url("../image/bap_demo/bapyanshi_bg.png") center no-repeat !important;
	display: flex;
}

.bap-banner-box>.container {
	margin: auto;
}

.bap-banner-box>.container>section:nth-child(1) {
	font-size: 35px;
}

.bap-banner-box>.container>section:nth-child(2) {
	font-size: 35px;
	color: #3385ff;
}

.company-intro-box>.container {
	display: flex;
	padding-top: 50px;
}

.company-intro-box>.container>section {
	flex: 1
}

.register_info>p:nth-child(1) {
	font-size: 24px;
	padding-bottom: 40px;
}

.register_info>p:nth-child(2) {
	font-size: 16px;
	padding-bottom: 20px;
}

.register_info>p:nth-child(3)>span {
	font-size: 24px;
	padding-bottom: 20px;
}

.register_info>p:nth-child(3)>img {
	margin: 0 5px;
	vertical-align: unset
}

.phone {
	margin-top: 50px;
}

.phone>p {
	font-size: 16px;
	padding-bottom: 8px;
}

.register_info>img {
	width: 100px;
	margin-top: 20px;
}

.register_form>p:nth-child(1) {
	font-size: 18px;
	padding-bottom: 40px;
}

.blue {
	color: #3385ff;
}

.form-group b {
	color: #118ae9;
	padding: 0 3px;
	font-weight: 700;
}

.register_form>p:nth-child(2) {
	font-size: 24px;
	padding-bottom: 20px;
}

.tips {
	margin: 40px 0 0 0;
	font-size: 14px;
	line-height: 25px;
	color: #666;
}
.detail p a {
    color: #3385ff;
    font-size: 18px;
    line-height: 50px;
}
/* 表单样式 */

.panel-lite {
	background: #fff;
	padding: 25px 0px;
	border-radius: 4px;
	position: relative;
}

.form-group {
	position: relative;
	font-size: 15px;
	color: #666;
}

.form-group+.form-group {
	margin-top: 30px;
}

.form-group .form-label {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 5px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.form-group .form-control {
	width: 100%;
	position: relative;
	z-index: 3;
	height: 35px;
	background: none;
	border: none;
	padding: 5px 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border-bottom: 1px solid #777;
}
.form-group .form-label >span { color: #999;padding: 0 3px;font-size: 12px;font-weight: 100;}
.form-group .form-control:invalid {
	outline: none;
}

.form-group .form-control:focus,
.form-group .form-control:valid {
	outline: none;
	/*  color: #FF4081;
  box-shadow: 0 1px #FF4081;
  border-color: #FF4081; */
}

.form-group .form-control:focus+.form-label,
.form-group .form-control:valid+.form-label {
	font-size: 12px;
	-ms-transform: translateY(-15px);
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
}

/* input样式 */
.form-control {
	box-shadow: none;
	border-radius: 0 !important;
}

.form-control:focus {
	border-color: none !important;
	box-shadow: none !important;
}


#phone {
	width: 50px;
}
#channelType {height: 45px;line-height: 45px;}
.ChannelSummary{display: none;}

@media (min-width: 460px) {
	.bap-banner-box>.container {
		margin-left: 40px;
	}

	.bap-banner-box>.container>section:nth-child(1),
	.bap-banner-box>.container>section:nth-child(2) {
		font-size: 20px;
	}

	.company-intro-box>.container {
		display: block;
	}

	.phone {
		margin-top: 20px;
	}
}

@media (min-width: 1200px) {
	.bap-banner-box>.container {
		margin: auto;
	}

	.bap-banner-box>.container>section:nth-child(1) {
		font-size: 35px;
	}

	.bap-banner-box>.container>section:nth-child(2) {
		font-size: 35px;
		color: #3385ff;
	}

	.company-intro-box>.container {
		display: flex;
	}

	.register_info>p:nth-child(1) {
		font-size: 24px;
		padding-bottom: 40px;
	}

	.phone {
		margin-top: 50px;
	}
}
