* {
	font-family: MS Reference Sans Serif;
}

html, body {
	background: #F5F5F5;
	width: 100%;
	height: 100%;
}

ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.clearfix:after {
	content: '';
	clear: both;
	zoom: 1;
}
/****通用图片相应****/
.com-img-box {
	position: relative;
}

.com-img-box:after {
	content: "";
	display: block;
	padding-top: 100%;
}

.com-img-box>a, .com-img-box>img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	;
}
/********/
/*******按钮样式*******/
.btn-base {
	display: inline-block;
	padding: 0 12px;
	cursor: pointer;
}

.btn-cover {
	display: inline-block;
}

.upgrade {
	background: #de672a;
	display: inline-block;
	line-height: 36px;
	height: 36px;
	color: #fff;
	vertical-align: middle;
	padding: 0 10px;
	font-weight: 400 !important;
}
/************/
/*****导航按钮-公用背景，下划线颜色******/
.btn-base {
	border: 1px solid #333 !important;
	color: #333 !important;
	background: #fff;
}

.btn-base:hover {
	color: #fff !important;
	background: #333 !important;
}

.btn-cover {
	background: #333;
	color: #fff !important;
	border-color: #333 !important;
}

.active-line, .active-line>a {
	/* border-color: #333 !important; */
	
}

.nav-info .navbar-nav>li>a:hover {
	/* border-color:#333; */
	
}
/**********/
/****公用main*****/
.main, #main {
	margin-top: 57px;
}

.main-info {
	border: 1px solid #d7d7d7;
	border-radius: 6px;
	background: #fff;
}

.main-info h3.title {
	text-align: center;
	margin-top: 50px;
}

.main-info h3.title-connection {
	text-align: center;
	margin-top: 10px;
}

/**20210412**/
.mobile-footer-info {
	width: 100%;
	height: 70px;
	position: fixed;
	bottom: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	box-shadow: 0px 1px 5px #d0d0d0;
	background-color: #ffffff;
	left: 0;
	z-index: 10001
}

.mobile-footer-info li {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	height: 90%;
	position: relative;
	color: #525252;
}
.mobile-footer-info li a{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	height: 100%;
	position: relative;
	color: #525252;
}

.mobile-footer-info li img  {
	width: 20px;
	height: 20px;
}


/**20210502**/
.mobile-footer-info li p {
	color: #333333;
	font-size: 12px;
	padding: 0;
	margin: 0;
	position: relative;
}
/*********/
/*******多选check-box*********/
.check-box {
	border: 1px solid #ddd;
	height: 150px;
	overflow-y: auto;
	padding: 10px;
}
/***************/
/*****暂无数据*****/
.no-data {
	text-align: center;
	color: #999;
	padding: 20px 0;
	background: #fff;
}

.no-data .icon-noResult {
	font-size: 36px;
}

.no-data p {
	font-size: 16px;
}
/*********/
/*****模态框样式******/
.modal-common-tips .modal-title {
	font-size: 16px;
	font-weight: bold;
}

.modal-common-tips .modal-footer {
	border-top: none;
}

.modal-common-tips .modal-footer {
	text-align: right;
}

.modal-common-tips .btn-base, .modal-common-tips .btn-cover {
	width: 100px;
	text-align: center;
	line-height: 32px;
}

.modal-common-tips .btn-cover {
	border: 1px solid;
	padding: 0;
}

.modal-common-tips .btn-base {
	margin-right: 8px;
}

.modal-common-tips .btn-base:hover {
	background: #fff !important;
	color: #333 !important;
}

.modal-common-tips .modal-body {
	padding: 25px 15px;
}

.modal-common-tips .modal-dialog {
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%) !important;
}

.content-list-left {
	border: 1px solid #d7d7d7;
	border-radius: 6px;
	background: #fff;
	padding: 20px 40px;
	margin-bottom: 10px;
}

.content-list-right {
	border: 1px solid #d7d7d7;
	border-radius: 6px;
	background: #fff;
	padding: 20px 40px;
}

.content-list-left>h4 {
	padding: 10px 0 20px 0;
}

.content-list-left p {
	border-bottom: 1px solid #d7d7d7;
	padding: 10px 0;
}

.content-list-left p, .content-list-left span {
	color: #777;
	text-decoration: none;
	cursor: pointer;
}

.right-cheack {
	display: block;
}

.content-list-right-nav {
	border-bottom: 1px solid #d7d7d7;
	padding: 10px;
	margin-bottom: 40px;
}

.content-list-right-body {
	padding: 0 50px;
}

.pc-display {
	display: block;
}

.wap-display {
	display: none;
}

.pagination>li:first-child>a[title="Go to first page"] {
	display: none;
}
.pagination>li:last-child>a[title="Go to last page"] {
	display: none;
}
/*******/
@media ( min-width : 767px) {
	.main, #main {
		margin-top: 80px;
	}
	.main-info {
		margin-top: 130px;
		margin-bottom: 50px;
	}
	/*****滚动条*****/
	.scroll-box::-webkit-scrollbar {
		/*滚动条整体样式*/
		width: 6px;
		/*高宽分别对应横竖滚动条的尺寸*/
		height: 1px;
	}
	.scroll-box::-webkit-scrollbar-thumb {
		/*滚动条里面小方块*/
		border-radius: 10px;
		box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		background: #ccc;
	}
	.scroll-box::-webkit-scrollbar-track {
		/*滚动条里面轨道*/
		box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		border-radius: 10px;
		background: #ededed;
	}
	/*******/

	/**20210412**/
	.mobile-footer-info {
		display: none;
	}
}

@media ( max-width : 767px) {
	.btn-base {
		display: inline-block !important;
	}

	/**20210412**/
	.main-info {
		margin: 50px 1px 25px;
		background-color: #ffffff;
		background: #FFFFFF;
		width: 100%;
		/**height: calc(100% - 70px);**/
		border-radius: 0;
		border: none;
	}
	.dropdown-menu {
		position: absolute;
		top: -95px;
		left: 14%;
		z-index: 1000;
		display: none;
		float: left;
		width: 135px;
		padding: 5px 0;
		margin: 2px 0 0;
		font-size: 14px;
		text-align: left;
		list-style: none;
		background-color: #fff;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		border: 1px solid #ccc;
		border: 1px solid rgba(0, 0, 0, .15);
		border-radius: 4px;
		-webkit-box-shadow: 0 6px 12px rgb(0 0 0/ 18%);
		box-shadow: 0 6px 12px rgb(0 0 0/ 18%);
		min-width: 65px;
	}
	.setting-dropdown-menu {
		position: absolute;
		top: -95px;
		left: -22px;
		z-index: 1000;
		display: none;
		float: left;
		width: 90px;
		padding: 5px 0;
		margin: 2px 0 0;
		font-size: 14px;
		text-align: left;
		list-style: none;
		background-color: #fff;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		border: 1px solid #ccc;
		border: 1px solid rgba(0, 0, 0, .15);
		border-radius: 4px;
		-webkit-box-shadow: 0 6px 12px rgb(0 0 0/ 18%);
		box-shadow: 0 6px 12px rgb(0 0 0/ 18%);
	}
	.connections-dropdown-menu {
		position: absolute;
		top: -95px;
		left: -22px;
		z-index: 1000;
		display: none;
		float: left;
		width: 140px;
		padding: 5px 0;
		margin: 2px 0 0;
		font-size: 14px;
		text-align: left;
		list-style: none;
		background-color: #fff;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		border: 1px solid #ccc;
		border: 1px solid rgba(0, 0, 0, .15);
		border-radius: 4px;
		-webkit-box-shadow: 0 6px 12px rgb(0 0 0/ 18%);
		box-shadow: 0 6px 12px rgb(0 0 0/ 18%);
	}
	.mobile-footer-dropdown {
		text-decoration: none;
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-around;
	}
	.mobile-footer-dropdown:active, .mobile-footer-dropdown:focus {
		text-decoration: none;
	}
	.mobile-remain-new {
		top: 5px;
		transform: translateY(-60%);
		right: -5px;
		width: 6px;
		height: 6px;
		background: #d04b40;
		border-radius: 50%;
		position: absolute;
		display: inline-block;
	}
	.mobiel-msg-badge {
		position: absolute;
		top: -14px;
		right: 6px;
		transform: translateY(-60%);
		min-width: 10px;
		padding: 1px 3px;
		font-size: 12px;
		font-weight: 700;
		line-height: 1;
		color: #fff;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		background-color: #d04b40;
		border-radius: 10px;
	}
	.badge {
		background: #d04b40;
	}
	.mobile-fullscreen-main {
		border: 1px solid #d7d7d7;
		background: #fff;
		padding-top: 20px;
		padding-bottom: 20px;
		position: relative;
	}
	.mobile-fullscreen-main h3.title {
		text-align: center;
		margin-top: 50px;
	}
	.upgrade {
		line-height: 32px;
		height: 32px;
		padding: 0 6px;
	}
	.mobile-scroll {
		height: 100%;
		overflow-y: scroll;
	}
	.row {
		padding-bottom: 70px
	}
	/**20210502**/
	html, body, page {
		background-color: #FFFFFF;
		width: 100%;
		height: 100%;
		overflow-x: hidden;
	}
	/**20210502**/
	.selection-actived {
		color: #1E9FFF !important;
	}
	.pc-display {
		display: none;
	}
	.wap-display {
		display: block;
	}
	.content-list-left-wap {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 10000;
		border: none;
		background: #fff;
		display: none;
	}
	.content-list-left-wap li {
		border-bottom: 1px dashed #dddd;
		padding: 10px 30px;
		margin: 0;
		text-align: left;
	}
	.content-list-left-wap a, .content-list-left-wap span {
		color: #777;
		text-decoration: none;
		cursor: pointer;
		font-size: 16px;
	}
	.content-list-left-wap h3 {
		text-align: center;
		color: #333;
		margin-top: 12%;
	}
	.content-list-right {
		border: none;
		padding: 0px;
	}
	.content-list-right .col-xs-12 {
		padding: 0px;
	}
	.content-list-right-nav {
		margin-bottom: 20px;
	}
	.content-list-right-body {
		padding: 0 20px;
	}
}