.dl_link {
    width: 60%;
    background: #000;
    color: #fff;
    text-align: center;
    height: 2rem;
    line-height: 2rem;
    border-radius: 2rem;
    position: absolute;
    bottom: 6%;
    left: 20%;
    font-size: .875rem;
    font-family: S-Medium
}

.dl_down {
    display: flex;
    align-items: center;
    justify-content: center
}

.dl_link img {
    width: 1rem;
    display: inline;
    margin-left: .5rem
}

.dl_link:hover {
    background: red
}

.dl_title {
    position: absolute;
    top: 8%;
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    color: #000;
    font-family: S-Bold
}

.dli_item {
    width: 25%;
    margin-bottom: 1.5rem
}

.dl_item {
    border-radius: 1rem;
    background: #fff;
    width: 92%;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    transition: all .5s;
    text-align: center;
}

.dl_item:hover {
    transform: translateY(-.3rem);
    box-shadow: 0 .6rem 1.2rem #0000000d
}

.dl_product {
    transform: scale(.7);
    width: 80%;
    margin: 0 auto
}

.dl_items {
    width: 75rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.download_title {
    position: relative
}

.download_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2
}

.dc_title {
    font-family: S-Bold;
    font-size: 2.5rem;
    line-height: 1;
    color: #000;
    text-align: center
}

.dc_title div {
    font-family: S-Medium;
    font-size: 1.2rem;
    width: 75%;
    margin: .5rem auto;
    line-height: 1.2
}

.dl_content {
    background: #000;
    padding: 3rem 0 8rem
}

.dl_text {
    width: 100%;
    text-align: center;
    font-family: S-Medium;
    color: #fff;
    font-size: 1.2rem
}

.dc_input {
    position: relative;
    font-family: S-Medium;
    width: 80%;
    margin: 1.5rem auto 0
}

.dci_input {
    width: 100%;
    height: 3.5rem;
    border-radius: 1rem;
    background: #000;
    padding: .5rem 4rem .5rem 1.5rem;
    margin: 0 auto;
    border: none;
    color: #fff;
    font-size: 1.2rem
}

.dc_search {
    position: absolute;
    top: 28%;
    right: 5%;
    width: 1.5rem;
    cursor: pointer
}

.dcs_1 {
    z-index: 1
}

.dc_voc {
    position: absolute;
    top: 100%;
    left: 0;
    background: #000;
    font-size: 1.2rem;
    color: #fff;
    width: 100%;
    display: none;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding-bottom: 1rem
}

.dcv_item {
    height: 3rem;
    line-height: 3rem;
    padding-left: 1.5rem;
    cursor: pointer
}

.dcv_item:hover {
    color: red
}

@media (max-width:750px) {
    .dl_items {
        width: 96%;
        margin: 1rem auto 0
    }

    .dl_content {
        padding: 1rem 0 6rem
    }

    .dl_link:hover {
        background: #000
    }

    .dli_item {
        width: 50%;
        margin-bottom: 1rem
    }

    .dl_item {
        border-radius: .5rem
    }

    .dl_link img {
        width: .8rem;
        margin-left: .3rem
    }

    .dl_title {
        font-size: 1rem
    }

    .dl_item:hover {
        transform: translateY(0)
    }

    .dl_link {
        width: 72%;
        left: 14%;
        bottom: 6%;
        font-size: .75rem;
        height: 1.5rem;
        line-height: 1.5rem
    }

    .download_content {
        width: 86%
    }

    .dc_title {
        font-size: 1.5rem
    }

    .dc_title div {
        font-size: .75rem;
        width: 85%
    }

    .dc_input {
        margin-top: 1rem;
        width: 100%
    }

    .dci_input {
        height: 2.5rem;
        font-size: 1rem;
        padding: .5rem 3rem .5rem 1rem;
        border-radius: .5rem;
        display: block;
        width: 100%
    }

    .dc_search {
        top: 30%;
        right: 6%;
        width: 1rem
    }

    .dc_voc {
        font-size: 1rem;
        border-bottom-left-radius: .5rem;
        border-bottom-right-radius: .5rem;
        width: 100%;
        left: 0
    }

    .dcv_item {
        height: 2.5rem;
        line-height: 2.5rem;
        padding-left: 1rem
    }
}

/*# sourceMappingURL=/cdn/shop/t/40/assets/download.css.map?v=94780798482614900911712462084 */