.rec-top {
    display: flex;
    align-items: center;
}

.rect-img {
    flex: 0 0 50%;
    position: relative;
    border-top-right-radius: 60px;
}

.rect-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.rect-img:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0px 60px 0px 0px;
    border: 1px solid #FFFFFF;
    width: 94.72%;
    height: 89.91%;
}

.rect-rg {
    flex: 1;
    margin-left: 3.61%;
}

.rect-rg .con-tit1 {
    text-align: left;
}

.rect-rg .con-tit1:after {
    left: 0;
    transform: none;
}

.rect-rg .rect-des {
    color: #666666;
    line-height: 30px;

}

.recitem-top {
    display: flex;
    padding-left: 3%;
    padding-right: 3.47%;
    align-items: center;
    height: 86px;
    background-color: #fff;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, .1);
    transition: all .5s;
    position: relative;
}

.rect-item {
    flex: 0 0 19.52%;
    color: #333333;
    transition: all .5s;
    flex-grow: 1;

}

/*.rect-item:nth-child(1) {
    margin-right: 6.68%;
}*/

.recitem-top .zk {
    width: 38px;
    height: 38px;
    background: #C4C4C4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}

.recitem-top .zk svg {
    transform: rotate(180deg);
    transition: all .5s;
}

.recitem-top.act {
    border-top-right-radius: 30px;
    background-color: var(--color);
}

.recitem-top.act .rect-item {
    color: #fff;

}

.recitem-top.act .zk {
    background-color: #fff;
}

.recitem-top.act .zk path {
    stroke: var(--color);
}


.recitem-top.act .zk svg {
    transform: rotate(0);
}

.recitem-btm {
    padding-left: 7.77%;
    padding-right: 7.77%;
    background-color: #fff;
    display: none;
}

.recb1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.recb1-lf,
.recb1-rg,
.recb2-lf,
.recb2-rg {
    flex: 0 0 43.45%;
}

.recb1-lf {
    display: flex;
    align-items: center;
}

.recb1-lf .recb1-ico {
    margin-right: 28px;
}

.recb1-name {
    line-height: 1.5;
    color: #000;
    font-weight: 600;
}

.recb1-type {
    line-height: 1.5;
    color: #737373;
}

.recb2 {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.recb2 .recb2-tit {
    font-weight: 600;
    line-height: 1.5;
    color: #666666;
    margin-bottom: 8px;
}

.recb2 .recb2-des {
    color: #737373;
    line-height: 30px;
}

.resumebtn {
    display: flex;
}

.resumebtn a {
    display: flex;
    padding: 0 20px;
    height: 58px;
    align-items: center;
    border-radius: 29px;
    color: #fff;
    font-size: 16px;
    background-color: var(--color);
}

.resumebtn svg {
    margin-left: 16px;
}

.secbox {
    background: url('../img/rbg.jpg') no-repeat bottom center/cover;
}

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

    .rect-img,
    .rect-img:after {
        border-top-right-radius: 50px;
    }
}

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

    .rect-img,
    .rect-img:after {
        border-top-right-radius: 40px;
    }
}

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

    .rect-img,
    .rect-img:after {
        border-top-right-radius: 20px;
    }

    .rec-top {
        flex-wrap: wrap;
    }

    .rect-img {
        flex: 0 0 100%;
    }

    .rect-rg {
        margin-right: 0;
        flex: 0 0 100%;
        margin-top: 8vw;
    }

    .rect-rg .rect-des {
        line-height: 24px;
    }

    .rect-item {
        flex: 0 0 38%;
        margin-right: 4%;
    }

    .rect-item:nth-child(4) {
        flex-grow: 1;
    }

    .recitem-top {
        flex-wrap: wrap;
        padding-top: 10px;
        padding-bottom: 10px;
        justify-content: flex-start;
    }

    .recitem-top .zk {
        position: absolute;
        width: 26px;
        height: 26px;
        right: 5%;
        top: 50%;
        transform: translateY(-50%);
    }

    .recitem-top .zk svg {
        width: 14px;
        height: 14px;

    }

    .recb1-lf .recb1-ico {
        display: none;
    }

    .recb1,
    .recb2 {
        flex-wrap: wrap;
    }

    .recb1-lf,
    .recb1-rg,
    .recb2-lf,
    .recb2-rg {
        flex: 0 0 100%;
    }

    .recb1-name,
    .recb1-type {
        line-height: 2;
    }

    .recb2 .recb2-des {
        line-height: 24px;
    }

    .recb2-rg {
        margin-top: 5vw;
    }

    .resumebtn a {
        height: 40px;
        border-radius: 20px;
        font-size: 14px;
        padding: 0 16px;
    }

    .resumebtn svg {
        margin-left: 10px;
        width: 16px;
    }

    .recitem-btm {
        padding-bottom: 6vw;
    }

    .recitem-top.act {
        border-top-right-radius: 20px;
    }
}