body{
	font-family: "Microsoft Yahei", SimSun, Arial, Tahoma, arial;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #000;
}

#Container{
	position:relative;z-index:1;
	display:block;margin:0;padding:0;
}
.container{
	position:relative;display:block;margin:0 auto;width:1440px;
}
.sec-container{
	position:relative;
	display:block;margin:0 auto;
	width:1200px;
}

/******************************************** Header ******************************************************/
#Header{
	height:80px;
	background: #FFFFFF;
	box-shadow: 0px 3px 16px rgba(188, 193, 205, 0.3);
}
.head{
    display:flex;flex-direction:row;
	justify-content:space-between;
}
.head-lft{
	position:relative;padding-left:130px;
}
.logo{
	position:absolute;top:10px;left:0;
	height:60px;
}
.nav{
	display:flex;flex-direction:row;
	gap:40px;
}
.nav-itm{
	display:flex;align-items:center;
	height:80px;
}
.nav-itm a{
	display:inline-block;height:33px;line-height:33px;
	font-size:16px;color:#000;
}
.nav-itm.on a{
	border-bottom:3px solid #0E4CA2;
	color:#0E4CA2;
}
.head-rgt{
	display:flex;flex-direction:row;
}
.top-user-inf{
	position:relative;padding-left:40px;
	line-height:80px;
	font-size:14px;color:#2A2F3C;
}
.top-user-inf img{
	position:absolute;top:50%;left:0;
	margin-top:-16px;
	width:32px;height:32px;
	border-radius:50%;
	overflow:hidden;
}
.top-lr-lnks{
	display:flex;align-items:center;
	height:80px;
}
.top-lr-lnks a{
	display:inline-block;padding:0 16px;
	height:32px;line-height:30px;
	background:#0E4CA2;border-radius:4px;
	font-size:14px;color:#FFF;
}
.head-rgt > div:nth-child(2){
	position:relative;
	margin-left:16px;padding-left:16px;
}
.head-rgt > div:nth-child(2):before{
	content:'';
	position:absolute;top:50%;left:0;
	margin-top:-8px;
	width:0;height:16px;
	border-left:1px solid #BCC1CD;
	opacity:.5;
}

/******************************************** Footer ******************************************************/
#Footer{
	padding:56px 0;
	background:#202227;
}
.foot-top{
	display:flex;flex-direction:row;
}
.foot-cell.c1{
	display:flex;flex-direction:column;justify-content:center;
	padding:0 44px;
}
.foot-cell.c1 img{
	margin-top:-12px;
	height:68px;
}
.foot-cell.c2{
	margin-left:107px;
	display:flex;flex-direction:column;justify-content:center;
}
.foot-blks{
	display:flex;flex-direction:row;
	gap:64px;
}
.foot-blk{
	flex:1;
	position:relative;
}
.foot-blk:before{
	content:'';
	position:absolute;top:0;bottom:0;left:-32px;
	border-left:1px solid #C9CED6;
	opacity:.5;
}
.foot-blk:first-child:before{
	display:none;
}
.foot-blk p{
	line-height:26px;
}
.foot-blk p:first-child{
	margin-bottom:12px;
}
.foot-blk p a, .foot-blk p b{
	font-size:16px;color:#FFF;
}
.foot-blk i{
	font-size:14px;color:#FFF;
	white-space:nowrap;
}
.foot-cell.c3{
	flex:1;
	display:flex;flex-direction:row;justify-content:end;
}
.foot-cell-c3-con{
	display:flex;flex-direction:row;
	gap:32px;
}
.foot-cell-c3-itm{
	
}
.foot-cell-c3-itm img{
	padding:8px;
	width:96px;height:96px;
	border:1px solid rgba(188, 193, 205, .3);
	border-radius:4px;
}
.foot-cell-c3-itm p{
	margin-top:8px;line-height:16px;
	font-size:12px;color:#FFF;
	text-align:center;
}

.foot-cr{
	position:relative;
	margin-top:40px;padding-top:40px;
	display:flex;flex-direction:row;justify-content:space-between;
	line-height:26px;
	font-size:14px;color:#FFF;
}
.foot-cr:before{
	content:'';
	position:absolute;top:0;left:0;right:0;
	border-top:1px solid #FFF;
	opacity:.2;
}
.foot-cr-itm{
	display:inline-block;
}
.foot-cr-lft .foot-cr-itm{
	position:relative;
	margin-right:40px;padding-left:24px;
}
.foot-cr-lft .foot-cr-itm svg{
	position:absolute;top:50%;left:0;
	margin-top:-10px;
	width:20px;height:20px;
}
.foot-cr-rgt .foot-cr-itm{
	margin-left:40px;
}
.foot-cr b:first-child{
	margin-right:24px;
}
.foot-cr a{
	color:#FFF;
}

/****************** pagination ******************/
.pagination{
	height:56px;line-height:56px;
	text-align:center;
    user-select:none;
}
.pagination-arr-left, .pagination-arr-right{
	position:relative;display:inline-block;
	width:24px;height:24px;
	vertical-align:middle;
	background:rgba(188, 193, 205, 0.15);
	border-radius:4px;
	cursor:pointer;
}
.pagination-arr-left:before, .pagination-arr-right:before{
	content:'';position:absolute;top:50%;
	margin-top:-1px;
	width:6px;height:6px;
	border-top:1px solid #495363;
}
.pagination-arr-left:before{
    left:13px;
	border-left:1px solid #495363;
	transform:rotate(-45deg) translate(0, -50%);
}
.pagination-arr-right:before{
    right:13px;
	border-right:1px solid #495363;
    transform:rotate(45deg) translate(0, -50%);
}
.pagination-arr-left.disabled:before, .pagination-arr-right.disabled:before{
	border-color:#BCC1CD;
}
.pagination-pages{
	display:inline-block;padding:0 8px;
}
.pagination-pages a, .pagination-pages em{
	display:inline-block;padding:0 9px;
	font-size:14px;color:#2A2F3C;text-decoration:none;
	vertical-align:middle;
}
.pagination-pages em{
	color:#BCC1CD;
}
.pagination-pages a.on{
	color:#2B65F4;
}

.page-itm-list{
	display:grid;grid-template-columns:1fr 1fr;
	gap:16px 16px;
}


/****************** prf ******************/
.prf-inf{
	margin-top:12px;height:17px;line-height:17px;
	font-size:12px;color:#858B9B;
	white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.prf-inf span{
	position:relative;display:inline-block;
	margin-right:16px;padding-left:22px;
	height:17px;line-height:17px;
	white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.prf-inf span:last-child{
	margin:0;
}
.prf-inf span img{
	position:absolute;top:50%;left:0;
	margin-top:-7px;
	width:14px;height:14px;
}

.prf-tags{
	margin-top:12px;height:26px;
	white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.prf-tags span{
	display:inline-block;margin-right:8px;
	padding:0 16px;height:26px;line-height:26px;
	background:rgba(14, 76, 162, 0.08);
	border-radius:4px;
	font-size:14px;color:#0E4CA2;font-weight:500;
}
.prf-tags span:last-child{
	margin:0;
}

/****************** arbitrator ******************/
.arbitrator{
	position:relative;
	padding:24px 24px 24px 120px;
	background:#FFF;
	border:1px solid transparent;border-radius:4px;
	box-shadow: 0px 3px 16px rgba(188, 193, 205, 0.3);
	overflow:hidden;
	transition:all ease .6s;
}
.arb-img{
	position:absolute;top:24px;left:24px;
	width:80px;height:80px;
	border-radius:50%;
	overflow:hidden;
}
.arb-img-con{
	width:80px;height:80px;
	border-radius:50%;
	background-repeat:no-repeat;background-size:cover;background-position:center top;
	transition:all ease .3s;
}
.arb-name span{
	display:inline-block;vertical-align:middle;
	margin-right:8px;height:28px;line-height:28px;
	font-size:20px;color:#000;font-weight:600;
}
.arb-name span a{
	color:#000;
}

.arbitrator:hover{
	border:1px solid rgba(48, 120, 221, 1);
	box-shadow: 0px 3px 35px rgba(188, 193, 205, 0.55);
}
.arbitrator:hover .arb-img-con{
	transform: scale(1.05);
}

/****************** lawyer ******************/
.lawyer{
	display:flex;flex-direction:row;
	gap:24px;
	padding:24px 24px;
	background:#FFF;
	border:1px solid transparent;border-radius:4px;
	box-shadow: 0px 3px 16px rgba(188, 193, 205, 0.3);
	overflow:hidden;
	transition:all ease .6s;
}
.lawyer-head-con{
	width:90px;height:90px;
	border-radius:50%;
	background-repeat:no-repeat;background-size:cover;background-position:center top;
	overflow:hidden;
}
.lawyer-inf{
	width:190px;
}
.lawyer-split{
	width:0;
	border-left:1px solid rgba(188, 193, 205, 0.5);
}
.lawyer-more p{
	padding:8px 0;
	white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.lawyer-more p span{
	display:inline-block;height:16px;line-height:16px;
	font-size:12px;color:#2A2F3C;font-weight:400;
	white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.lawyer-more p span:first-child{
	margin-right:14px;
	width:95px;
	color:#858B9B;
	text-align:right;
}
.lawyer:hover{
	border:1px solid rgba(48, 120, 221, 1);
	box-shadow: 0px 3px 35px rgba(188, 193, 205, 0.55);
}

/****************** expert ******************/
.expert{
	position:relative;padding:30px 20px 24px;
	background:#FFF;border-radius:8px;
	overflow:hidden;
	box-shadow:0px 3px 16px rgba(188, 193, 205, 0.3);
}
.expert:before{
	content:'';position:absolute;top:0;left:0;right:0;z-index:1;
	height:70px;
}
.expert:nth-child(5n+1):before{
	background:rgba(101, 171, 151, 0.33);
}
.expert:nth-child(5n+2):before{
	background:#B9DCEB;
}
.expert:nth-child(5n+3):before{
	background:#CAD3E9;
}
.expert:nth-child(5n+4):before{
	background:#DEE6C0;
}
.expert:nth-child(5n+5):before{
	background:#B9D3EB;
}
.expert-head{
	display:block;margin:0 auto;
	position:relative;z-index:2;
	width:80px;height:80px;
	border-radius:50%;
	overflow:hidden;
}
.expert-head-con{
	width:80px;height:80px;
	border-radius:50%;
	background-repeat:no-repeat;background-size:cover;background-position:center top;
}
.expert-name{
	margin-top:16px;line-height:28px;
	font-size:20px;color:#000;font-weight:600;
	text-align:center;
}
.expert .prf-tags{
	text-align:center;
}

/****************** institution ******************/
.institution{
	display:flex;flex-direction:row;
	gap:16px;
	padding:16px 16px;
	background:#FFF;
	border:1px solid transparent;border-radius:4px;
}
.ins-img{
	width:135px;height:100px;
	overflow:hidden;
}
.ins-img-con{
	display:block;
	height:100px;
	background-repeat:no-repeat;background-size:cover;background-position:center center;
	transition:ease all .5s;
}
.ins-inf{
	flex:1;
	position:relative;
}
.ins-name span{
	display:inline-block;vertical-align:middle;
	margin-right:8px;height:28px;line-height:26px;
	font-size:18px;color:#333;font-weight:600;
}
.ins-name span:last-child{
	margin:0;
}
.ins-name span a{
	color:#333;
}
.ins-p{
	margin-top:10px;
}
.ins-p span{
	display:inline-block;vertical-align:middle;
	margin-right:8px;
}
.ins-p span:last-child{
	margin:0;
}
.ins-p-itm{
	position:relative;padding-left:22px;height:26px;line-height:24px;
	font-size:14px;color:#858B9B;
	white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.ins-p-itm img{
	position:absolute;top:50%;left:0;
	margin-top:-7px;
	width:14px;height:14px;
}
.ins-p-tags{
	font-size:14px;color:#858B9B;
}
.ins-p-tags i{
	display:inline-block;margin-right:8px;
	padding:0 16px;height:26px;line-height:24px;
	background:rgba(14, 76, 162, 0.08);
	border-radius:4px;
	font-size:14px;color:#0E4CA2;font-weight:400;
}
.ins-p-tags i:last-child{
	margin:0;
}

.ins-btns{
	position:absolute;top:5px;right:0;
	line-height:16px;
}
.ins-btns em{
	display:inline-block;vertical-align:middle;
	margin:0 12px;height:16px;
	border-left:1px solid rgba(138, 151, 162, 0.5);
}

.ins-f-btns{
	display:flex;align-items:center;
	justify-content:center;
	padding-right:24px;
}
.ins-f-btns a{
	display:inline-block;vertical-align:middle;
	text-align:center;
}
.ins-f-btns a p{
	margin-top:12px;line-height:20px;
	font-size:14px;color:#49536C;font-weight:400;
}
.ins-f-btns em{
	display:inline-block;vertical-align:middle;
	margin:0 32px;height:46px;
	border-left:1px solid rgba(138, 151, 162, 0.5);
}

.institution:hover{
	border:1px solid #3078DD;
	box-shadow: 0px 3px 16px rgba(188, 193, 205, 0.3);
}
.institution:hover .ins-img-con{
	transform:scale(1.05);
}

/****************** Committe ******************/
.cmit-panel{
	display:flex;flex-direction:row;
	margin-top:20px;
	background:#F1F5FF;
}
.cmit-cities{
	padding:24px 24px;
	width:310px;
}
.cmit-cities-row{
	margin-top:10px;
	display:flex;flex-direction:row;
	gap:8px;
}
.cmit-cities-row:first-child{
	margin:0;
}
.cmit-cities-row span{
	flex:1;
	height:32px;line-height:32px;
	background:#FFF;
	border-radius:4px;
	font-size:14px;color:#000;font-weight:400;
	text-align:center;
	cursor:pointer;
}
.cmit-cities-row span.on{
	background:#0E4CA2;
	color:#FFF;
	box-shadow: 0px 3px 16px rgba(188, 193, 205, 0.3);
}
.cmit-cities-row span:hover{
	background:#729FF5;
	color:#FFF;
	box-shadow: 0px 3px 16px rgba(188, 193, 205, 0.3);
}

.cmit-list{
	flex:1;
	padding:24px 24px;
}
.cmit-list-con1{
	padding-right:24px;
	height:370px;
	overflow:auto;
}
.cmit-list-con2{
	display:grid;grid-template-columns:repeat(6, 1fr);
	grid-gap:24px;
}
.cmit-list a{
	display:block;position:relative;
	padding-left:20px;
	height:20px;line-height:20px;
	font-size:14px;color:#333;font-weight:400;
	white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.cmit-list a:before{
	content:'';position:absolute;top:50%;left:2px;
	margin-top:-3px;
	width:6px;height:6px;
	background:#BCC1CD;
	transform:rotate(45deg);
}
.cmit-list a:hover{
	color:#0E4CA2;
	text-decoration: underline;
}
.cmit-list a:hover:before{
	background:#A3BFF4;
}

/****************** ruling ******************/
.ruling{
	padding:20px 24px;
	background:#FFF;
	border:1px solid transparent;border-radius:4px;
	overflow:hidden;
	transition:all ease .6s;
}
.ruling-title{
	line-height:28px;
	font-size:20px;color:#000;font-weight:600;
}
.ruling-title a{
	color:#000;
}
.ruling-inf{
	margin-top:12px;height:18px;
	font-size:13px;color:#49536C;font-weight:400;
	white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.ruling-inf span{
	display:inline-block;margin-right:16px;
	max-width:250px;line-height:18px;
	font-size:13px;color:#49536C;
	white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.ruling-inf span:last-child{
	margin-right:0;
}
.ruling-keywords{
	margin-top:12px;height:26px;line-height:26px;
}
.ruling-keywords span{
	font-size:14px;color:#858B9B;font-weight:400;
}
.ruling-keywords em{
	display:inline-block;
	margin-left:8px;padding:0 16px;
	height:26px;line-height:26px;
	background:rgba(14, 76, 162, .08);
	border-radius:4px;
	font-size:14px;color:#0E4CA2;font-weight:400;
}
.page-itm-list .ruling-inf span{
	max-width:180px;
}

.ruling:hover{
	border:1px solid #3078DD;
	box-shadow: 0px 3px 35px rgba(188, 193, 205, 0.55);
}

/****************** sider-nav ******************/
.sider-nav{
	position:fixed;bottom:190px;right:40px;z-index:99;
	padding:24px 16px;
	background: #FFFFFF;
	border-radius: 8px;
	box-shadow: 0px 3px 16px rgba(188, 193, 205, 0.3);
}
.sider-nav-itm{
	display:block;margin-bottom:24px;
}
.sider-nav-itm:last-child{
	margin:0;
}
.sider-nav-itm img{
	display:block;
	width:64px;height:64px;
}
.sider-nav-itm p{
	margin-top:8px;line-height:20px;
	font-size:14px;color:#49536C;font-weight:400;
}

/****************** page-cm-top ******************/
.page-cm-top{
	padding-top:64px;height:280px;
	background-repeat:no-repeat;background-size:cover;background-position:center center;
}
.page-cm-top h1{
	line-height:80px;
	font-size:60px;color:#FFF;font-weight:400;
	text-shadow: 0px 3px 16px rgba(188, 193, 205, 0.3);
}
.page-cm-top h3{
	margin-top:25px;line-height:44px;
	font-size:32px;color:#FFF;font-weight:400;
	text-shadow:0px 3px 16px rgba(188, 193, 205, 0.3);
}

/****************** path ******************/
.page-path a, .page-path em, .page-path span{
	display:inline-block;vertical-align:top;
	height:20px;line-height:20px;
}
.page-path a{
	font-size:14px;color:#2A2F3C;font-weight:400;
}
.page-path em{
	position:relative;
	width:12px;margin:0 3px;
}
.page-path em:after{
	content:'';position:absolute;top:50%;left:50%;
	margin-top:1px;
	width:6px;height:6px;
	border-top:1px solid #858B9B;border-right:1px solid #858B9B;
	transform:translate(-50%, -50%) rotate(45deg);
}
.page-path span{
	font-size:14px;color:#2A2F3C;font-weight:400;
}

/****************** tab ******************/
.page-tab{
	margin-top:24px;
}
.page-tab a{
	display:inline-block;margin-right:16px;padding:0 24px;
	height:48px;line-height:48px;
	background:#FFF;border-radius:4px;
	font-size:14px;color:#858B9B;font-weight:400;
	box-shadow:0px 3px 12px rgba(188, 193, 205, 0.3);
}
.page-tab a.on{
	background:#1C4388;
	color:#FFF;font-weight:600;
}

/****************** search-filter ******************/
.search-filter{
	margin-top:24px;padding:24px 24px;
	background:#FFF;border-radius:4px;
}
.search-filter-label{
	width:80px;line-height:28px;
	font-size:14px;color:#2A2F3C;font-weight:400;
	white-space:nowrap;
}
.search-filter-selected{
	position:relative;margin-bottom:24px;
	display:flex;flex-direction:row;
	gap:16px;
}
.search-filter-selected:after{
	content:'';position:absolute;bottom:-8px;left:0;right:0;
	border-top:1px solid rgba(188, 193, 205, 0.5);
}
.search-filter-selected .search-filter-label{
	line-height:22px;
}
.search-filter-opts span{
	display:inline-block;vertical-align:middle;
	margin-right:16px;margin-bottom:8px;
	padding:0 24px 0 8px;
	line-height:24px;
	background-color:rgba(188, 193, 205, 0.2);
	background-image:url(../imgs/svg/del.svg);
	background-repeat:no-repeat;background-size:12px 12px;background-position:right 6px center;
	border-radius:4px;
	font-size:12px;color:#2A2F3C;font-weight:400;
	cursor:pointer;
}
.search-filter-clear span{
	position:relative;display:inline-block;vertical-align:middle;
	padding-left:20px;height:22px;line-height:20px;
	font-size:12px;color:#2A2F3C;font-weight:400;
	white-space:nowrap;
	cursor:pointer;
}
.search-filter-clear span img{
	position:absolute;top:50%;left:0;
	margin-top:-8px;
	width:16px;height:16px;
}

.search-filter-row{
	display:flex;flex-direction:row;
	gap:16px;
}
.search-filter-vals{
	flex:1;
	max-height:150px;
	line-height:28px;
	overflow:auto;
}
.search-filter-vals span{
	display:inline-block;margin-right:16px;
	line-height:28px;
	font-size:14px;color:#2A2F3C;font-weight:400;
	cursor:pointer;
}
.search-filter-vals .tag-name{margin-right:2px;}
.search-filter-vals .tag-count{margin-right:2px;color: #4f4e4e;}
.search-filter-vals .on .tag-name{
	color:#0E4CA2!important;
}
.search-filter-more{
	width:50px;
	text-align:right;
}
.search-filter-more span, .search-filter-more a{
	position:relative;display:inline-block;
	line-height:28px;
	font-size:14px;color:#2A2F3C;font-weight:400;
	cursor:pointer;
}

/****************** list-filter ******************/
.list-filter{
	position:absolute;top:0;bottom:0;right:0;
	display:flex;flex-direction:row;align-items:center;
	gap:16px;
}
.list-filter .frm-sbt span{
	display:block;
	height:30px;line-height:28px;
}
.book-list-empty{margin: 100px auto;text-align: center;color: rgba(112, 128, 144, 0.8);font-size: 32px;}
.arbitrator-list-empty{margin: 100px auto;text-align: center;color: rgba(112, 128, 144, 0.8);font-size: 32px;}
.lawyer-list-empty{margin: 100px auto;text-align: center;color: rgba(112, 128, 144, 0.8);font-size: 32px;}
.expert-list-empty{margin: 100px auto;text-align: center;color: rgba(112, 128, 144, 0.8);font-size: 32px;}
.interview-list-empty{margin: 100px auto;text-align: center;color: rgba(112, 128, 144, 0.8);font-size: 32px;}

/****************** arb status ******************/
.icn-gender{
	width:14px;
}
.icn-gender.male{
	background-image:url(../imgs/svg/male.svg);
	background-repeat:no-repeat;background-size:100% auto;background-position:center center;
}
.icn-gender.female{
	background-image:url(../imgs/svg/female.svg);
	background-repeat:no-repeat;background-size:100% auto;background-position:center center;
}

.icn-state-auth, .icn-state-unauth{
	display:inline-block;width:60px;
	background-repeat:no-repeat;background-size:100% auto;background-position:center center;
}
.icn-state-auth{
	background-image:url(../imgs/svg/state_auth.svg);
}
.icn-state-unauth{
	background-image:url(../imgs/svg/state_unauth.svg);
}

.icn-establish{
	display:inline-block;width:60px;
	background-image:url(../imgs/svg/establish.svg);
	background-repeat:no-repeat;background-size:100% auto;background-position:center center;
}
.icn-unfav{
	display:inline-block;vertical-align:middle;
	width:16px;height:16px;
	background-image:url(../imgs/svg/unfav.svg);
	background-repeat:no-repeat;background-size:100% auto;background-position:center center;
}
.icn-fav{
	display:inline-block;vertical-align:middle;
	width:16px;height:16px;
	background-image:url(../imgs/svg/fav.svg);
	background-repeat:no-repeat;background-size:100% auto;background-position:center center;
}
.icn-share{
	display:inline-block;vertical-align:middle;
	width:16px;height:16px;
	background-image:url(../imgs/svg/share.svg);
	background-repeat:no-repeat;background-size:100% auto;background-position:center center;
}

/****************** table ******************/
.sct-tb{
	width:100%;border-collapse:collapse;border-spacing:0;
}

.sct-tb th, .sct-tb td{
	line-height:40px;
	font-size:14px;color:#2A2F3C;
	text-align:center;
}
.sct-tb th{
	border:1px solid rgba(19, 94, 199, 0.15);border-right:1px solid #FFF;
	background:rgba(19, 94, 199, 0.15);
	font-weight:600;
}
.sct-tb th:last-child{
	border-right:1px solid rgba(19, 94, 199, 0.15);
}
.sct-tb td{
	border:1px solid rgba(188, 193, 205, 0.5);
	font-weight:400;
}

.sct-tb2{
	width:100%;border-collapse:collapse;border-spacing:0;
}
.sct-tb2 thead{
	border:1px solid rgba(19, 94, 199, 0.08);
}
.sct-tb2 tbody{
	border:1px solid rgba(188, 193, 205, 0.5);border-top:none;
}
.sct-tb2 th, .sct-tb2 td{
	font-size:14px;color:#2A2F3C;
	text-align:center;
}
.sct-tb2 th{
	line-height:44px;
	background:rgba(19, 94, 199, 0.08);
	font-weight:600;
}
.sct-tb2 td{
	line-height:36px;
	font-weight:400;
}
.sct-tb2 tbody tr:nth-child(even){
	background:rgba(236, 242, 251, 0.5);
}
.sct-tb2 td a{
	color:#0E4CA2;
}

/****************** scrollbar ******************/
::-webkit-scrollbar {
	width:4px;
}
::-webkit-scrollbar-thumb {
	border-radius:4px;
	background:rgba(154, 169, 205, .5);
}
::-webkit-scrollbar-track {
	border-radius:4px;
	background:#FFF;
}