﻿/*--public--*/
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 微软雅黑;
    font-size: 14px;
    background-color: white;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

a:hover, a:focus {
    text-decoration: none;
}

.textct {
    text-align: center;
}

.textright {
    text-align: right;
}

.weui-cells {
    margin-top: 0;
}

.textct_all {
    width: 100%;
}
/*最外容器*/
div.container_wrapper {
    position: relative;
    max-width: 640px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #f2efea;
}

.menu_mavbar_list {
    text-align: center;
    line-height: 2.25rem;
    border-bottom: 1px solid #303670;
    background-color: #21266a;
}

.menu_mavbar_list a {
    width: 100%;
    margin: 0 auto;
    display: block;
    font-size: 0.8rem;
    color: #fff;
}

.menu_mavbar_list .flex_active a {
    border-bottom: 3px solid #e4c7a7;
    font-weight: bold;
    color:#e4c7a7;
}

.top_container {
    background-color: #ffffff;
    color: #000;
    padding: 0.5rem;
    /*border-bottom-left-radius: 20%;
    border-bottom-right-radius: 20%;
    padding-bottom: 6rem;*/
}

.top_container .top_title strong {
    font-size: 1rem;
    font-weight: normal;
}

.top_container .top_title span {
    font-size: 0.55rem;
    margin-left: 0.5rem;
    border: 1px solid #e0ba93;
    border-radius: 0.8rem;
    padding: 0 0.4rem;
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.2rem;
}

.top_container .base_data {
    margin-top: 0.25rem;
    position: relative;
}

.top_container .base_data span {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.2rem;
    margin-left: 0.2rem;
    font-size: 0.6rem;
    color: #fff;
}

.top_container .base_data strong.red {
    color: #fe0000;
    font-size: 1.1rem;
}

.top_container .base_data span i {
    font-style: normal;
    margin-left: 2px;
}

.top_container .base_data span i.icon_up_red {
    color: #ed1b24;
    padding-left: 0.58rem;
    background: url(/web/zixun_new/images/icon-priceup-red.png) no-repeat left center;
    background-size: 0.55rem;
}

.top_container .base_data span i.icon_down_green {
    color: #3fee3b;
    padding-left: 0.58rem;
    background: url(/web/zixun_new/images/icon-pricedown-green.png) no-repeat left center;
    background-size: 0.55rem;
}

.top_container .base_data .clock_time {
    position: absolute;
    right: -0.7rem;
    height: 1.25rem;
    line-height: 1.25rem;
    display: block;
    top: 0.5rem;
    background-color: #e4caa9;
    color: #151d4e;
    padding: 0 0.5rem 0 0.45rem;
    border-top-left-radius: 0.8rem;
    border-bottom-left-radius: 0.8rem;
    font-size: 0.65rem;
}

.top_container .base_data .clock_time img {
    display: inline-block;
    vertical-align: middle;
    width: 0.75rem;
    margin-top: -3px;
    margin-right: 3px;
}

.menu_flex_bar {
    text-align: center;
    margin-top: 0.5rem;
    line-height: 2rem;
    border-bottom: 1px solid #4d5176;
    margin-bottom: 0.5rem;
}

.menu_flex_bar span {
    font-weight: bold;
    width: 55%;
    margin: 0 auto;
    display: block;
    font-size: 0.8rem;
}

.menu_flex_bar .flex_active span {
    border-bottom: 3px solid #e4c7a7;
}

.days_grids_bar p.weui-grid__label {
    color: #e4c7a7;
    font-size: 0.5rem;
    line-height: 1.15rem;
}

.days_grids_bar .weui-grid {
    padding: 0;
}

.days_grids_bar .weui-grid:active {
    background-color: #161c50;
}

.days_grids_bar .weui-grid:after {
    border-bottom: none;
}

.days_grids_bar:before {
    border-top: none;
}

.days_grids_bar:after {
    border-left: none;
}

.days_grids_bar .weui-grid:before {
    border-right: 1px solid #4d5176;
}

.days_grids_bar .weui-grid:last-child:before {
    border-right: none;
}

.days_grids_bar .weui-grid p.days_num {
    font-size: 0.75rem;
}

.days_grids_bar .weui-grid i {
    font-style: normal;
}

.days_grids_bar .weui-grid i.vary_up_red {
    padding-left: 0.58rem;
    background: url(/web/zixun_new/images/icon-vary-red.png) no-repeat left center;
    background-size: 0.55rem;
}

.days_grids_bar .weui-grid i.vary_down_green {
    padding-left: 0.58rem;
    background: url(/web/zixun_new/images/icon-vary-green.png) no-repeat left center;
    background-size: 0.55rem;
}

.days_grids_bar .weui-grid i.vary_flat_orange {
    padding-left: 0.58rem;
    background: url(/web/zixun_new/images/icon-vary-orange.png) no-repeat left center;
    background-size: 0.55rem;
}

.echart_container {
    height: 310px;
    background-color: rgba(0,0,0,0);
    padding: 0.5rem 0;
    margin-top: -6rem;
}

.echart_container .echart_box {
    height: 300px;
    background-color: #fff;
    border: 2px solid #f0f0f0;
    margin: 0 0.5rem;
    border-radius: 0.5rem;
    padding-bottom: 10px;
}

.forecast_bar_container {
    height: 340px;
    padding: 0.65rem 0;
    background-color: #fefdfb;
    border-bottom: 3px solid #f2efea;
}

.forecast_bar {
    height: 320px;
}

.forecast_bar_title {
    color: #b4814c;
    font-size: 0.8rem;
    text-indent: 0.5rem;
    font-weight: bold;
}

.forecast_bar_title ul, .forecast_bar_title ul li {
    display: inline-block;
    font-weight: normal;
    color: #666;
    font-size: 0.6rem;
}

.forecast_bar_title ul li {
    border: 1px solid #ccc;
    text-align: center;
    padding: 0 3px;
    text-indent: 0;
}

.forecast_bar_title ul li span {
    color: #de3031;
}

.btn_goforecast {
    max-width: 600px;
    width: 90%;
    margin: 0.15rem auto;
    position: fixed;
    bottom: 0.25rem;
    left: 0;
    right: 0;
    z-index: 2;
    height: 2.25rem;
    line-height: 2.25rem;
}

.hidden_div {
    height: 3.25rem;
    width: 100%;
    background-color: #fefdfb;
}

.popup-bottom .weui-popup__modal {
    height: 350px;
    padding-bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 640px;
    background-color: #fff;
}

.toolbar h1.title {
    text-align: left;
    font-size: 0.65rem;
    padding-left: 0.5rem;
    color: #717171;
}

.toolbar .picker-button {
    font-size: 0.8rem;
    color: #b3b3b3;
    top: -2px;
}

.forecast_operate .weui-cell {
    padding: 10px 0;
}

.forecast_operate .weui-cell__bd {
    width: 20px;
}

.forecast_operate .weui-cell__bd p {
    text-align: center;
    color: #000;
    font-size: 0.75rem;
}

.forecast_operate .weui-cell__ft {
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 45px;
    line-height: 45px;
    width: 50%;
    text-align: center;
}

.forecast_operate .weui-cell__ft input {
    width: 60%;
    font-weight: bold;
    color: #000;
}

.forecast_operate .weui-cell__jj {
    width: 35%;
}

.forecast_operate .weui-cell__jj p {
    font-size: 0.75rem;
    text-indent: 15px;
}

.forecast_operate .weui-cell__jj .max-height {
    color: #de322e;
}

.forecast_operate .weui-cell__jj .min-height {
    color: #609f1a;
}

.forecast_operate .weui-flex a {
    width: 90%;
    margin-top: 20px;
}

.forecast_operate .weui-flex a.weui-btn_reset {
    border: 1px solid #dd2f30;
    color: #dd2f30;
}

.forecast_operate .weui-count .weui-count__btn:after, .forecast_operate .weui-count .weui-count__btn:before {
    background-color: #b3b3b3;
}

.forecast_operate a.weui-count__decrease {
    border: none;
    background: url(/web/zixun_new/images/icon-decrease-26.png) no-repeat center center;
    background-size: 100%;
}

.forecast_operate a.weui-count__increase {
    border: none;
    background: url(/web/zixun_new/images/icon-increase-26.png) no-repeat center center;
    background-size: 100%;
}

/*期货*/
.futures_navbar, .price_navbar {
    text-align: center;
    height: 2rem;
    line-height: 2rem;
    background-color: #fff;
    border-bottom: 0.25rem solid #f2efea;
    color: #000;
    font-size: 0.75rem;
}

.futures_navbar .active, .price_navbar .active {
    color: #b1824e;
    font-weight: bold
}

.select-type {
    margin-bottom: 15px;
}

a.mdui-btn.mdui-col {
    margin: 5px;
    width: 30%;
    color: #000;
}

a.mdui-btn.mdui-col.active{
    color:#dfaf82;
}

.mdui-tab .mdui-tab-active{
    color: #e0ba93;
}
.mdui-tab-container{background-color:#161c50;border-top:1px solid #393e85;border-bottom:1px solid #393e85;}

.mdui-tab-container .mdui-tab .mdui-tab-active,.mdui-tab-container .mdui-tab .mdui-ripple{
    color: #fff;
}
.mdui-tab-container .mdui-tab .mdui-tab-active{color:#e0ba93;}
.mdui-tab-container .mdui-tab-indicator{display:none;}
body .mdui-tab-container ::-webkit-scrollbar{height:1px;}

#tab1-title,#tab2-title,#tab3-title{
    width:100%;
    height:380px;
}

.forecast_data{background-color:#161c50;color:#e2e2eb;padding:1rem 0;}
.forecast_data .today_data{width:40%;display:inline-block;text-align:left;line-height:1.6rem;text-indent:20%;}
.forecast_data .today_data span{margin-right:0.5rem;}
.forecast_data .today_data p.big_red{font-size:1.4rem;color:#ff0000;}
.forecast_data .past_data{width:57%;display:inline-block;text-align:left;line-height:1.6rem;}
.forecast_data .past_data span{width:32%;display:inline-block;text-align:center;}
.forecast_data .data_add{color:#ff0000;}
.forecast_data .data_reduce{color:#39b54a;}


/*当期经营数据*/

.table_datastatistics {
    font-weight: bold;
    color: rgb(224, 186, 147);
    font-size: 18px;
    padding-left: 1rem;
    padding-top: 0.6rem;
    white-space: nowrap;
}

.table_datastatistics_time {
    /* padding-left: 8rem;*/
    width: 60%;
    white-space: nowrap;
    /* text-align: right; */
    font-size: 14px;
    margin-left: 37%;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    font-family: "Segoe UI";
    color: rgb(255, 255, 255);
    padding-top: 0.6rem;
}

.content {
    position: absolute;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    left: 5%;
    top: 64px;
    width: 90%;
    height: 322px;
    padding: 0px;
    opacity: 1;
    z-index: 2;
    transform: scaleX(1) scaleY(1);
    border: 1px solid rgb(255, 255, 255);
}
.contenttwo {
    top: 679px;
}

.content_div {
    height: 565px;
    border: 2px solid #f0f0f0;
    margin: 0 0.5rem;
    border-radius: 0.5rem;
    padding-bottom: 10px;
}

.srdj_item {
    padding-bottom: 0.4rem;
    display: flex;
}

.srdj_itemtop {
    padding-top: 0.2rem;
}

.item_rieht {
    flex: 1;
    margin-right: 10px;
}

.tem_left {
    flex: 0.8;
}

.item_table_font {
    font-family: "Segoe UI";
    color: rgb(102, 102, 102);
}

.item_table_font_wy {
    font-family: "Segoe UI";
    color: rgb(102, 102, 102);
    padding-top: 1rem;
    padding-left: 60%;
}

.item_num {
    white-space: nowrap;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    font-family: "Segoe UI";
    color: rgb(22, 28, 80);
    margin-top: -4px;
}

.mena_mavbar_list {
    text-align: center;
    line-height: 2.25rem;
    background-color: #21266a;
}

    .mena_mavbar_list a {
        width: 100%;
        margin: 0 auto;
        display: block;
        font-size: 0.8rem;
        color: #fff;
    }

    .mena_mavbar_list .flex_active a {
        border-bottom: 3px solid #e4c7a7;
        font-weight: bold;
        color: #e4c7a7;
    }

.forecast_datatop {
    background-color: #21266a;
    padding: 2rem 0;
}
.jytjtable {
    white-space: nowrap;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    padding: 1rem 0rem 0.2rem 1rem;
    text-decoration: none;
    color: rgb(0, 0, 0);
}

.srtjpadding {
    padding: 1rem 1rem 0 1rem;
}
.futures_chart {
    height: 400px;
    background-color: #fff;
}

@media (max-width: 350px) {
    .table_datastatistics_time {
        margin-left: 30%;
    }
    .item_table_font_wy {
        padding-left: 56%;
    }

}