

.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: #002663;
  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(./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-list {
  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;
  max-height: 2.8rem;
  overflow-y: scroll;
}

.item-select-list .active {
  font-weight: 700;
  background: #F0F0F0;
  color: #141414;
}

.select-val {
  color: #FFFFFF;
}

.select-val,
.item-select-list li {
  line-height: 0.42rem;
  width: 1.65rem;
  font-size: 0.1866rem;
  padding-left: 0.15rem;
}

.item-select-list li {
  color: #141414;
  background: #ffffff;
}

.item-select-list::-webkit-scrollbar {
  width: 0.05rem;
  overflow: hidden;
}

.item-select-list::-webkit-scrollbar-track {
  background: none;
  border-radius: 2px;
}

.item-select-list::-webkit-scrollbar-thumb {
  width: 0.05rem;
  height: 0.3rem;
  background: #D5D9E4;
  border-radius: 0.026667rem;
}


.item-select-list::-webkit-scrollbar-corner {
  background: none;
  height: 0.01rem;
}

.item-select-list 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: #2D3295;
  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;
}

.tabelWid>tbody td a {
  font-size: 0.1866rem;
  color: #2D3295;
}

.tabelWid>tbody td:first-child {
  text-align: center;
}
.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;
    position: absolute;
    top: 0;
}
.select-val1, .select-val2 {
    color: #FFFFFF;
	padding-left: 0;
}
.select-val1 .el-input__inner,.select-val2 .el-input__inner{
	background: #2D3295;
	color: #fff;
	border: none;
}
.item-select-list1 {
    height: 2.8rem;
    overflow-y: scroll;
}
.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;
	overflow-y: scroll;
}