﻿#lhkexw-marketdetail{font-size: 14px;}

#lhkexw-marketdetail .close_blk{text-align: right;}

#lhkexw-marketdetail .marketdetail-outer{
    position: absolute;
    top: -6000px;
    background-color: #062c53;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    transition: all .25s;
    width: 100%;
    z-index: 1000;
    padding: 20px;
}
#lhkexw-marketdetail .marketdetail-outer.active{
    top: 0px;
    left: 0px;
    position: relative;
}

#lhkexw-marketdetail .btn_marquee_close, #lhkexw-marketdetail .btn_marquee_refresh{
    color: #ffffff;
    background-color: #e23c4b;
    padding: 5px 15px 5px 40px;
    border-radius: 5px;
    font-size: 0.8em;
    cursor: pointer;
    display: inline-block;
    position: relative;
    /*  border: 1px solid white;*/
    width: 100px;
    /*margin-left: 15px;*/
    text-align: left;
    
}

#lhkexw-marketdetail .btn_marquee_refresh:after{
    background-image: url(../image/btn_refresh.png);
    content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate(0, -50%);
    background-size: contain;
}

#lhkexw-marketdetail .btn_marquee_close:after{
    background-image: url('../image/btn_close.png');
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translate(0, -50%);
    background-size: contain;
}

#lhkexw-marketdetail .turnover_blk, #lhkexw-marketdetail .securities_blk, #lhkexw-marketdetail .derivatives_blk{
    background-color: #ffffff;
    margin: 15px 0px;
    padding: 25px;
}

#lhkexw-marketdetail .blk_title{
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: .0625rem;
    color: #e72742;
    margin-right: 20px;
}

#lhkexw-marketdetail .flex{
    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;
}
#lhkexw-marketdetail .blk_content{
    -webkit-box-align: top;
    -ms-flex-align: top;
    -webkit-align-items: top;
    align-items: top;
}

#lhkexw-marketdetail .lastdate, #lhkexw-marketdetail .FVlastdate  {
    color: #777777;
    font-size: 0.7rem;
}

@media screen and (max-width: 1000px){
    #lhkexw-marketdetail .flex{
        display: block;
    }

    #lhkexw-marketdetail .turnover_blk, #lhkexw-marketdetail .securities_blk, #lhkexw-marketdetail .derivatives_blk{
        padding: 10px;
    }
}