@font-face{
    font-family:"DIN-Regular";
    src:url("/font/DIN/DIN-Bold.otf");
    font-family:"DIN-Medium";
    src:url("/font/DIN/DIN-Medium.otf")
}

body{
    width: auto;
    color: #1E262F;
}
.industrychain_top{
    position:sticky;
    top:0px;
    background-color: #ffffff;
    z-index: 9;
}
.industrychain_title{
    padding: 12px 16px 0 15px;
    /*width: 100%;*/
    height: 26px;

}
.industrychain_title_span{
    font-size: 19px;
    line-height: 26px;
    width: 50%;
    font-family: DIN-Bold;
    font-weight: bold;
}
.industrychain_title_right{
    display: inline-block;
    width: 50%;
    height: 26px;
    float: right;
    text-align: right;
}
.industrychain_unflower{
    display: inline-block;
    width: 48px;
}
.industrychain_flower{
    display: inline-block;
    height: 24px;
    width: 48px;
    background-image: url(/images/info/follwer.png);
    background-repeat: no-repeat;
    background-size: 48px 24px;
}

.industrychain_flowered{

}

.industrychain_line{
    border-bottom: 1px solid #EBEBEB;
    border-radius: 1px;
}
.industrychain_line_top{
    border-top: 1px solid #EBEBEB;
    border-radius: 1px;
}
.height10{
    height: 12px;
}
.industrychain_tab{
    height: 40px;
    line-height: 40px;
    padding-left: 18px;
    padding-right: 16px;
}
.industrychain_tab div {
    display: inline-block;
}
.industrychain_clicked{
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    position: relative;
}

.industrychain_clicked:after {
    content: " ";
    position: absolute;
    left: 30%;
    bottom: -1px;
    width: 22px;
    height: 4px;
    border-radius:1px;
    background-color: #007DFF;

}
.industrychain_pading_left{
    margin-left: 10px;
}
.industrychain_unclick{
    font-size: 14px;
    text-align: center;
}
.industrychain_change{
    width: 25%;
    float: right;
    position: relative;
    text-align: right;
}
.industrychain_change span{
    display: inline-block;
}
.industrychain_change_image{
    position: relative;
    top: 2px;
    width: 12px;
    height: 12px;
    background-image: url("/images/info/changed.png");
    background-repeat: no-repeat;
    background-size: 12px 12px;
}
.industrychain_unchange_image{
    position: relative;
    top: 2px;
    width: 12px;
    height: 12px;
    background-image: url("/images/info/unchange.png");
    background-repeat: no-repeat;
    background-size: 12px 12px;
}
.industrychain_change_correlation{
    display: inline-block;
    color: #8F99A4;
    font-size: 12px;
    padding-left: 5px;
}
.industrychain_list_title{
    height: 29px;
    line-height: 29px;
    color: #8F99A4;
    font-size: 12px;
    padding-left: 18px;
    padding-right: 16px;
}
.industrychain_list_title div{
    display: inline-block;
}
.industrychain_list_title_left{
    width: 25%;
    float: left;
}
.industrychain_list_title_right{

    text-align: right;
    width: 75%;
    float: right;
}
.industrychain_list_title_right_item {
    padding-left: 10px;
    width: 25%;
}
.industrychain_up{
    position: relative;
    top: 2px;
    width: 12px;
    height: 12px;
    background-image: url("/images/info/up.png");
    background-repeat: no-repeat;
    background-size: 12px 12px;
}
.industrychain_down_grey{
    position: relative;
    top: 2px;
    width: 12px;
    height: 12px;
    background-image: url("/images/info/down_grey.png");
    background-repeat: no-repeat;
    background-size: 12px 12px;
}
.industrychain_down_blue{
    position: relative;
    top: 2px;
    width: 12px;
    height: 12px;
    background-image: url("/images/info/down_blue.png");
    background-repeat: no-repeat;
    background-size: 12px 12px;
}
.industrychain_item{
    height: 32px;
    padding:6px 0 6px 18px;
    font-size: 14px;
    line-height: 32px;
    font-weight: bold;
   clear: both;
}
.industrychain_item div{
    display: inline-block;
}
.industrychain_item_image_up{
    position: relative;
    top: 2px;
    left: 4px;
    width: 16px;
    height: 16px;
    background-image: url("/images/info/black_up.png");
    background-repeat: no-repeat;
    background-size: 16px 16px;
}
.industrychain_item_image_down{
    position: relative;
    top: 2px;
    left: 4px;
    width: 16px;
    height: 16px;
    background-image: url("/images/info/black_down.png");
    background-repeat: no-repeat;
    background-size: 16px 16px;
}
.industrychain_list_item{
    text-align: left;
    margin-left: 18px;
    margin-right: 16px;
    padding-bottom: 12px ;
}
.industrychain_list_item  div {
    display: inline-block;
}
.industrychain_list_item_top{
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    color: #4C555F;
    width: 100%;
    padding-bottom: 6px;
}
.industrychain_list_item_top_left{
    width: 25%;
    position: relative;
}
.industrychain_list_item_name{
    font-size: 14px;
    font-weight: bolder;
}
.industrychain_list_item_code{
    font-size: 10px;
    position: absolute;
    left: 0;
    bottom: -14px;
}

.industrychain_list_item_top_red{
    color:#FF443C;
}
.industrychain_list_item_top_green{
    color:#0AA858;
}
.industrychain_list_item_top_grey{
    color:#8F99A4;
}
.industrychain_list_item_top_right{
    width: 75%;
    font-size: 14px;
    /*font-weight: bold;*/
    float: right;
    position: relative;
    text-align: right;
}
.industrychain_list_item_top_item_position{
    position: absolute;
    right: 0;
    bottom: 0;
}
.industrychain_list_item_top_item{
    padding-left: 10px;
    font-family: DIN-Medium;
    width: 25%;
}

.industrychain_list_item_bottom{
    display: block;
    color: #8F99A4;
    font-size: 12px;
}
.industrychain_list_item_reason{
    font-size: 13px;
    color: #222222;
}
.industrychain_list_item_correlation{
    display: inline-block;
    width: 55px;
    height: 17px;
    background-image: url("/images/info/correlation.png");
    background-repeat: no-repeat;
    background-size: 55px 17px;
}
.background_color_grey{
    background-color:#F6F7F8 ;
}

.display_none{
   display: none;
}
.show_two_line{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.error_image{
    width: 100%;
    position: absolute;
    top: 20%;
    left: 0;
    text-align: center;
    color: #4C555F;
}
.error_image img{
    width:180px ;
    height: 180px;
}
.error_font{
    margin-top: 20px;
}

.red{color:#FF443C}
.green{color:#0AA858}
.ping{
    color: #323848
}

.topic_uod{
    font-size: 12px;
    font-family: DIN-Medium, DIN;
    font-weight: 500;
    padding-left: 4px;
    padding-top: 10px;
}