.main_container{
    width: 100%;
    background: #e5e5e7;
    overflow: hidden;
}
.main{
    width: 68%;
    margin: 0 auto;
}
.main .warm{
	display: none;
	margin-bottom: 20px;
	text-align: center;
	color: red;
}
.main_bg1{
    overflow: hidden;
    font-size: 14px;
    margin-top: 21px;
    margin-bottom: 21px;
    color: #696969;
}
.middle_line{
    width: 16%;
    height: 1px;
    background: #c0c0c0;
    margin-top: 8px;
}
.main_text{
    width: 68%;
    text-align: center;
    margin: auto;
}
.share_btn_container{
    overflow: hidden;
    width: 34%;
    margin: 0 auto;
}
.share_btn_container .share_xinlang,
.share_btn_container .share_tengxun {
    width: 47%;
}
.user_input_part input{
    width: 98%;
    height: 37px;
    padding-left: 2%;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    color: #666666;
    font-family: "黑体";
    font-size: 14px;
    margin-bottom: 14px;

}
.user_input_part input.zc_code{
    width: 60%;
    height: 37px;
    padding-left: 2%;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    color: #666666;
    font-family: "黑体";
    font-size: 14px;
    margin-bottom: 14px;
}
.user_input_part img.code{
	display:inline-block;
    width: 32%;
    height: 37px;
    padding-left: 5%;
    border-radius: 4px;
    color: #666666;
    font-family: "黑体";
    font-size: 14px;
    margin-bottom: 14px;
}
.user_input_part a.code{
	display:inline-block;
    width: 31%;
    height: 35px;
    border-radius: 4px;
    color: #666666;
    font-family: "黑体";
    font-size: 12px;
    margin-bottom: 14px;
	line-height: 35px;
	color: #00a7e8;
	border: 1px solid #00a7e8;
	text-align: center;
}
.user_input_part .get_warm{
	display: none;
	width: 36%;
	height: 37px;
	line-height: 37px;
	color: #4CBCF0;
	text-align: center;
	font-size: 12px;
}
.submit_btn{
    width: 100%;
    border:none;
    border-radius: 4px;
    height: 37px;
    line-height: 37px;
    color: #fff;
    font-family: "黑体";
    font-size: 18px;
    background: #00a7f5;
    margin-bottom: 19px;
}
.other_info{
    font-size: 12px;
    margin-bottom: 20px;
}
.other_info a{
    color: #00a7f5;
}