@import url("datepicker-ui.min.css"); /*加坻日期插件css*/

ul {margin: 0;padding: 0;}

.bform{
    font-family: Arial, Helvetica, sans-serif;
	width:200px;
	background: #F97E76;
	color: #ffffff;
	font-size: 1em;
	border: none;
	
	text-transform: uppercase;
	line-height: 1.5em;
	outline: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}
.bform.button_blue{background: #2382c2;line-height:45px;font-size:16px;cursor: pointer;text-align:center;}
.bform.button_blue:hover{background: #409fe0;text-align:center;}

.bform.button_blue_mid{width:100%;background: #2382c2;line-height:34px;height:34px;font-size:16px;cursor: pointer;text-align:center;}
.bform.button_blue_mid:hover{background: #409fe0;text-align:center;}

.bform.button_gray{background: #666666;line-height:45px;font-size:16px;text-align:center;}

.bform.button_red{background: #c60046;line-height:45px;font-size:16px;cursor: pointer;text-align:center;}
.bform.button_red:hover{background: #e30050;text-align:center;}

.bform.button_orange{background: #fe5722;line-height:45px;font-size:16px;cursor: pointer;text-align:center;}
.bform.button_orange:hover{background: #fd6a3c;text-align:center;}

.cform{
    font-family: Arial, Helvetica, sans-serif;
	width： auto;
	display: inline-block;
	background: #F97E76;
	color: #ffffff;
	font-size: 1em;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	line-height: 1.5em;
	outline: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	
}
.cform.button_blue_dark{background: #005fb1;line-height:34px;font-size:14px;text-align:center;padding:0 15px 0 15px;min-width:30px;}
.cform.button_blue_dark:hover{background: #2382c2;padding:0 15px 0 15px;min-width:30px;}

.cform.button_red_dark{background: #c60046;line-height:34px;font-size:14px;text-align:center;padding:0 15px 0 15px;min-width:30px;}
.cform.button_red_dark:hover{background: #e30050;padding:0 15px 0 15px;min-width:30px;}
.cform.button_black_dark_none{background: #545454;line-height:34px;font-size:14px;text-align:center;padding:0 15px 0 15px;!important;cursor:not-allowed;min-width:30px;}

.cform.button_black_dark{background: #545454;line-height:34px;font-size:14px;text-align:center;padding:0 15px 0 15px;min-width:30px;}
.cform.button_black_dark:hover{background: #666666;padding:0 15px 0 15px;min-width:30px;}

.cform.button_pank_dark{background: #b51b63;line-height:34px;font-size:14px;text-align:center;padding:0 15px 0 15px;min-width:30px;}
.cform.button_pank_dark:hover{background: #d42075;padding:0 15px 0 15px;min-width:30px;}

.cform.button_red_dark_big{background: #c60046;line-height:42px;font-size:14px;text-align:center;padding:0 15px 0 15px;min-width:30px;}
.cform.button_red_dark_big:hover{background: #e30050;padding:0 15px 0 15px;min-width:30px;}



/* 输入框（禁止操作） */ 
.form_input_gray {
    width: 100%;
	font-family: Arial, Helvetica, sans-serif;
    background-color: #fafafa;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	resize: none;
	outline:none;
	
}


/* 输入框 */ 
.form_input {
    width: 100%;
	font-family: Arial, Helvetica, sans-serif;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	resize: none;
	outline:none;
}

/* 输入框 */ 
.form_input_red {
    width: 100%;
	font-family: Arial, Helvetica, sans-serif;
    background-color: #fff;
    background-image: none;
    border: 1px solid red;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	resize: none;
	outline:none;
}


/* 输入框 */ 
.form_input_big {
    width: 100%;
	font-family: Arial, Helvetica, sans-serif;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 16px;
    height: 44px;
    line-height: 40px;
    padding: 0 10px 0 10px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	resize: none;
	outline:none;
}


/* 下拉框 Start=============================================================> */ 
.nice-select {
	width: auto;
	height: 34px;
    line-height:34px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0 10px;
	position: relative;
	cursor:pointer;
	background: #fff url(/inc/form/select_arow.png) no-repeat right center;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #555;
    display: block;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	/*
	box-shadow: 0 3px 5px #999;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	*/
}
.nice-select input {
	display: block;
	width: 100%;
	height: 34px;
	line-height: 34px \9;
	border: 0;
	outline: 0;
	background: none;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555;
}
.nice-select ul {
	width: 100%;
	display: none;
	position: absolute;
	left: -1px;
	top: 34px;
	overflow: hidden;
	background-color: #fff;
	max-height: 150px;
	overflow-y: auto;
    border: 1px solid #ccc;
	border-top: 0;
	/*box-shadow: 3px 3px 3px 3px #999;*/
	z-index:9999;
}
.nice-select ul li {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding: 0 10px;
	cursor: pointer;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	background-color:#fafafa;
}
.nice-select ul li.on {
	background-color: #e0e0e0;
}

/* 下拉框 End=============================================================> */ 


/* 多选及单选 Start=============================================================> */ 
.has-js .label_check,
.has-js .label_radio{ padding-left: 20px; display: block; cursor: pointer; line-height: 19px;font-size:14px;}
.has-js .label_check{ background-image: url(/inc/form/checkbox.png);background-repeat: no-repeat;background-position: 0px top;}
.has-js label.c_on{ background-image: url(/inc/form/checkbox.png);background-repeat: no-repeat;background-position: 0px -19px;}
.has-js .label_radio{ background-image: url(/inc/form/radio.png);background-repeat: no-repeat;background-position: 0px top;}
.has-js label.r_on{ background-image: url(/inc/form/radio.png);background-repeat: no-repeat;background-position: 0px -19px;}
.has-js .label_check input,
.has-js .label_radio input{ position: absolute; left: -9999px; }
/* 多选及单选 End=============================================================> */ 



