.index_m_tel>span{
    line-height: 99px;
    font-size: 1.5vw;
    font-style: italic;
    font-weight: 700;
}
.index_m_tel>span>span{
    font-size: 1.4vw;
    color: #c8161e;
}
.index_m_ad>img{
    width: 100%;
    height: 100%;
}
.index_m_title{
    font-size: 1.5vw;
    font-weight: 700;
}
.index_m_test_img{
    width: 100%;
    height: 100%;
    max-width: 75px;
    max-height: 75px;
}
.fixed-icon {
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 1080;
}
.fixed-icon>ul{
    background: #e0e0e0E0
}
/*.fixed-icon:hover ul,*/
/*.fixed-icon:active ul*/
/*{*/
/*    display: block!important;*/
/*}*/
.m_menu_block{
    display: block !important;
}
.m_menu_none{
    display: none !important;
}
#lg-nav>nav>a{
    width: 16.6%;
    justify-content: center;
    align-content: center;
    text-align: center;
    vertical-align: center;
}
#lg-nav>nav>a:hover{
    color: #fff;
    background-color: #007bff;
}
#whyContainer>div>div{
    height: 100%;
    background-color: #0496df
}
#whyContainer>div:nth-child(1)>div{
    background-color: #0496df
}
#whyContainer div:nth-child(2)>div{
    background-color: #fd9e2e;
}
#whyContainer>div:nth-child(3)>div{
    background-color: #ab27e2
}
#whyContainer>div:nth-child(4)>div{
    background-color: #127991
}
#whyContainer>div:nth-child(5)>div{
    background-color: #ed3239
}
#whyContainer>div:nth-child(6)>div{
    background-color: #b5d333
}
.text-rolling {
    white-space: nowrap;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .text-rolling>span {
        display: inline-block;
        padding-left: 100%;
        animation: rolling 5s linear infinite;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .text-rolling>span {
        display: inline-block;
        padding-left: 100%;
        animation: rolling 10s linear infinite;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
    .text-rolling>span {
        display: inline-block;
        padding-left: 100%;
        animation: rolling 20s linear infinite;
    }
}
@media screen and (min-width: 1200px) {
    .text-rolling>span {
        display: inline-block;
        padding-left: 100%;
        animation: rolling 30s linear infinite;
    }
}
@keyframes rolling {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-100%);
    }
}
.fixed-alert{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1050;
}
.bt_close{
    left: 0!important;
    right: auto!important;
    background: #fff3cd!important;
    opacity: 1;
}