/*批量搜索*/
.batch-big{
	width: 100%;
	padding: 30px 5%;
	background: #fff;
}

.batch-big>h6{
	font-size: 18px;
	color:#545454;
	font-weight: 400;
	padding: 10px 0;
}
.batch-big>p{
	font-size: 14px;
}
.batch-list{
	width: 100%;
	padding: 20px 0;
}
.batch-left{
	display: inline-block;
}
.batch-left label{
	font-size: 14px;
	color:#545454;
	line-height: 40px;
	margin-right: 10px;
}
.enrodiv>a{
	width:100%;
	padding: 0 4% 0 6%;
	height: 38px;
	/*line-height: 38px;*/
	background: #fff;
	border:1px solid #cbced5;
	box-sizing: border-box;
}
.enrodiv.enrodiv-radio>a{
	border-radius: 6px;
}
.enrodiv>a>span{
	float: left;
	width: 80%;
	height: 30px;
	text-align: left;
	font-size: 14px;
	color:#333;
    line-height:38px;
}
.enrodiv>a>i{
	float: right;
	right:0;
	width:11px;
	height: 7px;
	background: url("../images/arr-down.png") no-repeat center center;
	margin: 16px 10px 0 0;
}
.enrodiv>ul{
	width: 100%;
    border:1px solid #ccc;
	background: #fff;
	left:0;
}
.enrodiv>ul li{
	width: 100%;
	padding:15px 10%;
	box-sizing: border-box;
    border-top:1px solid #ccc;
}

.enrodiv>ul li a{
	font-size: 14px;
	color:#333;
	text-align: center;
}
.enrodiv>ul li:hover{
	background: #1d9b00;
}
.enrodiv>ul li:hover a{
	color:#fff;
}

.batch-right{
	display: inline-block;
	margin-left: 60px;
}
.batch-right label{
	float: left;
	font-size: 14px;
	color:#454545;
	line-height: 40px;
	margin-right: 10px;
}
.batch-right>textarea{
	padding: 10px 2%;
	width: 418px;
	height: 130px;
	background: #f9f9f9;
	border:1px solid #e3e3e3;
	outline: none;
	resize: none;
}
.ltle>h6{
	font-size: 14px;
	font-weight: 600;
	padding-bottom: 20px;
}
.ltle>p{
	line-height:26px;
	font-size: 14px;
	color:#787878;
}
.ltle>a{
	display: inline-block;
	padding: 12px 24px;
	font-size: 12px;
	border-radius: 20px;
	margin-top: 30px;
}

@media only screen and (min-width: 0px) and (max-width: 640px) {
    .batch-left {
        width: 100%;
    }
    .enrodiv {
        width: 100%;
         display: block; 
         padding-bottom: 0.1rem; 
    }
    .batch-right {
        width: 100%;
        margin-left: 0;
    }
    .batch-right>textarea{
		float: left;
		width: 63%;
	}
}