
.column_box{
    width: 350px;
    height: 200px;
    background-color:#bc132b;
    opacity: 0.9;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
}
.column_title{
    font-family: MicrosoftYaHei-Bold;
	font-size: 48px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 72px;
	letter-spacing: 0px;
    color: #ffffff;
    margin-top: 20px;
}
.single_title{
    line-height: 200px;
    margin-top: 0;
}
.column_tab{
    width: 200px;
	height: 51px;
	background-color: #f4f238;
    margin: 0 auto;
    color: #000;
    font-size: 18px;
    line-height: 51px;
    cursor:pointer;
    margin-top: 10px;
}
.column_tab span{
    margin-right: 15px;
}
.main-title{
    font-family: MicrosoftYaHei;
	font-size: 48px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #000000;
    text-align: center;
    margin: 20px 0;
}
.description{
    text-align: center;
    margin: 50px 0;
}
.form_tab{
    width: 100%;
}
.form_tab .title{
    font-family: MicrosoftYaHei;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #0d58e1;
}
.form_list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.form_list .form_item{
    width: 390px;
    height: 50px;
    line-height: 50px;
    display: flex;
    box-sizing: border-box;
    border: 1px solid #c1c5cc;
    margin-bottom: 30px;
}
.form_list .form_item div{
    padding-right: 15px;
    padding-left: 10px;
}
.form_list .form_item input{
    flex: 1;
    border: none;
}
.form_textarea{
    width: 100%;
}
.form_textarea .title{
    font-family: MicrosoftYaHei;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #0d58e1;
}
.form_area{
    width: 100%;
    display: flex; 
    box-sizing: border-box;
    border: 1px solid #c1c5cc;
    line-height:32px;
    margin-bottom: 50px;
}
.form_area textarea{
    border: none;
    line-height:40px;
    text-indent: 20px;
    width: 100%;
}