@charset "utf-8";
/*  */

.service-search {
    width: 720px;
    padding: 0 25px;
    border-radius: 99px;
    background-color: #fff;
    overflow: hidden;
}

.service-search input {
    flex: 1;
    line-height: 60px;
    width: 100%;
}

.service-search button {
    width: 40px;
    background-color: transparent;
    border: none;
}

.service-search button i {
    font-size: 24px;
}

@media (max-width:768px) {
    .service-search {
        width: 90%;
        padding: 0 10px;
    }

    .service-search input {
        line-height: 50px;
        padding: 0 10px;
    }

}

/*  */
.service-download .left {
    width: 300px;
    padding-right: 80px;
}

.service-download .right {
    flex: 1;
}

@media (max-width:1200px) {

    .service-download .left {
        width: 100%;
        padding-right: 80px;
    }

    .service-download .right {
        margin-top: 30px;
        flex: inherit;
        width: 100%;
    }

}

/*  */
.download-menus .item {
    margin-bottom: 20px;
}

.download-menus .item h3 {
    font-size: 20px;
    font-weight: bold;
}

.download-menus .item .child {
    margin-top: 10px;
    display: none;
}

.download-menus .item .child ul li {
    padding-right: 60px;
    margin-bottom: 5px;
}

.download-menus .item .child ul li a {
    position: relative;
    z-index: 1;
    display: block;
    padding: 0 20px;
    font-size: 18px;
    line-height: 50px;
    border-radius: 12px 0 0 12px;
}

.download-menus .item .child ul li a svg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    transform: translateX(99%);
    display: none;
}

.download-menus .item .child ul li:hover a,
.download-menus .item .child ul li.active a {
    background-color: var(--theme-default);
    color: #fff;
}

.download-menus .item .child ul li:hover a svg,
.download-menus .item .child ul li.active a svg {
    display: block;
}

.download-menus .item .item-active a {
    color: var(--theme-default);
}


/*  */
.catagory-title {
    padding-bottom: 20px;
}

.catagory-title span {
    display: inline-block;
    line-height: 55px;
    border: 1px solid #ccc;
    padding: 0 40px;
    border-radius: 50px;
}


@media (max-width:1200px) {
    .catagory-title {
        padding-bottom: 30px;
    }
}

/*  */
.service-download-lists .item {
    margin-top: 32px;
    background-color: #fff;
    padding: 0 100px 0 190px;
    border-radius: 0 24px;
}


.service-download-lists .item .top {
    position: relative;
    padding: 20px 0;
}

.service-download-lists .item .top h3 {
    font-size: 24px;
    color: var(--theme-default);
}


.service-download-lists .item .top i {
    position: absolute;
    top: 50%;
    left: -80px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    transform: translateY(-50%);
}

.service-download-lists .item .top i::before,
.service-download-lists .item .top i::after {
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #4D4D4D;
    transition: 0.3s;
}

.service-download-lists .item .top i::after {
    transform: rotate(90deg);
}


.service-download-lists .item .bottom {
    padding: 20px 0 50px;
    border-top: 1px solid #DEDEDE;
    display: none;
}

.service-download-lists .item .bottom p {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
}

.service-download-lists .item .bottom p sub {
    /* color: var(--theme-green); */
    color: #666;
}

.service-download-lists .item .bottom .wp-block-file {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.service-download-lists .item .bottom .wp-block-file object {
    display: none;
}

.service-download-lists .item .bottom ul li p {
    position: relative;
    z-index: 1;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-left: 40px;
}

.service-download-lists .item .bottom ul li p i {
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 24px;
}


/* active */
.service-download-lists .item.active .top i::after {
    transform: rotate(0);
}

/*  */
@media (max-width: 1200px) {
    .service-download-lists .item {
        padding: 0 50px 0 100px;
    }

    .service-download-lists .item .top i {
        left: -60px;
    }

}

@media (max-width: 640px) {

    .service-download-lists .item {
        padding: 0 20px;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .service-download-lists .item .top i {
        left: inherit;
        right: 0;
    }

    .service-download-lists .item .bottom p {
        font-size: 16px;
    }



    .service-download-lists .item .bottom {
        padding: 20px 0;
    }


    .service-download-lists .item .bottom .wp-block-file a {
        font-size: 14px;

    }

}