.automodule_box {
    background-color: #12121A;
    padding: 1% 0;
}

.automodule_container {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.automodule_title > span {
    vertical-align: middle;
}

.name {
    color: #0094FF;
    font-size: .225rem;
    font-weight: bold;
    margin-right: 1%;
}

.automodule_title {
    border-bottom: #1F2243 1px solid;
    padding: 0 0 1% 0;
}

.automodule_list {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
}

.automodule_item_container {
    /* padding: 2%; */
    margin: 2%;
    transition: transform 0.3s ease,box-shadow 0.3s ease;
}

    .automodule_item_container:hover {
        transform: scale(1.05);
        box-shadow: 0 0 .125rem rgba(65, 111, 236, 0.3);
    }

        .automodule_item_container:hover > div > a > div {
            opacity: 1;
        }

.automodule_item {
    width: 100%;
    background-color: #151B2A;
    /* padding: 2% 7%; */
}

.automodule_item_icon {
    text-align: left;
    font-size: .20em;
}

.sp_automodule_icon {
    padding: 1% 6%;
    background-image: url(../images/i_automodule.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 100% 100%;
}

.automodule_item_acti {
    border: 1px solid #0094FF;
}

.automodule_item_content > span {
    display: block;
    font-size: .145rem;
    font-weight: bold;
}

.i_module {
    width: 60%;
}

.showsupportlist {
    transition: ease-in-out 0.3s;
    opacity: 0;
}

    .showsupportlist > span {
        font-size: .145rem;
        color: #FFFFFF;
    }

.automodule_details {
    display: flex;
    margin: 2% 0;
    justify-content: space-between;
}

.automodule_details_start {
    align-items: flex-start;
}

.automodule_default {
    width: 60%;
    display: flex;
    align-items: center;
}

.automodule_details_list {
    width: 60%;
    height: calc(100vh / 2);
    overflow-y: scroll;
    display: none;
}

.default {
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
}

.default_desc {
    color: #0094FF;
    display: block;
}

.default_box {
    margin-bottom: 2%;
}

.ecu_icon {
    width: 16%;
    vertical-align: middle;
}

.count {
    color: #0094FF;
    font-size: .3rem;
    font-weight: bold;
    margin: 0 2%;
    vertical-align: middle;
}

.aumomodule_desc {
    vertical-align: middle;
    font-size: .2rem;
}

.module_details {
    background: #232433;
    text-align: left;
    padding: 2% 1%;
    margin-top: 1.2%;
}

.module_name {
    font-weight: bold;
}

.module_desc {
    font-size: .175rem;
    line-height: .25rem;
    margin-top: 2%;
}

.module_details2 {
    display: flex;
    justify-content: space-between;
}

.module_details2 {
    text-align: left;
    margin: 1% 0;
}

.module_desc2 {
    color: #A9AFC6;
    line-height: .25rem;
    margin-top: 1%;
    font-size: .175rem;
}

.support_list {
    background-color: #151622;
}

.brand {
    text-align: left;
    border-bottom: 1px solid #232433;
    padding: 1% 0;
}

    .brand > span {
        font-size: .225rem;
        font-weight: bold;
    }

.info {
    padding: 1%;
}

.eculist {
    padding: 1%;
    background-color: #232433;
    margin-top: 1%;
}

    .eculist > p {
        margin: 1%;
        font-size: .175rem;
        font-weight: 600;
        display: flex;
        justify-content: space-between;
    }

.module_right {
    text-align: right;
    padding: 2% 2% 0 0;
}

.ecu_icon1 {
    width: 16%;
    vertical-align: middle;
}

.count1 {
    color: #0094FF;
    font-size: .3rem;
    font-weight: bold;
    margin: 0 2%;
    vertical-align: middle;
}

.aumomodule_desc1 {
    vertical-align: middle;
    font-size: .2rem;
}

.tips {
    color: #0094FF;
    font-size: .15rem;
}

    .tips > label {
        color: #FFFFFF;
    }

.dtc_logo {
    width: 12%;
}
