﻿.sqs_dataCon_box {
	width: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
}

.sqs_dataCon_fr {
	width: 12rem;
	float: right;
	overflow: hidden;
	padding-top: 0.32rem;
	margin-right: 1rem;
}

.sqs_dataCon_fr_tit {
	font-size: 0.426666rem;
	font-family: MyFontNameB;
	font-weight: bold;
	color: #020F30;
}

.sqs_dataCon_rlBox {
	width: 100%;
	margin-top: 0.25rem;
	margin-bottom: 0.48rem;
	overflow: hidden;
	background: #2D3295;
	border-radius: 0.04rem;
}

.sqs_dataTxt_fr {
	float: right;
	width: 7.5rem;
	overflow: hidden;
}

.sqs_dataCon_queryBox,
.sqs_dataCon_screenBox {
	width: 100%;
	overflow: hidden;
}

.sqs_dataCon_queryTit {
	font-size: 0.24rem;
	font-family: MyFontNameB;
	font-weight: bold;
	color: #020F30;
}

.sqs_dataCon_queryTable {
	width: 100%;
	background: #E9E9E9;
	overflow: hidden;
	margin-top: 0.3rem;
}

.sqs_dataCon_screen {
	float: left;
	margin: 0.3rem;
	overflow: hidden;
}

.sqs_dataCon_screenTit {
	font-size: 0.186666rem;
	font-weight: 400;
	color: #333333;
	margin-bottom: 0.2rem;
}

.sqs_dataCon_rl,
.sqs_xx_day_All {
	height: 0.5rem;
	line-height: 0.5rem;
	float: left;
	border-radius: 0.02rem;
	font-size: 0.186666rem;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
}

.sqs_dataCon_rl {
	width: 2.7rem;
	background: url(../img/calendar-alt.png) no-repeat 0.2rem center #2D3295;
}

.sqs_xx_day_All {
	width: 1.5rem;
	background: #171B55;
}

.sqs_xx_day_All_txt {
	text-align: left;
	margin-left: 0.2rem;
}

.sqs_xx_day_rl_jt {
	margin-right: 0.2rem;
	float: right;
}

.sqs_dataCon_query {
	float: right;
	width: 1.6rem;
	height: 0.5rem;
	line-height: 0.5rem;
	background: #2FA6FF;
	border-radius: 2px;
	font-size: 0.186666rem;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	margin: 0.7rem 0.3rem 0 0;
}

.sqs_dataCon_TableTit {
	font-size: 0.24rem;
	font-family: MyFontNameB;
	font-weight: bold;
	color: #333333;
	margin: 0.2rem 0.3rem 0.3rem;
}

.sqs_dataCon_table {
	border: 1px solid #999999;
	border-radius: 0.04rem;
}

.sqs_dataCon_table,
.sqs_dataCon_tbody {
	width: 100%;
	overflow: hidden;
}

.sqs_dataCon_thead {
	width: 100%;
	line-height: 80px;
	background: #171B55;
}

.sqs_dataCon_thead_th {
	width: 2.4rem;
}

.sqs_dataCon_thead th {
	font-size: 0.186666rem;
	color: #ffffff;
	text-align: center;
}

.sqs_dataCon_tbody tr:nth-child(odd) {
	background: #FFFFFF;
}

.sqs_dataCon_tbody tr:nth-child(even) {
	background: #f9f9f9;
}

.sqs_dataCon_tbody td {
	font-size: 0.186666rem;
	color: #141414;
	padding: 0.2rem
}

.sqs_dataCon_tbody_td {
	width: 2.4rem;
	border-right: 0.01rem solid #999999;
	vertical-align: middle;
	text-align: center;
}

.sqs_dataCon_tbody p {
	margin-top: 0.1rem;
	line-height: 1.5;
}

.sqs_contract_screen {
	width: 100%;
	height: 0.5rem;
	margin-top: 0.3rem;
    margin-bottom: 0.5rem;
}

.sqs_contract_select {
	float: left;
	min-width: 1.85rem;
	padding: 0 3% 0 1.5%;
	height: 0.5rem;
	position: relative;
	text-align: left;
	margin-right: 0.5rem;
	background: url(../img/select_bg.png) no-repeat #2D3295;
	background-position: 97%;
	cursor: pointer;
	border-radius: 0.026667rem;
}

.item-select-list {
	width: 99.8%;
	display: none;
	position: absolute;
	top: 0.55rem;
	left: 0;
	z-index: 9;
	padding: 0.1rem 0;
	border-radius: 0.026667rem;
	color: #141414;
	background-color: #fff;
	border: 1px solid #f0f0f0;
	max-height: 2.8rem;
	overflow-y: scroll;
}

.item-select-list .active {
	font-weight: 700;
	background: #F0F0F0;
	color: #141414;
}

.select-val {
	color: #FFFFFF;
	width: 100%;
}

.select-val,
.item-select-list li {
	line-height: 0.5rem;
	font-size: 0.213333rem;
}

.item-select-list li {
	padding-left: 0.15rem;
	color: #141414;
	background: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*修改滚动条样式*/
.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_contract_rl {
	width: 2.7rem;
	height: 0.5rem;
	line-height: 0.5rem;
	border-radius: 0.02rem;
	background: url(../img/select_bg.png) no-repeat #2D3295;
	background-position: 97%;
	font-size: 0.186666rem;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
	float: right;
	position: relative;
}

.sqs_contract_rlBox {
	width: 100%;
	overflow: hidden;
}

.sqs_contract_rl_icon {
	float: left;
	width: 0.26rem;
	height: 0.26rem;
	margin: 0.12rem 0.15rem;
}

.sqs_contract_rl_txt {
	overflow: hidden;
	float: left;
}

.sqs_contract_rl_jt {
	float: right;
	width: 0.08rem;
	height: 0.14rem;
	margin: 0.18rem 0.15rem;
}

.sqs_contract_rl_icon img {
	width: 100%;
}

.sqs_contract_rl_jt img {
	width: 150%;
}

.sqs_date_rl {
	width: 4rem;
	overflow: hidden;
	background: #FFFFFF;
	border: 0.01rem solid #E9E9E9;
	border-radius: 0.04rem;
	position: absolute;
	top: 0.55rem;
	left: -1.32rem;
	display: none;
	padding-bottom: 0.2rem;
	z-index: 99;
}

.sqs_date_rl .sqs_date_container li.ck_active {
	background: #091887;
	color: #fff;
}

.sqs_date_rl .sqs_date_container li.active .ac_num_box {
	display: block;
}

.sqs_date_rq {
	width: 100%;
	height: 0.5rem;
	line-height: 0.5rem;
	margin-top: 0.2rem;
}

.sqs_date_prev,
.sqs_date_next {
	width: 0.18rem;
	height: 0.24rem;
	margin-top: 0.13rem;
	border: none;
	outline: none;
	cursor: pointer;
	background: transparent;
}

.sqs_date_prev img,
.sqs_date_next img {
	width: 0.18rem;
	height: 0.24rem;
}

.sqs_date_prev {
	float: left;
	margin-left: 0.2rem;
}

.sqs_date_next {
	float: right;
	margin-right: 0.2rem;
}

.sqs_date_ny {
	width: 3.2rem;
	font-size: 0.24rem;
	color: #2D3295;
	float: left;
	line-height: 0.5rem;
	text-align: center;
}

.sqs_date_ny select {
	font-family: MyFontNameB;
	font-weight: bold;
	font-size: 0.24rem;
	color: #2D3295;
}
.sqs_date_ny select:first-child {
	margin-left: 0.15rem;
}
.sqs_date_ny_month {
	font-family: MyFontNameB;
	font-weight: bold;
	margin-right: 0.15rem;
}

.sqs_date_container {
	width: 3.8rem;
	margin: 0 auto;
}

.sqs_date_container ul {
	display: flex;
	flex-wrap: wrap;
}

.sqs_date_container ul li {
	width: 0.54rem;
	height: 0.45rem;
	line-height: 0.5rem;
	text-align: center;
	color: #2D3295;
	cursor: pointer;
	border-radius: 0.1rem;
	position: relative;
	box-sizing: border-box;
	font-size: 0.213333rem;
	margin-top: 0.05rem;
}

.sqs_date_container li.active .ac_num_box {
	display: block;
}

.sqs_date_days {
	overflow: hidden;
}

.act {
	background: #2D3295;
	color: #FFFFFF !important;
}

.ver:hover {
	background: #2D3295;
	color: #FFFFFF !important;
}

.sqs_sj_dian {
	display: inline-block;
	width: 0.05rem;
	height: 0.05rem;
	border-radius: 50%;
	background: #dc1f48;
	position: absolute;
	bottom: 0.03rem;
	left: 45%;
}

/* 设置滚动条样式 */
.sqs_contractBox {
	width: 100%;
	height: 8rem;
}


.sqs_contract_table {
	width: 100%;
	border-bottom: 0.01rem solid #999999;
	font-size: 0.20rem;
	border-radius: 0.04rem;
	border: 0.01rem solid #999999;
}

.sqs_contract_table tr {
	height: 0.8rem;
	text-align: center;
}

.sqs_contract_table td {
	padding: 0 0.25rem;
	border-left: 0.01rem solid #999999;
}

.sqs_contract_table td:first-child,
.sqs_Trading_table td:first-child,
.sqs_Settlement_table td:first-child {
	border-left: 0;
}

.sqs_contract_thead {
	color: #FFFFFF;
	background-color: #171B55;
}

.sqs_contract_thead th {
	color: #FFFFFF;
	text-align: center;
	background-color: #171B55;
	font-family: MyFontNameB;
	font-weight: bold;
	border-left: 0.01rem solid #999999;
}

.sqs_contract_thead th:first-child {
	border-left: 0;
}

.sqs_contract_tbody {
	width: 100%;
	overflow: hidden;
}

.sqs_contract_tbody tr:nth-child(even) {
	background: #F9F9F9;
}

.sqs_contract_tbody td:last-child {
	text-align: right;
}

/* 打印 */
.sqs_Contract_quick {
	width: 100%;
	margin-top: 0.3rem;
	overflow: hidden;
}

.sqs_Contract_Excel,
.sqs_Contract_TXT {
	width: 1.44rem;
}

.sqs_Contract_Print {
	width: 0.78rem;
}

.sqs_Contract_Excel,
.sqs_Contract_TXT,
.sqs_Contract_Print {
	height: 0.3rem;
	line-height: 0.32rem;
	font-size: 0.16rem;
	color: #171B55;
	background: #F9F9F9;
	border: 0.01rem solid #171B55;
	border-radius: 0.02rem;
	float: right;
	margin-left: 0.15rem;
	cursor: pointer;
}

.sqs_Contract_Excel img,
.sqs_Contract_TXT img,
.sqs_Contract_Print img {
	float: left;
	width: 0.16rem;
	height: 0.16rem;
}

.sqs_Contract_Excel img {
	margin: 0.08rem 0.13rem;
}

.sqs_Contract_TXT img {
	margin: 0.08rem 0.15rem;
}

.sqs_Contract_Print img {
	margin: 0.08rem 0.1rem;
}

.sqs_Contract_Excel span,
.sqs_Contract_TXT span,
.sqs_Contract_Print span {
	float: left;
}

.sqs_Contract_Excel:hover,
.sqs_Contract_TXT:hover,
.sqs_Contract_Print:hover {
	background: #DFE1F0;
}

.mCSB_scrollTools .mCSB_draggerRail {
	opacity: 0.5;
	filter: "alpha(opacity=50)";
	-ms-filter: "alpha(opacity=50)";
}
.mcs-topBox,
.mcs-leftBox,
.mcs-topBox2,
.mcs-leftBox2 {
	position: absolute;
	height: auto;
	width: auto;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.leftDiv {
	width: 15%;
	float: left;
}
.leftDiv_top,
.leftDiv_bottom,
.rightDiv_top,
.rightDiv_bottom {
	width: 100%;
}
.leftDiv_top table{width: 100%;}
.leftDiv_bottom {
	width: 100%;
	height: 8rem;
	box-shadow: 5px 0px 8px -3px #999999;
	overflow: hidden;
	position: relative;
	z-index: 9;
	border-bottom: 1px solid #f0f2f5;
}
.leftDiv_bottom_table {
	margin-bottom: 0.05rem;
	width: 100%;
	text-align: center;
}
.leftDiv_top th {
	line-height: 1.5;
}
.leftDiv_top th,
.rightDiv_top_table th {
	height: 0.8rem;
	text-align: center;
	font-size: 0.21333333rem;
	color: #FFFFFF;
	background-color: #171B55;
	font-family: MyFontNameB;
	font-weight: bold;
}
.rightDiv_bottom td {
	text-align: right;
}
.leftDiv_bottom_table td,
.rightDiv_bottom_table td {
	font-size: 0.21333333rem;
	height: 0.8rem;
}
.leftDiv_bottom_table td {
	min-width: 1.4rem;
}
.rightDiv_bottom_table td {
	width: 1.67rem;
	word-break: break-all;
	word-wrap: break-word;
}
.rightDiv {
	width: 85%;
	float: left;
}
.rightDiv_top {
	overflow: hidden;
	height: 0.8rem;
	position: relative;
}
.rightDiv_top_table,
.rightDiv_bottom_table {
	width: 100%;
}
.rightDiv_top_table th {
	width: 1.67rem;
	border-left: 0.01rem solid #999999;
}
.rightDiv_bottom {
	width: 100%;
	height: 8rem;
	border-bottom: 1px solid #f0f2f5;
}
.rightDiv_bottom_table td {
	border-left: 0.01rem solid #E9E9E9;
}
.leftDiv_bottom_table tr:nth-child(even),
.rightDiv_bottom_table tr:nth-child(even) {
	background-color: #F9F9F9;
}
.rightDiv_bottom_table td:last-child{padding-right: 0.2rem;}
@media screen and (max-width:1300px) {
	.sqs_Contract_Excel img {
		margin: 0.08rem 0.1rem;
	}

	.sqs_Contract_TXT img {
		margin: 0.08rem 0.1rem;
	}
}
.noteBox_div{ 
background: #E9E9E9;
}
.noteBox{height: 3.2rem; 
overflow: hidden;
line-height: 0.4rem;
background: #E9E9E9;
padding:0 0.2rem;
}
.info_show{
	text-align: right;
	line-height: 0.5rem;
	padding-bottom: 0.2rem;
	padding-right: 0.2rem;
}
@media screen and (max-width:1366px){
	.sqs_contract_table{
		font-size: 0.198rem;
	}
}

@media screen and (max-width:1250px) {
	.sqs_Contract_Excel img {
		margin: 0.08rem 0.06rem;
	}

	.sqs_Contract_TXT img {
		margin: 0.08rem 0.06rem;
	}
	.sqs_Contract_Print img{
		margin: 0.08rem 0.06rem;
	}
	.sqs_contract_table{
		font-size: 0.19rem;
	}
}
