@font-face {
	/* 自定义字体名称 */
	font-family: MyFontName;
	src: url('../font/HarmonyOS_Sans_SC_Regular.ttf');
	/* IE9 Compat Modes */
	src:
		url('../font/HarmonyOS_Sans_SC_Regular.eot'),
		/* IE6-IE8 */
		url('../font/HarmonyOS_Sans_SC_Regular.eot?#iefix') format('embedded-opentype'),
		/* Modern Browsers */
		url('../font/HarmonyOS_Sans_SC_Regular.woff') format('woff'),
		/* Safari, Android, iOS */
		url('../font/HarmonyOS_Sans_SC_Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	/* 自定义字体名称 */
	font-family: MyFontNameB;
	src: url('../font/HarmonyOS_Sans_SC_Bold.ttf');
	/* IE9 Compat Modes */
	src:
		url('../font/HarmonyOS_Sans_SC_Bold.eot'),
		/* IE6-IE8 */
		url('../font/HarmonyOS_Sans_SC_Bold.eot?#iefix') format('embedded-opentype'),
		/* Modern Browsers */
		url('../font/HarmonyOS_Sans_SC_Bold.woff') format('woff'),
		/* Safari, Android, iOS */
		url('../font/HarmonyOS_Sans_SC_Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	/* 自定义字体名称 */
	font-family: MyFontNameC;
	src: url('../font/HarmonyOS_Sans_SC_Light.ttf');
	/* IE9 Compat Modes */
	src:
		url('../font/HarmonyOS_Sans_SC_Light.eot'),
		/* IE6-IE8 */
		url('../font/HarmonyOS_Sans_SC_Light.eot?#iefix') format('embedded-opentype'),
		/* Modern Browsers */
		url('../font/HarmonyOS_Sans_SC_Light.woff') format('woff'),
		/* Safari, Android, iOS */
		url('../font/HarmonyOS_Sans_SC_Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	/* 自定义字体名称 */
	font-family: MyFontNameL;
	src: url('../font/HarmonyOS_Sans_SC_Light.ttf');
	/* IE9 Compat Modes */
	src:
		url('../font/HarmonyOS_Sans_SC_Light.eot'),
		/* IE6-IE8 */
		url('../font/HarmonyOS_Sans_SC_Light.eot?#iefix') format('embedded-opentype'),
		/* Modern Browsers */
		url('../font/HarmonyOS_Sans_SC_Light.woff') format('woff'),
		/* Safari, Android, iOS */
		url('../font/HarmonyOS_Sans_SC_Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


* {
	margin: 0;
	padding: 0;
	font-family: "MyFontName";
	font-weight: 400;
}
b {
	font-weight: bold;
}


img {
	display: block;
	outline: 0;
	border: 0;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
	outline: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/* table {
	table-layout: fixed;
} */

.tableAuto{
	table-layout: auto !important;
}

select,
option {
	border: 0;
	outline: none;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
	/*IE/7/6*/
}


/* 表格1 */
.tableBox {
	width: 12rem;
	overflow: hidden;
	margin: 0.3rem auto;
}

.titlt {
	width: 100%;
	font-size: 0.48rem;
	font-family: MyFontNameB;
	font-weight: bold;
	color: red;
	text-align: center;
}

.tabTit {
	width: 100%;
	font-size: 0.32rem;
	font-family: MyFontNameB;
	font-weight: bold;
	color: #020F30;
	margin-top: 0.3rem;
	margin-bottom: 0.3rem;
}

.deliveryInquiry {
	width: 12rem;
	overflow: hidden;
}

.deliveryInquiryTxt {
	width: 96%;
	padding: 2%;
	overflow: hidden;
	background: #E9E9E9;
	position: relative;
}

.deliveryInquiryTxtTop {
	height: 0.4rem;
	line-height: 0.4rem;
	overflow: hidden;
}

.TxtTopFl {
	float: left;
	font-size: 0.1866rem;
	color: #333333;
}

.TxtTopFr {
	float: right;
}

.TxtTopFr a,
.TxtTopFr span {
	float: left;
	font-size: 0.1866rem;
	font-family: MyFontNameB;
	font-weight: bold;
	margin-left: 0.3rem;
}

.TxtTopFr span {
	color: #333333;
}

.TxtTopFr a {
	color: #2D3295;
}

.TxtTopFr a:hover {
	color: #45C8FF !important;
}

.deliveryInquiryTxtBottom,
.showTxtBottom,
.showTxtBottom2 {
	font-size: 0.1866rem;
	color: #141414;
	line-height: 1.5;
	margin-top: 0.15rem;
}




.container {
	width: 12rem;
	overflow: hidden;
	box-sizing: border-box;
	border-top: none;
}

.container th,
.container td {
	padding: 0 0.05rem;
}

.leftDiv {
	width: 1rem;
	float: left;
}

.leftDiv_top,
.leftDiv_bottom,
.rightDiv_top,
.rightDiv_bottom {
	width: 100%;
}

.leftDiv_bottom {
	width: 100%;
	height: 12rem;
	box-shadow: 8px 0px 8px -3px #999999;
	overflow: hidden;
	position: relative;
}

.leftDiv_bottom_table {
	margin-bottom: 0.05rem;
}

.leftDiv_top th {
	line-height: 1.5;
}

.leftDiv_top th,
.rightDiv_top_table th {
	height: 0.8rem;
	text-align: center;
	font-size: 0.1866rem;
	color: #FFFFFF;
	background-color: #171B55;
	font-family: MyFontNameB;
	font-weight: bold;
}

.rightDiv_top_table th,
.rightDiv_bottom td {
	text-align: right;
}

.leftDiv_bottom_table td,
.rightDiv_bottom_table td {
	font-size: 0.1866rem;
	height: 0.8rem;
	line-height: 0.8rem;
}

.leftDiv_bottom_table td {
	min-width: 1rem;
}

.rightDiv_bottom_table td {
	min-width: 0.875rem;
}

.rightDiv {
	width: 10.96rem;
	float: left;
}

.rightDiv_top {
	overflow: hidden;
}

.rightDiv_top_table,
.rightDiv_bottom_table {
	width: 11.5rem;
}

.rightDiv_top_table th {
	min-width: 0.875rem;
	border-right: 0.01rem solid #171B55;
}

.rightDiv_bottom {
	width: 100%;
	height: 12rem;
	overflow: auto;
}

.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: #F9F9F9;
}



.qsBg {
	background: #45C8FF;
}

.redColor {
	color: #c92f2f;
}

.greenColor {
	color: #0da061;
}

/*修改滚动条样式*/
.rightDiv_bottom::-webkit-scrollbar {
	width: 0.05rem;
	height: 0.05rem;
	overflow: hidden;
}

.rightDiv_bottom::-webkit-scrollbar-track {
	background: none;
	border-radius: 2px;
}

.rightDiv_bottom::-webkit-scrollbar-thumb {
	width: 0.05rem;
	height: 0.3rem;
	background: #D5D9E4;
	border-radius: 0.026667rem;
}

.rightDiv_bottom::-webkit-scrollbar-corner {
	background: none;
	height: 0.01rem;
}









/* 第二个表 */
.showTxtBottom,
.showTxtBottom2 {
	width: 100%;
	height: 3.1rem;
	overflow: hidden;
	position: relative;
}

.info_show {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #2D3295;
	cursor: pointer;
}


.table_container {
	width: 12rem;
	overflow: hidden;
	box-sizing: border-box;
	border: 0.01rem solid #E9E9E9;
	border-top: none;
}

.table_container th,
.table_container td {
	height: 0.8rem;
	padding: 0 0.05rem;
}

.leftBox {
	width: 1rem;
	float: left;
}

.left_bottomBox,
.right_bottomBox {
	width: 100%;
}

.left_bottomBox {
	width: 100%;
	overflow: hidden;
	box-shadow: 8px 0px 8px -3px #999999;
}

.left_bottom_table {
	margin-bottom: 0.05rem;
}

.left_bottom_table th,
.right_bottom_table th {
	height: 0.8rem;
	font-size: 0.1866rem;
	color: #FFFFFF;
	background-color: #171B55;
	font-family: MyFontNameB;
	font-weight: bold;
}

.left_bottom_table td,
.right_bottom_table td {
	font-size: 0.2133rem;
	height: 0.8rem;
	line-height: 0.8rem;
}

.left_bottom_tbody tr:nth-child(even),
.right_bottom_table tr:nth-child(even) {
	background: #F9F9F9;
}

.rightBox {
	width: 10.95rem;
	float: left;
}

.right_bottom_table {
	width: 11.5rem;
}

.right_bottomBox {
	width: 100%;
	overflow: auto;
}

.right_bottom_table td {
	border-left: 0.01rem solid #E9E9E9;
}

.right_bottom_table td {
	min-width: 0.8rem;
}

.right_bottom_tbody {
	position: relative;
	z-index: -1;
}

/*修改滚动条样式*/
.right_bottomBox::-webkit-scrollbar {
	width: 0.05rem;
	height: 0.05rem;
	overflow: hidden;
}

.right_bottomBox::-webkit-scrollbar-track {
	background: none;
	border-radius: 2px;
}

.right_bottomBox::-webkit-scrollbar-thumb {
	width: 0.05rem;
	height: 0.3rem;
	background: #D5D9E4;
	border-radius: 0.026667rem;
}

.right_bottomBox::-webkit-scrollbar-corner {
	background: none;
	height: 0.01rem;
}

/* 表三 */

.shfeIpa {
	width: 12rem;
	overflow: hidden;
}

.shfeIpa_table {
	width: 100%;
	overflow: hidden;
	border-bottom: 0.01rem solid #999999;
}

.shfeIpa_table td,
.shfeIpa_table th {
	font-size: 0.1866rem;
}

.date_th {
	width: 100%;
	height: 0.8rem;
	line-height: 0.8rem;
	text-align: right;
	font-size: 0.1866rem;
	font-family: MyFontNameB;
	font-weight: bold;
	color: #333333;
	background: #E9E9E9;
	padding-right: 0.28rem;
	border: none !important;
}

.sub_th {
	height: 0.53rem;
	line-height: 0.53rem;
	background: #171B55;
	border-radius: 0.05rem 0.05rem 0 0;
	font-size: 0.1866rem;
	font-family: MyFontNameB;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 0.28rem;
}

.thead_th {
	height: 0.53rem;
	font-size: 0.1866rem;
	font-family: MyFontNameB;
	font-weight: bold;
	color: #FFFFFF;
	background: #2D3295;
}

.boderLine {
	border-left: 0.01rem solid #999999;
}

.boderLine2 {
	border-top: 0.01rem solid #999999;
	border-left: 0.01rem solid #999999;
}

.boderLine3 {
	border-top: 0.01rem solid #999999;
	border-left: 0.01rem solid #999999;
	border-right: 0.01rem solid #999999;
}

.shfeIpaWid1 {
	width: 1.08rem;
}

.shfeIpaWid2 {
	width: 2.65rem;
}

.shfeIpa_tbody {
	width: 100%;
	overflow: hidden;
}

.shfeIpa_tbody tr:nth-child(even) {
	background: #F9F9F9;
}

.shfeIpa_tbody tr td:first-child {
	text-align: center;
	border-left: 0.01rem solid #999999;
}

.shfeIpa_tbody td {
	height: 0.53rem;
	line-height: 0.53rem;
	font-size: 0.1866rem;
	color: #141414;
	text-align: right;
	padding: 0 0.25rem;
	border-right: 0.01rem solid #999999;
}

/* 表四 */

.premiumsBox {
	width: 12rem;
	overflow: hidden;
}

.premiumsBox tr:nth-child(even) {
	background: #F9F9F9;
}

.premiumsBox td {
	height: 0.53rem;
	font-size: 0.1866rem;
	color: #141414;
}

.premiumsBox th,
.premiumsBox td {
	border-right: 0.01rem solid #999999;
	padding: 0 0.25rem;
}

.premiumsTdLine {
	border-left: 0.01rem solid #999999;
}

.sub_fl,
.sub_fr,
.sub_fl2,
.sub_fr2 {
	height: 0.53rem;
	line-height: 0.53rem;
	background: #171B55;
	font-size: 0.1866rem;
	font-family: MyFontNameB;
	font-weight: bold;
	color: #FFFFFF;
}

.sub_fl,
.sub_fl2 {
	padding-left: 0.28rem !important;
	border: none !important;
}

.sub_fl {
	border-radius: 0.05rem 0 0 0;
}

.sub_fr {
	border-radius: 0 0.05rem 0 0;
}

.sub_fr,
.sub_fr2 {
	padding-right: 0.28rem !important;

}

.premiumsTh {
	height: 0.53rem;
	font-size: 0.1866rem;
	font-family: MyFontNameB;
	font-weight: bold;
	color: #FFFFFF;
	background: #2D3295 !important;
}

.premiumsThWid1 {
	width: 1.08rem;
}

.premiumsTdBgColor {
	background: #F9F9F9;
}

/* 表六 */
.futuresBox {
	width: 12rem;
	overflow: hidden;
}

.futures_txt {
	width: 96%;
	padding: 2%;
	overflow: hidden;
	background: #E9E9E9;
	font-size: 0.1866rem;
	color: #141414;
	line-height: 1.5;
	margin-top: 0.15rem;
}

.futures_txtTop,
.futures_txtBottom {
	width: 100%;
	overflow: hidden;
}


.futures_txtTopFl {
	float: left;
	width: 5.8rem;
	color: #333333;
}

.futures_txtTopFl b {
	font-family: MyNameFontB;
	color: #333333;
}

.futures_txtTopFr {
	float: right;
	font-family: MyNameFontB;
	font-weight: bold;
}

.futures_txtBottom {
	width: 100%;
	overflow: hidden;
	color: #141414;
	margin-top: 0.2rem;
}

.futures_table {
	width: 100%;
	overflow: hidden;
	border: 0.01rem solid #999999;
	font-size: 0.1866rem;
}

.futures_tbody tr:nth-child(even) {
	background: #F9F9F9;
}

.ru_f {
	height: 0.53rem;
	line-height: 0.53rem;
	background: #171B55;
	font-family: MyFontNameB;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding-left: 0.28rem;
}

.futures_table th,
.futures_table td {
	height: 0.53rem;
	/* 会导致14~15列的报表展示不全 */
	/* min-width: 0.7rem; */
	min-width: 0.5rem;
	border-left: 0.01rem solid #999999;
	padding: 0 0.1rem;
}

.futures_table td {
	text-align: right;
}

.futures_table th:first {
	border-left: none !important;
}


.futures_tr {
	text-align: left !important;
	border-left: none !important;
}

.futures_thead th {
	color: #FFFFFF;
	/* background: #2D3295 !important; */
	background: #033fad !important;
}

.futuresThWid {
	width: 0.8rem;
}

.SubtotalBg {
	background: #ECEDFF !important;
}

.SubtotalBg td {
	border: none;
}

.Subtotal,
.Subtotal2 {
	font-family: MyNameFontB;
	font-weight: bold;
	color: #2D3295;
	text-align: left !important;
}

.Subtotal {
	border-left: 0.01rem solid #999999 !important;
}

.topLine {
	border-top: 0.01rem solid #999999 !important;
}

.info_show2 {
	color: #2D3295;
	cursor: pointer;
	font-size: 0.1866rem;
	line-height: 1.5;
	float: right;
	margin: 0.2rem 0 0;
}

/* 表七 */
.bankNameBox {
	width: 12rem;
	overflow: hidden;
}

.bankNameTable {
	width: 100%;
	overflow: hidden;
	font-size: 0.1866rem;
	border: 0.01rem solid #E9E9E9;
	border-left: 0;
}

.bankNameTable th,
.bankNameTable td {
	height: 0.8rem;
	padding: 0 0.25rem;
}

.bankNameTable th {
	background: #E9E9E9;
	font-family: MyFontNameB;
	font-weight: bold;
	color: #141414;
	text-align: center;
}

.bankNameTbody td:first {}

.bankNameTbody td {
	border-left: 0.01rem solid #E9E9E9;
}

.bankNameTbody tr:nth-child(even) {
	background: #F9F9F9;
}


/* 表八 */

.conBox {
	width: 12rem;
	overflow: hidden;
}

.tabTit2 {
	width: 100%;
	font-size: 0.32rem;
	font-family: MyFontNameB;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0.3rem;
	margin-bottom: 0.3rem;
}

.conTable {
	width: 100%;
	color: #141414;
	font-size: 0.1866rem;
	border: 0.01rem solid #E9E9E9;
	border-left: 0;
}

.conTable tr {
	height: 0.8rem;
}

.conTable td {
	min-width: 3rem;
	padding: 0.3rem;
	border-left: 0.01rem solid #E9E9E9;
}

.conTable tr:nth-child(even) {
	background: #F9F9F9;
}

/* 表九 */
.blueBgColor {
	width: 100%;
	overflow: hidden;
	background: #171B55;
}

.futuresBox {
	width: 12rem;
	margin: 0 auto;
	overflow: hidden;
}

.futures_txt2 {
	width: 96%;
	padding: 2%;
	overflow: hidden;
	background: #0F103D;
	font-size: 0.1866rem;
	line-height: 1.5;
	margin-top: 0.15rem;
}

.futures_txtTop,
.futures_txtBottom {
	width: 100%;
	overflow: hidden;
}


.futures_txtTopFl2 {
	float: left;
	width: 5.8rem;
	color: #A6A6B0;
}

.futures_txtTopFl2 b {
	font-family: MyNameFontB;
	color: #A6A6B0;
}

.futures_txtTopFr2 {
	float: right;
	font-family: MyNameFontB;
	font-weight: bold;
	color: #FFFFFF;
}

.futures_txtBottom2 {
	width: 100%;
	overflow: hidden;
	margin-top: 0.2rem;
	color: #A6A6B0;
}

.futures_table2 {
	width: 100%;
	overflow: hidden;
	font-size: 0.1866rem;
}

.ru_f2 {
	height: 0.53rem;
	line-height: 0.53rem;
	background: #2D3295;
	font-family: MyFontNameB;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding-left: 0.28rem;
	border-left: none !important;
}

.futures_table2 th,
.futures_table2 td {
	height: 0.53rem;
	min-width: 0.7rem;
	border-left: 0.01rem solid #999999;
	padding: 0 0.1rem;
	color: #FFFFFF;
}

.futures_table2 td {
	text-align: right;
}

.futures_table2 th:first {
	border-left: none !important;
}

.futures_tr2 {
	text-align: left !important;
	border-left: none !important;
	background: #23275E;
}

.futures_thead th {
	/* background: #3E44AB !important; */
	background: #033fad !important;
}

.futuresTbody tr:nth-child(odd) {
	background: #23275E;
}

.futuresTbody tr:nth-child(even) {
	background: #2E3266;
}

.futuresThWid {
	width: 0.8rem;
	border-left: none !important;
}

.SubtotalBg2 {
	background: #0F103D !important;

}

.SubtotalBg2 td {
	border: none;
}

.SubtotalBg2 span {
	margin-left: 0.5rem;
}

.Subtota3 {
	border-left: 0.01rem solid #999999 !important;
}

.Subtotal3,
.Subtotal4 {
	font-family: MyNameFontB;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left !important;
}

.topLine2 {
	border-top: 0.01rem solid #171B55 !important;
}

.info_show2 {
	color: #2D3295;
	cursor: pointer;
	font-size: 0.1866rem;
	line-height: 1.5;
	float: right;
	margin: 0.2rem 0 0;
}

/* 深色背景 打印 下载 导出 */
.sqs_Contract_quick {
	width: 12rem;
	margin: 0.3rem auto;
	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: #FFFFFF;
	background: none;
	border: 0.01rem solid #FFFFFF;
	border-radius: 0.02rem;
	float: right;
	margin-left: 0.15rem;
	cursor: pointer;
	width: auto!important;
	padding-right: 0.1rem;
}

.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: #3A3D6E;
}

@media screen and (max-width:1300px) {
	.sqs_Contract_Excel img {
		margin: 0.08rem 0.1rem;
	}

	.sqs_Contract_TXT img {
		margin: 0.08rem 0.1rem;
	}
}

@media screen and (max-width:1250px) {
	.sqs_Contract_Excel img {
		margin: 0.08rem 0.06rem;
	}

	.sqs_Contract_TXT img {
		margin: 0.08rem 0.06rem;
	}
}


/* 发文 css */
.sqsTabLineIndex tr{
    background-color: #fff !important;
}
/* 颜色太淡，眼睛看得累 */
.sqsTabLineIndex th,.sqsTabLineIndex td{
	/* border: 0.01rem solid #E9E9E9 !important; */
	/* border: 0.01rem solid #bdbdbd !important; */
	border: solid windowtext 1.0pt !important;
}
.sqsTabLineIndex th{
	padding: 0.05rem 0.05rem;
	word-wrap: break-word;
	/* height: 0.8rem; */
}
.sqsTabLineIndex td{
	padding: 0.05rem 0.05rem;
	word-wrap: break-word;
    /* font-size: 16px !important; */
	/* padding: 0.05rem 0.05rem; */
    /* word-wrap: break-word; */
	/* height: auto !important; */
	height: 0.45rem;
}