.container_right{
	padding: 17px;
	padding-bottom: 0;
}
.table {
	margin-bottom: 0;table-layout: fixed
}
.table>tbody>tr>th, .table>thead>tr>th {
	text-align: center;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	text-align: center;
	padding: 8px 0;
	border-top:0;
	border-bottom: 1px solid #E3EBF3
}
.table-striped>tbody>tr img {
	margin-left: 5px
}
.table-striped>tbody>tr:nth-of-type(odd) {
	background: #fff
}
.module{
	margin-bottom: 20px;
}
.option {
	padding:13px 18px;
	display: flex;
	justify-content: space-between;
}
.option .optionCont1 {
	width:75%;
}
.option .optionCont1 div {
	display: flex;
	justify-content: space-between;
}
.option .optionCont1 select {
	width: 85px;
	text-align: center;
	height: 28px;
	border: 2px solid #E7E7E7;
	border-radius: 5px;
}
.option .optionCont1 .search {
	border-radius:5px;
	border:2px solid #E7E7E7;
	height: 28px;
	line-height: 28px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.option .optionCont1 .search input {
	width: 130px;
	text-align: center;
	line-height: 24px;
	border:0;
	color: #333;
}
.option .optionCont1 .search .search_img {
	background: #E7E7E7;
	width: 28px;
	text-align: center;
}
.option .optionCont1 .search .clear_val {
	font-size: 12px;
	color: #e7e7e7;
	width: 19px;
}
.option .optionCont1 .typeVal {
	margin-top: 30px;
}
.type_val,.box_val,.time_val,.key_val {
	display: none
}
.option .optionCont1 .typeVal ul {
	display: flex;
	justify-content: left;
	align-items: center;
	text-align: center;
	line-height: 30px;
	width: 80%;
}
.option .optionCont1 .typeVal ul li {
	width:105px;
	height:28px;
	color: #3DA0F3;
	cursor: pointer;
	font-size: 14px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	background:rgba(230,244,255,1);
	position: relative;
	margin-right: 15px;
	border-radius:5px;
	display: none;
}
.option .optionCont1 .typeVal ul li p:nth-of-type(2) {
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	font-size: 10px;
	border-radius: 50%;
	color: #fff;
	background: #3DA0F3;
}
.option .optionCont2 .release {
	width:120px;
	height:35px;
	background:#2E68EA;
	border-radius:5px;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
	color: #fff;
}
.option .optionCont2 .release img {
	margin-right: 5px;
}
.option .optionCont2 p:first-child {
	margin-bottom: 23px;
}
.popup {
	width:600px;
	position: fixed;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: none;
	background:#fff;
	z-index: 30;
}
.popup h2 {
	height:45px;
	line-height: 45px;
	font-size: 18px;
	color: #fff;
	background:rgba(46,104,234,1);
	padding:0 30px;
}
.popup span {
	color: #fff;
	font-size: 18px;
	opacity: 0.8;
	line-height: 45px;
}
.popup span:hover,.popup span:focus {
	color: #fff;
	opacity: 1;
}
.popup p span {
	color: #666;
	font-size: 16px;
	text-align: justify;
	text-align-last: justify;
	display: inline-block;
	width: 60px;
	opacity: 1;
	-moz-text-align-last:justify;
	font-weight: bold;
}
.popup p span:hover,.popup p span:focus {
	color: #666;
	opacity: 1;
}
.popup ul {
	padding:0 30px;
}
.popup ul li {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
	margin-top:10px;
	height: 40px;
}

.popup ul li p {
	margin-right: 8px;
}
.popup ul li label {
	position: relative;
}
.popup ul li input[type=checkbox], input[type=radio] {
	display: none;
}
.popup ul li input[type="radio"] + label::before,.popup ul li input[type="radio"] + label::after {
	content: "\a0";
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	border-radius: 50%;
	border: 1px solid #BFBFBF;
	line-height: 16px;
}
.popup ul li input[type="radio"] + label::after {
	display: none;
}
.popup ul li input[type="radio"]:checked + label::before {
	background-color: #2E68EA;
	border:0
}
.popup ul li input[type="radio"]:checked + label::after {
	display: block;
	width: 6px;
	height: 6px;
	background: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 5px;
	border: 0px solid #fff;
}
.popup ul li>input {
	width: 429px;
	height: 35px;
	line-height: 35px;
	text-indent: 2em;
	color: #999;
}
.popup ul li .im-type {
	width: 95px;
	height: 35px;
	line-height: 35px;
}
.popup ul li .im-type1 {
	width: 120px;
	height: 35px;
	line-height: 35px;
}
.popup ul li .im-type label {
	color: #999;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0;
}
.popup ul li .im-type1 label {
	color: #999;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0;
}
.submit {
	width:130px;
	height:40px;
	background:rgba(46,104,234,1);
	border-radius:5px;
	border:0px solid #fff;
	margin:20px auto 25px;
	display: block;
	color: #fff;
	font-size: 16px;
}

.bootstrap-table .fixed-table-container .table thead th .th-inner{
	padding: 0;
	height: 36px;
	line-height: 36px;
}
.bootstrap-table .fixed-table-container .table th, .bootstrap-table .fixed-table-container .table td{
	border-left: 0;
	border-right: 0;
	height: 20px;
	line-height: 20px;
	padding: 5px 0;
	font-size: 12px;
}
.table-bordered{border:0}
.list{
	margin-bottom: 0;
	position: relative;
}


