﻿/*批量购买*/
.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;
}
.daorips {
    font-size: 13px;
    border: none;
    padding: 2px 7px;
    background-color: #484545;
    color: white;
    border-radius: 2px;
    cursor: pointer;
    margin-left: 0.1rem;
}
.cleaul {
    width:100%;
    border: 1px solid #e9e9e9;
    height: 35px;
}
.cleaul li {
    float: left;
    width: 12%;
    padding: 0rem 0.02rem;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.bgcolof {
    width: 100%;
}
.bgcolof tr td {
    float: left;
    width: 12%;
    padding: 0rem 0.02rem;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.bgcolof tr td > input,.bgcolof tr td > select {
    padding: 0.02rem;
    border: 1px solid #ccc;
    width: 88%;
}
.delet {
   cursor:pointer;
}
.delet:hover {
    text-decoration:underline;
}
.ltle {
    text-align:right;
}
.adddiv {
    text-align: center;    
}
.adddiv img {
   padding: 0.1rem;
}
.red {
    color: red;
}


@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%;
	}
}