body, html {
	font-family: NotoSansCJKsc-Regular, NotoSansCJKsc;
}
/*p样式*/
.td_p {
	margin: 10px;
}
/*span樣式*/
span {
	font-size: 14px;
	font-family: NotoSansCJKsc-Regular, NotoSansCJKsc;
	font-weight: 400;
	color: #000;
}

.query_fs {
    color: #4A97E7;
    border-radius: 5px;
    border: 1px solid #4A97E7;
    height: 35px;
    width: 90px;
    line-height: 35px;
    text-align: center;
}

.check_sp {
    font-size: 16px;
    display: inline-block;
    width: 150px;
    height: 35px;
}
/*a標籤*/
a {
	text-decoration: none;
}

	a:hover {
		text-decoration: none;
	}

.sel {
	width: 120px;
	height: 35px;
	border-radius: 5px;
	color: #4d4d4d;
}
/*input標籤*/
input, .ipt_commit, .ipt_upload {
	width: auto;
	min-width: 120px;
	height: 35px;
	line-height: 35px;
	padding-left: 15px;
	border-radius: 4px;
	border: 1px solid #ccc;
	margin: 0 10px;
}
/*IE10+*/
	/** 文本输入框的 X  **/ 
	input::-ms-clear {
		display: none;
	}
	/** 密码输入框的 X  **/ 
	input::-ms-reveal {
		display: none;
	}
	/* search输入框的叉号*/
	input[type=search]::-ms-clear {
		display: none;
	}	

/*IE9-需將input框的宽度设为82px以下*/
/*清除谷歌浏览器下的 search 叉号*/
	input::-webkit-search-cancel-button {
		display: none;
	}	

	input[type=checkbox], input[type=radio] {
		min-width: auto;
		height: auto;
		margin: 0;
		-webkit-appearance: none;
		border: 1px solid #ccc;
		vertical-align: middle;
		width: 14px;
		height: 14px;
		border-radius: 0;
	}

	input[type="checkbox"]:checked {
		background: url('../images/icon-checked.png') no-repeat; /*复选框的背景图*/
		background-size: contain;
	}

    input[type=radio]:checked {
        background: url('../images/icon-checked.png') no-repeat;
        background-size: contain;
    }

    input:hover, .ipt_commit:hover, .ipt_commit.btnUpload_1:hover,
    .ipt_upload:hover, .ipt_commit.btnSubmit:hover {
        color: #333;
    }

.ipt_commit {
	background: #4C9EFF;
	color: #fff;
	border: 0;
	padding: 0;
	text-align: center;
}

	.ipt_commit.btnUpload_1 {
		background: #fff;
		color: #666;
		border: 1px solid #ccc;
	}

	.ipt_commit.btnSubmit {
		background: #fff;
		color: #4A97E7;
		border: 1px solid #4A97E7;
	}

.ipt_upload {
	position: relative;
	display: inline-block;
	background: #F1F1F3;
	color: #666;
}

    .ipt_upload .file_input {
        position: absolute;
        right: 0;
        top: 0;
        opacity: 0;
    }

.a_img {
	width: 120px;
	height: 90px;
}

.ipt_img {
	min-width: auto;
	border: 0;
	height: auto;
	padding-left: 5px;
	margin: 0;
	vertical-align: text-bottom;
}

.normal_text {
	width: 300px;
}

.short_text {
	width: 100px;
}

.long_text {
	width: 500px;
}

.normal_text, .short_text, .long_text {
	height: 35px;
	line-height: 35px;
	margin: 0 10px;
}

	.long_text.txtarea {
		height: 130px;
	}
/*input radio單選&checkbox复选*/
.td_check {
	margin: 0 10px !important;
}
/*button標籤*/
button {
	width: auto;
	min-width: 120px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 4px;
	border: none;
	background: #4C9EFF;
	margin: 0 10px;
}
	button:focus{
		outline:0;
	}
	.long_btn {
		width: 500px;
	}

.normal_btn {
	width: 300px;
}

.short_btn {
	width: 100px;
}
/*select標籤*/
/*select::-ms-expand {
	display: none;
}*/
.normal_sel {
	width: 200px;
	height: 35px;
	margin: 0 10px;
	padding-left: 10px;
	border-radius: 4px;
	border: 1px solid #ccc;
}

	.normal_sel:focus {
		border: 1px solid #4A97E7;
		color: #333;
	}
/*bootstrap-table樣式*/
.bootstrap-table .fixed-table-container .fixed-table-body {
    height: auto;
}

.bootstrap-table .fixed-table-container .table .bs-checkbox {
    text-align: left;
}

    .bootstrap-table .fixed-table-container .table td.bs-checkbox label input[type=checkbox] {
        margin-left: 2px !important;
    }

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #4C9EFF;
    border-color: #4C9EFF;
}

	.btn-secondary:not(:disabled):not(.disabled).active:focus,
	.btn-secondary:not(:disabled):not(.disabled):active:focus,
	.show > .btn-secondary.dropdown-toggle:focus {
		box-shadow: 0 0 0 0.2rem rgba(187, 222, 251, 0.5);
	}

.btn-secondary, .btn-secondary:hover {
	color: #fff;
	background: #4C9EFF;
	border-color: #4C9EFF;
}

	.btn-secondary.focus, .btn-secondary:focus {
		color: #fff;
		background: #00b5f9;
		border-color: #00b5f9;
		box-shadow: 0 0 0 0.2rem rgba(187, 222, 251, 0.5);
	}

.page-size {
	color: #fff;
}

.dropdown-item.active, .dropdown-item:active {
	background-color: #4C9EFF;
}

.page-item.active .page-link {
	background-color: #4C9EFF;
	border-color: #4C9EFF;
}

.page-link {
	color: #4C9EFF;
}
/*layui tab樣式*/
.layui-tab-title {
	box-shadow: 0px 0px 8px 1px #E6EBF0;
	border-radius: 4px 0px 0px 4px;
	margin: 0 15px;
}

	.layui-tab-title, .layui-tab-title .layui-this:after {
		border: none;
		padding-left: 25px;
	}

		.layui-tab-title li a {
			color: #666;
		}

		.layui-tab-title .layui-this:after {
			border-bottom: 2px solid #4C9EFF;
		}

		.layui-tab-title .layui-this a {
			color: #4C9EFF;
		}

.layui-tab .tab_title_right {
	position: absolute;
	right: 40px;
	top: 13px;
	font-family: NotoSansCJKsc-Regular, NotoSansCJKsc;
	font-size: 15px;
	font-weight: 400;
	border: 1px solid #4C9EFF;
	border-radius: 4px;
	width: 50px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}

.tab_title_right .back {
	color: #333;
}

	.tab_title_right .back:hover {
		color: #e40c0c;
	}

.layui-tab-content {
	padding: 5px;
	box-shadow: 0px 0px 8px 1px #E6EBF0;
	border-radius: 4px 0px 0px 4px;
	margin: 15px;
}
/*layui page樣式*/
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background: #4C9EFF;
}

.layui-laypage input:focus, .layui-laypage select:focus {
    border-color: #4C9EFF !important;
}

/*layui-tab内嵌layui-tab样式*/
.layui-tab-title.innerContent {
    width: auto;
    max-width: 350px;
    float: left;
    border-radius: 4px;
    border: 1px solid #4C9EFF;
    box-shadow: none;
    padding: 0;
}

	.layui-tab-title.innerContent li {
		padding: 10px 0;
	}

        .layui-tab-title.innerContent li a {
            line-height: 20px;
            border-right: 1px solid #ccc;
            text-align: center;
            padding: 0px 21px;
            color: #999;
        }

        .layui-tab-title.innerContent li:last-child a {
            border: none;
        }

        .layui-tab-title.innerContent li a:hover {
            color: #666;
        }

	.layui-tab-title.innerContent .layui-this:after {
		border: none;
		padding: 0;
	}

	.layui-tab-title.innerContent .layui-this a {
		color: #333;
	}

.layui-tab-content.innerContent {
	border: none;
	border-top: 1px solid #eee;
	box-shadow: none;
	position: absolute;
	top: 50px;
	width: 98.5%;
}

	.layui-tab-content.innerContent .layui-tab-item {
		margin-left: -10px;
	}
/*kindeditor样式*/
.ke-container.ke-container-default, .ke-edit {
	width: auto !important;
	min-width: 700px !important;
	height: auto !important;
	min-height: 300px !important;
	margin: 0 10px;
}
/*fileinput样式*/
.file-input {
	margin: 0 10px;
}
.input-group-append {
	margin-left: 10px;
}
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append > .btn,
.input-group > .form-control {
	border-radius: .25rem !important;
	width: auto;
	min-width: 120px;
	height: 35px;
}

.file-caption .file-caption-name {
	padding-bottom: 10px;
}

.fileinput-cancel-button, .fileinput-upload-button {
	background: #fff;
	margin: 0 10px !important;
}

	.fileinput-cancel-button:hover,
	.fileinput-upload-button:hover {
		background: unset;
	}

	.fileinput-cancel-button span,
	.fileinput-upload-button span {
		color: #4A97E7;
	}

.btn-primary.btn-file {
	background: #F1F1F3;
	border-color: #ccc;
	margin: 0 10px;
}

	.btn-primary.btn-file span {
		color: #666;
	}

