@charset "UTF-8";
/* <!-- 仅适配手机设备 小于750px  --> */
@media screen and (max-width: 768px) {
  .phone-show {
    display: block !important;
  }
  .phone-hide {
    display: none !important;
  }
  .ipad-only {
    display: none !important;
  }
  .pc-only {
    display: none !important;
  }
  .phone-only {
    display: block !important;
  }
  .mf-header {
    top: -1;
  }
  .mf-header .nav-item {
    width: 100%;
    display: block;
    position: relative;
  }
  .mf-header .nav-item .mf-arrow-right-img-white:after {
    right: 0;
  }
  .goodpatch-pricing-table-filter .l-search {
    padding: 0 0;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .goodpatch-pricing-table-filter .l-search .l-left {
    display: flex;
    align-items: center;
    flex: 1;
    margin: 24px 0;
    margin-right: 0;
    gap: 24px;
  }
  .goodpatch-pricing-table-filter .l-search .l-title {
    margin-right: 0;
  }
  .goodpatch-pricing-table-filter .l-search .l-right {
    flex: 1;
  }
  .goodpatch-pricing-table-filter .l-search .l-right .l-input {
    flex: 1;
    margin-right: 12px;
  }
  .goodpatch-pricing-table-filter .l-search .l-right .l-input .search-input {
    flex: 1;
    margin-right: 6px;
  }
  .goodpatch-pricing-table-filter .l-list {
    padding: 8px;
    border-radius: 6px;
    background: #FFF;
    margin-top: 0;
  }
  .goodpatch-pricing-table-filter .l-list .l-filter {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .goodpatch-pricing-table-filter .l-list .l-filter .l-title {
    cursor: none;
    display: flex;
    padding: 11px 10px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0px;
    flex: 1 0 0;
    align-self: stretch;
  }
  .goodpatch-pricing-table-filter .l-list .l-filter .l-title span {
    text-align: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 8.4px */
    opacity: 0.6;
  }
  .goodpatch-pricing-table-filter .l-list .l-filter .l-title:nth-child(1) {
    flex: 2;
  }
  .goodpatch-pricing-table-filter .l-list .l-filter .active {
    background: var(--text, #12225C);
    /* 14px */
  }
  .goodpatch-pricing-table-filter .l-list .l-filter .active span {
    color: var(--white, #FFF);
    font-family: "Noto Sans JP";
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    opacity: 0.99;
  }
  .goodpatch-pricing-table-filter .l-list .list-box1 {
    min-height: 250px;
    padding: 8px 0;
    gap: 0px 16px;
    display: grid;
    grid-template-columns: 1fr;
  }
  .goodpatch-pricing-table-filter .l-list .list-box1 .list-item {
    display: flex;
    padding: 8px 0;
  }
  .goodpatch-pricing-table-filter .l-list .list-box1 .list-item .item-header {
    display: flex;
    align-items: center;
  }
  .goodpatch-pricing-table-filter .l-list .list-box1 .list-item .item-header .item1-img {
    width: 52px;
    margin-right: 12px;
  }
  .goodpatch-pricing-table-filter .l-list .list-box1 .list-item .item-header span {
    color: #12225C;
    font-family: "Albert Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 16px */
  }
  .goodpatch-pricing-table-filter .l-list .list-box1 .list-item .item-echart {
    width: 100%;
    height: 100%;
  }
  .goodpatch-pricing-table-filter .l-list .list-header2 {
    padding: 10px 0px;
    gap: 10px;
    margin: 0 6px;
    border-bottom: 1px solid var(--divider, #DDD);
    margin-top: 16px;
  }
  .goodpatch-pricing-table-filter .l-list .list-header2 .l-title {
    flex: 1;
    font-family: "Noto Sans JP";
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 10px */
    white-space: nowrap;
    max-width: 64px;
  }
  .goodpatch-pricing-table-filter .l-list .list-header2 .l-title:nth-child(1) {
    max-width: 82px;
  }
  .goodpatch-pricing-table-filter .l-list .list-header2 .l-title:last-child {
    margin-right: 10px;
  }
  .goodpatch-pricing-table-filter .l-list .list-box2 {
    min-height: 250px;
  }
  .goodpatch-pricing-table-filter .l-list .list-box2 .list-item {
    display: flex;
    padding: 12px 0px;
    gap: 10px;
    margin: 0 6px;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid var(--divider, #DDD);
    word-break: break-all;
  }
  .goodpatch-pricing-table-filter .l-list .list-box2 .list-item .item1 {
    gap: 9px;
    height: auto;
    flex-wrap: wrap;
    max-width: 82px;
  }
  .goodpatch-pricing-table-filter .l-list .list-box2 .list-item .item1 .fx {
    color: #12225C;
    font-family: "Albert Sans";
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-right: 4px;
    min-width: 0px;
    /* 10px */
  }
  .goodpatch-pricing-table-filter .l-list .list-box2 .list-item .item1 .item1-img {
    width: 34px;
    flex-shrink: 0;
    margin: 0;
  }
  .goodpatch-pricing-table-filter .l-list .list-box2 .list-item .item1 .text1 {
    color: #12225C;
    font-family: "Albert Sans";
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 12px */
  }
  .goodpatch-pricing-table-filter .l-list .list-box2 .list-item .item2 {
    max-width: 64px;
    display: flex;
    align-items: center;
  }
  .goodpatch-pricing-table-filter .l-list .list-box2 .list-item .item2 span {
    color: #193BB3;
    font-family: "Albert Sans";
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    opacity: 0.99;
  }
  .goodpatch-pricing-table-filter .l-list .list-box2 .list-item .item3 {
    max-width: 64px;
    display: flex;
    align-items: center;
  }
  .goodpatch-pricing-table-filter .l-list .list-box2 .list-item .item3 span {
    color: #E34D07;
    text-align: right;
    font-family: "Albert Sans";
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    opacity: 0.99;
  }
  .goodpatch-pricing-table-filter .l-list .list-box2 .list-item .item4 {
    max-width: 64px;
    display: flex;
    align-items: center;
  }
  .goodpatch-pricing-table-filter .l-list .list-box2 .list-item .item4 span {
    color: #333;
    text-align: center;
    font-family: "Albert Sans";
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    opacity: 0.99;
  }
  .goodpatch-pricing-table-filter .l-list .list-box2 .list-item .item5 {
    display: flex;
    align-items: center;
    max-width: 64px;
  }
  .goodpatch-pricing-table-filter .l-list .list-box2 .list-item .item5 svg {
    margin-right: 2;
    width: 10px;
    height: 10px;
  }
  .goodpatch-pricing-table-filter .l-list .list-box2 .list-item .item5 span {
    color: #333;
    text-align: center;
    font-family: "Albert Sans";
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    opacity: 0.99;
  }
  .goodpatch-pricing-table-filter .l-list .list-box3 {
    min-height: 250px;
  }
  .goodpatch-pricing-table-filter .l-list .list-box3 .list-item {
    display: flex;
    padding: 12px 8px;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    height: 66px;
  }
  .goodpatch-pricing-table-filter .l-list .list-box3 .list-item .item1 {
    gap: 0;
    margin-right: 0;
    width: 60px;
    flex-wrap: wrap;
  }
  .goodpatch-pricing-table-filter .l-list .list-box3 .list-item .item1 .fx {
    color: #12225C;
    font-family: "Albert Sans";
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-right: 6px;
    min-width: 0px;
  }
  .goodpatch-pricing-table-filter .l-list .list-box3 .list-item .item1 .item1-img {
    width: 36.089px;
    margin: 0;
  }
  .goodpatch-pricing-table-filter .l-list .list-box3 .list-item .item1 .text1 {
    width: 100%;
    color: #12225C;
    font-family: "Albert Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 12px */
    /* 16px */
    margin-top: 8px;
  }
  .goodpatch-pricing-table-filter .l-list .list-box3 .list-item .item2 {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .goodpatch-pricing-table-filter .l-list .list-box3 .list-item .item2 .i-number {
    color: #06154F;
    font-family: "Albert Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 14px */
    /* 16px */
  }
  .goodpatch-pricing-table-filter .l-list .list-box3 .list-item .item2 .i-unit {
    color: #06154F;
    font-family: "Albert Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 14px */
  }
  .goodpatch-pricing-table-filter .l-list .list-header3 {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px;
  }
  .goodpatch-pricing-table-filter .l-list .list-header3 .l-tabs {
    display: flex;
    align-items: center;
  }
  .goodpatch-pricing-table-filter .l-list .list-header3 .l-tab {
    cursor: pointer;
    display: flex;
    padding: 14px 12px 10px 12px;
    width: auto;
    height: auto;
    gap: 0;
    border-radius: 6px 6px 0 0;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #919191;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 12px */
  }
  .goodpatch-pricing-table-filter .l-list .list-header3 .active {
    border-top-color: #DDD;
    border-right-color: #DDD;
    border-left-color: #DDD;
    background: #FFF;
    color: var(--text, #12225C);
    /* 14px */
    font-family: "Albert Sans";
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 12px */
    letter-spacing: 1.2px;
    text-transform: uppercase;
  }
  .goodpatch-pricing-table-filter .l-list .list-header3 .l-dot {
    display: flex;
    align-items: center;
  }
  .goodpatch-pricing-table-filter .l-list .list-header3 .l-dot .dot1 {
    width: 14px;
    height: 4px;
    border-radius: 4px;
    background: #1B3CB4;
    margin-left: 2px;
    margin-right: 2px;
  }
  .goodpatch-pricing-table-filter .l-list .list-header3 .l-dot .dot2 {
    width: 10px;
    height: 3px;
    border-radius: 100px;
    background: #F76039;
    margin-left: 6px;
    margin-right: 2px;
  }
  .goodpatch-pricing-table-filter .l-list .list-header3 .l-dot span {
    color: #12225C;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.2px;
  }
  .goodpatch-pricing-table-filter .l-list .t-line {
    margin: 0 4px;
    margin-top: -5px;
  }
  .echart-tooltip-title {
    font-size: 14px;
  }
  .echart-tooltip {
    font-size: 12px;
  }
  .echart-tooltip .echart-tooltip-label {
    margin-top: 0px;
    margin-right: 10px;
  }
  .funkec .filterdialog .dialogrow .right .radiowrap label {
    color: var(--text2, #333);
    font-family: "Albert Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 12px */
  }
  .funkec .filterdialog .dialogrow .right .radiowrap label {
    margin-left: 2px;
  }
  .funkec .filterdialog .high-box .right .radiowrap {
    width: 50%;
    margin-right: 0;
  }
  .funkec .filterdialog .bank-box .right .radiowrap {
    width: 50%;
    margin-right: 0;
  }
  .mf-account {
    padding: 22px 20px;
    padding-top: 0px;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    margin: 0 1.25rem;
  }
  .mf-account .mf-account-box {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    margin-right: 0;
  }
  .mf-account .mf-account-img {
    width: 70px;
    height: 70px;
    margin-top: 20px;
  }
  .mf-account .mf-account-text {
    font-size: 16px;
    text-align: right;
    align-items: center;
  }
  .mf-account .mf-account-text .liushi {
    font-size: 32px;
    text-align: center;
  }
  .mf-account .mf-account-text .ko {
    font-weight: bold;
    font-size: 28px;
  }
  .mf-account .mf-account-text .kotext {
    font-size: 28px;
  }
  .mf-account .mf-text-img {
    height: 80px;
    width: 100px;
  }
  .mf-header-nav {
    top: 5.38rem;
  }
  .mf-kongzuo {
    bottom: 20rem;
  }
  .g-go-to-top-show {
    transform: translateY(calc(100% - 240px));
  }
  .mf-header .my-header-log {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .mf-header .storex-log {
    height: 0.62rem;
  }
  .mf-header .fopex-img {
    height: 0.6rem;
  }
  .mf-header .storex-img {
    height: 1.5rem;
    width: 10rem;
  }
  .mf-header .kzks {
    height: 3.13rem;
    font-size: 0.75rem;
  }
  .mf-header .menu-img {
    height: 0.9rem;
    width: 0.9rem;
  }
  .mf-header .navbar-toggler {
    height: 3.13rem;
  }
  .mf-header .menu-img-box {
    padding: 0 0.75rem;
    height: 3.13rem;
  }
  .mf-header .nav-item .nav-item-text {
    padding: 1.2rem 0;
  }
  .iframe-tab {
    height: 74px;
  }
}
@media screen and (max-width: 768px) and (max-width: 1025px) {
  .iframe-tab {
    height: 164px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .iframe-tab {
    height: 152px;
  }
}
@media screen and (max-width: 768px) and (max-width: 440px) {
  .iframe-tab {
    height: 132px;
  }
}
@media screen and (max-width: 768px) {
  .sp-dropdown .dropdown-menu {
    position: absolute;
    width: 100%;
  }
  .sp-dropdown .dropdown-menu li {
    margin-bottom: 0.6rem;
  }
  .l201-3 {
    margin: 0 1.25rem;
  }
  .l201-3 .mf-btn {
    display: flex;
    justify-content: center;
  }
  .l201-3 .mf-btn .mf-common-button {
    width: 13.56rem;
  }
  .setp-list {
    flex-direction: column;
  }
  .setp-list .setp-list-item {
    padding: 1rem 0rem;
    width: 100%;
  }
  .setp-list .temp-right {
    margin: 1.88rem;
    transform: rotate(90deg);
  }
  .mySwiper-bottom .swiper-slide {
    width: 3.75rem !important;
    height: 3.75rem !important;
  }
  .mf-footer-5-color {
    flex: 1;
  }
  .l107-com .pr-30rem {
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
    margin-top: 1.5rem;
  }
  .l107-img-reser-img {
    width: 100%;
  }
  .mf-footer-rules {
    padding: 2.31rem 1.25rem 10rem;
  }
  .mf-footer-rules .tips {
    margin-top: 7.6rem;
  }
  .mf-footer-rules .tips div {
    margin: 1.3rem 0;
  }
  .why-us-img {
    height: 7.5rem;
    width: 100%;
  }
  .l105-3 .mf-common-header-line {
    margin-top: 0 !important;
  }
  .l105-comtent-list {
    margin-top: 2rem;
    margin-bottom: 6rem;
  }
  .l105-comtent-list-item {
    width: 100%;
    margin-right: 0;
  }
  .l105-7 {
    margin-top: 0 !important;
  }
  .l105-7 .mf-common-header-line-left {
    margin-top: 0 !important;
  }
  .l107-1 {
    margin-top: 0 !important;
  }
  .l107-1 .mf-common-header-line-left {
    margin-top: 0 !important;
  }
  .l107-1 .mf-common-header-line {
    margin-top: 0 !important;
  }
  .l107-2 {
    margin-top: 0 !important;
  }
  .l107-2 .mf-common-header-line-left {
    margin-top: 0 !important;
  }
  .l107-2 .mf-common-header-line {
    margin-top: 0 !important;
  }
  .l107-4 {
    margin-top: 0 !important;
  }
  .l107-4 .mf-common-header-line-left {
    margin-top: 0 !important;
  }
  .l107-4 .mf-common-header-line {
    margin-top: 0 !important;
  }
  .l105-3 .l105-comtent-list {
    margin-bottom: 1.8rem;
  }
  .l105-6 {
    margin-top: 0 !important;
  }
  .l105-8 .mf-common-header-line-right {
    margin-top: 2rem !important;
  }
  .l105-8 .mf-common-header-line {
    padding-bottom: 0 !important;
  }
  .l105-8 .list .list-item:last-child {
    margin-bottom: 0 !important;
  }
  .l105-8 .list .list-item:last-child .mb-25rem {
    margin-bottom: 1.8rem !important;
  }
  .mf-footer-provide .list {
    display: flex;
    align-items: center;
    margin-top: 0;
    flex-wrap: wrap;
  }
  .mf-footer-provide .list .list-li {
    margin-right: 10px;
    margin-top: 15px;
  }
  .mf-footer-provide .list .img-provide {
    width: 100%;
    height: auto;
  }
  .mf-footer-60fen .mf-footer-60fen-img {
    height: 1.5rem;
  }
  .mf-footer-60fen .mf-footer-60fen-btn {
    width: 2.5rem;
  }
  .mf-numberone {
    padding: 0 1.25rem;
    background-position: center top;
  }
  .mf-numberone .content {
    padding-top: 2.69rem;
  }
  .mf-numberone ul {
    padding-left: 0;
  }
  .mf-reason {
    padding: 6.25rem 1.25rem 1rem;
  }
  .mf-reason .mf-reason-header .logo {
    height: 2.25rem;
  }
  .mf-reason .mf-step .phone-show > div {
    background: url("../images/reason-phone-bk.png");
    background-size: cover;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .mf-part1 {
    padding: 0 1.25rem;
  }
  .mf-part1 .phone-top {
    height: 33.75rem;
    padding: 3.31rem 1.25rem;
    background: url("../images/part1-sp-bk.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
  }
  .mf-part1 .phone-top .content {
    height: 100%;
  }
  .mf-part1 .swiper {
    height: 19rem;
  }
  .mf-part1 .swiper-slide {
    text-align: center;
    margin: 0 auto;
    width: 17.5rem;
    height: 17.5rem;
  }
  .mf-part1 .swiper-pagination-bullet {
    width: 0.75rem;
    height: 0.75rem;
    background: #fff;
    opacity: 1;
  }
  .mf-part1 .swiper-pagination-bullet-active {
    background: #fe710d;
  }
  .mf-part2 {
    padding: 0 1.25rem;
  }
  .mf-part2 .phone-show > div .content {
    background-image: url("../images/part2-bg.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 2.4rem 1.25rem;
  }
  .mf-part3 {
    padding: 0 1.25rem;
  }
  .mf-part3 .swiper-top {
    height: 30.56rem;
    background: url("../images/part3-bg1.webp") no-repeat;
    background-size: cover;
  }
  .mf-part3 .swiper {
    height: 33rem;
    position: relative;
    top: -7.5rem;
  }
  .mf-part3 .swiper-slide {
    text-align: center;
    margin: 0 0.3rem;
    padding: 0 1.25rem 3rem;
    width: 17.31rem;
    height: 30rem;
  }
  .mf-part3 .swiper-slide:first-child {
    background: url("../images/part3-bg2.webp") no-repeat;
    background-position: bottom;
    background-size: 100% 22rem;
  }
  .mf-part3 .swiper-slide:nth-child(2) {
    background: url("../images/part3-bg3.webp") no-repeat;
    background-position: bottom;
    background-size: 100% 22rem;
  }
  .mf-part3 .swiper-slide:nth-child(3) {
    background: url("../images/part3-bg4.webp") no-repeat;
    background-position: bottom;
    background-size: 100% 22rem;
  }
  .mf-part3 .swiper-slide img {
    width: 100%;
  }
  .mf-part3 .swiper-pagination-bullet {
    width: 0.75rem;
    height: 0.75rem;
    background: #fff;
    opacity: 1;
  }
  .mf-part3 .swiper-pagination-bullet-active {
    background: #fe710d;
  }
  .mf-account-bg {
    padding: 1.25rem;
    margin: 0 1.25rem;
    justify-content: center;
  }
  .mf-account-bg .btn-box1 {
    width: 100%;
    display: block;
  }
  .mf-account-bg .btn-box1 > div {
    width: 13.56rem;
    margin: 1.3rem auto;
  }
  .mf-account-bg .img-fluid {
    height: 3.83rem;
  }
  .duan60f .duan60f-top-text {
    font-size: 0.8rem;
  }
  .duan60f .duan60f-top-text .f60f {
    font-size: 1.38rem;
  }
  .duan60f .duan60f-bott-text {
    font-size: 1.13rem;
  }
  .duan60f .duan60f-bott-text .f60f {
    font-size: 1.75rem;
  }
  .mf-footer-60fen-box {
    margin-right: 3rem !important;
  }
  .mf-ratio {
    margin-top: -6rem;
    padding: 3.4rem 1.25rem 3rem;
  }
  .l216-1 .mf-common-header-line {
    margin-top: 0 !important;
  }
  .l216-1 .mf-common-header-line-left {
    margin-top: 1rem !important;
  }
  .l216-1 .mf-common-header-line-right {
    margin-top: 6rem !important;
  }
  .l216-1 .l105-comtent-list {
    margin-top: 0 !important;
  }
  .l216-3 {
    padding-bottom: 0;
    padding-top: 0;
  }
  .l216-3 .mf-common-header-content {
    padding: 0;
  }
  .l216-2 {
    padding-bottom: 5rem;
  }
  .l216-2 .temp-list {
    margin-top: 3.5rem !important;
  }
  .l216-2 .temp-list .temp-list-item {
    margin-right: 0;
  }
  .l216-2 .temp-list .temp-list-item .temp-img {
    width: 100%;
    min-width: 15rem;
    height: 9rem;
  }
  .mf-market {
    padding: 0 1.25rem 3.75rem;
  }
  .mf-market .mf-market-sp-content .mf-market-item {
    width: calc(50% - 0.6rem);
    margin-right: 0.6rem;
    margin-bottom: 2.5rem;
  }
  .mf-market .mf-market-sp-content .mf-market-item:nth-child(2n) {
    margin-right: 0;
  }
  .mf-market .tabs > div {
    height: 3.5rem;
    line-height: 3.5rem;
    border-radius: 1.75rem 1.75rem 1.75rem 1.75rem;
    background: #12225c;
    margin-right: 0.6rem;
  }
  .mf-market .tabs > div:last-child {
    margin-right: 0;
  }
  .mf-market .tabs > div.active {
    background: linear-gradient(90deg, #0954b5 0%, #12225c 100%);
  }
  .mf-part4 {
    padding: 1.25rem;
  }
  .mf-part4 .part4-sp-item {
    background: #040d31;
    margin-bottom: 0.6rem;
  }
  .mf-part4 .part4-sp-item .content {
    padding: 1.25rem;
  }
  .mf-part4 .part4-sp-item img {
    width: 100%;
    height: 11.56rem;
  }
  .mf-part5 {
    padding: 1.25rem;
  }
  .mf-part5 .mf-flex-row-justify-between > div:not(:nth-child(2n)) {
    margin-right: 0.6rem;
  }
  .mf-part5 .part5-sp-item {
    background: #040d31;
    margin-bottom: 0.6rem;
  }
  .mf-part5 .part5-sp-item .content {
    padding: 1.25rem;
  }
  .mf-part6 {
    padding: 1.25rem;
  }
  .mf-part6 .part6-sp-item {
    margin-bottom: 1.88rem;
  }
  .l103-0 .header-btn {
    width: 100%;
  }
  .l103-0 .header-btn a {
    font-size: 0.9rem !important;
    white-space: normal !important;
    padding: 0 1rem !important;
  }
  .l103-0 .mf-common-header-content-left {
    position: relative;
  }
  .l103-0 .mf-common-header-content-left .mf-common-header-title {
    position: absolute;
  }
  .l103-0 .mf-common-header-content-left .mf-common-header-content {
    margin-top: 10rem;
  }
  .l105-1 .mf-common-header-content-left {
    height: 24rem;
  }
  .l105-1 .mf-common-header-content-left .mf-common-header-content {
    position: absolute;
    right: 1.25rem;
    left: 1.25rem;
  }
  .l105-2 .duan60f .img-fluid {
    margin: 0 auto !important;
    margin-bottom: 1rem !important;
  }
  .l216-3 .duan60f .img-fluid {
    margin: 0 auto !important;
    margin-bottom: 1rem !important;
  }
  .l216-3 .mf-common-button {
    width: 80%;
  }
  .l106-1 .mf-common-header-content-left {
    height: 18rem;
  }
  .l106-1 .mf-common-header-content-left .mf-common-header-content {
    position: absolute;
    right: 1.25rem;
    left: 1.25rem;
  }
  .l107-0 .mf-common-header-content-left {
    height: 20rem;
    position: relative;
  }
  .l107-0 .mf-common-header-content-left .mf-common-header-title {
    position: absolute;
    width: 90vw;
  }
  .l107-0 .mf-common-header-content-left .mf-common-header-content {
    position: absolute;
    top: 10rem;
    left: 0;
    width: 90vw;
    right: 1.5rem;
  }
  .my-footer-3 {
    padding: 0.5rem;
    padding-bottom: 2.35rem;
  }
  .my-footer-3 .my-footer-3-phone-logo {
    display: block;
  }
  .my-footer-3 .my-footer-3-box-main {
    display: flex;
    flex-wrap: wrap;
  }
  .my-footer-3 .my-footer-3-box {
    float: none;
    padding: 0.7rem 1rem 0.1rem;
  }
  .my-footer-3 .my-footer-3-box .my-footer-3-box {
    padding-left: 0;
    padding-right: 0;
  }
  .my-footer-3 .my-footer-3-box .my-footer-3-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.9rem;
  }
  .my-footer-3 .my-footer-3-box .my-footer-3-line {
    margin-top: 0.63rem;
    margin-bottom: 0;
  }
  .my-footer-3 .my-footer-3-box .my-footer-3-line-color {
    display: none;
  }
  .my-footer-3 .my-footer-3-box .my-footer-3-list {
    overflow: hidden;
    height: 0;
    transition: height 0.5s ease;
    /* 添加过渡效果 */
  }
  .my-footer-3 .my-footer-3-box .my-footer-3-list-active {
    overflow: visible;
    height: auto;
  }
  .my-footer-3 .my-footer-3-img {
    padding-top: 0;
    float: none;
    width: 100%;
    min-width: 100%;
  }
  .my-footer-3 .my-footer-3-img .storex-img {
    display: none;
  }
  .my-footer-3 .my-footer-3-img .storex-fxv {
    display: none;
  }
  .my-footer-3 .my-footer-3-img .my-footer-3-text-split {
    text-align: center;
    display: block;
  }
  .my-footer-3 .my-footer-3-img .my-footer-3-text-split .mf-flex-center {
    margin-top: 0.2rem;
    display: block;
  }
  .my-footer-3 .my-footer-3-img .my-footer-3-text-split .mf-flex-center .line-col {
    display: none;
  }
  .my-footer-3 .my-footer-3-img .my-footer-3-text-list {
    border-right: none;
    padding-left: 0.5rem;
    text-align: left;
  }
  .my-footer-3 .my-footer-3-img .my-footer-3-text-list .my-footer-3-text-list-item {
    margin-top: 0rem;
  }
  .l104TradingPlatforms-content-img {
    max-height: 15rem;
  }
  .l104-msg-list .list {
    flex-wrap: wrap;
  }
  .l104-msg-list .list-item {
    width: calc(50% - 0.5rem);
    margin-right: 0.5rem;
  }
  .l104-msg-list .list-item .list-item-box {
    min-height: 10rem;
  }
  .mf-footer-5 {
    padding: 1.25rem;
    padding-top: 2.38rem;
  }
  .mf-footer-5 .content .footer-5-item {
    margin-bottom: 1.25rem;
  }
  .mf-footer-5 .content .footer-5-item .footer-5-item-text {
    padding: 1.25rem;
  }
  .mf-footer-5 .content .footer-5-item img {
    height: 7.5rem;
    width: 100%;
  }
  .mf-swiper .mySwiper-top .swiper-slide {
    width: 100vw;
    height: 24.38rem;
  }
  .mf-about-footer-6 {
    padding: 2.5rem 1.25rem 3.75rem;
  }
  .mf-about-footer-6 .list .list-item > div {
    padding: 0.7rem 1rem;
    margin-bottom: 0.3rem;
  }
  .mf-about-footer-6 .circle-left {
    position: relative;
    padding-left: 0.6rem;
  }
  .mf-about-footer-6 .circle-left:before {
    content: "";
    position: absolute;
    left: -0.2rem;
    top: 0.5rem;
    width: 0.4rem;
    height: 0.4rem;
    background: #14964f;
    border-radius: 50%;
  }
  .l104123 {
    margin-top: 0rem;
  }
  .mf-about-footer-7 {
    margin-top: 20px !important;
  }
  .mf-about-footer-7 .phone-show .content .mt-37rem {
    margin-top: 0 !important;
  }
  .mf-about-footer-7 .l104TradingPlatforms-content {
    padding-bottom: 0;
  }
  .mf-about-footer-7 .block1 {
    padding: 0 1.25rem;
  }
  .mf-about-footer-7 .block1 .block1-item {
    height: 7.5rem;
    line-height: 7.5rem;
    margin-bottom: 0.6rem;
    background-image: url("../images/about-bk.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .mf-about-footer-7 .block2 {
    padding: 0 1.25rem;
    border-top: 0.06rem solid rgba(255, 255, 255, 0.2);
  }
  .mf-about-footer-7 .block3 {
    padding: 0 1.25rem;
    border-top: 0.06rem solid rgba(255, 255, 255, 0.2);
  }
  .mf-about-footer-7 .block3 .block3-item > div {
    padding: 0.7rem 0;
  }
  .mf-about-footer-7 .block3 .block3-item .label {
    border-bottom: 0.06rem solid rgba(255, 255, 255, 0.05);
  }
  .l103-1 .mt-35rem {
    text-align: center;
  }
  .l103-1 .mf-common-header-line {
    margin-bottom: 0;
  }
  .l103-1 .mf-common-header-line-right p:nth-child(1) span {
    margin-left: 1.2rem;
  }
  .table-box11 {
    display: block !important;
  }
  .l107-list .l107-list-item-title {
    text-align: left;
  }
  .l107-list .l107-list-item-content {
    text-align: left;
    margin-top: 0;
  }
  .l107-com .mf-btn {
    display: flex;
    justify-content: center;
    margin-bottom: 0 !important;
  }
  .l107-table-pc-show {
    display: none;
  }
  .mf-about-part-4 {
    padding-bottom: 0 !important;
  }
  .mf-about-part-4 .phone-show .mb-16rem {
    margin-bottom: 0 !important;
  }
  .mf-about-part-4 .content {
    background: linear-gradient(90deg, #101b4b 0%, rgba(9, 84, 181, 0.8) 50%, #101b4b 100%);
    padding: 2.25rem 1.25rem;
  }
  .mf-about-part-4 .list .list-item {
    padding: 1.7rem 1rem;
    margin-bottom: 0.5rem;
  }
  .mf-about-part-4 .list .item-small {
    min-width: calc(50% - 0.5rem);
  }
  .mf-about-part-4 .list .list-item:not(:nth-child(2n)) {
    margin-right: 0.5rem;
  }
  .mf-about-part-4 .block2 {
    padding: 2.25rem 1.25rem;
  }
  .mf-about-part-4 .block2 .img-box {
    height: 6.88rem;
  }
  .mf-about-part-4 .part6-sp-item {
    margin-bottom: 1.88rem;
  }
  .mf-common-header {
    position: relative;
  }
  .mf-common-header .mf-common-header-header {
    font-size: 0.9rem;
  }
  .mf-common-header .mf-flex-nowrap {
    padding: 0 1rem;
  }
  .mf-common-header .cli {
    margin: 0 0.5rem;
  }
  .mf-common-header .mf-common-header-content-right .mf-common-header-content-right-img {
    height: 9.6rem;
    width: 10rem;
  }
  .mf-common-header .mf-common-header-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #ffffff;
    margin-top: 1.38rem;
  }
  .mf-common-header .mf-common-header-title span {
    word-break: keep-all;
  }
  .mf-header-nav .mf-common-header-header {
    font-size: 0.9rem;
  }
  .mf-header-nav .mf-flex-nowrap {
    padding: 0 1rem;
  }
  .mf-header-nav .cli {
    margin: 0 0.5rem;
  }
  .mf-header-nav .mf-common-header-content-right .mf-common-header-content-right-img {
    height: 9.6rem;
    width: 10rem;
  }
  .mf-header-nav .mf-common-header-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #ffffff;
    margin-top: 1.38rem;
  }
  .mf-header-nav .mf-common-header-title span {
    word-break: keep-all;
  }
  .l106-7 {
    margin-top: 2.5rem !important;
  }
  .l106-6 .left {
    border-right: none !important;
  }
  .l106-6 .right {
    margin-top: 2.4rem;
    padding-bottom: 0 !important;
    border-right: none !important;
  }
  .l106-6 .right img {
    height: 9.88rem;
    max-width: 100%;
  }
  .mf-common-header-content {
    padding: 0 1.25rem 2rem;
  }
  .mf-common-header-content .mf-common-header-content {
    font-size: 1.13rem;
    font-weight: bold;
    color: #ffffff;
    margin-top: 1.9rem;
  }
  .mf-common-header-content .mf-common-header-line {
    margin-top: 3rem;
    font-size: 2rem;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
  }
  .mf-common-header-content .mf-common-header-line .right-line {
    display: block;
    position: absolute;
    left: -2rem;
    top: -1rem;
    bottom: -1rem;
    width: 4.13rem;
    background: linear-gradient(360deg, #0954b5 0%, #12225c 100%);
    z-index: -1;
  }
  .mf-common-header-content .mf-common-header-line .mf-common-header-line-left {
    max-width: 100%;
    flex: 1;
    padding: 2.5rem 0;
    min-width: 15rem;
  }
  .mf-common-header-content .mf-common-header-line .mf-common-header-line-left .top-line {
    display: none;
  }
  .mf-common-header-content .mf-common-header-line .mf-common-header-line-left span {
    word-break: keep-all;
  }
  .mf-common-header-content .mf-common-header-line .mf-common-header-line-right {
    flex: 1;
    min-width: 10rem;
    margin-top: 0;
    font-size: 1.75rem;
  }
  .mf-common-header-content .mf-common-header-line .mf-common-header-line-right .top-line {
    display: none;
  }
  .why-us-item {
    margin: 0 !important;
    margin-top: 1.25rem !important;
  }
  .l104TradingPlatforms-list {
    margin-top: 0rem !important;
    margin-bottom: 2.4rem;
  }
  .l104TradingPlatforms-list .l104TradingPlatforms-list-item {
    align-items: center;
    padding-right: 0rem !important;
    min-width: 100%;
    margin-bottom: 0;
  }
  .l104TradingPlatforms-list .l104TradingPlatforms-list-item .size-10rem {
    line-height: 1.38rem;
  }
  .l104TradingPlatforms-list .l104TradingPlatforms-list-item .phone-show {
    width: 100%;
  }
  .l106-2 .mf-common-header-line-left {
    margin-top: 0 !important;
  }
  .l106-2 .mf-common-header-content {
    padding-left: 0 !important;
  }
  .l106-2 .mf-common-header-line {
    margin-top: 0 !important;
  }
  .l106-3 .mf-common-header-line-left {
    margin-top: 0 !important;
  }
  .l106-3 .mf-common-header-content {
    padding-left: 0 !important;
  }
  .l106-3 .mf-common-header-line {
    margin-top: 0 !important;
  }
  .l106-3 .mf-common-header-line-right {
    padding-bottom: 0rem;
  }
  .l106-4 .mf-common-header-line-left {
    margin-top: 0 !important;
  }
  .l106-4 .mf-common-header-content {
    padding-left: 0 !important;
  }
  .l106-4 .mf-common-header-line {
    margin-top: 0 !important;
  }
  .l106-5 .mf-common-header-line-left {
    margin-top: 0 !important;
  }
  .l106-5 .mf-common-header-content {
    padding-left: 0 !important;
  }
  .l106-5 .mf-common-header-line {
    margin-top: 0 !important;
  }
  .l1-04-2 .mf-common-header-content {
    padding-left: 0 !important;
  }
  .l1-04-2 .mf-common-header-line {
    margin-top: 0 !important;
  }
  .common-img-list1 .common-img-list-item1 {
    margin-top: 2.5rem !important;
    padding-right: 0 !important;
  }
  .l104TradingPlatforms-content .temp-img1 {
    width: 100%;
    height: 17.5rem;
  }
  .l104TradingPlatforms-content .mf-common-header-line {
    margin-top: 0;
    margin-bottom: 0;
  }
  .l104TradingPlatforms-content .mf-common-header-line .mf-common-header-line-left {
    margin-top: 0;
  }
  .btnssss {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .common-img-list .common-img-list-item {
    width: 100%;
    padding-right: 0 !important;
  }
  .mf-select-box {
    min-width: 1rem;
  }
  .mf-select-box + .mt-20rem {
    line-height: 1.6rem;
  }
  .mf-select-box .mf-select {
    font-size: 1.3rem;
  }
  .l1-04-4 .mf-common-header-line {
    margin-top: 0 !important;
  }
  .l1-04-4 .mf-common-header-line-left {
    margin-top: 0 !important;
  }
  .l1-04-7 .mf-common-header-line {
    margin-top: 0 !important;
  }
  .l1-04-7 .mf-common-header-line-left {
    margin-top: 0 !important;
  }
  .l105-list {
    justify-content: start;
  }
  .l105-list .l105-list-item {
    min-width: 45%;
    flex: 1;
  }
  .l105-list .l105-list-item:last-child {
    max-width: 48%;
  }
  .l105-2 .mf-account-bg .duan60f {
    flex-wrap: nowrap;
  }
  .l105-2 .mf-account-bg .duan60f .size-18rem {
    font-size: 1.63rem !important;
    text-align: left !important;
  }
  .l105-2 .mf-account-bg .btn-box1 .mf-btn .mf-common-button {
    width: 13rem;
    margin: 0 auto;
  }
  .l216-3 .mf-account-bg .duan60f {
    flex-wrap: nowrap;
  }
  .l216-3 .mf-account-bg .duan60f .size-18rem {
    font-size: 1.63rem !important;
    text-align: left !important;
  }
  .l216-3 .mf-account-bg .btn-box1 .mf-btn .mf-common-button {
    width: 13rem;
    margin: 0 auto;
  }
  .screenshot-img-3 {
    width: 100%;
    height: 12.5rem;
    margin-right: 0;
    margin-bottom: 1.8rem;
  }
  .img-dowm-111 {
    margin-top: 1.33rem;
    margin-bottom: 1.25rem;
    margin-left: 0rem;
    display: flex;
    justify-content: center;
  }
  .about-us-part1 .about-us-part1-item {
    width: calc(50% - 0.5rem);
    margin-bottom: 1.25rem;
    margin-right: 0.5rem;
  }
  .about-us-part1 .about-us-part1-item .item-header {
    padding-top: 1rem;
  }
  .l103shulei .l103shuleijia {
    flex: 1;
    min-width: 15rem;
    margin: 0.4rem auto;
    text-align: center;
  }
  .l103shulei .l103shulei-text {
    margin-top: 2.7rem;
  }
  .l103shulei .l103shulei-img-box {
    justify-content: space-around;
  }
  .l103shulei .l103shulei-img-box .l103shulei-img {
    margin-right: 0;
    height: 6.2rem;
    width: 9.2rem;
  }
  .l103shulei .l103shulei-img-box .size-7rem {
    margin-right: 0rem;
    width: 9.2rem;
    max-width: 10rem;
  }
  .l1-04-5 .top-line {
    display: block !important;
    opacity: 0;
  }
  .l1-04-5 .mf-common-header-line {
    margin-top: 0;
  }
  .l1-04-5 .mf-common-header-line .mf-common-header-line-left {
    margin-top: 0 !important;
  }
  .l1-04-5 .mf-common-header-line .mf-common-header-line-left .top-line {
    display: none !important;
  }
  .l1-04-5 .mf-common-header-content {
    display: none !important;
  }
  .mf-common-part-1 .content {
    padding: 0 1.25rem;
  }
  .gantan-box {
    font-size: 1.25rem;
    margin-top: 1.44rem;
  }
  .gantan-box .gantan {
    margin-right: 1rem !important;
  }
  .gantan-content {
    font-size: 1.13rem;
    margin-top: 2.3rem;
    padding: 0;
  }
  .l110-1 .nav-list {
    margin-top: 1rem;
  }
  .l110-1 .mf-common-header-title {
    margin-top: 3rem;
  }
  .mf-product-part-2 .tabs > div {
    width: 11.31rem;
    height: 3.5rem;
    line-height: 3.5rem;
    border-radius: 1.75rem 1.75rem 1.75rem 1.75rem;
    background: #12225c;
    margin-right: 0.6rem;
  }
  .mf-product-part-2 .tabs > div.active {
    background: linear-gradient(90deg, #0954b5 0%, #12225c 100%);
  }
  .mf-product-part-2 .mf-product-part2-content .table-title .arrow-down {
    width: 1.5rem;
  }
  .mf-product-part-2 .mf-product-part2-content .table-item .line {
    height: 1.8rem;
    width: 0.06rem;
    background: #12225c;
  }
  .mf-product-part-2 .mf-product-part2-content .table-item img {
    width: 1.5rem;
  }
  .mf-product-part-2 .mf-product-part2-content .table-item .arrow-down {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 3rem;
    line-height: 3rem;
  }
  .mf-product-part-4 .mf-common-header-line-right .list {
    padding: 0 1.25rem;
  }
  .l110-2 {
    margin-top: 5rem;
    background: #040d31;
    padding: 2.5rem 0;
    margin-bottom: 3rem;
  }
  .l110-2 .mf-btn {
    margin-top: 3rem;
  }
  .mf-img {
    height: 1.75rem;
    width: 12rem;
  }
  .computed-img-box {
    padding: 1.69rem 0;
  }
  .l110-3 .mf-common-header-line {
    margin-bottom: 0rem !important;
  }
  .l110-3 .mf-common-header-line-left {
    margin-top: 0 !important;
  }
  .l110-3 .mf-btn {
    margin-top: 1rem;
  }
  .l110-4 {
    padding-bottom: 0rem;
  }
  .l110-4 .mf-common-header-line {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .l110-4 .mf-common-header-line-left {
    margin-top: 0 !important;
  }
  .l110-4 .mf-btn {
    margin-top: 1rem;
  }
  .l110-5 .mf-common-header-line {
    margin-bottom: 0rem !important;
  }
  .l110-5 .mf-common-header-line-left {
    margin-top: 0 !important;
  }
  .l110-5 .mf-btn {
    margin-top: 1rem;
  }
  .mf-education-part-2 .mf-common-header-line-right .list {
    padding: 0 1.25rem;
  }
  .mf-education-part-3 {
    padding: 0 1.25rem;
  }
  .mf-education-part-3 .list .list-item {
    width: 100%;
  }
  .mf-education-part-3 .mf-button {
    width: 21.88rem;
    height: 3.13rem;
    line-height: 3.13rem;
    border-radius: 1.75rem 1.75rem 1.75rem 1.75rem;
    margin: 1.7rem auto 0;
  }
  .phone-resver {
    flex-direction: column-reverse;
  }
  .l201-1 .mf-common-header-line-left {
    margin-top: 0 !important;
  }
  .l205-com .temp-img {
    margin-top: 1.6rem;
    width: 100%;
    max-height: 15rem;
  }
  .l205-com .l205-top-btn {
    justify-content: start !important;
  }
  .l205-com .temp-number {
    width: 100%;
    display: block !important;
    text-align: center;
    letter-spacing: -2px;
  }
  .l205-com .temp-number .temp-number-img {
    margin-bottom: 0.3rem;
  }
  .l205-com .header-btns {
    justify-content: center;
  }
  .l205-com .mf-common-header-line-left {
    display: none;
  }
  .l205-com .mf-common-header-line-right {
    margin-bottom: 0 !important;
    padding-bottom: 2.5rem !important;
  }
  .l205-com .mf-common-header-line {
    margin-top: 0 !important;
  }
  .l205-com .l104-msg-list {
    justify-content: space-between;
  }
  .l205-com .l104-msg-list .list-item {
    width: 45%;
    margin-right: 0.4rem;
    margin-left: 0.4rem;
  }
  .l205-com .l104-msg-list .list-item .list-item-box {
    min-height: 7.5rem;
  }
  .l205-com .l104-msg-list .list-item .beizhu {
    margin: 0 0;
  }
  .l205-com .l104-msg-list .list-item .temp-title {
    margin-top: 1rem;
  }
  .l205-com .l104-msg-list .list-item .list-item-box {
    padding: 0rem 1rem;
  }
  .l205-0 .mf-common-header-title {
    width: 80%;
    letter-spacing: -2px;
  }
  .l205-5 .temp-img1 {
    width: 100%;
    height: 17.5rem;
  }
  .l205-6 .temp-img2 {
    height: 10rem;
    width: 100%;
  }
  .l205-6 .mf-common-header-line-right {
    padding-bottom: 6.4rem !important;
  }
  .l205-7 .mf-common-header-line-right {
    padding-bottom: 4.6rem !important;
  }
  .l205-1 .temp-row {
    margin-top: 0;
  }
  .l205-2 .mf-common-header-line-right {
    padding-bottom: 2.5rem;
  }
  .mf-market-news-tabs {
    padding: 0 1.25rem;
  }
  .mf-market-news-tabs .tabs-left {
    margin-bottom: 0.6rem;
    flex-wrap: wrap;
  }
  .mf-market-news-tabs .tabs-item {
    min-width: calc(33% - 1.3rem);
    height: 3.5rem;
    margin-top: 0.8rem;
    line-height: 3.5rem;
    background: #12225c;
    border-radius: 1.75rem;
    margin-right: 0.6rem;
    padding: 0 1.5rem;
  }
  .mf-market-news-tabs .tabs-item.active {
    background: linear-gradient(90deg, #0954b5 0%, #12225c 100%);
  }
  .temp-video-box {
    margin-bottom: 5rem;
  }
  .sentiment-1 {
    width: 100%;
    padding: 1.25rem;
    padding-bottom: 5rem;
  }
  .sentiment-1 .temp-text {
    width: 100%;
    text-align: right;
    font-size: 0.75rem;
    font-weight: 500;
    color: #191919;
    line-height: 1rem;
  }
  .sentiment-1 .echart-top {
    height: 14.45rem;
    margin-top: 3.75rem;
  }
  .sentiment-1 .echart-top .img-fluid {
    width: 100%;
    height: 100%;
  }
  .sentiment-1 .echart-teble {
    height: 50vh;
    margin-top: 3.75rem;
  }
  .sentiment-1 .echart-teble .img-fluid {
    width: 100%;
    height: 100%;
  }
  .sentiment-com .right-line {
    width: 1.25rem !important;
    left: 0.2rem !important;
  }
  .sentiment-com .mf-common-header-content {
    font-size: 1rem !important;
  }
  .sentiment-com .mf-common-header-line-left span {
    margin-left: 2.5rem;
  }
  .sentiment-2 .mf-wrapper {
    margin: 0;
    margin-top: -1px;
  }
  .sentiment-2 .mf-wrapper .mb-35rem {
    margin-bottom: 1.63rem !important;
  }
  .sentiment-3 {
    margin-top: -1px;
  }
  .sentiment-3 .mf-wrapper {
    margin-top: 5.63rem;
  }
  .sentiment-4 {
    margin-top: -1px;
    padding-bottom: 5.5rem;
  }
  .sentiment-4 .temp-img {
    height: 14.56rem;
  }
  .sentiment-4 .temp-list-item {
    width: 100%;
  }
  .play-icon1 {
    width: 4rem;
    height: 4rem;
    top: calc(50% - 2rem);
    left: calc(50% - 2rem);
  }
  .phone-top-line {
    display: block !important;
    position: absolute;
    left: 0;
    right: 0;
  }
  .phone-top-0 .mf-common-header-line {
    margin-top: 0 !important;
  }
  .phone-top-0 .mf-common-header-line-left {
    margin-top: 0 !important;
  }
  .l207-4 .mf-common-header-line {
    margin-top: 0 !important;
  }
  .l207-4 .mf-common-header-line-left {
    margin-top: 0 !important;
  }
  .l207-1 .mf-common-header-line {
    margin-top: 0 !important;
  }
  .l207-5 .mf-common-header-line {
    margin-top: 0 !important;
  }
  .l207-5 .mf-common-header-line-left {
    margin-top: 0 !important;
  }
  .l207-3 .temp-content {
    margin-top: 1.8rem;
  }
  .l207-3 .mf-common-header-line {
    margin-top: 0 !important;
  }
  .l207-3 .mf-common-header-line-left {
    margin-top: 0 !important;
  }
  .l207-3 .temp-img {
    width: 100%;
    height: 10rem;
    margin-top: 1.8rem;
  }
  .l207-3 .temp-two {
    margin-top: 5rem;
  }
  .l207-3 .temp-three {
    margin-top: 5rem;
  }
  .l207-3 .temp-img1 {
    height: 12rem;
    width: 100%;
  }
  .mf-market-news-part1 .small-list,
  .mf-market-news-part2 .small-list {
    margin: 0 1.25rem 1.88rem;
    padding-bottom: 1.25rem;
  }
  .mf-market-news-part1 .news-list,
  .mf-market-news-part2 .news-list {
    padding: 0 1.25rem;
  }
  .mf-market-news-part1 .news-list .news-item,
  .mf-market-news-part2 .news-list .news-item {
    margin-bottom: 1.88rem;
  }
  .mf-market-news-part1 .news-list .news-item img,
  .mf-market-news-part2 .news-list .news-item img {
    width: 100%;
    height: auto;
  }
  .mf-market-news-part3 {
    padding-bottom: 2rem;
  }
  .mf-market-news-part3 .title {
    padding-top: 2rem;
    margin-bottom: 1.3rem;
  }
  .mf-market-news-part3 .link-list {
    justify-content: center;
  }
  .mf-market-news-part4 .mf-common-header-line {
    margin-top: 0;
  }
  .mf-market-news-part4 .item {
    padding: 1.25rem;
    margin-bottom: 0.3rem;
  }
  .mf-market-news-part5 .mf-common-header-line {
    margin-top: 0;
  }
  .mf-market-news-part5 .item {
    margin-bottom: 1.8rem;
    width: 100%;
  }
  .mf-market-news-part5 .item img {
    width: 100%;
    margin: 0 auto;
    display: block;
    height: auto;
  }
  .mf-market-news-part5 .item .item-content {
    padding: 0.63rem;
  }
  .mf-market-news-part5 .item .item-content .item-title {
    font-size: 0.88rem;
  }
  .mf-market-news-part5 .item .item-content .time {
    width: 10rem;
    margin-bottom: 0.25rem;
  }
  .mf-market-news-part4 .mf-button,
  .mf-market-news-part5 .mf-button {
    width: 17.5rem;
    height: 3.13rem;
    line-height: 3.13rem;
    border-radius: 1.75rem 1.75rem 1.75rem 1.75rem;
    margin: 1.7rem auto 0;
  }
  .l2-25-header .mf-common-header-content-left .mf-common-header-title {
    font-size: 2.1rem;
  }
  .l2-25-main {
    padding-top: 2rem;
  }
  .l2-25-main .l2-25-right {
    padding-bottom: 2rem;
    margin-top: 60px;
  }
  .l2-25-main .l2-25-right .right-part2 {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }
  .l2-25-main .l2-25-step {
    margin-top: 3rem;
    padding: 1.25rem;
  }
  .l2-25-main .right-part2 {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
  .l2-25-main .right-part3 {
    padding-bottom: 2rem;
  }
  .l2-25-main-2 {
    margin-top: -1px;
  }
  .l2-25-main-2 .news-list .news-item {
    margin-bottom: 1.25rem;
  }
  .l2-25-sp {
    padding: 0 1.25rem;
    margin-top: -1px;
  }
  .l2-25-sp a {
    text-decoration: unset !important;
  }
  .l207-6 {
    margin: 0;
    padding: 1.25rem;
    padding-top: 2.5rem;
    margin-bottom: 5.6rem;
  }
  .l207-6 .size-20rem {
    font-size: 1.38rem;
  }
  .l207-6 .temp-title {
    margin: 0 0;
    line-height: 1.88rem;
    font-size: 1.38rem !important;
  }
  .l207-6 .header-btn a {
    font-size: 0.9rem !important;
    white-space: normal !important;
    padding: 0 1rem !important;
  }
  .l207-6 .header-btn .bi-chevron-right {
    font-size: 1.3rem !important;
  }
  .l207-6 .mf-account-bg {
    margin-top: 2.5rem;
    margin-bottom: 0;
  }
  .l207-6 .temp-list {
    justify-content: space-around;
    margin-top: 0.6rem;
  }
  .l207-6 .temp-list .temp-list-item {
    padding: 0 2rem;
    margin: 1.8rem 0;
    width: 100%;
  }
  .l207-6 .temp-list .temp-list-line {
    width: 100%;
    height: 0.06rem;
    opacity: 0.2;
    background-color: #ffffff;
  }
  .l207-6 .mf-account-bg {
    margin: 0;
    margin-top: 2.5rem;
  }
  .l207-6 .mf-account-bg .img-fluid {
    width: 5.35rem;
    height: 4.37rem;
    margin-right: 0rem !important;
    margin-left: -1rem;
  }
  .l207-6 .mf-account-bg .duan60f {
    flex-wrap: nowrap;
    letter-spacing: -1px;
  }
  .l207-6 .mf-account-bg .duan60f-top-text {
    font-size: 1rem;
  }
  .l207-6 .mf-account-bg .duan60f-bott-text {
    line-height: 1rem;
    font-size: 1.75rem;
    font-weight: bold;
    color: #ffffff;
  }
  .l207-0 .nav-list {
    margin-top: 1rem;
  }
  .l207-0 .mf-common-header-title {
    margin-top: 1.88rem;
  }
  .l201-2 {
    padding-bottom: 0 !important;
  }
  .l201-2 .temp-title {
    font-size: 1.5rem !important;
  }
  .l201-2 .size-22rem {
    font-size: 1.9rem !important;
  }
  .l207-1 .mf-list-text {
    padding-right: 0;
  }
  .l207-1 .temp-img {
    height: 12rem;
    width: 100%;
  }
  .l207-1 .temp-resver {
    flex-direction: column-reverse;
  }
  .l106-5 .l104TradingPlatforms-list {
    margin-top: 0rem !important;
  }
  .l106-5 .mf-common-header-line-right > .row .mt-24rem + .mt-24rem {
    margin-top: 1.1rem !important;
  }
  .l106-5 .mf-common-header-line-right .row + .row {
    margin-top: 1rem;
  }
  .l106-5 .mf-common-header-line-right .row + .row .size-22rem {
    margin-top: 0.2rem;
  }
  .l106-5 .mf-common-header-line-right .row + .row + .mt-2rem {
    margin-top: 0rem !important;
  }
  .l109-0 {
    padding: 1.56rem 0 1rem;
  }
  .l109-0 .title {
    font-size: 1.38rem;
    margin-bottom: 0.3rem;
  }
  .l109-0 .text-linear-FCECB3 {
    font-size: 1.25rem;
  }
  .l109-0 .content {
    font-size: 0.8rem;
    margin-bottom: 0.3rem;
  }
  .l109-1 .mf-common-header-line {
    margin-top: 0;
  }
  .l1-09-image,
  .l1-09-video {
    width: 100%;
  }
  .sentiment-2 .mf-flex-row {
    justify-content: center !important;
  }
  .sentiment-2 .iframe-sentiment {
    margin-top: 0.8rem;
  }
  .play-icon {
    position: absolute;
    width: 3.75rem;
    height: 3.75rem;
    top: 4rem;
    left: 10rem;
  }
  [class^=l109] .mf-button,
  [class^=l210] .mf-button,
  [class^=l211] .mf-button,
  [class^=l224] .mf-button,
  [class^=l204] .mf-button {
    margin: 1.25rem auto;
  }
  [class^=l109] .mf-common-header-line,
  [class^=l210] .mf-common-header-line,
  [class^=l211] .mf-common-header-line,
  [class^=l224] .mf-common-header-line,
  [class^=l204] .mf-common-header-line {
    margin-top: 0;
  }
  [class^=l109] .mf-common-header-line .mf-common-header-line-left,
  [class^=l210] .mf-common-header-line .mf-common-header-line-left,
  [class^=l211] .mf-common-header-line .mf-common-header-line-left,
  [class^=l224] .mf-common-header-line .mf-common-header-line-left,
  [class^=l204] .mf-common-header-line .mf-common-header-line-left {
    margin-top: 0;
  }
  [class^=l109] .mf-common-header-line .mf-common-header-line-right,
  [class^=l210] .mf-common-header-line .mf-common-header-line-right,
  [class^=l211] .mf-common-header-line .mf-common-header-line-right,
  [class^=l224] .mf-common-header-line .mf-common-header-line-right,
  [class^=l204] .mf-common-header-line .mf-common-header-line-right {
    padding-bottom: 0;
  }
  .l301-list {
    justify-content: start;
  }
  .l301-list .l301-list-item {
    min-width: 45%;
    flex: 1;
  }
  .l2-10-header-img {
    height: 3rem;
  }
  .l210-tab {
    margin-top: 5rem;
  }
  .l210-tab > div {
    padding: 0.75rem 0 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .l210-video {
    width: 100%;
    height: 10rem;
    margin-top: 1.25rem;
    margin-bottom: 0.8rem;
  }
  .l211-1 .text-content {
    margin-top: 1.8rem;
  }
  .l211-1 .desc {
    margin-top: 2.8rem;
  }
  .l211-img {
    width: 100%;
    margin-bottom: 1.8rem;
  }
  .l211-img-lg {
    width: calc(100% + 2.5rem);
    height: 17rem;
    position: relative;
    left: -1.25rem;
  }
  .l211-4 {
    margin-top: 0 !important;
  }
  .l211-4 .btns > div {
    margin-bottom: 2rem;
  }
  .l211-3 {
    margin-top: 0 !important;
  }
  .l211-5 {
    margin-top: 0 !important;
  }
  .l211-5 .mf-common-header-line {
    margin-bottom: 1rem !important;
  }
  .l211-5 .qr-code {
    background: #040d31;
    padding: 2.5rem 0;
  }
  .l211-5 .qr-code > div:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .l211-5 .qr-code .mf-button {
    width: 12rem;
  }
  .l211-6 {
    margin-top: 0 !important;
    padding: 3.6rem 1.25rem;
  }
  .l211-6 .l211-6-title {
    margin-bottom: 1.4rem;
  }
  .l211-6 .desc {
    text-align: left;
  }
  .l211-6 .l211-6-content .l211-6-content-video {
    margin-top: 3rem;
  }
  .l211-6 .l211-6-text {
    margin-top: 1.6rem;
  }
  .l211-6 .mf-button {
    margin-top: 1.8rem;
  }
  .l211-7 .l211-7-block {
    width: calc(100% + 2.5rem);
    padding: 2.2rem 1.25rem 2rem;
    position: relative;
    left: -1.25rem;
  }
  .l211-8 {
    margin-top: 0 !important;
  }
  .l211-8 .l211-8-item {
    margin-bottom: 1.8rem;
    position: relative;
  }
  .l211-8 .l211-8-item .left-img {
    width: 100%;
    height: 12.25rem;
  }
  .l211-8 .l211-8-item .l211-8-item-title {
    padding: 1.25rem 1rem;
  }
  .l211-8 .l211-8-item .play-img {
    position: absolute;
    top: 4rem;
    left: 50%;
    margin-left: -2rem;
  }
  .l207-9 .mf-common-header-line {
    margin-top: 0;
  }
  .l207-9 .mf-common-header-line-left {
    margin-top: 0 !important;
  }
  .l207-10 a {
    text-decoration: none;
  }
  .view-item {
    margin-top: 5rem;
  }
  .view-item .title {
    padding-top: 0.88rem;
    padding-bottom: 0.15rem;
  }
  .view-item .title span {
    word-break: keep-all;
  }
  .view-item .left-block {
    width: 1.25rem;
    margin-right: 1.2rem;
  }
  .view-item .content {
    margin-top: 2.5rem;
  }
  .view-item .content .link {
    text-decoration: underline;
    text-decoration-thickness: 3px;
  }
  .view-item .content .block .block-title {
    margin-bottom: 1.3rem;
  }
  .view-item .content .block .block-desc {
    margin-bottom: 1rem;
  }
  .view-item .content .block .img-view {
    margin-top: 1rem;
  }
  .view-item .content .block .sub-list {
    margin-top: 3.5rem;
    margin-bottom: 2.8rem;
  }
  .view-item .content .block .sub-list .sub-item:not(:first-child) {
    margin-top: 1.5rem;
  }
  .view-item .content .block .gray-view-sp {
    padding: 1.6rem;
  }
  .view-item .content .block .gray-view-sp img {
    width: 100%;
  }
  .video-box .video-content .video {
    position: relative;
    z-index: 9;
    width: 100%;
    height: 13.72rem;
  }
  .video-box .video-content .video video {
    width: 100%;
    height: 100%;
    background: #1a1d20;
  }
  .video-box .video-content .video .play-icon {
    position: absolute;
    width: 4.37rem;
    height: 4.37rem;
    top: 50%;
    left: 50%;
    margin-top: -2rem;
    margin-left: -2rem;
  }
  .video-box .video-content .myVideo {
    height: 14rem;
  }
  [class^=l224] .l224-1-list .l224-1-item {
    margin-bottom: 1.25rem;
  }
  [class^=l224] .l224-1-list .l224-1-item .item-title {
    display: flex;
    color: #bca675;
    background: rgba(4, 13, 49, 0.5);
    padding: 0.88rem 1rem 0.75rem;
  }
  [class^=l224] .l224-1-list .l224-1-item .item-title .index {
    margin-right: 1.25rem;
  }
  [class^=l224] .l224-1-list .l224-1-item .item-title > div {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
  }
  [class^=l224] .l224-1-list .l224-1-item .item-title .item-desc {
    word-break: break-word;
  }
  [class^=l224] .l224-1-list .l224-1-item .item-btn a {
    text-decoration: none;
    margin: 0.7rem auto 0;
  }
  .l204-1 .table-top {
    padding-left: 1.25rem;
    margin: 2rem 0;
  }
  .l204-1 .table-top .left-line {
    display: block;
    position: absolute;
    left: -2rem;
    top: -1rem;
    bottom: -1rem;
    width: 4.13rem;
    background: linear-gradient(360deg, #0954b5 0%, #12225c 100%);
    z-index: -1;
  }
  .l204-1 .tableOut {
    border-left: 1.3rem solid #101b4b;
  }
  .l204-1 .l204-1-table {
    border-right: 1.25rem solid #101b4b;
  }
  .l204-1 .table-bottom-desc {
    padding: 0 1.25rem;
  }
  .l204-1 .table-row {
    min-width: calc(1240px - 8.63rem);
    font-size: 0.8rem;
  }
  .l204-1 .l204-1-table .table-row .cell:first-child {
    width: 8.63rem;
    left: -0.1rem;
  }
  .l204-1 .cell ul.disc-list {
    padding-left: 0rem;
  }
  .l204-1 .l204-scroll-icon {
    position: absolute;
    bottom: 15rem;
    right: 1.5rem;
    z-index: 3;
  }
  .l204-2 .row {
    --bs-gutter-x: 0;
  }
  .l204-2 .mf-button {
    margin-top: 3rem;
  }
  .l204-2 .table-bottom-desc {
    padding: 0 1.25rem;
  }
  .mf-account-bg {
    margin-top: -1px;
  }
  .cs1-1-2 .container > div {
    margin-top: 0.7rem;
    width: 1000%;
    position: relative;
  }
  .cs1-1-2 .container > div a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 6;
  }
  .cs1-1-2 .iframe-sentiment {
    width: 100%;
    cursor: pointer;
  }
  .ec-1-1 .border-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  }
  .ec-1-1 .phone-show {
    padding: 1.25rem 0;
    margin-top: -1px;
  }
  .ec-1-1 .title-1 {
    padding: 1.8rem 2rem;
  }
  .ec-1-1 .title-2 {
    padding: 1.1rem 1.6rem 1.1rem 2rem;
    display: flex;
    justify-content: space-between;
  }
  .ec-1-1 .list {
    padding: 1.25rem 2.25rem;
    max-height: 17rem;
    overflow: auto;
  }
  .ec-1-1 .list .list-item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .ec-1-1 .list .list-item img.rectangle {
    min-width: 3.1rem;
    height: 1.8rem;
    margin-right: 0.63rem;
  }
  .ec-1-1 .list .list-item img.circle {
    min-width: 2.25rem;
    height: 2.25rem;
    margin-right: 0.63rem;
    border-radius: 50%;
  }
  .cs-1-1 {
    padding: 1rem;
  }
  .cs-1-1 .border-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  }
  .cs-1-1 .phone-show {
    padding: 1.25rem 0;
    margin-top: -1px;
  }
  .cs-1-1 .title-1 {
    padding: 26px 32px;
  }
  .cs-1-1 .title-2 {
    margin-top: 0;
    padding: 22px 32px;
    display: flex;
    justify-content: space-between;
  }
  .cs-1-1 .mf-arrow {
    margin-right: 14px;
  }
  .cs-1-1 .header-search {
    margin-top: 26px;
  }
  .cs-1-1 .list {
    padding: 20px 32px;
    padding-top: 0;
    max-height: 17rem;
    overflow: auto;
  }
  .cs-1-1 .list .list-item {
    width: 100%;
    margin-top: 1.25rem;
  }
  .cs-1-1 .list .list-item img.rectangle {
    height: 1.8rem;
    margin-right: 0.63rem;
  }
  .cs-1-1 .list .list-item img.circle {
    min-width: 2.25rem;
    height: 2.25rem;
    margin-right: 0.63rem;
    border-radius: 50%;
  }
  .l103-4 {
    margin-top: 0;
  }
  .l103-4 .l103shulei-img-box {
    flex-wrap: wrap;
  }
  .l103-4 .l103shulei-img-box > div {
    flex: 1;
  }
  .l103-4 .l103shulei-img-box > div img {
    margin-top: 2rem !important;
  }
  .com-a-text {
    font-size: 0.9rem;
    padding: 1.25rem;
    padding-bottom: 0;
  }
  .com-a-text a {
    text-decoration: underline !important;
    color: #bca675 !important;
  }
  .rijing-com {
    padding: 0 0;
  }
  .rijing-com .fj-2-text2 {
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 22px;
  }
  .rijing-com .rj-text1 {
    font-family: IBM Plex Sans, IBM Plex Sans;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    line-height: 48px;
  }
  .rijing-com .rj-text2 {
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    line-height: 36px;
  }
  .rijing-com .rj-title2 {
    font-size: 26px;
  }
  .rijing-com .rj-title3 {
    font-size: 36px;
    line-height: 36px;
  }
  .rijing-com .rj7-icon-box {
    width: 210px;
    height: 100px;
    position: absolute;
    top: -32px;
    left: 20px;
  }
  .rijing-com .rj7-icon-box .rj7-icon {
    width: 100%;
    height: 100%;
  }
  .rijing-com .rj7-icon-box .rj7-icon-text {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: end;
    top: 4px;
    right: 20px;
    width: 100%;
    height: 100%;
    font-size: 25px;
    transform: rotate(-10deg);
  }
  .rijing-block {
    width: 100%;
    padding: 0 20px;
  }
  .rijing-header {
    height: auto;
    min-height: auto;
  }
  .rijing-header .rj-header-top {
    flex-wrap: wrap;
    padding-top: 80px;
    justify-content: end;
  }
  .rijing-header .rj-header-top .rj-header-title {
    width: 100%;
  }
  .rijing-header .rj-header-top .rj-header-img-phone {
    width: 80%;
    margin-right: 20%;
  }
  .rijing-header .rj-header-top .rj-header-text-img {
    width: 80%;
  }
  .rijing-header .rijing-logo {
    width: 320px;
    height: 68px;
    position: static;
    top: 1%;
    left: 2%;
    z-index: 99;
  }
  .rijing-header h1 {
    line-height: 70px;
    font-size: 70px;
    text-align: right;
  }
  .rijing-header .rj-header-box {
    width: 100%;
    position: static;
    padding: 20px;
    padding-bottom: 20px;
  }
  .rijing-header .rj-header-box .rj-header-text {
    font-size: 22px;
    line-height: 36px;
  }
  .rijing-header .rj-header-box .rj-header-tip {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
  }
  .rjpbone-img {
    position: fixed;
    width: 100%;
    height: 60px;
    bottom: -1px;
    background-color: #fff;
    z-index: 99;
  }
  .rjpbone-img img {
    width: 100%;
    height: 100%;
  }
  .rjpbone-img .rjpbone-img-text {
    position: absolute;
    top: 4px;
    left: 164px;
    font-family: IBM Plex Sans, IBM Plex Sans;
    font-weight: bold;
    font-size: 13px;
    color: #191919;
  }
  .rijing-2 {
    position: relative;
    margin-top: 30px;
  }
  .rijing-2 .laba {
    position: static;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .rijing-2 .laba .laba-img {
    width: 68px;
    height: 68px;
  }
  .rijing-2 .laba .laba-title {
    text-align: center;
    margin-top: 14px;
    font-size: 40px;
    display: flex;
    flex-direction: column;
  }
  .rijing-2 .fj-2-imgs {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
  }
  .rijing-2 .fj-2-imgs .fj-2-img {
    margin-top: 0px;
    position: relative;
    flex: 1;
    min-width: 100%;
    height: 350px;
    display: flex;
    align-items: center;
  }
  .rijing-2 .fj-2-imgs .fj-2-box {
    bottom: auto;
  }
  .rijing-2 .fj-2-imgs .fj-2-box .fj-2-text2 {
    line-height: 22px;
  }
  .rijing-2 .fj-2-imgs .fj-2-box .fj-2-text4 {
    margin-top: 18px;
    font-size: 40px;
  }
  .rijing-2 .fj-2-imgs .fj-2-box .fj-2-text4 .text-linear-FCECB3 {
    font-size: 78px;
  }
  .rijing-2 .fj-2-imgs .fj-2-box .fj-2-text5 {
    font-size: 28px;
  }
  .rijing-3 {
    margin-top: 0px;
  }
  .rijing-3 .rj3-title {
    font-weight: bold;
    font-size: 40px;
    line-height: 54px;
  }
  .rijing-3 .rj3-text {
    font-size: 25px;
    line-height: 36px;
    letter-spacing: 0;
  }
  .rijing-3 .rj3-list .rj3-list-item {
    margin-top: 50px;
    padding: 0 0;
    width: 100%;
    flex: auto;
  }
  .rijing-3 .rj3-list .rj3-list-item .mt-20rem {
    margin-top: 25px !important;
  }
  .rijing-3 .rj3-list .rj3-list-item .mf-flex-center {
    float: left;
    margin-right: 8px;
  }
  .rijing-3 .rj3-list .rj3-list-item .rj-text1 {
    margin-right: 28px;
  }
  .rijing-3 .rj3-list .rj3-list-item .rj-title3 {
    margin-top: 8px;
  }
  .rijing-4 {
    margin-top: 94px;
    flex-wrap: wrap;
  }
  .rijing-4 .r4-left {
    padding: 15px;
  }
  .rijing-4 .r4-left .r4-left-title .r4-title {
    line-height: 36px;
    font-size: 22px;
  }
  .rijing-4 .r4-left .r4-left-text {
    margin-top: 31px;
  }
  .rijing-4 .r4-left .r4-mz {
    margin-right: 10px;
    width: 66px;
    height: 40px;
  }
  .rijing-4 .r4-right {
    padding: 30px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .rijing-4 .r4-right .r4-img {
    width: 100%;
    height: 100%;
  }
  .rijing-5 {
    margin-top: 94px;
    flex-wrap: wrap;
    padding: 0;
  }
  .rijing-5 .r5-left {
    padding: 0 20px;
    margin-top: 30px;
  }
  .rijing-5 .r5-left .r5-left-title {
    align-items: baseline;
  }
  .rijing-5 .r5-left .r5-left-title .r5-title {
    line-height: 48px;
    font-size: 48px;
  }
  .rijing-5 .r5-left .r5-left-title .r5-title1 {
    font-size: 32px;
    line-height: 32px;
  }
  .rijing-5 .r5-left .r5-left-text {
    margin-top: 31px;
  }
  .rijing-5 .r5-right {
    padding: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .rijing-5 .r5-right .r5-img {
    width: 100%;
    height: 100%;
  }
  .rijing-6 {
    position: relative;
    width: 100%;
    padding: 0 20px;
    margin-top: 124px;
    overflow: hidden;
  }
  .rijing-6 .rj61 {
    margin-top: 40px;
  }
  .rijing-6 .rj61 .fj-img-number {
    height: 50px;
  }
  .rijing-6 .rj61 .rj-title2 {
    text-align: center;
  }
  .rijing-6 .rj61 .rj-title3 {
    margin-top: 10px;
    justify-content: start;
    text-align: left;
  }
  .rijing-6 .rj61 .rj61-content {
    margin-top: 33px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .rijing-6 .rj61 .rj61-content .rj61-content-img {
    margin-left: 0;
    width: 110%;
    margin-left: -5%;
    margin-right: -5%;
    margin-bottom: 35px;
  }
  .rijing-6 .rj61 .rj61-content .rj61-content-img1 {
    margin-right: 0;
    width: 100%;
    margin-bottom: 35px;
  }
  .rijing-6 .gj62 {
    margin-top: 88px;
    padding: 15px;
  }
  .rijing-6 .gj62 .rj62-title {
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
  }
  .rijing-6 .gj62 .gj62-icon {
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }
  .rijing-6 .gj62 .rj62-h3 {
    font-size: 28px;
    line-height: 48px;
  }
  .rijing-6 .gj62 .rj62-title-right {
    margin-top: 28px;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
  }
  .rijing-6 .gj62 .gj62-list {
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .rijing-6 .gj62 .gj62-list .item-content-right {
    height: 2.5rem;
    width: 1.63rem;
    margin: 10px 0;
    transform: rotate(90deg);
  }
  .rijing-6 .gj62 .gj62-list .gj62-item {
    width: 100%;
    background-color: rgba(18, 34, 92, 0.6);
    margin: 0 10px;
  }
  .rijing-6 .gj62 .gj62-list .gj62-item .item-header {
    background-color: #0f1b4b;
    color: #ffffff;
    padding: 0;
  }
  .rijing-6 .gj62 .gj62-list .gj62-item .item-header {
    padding: 10px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .rijing-6 .gj62 .gj62-list .gj62-item .item-blod {
    font-size: 25px;
  }
  .rijing-6 .gj62 .gj62-list .gj62-item .item-content {
    padding: 20px;
  }
  .rijing-6 .gj62 .gj62-list .gj62-item .item-content-img {
    width: 100%;
    height: 190px;
  }
  .rijing-6 .gj62 .gj62-list .gj62-item .item-content-text {
    margin-top: 20px;
    font-family: IBM Plex Sans, IBM Plex Sans;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
  }
  .rijin-7 {
    margin-top: 98px;
    padding-bottom: 20px;
  }
  .rijin-7 .rj7-content {
    padding-top: 80px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .rijin-7 .rj7-content .rj7-h3 {
    margin-top: 10px;
    font-size: 22px;
    line-height: 30px;
  }
  .rijin-7 .rj7-content .rj7-h2 {
    font-size: 40px;
  }
  .rijin-7 .rj7-content .rg7-text {
    margin-top: 19px;
    font-size: 20px;
    line-height: 30px;
  }
  .rijin-7 .ri7-mz {
    padding: 15px;
    background: #101b4b;
    position: relative;
    z-index: 99;
  }
  .rijin-7 .ri7-mz .rijing-4 {
    background-color: transparent;
    margin-top: 0;
  }
  .rijin-7 .ri7-mz .rijing-4 .r4-left {
    background-color: transparent;
    padding: 0;
  }
  .rijin-7 .ri7-mz .rijing-4 .r4-right {
    background-color: transparent;
    padding: 0;
    padding-top: 30px;
  }
  .rijin-7 .ri7-mz .rijing-4 .r4-right .r4-img {
    width: 100%;
  }
  .rijin-7 .ri7-mz .mz-tip {
    padding: 0;
    padding-top: 30px;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
  }
  .rj7-tip {
    margin-top: 11px;
    font-size: 12px;
    line-height: 22px;
    text-align: left;
  }
  .rijin-9 .rj7-content {
    padding-bottom: 0px;
  }
  .rijin-9 .ri9-ditu {
    position: relative;
    height: 250px;
  }
  .rijin-9 .ri9-ditu .fj-img {
    width: 110%;
    left: -5%;
    right: -5%;
    object-fit: contain;
  }
  .rijin-9 .rj9-content {
    margin-top: 30px;
    font-family: IBM Plex Sans, IBM Plex Sans;
    color: #ffffff;
    font-weight: bold;
  }
  .rijin-9 .rj9-content .rj9t1 {
    font-size: 20px;
    line-height: 32px;
    text-align: center;
  }
  .rijin-9 .rj9-content .rj9t2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  .rijin-9 .rj9-content .rj9up1 {
    margin-top: 10px;
  }
  .rijin-9 .rj9-content .rj9up2 {
    margin-top: 25px;
  }
  .rijin-9 .rj9-mz {
    margin: 0;
    margin-top: 40px;
    padding: 25px;
    padding-top: 0;
    background-color: rgba(16, 27, 75, 0.7);
    padding-bottom: 83px;
  }
  .rijin-9 .rj9-mz .rj9-mz-box {
    padding-top: 70px;
  }
  .rijin-9 .rj9-mz .rj9-text2 {
    margin-top: 0;
  }
  .rijin-9 .rj9-mz .rj9-mz-echart {
    padding-top: 20px;
    flex-wrap: wrap;
  }
  .rijin-9 .rj9-mz .rj9-img-echart {
    margin-top: 20px;
    width: 100%;
  }
  .rijin-10 {
    margin-top: 0;
    z-index: 99;
  }
  .rijin-10 .rj10t1 {
    font-size: 40px;
    color: #ffffff;
    line-height: 44px;
  }
  .rijin-10 .rj10t2 {
    font-size: 24px;
    color: #ffffff;
    line-height: 32px;
  }
  .rijin-10 .rj10t3 {
    font-size: 20px;
    line-height: 32px;
  }
  .rijin-10 .rju30 {
    margin-top: 38px;
  }
  .rijin-10 .rj10-title {
    padding-top: 100px;
  }
  .rijin-10 .rju15 {
    margin-top: 29px;
  }
  .rijin-10 .rju40 {
    margin-top: 40px;
  }
  .rijin-10 .rg10dn {
    margin-top: 70px;
    text-align: center;
  }
  .rijin-10 .rg10dn-img {
    width: 100%;
    height: 178px;
  }
  .rijin-10 .rj10t6 {
    margin-top: 5px;
  }
  .rijin-10 .rj10t6 + .rju30 {
    margin-top: 15px;
  }
  .rijin-10 .rj10t9 {
    margin-top: 5px;
  }
  .rijin-10 .rj10t9 + .rju30 {
    margin-top: 15px;
  }
  .rijin-10 .rj10t4 {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }
  .rijin-10 .rj10t4 p {
    text-align: left;
  }
  .rijin-10 .rj10t5 {
    font-size: 14px;
    line-height: 24px;
  }
  .rijin-10 .pb-13rem {
    padding-bottom: 50px !important;
  }
  .rijin-10 .rg10-imgs {
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-around;
  }
  .rijin-10 .rg10-imgs img {
    width: 40%;
    height: 111px;
  }
  .rijin-11 {
    width: 100%;
    margin: 50px 0;
    padding-bottom: 40px;
    margin-bottom: 0;
  }
  .rijin-11 .rg11-img {
    width: 100%;
    height: 240px;
  }
  .rijin-11 .rg11-title {
    margin-top: 120px;
    font-size: 40px;
    line-height: 44px;
  }
  .rijin-11 .rg11-text1 {
    margin-top: 25px;
    font-size: 20px;
    line-height: 30px;
    padding: 0 50px;
  }
  .rijin-11 .rg11-text2 {
    margin-top: 50px;
    font-size: 24px;
    line-height: 36px;
  }
  .rijin-11 .rg11-list {
    flex-wrap: wrap;
    padding: 0 25px;
  }
  .rijin-11 .rg11-list .rg11-item {
    width: 100%;
  }
  .rijin-11 .rg11-list .rg11-item .rg11-item-img {
    width: 100%;
  }
  .rijin-11 .rg11-list .rg11-item .rg11-btn {
    opacity: 1;
  }
  .rijin-11 .rg11-list .rg11-img-right {
    margin: 30px auto;
    height: 1.82rem;
    width: 1.56rem;
    transform: rotate(90deg);
    margin-bottom: 30px;
  }
  .rj-12 {
    padding: 50px 20px;
  }
  .rj-12 .rj12t1 .rj-storex-img {
    height: 22px;
    margin: 0 4px;
  }
  .rj-12 .rj12t2 {
    margin-top: 33px;
  }
  .rj-12 .rj12t2 .rj-storex-img2 {
    height: 42px;
  }
  .rj-12 .fj12links {
    margin-top: 40px;
    flex-direction: column;
    align-items: start;
  }
  .rj-12 .fj12links .fj12links-item {
    margin: 0 15px;
    margin-top: 10px;
  }
  .rj-12 .fj12links a {
    font-size: 12px;
  }
  .rj-12 .fj12links .line-col {
    display: none;
  }
  .rj-12 .fj12imgs .fj12-fxv {
    margin: 0 15px;
    margin-top: 58px;
    width: 48px;
    height: 48px;
  }
  .rj-12 .fj12phone {
    margin-top: 40px;
    text-align: center;
  }
  .rj-12 .fj12phone a {
    display: inline-block;
  }
  .rj-12 .fj12phone .fj12-pimg {
    margin-top: 20px;
    width: 290px;
    height: 82px;
    border-radius: 10px;
  }
  .main404wrap {
    background-color: #fff;
  }
  .main404wrap .main404-body {
    padding: 0 50px 50px;
  }
  .main404wrap .main404-body .main404-title {
    font-size: 30px;
    line-height: 40px;
    color: #12225c;
    margin-bottom: 15px;
  }
  .main404wrap .main404-body .main404-desc {
    font-size: 16px;
    line-height: 22px;
  }
  .main404wrap .main404-body a {
    color: #0954b5;
    text-decoration: none;
  }
  .main404wrap .main404-body .button {
    margin-top: 15px;
  }
  .main404wrap .main404-body .button a {
    background-color: #14964f;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    transition: background-color 0.5s, color 0.5s, border 0.5s, box-shadow 0.5s;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.14);
    text-decoration: none;
    padding: 13px 20px;
  }
  .main404wrap .main404-body .button a:hover {
    background-color: #0e6937;
  }
  .sitelistwrap .component-content ul {
    list-style: revert;
    margin: revert;
    padding: revert;
    text-align: left;
  }
  .sitelistwrap .component-content h3 {
    font-size: 28px;
    line-height: 36px;
    text-align: left;
  }
  .sitelistwrap .component-content a {
    color: #0954b5;
    text-decoration: none;
  }
  .stepwrap {
    width: 100%;
    position: relative;
  }
  .stepwrap .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
    object-position: center;
  }
  .stepwrap .container {
    display: flex;
    flex-direction: column-reverse;
    align-items: stretch;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    z-index: 1;
  }
  .stepwrap .container .left-col .numbered-list {
    color: #fff;
  }
  .stepwrap .container .left-col .numbered-list ol {
    display: flex;
    align-items: flex-start;
    text-align: center;
  }
}
@media screen and (max-width: 768px) and (max-width: 991px) {
  .stepwrap .container .left-col .numbered-list ol {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .stepwrap .container .left-col .numbered-list li {
    counter-increment: counter;
    overflow: hidden;
    flex-basis: auto;
    flex-shrink: 1;
    flex-grow: 1;
    padding: 0 5px;
  }
}
@media screen and (max-width: 768px) and (max-width: 991px) {
  .stepwrap .container .left-col .numbered-list li:not(:last-child)::after {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    background-color: #fff;
    margin: 20px auto;
  }
}
@media screen and (max-width: 768px) {
  .stepwrap .container .left-col .numbered-list li .item-num-wrap {
    display: inline-block;
    position: relative;
  }
}
@media screen and (max-width: 768px) and (min-width: 992px) {
  .stepwrap .container .left-col .numbered-list li .item-num-wrap::after,
  .stepwrap .container .left-col .numbered-list li .item-num-wrap::before {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    height: 1px;
    width: 300%;
    background-color: #fff;
  }
  .stepwrap .container .left-col .numbered-list li .item-num-wrap::after {
    left: 100%;
  }
  .stepwrap .container .left-col .numbered-list li .item-num-wrap::before {
    right: 100%;
  }
}
@media screen and (max-width: 768px) {
  .stepwrap .container .left-col .numbered-list li .item-num::before {
    content: counter(counter);
    font-size: 60px;
    line-height: 70px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 1439px) {
  .stepwrap .container .left-col .numbered-list li .item-num::before {
    font-size: 48px;
    line-height: 58px;
  }
}
@media screen and (max-width: 768px) and (max-width: 767px) {
  .stepwrap .container .left-col .numbered-list li .item-num::before {
    font-size: 37px;
    line-height: 47px;
  }
}
@media screen and (max-width: 768px) {
  .stepwrap .container .left-col .numbered-list li:first-child .item-num-wrap::before {
    display: none;
  }
  .stepwrap .container .left-col .numbered-list li:last-child .item-num-wrap::after {
    display: none;
  }
  .stepwrap .container .left-col .numbered-list li .field-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 3px;
  }
  .stepwrap .container .left-col .numbered-list li .field-description {
    font-size: 16px;
    line-height: 22px;
  }
  .stepwrap .container .left-col .numbered-list.numbered-list-horizontal ol {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  .stepwrap .container .left-col .numbered-list.numbered-list-horizontal ol {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .stepwrap .container .left-col .numbered-list.numbered-list-horizontal li {
    display: flex;
    align-items: center;
    flex: 1;
    padding-left: 80px;
    padding-right: 80px;
    position: relative;
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  .stepwrap .container .left-col .numbered-list.numbered-list-horizontal li {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .stepwrap .container .left-col .numbered-list.numbered-list-horizontal li:first-child {
    padding-left: 0;
  }
  .stepwrap .container .left-col .numbered-list.numbered-list-horizontal li:first-child::before {
    display: none;
  }
  .stepwrap .container .left-col .numbered-list.numbered-list-horizontal li:last-child {
    padding-right: 0;
  }
  .stepwrap .container .left-col .numbered-list.numbered-list-horizontal li:last-child::after {
    display: none;
  }
  .stepwrap .container .left-col .numbered-list.numbered-list-horizontal li:last-child::after {
    display: none;
  }
  .stepwrap .container .left-col .numbered-list.numbered-list-horizontal li::after,
  .stepwrap .container .left-col .numbered-list.numbered-list-horizontal li::before {
    width: 40px;
    height: 2px;
    background-color: #fff;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
  }
  .stepwrap .container .left-col .numbered-list.numbered-list-horizontal li::after {
    right: 0;
  }
  .stepwrap .container .left-col .numbered-list.numbered-list-horizontal li::before {
    left: 0;
  }
  .stepwrap .container .left-col .numbered-list.numbered-list-horizontal li .item-num::before {
    font-size: 65px;
    padding: 0 18px 0 0;
  }
  .stepwrap .container .left-col .numbered-list.numbered-list-horizontal li > div {
    text-align: left;
  }
  .stepwrap .container .left-col .numbered-list.numbered-list-horizontal li .item-texts {
    max-width: 230px;
  }
  .stepwrap .container .left-col .numbered-list.numbered-list-horizontal li .item-texts .field-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  .stepwrap .container .left-col .numbered-list.numbered-list-horizontal {
    padding: 60px 24px;
  }
  .stepwrap .container .left-col .numbered-list.numbered-list-horizontal ol li {
    padding: 60px 0;
  }
  .stepwrap .container .left-col .numbered-list.numbered-list-horizontal ol li::after,
  .stepwrap .container .left-col .numbered-list.numbered-list-horizontal ol li::before {
    width: 2px;
    height: 20px;
    left: 50%;
    right: auto;
    margin: 0;
  }
  .stepwrap .container .left-col .numbered-list.numbered-list-horizontal ol li::before {
    top: 0;
    bottom: auto;
  }
  .stepwrap .container .left-col .numbered-list.numbered-list-horizontal ol li::after {
    bottom: 0;
    top: auto;
  }
}
@media screen and (max-width: 768px) {
  .stepwrap .container .left-col .numbered-list.numbered-list-vertical {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .stepwrap .container .left-col .numbered-list.numbered-list-vertical {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .stepwrap .container .left-col .numbered-list.numbered-list-vertical ol li {
    width: 100%;
    min-width: auto !important;
  }
  .stepwrap .container .left-col .numbered-list.numbered-list-vertical ol li:last-of-type {
    min-width: 245px;
  }
  .stepwrap .container .left-col .numbered-list.image-instead-counter {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .stepwrap .container .left-col .numbered-list.image-instead-counter ol {
    justify-content: space-between;
    width: 100%;
  }
  .stepwrap .container .left-col .numbered-list.image-instead-counter ol li {
    flex: 1;
    padding: 0 5px;
    position: relative;
  }
  .stepwrap .container .left-col .numbered-list.image-instead-counter ol li.inactive {
    opacity: 0.2;
  }
  .stepwrap .container .left-col .numbered-list.image-instead-counter ol li.inactive + li::before {
    opacity: 0.2;
  }
  .stepwrap .container .left-col .numbered-list.image-instead-counter ol li:first-child::before {
    display: none;
  }
  .stepwrap .container .left-col .numbered-list.image-instead-counter ol li:last-child::after {
    display: none;
  }
  .stepwrap .container .left-col .numbered-list.image-instead-counter ol li::after,
  .stepwrap .container .left-col .numbered-list.image-instead-counter ol li::before {
    content: "";
    position: absolute;
    top: 25px;
    display: block;
    height: 1px;
    width: calc(50% - 35px);
    background-color: rgba(255, 255, 255, 0.5);
  }
  .stepwrap .container .left-col .numbered-list.image-instead-counter ol li::before {
    left: 0;
  }
  .stepwrap .container .left-col .numbered-list.image-instead-counter ol li::after {
    right: 0;
  }
  .stepwrap .container .left-col .numbered-list.image-instead-counter .field-title {
    font-weight: 600;
  }
  .stepwrap .container .left-col .numbered-list.image-instead-counter .item-num {
    display: none;
  }
  .stepwrap .container .left-col .numbered-list.image-instead-counter .field-image {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-bottom: 34px;
  }
  .stepwrap .container .left-col .numbered-list.image-instead-counter .field-image img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 992px) {
  .stepwrap .container .left-col .numbered-list.image-instead-counter {
    margin: 0 auto;
  }
  .stepwrap .container .left-col .numbered-list.image-instead-counter ol li {
    margin-bottom: 50px;
  }
  .stepwrap .container .left-col .numbered-list.image-instead-counter ol li:last-child {
    margin-bottom: 0;
  }
  .stepwrap .container .left-col .numbered-list.image-instead-counter .field-image {
    margin-bottom: 20px;
  }
  .stepwrap .container .left-col .numbered-list.image-instead-counter ol li::after,
  .stepwrap .container .left-col .numbered-list.image-instead-counter ol li::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .stepwrap .container .right-col {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
  }
  .stepwrap .container .right-col .cta-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 25px;
  }
  .stepwrap .container .right-col .button {
    display: inline-block;
    color: #fff;
    font-weight: 500;
  }
  .stepwrap .container .right-col .button a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    transition: background-color 0.5s, color 0.5s, border 0.5s, box-shadow 0.5s;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.14);
    text-decoration: none;
  }
  .stepwrap .container .right-col .button-squared a {
    border-radius: 5px;
  }
  .stepwrap .container .right-col .button-solid a {
    padding: 13px 20px;
  }
  .stepwrap .container .right-col .button-solid a:hover {
    text-decoration: none;
  }
  .stepwrap .container .right-col .button-primary a {
    color: #fff;
    background-color: #14964f;
  }
  .stepwrap .container .right-col .button-primary a:hover {
    background-color: #0e6937;
    color: #fff;
  }
  .stepwrap .container .right-col .button-bordered-secondary a {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    transition: all 0.5s;
    padding: 11px 20px;
  }
  .stepwrap .container .right-col .button + .button {
    margin-left: 10px;
  }
  .econ-calen-page4 .econ-calen-btn {
    background-color: #fff;
    padding: 50px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .econ-calen-page4 .econ-calen-btn > div {
    margin-left: 15px;
    margin-bottom: 15px;
  }
  .econ-calen-page5 .myjiansuo {
    margin-top: -2px;
  }
  .econ-calen-page5 .myjiansuo .hr {
    height: 1px;
    background: #e5e5e5;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    margin: 1rem 0;
    width: 100%;
  }
  .econ-calen-page5 .myjiansuo .tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0.8rem;
    background-color: #f5f5f5;
  }
  .econ-calen-page5 .myjiansuo .tabs .item {
    background: #f5f5f5;
    color: #12225c;
    width: 100%;
    height: 44px;
    border-radius: 1.75rem;
    text-align: left;
    line-height: 44px;
    margin-left: 24px;
    margin-top: 0;
    margin-bottom: 0;
    cursor: pointer;
    user-select: none;
  }
  .econ-calen-page5 .myjiansuo .tabs .active {
    color: #fff;
    background: linear-gradient(90deg, #0954b5 0%, #12225c 100%);
  }
  .econ-calen-page5 .myjiansuo .tabs .left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .econ-calen-page5 .myjiansuo .select-date {
    height: 40px;
    border-radius: 5px;
    margin-bottom: 20px;
    width: 400px;
  }
  .econ-calen-page5 .myjiansuo .tj {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.8rem;
  }
  .econ-calen-page5 .myjiansuo .tj .left {
    color: #191919;
    cursor: pointer;
    user-select: none;
    width: 40%;
  }
  .econ-calen-page5 .myjiansuo .tj .right {
    color: #191919;
    width: 55%;
  }
  .econ-calen-page5 .myjiansuo .tj .right .mf-arrow-top1 {
    margin-left: 2px;
  }
  .econ-calen-page5 .myjiansuo .drop-down {
    width: auto;
    background: #f5f5f5;
    overflow: hidden;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    height: 0;
    padding: 0 0;
    margin: 0 20px;
    margin-top: 30px;
  }
  .econ-calen-page5 .myjiansuo .drop-down .radio_type {
    margin-right: 10px;
  }
  .econ-calen-page5 .myjiansuo .drop-down:last-child {
    margin-top: 0 !important;
  }
  .econ-calen-page5 .myjiansuo .drop-down .drop-down-item {
    padding-top: 22px;
  }
  .econ-calen-page5 .myjiansuo .drop-down .drop-down-item .mf-arrow-top-jin {
    display: block;
  }
  .econ-calen-page5 .myjiansuo .drop-down .checklist {
    height: 0;
    overflow-y: hidden;
    scrollbar-color: #bca675;
    scrollbar-width: 10px;
    transition: height 0.2s;
    margin: 0 24px;
  }
  .econ-calen-page5 .myjiansuo .drop-down .checklist .checkitem {
    margin-bottom: 0.9rem;
    display: flex;
    align-items: center;
  }
  .econ-calen-page5 .myjiansuo .drop-down .checklist .checkitem .checkbox {
    width: 16px;
    height: 16px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #040d31;
  }
  .econ-calen-page5 .myjiansuo .drop-down .checklist .checkitem .gq {
    width: 32px;
    height: 24px;
    margin: 0 10px;
  }
  .econ-calen-page5 .myjiansuo .drop-down .checklist .checkitem .name {
    font-weight: bold;
    font-size: 16px;
    color: #191919;
    line-height: 24px;
    text-align: left;
  }
  .econ-calen-page5 .myjiansuo .drop-down .checklistphone {
    height: 250px;
    overflow-y: auto;
  }
  .econ-calen-page5 .myjiansuo .drop-down .biaoti {
    margin-bottom: 17px;
    margin: 0 24px;
    font-weight: bold;
    font-size: 20px;
    color: #bca675;
    line-height: 24px;
    text-align: left;
  }
  .econ-calen-page5 .myjiansuo .drop-down-show {
    overflow: visible;
    height: auto;
    padding: 24px 0;
    padding-top: 0;
  }
  .econ-calen-page5 .smjb {
    margin-top: 4.875rem;
    padding: 0 20px;
  }
  .econ-calen-page5 .smjb .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .econ-calen-page5 .smjb .title .mf-arrow-bottom-jin1 {
    margin-left: 4px;
  }
  .econ-calen-page5 .smjb .title .mf-arrow-top-jin1 {
    margin-left: 4px;
  }
  .econ-calen-page5 .smjb .title .left {
    color: #191919;
  }
  .econ-calen-page5 .smjb .title .left .sselect-box {
    position: absolute;
    top: 20px;
    min-width: 100px;
    max-width: 300px;
  }
  .econ-calen-page5 .smjb .title .left .sselect-box .ss-list-box {
    max-height: 260px;
  }
  .econ-calen-page5 .smjb .title .right {
    color: #191919;
    display: flex;
    align-items: center;
  }
  .econ-calen-page5 .smjb .title .right span {
    display: flex;
    margin-left: 0;
    align-items: center;
    line-height: 0;
  }
  .econ-calen-page5 .smjb .tb {
    margin-top: 1.1667rem;
  }
  .econ-calen-page5 .smjb .tb .tr {
    margin-top: 0.4167rem;
    color: #191919;
    flex-direction: column;
  }
  .econ-calen-page5 .smjb .tb .tr .tr-top {
    flex-wrap: wrap;
  }
  .econ-calen-page5 .smjb .tb .tr .tr-top .tone {
    width: 100%;
    font-size: 14px;
    padding: 17px 10px;
  }
  .econ-calen-page5 .smjb .tb .tr .tr-top .tone .time {
    font-size: 12px;
    padding: 4px 14px;
  }
  .econ-calen-page5 .smjb .tb .tr .tr-top .tone .gq {
    margin: 0 10px;
  }
  .econ-calen-page5 .smjb .tb .tr .tr-top .td {
    width: 30%;
    text-align: center;
    padding: 0.6rem 0;
    margin: 0 0;
    border-left: 1px solid #c1c1c1;
    flex: 1;
    font-weight: bold;
    font-size: 18px;
    color: #191919;
  }
  .econ-calen-page5 .smjb .tb .tr .tr-top .td .numberproce {
    margin-top: 2px;
    font-weight: 500;
    font-size: 12px;
    color: #b1afaf;
    text-align: center;
  }
  .econ-calen-page5 .smjb .tb .tr .tr-top .tdphone {
    border-left: none;
  }
  .econ-calen-page5 .smjb .tb .tr .tr-dwrap {
    border: 1px solid rgba(25, 25, 25, 0.2);
    height: 0;
    padding: 0 0;
    overflow: hidden;
    transition: all 0.2s;
  }
  .econ-calen-page5 .smjb .tb .tr .tr-dwrap .dr-wrap-top {
    flex-wrap: wrap;
  }
  .econ-calen-page5 .smjb .tb .tr .tr-dwrap .dr-wrap-top .left {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 20px;
  }
  .econ-calen-page5 .smjb .tb .tr .tr-dwrap .dr-wrap-top .left .gq {
    margin: 0 10px;
  }
  .econ-calen-page5 .smjb .tb .tr .tr-dwrap .dr-wrap-top .right {
    padding: 0 0px;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .econ-calen-page5 .smjb .tb .tr .tr-dwrap .dr-wrap-top .right .col-line {
    margin: 0 0;
  }
  .econ-calen-page5 .smjb .tb .tr .tr-dwrap .dr-wrap-top .right .tj {
    flex: 1;
    padding: 0 0;
  }
  .econ-calen-page5 .smjb .tb .tr .tr-dwrap .dr-wrap-top .right .tj .bottom {
    font-size: 30px;
  }
  .econ-calen-page5 .smjb .tb .tr .tr-dwrap .dr-wrap-top .right .tj:last-child {
    border-right: none;
  }
  .econ-calen-page5 .smjb .tb .tr .tr-dwrap .content {
    font-weight: 500;
    font-size: 14px;
    color: #191919;
    line-height: 22px;
    padding: 1.6667rem 20px;
    text-align: left;
  }
  .econ-calen-page5 .smjb .tb .tr .tr-dwrap .shawanyi {
    padding: 0 20px;
  }
  .econ-calen-page5 .smjb .tb .tr .tr-dwrap-show {
    height: auto;
    padding: 33px 0;
    overflow: visible;
  }
  .live-table-chart-page .top-line {
    background: #e5e5e5 !important;
  }
  .live-table-chart-page .mf-product-part-2 .tabs > div.active {
    background: linear-gradient(90deg, #0954b5 0%, #12225c 100%);
    color: #ffffff;
  }
  .live-table-chart-page .mf-product-part-2 .tabs > div {
    width: 11.31rem;
    height: 3.5rem;
    line-height: 3.5rem;
    border-radius: 1.75rem 1.75rem 1.75rem 1.75rem;
    margin-right: 0.6rem;
    background: #f5f5f5;
    color: #12225c;
  }
  .live-table-chart-page .right-line {
    display: none !important;
  }
  .live-table-chart-page .header-search {
    border-color: #12225b;
  }
  .live-table-chart-page .mf-search-input {
    color: #191919;
  }
  .live-table-chart-page .ec-1-1 .form-check-input {
    --bs-form-control-bg: #fff;
  }
  .live-table-chart-page .ltabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 70px;
  }
  .live-table-chart-page .ltabs .litem {
    background: #f5f5f5;
    border-radius: 28px 28px 0px 0px;
    width: 49%;
    padding: 22px 0;
    text-align: center;
    cursor: pointer;
  }
  .live-table-chart-page .ltabs .litem a {
    color: #12225c;
    text-decoration: none;
  }
  .live-table-chart-page .ltabs .litemactive {
    color: #fff;
    background: linear-gradient(90deg, #0954b5 0%, #12225c 100%);
  }
  .live-table-chart-page .ltabs .litemactive a {
    color: #fff;
    text-decoration: none;
  }
  .live-table-chart-page .titlemy {
    color: #12225c;
  }
  .market-insights {
    gap: 24px;
  }
  .market-insights .m-header {
    display: flex;
    width: 100%;
    padding: 0 8px;
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }
  .market-insights .m-header .m-t1 {
    text-align: center;
    font-size: 35px;
  }
  .market-insights .m-header .m-t2 {
    font-size: 12px;
    font-weight: 700;
    line-height: 160%;
    /* 19.2px */
    letter-spacing: 3.6px;
  }
  .market-insights .m-tab-area {
    padding: 0 12px;
  }
  .market-insights .m-tab-area .m-tab {
    gap: 10px;
  }
  .market-insights .m-tab-area .m-tab-active .m-dot {
    background-color: #12225C;
  }
  .market-insights .m-list {
    display: flex;
    width: 100%;
    padding: 8px 16px 24px 16px;
    justify-content: flex-end;
    gap: 19px;
  }
  .market-insights .m-list .m-list-header {
    display: flex;
    align-items: center;
    gap: 0;
    align-self: stretch;
    flex-wrap: wrap;
  }
  .market-insights .m-list .m-list-header .header-item {
    display: flex;
    padding: 16px 0;
    flex-direction: column;
    align-items: center;
    flex: 1 0 0;
    gap: 12px;
    min-width: calc(50% - 32px);
  }
  .market-insights .m-list .m-list-header .header-item .item-text1 {
    color: var(--text2, #333);
    font-weight: 500;
    letter-spacing: 1.4px;
  }
  .market-insights .m-list .m-list-header .m-header-line {
    width: 1px;
    height: 54px;
    background: var(--divider, #DDD);
  }
  .market-insights .m-list .m-list-items .list-item {
    display: flex;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    gap: 0;
    align-self: stretch;
  }
  .market-insights .m-list .m-list-items .list-item .list-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    gap: 0;
  }
  .market-insights .m-list .m-list-items .list-item .list-row .item-row {
    padding: 0;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
  }
  .market-insights .m-list .m-list-items .list-item .list-row .item1 {
    gap: 4px;
  }
  .market-insights .m-list .m-list-items .list-item .list-row .item-t1 {
    font-size: 12px;
    /* 12px */
    letter-spacing: 1.2px;
  }
  .market-insights .m-list .m-list-items .list-item .list-row .item-t2 {
    font-size: 14px;
    /* 14px */
    letter-spacing: 1.4px;
  }
  .market-insights .m-list .m-annotate {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .market-insights .m-list .m-annotate span {
    font-size: 10px;
    letter-spacing: 1px;
  }
  .market-insights .m-desc {
    padding: 20px;
    gap: 12px;
    border-radius: 6px;
  }
  .market-insights .m-desc .desc-t1 {
    font-size: 15px;
    line-height: 160%;
    /* 18px */
    letter-spacing: 0.6px;
  }
  .market-insights .m-desc .desc-t2 {
    font-size: 12px;
    line-height: 150%;
    /* 21px */
    letter-spacing: 1.2px;
  }
  .kline-merge-table {
    gap: 24px;
  }
  .kline-merge-table .m-header {
    display: flex;
    width: 100%;
    padding: 0 8px;
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }
  .kline-merge-table .m-header .m-t1 {
    text-align: center;
    font-size: 35px;
  }
  .kline-merge-table .m-header .m-t2 {
    font-size: 12px;
    font-weight: 700;
    line-height: 160%;
    /* 19.2px */
    letter-spacing: 3.6px;
  }
  .kline-merge-table .inr {
    gap: 24px;
    padding: 20px 16px;
    align-items: flex-start;
    border-radius: 0;
  }
  .kline-merge-table .inr .rate {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
  }
  .kline-merge-table .inr .rate .rate-item {
    display: flex;
    padding: 0 1px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .kline-merge-table .inr .rate .k-left {
    display: flex;
    align-items: flex-start;
    gap: 4px;
  }
  .kline-merge-table .inr .rate .k-left span {
    color: var(--text2, #333);
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 14px */
    letter-spacing: 1.4px;
  }
  .kline-merge-table .inr .rate .k-right {
    display: flex;
    align-items: flex-start;
    gap: 0;
    padding-bottom: 8px;
  }
  .kline-merge-table .inr .rate .k-right .k-item {
    margin-right: 12px;
    width: auto;
  }
  .kline-merge-table .inr .rate .k-right .t1 {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
  .kline-merge-table .inr .rate .k-right .t2 {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
  .kline-merge-table .inr .chart {
    display: block;
    gap: 0;
    height: 560px;
  }
  .kline-merge-table .inr .chart .date {
    margin-bottom: 10px;
  }
  .kline-merge-table .inr .chart .chart-footer {
    bottom: 60px;
  }
  .kline-merge-table .inr .chart .m-btn {
    border-radius: 6px;
    background: var(--background, #F5F5F5);
    overflow: hidden;
  }
  .kline-merge-table .inr .chart .m-btn .btn-item {
    display: flex;
    height: 38px;
    padding: 0;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
  }
  .kline-merge-table .inr .chart .m-btn .active {
    background: var(--text, #12225C) !important;
  }
  .kline-merge-table .inr .chart .m-btn .active .b-number {
    color: var(--white, #FFF);
    font-weight: 700;
  }
  .kline-merge-table .inr .chart .m-btn .active .b-text {
    color: var(--white, #FFF);
    font-weight: 700;
  }
  .kline-merge-table .inr .chart .date-specification {
    border-top: none;
    padding-top: 0px;
    flex-direction: row;
  }
  .kline-merge-table .inr .chart .date-specification .select {
    flex: 1;
  }
  .kline-merge-table .inr .chart .date-specification .select input {
    border-radius: 100px;
    padding: 3px 10px;
    font-size: 12px;
    width: auto;
    flex: 1;
  }
  .kline-merge-table .inr .chart .date-specification .select input::-webkit-calendar-picker-indicator {
    position: absolute;
    right: 10px;
    padding-left: calc(100% - 40px);
    background-image: url(../images/calendar_month.png);
    width: 20px;
    height: 20px;
  }
  .kline-merge-table .inr .chart .date-specification .select input:before {
    content: attr(placeholder);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.4px;
  }
  .kline-merge-table .inr .chart .date-specification .select input::-webkit-datetime-edit {
    display: none;
  }
  .kline-merge-table .inr .chart .date-specification .select .selected:before {
    display: none;
  }
  .kline-merge-table .inr .chart .date-specification .select .selected::-webkit-datetime-edit {
    display: block;
    padding-right: 20px;
  }
  .kline-merge-table .inr .chart .date-specification .select span {
    width: 8px;
    height: 1px;
    background-color: #333;
    display: inline-block;
    margin: 0 6px;
  }
  .kline-merge-table .inr .chart .m-btn .m-btns {
    flex: 1;
  }
  .kline-merge-table .inr .chart .m-btn .m-btns .btn-item {
    padding: 10px 0;
  }
  .kline-merge-table .inr .chart .m-btn .m-btns .btn-item:first-child {
    border-radius: 6px 0 0 6px;
    overflow: hidden;
  }
  .kline-merge-table .inr .chart .m-btn .m-btns .btn-item:last-child {
    border-right: none;
  }
  .kline-merge-table .inr .chart .m-btn .m-btns .btn-item:hover {
    background-color: #edf1f5;
  }
  .kline-merge-table .inr .chart .m-btn .m-btns .active {
    background: var(--text, #12225c) !important;
  }
  .kline-merge-table .inr .chart .m-btn .m-btns .active .b-number {
    color: var(--white, #fff);
    font-weight: 700;
  }
  .kline-merge-table .inr .chart .m-btn .m-btns .active .b-text {
    color: var(--white, #fff);
    font-weight: 700;
  }
  .kline-merge-table .inr .info {
    padding-top: 0;
    gap: 8px;
  }
  .kline-merge-table .inr .info .info-text {
    justify-content: center;
    gap: 4px;
  }
  .kline-merge-table .inr .info .info-text .info-dot1 {
    width: 10px;
    height: 3px;
    border-radius: 100px;
    background: #1B3CB4;
  }
  .kline-merge-table .inr .info .info-text .info-dot2 {
    width: 10px;
    height: 3px;
    border-radius: 100px;
    background: #F76039;
  }
  .kline-merge-table .inr .info .info-text span {
    color: #12225C;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.2px;
    opacity: 0.99;
  }
  .clientsentiment-echart3 {
    height: 250px;
  }
  .gloslist-main .gloslist-l-part3 {
    height: 300px;
    padding: 30px 0;
  }
  .gloslist-main .gloslist-right {
    margin-left: 0;
    margin-right: 0 !important;
  }
  .gloslist-main .gloslist-title2 {
    padding: 10px 0;
    margin-top: 115px;
  }
  .gloslist-main .letter-search {
    background: #f5f5f5;
    padding: 18px;
    margin-top: 29px;
  }
  .gloslist-main .letter-search .title {
    color: #12225c;
    padding: 30px 0;
    font-size: 28px;
  }
  .gloslist-main .letter-search .listwrap {
    display: flex;
    flex-wrap: wrap;
  }
  .gloslist-main .letter-search .listwrap .list {
    width: 100%;
  }
  .gloslist-main .letter-search .listwrap .list .left {
    flex-shrink: 0;
    color: #12225c;
    padding-top: 20px;
    width: 100%;
    margin-bottom: 10px;
  }
  .gloslist-main .letter-search .listwrap .list .right {
    display: flex;
    float: none;
  }
  .gloslist-main .letter-search .listwrap .list .right .item {
    width: 55px;
    height: 55px;
    background-color: #fff;
    color: #12225c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
  }
  .gloslist-main .letter-search .listwrap .list .right .item:hover {
    background-color: #0954b5;
    color: #fff;
    cursor: pointer;
  }
  .gloslist-main .letter-search .listwrap .list .right .lzitem-active {
    background-color: #0954b5;
    color: #fff;
  }
  .gloslist-main .letter-search .zm {
    padding-top: 40px;
  }
  .gloslist-main .letter-search .zm .zmleft {
    color: #12225c;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .gloslist-main .letter-search .zm .zmright {
    display: flex;
    flex-wrap: wrap;
  }
  .gloslist-main .letter-search .zm .zmright .zmitem {
    width: 55px;
    height: 55px;
    background-color: #fff;
    color: #12225c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 7px;
    margin-bottom: 10px;
  }
  .gloslist-main .letter-search .zm .zmright .zmitem:hover {
    background-color: #0954b5;
    color: #fff;
    cursor: pointer;
  }
  .gloslist-main .letter-search .zm .zmright .lzitem-active {
    background-color: #0954b5;
    color: #fff;
  }
  .gloslist-main .ullist {
    display: flex;
    border-top: 1px solid #12225c;
    padding-top: 40px;
    margin-top: 10px;
  }
  .gloslist-main .ullist .ulleft {
    width: 63px;
    height: 63px;
    background: #12225d;
    color: #bca675;
    font-size: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .gloslist-main .ullist .ulright {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 40px;
  }
  .gloslist-main .ullist .ulright .ulitem {
    color: #101b4b;
    font-size: 18px;
    margin-bottom: 14px;
    text-decoration-line: underline;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .gloslist-main .ullist .ulright .ulitem::before {
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    border-top: 0.15rem solid;
    border-right: 0.15rem solid;
    border-color: #040d31;
    transform: rotate(45deg);
    margin-right: 0.7rem;
  }
  .gloslist-detail .l2-25-sp {
    display: flex;
    flex-direction: column;
  }
  .gloslist-detail .l2-25-right {
    order: 2;
  }
  .gloslist-detail .l2-25-left {
    order: 1;
  }
  .gloslist-detail .abtn-wrap {
    margin-bottom: 40px;
  }
  .gloslist-detail .abtn-wrap a {
    width: 100%;
    height: 66px;
    background: #101b4b;
    border-radius: 50px;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 66px;
    margin-top: 10px;
  }
  .gloslist-detail .dbt {
    font-size: 46px;
  }
  .gloslist-detail .ebt {
    font-size: 32px;
    margin-top: 57px;
    margin-bottom: 30px;
  }
  .gloslist-detail .hbt {
    font-size: 26px;
    margin: 40px 0 29px 0;
  }
  .gloslist-detail .stoneXlist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .gloslist-detail .stoneXlist .stoneXitem {
    width: 100%;
    height: 160px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }
  .gloslist-detail .stoneXlist .stoneXitem .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
  }
  .gloslist-detail .stoneXlist .stoneXitem .icon {
    width: 35px;
    height: 34px;
    z-index: 2;
    position: relative;
  }
  .gloslist-detail .stoneXlist .stoneXitem .text {
    color: #fff;
    z-index: 2;
    position: relative;
    padding-top: 30px;
  }
  .gloslist-detail .ttl {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .gloslist-detail .ttl .mf-reason-button {
    margin-left: 0;
    margin-top: 20px;
  }
  .instrumentPage .sbjpdiv {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .instrumentPage .sbjpdiv .sbjpimg {
    width: 60px;
    height: 40px;
    background-color: red;
  }
  .instrumentPage .sbjpdiv .sbjpspan {
    font-size: 32px;
    color: #101b4b;
    padding-left: 15px;
  }
  .instrumentPage .sbjpdiv .down {
    border: solid #101b4b;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-bottom: 10px;
    margin-left: 10px;
  }
  .instrumentPage .aup-jpy .top {
    display: flex;
  }
  .instrumentPage .aup-jpy .top .top-item {
    flex: 1;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .instrumentPage .aup-jpy .top .top-item span {
    font-size: 16px;
    color: #101b4b;
  }
  .instrumentPage .aup-jpy .top .top-item .b {
    font-size: 24px;
    color: #101b4b;
  }
  .instrumentPage .aup-jpy .top .top-item .o {
    font-size: 24px;
    color: #ff661e;
    display: flex;
    align-items: center;
  }
  .instrumentPage .aup-jpy .jsh {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    position: relative;
  }
  .instrumentPage .aup-jpy .jsh .abcon {
    position: absolute;
    width: 80px;
    height: 30px;
    background: #101b4b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
  }
  .instrumentPage .aup-jpy .jsh .jsh-item {
    background: #477bc2;
    width: 49%;
    display: flex;
    flex-direction: column;
    padding: 5px 10px;
  }
  .instrumentPage .aup-jpy .jsh .jsh-item:nth-child(3) {
    background: #ff661e;
    text-align: right;
  }
  .instrumentPage .aup-jpy .jsh .jsh-item span {
    color: #fff;
  }
  .instrumentPage .aup-jpy .jsh .jsh-item span:nth-child(2) {
    padding-top: 10px;
    font-size: 24px;
  }
  .instrumentPage .aup-jpy .cell-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .instrumentPage .aup-jpy .cell-wrap .cell-item {
    width: 50%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    margin-bottom: 8px;
  }
  .instrumentPage .aup-jpy .cell-wrap .cell-item:nth-child(odd) {
    padding-right: 10px;
  }
  .instrumentPage .aup-jpy .cell-wrap .cell-item span {
    font-size: 12px;
    color: #101b4b;
  }
  .instrumentPage .aup-jpy .cell-wrap .cell-item span:last-of-type {
    font-size: 16px;
    color: #0954b5;
  }
  .instrumentPage .aup-jpy .jdt .jdt-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
  }
  .instrumentPage .aup-jpy .jdt .jdt-label span {
    font-size: 14px;
    color: #101b4b;
  }
  .instrumentPage .aup-jpy .jdt .jdt-label span:last-of-type {
    color: #0954b5;
  }
  .instrumentPage .aup-jpy .jdt .jdt-bar {
    height: 10px;
    position: relative;
  }
  .instrumentPage .aup-jpy .jdt .jdt-bar .jdt-bar-item {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 2;
  }
  .instrumentPage .aup-jpy .jdt .jdt-bar .l {
    left: 0;
  }
  .instrumentPage .aup-jpy .jdt .jdt-bar .r {
    right: 0;
  }
  .instrumentPage .aup-jpy .jdt .jdt-bar .o {
    background-color: #fe710d;
  }
  .instrumentPage .aup-jpy .jdt .jdt-bar .b {
    background-color: #5387cc;
  }
  .instrumentPage .aup-jpy .tips {
    font-size: 12px;
    color: #101b4b;
    text-align: center;
    margin: 15px 0 30px;
  }
  .instrumentPage .aup-jpy .btn {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .instrumentPage .aup-jpy .btn .btn-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 217px;
    height: 50px;
    background: linear-gradient(90deg, #fcecb3 0%, #a88b4a 100%);
    border-radius: 28px 28px 28px 28px;
    position: relative;
    color: #191919;
  }
  .instrumentPage .aup-jpy .btn .btn-item .icon {
    width: 23px;
    position: absolute;
    right: 23px;
  }
  .instrumentPage .aup-jpy .btn .btn-green {
    background: #14964f;
    color: #fff;
    display: none;
  }
  .instrumentPage .inst-tabs-wrap .inst-tabs-title {
    font-size: 32px;
    color: #101b4b;
    margin-bottom: 30px;
  }
  .instrumentPage .inst-tabs-wrap .inst-tabs-nav {
    display: flex;
  }
  .instrumentPage .inst-tabs-wrap .inst-tabs-nav .inst-tabs-nav-item {
    flex: 1;
    background: #f5f5f5;
    border-radius: 28px 28px 0px 0px;
    padding: 22px 0;
    text-align: center;
    color: #12225c;
  }
  .instrumentPage .inst-tabs-wrap .inst-tabs-nav .inst-tabs-nav-item:nth-child(2) {
    margin-left: 10px;
  }
  .instrumentPage .inst-tabs-wrap .inst-tabs-nav .inst-tabs-nav-item-active {
    color: #fff;
    background: linear-gradient(90deg, #0954b5 0%, #12225c 100%);
  }
  .instrumentPage .inst-tabs-wrap .inst-tabs-body .h1 {
    font-size: 20px;
    color: #101b4b;
    margin: 40px 0 13px 0;
  }
  .instrumentPage .inst-tabs-wrap .inst-tabs-body .desc {
    font-size: 16px;
    color: #191919;
  }
  .instrumentPage .inst-tabs-wrap .inst-tabs-body .body-tabs-wrap {
    margin-top: 30px;
  }
  .instrumentPage .inst-tabs-wrap .inst-tabs-body .body-tabs-wrap .body-tabs-nav {
    display: flex;
    justify-content: center;
  }
  .instrumentPage .inst-tabs-wrap .inst-tabs-body .body-tabs-wrap .body-tabs-nav .body-tabs-item {
    font-size: 16px;
    color: #12225c;
    padding: 20px 0;
    border-radius: 28px;
    width: 181px;
    text-align: center;
    background: #f5f5f5;
    margin-left: 10px;
  }
  .instrumentPage .inst-tabs-wrap .inst-tabs-body .body-tabs-wrap .body-tabs-nav .body-tabs-item-active {
    background: linear-gradient(90deg, #0954b5 0%, #12225c 100%);
    color: #fff;
  }
  .instrumentPage .inst-tabs-wrap .inst-tabs-body .body-tabs-wrap .body-tabs-body .table-label {
    margin: 30px 0 10px 0;
    display: flex;
  }
  .instrumentPage .inst-tabs-wrap .inst-tabs-body .body-tabs-wrap .body-tabs-body .table-label span {
    font-size: 16px;
    color: #12225c;
    width: 25%;
    text-align: center;
  }
  .instrumentPage .inst-tabs-wrap .inst-tabs-body .body-tabs-wrap .body-tabs-body .table-num {
    margin: 20px 0 30px 0;
    display: flex;
    padding: 10px 0;
    background: #f5f5f5;
  }
  .instrumentPage .inst-tabs-wrap .inst-tabs-body .body-tabs-wrap .body-tabs-body .table-num span {
    padding: 10px 0;
    font-size: 14px;
    color: #12225c;
    width: 25%;
    text-align: center;
    border-right: 1px solid #c1c1c1;
    display: inline-block;
  }
  .instrumentPage .inst-tabs-wrap .inst-tabs-body .body-tabs-wrap .body-tabs-body .table-num span:last-of-type {
    border-right: none;
  }
  .instrumentPage .inst-tabs-wrap .inst-tabs-body .body-tabs-wrap .body-tabs-body .table-col {
    margin-bottom: 10px;
    display: flex;
    padding: 10px 0;
    background: #f5f5f5;
  }
  .instrumentPage .inst-tabs-wrap .inst-tabs-body .body-tabs-wrap .body-tabs-body .table-col span {
    width: 16.666667%;
    text-align: center;
    color: #5387cc;
    padding: 10px 0;
    font-size: 14px;
  }
  .instrumentPage .inst-tabs-wrap .inst-tabs-body .body-tabs-wrap .body-tabs-body .table-col .color-101B4B {
    color: #101b4b;
  }
  .mf-lp-echart .gdpechart .title {
    font-size: 20px;
  }
  .mf-lp-echart .gdpechart .cell .left {
    font-size: 14px;
  }
  .mf-lp-echart .echart-item-open .echart-wrap {
    width: 100%;
  }
  .mf-lp-echart .echart-item-open .qqb {
    font-size: 16px;
    margin-top: 10px;
  }
  .mf-lp-echart .echart-item-open .qqb span {
    font-size: 12px;
    margin-right: 5px;
  }
  .mf-lp-echart .echart-item-open .zoom {
    flex-wrap: wrap;
  }
  .mf-lp-echart .echart-item-open .zoom .left {
    width: 100%;
  }
  .mf-lp-echart .echart-item-open .zoom .right {
    width: 100%;
    text-align: right;
    margin-top: 10px;
  }
  .lp-tabel .lp-tabel-head span,
  .lp-tabel .lp-tabel-item span {
    font-size: 12px;
  }
  .economic-indicators-country-compare .economic-box {
    padding: 8px 0;
    gap: 10px;
    align-self: stretch;
    border-radius: 6px;
    background: #FFF;
  }
  .economic-indicators-country-compare .economic-box .e-header {
    flex-wrap: wrap;
    margin: 0 8px;
  }
  .economic-indicators-country-compare .economic-box .e-header .e-item {
    padding: 10px 12px;
    color: #12225C;
  }
  .economic-indicators-country-compare .economic-box .e-header .e-item:nth-child(1) {
    display: none;
  }
  .economic-indicators-country-compare .economic-box .e-header .e-item:nth-child(2) {
    width: 40%;
    flex: 1;
  }
  .economic-indicators-country-compare .economic-box .e-header .e-item:nth-child(3) {
    width: 30%;
    width: 100px;
  }
  .economic-indicators-country-compare .economic-box .e-header .e-item:nth-child(4) {
    width: 30%;
    width: 92px;
    text-align: center;
  }
  .economic-indicators-country-compare .economic-box .e-header .e-item:nth-child(5) {
    width: 30%;
    width: 88px;
  }
  .economic-indicators-country-compare .economic-box .e-header .e-flag {
    width: 10%;
    padding: 10px 6px;
    border: 1px solid transparent;
    width: 24px;
  }
  .economic-indicators-country-compare .economic-box .e-cell {
    flex-wrap: wrap;
    border-bottom: none;
    margin: 0 8px;
  }
  .economic-indicators-country-compare .economic-box .e-cell:last-child {
    padding-bottom: 16px;
  }
  .economic-indicators-country-compare .economic-box .e-cell .e-title:empty {
    display: none;
  }
  .economic-indicators-country-compare .economic-box .e-cell .e-item {
    display: flex;
    /* 14px */
    padding: 10px 8px;
    min-height: 20px;
  }
  .economic-indicators-country-compare .economic-box .e-cell .e-item:nth-child(1) {
    width: 100%;
    border-radius: 4px;
    background: var(--background, #F5F5F5);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 16.8px */
  }
  .economic-indicators-country-compare .economic-box .e-cell .e-item:nth-child(2) {
    flex: 1;
    color: var(--text, #12225C);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    align-items: left;
    /* 12px */
  }
  .economic-indicators-country-compare .economic-box .e-cell .e-item:nth-child(4) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30%;
    width: 92px;
  }
  .economic-indicators-country-compare .economic-box .e-cell .e-item .e-item-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .economic-indicators-country-compare .economic-box .e-cell .e-item .e-item-right {
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .economic-indicators-country-compare .economic-box .e-cell .e-item:nth-child(5) {
    flex-direction: column;
    width: 30%;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-weight: 500;
    line-height: 140%;
    /* 10px */
    width: 88px;
  }
  .economic-indicators-country-compare .economic-box .e-cell .e-flag {
    padding: 10px 6px;
    justify-content: center;
  }
  .economic-indicators-country-compare .economic-box .e-cell .e-flag .icon {
    width: 24px;
    height: 16px;
    border: 1px solid #DDD;
    object-fit: cover;
  }
  .economic-indicators-country-compare .economic-box .e-cell .e-flag .icon:nth-child(1) {
    margin-top: 0;
  }
  .economic-indicators-country-compare .economic-box .e-cell .e-flag .icon:nth-child(2) {
    margin-bottom: 0;
  }
  .economic-indicators-country-compare .economic-box .isRight {
    padding-bottom: 6px;
  }
  .economic-indicators-country-compare .economic-box .isRight .e-item:nth-child(2) {
    align-items: start;
    padding-top: 17px;
  }
  .economic-indicators-country-compare .economic-box .isRight .e-item:nth-child(5) {
    justify-content: space-between;
    align-items: start;
  }
  .economic-indicators-country-compare .economic-box .isRight .e-item:nth-child(5) .e-item-left {
    margin-top: 7px;
  }
  .economic-indicators-country-compare .economic-box .isRight .e-item:nth-child(5) .e-item-right {
    margin-bottom: 7px;
  }
  .economic-indicators-country-compare .economic-box .isRight .e-flag {
    padding: 10px 6px;
    justify-content: space-between;
  }
  .economic-indicators-country-compare .economic-box .isRight .e-flag .icon:nth-child(1) {
    margin-top: 7px;
  }
  .economic-indicators-country-compare .economic-box .isRight .e-flag .icon:nth-child(2) {
    margin-bottom: 7px;
  }
  .economic-indicators-country-compare .economic-box .e-cell-line {
    border-bottom: 1px solid #DDD;
  }
  .economic-indicators-country-compare .economic-box .e-text1 {
    color: #12225C;
    font-family: "Noto Sans JP";
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 10px */
  }
  .economic-indicators-country-compare .economic-box .e-text2 {
    font-size: 12px;
    line-height: 140%;
    font-weight: 700;
    /* 16.8px */
  }
  .economic-indicators-country-compare .economic-box .e-text3 {
    opacity: 0.99;
    font-size: 10px;
    font-weight: 400;
    line-height: 140%;
  }
  .economic-indicators-country-compare .custom-select-wrap {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin-top: 32px;
  }
  .economic-indicators-country-compare .custom-select-wrap .custom-select {
    width: 100%;
    margin-left: 1%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .economic-indicators-country-compare .custom-select-wrap .custom-select:first-child {
    margin-right: 1%;
    margin-left: 0%;
  }
  .economic-indicators-country-compare .custom-select-wrap .custom-select:last-child {
    width: 100%;
  }
  .economic-indicators-country-compare .custom-select-wrap .custom-select::after {
    right: 20px;
  }
  .economic-indicators-country-compare .custom-select-wrap .custom-select select {
    font-size: 12px;
    padding: 0 20px;
  }
  .economic-indicators-country-compare .echart-list-wrap {
    margin-top: 50px;
  }
  .economic-indicators-country-compare .echart-list-wrap .echart-list-category {
    margin: 0 15px;
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
  }
  .economic-indicators-country-compare .echart-list-wrap .echart-list-category .category {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 35px;
  }
  .economic-indicators-country-compare .echart-list-wrap .echart-list-category .category_translate {
    font-size: 12px;
    font-weight: 700;
    line-height: 160%;
    /* 19.2px */
    letter-spacing: 3.6px;
  }
  .economic-indicators-country-compare .echart-list-wrap .qqb3 {
    color: #333;
    text-align: right;
    font-family: "Noto Sans JP";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.7;
    margin-top: 4px;
  }
  .economic-indicators-country-compare .echart-list-wrap .echart-list .echart-item {
    width: 100%;
  }
  .economic-indicators-country-compare .echart-list-wrap .echart-list .echart-item .echart-item-open .echart-wrap {
    width: 100%;
  }
  .mf-economic-echart .gdpechart .title {
    font-size: 20px;
  }
  .mf-economic-echart .gdpechart .cell .left {
    font-size: 14px;
  }
  .mf-economic-echart .echart-item-open .echart-wrap {
    width: 100%;
  }
  .mf-economic-echart .echart-item-open .gdpitem {
    border-radius: 6px;
  }
  .mf-economic-echart .echart-item-open .qqb {
    font-size: 16px;
    margin-top: 10px;
  }
  .mf-economic-echart .echart-item-open .qqb span {
    font-size: 12px;
    margin-right: 5px;
  }
  .mf-economic-echart .echart-item-open .zoom {
    flex-wrap: wrap;
  }
  .mf-economic-echart .echart-item-open .zoom .left {
    width: 100%;
  }
  .mf-economic-echart .echart-item-open .zoom .right {
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
  }
  .main-echart {
    margin: 12px;
    margin-top: 50px;
  }
  .main-echart .echart-wrap {
    width: 100%;
  }
  .main-echart .zoom {
    flex-wrap: wrap;
  }
  .main-echart .zoom .left {
    width: 100%;
  }
  .main-echart .zoom .right {
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
  }
  .main-echart .qqb3 {
    color: #333;
    text-align: right;
    font-family: "Noto Sans JP";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.7;
    margin-top: 4px;
  }
  .main-echart .echart-list .echart-item {
    width: 100%;
    padding: 0 15px;
  }
  .main-list {
    margin-top: 12px;
    padding: 5px 0px;
  }
  .main-list .m-header .m-item {
    padding: 10px 8px;
  }
  .main-list .m-cell .m-item {
    padding: 10px 8px;
  }
  .main-list .m-text1 {
    line-height: 140%;
  }
  .main-list .m-text2 {
    line-height: 140%;
  }
  .main-list .m-text3 {
    line-height: 140%;
  }
  .custom-select-country {
    height: 37px;
    cursor: none;
    outline: none;
    margin: 8px 4px;
    padding: 3px 8px;
    min-width: 120px;
  }
  .custom-select-country .selected-value {
    height: 100%;
  }
  .custom-select-country .selected-value .selected-text {
    margin: 0 4px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .custom-select-country:nth-child(1) {
    width: calc(50% - 12px);
  }
  .custom-select-country:nth-child(2) {
    width: calc(50% - 12px);
  }
  .custom-select-country:nth-child(3) {
    width: calc(100% - 12px);
  }
  .custom-select-country .options {
    padding: 8px 0.5rem;
  }
  .custom-select-country .options li {
    font-size: 12px;
  }
  .custom-select-country .options li:hover {
    background-color: unset;
  }
  .vue-echart-list .custom-select-wrap {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 20px;
  }
  .vue-echart-list .custom-select-wrap .custom-select {
    width: 49%;
    margin-left: 1%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .vue-echart-list .custom-select-wrap .custom-select:first-child {
    margin-right: 1%;
    margin-left: 0%;
  }
  .vue-echart-list .custom-select-wrap .custom-select:last-child {
    width: 100%;
  }
  .vue-echart-list .custom-select-wrap .custom-select::after {
    right: 20px;
  }
  .vue-echart-list .custom-select-wrap .custom-select select {
    font-size: 12px;
    padding: 0 20px;
  }
  .vue-echart-list .echart-list-wrap {
    margin-top: 20px;
  }
  .vue-echart-list .echart-list-wrap .echart-list-category {
    font-size: 24px;
  }
  .vue-echart-list .echart-list-wrap .echart-list .echart-item {
    width: 100%;
  }
  .footer-menu-list-item {
    overflow: hidden;
    height: 0;
    transition: height 0.5s ease;
    /* 添加过渡效果 */
  }
  .footer-menu-list-item-active {
    overflow: visible;
    height: auto;
  }
  .sp-remove-gap {
    gap: 0;
  }
  .kline-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .kline-currentdata {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 8px;
    padding-bottom: 2px;
  }
  .kline-currentdata span {
    width: 50%;
    margin-right: 0;
  }
  .kline-currentdata span:nth-child(1) {
    width: 100%;
  }
  .map-phone .map-container {
    overflow: hidden;
  }
  .map-phone .marker-img {
    width: 10px;
    height: 16px;
  }
  .map-phone .marker-shadow .shadow-img {
    width: 12px;
    height: 10px;
    top: -9px;
    left: -1px;
    opacity: 1;
  }
  .map-phone .screen {
    pointer-events: unset;
  }
  .map-phone .marker-title {
    margin-left: 0px;
    left: 4px;
    top: 0px;
    font-size: 12px;
    height: 20px;
    font-weight: 100;
    transform: scale(0.4);
    transform-origin: 12px 100%;
  }
  .map-phone .marker-title1 {
    left: unset;
    right: 8px;
    transform-origin: 100% 100%;
  }
  .map-box .marker {
    pointer-events: none;
  }
  .map-box .marker-title {
    font-size: 10px;
  }
  .map-box .marker-underline {
    height: 1px;
  }
  .map-box .map-container {
    overflow: scroll;
  }
  .map-box .info-popup {
    font-size: 12px;
    padding: 10px 2px;
  }
  .map-box .info-popup .info-item-title {
    margin-top: 2px;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 8px;
  }
  .map-box .info-popup .info-item {
    margin-top: 8px;
    font-size: 8px;
    line-height: 4px;
  }
  .map-box .info-popup .info-left {
    margin-left: 2px;
    margin-right: 4px;
    border-radius: 5px;
    padding: 10px 10px;
    font-weight: 400;
    border-radius: 5px;
    border: 0.5px solid var(--WHITE, #FFF);
    opacity: 0.9;
    background: var(--FOREX_SKY-BLUE, #0954B5);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .map-box .info-popup .info-right {
    padding: 10px 10px;
    margin-right: 0;
    border-radius: 5px;
    padding: 10px 10px;
    text-align: center;
    border-radius: 5px;
    border: 0.5px solid var(--WHITE, #FFF);
    opacity: 0.9;
    background: var(--FOREX_NIGHT-BLUE, #12225C);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .map-box .suoxiao {
    right: 10px;
    top: 100px;
    z-index: 10;
  }
  .goodpatch-pricing-table-filter .filterdialog {
    width: 100%;
    height: 100%;
    padding: 89px 20px;
    border-radius: 0;
  }
  .goodpatch-pricing-table-filter .filterdialog .d-close {
    width: 24px;
    height: 24px;
    top: 89px;
    right: 20px;
  }
  .goodpatch-pricing-table-filter .filterdialog .d-title1 {
    font-size: 20px;
    font-style: normal;
    font-family: "Noto Sans JP";
    font-weight: 700;
    line-height: 100%;
    opacity: 0.99;
    padding-bottom: 24px;
  }
  .goodpatch-pricing-table-filter .filterdialog .d-title2 {
    display: flex;
    align-items: center;
    color: #12225C;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 14px */
    /* 14px */
  }
  .goodpatch-pricing-table-filter .filterdialog .d-title3 {
    color: #12225C;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 14.4px */
    /* 12px */
  }
  .goodpatch-pricing-table-filter .filterdialog .indices {
    margin-top: 40px;
  }
  .goodpatch-pricing-table-filter .filterdialog .dialog-box {
    min-height: calc(90vh - 20px - 100px - 60px);
    overflow-y: auto;
  }
  .goodpatch-pricing-table-filter .filterdialog .dialog-box .d-list {
    flex-direction: column;
    margin-bottom: 24px;
  }
  .goodpatch-pricing-table-filter .filterdialog .dialog-box .d-list .d-title2 {
    margin-right: 4px;
    width: auto;
    margin-bottom: 0;
  }
  .goodpatch-pricing-table-filter .filterdialog .dialog-box .d-list .d-icon {
    width: 18px;
    height: 18px;
    transition: all 0.3s;
  }
  .goodpatch-pricing-table-filter .filterdialog .dialog-box .d-list .activeicon {
    transform: rotate(180deg);
  }
  .goodpatch-pricing-table-filter .filterdialog .dialog-box .d-list .d-selects {
    max-height: 0;
    display: grid;
    flex: 1;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    transition: all 0.3s;
    overflow: hidden;
  }
  .goodpatch-pricing-table-filter .filterdialog .dialog-box .d-list .activeright {
    max-height: unset;
    margin-top: 12px;
  }
  .goodpatch-pricing-table-filter .filterdialog .dialog-box .d-list .d-item {
    display: flex;
    align-items: center;
  }
  .goodpatch-pricing-table-filter .filterdialog .dialog-box .d-list .s-input {
    margin-right: 8px;
  }
  .goodpatch-pricing-table-filter .filterdialog .dialog-box .d-list .s-img {
    width: 28px;
    height: 18.001px;
    margin-right: 4px;
  }
  .goodpatch-pricing-table-filter .filterdialog .dialog-box .d-list .activeitem .d-title3 {
    font-style: normal;
    font-weight: 700;
  }
  .goodpatch-pricing-table-filter .filterdialog .dialogfooter {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #ddd;
    color: #12225c;
    font-size: 14px;
    padding-top: 20px;
    font-family: "Noto Sans JP";
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
  }
  .goodpatch-pricing-table-filter .filterdialog .dialogfooter .sbww {
    font-family: "Noto Sans JP";
  }
  .goodpatch-pricing-table-filter .filterdialog .dialogfooter .sbww2 {
    width: 173px;
    height: 37px;
    display: flex;
    font-family: "Noto Sans JP";
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background-color: #f5f5f5;
    margin-left: 40px;
  }
  .kline-dom {
    padding: 5px;
  }
  .kline-btn {
    padding-left: 0;
  }
  .new-sentiment-0 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 1rem;
  }
  .new-sentiment-1 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 1rem;
  }
  .new-sentiment-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 1rem;
  }
  .new-sentiment-3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 1rem;
  }
  .new-sentiment-4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 1rem;
  }
  .new-sentiment-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 1rem;
  }
  .kline-title {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0 0 10px;
  }
  .kline-currentdata {
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  .iframe-sentiment {
    height: 195px;
  }
  .sentiment .head {
    margin-bottom: 0.75rem;
  }
  .sentiment .head img {
    width: 32px;
    height: 20px;
  }
  .sentiment .head h4 {
    font-size: 0.85rem;
  }
  .sentiment .compare .l span:first-child,
  .sentiment .compare .r span:first-child {
    font-size: 0.75rem;
  }
  .sentiment .compare .l span:nth-child(2),
  .sentiment .compare .r span:nth-child(2) {
    font-size: 0.75rem;
  }
  .sentiment .compare .c span {
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
  }
  .funkec .ecfilter .cell .cellright {
    display: flex;
    justify-content: space-between;
  }
  .funkec .ecfilter .cell .cellright .radiowrap {
    padding-right: 10px;
    margin-right: 10px;
  }
  .funkec .datewrap {
    width: 100%;
  }
  .funkec .datewrap input {
    border-radius: 100px;
    width: 124px;
    flex: 1;
    padding: 3px 20px;
    align-items: center;
    color: var(--text2, #333);
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.2px;
  }
  .funkec .datewrap span {
    width: 8px;
    height: 1px;
    background-color: #333;
    display: inline-block;
    margin: 0 4px;
    opacity: 0.5;
  }
}
