* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* font-family: ' '; */
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

.ml_mb_nav i {
    position: relative;
}

.ml_mb_nav i::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    left: -11px;
    background-color: var(--main-color);
    top: 0px;
}


@media only screen and (min-width: 996px) {
    .p_top {
        width: 100%;
        position: fixed;
        top: 0;
        height: 100px;
        left: 0;
        z-index: 999;
        background-color: #fff;
        border-bottom: 1px solid #efefef;
    }

    .p_topcon {
        max-width: 1550px;
        height: 100px;
        padding: 0 25px;
        display: flex;
        margin: 0 auto;
        align-items: center;
        justify-content: space-between;
    }

    .ptright {
        display: flex;
        align-items: center;
    }

    .ptright .pp img {
        width: 45px;
        height: 45px;
    }

    .pr {
        margin-left: 10px;
    }

    .pr p {
        color: #555;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .pr span {
        color: #f70000;
        font-size: 24px;
    }
}

@media only screen and (max-width: 996px) {
    .p_top {
        display: none;
    }
}