﻿/* www.lhzyxx.com */
.bm_content{
	margin-top:90px;
	margin-bottom:25px;}
.bm_content .bm_title{
	border-bottom: 1px dashed #bfbfbf;
    line-height: 3.2;
    font-size: 23px;
    font-weight: 500;
    text-align: center;}
.bm_content .bm_title > span{
	color: #001f57;}
.bm_content form{
	max-width:290px;
	margin:0px auto;
	padding: 17px 0px 0px 0px;
	}
.bm_content form p{
	padding:12px 0px 6px 0px;
	}
.bm_content .sub_but {
    margin-top: 12px;
    text-align: center;}
.bm_content label{
	font-size:14px;
	color:#5c5c5c;
	}
.bm_content input[type='text'],select{
	height:35px;
	border:1px solid #9c9c9c;
    border-radius: 5px;
	margin-left:6px;
	background-color:#f5f5f5;
	}
.bm_content input[type='text']{
	width:185px;
	padding-left:12px;
	color:#3c3939;
	}
.bm_content input[type='text']:focus{
	outline:0;
	border-color: #409eff;
    background-color: #ffffff;
	color:#022195;
	}
.bm_content input[name='validate']{
	width:62px;
	background-color: #f5f5f5;
	}
.button { background-color: #4CAF50; /* 绿色背景 */ border: none; color: white; padding: 3px 15px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; margin: 4px 2px; cursor: pointer; border-radius: 8px; /* 圆角边框 */ } 
.button:hover { background-color: #45a049; /* 鼠标悬停时改变背景色 */ }