<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 750px) {
  .m_mobile_box {
    font-size: 0.15rem;
    font-weight: 400;
    color: #333;
    background-color: #fff;
  }

  .m_mobile_box .m_top_img {
    width: 100%;
  }

  .m_mobile_box .m_top_img .m_img {
    width: 100%;
    height: 0.73rem;
  }

  .m_mobile_box .m_top {
    background-color: #F8FAFF;
    box-shadow: 0px 5px 10px 0px rgba(0, 45, 126, 0.05);
    padding: 0.2rem 0.15rem 0;
  }

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

  .m_mobile_box .m_top .m_nav .text_info,
  .m_mobile_box .m_top .m_nav .m_text_icon {
    font-size: 0.13rem;
  }

  .m_mobile_box .m_top .m_tab {
    font-size: 0.17rem;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    padding: 0.1rem 0;
  }

  .m_mobile_box .m_top .m_tab .m_tab_show {
    width: 50%;
    text-align: center;
  }

  .m_mobile_box .m_top .m_tab .m_tab-show1 {
    color: #224397;
  }

  .m_mobile_box .m_content {}

  .m_mobile_box .m_content .m_title1 {
    display: flex;
    align-items: center;
    margin-top: 0.2rem;
    padding: 0 0.15rem;
  }

  .m_mobile_box .m_content .m_title1 .m_title {
    font-size: 0.17rem;
    font-weight: bold;
    color: #224397;
  }

  .m_mobile_box .m_content .m_title1 .m_total {
    color: #999;
    font-size: 0.13rem;
    height: 0.17rem;
    line-height: 0.17rem;
    border-left: 1px solid #E1E8F7;
    padding-left: 0.1rem;
    margin-left: 0.1rem;
  }

  .m_mobile_box .m_content .m_testTable {
    padding: 0.1rem 0.15rem;
    margin-top: 0.1rem;
    margin-bottom: 0.2rem;
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 5px 10px 15px 0px rgba(185, 193, 212, 0.2), -5px -5px 10px 0px rgba(255, 255, 255, 0.85);
  }

  .m_more_message {
    padding: 0 0.15rem;
  }

  .m_mobile_box .m_content .m_testTable .m_testItem {
    border-bottom: 0.01rem solid #eee;
    padding: 0 0.15rem;
    max-height: 3.45rem;
    min-height: 2rem;
    overflow-y: auto;
  }

  .m_mobile_box .m_content .m_testTable .m_testItem .m_testTable_item:nth-child(2n) {
    background-color: #fff;
  }

  .m_mobile_box .m_content .m_testTable .m_testItem .m_testTable_item:nth-child(2n+1) {
    background: rgba(15, 69, 174, 0.05);

  }

  .m_mobile_box .m_content .m_testTable .m_testItem .m_testTable_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #666;
    border-radius: 0.05rem;
    box-sizing: border-box;
  }

  .m_mobile_box .m_content .m_testTable .m_testItem .m_testTable_item .m_tItem {
    /* flex: 1; */
    width: 1rem;
    padding-left: 0.15rem;
    font-weight: bold;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
  }

  .m_mobile_box .m_content .m_testTable .m_testItem .m_testTable_item .m_tItem1 {
    width: 2.13rem;
    padding-left: 0.15rem;
    line-height: 0.18rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    border-left: 0.03rem solid #fff;
    box-sizing: border-box;
  }

  .m_mobile_box .m_content .m_testTable .m_testname {
    font-size: 0.15rem;
    margin: 0.09rem 0.2rem 0;
    color: #999;
  }

  .m_mobile_box .m_content .m_testTable .m_testHistory {
    margin-top: 0.15rem;
    padding-right: 0.16rem;
    text-align: right;
  }

  .m_mobile_box .m_content .m_testTable .m_testHistory a {
    color: #224397;
  }

  .m_mobile_box .m_content .m_more_message .m_title {
    font-size: 0.17rem;
    font-weight: bold;
    color: #224397;
    margin-bottom: 0.1rem;
  }

  .m_mobile_box .m_content .m_more_message .m_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 0.1rem;
  }

  .m_mobile_box .m_content .m_more_message .m_items .m_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 0.440rem;
    background: #FAFBFF;
    padding-left: 0.05em;
    box-shadow: 9px 6px 10px 0px rgb(185 193 212 / 20%), -5px -5px 10px 0px rgb(255 255 255 / 85%);
    margin-top: 0.1rem;
    margin-right: 0.15rem;
    margin-right: 0.1rem;
    width: calc(33% - 0.1rem);
    padding-right: 0.05rem;
  }

  .m_mobile_box .m_content .m_more_message .m_items .m_item .m_first {
    display: flex;
    align-items: center;
    margin-left: 0.06rem;
  }

  .m_mobile_box .m_content .m_more_message .m_items .m_item .m_first img {
    width: 0.14rem;
    height: 0.14rem;
  }

  .m_mobile_box .m_content .m_more_message .m_items .m_item .m_first .m_test a {
    color: #333;
    font-size: 0.12rem;
    font-weight: bold;
    padding-left: 0.05rem;
  }

  .m_mobile_box .m_content .m_more_message .m_items .m_item a {
    color: #224397;
  }

  .m_mobile_box .m_content .m_content1 {
    padding: 0.15rem 0.15rem 0.1rem;
    box-shadow: 0px 20px 10px 0px rgb(0 45 126 / 5%), -5px -5px 10px 0px rgb(255 255 255 / 100%)
  }

  .m_report_content .m_export_btn {
    margin-bottom: 0rem !important;
  }

  .m_report_content .m_export_excell:nth-child(even) {
    margin-right: unset !important;
  }


  .m_report_content .m_export_excell {
    font-size: 0.12rem;
  }

  .m_report_content&gt;a {
    font-size: 0.12rem !important;
  }


  .m_mobile_box .m_content .m_buss .m_buss_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.1rem 0;
  }

  .m_mobile_box .m_content .m_buss .m_buss_top .m_title {
    font-size: 0.17rem;
    font-weight: bold;
    color: #224397;
  }

  .m_mobile_box .m_content .m_buss .m_title_1 {
    color: #333;
    font-weight: bold;
    font-size: 0.15rem;
  }

  .m_mobile_box .m_content .m_buss .m_title-2 {
    font-size: 0.13rem;
    color: #999;
    margin: 0.1rem 0;
  }

  .m_mobile_box .m_content .m_buss .m_title-2 .m_title2_span {
    padding-right: 0.1rem;
    border-right: 0.01rem solid #eee;
    margin-right: 0.1rem;
  }

  .m_mobile_box .m_content .m_buss .m_search_more {
    background-color: rgba(254, 174, 118, 0.1);
    color: #666;
    font-size: 0.13rem;
    padding: 0.05rem 0.15rem;
    border-radius: 0.06rem;
  }

  .m_mobile_box .m_content .m_buss .m_search_more .m_sTop {
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .m_mobile_box .m_content .m_buss .m_search_more .m_sTop .m_icon11 {
    font-size: 0.15rem;
    color: #224397;
  }

  .m_mobile_box .m_content .m_buss .m_search_more .m_text_main {
    height: 0.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .m_mobile_box .m_content .m_table {
    width: 3.45rem;
  }

  .m_mobile_box .m_content .m_table .m_header_row {
    font-size: 0.15rem;
    border-radius: 0.05rem;
  }

  .m_mobile_box .m_content .m_table .el-table__header .el-table__cell {
    padding: 0;
  }

  .m_mobile_box .m_content .m_table .el-table__header-wrapper {
    border-radius: 0.05rem;
  }

  .m_mobile_box .m_content .m_table tbody {
    font-size: 0.15rem;
    color: #333;
  }

  .m_mobile_box .m_content .m_table tbody .el-table__row {
    height: 0.3rem;
    line-height: 0.3rem;
    border-radius: 0.05rem !important;
  }

  .m_mobile_box .m_content .m_table tbody .el-table__row .el-table__cell {
    padding: 0;
  }

  .m_mobile_box .m_content .m_table .el-table__body tr.el-table__row:nth-child(even) {
    background-color: rgba(15, 69, 174, 0.05);
    /* 濂囨暟琛岃儗鏅壊 */
  }

  .m_mobile_box .m_content .m_table .el-table__body tr.el-table__row:nth-child(even) .el-table__cell {
    background-color: rgba(15, 69, 174, 0.05);
  }

  .m_mobile_box .m_content .m_table .el-table__body tr.el-table__row:nth-child(odd) {
    background-color: #fff;
    /* 鍋舵暟琛岃儗鏅壊 */
  }

  .m_mobile_box .m_content .m_table .el-table__body tr.el-table__row:nth-child(odd) .el-table__cell {
    background-color: #fff;
  }

  .m_mobile_box .m_content .m_exmore {
    border-top: 1px solid #eee;
    padding-top: 0.1rem;
    display: flex;
    justify-content: end;
    align-items: center;
    color: #224397;
    font-size: 0.15rem;
  }

  .m_mobile_box .m_content .m_exmore span {
    margin-left: 0.2rem;
  }

  .m_mobile_box .m_content .m_select {
    width: 1.3rem;
    height: 0.3rem;
  }

  .m_mobile_box .m_content .m_select .el-input__inner {
    font-size: 0.13rem;
    color: #333;
    border-radius: 0.05rem;
    height: 0.3rem;
    line-height: 0.3rem;
    padding-left: 0.1rem;
  }

  .m_mobile_box .m_content .m_select .el-input .el-select__caret {
    font-size: 0.15rem;
    color: #224397;
  }

  .m_mobile_box .m_content .m_select .el-input__icon {
    width: 0.15rem;
    line-height: 0.3rem;
  }

  .m_mobile_box .m_content .m_select .el-input--suffix .el-input__inner {
    padding-right: 0.15rem;
  }

  .m_mobile_box .m_content .m_title-gray {
    font-size: 0.13rem;
    color: #999;
    margin: 0.1rem 0;
  }

  .m_mobile_box .m_green {
    color: #40B540;
  }

  .m_mobile_box .m_red {
    color: #E93D17;
  }

  .m_mobile_box .m_other {
    margin-bottom: 0.2rem;
    margin-top: 0.15rem;
    padding: 0.15rem 0.15rem 0;
  }

  .m_mobile_box .m_other .m_title {
    font-size: 0.17rem;
    font-weight: bold;
    color: #224397;
  }

  .m_mobile_box .m_other .m_otehr_itemImg {
    position: relative;
  }

  .more_message p {
    line-height: 0.25rem;
    font-size: 0.13rem;
  }

  .m_mobile_box .m_other .m_otehr_itemImg .m_otehr_text {
    position: absolute;
    bottom: 0.2rem;
    left: 0.05rem;
    font-size: 0.15rem;
    color: #fff;
  }

  .m_mobile_box .m_other .m_otehr_itemImg .m_otehr_text1 {
    position: absolute;
    bottom: 0.05rem;
    left: 0.05rem;
    font-size: 0.13rem;
    color: rgba(255, 255, 255, 0.45);
  }

  .m_mobile_box .m_other .m_other_item {
    display: flex;
    margin-top: 0.1rem;
    overflow-x: auto;
    padding-bottom: 0.05rem;
  }

  .m_mobile_box .m_other .m_other_item .m_other_img {
    height: 1.57rem;
    width: 0.98rem;
    margin-right: 0.1rem;
  }

  .m_font_thin {

    transform: scale(1, 1.5);
    font-size: 0.13rem;
    position: relative;
    color: #224397;
    top: -0.01216rem;
    display: inline-flex;

  }

  .m_text_aicon {
    transform: scale(1, 1.6);
    font-size: 0.13rem;
    position: relative;
    top: 0rem;
    color: #224397;
  }

  .m_more_message {
    position: relative;
  }

  .expend_btn {
    position: absolute;
    top: 0.0913rem;
    right: 0.1rem;
    z-index: 99;
    font-family: MicrosoftYaHei;
    color: #0f45ae;
    cursor: pointer;
  }

  .m_arrow_up {
    transform: rotateZ(180deg);
    position: relative;
    right: 0.02rem;
    top: -0.01rem;
  }

  .m_div_memo_height {
    height: 100%;
  }

  .m_promemo_box {
    height: 0.9rem;
    overflow: hidden;
  }

  .el-select-dropdown__item.selected {
    color: #224397 !important;
  }

  .el-select-dropdown__item {
    font-size: 0.13rem;
  }

  .el-range-editor.is-active,
  .el-range-editor.is-active:hover,
  .el-select .el-input.is-focus .el-input__inner {
    border-color: #C0C4CC;
  }

  .el-select .el-input__inner:focus {
    border-color: #C0C4CC;
  }
}

/*# sourceMappingURL=m_product_futures.css.map */</pre></body></html>