a:not([href]):not([tabindex]) {
    color: #fff;
    text-decoration: none;
}
table th img{
	width: 20px;
}
.btn {
	padding: 0.6rem 1rem;
	vertical-align: bottom;
	letter-spacing: 0.3rem;
	padding-left: 1.2rem;
	box-shadow:none;
	border: none;
	margin: 0 5px;
}
.btn:hover{
	text-shadow: none;
}
#reset{
	border: 1px solid #ccc;
}
.sort{
	color:#1890fd;
	cursor: pointer;
}

.table tbody tr td {
	padding: .75rem 2rem;
}

.border-gray {
	border: 1px solid rgba(217, 217, 217, 1);
}

.box {
	padding: 2rem;
}

.l-h-36{
	line-height: 36px;
}

.panel {
	background-color: #fff;
	border-radius: 0;
	margin-bottom: 2rem;
	box-shadow: 0.1rem 0.1rem 1rem rgba(0,0,0,0.05);
}

.panel>.header {
	margin: 2rem 2rem 0 2rem;
	background-color: #fff;
	text-align: left;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 2rem;
	font-size: 16px;
	font-weight: bold;
}

.panel>.list {
	padding: 0 0 1.5rem 0;
}

.panel .list .table thead tr {
	background-color: rgba(250, 250, 250, 1);
	border-bottom: 0;
}

.panel .list .table tbody img {
	width: 40px;
	height: 40px;
}

.list .table thead tr th:last-child, .table tbody tr td:last-child
	{
	text-align: right;
}

ul.form.ratio100>li {
	flex-direction: initial;
}

ul.form.ratio100>li>.title {
	width: 35%;
	margin-right: 1rem;
	line-height: 2.7rem;
	text-align: right;
	font-weight: normal;
}

ul.form.ratio100>li>.info {
	width: 25rem;
}

ul.form.ratio100>li>.desc {
	line-height: 2.7;
    font-weight: 500;
    margin-left: 10px;
}

ul.form.ratio100>li>.desc>a{
	text-decoration: underline;
}

.btn{
	letter-spacing: 0;
}


/**
pc
*/
@media only screen and (min-width:768px ) {
	.search-left{
		width:78%
	}
	.search-text {
		line-height: 0 !important;
		width: 160px;
	}
}

/**
app
*/
@media only screen and (max-width: 767px) {
	.search-text {
		width: 100%;
	}
	.fl input,.fl select,.fl a{
		margin-bottom: 10px;
	}
}


input[type=text], input[type=password], input[type=email], input[type=url],
	input[type=number], input[type=tel], input[type=search], input[type=date],
	input[type=month], input[type=week], input[type=time], input[type=datetime],
	input[type=datetime-local], textarea, select {
	border-radius: 3px;
}

.container {
    max-width: 100%;
}

.layui-layer-content{
	padding: 30px;
}
.layui-input-block{
	margin-left: 130px!important;
}
.layui-form-label{
	width: 110px!important;
}
.layui-layer-btn1{
	color: #333!important;
}
.search-select {
	line-height: 0 !important;
	width: 200px;
	margin-right: 20px;
	color: #a6a6a6;
}
.select2-container{
	border:0;
}
.select2{
	min-height: 2.7rem;
    border: 1px solid #d7d7d7;
    box-shadow:0 0.1rem 0.25rem rgba(0,0,0,0.1) inset;
    font-size:1rem;
    -webkit-transition:all 0.2s ease-in-out;
    border-radius:3px;
    width:10rem;
    text-align: left;
}
.select2-selection__placeholder{
	color:#d9d9d9;
}
select:invalid {
  color: #cbcbcb; /* 占位符文本颜色 */
}

.select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 90%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container .select2-selection--single .select2-selection__rendered{
	padding: .65rem .75rem;
}
.select2-container .select2-selection--single{
	height: 2.7rem;
}
.select2-container--open .select2-dropdown--below{
	border: none;
	box-shadow:0.1rem 0.2rem 1rem rgba(0,0,0,0.5);
	border-top-left-radius:4px;
	border-top-right-radius:4px;
}

.serach-btn {
	border-radius: 0 4px 4px 0;
}
.return-btn{
	vertical-align: middle;
	border: 1px solid #ccc;
}

.touxiang{border-radius: 50%;}

.tr {
	margin-right: 3rem;
}

.tr .page {
	margin-left: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #505050;
}
.tr .total-page{
	line-height: 2.5;
}

.tr .page a {
	border: 1px solid #cccccc;
    display: block;
    line-height: 2.3;
    width: 2.4rem;
    text-align: center;
    border-radius: 4px;
    color: #333;
}

.must{
	font-style: normal;
    margin-right: 3px;
    font-size: 14px;
    color: #f5574e;
    vertical-align: middle;
}

.title2 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
    padding-top: 10px;
    font-weight: bold;
    font-size: 1rem;
    color: #383838;
    margin: 0 1.5rem;
    padding: 2rem 0;
    display: flex;
    align-items: center;
}
.title2>.left{
	width:50%;
	text-align:left;
}
.title2>.right{
	width:50%;
	text-align:right;
}
.range_inputs{
	display: flex;
    align-items: center;
    justify-content: center;
}

.btn-green{
	border: 1px solid #52c41a;
    display: block;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #52c41a !important;
    color: #fff;
}

.btn-red{
	border: 1px solid #d22020;
    display: block;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #d22020 !important;
    color: #fff;
}

.btn-blue{
	border: 1px solid #1898ec;
    display: block;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #1898ec !important;
    color: #fff;
}
