@import url("../common.css");

.content_box {
	width: 58%;
	margin: 3% auto;
}

.content_box .layui-this {
	color: #3B82FF;
}
.qk_btn{
	border: 1px solid #ccc;
	padding: 5px;
	color:#3B82FF;
	cursor: pointer;width: 102px;
}

.content_box .layui-form-label {
	width: 92px;
}

.content_box .qk_input .layui-form-select input {
	width: 120px;
}

.content_box .qkkk .qk_input {
	display: flex;
}

.content_box .check {
	display: flex;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.content_box .layui-tab-content {
	padding: 20px;
}


.btnGroup .layui-btn {
	padding: 0 32px;
}

.warning {
	padding: 20px;
	overflow: hidden;
	margin-top: 20px;
}

.warning p {
	margin-left: 30px;
	color: #757575;
}

.icon-w {
	float: left;
	width: 20px;
	height: 20px;
	background: url(../../images/warning.png) no-repeat;
	background-size: contain;
}

.content_box .check .start {
	margin-right: 15px;
	margin-bottom: 15px;
	width: 75px;
	text-align: right;
}

.checkbox span {
	margin-right: 10px;
}

.select_check {
	position: relative;
}

.check_box {
	position: absolute;
	width: 100%;
	display: none;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 3px #ccc;
	z-index: 999;
	background: #fff;
}
.check_box ul{
	padding-top: 10px;
	max-height: 200px;
	overflow: hidden;
	overflow-y: scroll;
}
.check_box ul::-webkit-scrollbar{
	width: 5px;
	/* display: none; */
}

.check_box li {
	padding: 8px 10px;
}

.check_box li label {
	margin: 0;
}

.check_box li:hover {
	background: #F5F7FA;
}

.pick_input {
	padding-right: 20px;
	background: url(../../images/arrow.png) no-repeat 94.75% center;
	-webkit-background-size: contain;
	background-size: 15px;
}

.check_footer {
	height: 40px;
	/*display: flex;*/
	/*align-items: center;*/
	/*justify-content: flex-end;*/
	border-top: 1px solid #ccc;
}

.check_footer .link {
	margin-left: 10px;
}

.check_box .check_footer:hover {
	background: #fff;
}
.pick_box{
	position: relative;
}

.hint{
	width: 200px;
	height: 200px;
	display: none;
	background: #757575;
	position: absolute;
	top: 40px;
	padding: 15px;
	color: #fff;
}

.out,.in {
	position: absolute;
	width: 0;
	height: 0px;
}
.out{
        border:10px solid transparent;
        border-bottom-color:#757575;  /*这里的颜色一定要跟上面demo边框颜色一样*/
        top:-20px;
        left:42%;
}
