
				.zxyylxme {
				    background-color: #fff;
				    margin: 1.5rem 2.5% 2rem;
				}
				
				.zxyylxme h2, .zxyylxme p {
				    color: #f11e00;
				    text-align: center;
				}
				.zxyylxme h2 {
				    padding: 0.8rem 0;
				}
				.zxyylxme p {
				    padding-bottom: 1rem;
				    font-size: 0.7rem;
				}
				.zxyylxme form {
				    display: flex;
				    justify-content: space-between;
				    padding: 0 5%;
				    flex-wrap: wrap;
				}
				.zxyylxme_ipt {
				    background-color: #f11e00;
				    color: #fff;
				    line-height: 2.8rem;
					    width: 49%;
					    display: flex;
					    border-radius: 0.3rem;
				}
				.zxyylxme_btn {
				    width: 100%;
				    text-align: center;
				    padding: 1.5rem 0 2rem;
				}
				.zxyylxme_btn button {
				    width: 55%;
				    color: #e4ff00;
				    background-color: #f11e00;
				    line-height: 2.8rem;
				    font-size: 1.2rem;
				    font-weight: bold;
				}
				.zxyylxme_ipt i {
				    display: inline-block;
				    width: 10%;
				    position: relative;
				}
				.zxyylxme_ipt input {
				    width: 80%;
				    background-color: transparent;
				    line-height:2.8rem;
				    border: none;
				    outline: none;
					    width: 49%;
						    padding-left: 3%;
		    display: flex;
		    justify-content: space-between;
		    border-radius: 0.3rem;
				}
				.zxyylxme_ipt input::-webkit-input-placeholder{
					color: #FFFFFF;
				}
		.zxyylxme_ipt i img {
		    width: 1.4rem;
		    height: 1.4rem;
		    position: absolute;
		    top: 0;
		    left: 5px;
		    right: 0;
		    bottom: 0;
		    margin: auto;
		}
		.zx_bont{
			background-color: #f01815;
			display: flex;
			padding: 2rem 10%;
			 justify-content: space-between;
		}
		.zx_bont div{
			width: 45%;
			height: 3rem;
			line-height: 3rem;
			background-color: #FFFFFF;
			text-align: center;
			font-size: 1.5rem;
			border-radius: 3rem;
			color: #f01815;
			
		}
		.bd_box {
		    width: 95%;
		    margin: 0 auto;
			padding: 2rem 0;
		}
		.form_box {
		    padding: 2rem 2.5% 2rem 2.5%;
		    margin: 1rem 2%;
		    box-shadow: 0rem 0rem 2rem #848484;
		    background: url(../img/bjdt.png)no-repeat;
                                        background-size: 100% 100%;
		}
		.form_name {
		    text-align: center;
		    font-size: 1.5rem;
		    font-weight: 800;
		    letter-spacing: 0.1rem;
		}
		.form_name span {
		    color: #e60012;
		}
		.crode_box {
		    text-align: center;
		    font-size: 1.2rem;
		    padding-bottom: 1rem;
			
		}
		.crode_box span {
		    color: #e60012;
		    font-weight: bold;
		}
		.form_list_1 {
		    overflow: hidden;
		    padding-bottom: 1.8rem;
		}
		.form_list_1 span {
		    display: block;
		    float: left;
		    width: 16%;
		    color: #333333;
		    padding-left: 5%;
		    line-height: 2.5rem;
		    font-weight: bold;
		}
		.form_list_1 input {
		    width: 78%;
		    font-size: 1.2rem;
		    border: none;
		    line-height: 3rem;
		    background-color: #f0f0f0;
		    border-radius: 0.5rem;
		    padding-left: 1rem;
		    height: 3rem;
		}
		.bf {
		    text-align: center;
		    font-size: 1.2rem;
		    color: #848484;
		}
		.form_list_btn button {
		    width: 90%;
		    line-height: 3rem;
		    border: 0.1rem solid #fff;
		    background-color: #e60012;
		    color: #fff;
		    font-size: 1.5rem;
		    border-radius: 0.5rem;
		    margin-left: 5%;
		    margin-top: 1rem;
		}
		
		.zx_bont div a{
			color: #f01815;
		}
		