﻿#lhkexw-marketmarquee{font-size:14px;}

#lhkexw-marketmarquee .marquee_outer.innerMode.inactive{
    top: -100px;
    position: relative;
}

#lhkexw-marketmarquee .marquee_outer{
    background-color: #171739;
    top: 0px;
    z-index: 1000;
    position: relative;
    width: 100%;
}

#lhkexw-marketmarquee .marquee_wrapper{
    padding: 9px;    
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}

#lhkexw-marketmarquee .marquee_wrapper_left{
    display: inline-block;
    text-align: center;
}

#lhkexw-marketmarquee .btn_marquee_more{
    color: #ffffff;
    background-color: #e32c4b;
    padding: 5px 25px 5px 15px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    display: inline;
    position: relative;
}

#lhkexw-marketmarquee .btn_marquee_more:after{
    content: '';
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ffffff;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translate(0, -50%);
}
#lhkexw-marketmarquee .btn_marquee_more.active:after{
    content: '';
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 0px solid #ffffff;
    border-bottom: 5px solid #ffffff;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

#lhkexw-marketmarquee .marquee_wrapper_right{
    width: calc(100% - 180px);
    display: inline-block;
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    position: relative;
}

#lhkexw-marketmarquee .col_name{
    font-weight: 600;
    display: inline-block;
    font-size: 1.285em;
}
#lhkexw-marketmarquee .col_last{
    margin-right: 5px;
    display: inline-block;
    padding: 0px 5px;
}
#lhkexw-marketmarquee .col_change{
    margin-right: 5px;
    display: inline-block;
}
#lhkexw-marketmarquee .upval {
    color: #4acb70;
}

#lhkexw-marketmarquee .downval {
    color: #c65665;
}
#lhkexw-marketmarquee .marqueeInfo{display: inline-block; padding-right: 20px; z-index: 0;}
#lhkexw-marketmarquee .market_marquee{position: relative; top:0px;}


@media screen and (max-width: 1000px) {
    #lhkexw-marketmarquee .col_name{display: block;font-size: 0.7rem;}
    #lhkexw-marketmarquee .marquee_wrapper_right{line-height:15px;}
    #lhkexw-marketmarquee .col_last{padding: 0px;}
}
@media screen and (max-width: 767px) {
	
    #lhkexw-marketmarquee .btn_marquee_more { padding: 5px 11px 5px 15px }
    #lhkexw-marketmarquee .marquee_wrapper_right{ width: 85%;}
	
}