/*重写Comm_mobile中模态框CSS*/
.actions-modal{
	background:#f7f7f8;
	height:100%;
	bottom:inherit;
	top:43px;
	-webkit-transform:translate3d(0,-200%,0);
	transform:translate3d(0,-200%,0);
}
.actions-modal .actions-modal-group{
	border-radius:0;
}
.actions-modal .actions-modal-group p{
	text-align:left;
	height:36px;
	line-height:42px;
	font-size:14px;
	padding-left:18px;
	color:#3d3d3d;
}
.actions-modal .actions-modal-group p::after {
	/* background-color:transparent; */
	width:95%;
	height:0.52px;
	left:11px;
}
.duigou::before{
	background: url(/plug/Dev/images/select.png);
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 12px;
    top: 12px;
    background-size: 100% auto;
}
#close:before,#input_sls:before{
	background:none;
}