@charset "utf-8";
.ow-content-head{
	width: 100%;
	min-height: 50px;
	background-color: #e6e6e6;
}
.ow-addressSetting{
	color: #FF5722;
}
.ow-Myform{
	padding:20px;
}
.layui-table tbody tr:hover{
     background-color: transparent;
}
.layui-badge{
	margin-left:10px;
}
.ow-address{
	width:515px;
}
.ow-receivedaddress{
	width:590px;
}
.ow-dashed{
	margin-top:7;
}
.ow-dashed-info{
	padding:10;
	width:90%;
	min-height:100px;
	border:3px dashed #e6e6e6;
	background: #fff;
}
.ow-dashed-add{
	padding:10;
/* 	width:50%; */
	min-height:100px;
	border:3px dashed #e6e6e6;	
	text-align:center;
	background: #fff;
}
.ow-del{
	float:right;
}
.ow-dashed-add,.ow-del{
	cursor: pointer;
}
.ow-dashed-head .layui-icon{
	font-size: 17px;
}
.ow-dashed-content{
	margin-top:10;
}
.ow-dashed-add .layui-icon{
	font-size: 125px;
	color: #e6e6e6;
}
.ow-dashed-text{
	color: #e6e6e6;
}
.ow-reAddress-input{
	border:0;
/* 	width:100%; */
	margin-bottom:-10px;
}
.layui-tab{
	margin:0;
}
@media screen and (max-width:780px) {
    .ow-dashed-info,.ow-dashed-add{       
    			width:92%;  
    	}
    .ow-address,.ow-receivedaddress{
    	width:100%;
    }
}
.ow-reAddress-textarea{
	border:none;
	width:100%;
	overflow:hidden;
	resize: none;
}