/*参数设置*/
.select-seeting-module{
    background:#fff;
    padding:10px;
    margin:15px 10px;
    border-radius:10px;
}
.select-seeting-item{
    overflow:hidden;
    padding:10px;
}
.select-seeting-item .label{
    color:#222;
    line-height:24px;
    font-size:16px;
}
.select-seeting-item .label2{
    color:#222;
    line-height:31px;
    font-size:16px;
}
.select-seeting-float .label,.select-seeting-float .label2{
    float:left !important;
    width:95px;
}
.select-seeting-item .cont{
    color:#555;
    line-height:20px;
    margin-top:5px;
    font-size:14px;
    overflow:hidden;
}
.select-seeting-float .cont{
    margin-top:0px !important;
}
.select-seeting-item .cont input{
    padding:2px 5px;
    border-radius:4px;
    border:none;
    background:#fff;
    line-height:25px;
    width:280px;
}
.select-seeting-item .cont textarea{
    width:280px;
    height:220px;
    overflow-y:auto;
    border: none;
    border-color: transparent;
    border-radius:4px;
    line-height:23px;
    color: #333;
}
.select-seeting-item .cont2{
    color:#555;
    line-height:20px;
    margin-top:5px;
    font-size:14px;
    overflow:hidden;
    padding:10px;
    background:#fff;
}
.select-seeting-float .cont2{
    margin-top:0px !important;
}
.select-seeting-item .cont2 textarea{
    width:280px;
    height:75px;
    overflow-y:auto;
    border: none;
    border-radius:4px;
    line-height:23px;
    padding:2px 5px;
    color: #333;
}
.select-seeting-item .desc{
    color:#888;
    line-height:20px;
    margin-top:3px;
    font-size:13px;
}
.select-seeting-item .items,.select-seeting-item .items2{
    overflow: hidden;
    background: #eee;
    border-radius: 8px;
    margin-right: 15px;
    margin-top: 10px;
    padding: 2px 10px;
    float: left;
    color: #555;
    cursor:pointer;
}
.select-seeting-float .items,.select-seeting-float .items2{
    margin-top:0px !important;
    margin-bottom: 10px;
}
.select-seeting-item .active{
    background:#1890ff;
    color:#f8f8f8 !important;
}
.select-seeting-item .active .descs{
    color:#f8f8f8 !important;
}
.select-seeting-item .items .name,.select-seeting-item .items2 .name{
    line-height:20px;
    font-size:14px;
    text-align:center;
}
.select-seeting-item .items .descs,.select-seeting-item .items2 .descs{
    color:#888;
    line-height:20px;
    margin-top:3px;
    font-size:12px;
    text-align:center;
}

.select-seeting-tishi{
    line-height:21px;
    color:#666;
    font-size:15px;
    padding:15px;
    margin-top:10px;
}

.select-seeting-btn{
    overflow:hidden;
    padding:15px;
    margin-top:10px;
    text-align:right;
}
.select-seeting-btn .sure{
    line-height: 25px;
    background-color: #007bff;
    font-size:15px;
    border: 1px solid #007bff;
    cursor: pointer;
    border-radius: 5px;
    text-align:center;
    color:#fff;
    padding:3px 25px;
    margin-right:20px;
    display:inline-block;
}
.select-seeting-btn .cancel{
    line-height: 25px;
    background-color: #fff;
    font-size:15px;
    border: 1px solid #ddd;
    cursor: pointer;
    border-radius: 5px;
    text-align:center;
    color:#555;
    padding:3px 18px;
    margin-right:20px;
    display:inline-block;
}
.select-seeting-item .require{
    color:red;
    margin-right:1px;
}

.select-seeting-title{
    color:#333;
    font-size:16px;
    font-weight:600;
    line-height:25px;
    padding:5px 10px;
}

.select-seeting-wrap{
    overflow-y:auto;
    overflow-x:hidden;
}
.select-seeting-wrap .nobottom{
    padding-bottom:0px !important;
}
.select-seeting-bottom{
    overflow:hidden;
    height:55px;
}
.select-seeting-item .select-wrap{
    overflow:hidden;
    padding:2px 8px;
    color:#333;
    cursor:pointer;
    font-size:14px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    max-width:275px;
    min-width:175px;
}

.select-seeting-item .select-wrap:hover{
    background:#f5f5f5;
    border-radius:4px;
}

.select-seeting-item .select-cont{
    line-height:25px;
    height:25px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}
.select-seeting-item .select-icon{
    overflow:hidden;
    float:right;
    text-align:right;
    width:28px;
}
.select-seeting-item .select-icon img{
    width:16px;
}

/*扫码二维码*/
.h5-qrcode-wrap{
    padding-top:15px;
    text-align:center;
    overflow:hidden;
    min-height:200px;
}
.h5-qrcode-wrap .h5-qrcode-item{
    text-align:center;
    overflow:hidden;
    width:50%;
    float:left;
}
.h5-qrcode-wrap .h5-qrcode{
    text-align:center;
    overflow:hidden;
}
.h5-qrcode-wrap .h5-qrcode-item img{
    width:60%;
    max-width:210px;
}
.h5-qrcode-wrap .h5-qrcode img{
    width:60%;
    max-width:210px;
}
.h5-qrcode-img{
    overflow:hidden;
}
.h5-qrcode-wrap .h5-qrcode-tishi{
    margin-top:8px;
    margin-bottom:25px;
    padding:0px 15px;
    text-align:center;
    color:#666;
    font-size:14px;
    line-height:22px;
    font-weight:600;
    overflow:hidden;
}

/*下拉选择弹窗*/
.choose-model-select{
	overflow:hidden;
	position:absolute;
	top:100px;
	left:62px;
	width:280px;
	border-radius:5px;
	-webkit-box-shadow:0 0 3px #d3d3d3;
	box-shadow:0 0 3px #d3d3d3;
	background:#fff;
	z-index:100;
}
.choose-model-select .model-select-list{
	padding:5px 10px;
	max-height:370px;
	min-height:30px;
	overflow-y:auto;
}
.choose-model-select .model-select-list .select-item{
	padding: 5px 10px;
    overflow: hidden;
    cursor: pointer;
    margin-top: 5px;
}
.choose-model-select .model-select-list .select-item:hover{
	background:#f3f3f3;
}
.choose-model-select .model-select-list .active{
	background:#DEE5EE;
}
.choose-model-select .model-select-list .select-item-name{
	color:#222;
	line-height:21px;
	font-size:14px;
	overflow:hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.choose-model-select .model-select-list .select-item-desc{
	color:#888;
	line-height:21px;
	font-size:13px;
	margin-top:5px;
	max-height:42px;
	overflow:hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.choose-model-select .model-select-btn{
	overflow:hidden;
	text-align:right;
	padding:10px 15px;
	border-top: 1px solid #eee;
}
.choose-model-select .btn-cancel{
	color:#777;
	font-size:14px;
	border-radius:3px;
	border:1px solid #eee;
	padding:3px 10px;
	cursor:pointer;
}
.choose-model-select .btn-sure{
	color:#fff;
	font-size:14px;
	border-radius:3px;
	background:#007bff;
	padding:3px 13px;
	margin-left:15px;
    cursor:pointer;
}
.model-select-search{
	overflow:hidden;
	margin:10px 15px;
	border:1px solid #ddd;
	background:#fff;
	border-radius:5px;
	padding:2px 5px;
}
.model-select-search .search-icon{
	width:35px;
	float:right;
	overflow:hidden;
	text-align:center;
	cursor:pointer;
}
.model-select-search .search-icon img{
	width:20px;
	margin-top:2px;
}
.model-select-search .search-input{
	overflow:hidden;
	color:#333;
	font-size:14px;
}
.model-select-search .search-input input{
	line-height:24px;
	background:#fff;
	width:100%;
}

/**定时时间选择*/
.dingshi-wrap{
    position:relative;
}
.dingshi-wrap .days{
    float:left;
    width:200px;
    position:relative;
}
.dingshi-wrap .hours{
    float:left;
    width:100px;
    margin-left:15px;
    position:relative;
}
.dingshi-wrap .minute{
    float:left;
    width:85px;
    margin-left:15px;
    position:relative;
}
.dingshi-wrap .days-input{
    border-radius:4px;
    border:1px solid #ddd;
    overflow:hidden;
    cursor:pointer;
}
.dingshi-wrap .days-input .input{
    color:#333;
    line-height:21px;
    height:21px;
    padding:6px 10px;
    font-size:15px;
}
.dingshi-wrap .days-input .icon{
    overflow:hidden;
    float:right;
    padding:6px 1px;
    width:20px;
    text-align:center;
}
.dingshi-wrap .days-input .icon img{
    width:14px;
}
.dingshi-wrap .days-select{
    position:absolute;
    bottom:10px;
    left:25px;
    z-index:19891016;
    overflow: hidden;
    width: 200px;
    border-radius: 8px;
    box-shadow: 0 2px 20px #ddd;
    -webkit-box-shadow: 0 2px 20px #ddd;
    background: #fff;
    padding:10px 5px;
    max-height: 255px;
    min-height: 100px;
    overflow-y: auto;
}

.dingshi-wrap .days-select .select-item{
    padding:10px 10px;
    overflow:hidden;
    cursor:pointer;
}
.dingshi-wrap .days-select .select-item:hover{
    background:#f3f3f3;
}
.dingshi-wrap .days-select .name{
    color:#222;
    line-height:21px;
    font-size:16px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dingshi-wrap .days-select .actives{
    background:#f3f3f3;
}
.dingshi-wrap .days-select .actives .name{
    color:#3855d5 !important;
    font-weight:bold;
}
/**定时时间选择end---*/

/*侧边栏弹窗*/
.pu-aside-window-wrap{
	position:fixed;
	right:0px;
	top:0px;
	height:100%;
	width:50%;
	max-width:1080px;
	min-width:680px;
	z-index:1000;
	background:#fff;
}
.pu-aside-window-wrap .header{
	padding:10px 15px;
	font-size:16px;
	color:#333;
	line-height:25px;
	overflow:hidden;
}
.pu-aside-window-wrap .header .title{
	font-size:16px;
	color:#333;
	line-height:25px;
}
.pu-aside-window-wrap .header .pu-aside-close{
	width:60px;
	float:right;
	overflow:hidden;
	text-align:center;
	cursor:pointer;
}
.pu-aside-window-wrap .header .pu-aside-close img{
	width:24px;
}

.pu-aside-window-wrap .aside-list{
	overflow-y:auto;
	padding:5px 5px 60px 5px;
	overflow-x:hidden;
}
.pu-aside-window-wrap .aside-fixed-btn{
	position:fixed;
	right:0px;
	bottom:0px;
	z-index:1001;
	height:60px;
	width:50%;
	max-width:1080px;
	min-width:680px;
	background:#fff;
	border-top:1px solid #eee;
}
.aside-window-1{
	z-index:1000;
}
.aside-window-2{
	z-index:1003;
}
.aside-window-3{
	z-index:1006;
}
.zhezhao1{
	z-index:999;
}
.zhezhao2{
	z-index:1002;
}
.zhezhao3{
	z-index:1005;
}
