.content .right .right-content {
	border-top: 1px solid #e5e5e5;
}
.content .right .content-title {
	line-height: 34px;
    height: 34px;
    background: #e8edf1;
    text-indent: 10px;
    color: #566578;
}
.content .right .limit {
	height: 30px;
	line-height: 30px;
	margin: 27px 0 27px 0;
}
.content .right input[type=text]{
	height: 30px;
	width: 85px;
	line-height: 30px;
	border: 1px solid #e5e5e5;
}
.content .right ul {
    padding-top:20px;
	list-style: none;
    background: #fff;
}
.content .right ul li {
	height: 50px;
	line-height: 50px;
}
.content .right ul li label {
	display: inline-block;
	width: 196px;
	text-align: right;
	margin-right: 15px;
}
.content .right .scale {
	height: 20px;
	line-height: 20px;
}
.content .right .scale input {
	vertical-align: middle;
	margin-bottom: 1px;
	margin-right: 10px;
}
.content .right .action input {
	border-style: none;
    width: 180px;
    height: 45px;
    color: #ffffff;
    background: #fc9141;
    text-align: center;
    line-height: 45px;
    font-size: 17px;
    cursor: pointer;
    border-radius: 4px;
}
.mengcen{
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:2;
   background: gray;
   opacity: 0.5;
   filter: alpha(opacity=50);
   display:none;
}
.add-nth{
	width: 150px;
    height: 29px;
    display: block;
    border-style: none;
    border: 1px solid #1cb9dc;
    border-radius: 2px;
    text-align: center;
    line-height: 29px;
    background: #ffffff;
    color: #1cb9dc;
    margin: 20px 0 33px 40px;
    cursor: pointer;
}
.add-f{
	 position: fixed;
    left: 45%;
    top: 30%;
    width: 300px;
    height: 220px;
    background: #ffffff;
    z-index: 3;
    border: 5px solid rgba(0,0,0,0.1);
    border-radius:5px;
    display:none;
}
.add-title{
	    font-size: 13px;
    background: #f3f3f3;
    text-indent: 10px;
    height: 30px;
    line-height: 30px;
    color: #a9a9a9;
}
.close-icon{
	float: right;
    margin: 8px 10px 0 0;
    vertical-align: middle;
    width:20px;
    height:20px;
    display:inline-block;
    cursor: pointer;
    background:url('//www.homedo.com/Themes/counter/css/image/cancle.png') no-repeat;
}
.add-num{
	width: 250px;
    margin: 23px auto 23px auto;
    height: 36px;
    line-height: 36px;
}
.add-num span{
	margin-left:10px;
	color:#989898;
}
.add-num input{
	  width: 82px;
    border: 1px solid #e5e5e5;
    margin-left: 10px;
}
.add-mark{
	text-align: center;
    font-size: 13px;
}
.add-mark .ok{
	display:inline-block;
	 width: 60px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    border-style: none;
    background: #ff7300;
    color: #ffffff;
    cursor: pointer;
}
.add-mark .off{
	display:inline-block;
	margin-left:15px;
	 width: 60px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    border-style: none;
    background: #eeeeee;;
    cursor: pointer;
}
.error-hide{
	display:none;
}
.danwei{
    margin-left:-20px;
    color:#989898;
}
.fanwei{
    margin-left:20px;
    color:#989898;
}
.tips-text{
    color:#989898;
    text-align:center;
    margin-top:15px;
}