.eshop-advan-list {
    display: flex;
    justify-content: space-around
}

.card-bg {
    background-color: #FBFAFF !important
}

.show-content-list li img {
    width: 60px;
    height: 60px;
}
.sol-store-title {
    margin-bottom: 1rem;
}

.show-content-disc {
    color: #8760F1 !important
}

.eshop-web {
    background: #fff;
}

.eshop-web-info-right h3 {
    color: #8760F1
}

.dot::before{
    content: "• ";
    color: #8760F1;
    position: absolute;
    top: 0;
    left: -45px;
    font-size: 28px;
}

.hut{
    left:-70px;
    top: -40px
}

.eshop-banner a:hover {
    color: #8760F1;
    background-color: #fff;
}
.sol-store-title {
    font-weight: normal;
}

.show-content-list li {
    align-items: flex-start
}
@media screen and (max-width: 414px) {
    .hut{
        left:50%;
        top: 0;
        transform: translateX(-50%);
    }
    .nav-wrap{
        background: #8760F1 !important
    }
    .eshop-web-info-right {
        width: 100%
    }
}