.type{
	padding-left: 30px;
	width: 100%;
	display: inline-flex;
}
.type .left{
	width: 50%;
}
.type .right{
	width: 50%;
}
.input{
	height: 45px;
	text-align: center;
	width: 300px;
	line-height: 40px;
	border-radius: 5px;
	border: 1px solid #ccc;
}
.button{
	background: none;
	height: 50px;
	font-size: 22px;
}
.col_1,.col_2,.col_3{
	text-align: center;
}
.btn2{
	background: none;
	color: red;
}
.btn1{
	background: none;
	color: #008000;
}
.btn3{
	background: #ccc;
	border: 1px solid #CCCCCC;
}
.btn3 :hover{
	background: #009688;
}

/* 新增界面 */
.bt_icon{
	padding: 20px;
	margin-left: 30px;
}
.btn4{
	border: 1px solid #009688;
	color: #009688;
	border-radius: 4px;
	width: 100px;
	height: 35px;
	background: #fff;
}

.btn5{
	background: #00559e;
	color: #fff;
	border-radius: 4px;
	width: 100px;
	height: 35px;
	border: none;
	outline: none;
	margin-left: 20px;
}
.addsb .row2{
	display: inline-block;
}
.sb_type{
	display: inline-flex;
	width: 100%;
}
.sb_type select{
	background: none;
	border: none;
}
.wrapper .box{
	padding: 0;
}
.area{
	width: 100%;
	height: 36px;
	line-height: 36px;
	outline: none;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.area1{
	width: 100%;
	height: 36px;
	line-height: 36px;
	outline: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin: 10px 0;
}
.back{
	outline: none;
	background: #eee;
}
button{
	outline: none;
}