 
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.category_intro {
    padding: 100px 0px;
}

body>section {
    position: relative;
} 
 
.content_big {
    position: relative;
    margin: 0px auto;
    max-width: 1600px;
}


ul {
    list-style: none;
}

.category_intro .syeditorlist>li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
    padding: 70px 0px;
}


.category_intro .syeditorlist>li .img {
    width: 51.2968%;
    height: auto;
    max-height: 610px;
    overflow: hidden;
    border-radius: 1rem;
}


.category_intro .syeditorlist>li .img img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: cover;
    display: block;
}

.category_intro .syeditorlist>li .head {
    flex: 1 1 0%;
    max-width: 627px;
}

.head h2 {
    font-size: 44px;
    font-weight: 500;
    line-height: 60px;
}

.fadeIn {
    animation-name: fadeIn;
}
 
.category_intro .syeditorlist>li .head p {
    color: rgb(124, 124, 124);
    font-size: 17px;
    line-height: 25px;
    font-family: Gantari, sans-serif;
    margin-top: 2rem;
}


.category_intro .syeditorlist>li .head ul {
    margin-top: 38px;
}


.category_intro .syeditorlist>li .head ul li {
    color: rgb(51, 51, 51);
    font-size: 18px;
    font-weight: 500;
    padding-left: 35px;
    position: relative;
    margin-bottom: 9px;
}

.category_intro .syeditorlist>li .head ul li::before {
    content: "";
    display: block;
    width: 1rem;
    height: 12px;
    background: url("https://runtang2.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/category_intro/assets/img/gou.svg") center center / contain no-repeat;
    position: absolute;
    left: 0px;
    top: 8px;
}


.category_intro .syeditorlist>li .head ul li:last-child {
    margin-bottom: 0px;
}

a {
    color: rgb(28, 35, 47);
    text-decoration: none;
    font-size: 1rem;
}

.button {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    background-color: var(--theme_color);
    border-radius: 8px;
    overflow: hidden;
    padding: 17px 86px 19px 35px;
    min-width: 248px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease 0s;
}

.button::before {
    content: "";
    display: block;
    width: 44px;
    height: 44px;
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
}

.button::after {
    content: "";
    display: block;
    width: 1rem;
    height: 12px;
    background: url("https://runtang2.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/category_intro/assets/img/btn-arrow-b.svg") center center / contain no-repeat;
    position: absolute;
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
}

.button:hover {
    padding: 17px 60.5px 19px;
}

.button:hover::before,
.button:hover::after {
    opacity: 0;
    right: 0px;
    transform: translate(100%, -50%) scale(0.8);
}

.category_intro .syeditorlist>li .head .button {
    margin-top: 50px;
}

@media screen and (min-width: 786px) and (max-width: 1440px) {

    .button,
    .button_r,
    .button_more {
        zoom: 0.9;
    }
}

@media screen and (min-width: 786px) and (max-width: 1220px) {

    .button,
    .button_r,
    .button_more {
        zoom: 0.85;
    }
}

@media screen and (min-width: 786px) and (max-width: 1000px) {

    .button,
    .button_r,
    .button_more {
        zoom: 0.8;
    }
} 

@media screen and (min-width: 786px) and (max-width: 1640px) {
    .content_big {
        max-width: 1440px;
        padding: 0px 1.2rem;
    }
}

@media screen and (min-width: 786px) and (max-width: 1440px) {
    .content_big {
        max-width: 1220px;
    }
}

@media screen and (min-width: 786px) and (max-width: 1220px) {

    .content,
    .content_big {
        max-width: 1000px;
    }
}

@media screen and (min-width: 786px) and (max-width: 1000px) {

    .content,
    .content_big {
        max-width: 786px;
    }
}


@media screen and (max-width: 786px) {

    .category_intro {
        padding: 2rem 0px;
    }  
    .content,
    .content_big {
        padding: 0px 1.2rem;
    } 
    .category_intro .syeditorlist>li {
        padding: 2rem 0px;
        display: block;
    } 
    .category_intro .syeditorlist>li .img {
        width: 100%;
    } 
    .category_intro .syeditorlist>li .head {
        margin-top: 1.2rem;
    } 
    .head h2 {
        font-size: 22px;
        line-height: 1.5;
    } 
    .head p {
        font-size: 0.9rem;
        line-height: 1.5rem;
    } 
    .category_intro .syeditorlist>li .head p {
        font-size: 0.9rem;
        line-height: 1.5rem;
        margin-top: 0.5rem;
    } 
    .category_intro .syeditorlist>li .head ul {
        margin-top: 1.2rem;
    } 
    .category_intro .syeditorlist>li .head ul li {
        font-size: 14px;
        line-height: 1.5;
        padding-left: 1rem;
    } 
    .category_intro .syeditorlist>li .head ul li::before {
        width: 10px;
        height: 10px;
        top: 4px;
    } 

    .button,
    .button_r,
    .button_more {
        font-size: 14px;
        min-width: 120px;
        padding: 12px 50px 12px 20px;
        border-radius: 6px;
    } 

    .button::before,
    .button_r::before,
    .button_more::before {
        width: 2rem;
        height: 2rem;
        right: 5px;
        border-radius: 6px;
    } 

    .button::after,
    .button_r::after,
    .button_more::after {
        width: 12px;
        height: 12px;
        right: 15px;
    } 

    .button:hover,
    .button_more:hover {
        padding: 12px 35px;
    } 
    .category_intro .syeditorlist>li .head .button {
        margin-top: 1.6rem;
    }

} 