﻿.sqs_serviceCon_box {
	width: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
}

.sqs_Service_SHFE_banner {
	width: 100%;
	height: 6.4rem;
	position: relative;
	top: 0rem;
	background: url(../img/Services_banner.png) no-repeat center center;
	background-size: cover;
}

.sqs_dataCon_fr {
	width: 12rem;
	float: right;
	padding-top: 0.32rem;
	margin-right: 1rem;
}

.sqs_dataCon_fr_tit {
	font-size: 0.426666rem;
	font-family: MyFontNameB;
	font-weight: bold;
	color: #020F30;
	padding-bottom: 0.3rem;
	border-bottom: 2px solid #D5D9E4;
}

.sqs_QueryBox {
	width: 100%;
	height: 0.42rem;
	margin-top: 0.32rem;
}

.sqs_Region {
	float: left;
	height: 0.42rem;
	line-height: 0.42rem;
	font-size: 0.2133rem;
	color: #666666;
}

.sqs_contract_select {
	width: 1.8rem;
	float: left;
	height: 0.42rem;
	position: relative;
	text-align: left;
	margin-left: 0.40rem;
	background: url(../img/select_bg.png) no-repeat #2D3295;
	background-position: 1.6rem;
	cursor: pointer;
	border-radius: 0.026667rem;
}

#item-select1 {
	margin-left: 0.14rem !important;
}

#item-select2 {
	margin-right: 0.4rem;
}

.item-select-list1,
.item-select-list2 {
	width: 99.8%;
	overflow: hidden;
	display: none;
	position: absolute;
	top: 0.45rem;
	left: 0;
	z-index: 9;
	padding: 0.1rem 0;
	border-radius: 0.026667rem;
	color: #141414;
	background-color: #fff;
	border: 0.01rem solid #f0f0f0;
}

.item-select-list1 {
	height: 2.8rem;
	overflow-y: scroll;
}

.item-select-list1 .active,
.item-select-list2 .active {
	font-weight: 700;
	background: #F0F0F0;
	color: #141414;
}

.select-val1,
.select-val2 {
	color: #FFFFFF;
}

.select-val1,
.select-val2,
.item-select-list1 li,
.item-select-list2 li {
	line-height: 0.42rem;
	width: 1.65rem;
	font-size: 0.1866rem;
	padding-left: 0.15rem;
}

.item-select-list1 li,
.item-select-list2 li {
	color: #141414;
	background: #ffffff;
}

.item-select-list1::-webkit-scrollbar {
	width: 0.05rem;
	overflow: hidden;
}

.item-select-list1::-webkit-scrollbar-track {
	background: none;
	border-radius: 2px;
}

.item-select-list1::-webkit-scrollbar-thumb {
	width: 0.05rem;
	height: 0.3rem;
	background: #D5D9E4;
	border-radius: 0.026667rem;
}


.item-select-list1::-webkit-scrollbar-corner {
	background: none;
	height: 0.01rem;
}


.item-select-list1 li:hover,
.item-select-list2 li:hover {
	background: #F0F0F0;
	color: #141414;
}

.sqs_Input {
	float: left;
	overflow: hidden;
}

.sqs_InputTxt {
	display: block;
	width: 4rem;
	height: 0.4rem;
	line-height: 0.4rem;
	margin-left: 0.14rem;
	background: #FFFFFF;
	border: 0.01rem solid #2D3295;
	border-radius: 2px;
	outline: none;
	font-size: 0.2133rem;
	color: #666666;
	padding: 0 0.1rem;
}

.sqs_Query {
	float: right;
	width: 1.2rem;
	height: 0.42rem;
	line-height: 0.42rem;
	background: #2F80ED;
	border-radius: 2px;
	text-align: center;
	font-size: 0.1866rem;
	color: #FFFFFF;
	cursor: pointer;
}

.sqs_hr {
	width: 100%;
	height: 1px;
	background: #2D3295;
	margin: 0.4rem 0;
}

.tabelWid {
	width: 100%;
	overflow: hidden;
	border: 0.01rem solid #999999;
}

.tabelWid>thead {
	background: #E9E9E9;
	font-size: 0.1866rem;
	color: #141414;
	font-family: MyFontNameB;
	font-weight: bold;
	height: 0.8rem;
	line-height: 0.8rem;
}

.tabelWid th,
.tabelWid td {
	border-left: 0.01rem solid #999999;
}

.tabelWid th:first-child,
.tabelWid td:first-child {
	border-left: none;
}

.thead_th1 {
	width: 0.8rem;
}

.thead_th2 {
	width: 3.1rem;
}

.thead_th3 {
	width: 3.82rem;
}

.thead_th4 {
	width: 1.9rem;
}

.tabelWid>tbody tr:nth-child(even){
	background: #F9F9F9;
}

.tabelWid>tbody td {
	font-size: 0.1866rem;
	color: #141414;
	height: 0.7rem;
	vertical-align: top;
	line-height: 1.5;
	text-align: left;
	padding: 0.25rem 0.1rem;
	word-break: break-word;
}

.tabelWid>tbody td a{
	font-size: 0.1866rem;
	color: #2D3295;
}

.tabelWid>tbody td:first-child {
	text-align: center;
}


