body {
    background-color: RGB(12,21,46);
    /*background-color: RGB(100,149,237);*/

}

html,body{
    height:100%;
}

div {
    /*border: #0C0C0C 1px solid !important;*/
}

/*巧克力色*/
.qiao_ke_li_color {
    color: RGB(225, 126, 32);
}

/*亮天蓝*/
.liang_tian_lan {
    color: RGB(109, 204, 254);
    /*color: RGB(256, 256, 256);*/
}

/*白色*/
.bai_se{
    color: rgba(255,255,255);
}

/*字体大小 26px*/
.font_size_26px {
    font-size: 26px;
    font-weight: 900;
}

/*右沉底*/
.div_fix_bottom_eq_0 {
    position: absolute;
    bottom: 0;
    right: 0;
}

/*左沉底*/
.div_fix_bottom_eq_0_left {
    position: absolute;
    bottom: 0;
    left: 0;
}

/*鸡蛋帮图片logo*/
.ji_dan_bang_logo{
    background-image: url('/static/custom/big_screen/img/ji_dan_bang_logo.png');
    background-repeat: no-repeat;
    height: 109px;
    background-position: bottom right;
    background-size: 78%;
}

/*养殖场   图片logo*/
.yang_zhi_chang_logo {
    background-image: url('/static/custom/big_screen/img/yang_zhi_chang_logo.png');
    background-repeat: no-repeat;
    height: 37px;
    width: 39px;
    background-position: bottom right;
    background-size: 100%;
}

.yang_zhi_hu_logo {
    background-image: url('/static/custom/big_screen/img/yzh.png');
    background-repeat: no-repeat;
    height: 37px;
    width: 39px;
    background-position: bottom right;
    background-size: 100%;
}

/*蛋鸡总数   图片logo*/
.dan_ji_zong_shu_logo {
    background-image: url('/static/custom/big_screen/img/dan_ji_zong_shu_logo.png');
    background-repeat: no-repeat;
    height: 37px;
    width: 39px;
    background-position: bottom right;
    background-size: 100%;
}

/*累计交易次数   图片logo*/
.lei_ji_jiao_yi_ci_shu_logo {
    background-image: url('/static/custom/big_screen/img/lei_ji_jiao_yi_ci_shu_logo.png');
    background-repeat: no-repeat;
    height: 37px;
    width: 39px;
    background-position: bottom right;
    background-size: 100%;
}

/*累计成交金额   图片logo*/
.lei_ji_cheng_jiao_jin_e_logo {
    background-image: url('/static/custom/big_screen/img/lei_ji_cheng_jiao_jin_e_logo.png');
    background-repeat: no-repeat;
    height: 37px;
    width: 39px;
    background-position: bottom right;
    background-size: 100%;
}

.inline_block_style{
    display: inline-block;
}

.float_right{
    float: right;
}

.margin_right{
    margin-right: 78px;
}

.margin_left{
    margin-left: 20px;
}

.border_back{
    border:solid;
    border-image: url("/static/custom/big_screen/img/border.png") 36 38 21 10;
    border-width: 1vw 1.5vh 1vw 0.5vh;
    margin-top: 5%
}

.dan_jia_zou_shi_area_button{
    cursor: pointer;
}
.dan_jia_zou_shi_area_button:hover{
    color: RGB(225, 126, 32);
}