.desc-box {
    margin-top: 40px;
    padding: 20px;
}

.desc-grid {
    display: grid;
    grid-template-columns: 182px 182px;
    gap: 26px;
    margin-top: 20px;
}

.desc-grid > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    line-height: 26px;
    box-shadow: 1px 1px 12px 1px rgba(0, 0, 0, 0.09);
    border-radius: 10px;
    height: 90px;
    background-color: #ffffff;
}

.desc-grid-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

.h5-cj {
    display: block !important;
    padding: 0px 20px;
}

.cj {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    margin-top: 50px;
}

.cj > div {
    padding: 30px 10px;
    background-color: #ffffff;
    border: 1px solid var(--c);
    position: relative;
    border-radius: 6px;
    line-height: 24px;
}

.cj > div::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 1px solid var(--c);
    border-right: 1px solid var(--c);
    transform: rotate(-45deg) translateX(-50%);
    background-color: #ffffff;
    left: 50%;
    z-index: 9;
    top: -10px;
}

.h5-jg {
    padding-left: 20px;
    padding-right: 20px;
}
.cj p {
    line-height: 20px;
    margin: 10px 0px;
}

.jg-title {
    text-align: center;
    font-size: 22px;
    line-height: 65px;
    margin-top: 50px;
    border-radius: 15px 15px 0 0;
    color: #ffffff;
    background: linear-gradient(90deg, rgba(129, 219, 178, 1) 0%, rgba(51, 195, 129, 1) 100%);
}

.jg {
    border: 1px solid #e2e2e4;
    border-top: none;
    border-radius: 0 0 15px 15px;
    padding: 10px;
}

.jg i {
    font-style: normal;
    display: block;
    border-radius: 6px;
    background-color: #ffffff;
    text-align: center;
    color: #222222;
    font-size: 13px;
    padding: 5px;
}

.jg-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    margin-bottom: 10px;
}

.jg-grid .flex-c {
    gap: 5px;
    flex-direction: column;
}

.jg-grid .jg-tag {
    width: 100%;
    text-align: center;
}

.jg-tag {
    display: flex;
    border-radius: 6px;
    border: 1px dashed currentColor;
    padding: 10px;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start !important;
}

.jg-tag span {
    display: block;
    width: 100%;
    text-align: center;
}

.jg-arrow {
    width: 40px;
    height: 25px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(56, 140, 242, 1) 100%);
    transform: rotate(90deg);
    clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
}

.jg-box {
    display: flex;
    gap: 10px;
    border-radius: 6px;
    border: 1px dashed currentColor;
    padding: 18px;
    flex-wrap: wrap;
    flex-direction: row !important;
}

.h5-f {
    flex-direction: column;
}

.jg-box h3 {
    display: block;
    width: 100%;
    text-align: center;
}

.lin-small {
    column-gap: 30px;
}

.lin-small img {
    width: 34px;
}

.lin-small > div {
    gap: 5px;
    width: 120px;
    height: 50px;
}

.fun-switch {
    flex-direction: column;
    padding: 0px 20px;
    gap: 20px;
}

.fun-switch img {
    order: 3;
    width: 100%;
}

.fun-switch img,
.fun-switch p {
    display: none;
}

.fun-switch p {
    line-height: 24px;
    order: 2;
    padding: 0px !important;
}

.fun-tab {
    order: 1;
    display: flex;
    justify-content: space-around;
    width: 100%;
    gap: 10px;
}

.fun-tab div {
    transition: width 0.3s;
    font-style: normal;
    flex: 1;
    min-width: 0;
    height: 45px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    background-color: #ffffff;
    box-shadow: 0px 10px 42px 1px rgba(0, 0, 0, 0.08);
}

.fun-tab div.fun-active {
    width: 100%;
    color: #ffffff;
    background: linear-gradient(100deg, #99ec93, #0098c4, #278be8);
}


.app-mid > p {
    padding: 0px 20px;
    line-height: 20px;
}

.fun > img {
    width: 100% !important;
}