@charset "utf-8";
	
	.popup {
		  display: none;
	  }
	.popup .content{
	    position: fixed;
	    left: 22%;
	    top: 30%;
	    width: 800px;
	    height: 250px;
	    background-color: #fff;
	    z-index: 10;
	    padding: 25px;
	    box-sizing: border-box;
	    font-size: 15px;
	    color: #999;
	}
	.popup .content>h3{
		font-size: 18px;
		color: #333333;
		font-weight: bold;
		margin-bottom: 15px;
	}
	
	.mask{
	    position: fixed;	
		width: 100%;
		height: 100%;
		left: 0px;
		top: 0px;
		background-color: rgba(0,0,0,0.3);
		z-index: 9;
	}
	.close-btn{
		display: block;
		background: url(../images/special/close-icon.png) no-repeat;
		width: 17px;
		height: 17px;
		position: absolute;
		right: 15px;
		top: 15px;
		
	}
	
.easyui-combobox {
    width: 210px;
    height: 40px;
    margin-top: 55px;
    margin-right: 37px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
}
.easyui-combobox-option{
	font-size: 14px;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #606266;
    height: 34px;
    line-height: 34px;
    box-sizing: border-box;
    cursor: pointer;
	
}

.btn-contain{
	height: 45px;
    margin-top: 60px;
	text-align:right;
}
.btn-contain>button{
	width:80px;
	height:40px;
	font-size:14px;
	text-align:center;
	padding-right:20px;
}
#zoneCancel{
	display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
    margin-right:20px;
}

#zoneNextStep{
	display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid #dcdfe6;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
    color: #fff;
    background-color: #409eff;
    border-color: #409eff;
}
#zoneNextStep:hover{
	background-color:#1E90FF
}
#zoneCancel:hover{
	background-color:#8080804d
}

