﻿.dtl1{
	width: 100%;
	min-height: 50px;
	background-color: white;
	line-height: 50px;
	text-indent: 4%;
	border-bottom: 1px solid #F2F2F2;
    white-space:nowrap;
}
.dtl1::after{
	content:'';
	display:block;
	clear:both;
}
 .dtl1>span:nth-of-type(1){
 	width: 25%;
 	float: left;
 	color: #6f6f7b;
 	font-size: 13px;
 }
 .dtl1>input{
 	color: #6f6f7b;
 	border: none;
 	outline: none;
 	background-color: white;
 	font-size: 13px;
 	width: 60%;
 	/* font-family: "微软雅黑"; */
 	overflow: hidden;
 	text-overflow: ellipsis;
 	white-space: nowrap;
 }
#map{
	float: right;
	height: 30px;
	margin-top: 8px;
	margin-right: 2%;
}
#cam{
		float: right;
	height: 30px;
	margin-top: 8px;
	margin-right: 4%;
}
.del{
	width: 92%;
	height: 40px;
	margin-left: 4%;
    margin-bottom: 50px;
	margin-top: 50px;
	border: none;
	outline: none;
	background: #0380fb;
	color: white;
	border-radius: 40px;
	font-size: 14px;
    box-shadow:5px 5px 40px rgba(3,128,251,.5);
}
select{
	outline: none;
	height: 34px;
	width: 20%;
	border-radius: 4px;
	border-color: #d6d6d6;
	padding-left:8px;
    padding-bottom:2px;
    font-size:13px;
    color:#555;
    	-webkit-appearance:none;
        background: url(../images/down.png) no-repeat center;
        background-size:10px;
        background-position-x:90%;
        background-position-y:12px;
        margin-bottom:9px;
}
div#map_l {
    height: 200px;
}
.MachineType {
    float: left;
    width: 15% !important;
    text-align: center;
    padding: 2px 0;
    border: 1px #d6d6d6 solid;
    margin-bottom: 0px;
    border-radius: 4px;
    color: #555555;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    text-indent: 0;
    margin-left: 4%;
    /* margin-right: 1%; */
    margin-bottom: 5px;
    margin-top:5px;
}
.btn_active{
    border: 1px #0381fb solid;
    color: #0381fb !important;
}
.paytype_active{
    border: 1px #0381fb solid;
    color: #0381fb !important;
}
#div1 {
    width: 60px;
    height: 30px;
    border-radius: 50px;
    position: relative;
}

#div2 {
    width: 30px;
    height: 30px;
    border-radius: 48px;
    position: absolute;
    background: white;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

.open1 {
    background: rgba(0,184,0,0.8);
    box-shadow: 0px 1px 1px rgba(50, 197, 50, 1);
    border: 2px solid rgba(50, 197, 50, 1);
}

.open2 {
    /* top: 2px; */
    right: 0px;
}

.close1 {
    background: rgba(255,255,255,0.4);
    border: 2px solid rgba(0,0,0,0.15);
    border-left: transparent;
}

.close2 {
    left: 1px;
    top: 0px;
    /* border: 2px solid rgba(0,0,0,0.1); */
}
.info1 {
    float: right;
    margin-right: 20px;
    margin-top: 10px;
}
