
label.error {
	line-height: 2;
	color: #EA5200;
	font-weight: normal;
	margin: 0;
}
select,opaction{
	text-align:center;
	margin:0 10px;
	
}
.navbar-nav {
    background: none;
}
.nav > li:hover .dropdown-menu {
    display: block;
}
.navbar-right .dropdown-menu {
    left: -10%; 
    right: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    display: none;
    float: none;
    margin: 2px auto 0 auto;
    min-width: 120px;
    border: 1px solid #ccc;
    text-align: center;
    box-shadow:0 0 0 0;
}
.dropdown-menu > li > a {
    display: block;
    padding: 6px 15px;
    white-space: normal;
}

.dropdown-menu > li{
   border-radius:0;
}
.dropdown-menu>li:hover {
  color:#408bff;
}
.dropdown-line li {
	font-family:'微软雅黑';
	line-height: 30px;
    border-bottom: 1px solid #ccc;
}
.warn{
	margin:0;
	padding:0;	
}
.warn>li{
	display:inline-block;
}
.warn>li>span{
	display:block;
	min-width:200px;
	
}
.warn>li>span>input{
	width: 15px;
    height: 15px;
    box-shadow: inset 0 0 16px 0 #ffffff91;
	
}

.midd{
    margin-bottom: 0px;
    text-align: center;
    background-color: #fff;
    padding-top:35px;
  
}
.midd::after{
    display: block;
    content: "";
    clear: both;
}
.midd > ul{
    float: none;
    width: 100%;
}

.midd > ul > li{
    float: left;
    width: 22%;
    margin-left:30px;
    background:#408bff;
 
}
.midd > ul > li:nth-child(1){
	
	border-radius:5px 0 0 5px;
}
.midd > ul > li:nth-child(4){
	
	border-radius:0 5px  5px 0;
}

.midd > ul > li> a{
	color:#fff!important;
}
.cent{
	width: 60%;
    margin: auto;
 
}
.bmnav{
	
	width:100%;
	height:auto;
	border-bottom:1px solid;
}
.bmnav li{
	display:inline-block;
	padding:0;
	margin:0;
	
}
.bmnav h1{
	margin-right:50px;	
}
.first-nav{
	margin:25px 0;
	color:#408bff;
	
}
.subtitle{
	margin-top:20px;
}
.sign{
	display: block;
	float: left;
	margin: 5px 10px 0 0;
	width: 6px;
    height: 18px;
    background: #ff7f27;
}
.form-submit input{

	margin: 0 10px;
    width: 15px;
    height: 15px;
    box-shadow: inset 0 0 16px 0 #ffffff91;
	
}
.input_checked{
	
    width: 15px;
    height: 15px;
    box-shadow: inset 0 0 16px 0 #ffffff91;
	
}
.form-submit span{
	
	margin-right:25px;
}
.custom{
	width:100%;
 	margin:0;
 	padding:0;
}
.custom >li>span{
	margin-left:45px;
}
.custom> li>input{
	width: 280px;
    height: 40px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.custom> li>span>select{
	width:140px;
	height: 40px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.custom_select >select{
	margin-left:70px;
	width: 280px;
    height: 40px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
}
 .bg-white1haibao {
    
    background-color: #fff;
    border-top: 0;
}
.warn_task{
	border:1px solid #dbc6b7;
	padding:10px 20px;
	color:#ff7f27;
	border-radius:5px;
	background:#d7641229;
	margin-bottom: 40px;	
}
.asteriskField{
	color:#fea96e;
	font-size:20px;
	vertical-align: text-top;
	
}
.cen{
	width:100%;
	margin-top:15px;
	margin-bottom:20px;
	text-align:left;
}
.cen button{
	margin-right:20px;
}
.mycheck {
	position: relative;
}
.mycheck input[type=checkbox] {
	margin-right:15px;
	visibility: hidden;
}
.mycheck label {
	cursor: pointer;
	position: absolute;
	width: 23px;
	height: 23px;
	top: 0;
	left: 0;
	background: #fff;
	border:1px solid #ccc0;
	-moz-border-radius: 3px;      /* Gecko browsers */
	-webkit-border-radius: 3px;   /* Webkit browsers */
	border-radius:3px;            /* W3C syntax */
	box-shadow: inset 0 0 12px 0 #898989;
	-webkit-box-shadow:inset 0 0 12px 0 #898989;
}
.mycheck label:after {
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 6px;
	left: 6px;
	border: 2px solid #fff;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mycheck label:hover::after {
 opacity: 0.5;
}

.mycheck input[type=checkbox]:checked + label:after {
	opacity: 1;
}
.mycheck input[type=checkbox]:checked + label{
	background:#408bff;
	box-shadow:0 0 0 0;
}


