.operate_con{
    background: linear-gradient(to right, #f6f1f8, #f8f6f3);
    width: 100%;
    padding-bottom: 1.6rem;
    padding: 8.8rem 1rem 1.5rem;
}
.container {
    background: #f7f8f8;
    padding: 0;
}
/* .operate_con_warp{
    width: 1200px;
    margin: 0 auto;
} */
.operate_info{
    /* padding-top: 3rem; */
    padding-bottom: 2rem;
}
.operate_info h1 {
    font-size: 3.2rem;
    color: #2e2b29;
    margin-right: 1.6rem;
}
.operate_info ul{
    flex-wrap: wrap;
}
.operate_info ul li {
    font-size: 1.2rem;
    margin-right: 0.8rem;
    color: #2e2b29;
    background: #fff;
    border-radius: 4px;
    padding: 0.6rem 0.8rem;
    margin-top: 1rem;
}
.operate_box{
    background: #fff;
    border-radius: 8px;
    padding: 1.5rem;
    /* margin-bottom: 2rem;
    padding-bottom: 6rem; */
}
.fund-module-title{
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    line-height: 18px;
}
.fund-module-title::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 18px;
    margin-right: 0.4rem;
    background: linear-gradient(90deg, #e3271c 0%, #ff5b27 100%);
}
#echarts_o,#echarts_l{
    height: 400px;
}
#echarts_t{
 /* height: 210px; */
}
.white_card_tab{
    /* background-color: #fff; */
    width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    padding-bottom: 0.2rem;
    border-radius: 8px 8px 0 0;
    border-bottom: 1px solid #E6E7EB;
    background: linear-gradient(to right, #F2F7FF, #fff);
    position: relative;
    margin-top: 20px;
}

.operate_echarts_t table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-size: 1.4rem;
}
.operate_echarts_t td {
    border: 1px solid #e7e5e5;
    padding: 15px 8px;
}

.operate_echarts_t tr:nth-child(2n) {
    background-color: #F8F8F9;
}

.weight{
    width: 25%;
}

.operate_echarts_p table,.operate_echarts_Fund table{
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    font-size: 1.4rem;
}
.operate_echarts_p td{
    /* border: 1px solid #e7e5e5; */
    padding: 10px;
    text-align: center;
}
.operate_echarts_Fund td{
    width: 7rem;
    padding: 10px;
    text-align: center;
    /* border: 1px solid #e7e5e5; */
}
.fund-th th{
    width: 9rem;
    padding: 5px;
    background-color: #F4F4F5;
    /* border: 1px solid #e7e5e5; */
    font-weight: 500;
}
.operate_echarts_Fund td:nth-of-type(1){
    width: 3rem !important;
}
.fund-th th:nth-of-type(1){
    width: 3rem !important;
}
.operate_echarts_Fund td:nth-of-type(2){
    width: 8rem !important;
}
.fund-th th:nth-of-type(2){
    width: 8rem !important;
    padding: 0;
}
.fund-th th:nth-of-type(3){
    width: 12rem !important;
}
.operate_echarts_Fund td:last-of-type{
    width: 8rem !important;
    padding: 0;
}
.zy_t th{
    padding: 12px;
    font-weight: 500;
    background-color: #fff;
    border-bottom: 1px solid #e0e3eb;
    border-top: 1px solid #e0e3eb;
}

.operate_echarts_p tr:nth-child(2n) {
    background-color: #F8F8F9;
}
.operate_echarts_Fund tr:nth-child(2n) {
    background-color: #F8F8F9;
}

.gradient-text{
    background: linear-gradient(90deg,  rgb(250 0 0) 0%, rgb(234, 88, 12) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 600;
    margin-left: 5px;
}
.tv{
    display: flex;
    justify-content: flex-end; 
    /* margin-right: 123px; */
}
.tvK{
    width: 120px;text-align: center;
    padding: .5rem;
    font-size: 1.4rem;
    border: 1px solid #ccc;
    text-align: center;
}
.tv > div:hover {
    /* border: 1px solid transparent; */
    border-color: #E3271C;
    border: .1px solid #E3271C !important;
    opacity: 0.6;
    cursor: pointer;
}
.operate_echarts_p,.operate_echarts_Fund{
    overflow-x: scroll;
    white-space: nowrap;
    padding-right: 3.5rem;
}
.fund-th th{
    padding: 12px;
    background-color: #F4F4F5;
    /* border: 1px solid #e7e5e5; */
    font-weight: 500;
}
.operate_box{
    position: relative;
}
.see_more {
    width: 5rem;
    height: 90%;
    position: absolute;
    top: 0;
    right: 8px;
    background: linear-gradient(to left,rgba(255,255,255,1) 40%, rgba(255,255,255,.5) 100%);
    z-index: 9;
}

/* 分页 */
.paging{
    margin-top:8px;
    /* float: right; */
    font-size: 1.4rem;
}
.paging .btn_com{
    background-color: #F6F9FB;
    justify-content: center;
    width: 28px;
    height: 37px;
}
.paging .prev img{
    width: 16px;
    transform: rotate(90deg);
}
.paging .next img{
    width: 16px;
    transform: rotate(-90deg);
}
.page_num{
    /* width: 3rem; */
    margin:0 1rem;
}

.paging .prev1 img{
    width: 16px;
    transform: rotate(90deg);
}
.paging .next1 img{
    width: 16px;
    transform: rotate(-90deg);
}
.page_num1{
    /* width: 3rem; */
    margin:0 1rem;
}
.tab_type_wrap_list ul{
    padding: .5rem 0;
    width: 350px;
    display: flex;
    flex-wrap: wrap;
}


.xs-nav-block-item.active {
    background-color: #e1322d1a;
    font-weight: 700;
    --un-text-opacity: 1;
    color: #E3271C;
}
.xs-nav-block-item {
    cursor: pointer;
    border-radius: 0.5rem;
    padding: 0.5rem;
    font-size: 1.3rem;
    /* line-height: 5rem; */
    --un-text-opacity: .8;
    color: hsla(0, 0%, 0%, var(--un-text-opacity));
}
.xs-nav-block-item.active {
    background-color: #e1322d1a;
    font-weight: 700;
    --un-text-opacity: 1;
    color: #E3271C;
}

.custom-dropdown-menu{
    height: 20rem;
    overflow: scroll;
}
.echarts_line_l{
    display: none;
}
.echarts_line_l ul{
    padding: 1rem 0;
}

.global ul li {
    font-size: 14px;
    /* color: #717378; */
    color: #2E2B29;
    padding: 5px 12px;
    margin-top: 10px;
    border-radius: 6px;
    cursor: pointer;
}
.global ul li.active {
    color: #E3271C;
    background-color: #FFEFEB;
}
.macd_buy{
    color: #0eb75a;
}
.macd_buy1{
    color: #e3271c;
}
 /*  箭头*/
 .ascendIcon{
    display: inline-block;
    position: relative;
    width: 1rem;
    top: -0.3rem;
    left: 0.5rem;
}
.descendIcon{
    display: inline-block;
    position: relative;
    width: 1rem;
    top: 0.5rem;
    left: -0.5rem;
}

.white-card-tab {
    padding: 2rem;
    padding-bottom: .2rem;
    border-radius: 8px 8px 0 0;
    border-bottom: 1px solid #E6E7EB;
    background: linear-gradient(to right, #F2F7FF, #fff);
    position: relative;
}

.white-card-tab ul li.active {
    color: #000 !important;
    border-color: red;
}
.white-card-tab ul li {
    margin-right: 3rem;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    padding-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
    color: #909194;
}
.global,.fund{
    border-radius: 0 0 8px 8px;
    padding: 0 1.5rem 1.5rem 1.5rem;
}
.fund,.return_rate{
    display: none;
}
.return_rate{
    padding-left: 0;
    overflow-x: scroll;
}
.paging {
    justify-content: end;
    padding-right: 5rem;
}

/* 回报率 */
.month_hbTable {
    width: 100%;
    font-size: 1.3rem;
}
#month-table,#hb-table {
    width: 110rem;
}
#month-table tr th {
    width: 8%;
}
#month-table tr td {
    width: 8%;
    line-height: 3.8rem;
    text-align: center;
    margin: 3px;
}
#month-table thead tr{
    margin-bottom: 3px;
}
.month_hbTable tbody tr td:not(:first-child) {
    color: white;
}
.tabHb {
    width: 13.2%;
    border: 1px solid #DFE0E2;
    font-size: 1.4rem;
    color: #2e2b29;
    margin-bottom: 1rem;
    margin-left: 32px;
}
.tabHb li {
    padding: 5px 10px;
    cursor: pointer;
    white-space: nowrap;
}
.tabHb li.active {
    color: #E3271C;
    border: 1px solid #E3271C;
}
#hb-table tr td {
    width: 22.5%;
    line-height: 3.8rem;
    text-align: center;
    margin: 3px;
}
#hb-table thead tr th {
    width: 22.5%;
    margin: 3px;
}
#hb-table tr td:nth-of-type(1) {
    width: 7.6%;
}
#hb-table thead tr th:nth-of-type(1) {
    width: 7.6%;
}
.c-font {
    color: #E3271C;
    font-weight: 800;
}

.strategy_choose>span.active {
    color: #E3271C;
    background-color: #FFEFEB;
    border-radius: 6px;
}

.strategy_choose>span {
    font-size: 1.4rem;
    padding: 5px;
    margin-right: 10px;
}
.macd_tv ul span.active {
    color: #E3271C;
    background-color: #FFEFEB;
    border-radius: 6px;
}
.macd_tv ul span {
    padding: 5px;
    margin-right: 10px;
    font-size: 1.4rem;
}
.xs-nav-block-item.active {
    background-color: #e1322d1a;
    font-weight: 700;
    --un-text-opacity: 1;
    color: #E3271C;
}
.xs-nav-block-item {
    cursor: pointer;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
    /* line-height: 5rem; */
    --un-text-opacity: .8;
    color: hsla(0, 0%, 0%, var(--un-text-opacity));
}
.macd_tv ul li {
    border: none !important;
    padding: 5.2px 10px;
    border-right: none !important;
    font-size: 1.4rem;
}