.body_bont{
	background-color: #c82133;
}
.zbxx{
	font-size: 1.25rem;
	font-weight: bold;
	color: bisque;
	font-family: cursive;
	width: 90%;
	margin: 0 auto;
	text-indent: 2em;
	text-align: justify;
}
.zx_koll {
    overflow: hidden;
    width: 95%;
    margin: 1rem auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.zx_koll a {
    display: block;
    width: 45%;
  
    text-align: center;
    font-size: 1.25rem;
    line-height: 3rem;
    border-radius: 2rem;
    font-weight: bold;
  
    
}
.zx_koll a:nth-child(1){
	border:0.2rem solid #fbe1ac ;
	color: #FBE1AC;
}
.zx_koll a:nth-child(2){
	   background-color: #fbe1ac;
	     color: #FF0000;
		 text-shadow: 0.1rem 0.1rem 0.2rem #FFFFFF;
}
.form_box {
    padding: 2rem 2.5% 2rem 2.5%;
    margin: 1rem 2%;
    box-shadow: 0rem 0rem 2rem #848484;
    background-color: #FFFFFF;
}
.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;
}