@CHARSET "UTF-8";
.wst-listse{
	margin-top:8px;
	font-size:0.162rem;
}
.wst-list-infose1{
	width:96%;
	padding-top: 10px;
    padding-bottom: 10px;
    border-bottom:1px solid #EDEDED;
}
.wst-list-infose1 span{
	float:left;
	width:100%;
}
.wst-list-infose1 .name{
	color:#232228;
}
.wst-list-infose1 .address{
	color:#808080;
}
.wst-ad-operate{
	padding:10px;
	height: 22px;
	line-height: 22px;
}
.wst-ad-operate .left{
	float:left;
	margin-left:22px;
}
.wst-ad-operate .right{
	float:right;
}
.wst-ad-operate i{
	float:left;
	width: 22px;
    height: 22px;
}
.j-operate{
	z-index: 100;
	float:left;
	width: 22px;
    height: 22px;
    margin: -32px 0px 0px 9px;
}
.j-operate.default,.ui-form-itemin .operate .default{
    background: url(../img/icon_adds_users.png) -11px -5px no-repeat;
    background-size: 645%;
}
.j-operate.nodefault,.ui-form-itemin .operate .nodefault{
    background: url(../img/icon_adds_users.png) -41px -5px no-repeat;
    background-size: 645%;
}
.wst-ad-operate .edit{
    background: url(../img/icon_adds_users.png) -71px -5px no-repeat;
    background-size: 631%;
}
.wst-ad-operate .delete{
    background: url(../img/icon_adds_users.png) -106px -5px no-repeat;
    background-size: 631%;
}
/*新增地址*/
.wst-ad-form{
	margin-top: 8px;
}
.ui-form-itemin{
    position: relative;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    padding:1px 10px;
	font-size:0.18rem;
	background: #ffffff;
}
.ui-form-itemin .word{
	color: #232228;
}
.ui-form-itemin input{
	float: right;
    width: 75%;
    height: 35px;
    border: none;
    margin-top: 4px;
}
.ui-form-itemin label:not(.ui-switch):not(.ui-checkbox):not(.ui-checkbox-s):not(.ui-radio){
    position: absolute;
    text-align: left;
    box-sizing: border-box;
}
.ui-form-itemin .address{
	float: right;
    width: 75%;
    height: 35px;
    line-height: 35px;
    margin-top: 4px;
}
.ui-form-itemin .ui-select-group{
	margin-top:5px;
}
.wst-selectin{
	float: left;
    position: relative;
    width: 72%;
}
.wst-address_set{
	width:100%;
	height:40px;
	position:fixed;
	z-index:100;
	left:0;
	bottom:0;
}
.wst-ad-line{
	padding:0px 10px;
}
.wst-ad-line p{
	border-bottom: 1px solid #edebeb;
}
.wst-ad-submit{
	margin-top:20px;
}
.wst-ad-submit .button{
	margin: 0 auto;
	width: 93%;
	font-size: 0.185rem;
    height: 40px;
    line-height: 40px;
    color:#ffffff;
    background:#e00102;
	border-bottom:1px solid #e00102;
}
.wst-ad-submit .button:not(.disabled):not(:disabled):active{
	color:#fff0f0;
	background:#f52f30;
	background-clip: padding-box;
}
.ui-form-itemin .operate{
	font-size:0.158rem;
}
.ui-form-itemin .operate i{
	float:left;
	width: 22px;
    height: 22px;
    margin-top:10px;
    margin-right:2px;
}
.ui-form-itemin .operate span{
	margin-left:5px;
}
.iziModal{
	background:#f6f6f8;
}
/*遮盖层*/
.wst-cover{
	position:fixed;
  	left:0px;top:0px;
 	background-color:#000;
  	width:100%;
  	height:100%;
  	filter:alpha(opacity=60);  /*设置透明度为60%*/
  	opacity:0.6;  /*非IE浏览器下设置透明度为60%*/
  	z-Index:9999;
  	display:none;
}
/*参数弹框*/
.wst-fr-box{
    position: fixed;
	z-index: 9999;
    left:0px;
	bottom: -285px;
	width:100%;
	min-height:50%;
	background:#ffffff;
	font-size: 0.15rem;
}
.wst-fr-box .title,.wst-cart-box .title{
	position: relative;
	padding:6px 0px;
	border-bottom: 1px solid #f1f1f1;
}
.wst-fr-box .title span{
	float: left;
	width: 100%;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-size: 0.185rem;
}
.wst-fr-box .title i,.wst-cart-box .title i{
	position: absolute;
	right:5px;
	top:-2px;
	font-size: 27px;
}
.wst-fr-box .content{
	padding:10px 10px 20px 10px;
}
.wst-fr-box .option{
	float: left;
	width: 100%;
	border-bottom: 1px solid #edebeb;
}
.wst-fr-box .option p{
	float:left;
	width: 50px;
	height: 26px;
	line-height: 26px;
	padding:0px 5px;
	text-align: center;
}
.wst-fr-box .option .active{
	border-bottom: 1px solid #de0301;
}
.wst-fr-box .list{
	padding-top:5px;
}
.wst-fr-box .list.hide{
	display: none;
}
.wst-fr-box .list p{
	padding:5px 0px;
}
.wst-fr-box .list .active{
	color:#de0301;
}