html{
	width: 100%;
	height: 100%;
}

.handleForm {
	position: relative;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	will-change: unset !important;
	z-index: 3;
}

.wrapper {
	z-index: 20;
	position: relative;
	width: 100%;
	height: auto;
	min-height: 100%;
	padding: 20px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.background-fixed {
	background-image: url(../images/shenqing.jpg);
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	background-size: cover;
	
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.bm-main{
	position: relative;
	max-width: 800px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 0 2px 5px 1px rgb(124 124 124 / 20%);
	box-shadow: 0 2px 5px 1px rgb(124 124 124 / 20%);
	z-index: 20;
}
.bm-header{
	background-color: rgba(255, 255, 255, 0.8);
	zoom: 1;
	min-height: 420px;
	background-image: url(../images/shenqing2.jpg?v=1.0);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-size: 100%;
	padding: 15px 20px;
	color: #fff;
}

.bm-main{
	background-color: rgba(255, 255, 255, 0.7);
}

.bm-form{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.bm-form h1{
	text-align: center;
	font-size: 30px;
	color: #413573;
	margin: 15px 0px;
	font-weight: bold;
}

.bm-form .staticText{
	width: 100%;
	box-sizing: border-box;
	color: #666;
	float: left;
	padding: 12px 30px;
}

.bm-form .staticText span{
	/* text-align: justify; */
	line-height: 1.5;
	font-size: 16px;
	font-weight: normal;
	color: #666666;
}

.bm-form .fb_component{
	width: 100%;
	float: left;
	padding: 12px 30px;
	box-sizing: border-box;
	-webkit-transition: background-color .14s ease;
	-moz-transition: background-color .14s ease;
	transition: background-color .14s ease;
}

.bm-form .fb_component .fb-title{
	margin-top: 4px;
	line-height: 1.4;
	color: #333;
	white-space: pre-wrap;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}

.bm-form .fb_component .fb-title span{
	color: red;
	position: relative;
	top: 5px;
	left: 5px;
}

.bm-form .fb_component .fb-input{
	width: 80%;
	box-sizing: border-box;
	padding-left: 15px;
	position: relative;
	margin-top: 6px;
	height: 34px;
	line-height: 1.4;
	font-size: 14px;
	font-weight: normal;
	background: #fff;
	border: 1px solid #d3d3d3;
}

.bm-form .fb_component .fb-input input{
	line-height: 1.4;
	font-size: 14px;
	color: #000000;
	padding: 6px;
	position: relative;
	width: 100%;
	height: 100%;
	resize: none;
	background-color: transparent;
	border: 0 none;
	box-sizing: border-box;
	outline: 0
}

.bm-form .fb_component select{
	width: 150px;
	height: 34px;
	border: 1px solid #d3d3d3;
	padding-left: 20px;
	box-sizing: border-box;
}

.bm-form .fb_component .fb_radio{
	margin-top: 10px;
}

.bm-form .fb_component .fb_radio input.v{
	line-height: 1.4;
	font-size: 14px;
	color: #000000;
	padding: 6px;
	position: relative;
	width: 150px;
	height: 100%;
	resize: none;
	background-color: transparent;
	box-sizing: border-box;
	outline: 0;
	border: 1px solid #d3d3d3;
	background: #fff;
}

.bm-form .submit{
	padding: 20px 45px;
	text-align: center;
}

.bm-form .submit a.tj{
	position: relative;
	padding: 7px 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: rgb(65, 53, 115);
	color: rgb(255, 255, 255);
	border-color: rgba(65, 53, 115, 0.8);
	--btn-loading-color: rgba(255, 255, 255, 0.2);
	--btn-loading-color-mid: rgba(255, 255, 255, 0.4);
	--btn-loading-color-active: rgba(255, 255, 255, 1);
	font-size: 16px;
	font-weight: normal;
	height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 40px;
}

/*****/
.f_shareBtn{
	display: inline-block;
	position: absolute;
	top: 0;
	left: 100%;
	width: 24px;
	height: 24px;
	padding: 5px;
	margin-left: 5px;
	background-color: #e6e6e6;
	background-color: rgba(0,0,0,.1);
	border-radius: 2px;
	cursor: pointer;
	z-index: 1;
	-webkit-box-shadow: rgb(18 18 19 / 10%) 0 1px 16px;
	box-shadow: rgb(18 18 19 / 10%) 0 1px 16px;
	-webkit-transition: all .2s cubic-bezier(.4,0,.6,1);
	-moz-transition: all .2s cubic-bezier(.4,0,.6,1);
	transition: all .2s cubic-bezier(.4,0,.6,1);
}
.f_shareBtn>img {
    width: 24px;
    height: 24px;
}

/***参观登记样式****/
.bm-form .fb_component .cg_radio{
	margin-top: 10px;
	width: 45%;
	float: left;
}

.bm-form .fb_component .cg_radio input{
	position: relative;
	margin-top: -3px;
} 

.bm-form .fb_component .fb_checkbox{
	margin-top: 10px;
}

.bm-form .fb_component .fb_checkbox input{
	position: relative;
	margin-top: -3px;
}