@charset "utf-8";

.module-link_type {
    width: 140px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    background: #1ea0a0;
    border-radius: 1rem;
    margin-right: 0;
    margin-left: auto;
    padding-bottom: 0.04rem;
}