.ine-banner {
  width: 100%;
  height: 6.41rem;
  position: relative;
  top: 0rem;
  background: url(/eng/images/data_banner.png) no-repeat;
  background-size: cover;
}

.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;
  margin-bottom: 0.5rem;
}

.sqs_dataCon_fr_tit {
  font-size: 0.426666rem;
  font-family: MyFontNameB;
  font-weight: bold;
  color: #002663;
}

.sqs_dataCon_rlBox {
  width: 100%;
  margin-top: 0.25rem;
  margin-bottom: 0.48rem;
  overflow: hidden;
  background: #0437ad;
  border-radius: 0.04rem;
}

.sqs_data_rl {
  float: left;
  width: 4rem;
  min-height: 4rem;
  overflow: hidden;
  background: #FFFFff;
  border-radius: 0.04rem;
  border: 1px solid #E9E9E9;
}

.sqs_data_rq {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  margin-top: 0.2rem;
}

.jyPrev,
.jyNext {
  width: 0.18rem;
  height: 0.24rem;
  margin-top: 0.13rem;
  border: none;
  outline: none;
  cursor: pointer;
  background: transparent;
}

.jyPrev img,
.jyNext img {
  width: 0.18rem;
  height: 0.24rem;
}

.jyPrev {
  float: left;
  margin-left: 0.2rem;
}

.jyNext {
  float: right;
  margin-right: 0.2rem;
}

.sqs_Nyear {
  width: 3.2rem;
  font-size: 0.24rem;
  color: #2D3295;
  float: left;
  line-height: 0.5rem;
  text-align: center;
}

.sqs_Nyear select {
  font-family: MyFontNameB;
  font-weight: bold;
  font-size: 0.24rem;
  color: #0437ad;
}

.sqs_Nyear select:first-child {
  margin-left: 0.15rem;
}

.sqs_Jmonth {
  font-family: MyFontNameB;
  font-weight: bold;
  margin-right: 0.15rem;
}

.sqs_dateCon {
  width: 3.8rem;
  margin: 0 auto;

}

.sqs_dateCon ul {
  display: flex;
  flex-wrap: wrap;
}

.sqs_dateCon ul li {
  width: 0.49rem;
  height: 0.45rem;
  line-height: 0.45rem;
  text-align: center;
  color: #033fad;
  cursor: pointer;
  border-radius: 0.1rem;
  position: relative;
  box-sizing: border-box;
  font-size: 0.213333rem;
  position: relative;
  margin: 0.025rem;
}

.sqs_dataDays {
  overflow: hidden;
  margin-bottom: 0.14rem;
}

.sqs_dateCon li {}

.sqs_dataDays li:hover {
  background: #033fad;
  color: #fff !important;
}

.redIcon {
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 50%;
  background: #dc1f48;
  position: absolute;
  bottom: 0;
  left: 0.245rem;
  display: none;
}

.sjActive .redIcon {
  display: block;
}


.se_active {
  background: #033fad;
  color: #fff !important;
}


.todayTxt {
  width: 100%;
  overflow: hidden;
  display: none;
  position: relative;
  height: 4rem;
}

.todayShow {
  display: block;
}

.sqs_todayData {
  float: right;
  width: 7.6rem;
  overflow: hidden;
}
/* 聚合页Data */
.sqs_data_fr .sqs_todayData {
  width: 9.7rem;
}

.sqs_todayDate {
  overflow: hidden;
  margin-top: 0.3rem;
}

.sqs_todayDate span {
  float: left;
  margin-right: 0.1rem;
  font-size: 0.213333rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.5;
}

.sqs_TxtBox {
  margin: 0.1rem auto;
  overflow: hidden;
}

.sqs_TxtBox p {
  /* padding-left: 0.2rem; */
  position: relative;
  margin-top: 0.1rem;
}

.sqs_TxtBox p,
.sqs_TxtBox p a {
  font-size: 0.18rem;
  /*   font-weight: 400; */
  color: #FFFFFF;
  /* line-height: 1; */
  /* height: auto; */
  overflow: hidden;
  overflow-wrap: break-word;
}
/* history-fawen color */
.sqs_TxtBox .text_detail_history>div * {
  color: #fff;
}


.text_detail_title {
  color: #fff;
  font-size: 0.186666rem;
}

.text_content_item {
  height: 2.95rem;
  overflow-y: auto;
  overflow-x: hidden;
}

.text_content_item::-webkit-scrollbar {
  width: 0.0413rem;
  height: 0.0413rem;
}

.text_content_item::-webkit-scrollbar-track {
  background: #0F45AE;
  border-radius: 0.0125rem;
}

.text_content_item::-webkit-scrollbar-thumb {
  background: #FF8845;
  border-radius: 0.0625rem;
}

.text_content_item::-webkit-scrollbar-thumb:hover {
  background: #FF8845;
}


/* .sqs_TxtBox p::before {
  content: '';
  width: 0.06rem;
  height: 0.06rem;
  display: inline-block;
  background: #E33737;
  border-radius: 50%;
  position: absolute;
  top: 0.1rem;
  left: -0.001rem;
} */

.sqs_TxtSwitch {
  width: 100%;
  overflow: hidden;
  font-size: 0.186666rem;
  color: #FFFFFF;
  vertical-align: middle;
  line-height: 0.25rem;
  position: absolute;
  bottom: 0.38rem;
}

.sqs_TxtSwitch span {
  float: left;
  margin-left: 0.15rem;
  font-size: 0.186666rem;
}

.handP,
.handN {
  cursor: pointer;
}

.sqs_dataCon_queryBox {
  width: 100%;
  overflow: hidden;
}

.sqs_dataCon_queryTit {
  font-size: 0.24rem;
  font-family: MyFontNameB;
  font-weight: bold;
  color: #002663;
}

.startDate,
.endDate,
.varieties {
  float: left;
  height: 0.4rem;
  line-height: 0.4rem;
  margin-left: 0.3rem;
}

.startDate,
.endDate {
  width: 2.7rem;
}


.varieties {
  width: 1.7rem;
}

.sqs_dataCon_queryTable {
  width: 100%;
  background: #E9E9E9;
  overflow: hidden;
  margin-top: 0.3rem;
}

.sqs_dataCon_queryTable_font {
  width: 100%;
  height: 0.4rem;
  font-size: 0.186666rem;
  font-weight: 400;
  color: #333333;
  margin: 0.3rem auto 0.15rem;
}

.sqs_contract_screen {
  width: 100%;
  height: 0.5rem;
}

.sqs_contract_select {
  float: left;
  min-width: 1.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  position: relative;
  text-align: left;
  cursor: pointer;
  margin-left: 0.3rem;
}

.sqs_contract_select .el-input__icon {
  line-height: 0.36rem;
}

.sqs_contract_select  .el-input__inner {
  height: 0.5rem;
  background-color: #033fad;
  color: #fff;
  font-size: 0.18rem;
}

.futures_thead th.el-table__cell {
  color: #FFFFFF !important;
  background: #0146ad !important;
  text-align: center;
}

.futures_thead .el-table__cell {
  padding: 0.18rem 0;
  font-size: 0.18rem;
}
.item-select-list {
  width: 99.8%;
  overflow: hidden;
  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: 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;
  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;
  font-size: 0.186666rem;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
  float: left;
  position: relative;
  margin-left: 0.3rem;
}

.sqs_contract_rl  .el-input__inner {
  height: 0.5rem;
}

.sqs_contract_rl .el-date-editor.el-input, .sqs_contract_rl .el-date-editor.el-input__inner {
  width: 100%;
  height: 100%;
}
.sqs_contract_rlBox,
.sqs_contract_rlBox2 {
  width: 100%;
  overflow: hidden;
}

.sqs_contract_rlBox .el-input__inner {
  background-color: #033fad;
  color: #fff;
  font-size: 0.18rem;
  padding-left: 0.4rem;
}

.sqs_contract_rlBox .el-input__prefix  .el-icon-date:before {
  font-size: 0.18rem;
  color: #fff;
}

.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: 8px;
  height: 0.5rem;
  margin: 0 0.15rem;
  background: url(/eng/images/select_bg.png) no-repeat center;
}

.sqs_contract_rl_icon img {
  width: 100%;
}

.sqs_date_rl,
.sqs_date_rl2 {
  width: 2.7rem;
  height: 4rem;
  overflow: hidden;
  background: #FFFFFF;
  border: 0.01rem solid #E9E9E9;
  border-radius: 0.04rem;
  position: absolute;
  top: 0.55rem;
  left: 0;
  display: none;
}

.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,
.sqs_date_prev2,
.sqs_date_next2 {
  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,
.sqs_date_prev2 img,
.sqs_date_next2 img {
  width: 0.18rem;
  height: 0.24rem;
}

.sqs_date_prev,
.sqs_date_prev2 {
  float: left;
  margin-left: 0.2rem;
}

.sqs_date_next,
.sqs_date_next2 {
  float: right;
  margin-right: 0.2rem;
}

.sqs_date_ny {
  width: 1.9rem;
  font-size: 0.24rem;
  color: #2D3295;
  float: left;
  line-height: 0.5rem;
  text-align: center;
}

.sqs_date_ny_month {
  font-family: MyFontNameB;
  font-weight: bold;
  margin-right: 0.15rem;
}

.sqs_date_container {
  width: 2.7rem;
  margin: 0 auto;
}

.sqs_date_container ul {
  display: flex;
  flex-wrap: wrap;
}

.sqs_date_container ul li {
  width: 0.38rem;
  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,
.sqs_date_days2 {
  overflow: hidden;
}

.act,
.act2 {
  background: #2D3295;
  color: #FFFFFF !important;
}

.ver:hover,
.ver2:hover {
  background: #2D3295;
  color: #FFFFFF !important;
}

.sqs_sj_dian,
.sqs_sj_dian2 {
  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;
  overflow-y: scroll;
}

.sqs_contractBox::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.sqs_contractBox::-webkit-scrollbar-track {
  background: rgb(239, 239, 239);
  border-radius: 2px;
}

.sqs_contractBox::-webkit-scrollbar-thumb {
  background: #bfbfbf;
  border-radius: 10px;
}

.sqs_contractBox::-webkit-scrollbar-thumb:hover {
  background: #888;
}

.sqs_contractBox::-webkit-scrollbar-corner {
  background: #179a16;
}

.sqs_dataCon_query {
  float: right;
  width: 1.6rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background: #0437ad;
  border-radius: 2px;
  font-size: 0.18rem;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  margin-right: 0.3rem;
  cursor: pointer;
}

.sqs_dataCon_TableTit {
  font-size: 0.24rem;
  font-family: MyFontNameB;
  font-weight: bold;
  color: #333333;
  margin: 0.3rem;
}

.sqs_dataCon_table,
.sqs_dataCon_tbody {
  width: 100%;
  overflow: hidden;
}

.sqs_dataCon_table {
  border: 1px solid #999999;
  border-radius: 0.04rem;
}

.sqs_dataCon_thead {
  width: 100%;
  line-height: 80px;
  background: #033fad;
}

.sqs_dataCon_thead th {
  font-size: 0.186666rem;
  color: #ffffff;
  text-align: center;
  font-family: MyFontNameB;
  font-weight: bold;
}

.sqs_dataCon_thead_th {
  width: 2.4rem;
  border-right: 0.01rem solid #999999;
}

.sqs_dataCon_tbody tr:nth-child(odd) {
  background: #FFFFFF;
}

.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_quick {
  width: 100%;
  margin-top: 0.3rem;
  overflow: hidden;
}

.sqs_Contract_Excel,
.sqs_Contract_TXT,
.sqs_Contract_Print {
  width: auto!important;
  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;
  padding-right: 0.1rem;
}
.sqs_Contract_Excel:hover,
.sqs_Contract_Print:hover,
.sqs_Contract_TXT:hover {
  background: #DFE1F0;
}

.sqs_Contract_TXT {
  width: 1.44rem;
}



.sqs_Contract_TXT img {
  margin: 0.08rem 0.15rem;
  float: left;
  width: 0.16rem;
  height: 0.16rem;
}

.sqs_Contract_TXT span {
  float: left;
}

.sqs_Contract_TXT:hover {
  background: #DFE1F0;
}

@media screen and (max-width:1300px) {
  .sqs_Contract_TXT img {
    margin: 0.08rem 0.1rem;
  }
}

@media screen and (max-width:1250px) {
  .sqs_Contract_TXT img {
    margin: 0.08rem 0.06rem;
  }
}





.m_mt10 {
  margin-top: 0.1rem;
}

.m_mt15 {
  margin-top: 0.15rem;
}

.m_mt18 {
  margin-top: 0.18rem;
}

.m_mt20 {
  margin-top: 0.2rem;
}

.m_mt22 {
  margin-top: 0.22rem;
}

.m_mt30 {
  margin-top: 0.3rem;
}

.m_page .m_mt10 {
  margin-top: 0.1rem;
}

.m_page .m_mt15 {
  margin-top: 0.15rem;
}

.m_page .m_mt20 {
  margin-top: 0.2rem;
}

.m_page .m_mt30 {
  margin-top: 0.3rem;
}

.m_mb10 {
  margin-bottom: 0.1rem;
}

.m_mb15 {
  margin-bottom: 0.15rem;
}

.m_mb20 {
  margin-bottom: 0.2rem !important;
}

.m_mb30 {
  margin-bottom: 0.3rem;
}

.m_page .m_mb10 {
  margin-bottom: 0.10rem;
}

.m_page .m_mb15 {
  margin-bottom: 0.15rem;
}

.m_page .m_mb20 {
  margin-bottom: 0.2rem;
}

.m_page .m_mb30 {
  margin-bottom: 0.3rem;
}

.m_mr10 {
  margin-right: 0.1rem;
}

.m_mr15 {
  margin-right: 0.15rem;
}

.m_mr20 {
  margin-right: 0.2rem;
}

.m_mr30 {
  margin-right: 0.3rem;
}

.m_flex {
  display: flex;
}

.m_flex_cont {
  justify-content: center;
  align-items: center;
}

.m_test_over {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m_font_thin {
  font-size: 0.09rem;
  font-weight: 100;
  display: inline-block;
  transform: scale(1, 2);
  -ms-transform: scale(1, 2);
  -webkit-transform: scale(1, 2);
  -moz-transform: scale(1, 2);
  -o-transform: scale(1, 2);
}

.m_nav {
  font-size: 0.13rem;
  color: #666;
  padding: 0.2rem 0;
}

.m_page {
  width: 100%;
  background-color: #F8F8F8;
  padding-bottom: 0.05rem;
  overflow: hidden;
  min-height: 4.9rem;
}

.m_banner {
  position: relative;
  font-size: 0.12rem;
}

.m_banner_img {
  width: 100%;
  height: auto;
}

.m_position_info {
  width: 100%;
  position: absolute;
  top: 0;
  padding: 0 0.15rem;
  line-height: 0.2rem;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0), rgb(74 79 100) 130%)
}



.m_content {
  width: 3.45rem;
  margin: 0 auto;
  min-height: 4.12rem;
}

.m_content_title {
  font-size: 0.17rem;
  font-weight: 600;
  color: #0F45AE;
  margin-top: 0.2rem;
}

.m_content_tt {
  font-size: 0.17rem;
  display: inline-block;
  padding-bottom: 0.1rem;
  border-bottom: #FEAE76 0.02rem solid;
  position: relative;
  z-index: 3;
}

.m_content_bl {
  width: 100%;
  height: 0.005rem;
  background-color: #eee;
  position: relative;
  top: -0.013rem;
  z-index: 0;
}

.m_content .m_box_1 .m_down_title,
.m_content .m_box_2 .m_down_title {
  line-height: 0.17rem;
  font-size: 0.17rem;
}


.m_content .m_box_1 .m_title,
.m_content .m_box_2 .m_title {
  font-size: 0.17rem;
}

.m_content .m_box_1 .demo-form-inline .el-form-item__label,
.m_content .m_box_2 .demo-form-inline .el-form-item__label {
  font-size: 0.15rem;
}

.m_content .m_box_1 .el-input--suffix .el-input__inner,
.m_content .m_box_2 .el-input--suffix .el-input__inner {
  font-size: 0.15rem;
}

.m_form_box .m_form_one .el-input,
.m_form_box .m_form_two .el-input {
  width: 0.84rem;
}

.text_info,
.m_text_icon {
  color: #fff;
}

.m_content_detail {
  margin-top: 0.2rem;
}

.m_page .m_content_ft,
.m_page .m_content_other_ft {
  font-size: 0.12rem;
  font-weight: 600;
  margin-bottom: 0.15rem;
}

.m_bg_fff {
  background-color: #fff;
  border-radius: 0.05rem;
  padding: 0.15rem;
}

.m_content_detail_img {
  width: 100%;
  height: auto;
}

.m_content_detail_path {
  padding: 0.1rem 0.15rem;
  background: #fff;
  margin-top: 0.3rem;
  font-size: 0.12rem;
  border-radius: 0.05rem;
}

.m_content_detail_strong {
  font-size: 0.14rem;
  font-weight: 600;
  margin-bottom: 0.08rem;
  color: #333;
}

.m_content_detail_i {
  line-height: 0.34rem;
}


.m_content_detail_i a {
  color: #0F45AE;
}

.m_content_detail_iTitle {
  width: 0.77rem;
}

.m_content_detail_iInfo {
  width: 100%;
}

.m_content_group {
  font-size: 0.12rem;
  display: flex;
  flex-wrap: wrap;
}

.m_content_group div {
  display: inline-block;
  flex-basis: 48%;
  line-height: 0.4rem;
  text-align: center;
  border-radius: 0.05rem;
  background-color: #fff;
  margin-bottom: 0.1rem;
}

.m_content_group .m_mr4 {
  margin-right: 4%;
}

.m_content_group .m_active {
  background-color: #0F45AE;
  color: #fff;
}

.m_content_group_d {
  position: relative;
}

.m_content_group_d p {
  width: 100%;
  position: absolute;
}

.m_content_group_p1 {
  top: -0.08rem;
}

.m_content_group_p2 {
  top: 0.08rem;
}

.m_line {
  width: 100%;
  height: 0.007rem;
  background-color: #D5D5D5;
}





/* 微信、微博 */
.m_content .m_share {
  /* margin-top: 0.2500rem; */
  /* padding-bottom: 0.1250rem; */
  display: flex;
  align-items: center;
  /* border-bottom: 0.0063rem solid #EDEDED; */
  position: relative;
  margin-bottom: 0.3rem;
}

.m_wechat {
  display: inline-block;
  width: 0.3000rem;
  height: 0.3000rem;
  background-image: url(/eng/images/footer-wechat.png);
  background-size: 100% 100%;
}

.m_weibo {
  display: inline-block;
  width: 0.3000rem;
  height: 0.3000rem;
  background-image: url(/eng/images/footer-weibo.png);
  background-size: 100% 100%;
}

.m_wechat_qrCode {
  display: none;
  position: absolute;
  padding: 0.05rem;
  background-color: #fff;
  top: -1.1rem;
  left: 0.22rem;
}

.m_content .m_share span {
  font-size: 0.13rem;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 0.1000rem;
  margin-left: 0.0813rem;
}

.m_content .m_share .m_icon_btn {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #0F45AE;
  border-radius: 0.1563rem;
  /* margin-left: 0.0813rem; */
}
.m_content .m_share .social-share .social-share-icon{
	width:0.25rem;
	height:0.25rem;
	margin-left:
}

/* 下载 */
.m_dowload_content {
  font-size: 0.1225rem;
  font-weight: 600;
  color: #0F45AE;
  margin-top: 0.2rem;
}

.m_dowload_list {
  /* margin-top: 0.05rem; */
  overflow: hidden;
  margin-bottom: 0.15rem;
}

.m_dowload_list a {
  color: #0F45AE;
}

.m_dowload_file {
  display: flex;
  padding: 0.1rem 0.1rem;
  font-size: 0.1rem;
  background-color: #edeef5;
}

.m_dowload_file img {
  width: 0.12rem;
  height: auto;
  margin-right: 0.1rem;
}

.m_dowload_file a {
  width: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  color: #333;
}

/* button btn */
.m_btn {
  background-color: #224397;
  color: #fff;
  font-size: 0.1rem;
  border-radius: 0.05rem;
  height: 0.3rem;
  line-height: 0.26rem;
  padding: 0 0.3rem;
}

.m_page .m_btn_main {
  background-color: #224397;
}

/* 抽屉-标题 */
.m_sg_drawer {
  line-height: 0.18rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.1rem;
  box-shadow: 0px 5px 10px 0px rgba(0, 50, 110, 0.07);
  border-radius: unset;
}

/* 抽屉-盒子 */
.m_sg_drawer_cont {
  position: relative;
  top: -0.1rem;
  border-top: 0.01rem solid #ddd;
  background-color: #fff;
  padding: 0.15rem;
  box-shadow: 0px 5px 10px 0px rgba(0, 50, 110, 0.07);
}

.m_sg_drawer span {
  width: 2.8rem;
}

.m_sg_drawer i {
  font-size: 0.26rem !important;
  color: #224397;
}
.m_sg_drawer i.m_close_icon_i {
  /* font-size: 0.36rem !important; */
  /* width: 0.4rem; */
  display: inline-block;
  position:relative;
  top: -0.01rem;
  right: 0.02rem;
}

.m_hide {
  display: none;
}

.m_sg_drawerOpen_tt {
  color: #224397;
  font-weight: bold;
}

.m_title_black {
  color: #333;
  font-weight: bold;
  font-size: 0.12rem;
}

.m_w100_img {
  width: 100%;
  height: auto;
}


.m_content .m_member_cont {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.17rem;
}

.m_content_mb {
  font-size: 0.17rem;
  display: inline-block;
  padding-bottom: 0.15rem;
}

.m_content .m_width_40 {
  width: 1.2rem !important;
}

.m_content .m_width_220 {
  width: 2.2rem !important;
}

.m_content .m_width_180 {
  width: 1.8rem !important;
}

.m_content .m_width_310 {
  width: 2.5rem !important;
  background: #0046AE;
}

.m_content .el-select,
.m_content .el-select input,
.m_content .el-input,
.m_content .el-date-editor
{
  border-radius: 0.06rem;
  font-size: 0.12rem;
  height: 0.34rem;
}
.m_search2 input {
  background: #0046AE;
  color: #fff;
}

.m_search_radio_grup .m_search_radio {
  font-size: 0.1rem;
}

.el-radio__label {
  color: #666;
  font-size: 0.1rem;
}

.m_search_radio_grup .el-radio__input.is-checked+.el-radio__label {
  color: #666;
}

.m_search_radio_grup .el-radio__inner {
  width: 0.13rem;
  height: 0.13rem;
}

.m_search_radio_grup .el-radio__input.is-checked .el-radio__inner {
  border-color: #224397;
  background: #224397;
}

/* 暂无数据 - 居左 */
.el-table__empty-text {
  text-align: left;
}

.m_content_bl_dark {
  /*
  width: 100%;
  height: 0.005rem;
  */
  width: 39%;
  height: 0.02rem;
  background-color: #D0D0D0;
  position: relative;
  top: -0.013rem;
  z-index: 0;
}

.m_box_info_calendar {
  background-color: #e9e9e9;
  padding: 0.1rem;
}

/*  */
.m_search_ftt {
  color: #0F45AE;
  font-size: 0.17rem;
  font-weight: bold;
}
.m_calndar_query_cont {
  padding: 0.2rem 0.1rem 0.15rem;
  background: #e9e9e9;
}

.m_search_ft_time {
  color: #999999;
  font-size: 0.1rem;
}

.m_search_operate {
  display: flex;
  justify-content: flex-end !important;
  align-items: center;
  margin-bottom: 0.1rem;
}

.m_content .m_search2 .m_btn_owerSearch {
    width: 0.8rem;
    height: 0.32rem;
    background: #224397;
    border-radius: 0.05rem;
    color: #fff;
    line-height: 0.3rem;
    text-align: center;
}

.text_detail_mr5 {
  width: 0.06rem!important;
  height: 0.06rem!important;
}

.m_btn_white {
  width: 0.8rem;
  height: 0.3rem;
  border-radius: 0.05rem;
  color: #0F45AE;
  line-height: 0.3rem;
  text-align: center;
  border: 0.01rem #0F45AE solid;
  margin-right: 0.07rem;
}

/* .m_search_date_j .el-input__icon {
  width: 0.3rem !important;
  line-height: 0.23rem !important;
} */





/* 开始 - 结束 pick */
.el-date-editor .el-range-input {
  font-size: 0.13rem;
  color: #fff;
  background: #0046AE;
}

.el-date-editor .el-range-separator {
  font-size: 0.1rem;
  line-height: 0.24rem;
}

/* .el-date-editor .el-range__icon {
  font-size: 0.18rem;
  line-height: 0.24rem !important;
} */

.el-date-range-picker .el-picker-panel__body .el-date-table {
  font-size: 0.1rem !important;
}

.el-date-range-picker .el-picker-panel__body .el-date-table td span {
  width: 0.24rem !important;
  height: 0.25rem !important;
  line-height: 0.26rem !important;
  font-size: 0.13rem;
}

.el-date-range-picker .el-picker-panel__body .el-date-table td div {
  padding: 0 !important;
  width: 0.26rem !important;
  height: 0.26rem !important;
  line-height: 0.26rem !important;
  margin: 0 !important;
}

.el-date-range-picker {
  /*   width: 3.15rem; */
  width: 100%;
}

.el-date-range-picker__header div {
  font-size: 0.13rem;
  margin: 0 !important;
}

.el-date-range-picker .el-date-table td {
  width: 0.4rem;
  height: 0.3rem;
  padding: 0.04rem 0;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.el-date-range-picker .el-picker-panel__body .el-date-table {
  font-size: 0.1rem;
}

.el-date-range-picker {
  left: 0rem !important;
  /* min-width: 3.54rem !important; */
}

.el-date-range-picker .el-picker-panel__body {
  min-width: 3.54rem !important;
}
/* 级联日历：扩大间距，防止手指不好点 */
.el-date-range-picker .is-left .el-icon-d-arrow-left{
  margin-right: 0.12rem;
}
.el-date-range-picker .is-right .el-icon-d-arrow-right{
  margin-left: 0.12rem;
}
/* 普通日历：扩大间距，防止手指不好点 */
.el-date-picker .el-icon-d-arrow-left{
  margin-right: 0.12rem;
}
.el-date-picker .el-icon-d-arrow-right{
  margin-left: 0.12rem;
}


/* 普通 pick */
.el-date-picker {
  width: 3.42rem;
}

.el-date-picker .el-picker-panel__content {
  width: 3.1rem;
}


/*  */
.m_search_calendar {
  position: relative;
  font-size: 0.13rem;
  /* top: -0.2rem; */
  /* margin-top: 0.15rem; */
}

.m_calendar_pick_date {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #002562;
  font-weight: bold;
  top: 0.16rem;
  z-index: 9;
  background-color: #ebf1f9;
  font-size: 0.15rem;
  height: 0.34rem;
  line-height: 0.34rem;
}

.m_calendar_img {
  position: absolute;
  top: 0.1rem;
  right: 0.15rem;
  width: 0.12rem;
  transform: rotate(90deg);
  height: 0.12rem;
}

.m_search_calendar .m_calendar_pick_hide {
  width: 100%!important;
  height: 0.5rem;
  /* padding-top: 0.15rem; */
  display: block;
  margin: 0 auto;
}

.m_calendar_pick_hide  .popper__arrow {
  display: none;
}


.m_calendar_pick_hide  .el-picker-panel  {
  width: 3.45rem;
  top: 0.37rem!important;
}


.m_calendar_pick_hide {
  z-index: 19;
}

.m_calndar_info {
  background: #224397;
  border-radius: 5px;
  padding: 0.15rem;
  color: #fff;
  margin-bottom: 0.2rem;
}

.m_calendar_pick_hide .el-input__inner {
  border: none;
  background-color: rgba(0, 0, 0, 0) !important;
  opacity: 0;
}

.m_calendar_pick_hide .el-input__prefix,
.m_calendar_pick_hide .el-input__suffix {
  visibility: hidden;
}


.m_table_rt {
  font-weight: bold;
  font-size: 0.17rem;
  margin-top: 0.3rem;
  color: #0F45AE;
}

.m_select .el-input__icon {
  line-height: 0.36rem;
  position:relative;
  top: -0.044rem;
  color: #fff;
}
.m_select .el-input__suffix .el-select__caret {
    position:relative;
    top: 0rem;
}

.m_can_table_tt {
  color: #999;
  text-align: left;
  margin-top: 0.07rem;
}

.m_can_table_test {
  text-align: left;
}

.m_can_temp {
  line-height: 0.3rem;
}

.m_can_temp_w20 {
  height: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.m_can_temp_w80 {
  width: 100%;
  line-height: 0.2rem;
  margin-top: 0.05rem;
}

.m_can_point {
  width: 0.03rem;
  height: 0.03rem;
  border-radius: 0.03rem;
  margin-right: 0.05rem;
}

.m_can_point_purple {
  background-color: #CD6BFC;
}

.m_can_point_yellow {
  background-color: #FFC30A;
}

.m_can_point_blue {
  background-color: #1084F1;
}

.m_can_point_red {
  background-color: #DF0723;
}

/* 原油指数 */
.m_sci_info {
  font-size: 0.1rem;
  color: #666;
  font-weight: 400;
}


/* 下载：文章标题 日期 */
.m_content_list {
  font-size: 0.1rem;
  color: #333;
}

.m_list_items_nob {
  color: #666;
  font-weight: 400;
  font-size: 0.1rem;
  padding: 0.15rem;
  background-color: #fff;
  box-shadow: 0px 5px 10px 0px rgba(0, 50, 110, 0.1);
  border: 0.01rem #f4f4f4 solid;
}

.m_lists_ul {
  color: #666;
  font-weight: 400;
  font-size: 0.1rem;
  background-color: #fff;
  /* padding: 0.15rem; */
  /* box-shadow: 0px 5px 10px 0px rgba(0,50,110,0.1); */
  /* border: 0.01rem #f4f4f4 solid; */
}

.m_list_items {
  margin-top: 0.25rem;
  color: #666;
  font-weight: 400;
  font-size: 0.1rem;
}

.m_list_tt {
  font-size: 0.12rem;
  color: #224397;
  border-bottom: #ddd solid 0.01rem;
  padding-bottom: 0.1rem;
  margin-bottom: 0.1rem;
}

.m_list_i {
  border-bottom: #ddd dashed 0.01rem;
  padding-bottom: 0.1rem;
  margin-bottom: 0.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.m_sci_item:last-child {
  margin-bottom: unset;
  padding-bottom: unset;
  border-bottom: none;
}

.m_list_iTest {
  width: 2.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m_list_iDate {
  color: #999;
}

.m_list_more {
  text-align: center;
  margin-top: 0.05rem;
  display: inline-block;
  width: 100%;
}

.m_list_more a {
  color: #224397;
  font-weight: 400;
}

/* 原油指数 */
.m_table_operates {
  color: #224397;
  font-size: 0.1rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.m_table_operates a {
  color: #224397;
}

.m_chart_cont {
  width: 3.5rem;
  height: 3.2rem;
  background: #e9e9e9;
}

/* 公告通知 */
.m_list_point {
  display: inline-block;
  width: 0.03rem;
  height: 0.03rem;
  background-color: #666;
  border-radius: 0.3rem;
  margin-right: 0.05rem;
  position: relative;
  top: -0.022rem;
}

/* 20240607 - 导航字体 */
.m_text_info,
.m_text_icon {
  color: #333;
  /* font-size: 0.13rem; */
}

/* 20240611 - 正文内容，设置字体 */
.m_content_test * {
  font-size: 0.15rem !important;
  line-height: 0.26rem !important;
}

@media screen and (max-width: 750px) {
  .control {
    overflow: hidden;
  }

  /* 指引 */
  .m_content_test p {
    line-height: 0.28rem !important;
    font-size: 0.15rem !important;
    padding: 0 !important;
  }

  .m_flex_df {
    font-size: 0.08rem !important;
  }

  .m_sg_drawer_cont .msg_f_title {
    margin-top: 0;
  }

  .m_mb5 {
    margin-bottom: 0.05rem !important;
  }

  .el-date-range-picker__content {
    padding: 0.05rem;
  }

  /* 指引 */
  .m_content_test p {
    line-height: 0.25rem !important;
    padding: 0 !important;
  }

  .m_flex_df {
    font-size: 0.08rem !important;
  }

  .m_sg_drawer_cont .msg_f_title {
    margin-top: 0;
  }

  .m_mb5 {
    margin-bottom: 0.05rem !important;
  }

  .m_can_temp {
    margin-bottom: 0.05rem;
  }

}

.m_search_title {
  display: inline-block;
  margin-right: 0.05rem;
  width: 0.6rem;
}

.el-input--mini .el-input__inner {
  height: 0.34rem;
  background-color: #0046ae;
  color: #fff;
  font-size: 0.12rem;
}


/* 改写 viewerjs 按键样式 */
.viewer-toolbar>ul {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.viewer-toolbar>ul>li {
  margin-right: 0.1rem !important;
  margin-left: 0.1rem !important;
}
/* 隐藏模态框底部文件名称 */
.viewer-title {
  visibility: hidden;
}
[v-cloak] { display: none; }
/* 指引 */
.msg_label {
  font-size: 0.14rem;
  line-height: 0.26rem;
}
.msg_f_title {
  /* padding-top: 0.2rem; */
  /* 	margin-top: 0.15rem; */
  margin: 0.15rem 0;
  display: inline-block;
}
.msg_f_title,
.msg_f_title * {
  font-family: 宋体;
  color: rgb(1, 67, 128);
  /* 	margin-bottom: 0.05rem; */
}
.msg_f_info,
.msg_f_info * {
  font-family: Arial, sans-serif;
  color: rgb(85, 85, 85);
}
.m_font_thin {
  /* font-size: 0.09rem; */
  font-weight: 100;
  display: inline-block;
  transform: scale(1, 2);
  -ms-transform: scale(1, 2);
  -webkit-transform: scale(1, 2);
  -moz-transform: scale(1, 2);
  -o-transform: scale(1, 2);
}
.m_ilist_thin {
  position: relative;
  top: -0.01rem;
  font-size: 0.08rem;
  margin-left: 0.02rem;
}
.msg_flex_ {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.m_flex_df {
  /* width: 0.15rem; */
  width: 0.25rem;
  text-align: right;
}

.m_content_test a {
  font-size: 0.15rem !important;
  color: #224397;
}

@media screen and (max-width: 750px) {

  a,
  .m_dowload_file {
    color: rgb(0, 54, 118);
    cursor: pointer;
  }
  .text_info {
    color: #333; 
  }
  .el-table th.el-table__cell>div,
  .el-table td.el-table__cell>div {
    font-size: 0.13rem;
  }
  .m_pc_box {
    display:none !important;
  }
  .TRS_Editor a {
    width: 100%;
    /* display: inline-block; */
    word-wrap: break-word;
  }
  .TRS_Editor {
    font-size: 0.15rem;
  }

  .m_search_radio_grup .m_search_radio,
  .el-radio__label 
  {
    font-size: 0.13rem;
  }
  .m_content .m_search2 {
    display:flex;
    justify-content:space-around;
    align-items: center;
  }

  .el-table .el-table__header .el-table__cell {
    background-color: #0046AE;
    color:#fff;
  }
  .el-table__empty-text {
    font-size: 0.13rem;
  }


}



@media screen and (min-width: 750px) {
  .market_line {
    position: relative;
    padding: 0.125rem;
    font-weight: bold;
    color: 0.1125rem;
    text-align: center;
    color: #333333;
  }
  .market_line .el-link {
    position: absolute;
    top: 0.1563rem;
    right: 0.0625rem;
    z-index: 999;
  }
  /* 交易日历 */
  #home_calendar_cont {
    width: 3.62rem;
    height: 100%;
    background-size: 100% 100%;
  }
  #home_calendar_cont .el-calendar-table .el-calendar-day {
    height: 0.45rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #home_calendar_cont .el-calendar-table thead th {
    padding: 0.22rem 0;
    text-align: center;
  }
  #home_calendar_cont .el-calendar-table td {
    border: none;
  }
  /* 交易日历 */
  .text_detail_title {
    display: flex;
    align-items: center;
    margin-top: 0.1rem;
  }
  #calendar_temp .el-calendar-table .el-calendar-day {
    justify-content: unset;
    position: relative;
  }
  #calendar_temp .el-calendar-table .el-calendar-day > p {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .point_cont {
    width: 0.47rem;
    position: absolute;
    display: flex;
    justify-content: center;
    right: 10px;
    bottom: 0.04rem;
    left: 0;
  }
  .point_purple,
  .point_blue,
  .point_yellow,
  .point_red {
    width: 0.04rem;
    height: 0.044rem;
    border-radius: 50px;
    margin: 0.02rem;
  }
  .point_purple {
    background-color: #CD6BFC;
  }
  .point_blue {
    background-color: #1084f1;
  }
  .point_yellow {
    background-color: #FFC30A;
  }
  .point_red {
    background-color: #DF0723;
  }
  .text_detail_mr5 {
    margin-right: 0.15rem;
    /* margin-top: 0.1rem; */
  }
  .text_detail_content {
    margin-left: 0.0725rem;
  }
  /* 日历样式 */
  #home_calendar_cont .el-button {
    border: none;
    font-size: 0.094rem;
  }
  .table_cascader {
    position: relative;
  }
  .table_cascader .el-date-editor.el-input,
  .table_cascader .el-date-editor.el-input__inner {
    position: absolute;
    width: 0.9rem;
    left: 1.1rem;
    top: 0.79rem;
    transform: translateX(-50%);
    z-index: 10;
    opacity: 0;
  }
  .table_cascader .home_calendar_i .el-input__inner {
    cursor: pointer;
  }
  /* .table_cascader .home_calendar_i:hover,

.table_cascader .home_calendar_i .el-input__inner:hover{

  color: #3a8ee6;

  background-color: #ecf5ff;

} */
  .el-calendar-table .el-calendar-day {
    height: 46px;
  }
  .el-calendar__header {
    position: relative;
    padding: 0 20px 0.138rem 20px;
  }
  .el-calendar-table thead th {
    text-align: center;
  }
  .el-calendar-table tr td:first-child {
    border: unset;
  }
  .el-calendar-table td {
    border: unset;
  }
  .el-calendar__header .el-calendar__title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.2rem;
    font-weight: 900;
    z-index: 9;
  }
  .el-calendar__button-group {
    width: 100%;
    position: relative;
  }
  .el-calendar-table .el-calendar-day {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .el-calendar-table td.is-today {
    color: #333333;
  }
  .el-calendar-table td.is-selected {
    background-color: #224397;
    color: #fff;
    border-radius: 5px;
  }
  .el-calendar-table .el-calendar-day:hover {
    cursor: pointer;
    /* background-color: #224397; */
    color: #fff;
    border-radius: 5px;
  }
  .budge {
    width: 5px;
    height: 5px;
    border: 2px solid #DF0723;
    background: #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: -13px;
  }
  .el-button-group > .el-button:not(:first-child):not(:last-child) {
    display: none;
  }
  .el-button-group {
    width: 100%;
  }
  .el-button-group > .el-button:last-child {
    position: absolute;
    right: 0;
  }
  .demonstration {
    margin: 0 5px 0 20px;
  }
  .special_trade_item {
    position: relative;
    top: -63px;
  }
  .special_content_car p {
    line-height: 30px;
  }
  #home_calendar_cont .el-calendar-table td.is-selected {
    color: #fff;
    background-color: #0437ad;
    border-radius: 0.05rem;
  }
  #home_calendar_cont .el-calendar-table td:hover {
    color: #fff;
    background-color: #0437ad;
    border-radius: 0.05rem;
  }
  #home_calendar_cont .el-calendar-table .el-calendar-day:hover {
    background-color: unset;
  }
  #home_calendar_cont .el-calendar-table .el-calendar-day .calendar_p {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  #home_calendar_cont .is-selected .el-calendar-day .point_cont .point_red {
    background-color: #fff;
  }
  #home_calendar_cont .current .el-calendar-day:hover .point_cont .point_red {
    background-color: #fff;
  }
  /* 交易日历3 */
  .calendar_symbol_v {
    font-size: 0.12rem;
    top: -0.001rem;
    right: -0.02rem;
    position: relative;
    transform: scaleY(0.5);
    display: inline-block;
    font-weight: 200;
  }
  .calendar_symbol_l {
    font-size: 0.3rem;
    /* line-height: 0.6rem; */
    position: relative;
    top: -0.02rem;
  }
  .el-calendar__header {
    position: relative;
    /* padding: 0 20px; */
    padding: 0.1rem 0.1rem;
    border: none;
  }
  .el-calendar__body {
    padding: 0 20px;
  }
  .table_cascader .el-date-editor.el-input,
  .table_cascader .el-date-editor.el-input__inner {
    position: absolute;
    width: 1.5rem;
    left: 1.9rem;
    top: 0.2rem;
    transform: translateX(-50%);
    z-index: 10;
    opacity: 0;
  }
  .table_cascader .el-date-editor .el-input__inner {
	cursor: pointer;
  }
  .sqs_data_rl .table_cascader .el-date-editor.el-input {
    top: 0.1rem;
    left: 1.8rem;
  }
/*   .sqs_data_rl .el-calendar__header .el-button-group .calendar_symbol_l {
    display:flex;
    align-items: center;
  } */

  #home_calendar_cont .el-button-group .el-button {
    background-color: unset;
    font-size: 0.18rem;
  }
  #home_calendar_cont .el-button-group .el-button:hover {
    color: #409EFF;
    border-color: #c6e2ff;
    background-color: #ecf5ff;
  }


  

  .kx_index_table .el-table .el-table__header-wrapper thead.has-gutter tr th:nth-last-child(3),
  .kx_index_table .el-table .el-table__header-wrapper thead.has-gutter tr th:nth-last-child(3) div.cell p {
    text-align: right;
    padding-right: unset;
    border-right: unset !important;
  }

  .kx_index_table .el-table .el-table__header-wrapper thead.has-gutter tr th:nth-last-child(2),
  .kx_index_table .el-table .el-table__header-wrapper thead.has-gutter tr th:nth-last-child(2) div.cell p {
    text-align: left;
    padding-left: unset;
    border-left: unset !important;
  }


  .kx_index_table .el-table .el-table__header-wrapper thead tr th:nth-last-child(2),
  .kx_index_table .el-table .el-table__header-wrapper thead tr th:nth-last-child(2) div.cell p {
    text-align: right;
    padding-right: unset;
    border-right: unset !important;
  }

  .kx_index_table .el-table .el-table__header-wrapper thead tr th:nth-last-child(1),
  .kx_index_table .el-table .el-table__header-wrapper thead tr th:nth-last-child(1) div.cell p {
    text-align: left;
    padding-left: unset;
    border-left: unset !important;
  }



  .content_table td .cell div {
    line-height:0.32rem;
  }
  .calender_own .el-input__icon {
    line-height: 0.54rem;
  }

  .el-table td.el-table__cell div * {
      word-break:break-word;
  }

  
}
@media screen and (max-width: 750px) {
  .kx_index_table .el-table .el-table__header-wrapper thead tr th:nth-last-child(2),
  .kx_index_table .el-table .el-table__body-wrapper .el-table__body tbody tr th:nth-last-child(2) {
    text-align: right;
    padding-right: unset;
    border-right: unset !important;
  }
  .kx_index_table .el-table .el-table__header-wrapper thead tr th:nth-last-child(2) > div,
  .kx_index_table .el-table .el-table__body-wrapper .el-table__body tbody tr th:nth-last-child(2) > div {
    text-align: right;
    padding-right: unset;
  }
  .kx_index_table .el-table .el-table__header-wrapper thead tr th:nth-last-child(1) > div,
  .kx_index_table .el-table .el-table__body-wrapper .el-table__body tbody tr th:nth-last-child(1) > div {
    text-align: left;
    padding-left: unset;
  }
}

/*# sourceMappingURL=dailyData.css.map */
