body {
				padding: 40px 0;
				background-color: #fff;
			}

			.thePanel {
				width: 900px;
				height: 1280px;
				position: relative;
				margin: 0 auto;
			}

			.thePanel img {
				width: 948px;
/*				height: 1280px;*/
/*				position: absolute;*/
			}

			.thePanel .theTxt {
				left: 206px;
				width: 580px;
				position: absolute;
				font-size: 20px;
				color: #000;

				/* height: 300px; */
				top: 678px;
				
			}

			.fromPanel {
				font: 14px/1.6 "Microsoft YaHei", tahoma, arial, "Hiragino Sans GB", sans-serif !important;

			}

			.tab_from_example {
				margin: 0 auto 70px auto;
				width: 470px;
			}

			.tab_from_example .form-horizontal .form-group {
				margin: 0 0 15px 0;
				width: 470px;

			}

			.form-horizontal .control-label {
				padding-top: 7px;
				margin-bottom: 0;
				text-align: right;
				min-height: 1px;
				padding-left: 10px;
				padding-right: 10px;
				padding-top: 7px;
				margin-bottom: 0;
				text-align: right;
				width: 105px;
				float: left;
			}

			.tab_from_label {
				font-weight: normal;
				color: #282b31;

				box-sizing: border-box;
				-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
			}

			.tit_active {
				color: #de0705;
			}
.infoPanel{
	    width: 948px;
	    margin: 0 auto;
}
			.form-control {
				border-radius: 4px;
				width: 360px;
				border: 1px solid #ccc;
				font: 14px/1.6 "Microsoft YaHei", tahoma, arial, "Hiragino Sans GB", sans-serif;
				color: #7b8a97;
				display: inline-block;
				height: 36px;
				padding: 2px 12px;
				font-size: 14px;
				line-height: 1.42857143;
				color: #555;
				background-color: #fff;
				background-image: none;
				border: 1px solid #ccc;
				-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
				box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
				-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
				-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
				transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
			}

			.form-control:focus {
				border-color: #66afe9;
				outline: 0;
				-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
				box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
			}

			.panel_submitBtnRow {
				text-align: right;
				margin: 0 0 30px 0;

			}

			.panel_submitBtnRow a {
				display: inline-block;
				width: 360px;
				height: 40px;
				line-height: 40px;
				text-align: center;
				font-size: 16px;
				color: #fff;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;
				border-radius: 4px;
				margin: 0 5px 0 0;

			}

			.subBtn01 {
				background-color: #f18006;
				border: 1px solid #f18006;
				fill: #fff;
				background-image: linear-gradient(to bottom, #ffbb03 0, #ff8929 100%);
				background-repeat: repeat-x;
				filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0b9bd6', endColorstr='#0275ad', GradientType=0);
			}

			.fromTip {
				font-size: 30px;
				color: #333;
				font-weight: bold;
				text-align: center;
				margin: 0 0 70px;

			}
			.info-table{
				
				text-align: left;
				border-spacing: 0;
				    border-collapse: collapse;
				width: 100%;
				max-width: 100%;
				margin-bottom: 20px;
				border: 1px solid #e4e4e6;
			}
			
			.info-table> tbody> tr>td {
			    text-align: left;
				 padding: 5px 5px 5px 20px;
			    height: 41px;
			   
			    color: #282b31;
			    vertical-align: middle;
				border: 1px solid #e4e4e6;
				line-height: 1.42857143;
			}
			.info-table tr td:nth-child(2n-1){
				text-align: center;
				 padding: 5px;
				 color: #999;
			}
					
			.info-table>tbody>tr:nth-of-type(odd) {
			    background-color: #fafafb;
			}
			.cf18{
				color: #f18006;
			}
			.info-table> tbody> tr>td .subBtn02 {
				    display: inline-block;
				    width: 280px;
				    height: 40px;
				    line-height: 40px;
				    text-align: center;
				    font-size: 16px;
				    color: #fff;
				    -moz-border-radius: 4px;
				    -webkit-border-radius: 4px;
				    border-radius: 4px;
				      margin: 10px 25px 10px 0;
			    display: inline-block;
			    background-color: #0275ad;
			    border: 1px solid #0275ad;
			    fill: #fff;
			    background-image: linear-gradient(to bottom, #0b9bd6 0, #0275ad 100%);
			    background-repeat: repeat-x;
			    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0b9bd6', endColorstr='#0275ad', GradientType=0);
			}
.endTxt {
	margin-top: 50px;
	text-align: right;
}
			.endTxt p{
				font-size:20px ;
				margin: 0 0 25px;
				font-weight: bold;
			}