﻿.header-phone {
    display: inline-block;
    position: absolute;
    height: 100px;
    margin-left: 67%;
    margin-top: -1px;
    z-index: 1000;
}


.top-img {
    display: flex;
    width: 200px;
}

.img-left {
    width: 50px;
    height: 50px;
    background: rgba(9, 130, 255, .82);
    border-radius: 6px;
    padding: 10px;
}

.img-right {
    padding-left: 5px;
}

.img-left img {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

.img-top {
    font-size: 24px;
    font-weight: 600;
    color: #0654db;
    opacity: 0.7;
}

    .img-top span {
        margin-left: 4px;
    }

.img-bottom {
    font-size: 14px;
    margin-top: -4px;
    color: #666;
    opacity: 0.8;
}

.menuList ul li.indexActive > a {
    color: #fff !important;
}
.main-aside {
    position: fixed;
    bottom: 70px;
    right: 0;
    z-index: 99999999;
}
.main-aside span svg {
color: #fff ;
fill:#fff;
}
.main-aside ul li.aside-detail .aside-svg{
display: flex;
flex-direction: column;
align-items: center;
min-width: 70px;
}.icon-bottom {
width: 30px;
height: 30px;
}
