* {
	margin: 0;
	padding: 0
}


a {
	text-decoration: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}
/*.clearfix:after*/
/*.clearfix:before{*/
/*	content: '';*/
/*	display: table;*/
/*	clear: both;*/
/*}*/

html {
	height: 100%;
	font-family: 'PingFangSC-Medium', 'sans-serif';
}

body {
	position: relative;
	height: 100%;
}

.index-box {
	box-sizing: border-box;
	position: relative;
	display: flex;justify-content: space-between;align-items: stretch;
}

.index-box .left-tab {
	width: 212px;
	background-color: #f7f6f4;
	float: left;
	padding-top: 16px;
	box-sizing: border-box;
	overflow: scroll;
}
.index-box .left-tab::-webkit-scrollbar{display:none}

.index-box .left-tab ul {
	list-style: none;
	width: 180px;
	margin: 0 auto;
}

.index-box .left-tab>ul>li>ul {
	list-style: none;
}

.index-box .left-tab>ul>li>ul>li {
	cursor: pointer;
}

.index-box .left-tab>ul>li>ul>li:hover {
	background-color: #ffffff;
	border-radius: 6px;
}

.index-box .left-tab>ul>li>ul>li>p {
	line-height: 40px;
	text-align: center;
}

.index-box .left-tab>ul>li>ul>li.on {
	color: #5b82ff;
}

.index-box .left-tab>ul>li>div {
	line-height: 50px;
	height: 50px;
	vertical-align: middle;
	overflow: hidden;
	cursor: pointer;
}

.index-box .left-tab>ul>li>div.on {
	background-image: linear-gradient(270deg,
		#5970fc 0%,
		#52aafc 100%),
		linear-gradient(#5b82ff,
		#5b82ff);
	border-radius: 6px;
}

.index-box .left-tab>ul>li>div.on p {
	color: #ffffff;
}



.index-box .left-tab>ul>li>div:hover {
	background-color: #ffffff;
	border-radius: 6px;
}

.index-box .left-tab>ul>li>div>i {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-size: 16px 16px;
	vertical-align: middle;
}

.index-box .left-tab>ul>li>div>i.i1 {
	background-size: 20px 20px;
}

.index-box .left-tab>ul>li>div.on>i.i1 {
	background-size: 20px 20px;
}

.index-box .left-tab>ul>li>div>i.i2 {
	background-size: 20px 20px;
}

.index-box .left-tab>ul>li>div.on>i.i2 {
	background-size: 20px 20px;
}

.index-box .left-tab>ul>li>div>i.i3 {
	background-size: 20px 20px;
}

.index-box .left-tab>ul>li>div.on>i.i3 {
	background-size: 20px 20px;
}

.index-box .left-tab>ul>li>div>i.i4 {
	background: url(../images/i4.png) center center no-repeat;
	background-size: 20px 20px;
}

.index-box .left-tab>ul>li>div.on>i.i4 {
	background: url(../images/i4-on.png) center center no-repeat;
	background-size: 20px 20px;
}

.index-box .left-tab>ul>li>div>i.i5 {
	background: url(../images/i5.png) center center no-repeat;
	background-size: 20px 20px;
}

.index-box .left-tab>ul>li>div.on>i.i5 {
	background: url(../images/i5-on.png) center center no-repeat;
	background-size: 20px 20px;
}

.index-box .left-tab>ul>li>div>i.i6 {
	background: url(../images/i6.png) center center no-repeat;
	background-size: 20px 20px;
}

.index-box .left-tab>ul>li>div.on>i.i6 {
	background: url(../images/i6-on.png) center center no-repeat;
	background-size: 20px 20px;
}

.index-box .left-tab>ul>li>div>p {
	font-size: 18px;
	display: inline;
	font-weight: normal;
	line-height: 50px;
	color: #333333;
	vertical-align: middle;
}



.index-box .mid-tab {
	float: left;
	width: 240px;
	background-color: #ffffff;
	padding-top: 21px;
	box-sizing: border-box;
	position: relative;
	overflow: scroll;
}
.index-box .mid-tab::-webkit-scrollbar{display:none}

.index-box .mid-tab ul {
	list-style: none;
}

.index-box .mid-tab ul li {
	font-size: 14px;
	font-weight: normal;
	line-height: 40px;
	color: #333333;
	padding: 0 12px;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}

.index-box .mid-tab ul li.on {
	background-color: #e9eeff;
	color: #5b82ff;
}

.index-box .mid-tab ul li:hover {
	background-color: #f1f1f1;
}

.index-box .mid-tab ul li:hover::after {
	content: '';
	display: block;
	width: 14px;
	height: 11px;
	background-size: 100% 100%;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -5.5px;
}

.index-box .mid-tab ul li p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 20px;
	box-sizing: border-box;
}

.index-box .mid-tab .no {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -72px;
	margin-top: -50px;
}

.index-box .mid-tab .no img {
	display: block;
	margin: 0 auto;
}

.index-box .mid-tab .no p {
	font-size: 12px;
	width: 100%;
	font-weight: normal;
	line-height: 40px;
	white-space: nowrap;
	text-align: center;
	color: #999999;
}



.index-box .right-content {
	flex:1;min-width: 800px;
	box-sizing: border-box;
	height:700px;
	overflow: scroll;
}
.index-box .right-content::-webkit-scrollbar{display:none}

.index-box .right-content .right-table {
	box-sizing: border-box;
	overflow-y: auto;
	height: 100%;
	position: relative;
}

.index-box .right-content .content-scroll {
	padding: 0 20px 20px;
	position: relative;
}

.index-box .right-content .back {
	position: absolute;
	right: 0;
	bottom: 40px;
	width: 109px;
	height: 40px;
	background-color: #5b82ff;
	border-radius: 20px 0 0 20px;
	padding-left: 20px;
	box-sizing: border-box;
	cursor: pointer;
}

.index-box .right-content .back img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;

}

.index-box .right-content .back p {
	display: inline-block;
	line-height: 40px;
	vertical-align: middle;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
}

.index-box .right-content .search-tips {
	font-size: 16px;
	font-weight: normal;
	line-height: 40px;
	color: #333333;
	margin-bottom: -20px;
	padding: 0 20px;
	box-sizing: border-box;
}

.index-box .right-content .search-tips span {
	color: #5b82ff;
	margin: 0 10px;
}

.index-box .right-content .content-scroll>div .title {
	font-size: 20px;
	font-weight: bold;
	line-height: 70px;
	color: #333333;
}

.index-box .right-content .content-scroll>div .page {
	font-size: 16px;
	font-weight: normal;
	line-height: 60px;
	color: #999999;
}

.index-box .right-content .content-scroll>div .page span {
	color: #333333;
}

.index-box .right-content .content-scroll>div .table {
	width: 100%;
	background-color: #ffffff;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 6px;
}


.index-box .right-content .content-scroll>div .table .img_ta {
	width: 100%;
}
.fix-tab {
	margin:0 auto;
	width: 100%;min-width: 1200px;
	background: url(../images/tab-bg.png) center center/ auto 100% no-repeat;
	background-size: 100% 100%;
	height: 80px;
	padding:0 40px;
	box-sizing: border-box;
	display: flex;
	justify-content:space-between;
	align-items: center;
	position: relative;
	padding-right:266px;
}
.fix-tab::after{
	content:"";
	position: absolute;top:0;right:0;
	width:266px;height:100%;
	background: url(../images/tab-right.png) top right/auto 100% no-repeat;
}

.fix-tab .title-img {
	pointer-events: none;
	height:27px;
}




.fix-tab .right-control .search-box .input {
	width: 400px;
	height: 44px;
	background-color: #ffffff;
	border-radius: 22px;
	position: relative;
	overflow: hidden;
	font-size: 0;
	padding: 3px;
	box-sizing: border-box;
	display: flex;justify-content: space-between;align-items: center;
}

.fix-tab .right-control .search-box .input input {
	flex:1;
	border: none;
	outline: none;
	line-height: 38px;
	float: left;
	height: 38px;
	box-sizing: border-box;
	position: relative;
	padding-left: 40px;
	padding-right: 20px;
	z-index: 0;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
}

.fix-tab .right-control .search-box .input input:-moz-placeholder {
	color: #b2b2b2;
}

.fix-tab .right-control .search-box .input input:-ms-input-placeholder {
	color: #b2b2b2;
}

.fix-tab .right-control .search-box .input input::-webkit-input-placeholder {
	color: #b2b2b2;
}


.fix-tab .right-control .search-box .input i.search {
	display: block;
	width: 44px;
	height: 44px;
	background: url(../images/search.png) center center no-repeat;
	background-size: 18px 19px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	pointer-events: none;
}

.fix-tab .right-control .search-box .input .btn {
	width: 80px;
	height: 38px;
	float: right;
	background-image: linear-gradient(270deg,
	#5970fc 0%,
	#52aafc 100%),
	linear-gradient(#5b82ff,
			#5b82ff);
	font-size: 18px;
	font-weight: normal;
	line-height: 38px;
	color: #ffffff;
	border-radius: 19px;
	display: block;
	text-align: center;
}

input::-webkit-input-placeholder{
	font-size: 18px;
}

.fix-tab .right-control .search-box .search-ul {
	position: absolute;top:73px;z-index:2;
	width:400px;
	max-height: 340px;
	background-color: #ffffff;
	box-shadow: 0px 5px 10px 0px rgba(5, 5, 5, 0.15);
	border-radius: 10px;
	overflow-y: auto;
	overflow-x: hidden;
}

.fix-tab .right-control .search-box .search-ul ul {
	list-style: none;
}

.fix-tab .right-control .search-box .search-ul ul li {
	font-size: 16px;
	font-weight: normal;
	line-height: 40px;
	color: #333333;
	padding: 0 12px;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}

.fix-tab .right-control .search-box .search-ul ul li span {
	color: #5b82ff;
}

.fix-tab .right-control .search-box .search-ul ul li:hover {
	background-color: #f1f1f1;
}

.fix-tab .right-control .search-box .search-ul ul li:hover::after {
	content: '';
	display: block;
	width: 14px;
	height: 11px;
	background: url(../images/yes.png) center center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -5.5px;
}


