.intro-model {
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    background: linear-gradient(135deg, #667eea 0, #764ba2 100%);
    border-radius: 24px;
    overflow: hidden;
    z-index: 2;
    position: relative;
    padding: 80px var(--padding) 100px;
    align-items: center;
    --fill-3: #5f1de303;
    --fill-2: #9674cd7d;
    --fill-1: #845acc6b;
    box-shadow: inset #794b9cbd 0px -10px 72px;
    border: 2px solid #ffffffdb;
    margin-top: 100px;
}

.intro-model:before {
    content:'';
    position: absolute;
    right: 0;
    left: 0;
    background: linear-gradient(180deg, #d3bfff, #4d168f85);
    height: 100%;
    top: 0;
    z-index: 0;
}

.svg-2-bg {
    position: absolute;
    left: 0;
    bottom: 128px;
    z-index: -1;
}

.svg-1-bg {
    position: absolute;
    left: 0;
    bottom: -7px;
    z-index: -1;
}

.svg-4-bg {
    position: absolute;
    right: 0;
    bottom: -7px;
    z-index: -1;
}

.svg-3-bg {
    position: absolute;
    bottom: -7px;
    z-index: -1;
    left: 50%;
    transform: translate(-50%,0);
}

.svg-6-bg {
    position: absolute;
    bottom: -7px;
    right: 0;
    z-index: -1;
}

.-yc-IntroInfo>.before_h {
    --transbg: var();
    --transbg: var();
    font-weight: 600;
    font-size: 16px;
    color: var(--uicolor);
    background: var(--uicolor);
    background-image: linear-gradient(45deg, var(--transbg), var(--transbg));
    --transbg: #ffffffed;
    display: flex;
    padding: 8px 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    align-items: center;
    gap: 7px;
    line-height: 1.4;
}

.-yc-IntroInfo>.before_h > i {
    font-size: 16px;
}

.-yc-IntroInfo>.intro-h1 {
    font-size: 42px;
    font-weight: 900;
    line-height: 70px;
    margin-bottom: 10px;
    color: var(--primary-text);
    max-width: 95%;
}

.-yc-IntroInfo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.-yc-IntroInfo>.p-content {
    font-size: 23px;
    line-height: 31px;
    font-weight: 700;
    color: #000000d6;
    margin: 0;
}

.-yc-introURL  .securl-btn {
}

.-yc-introURL {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 36px 0 0;
    gap: 10px;
}
.intro-counter {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 50px;
    gap: 20px;
    flex-wrap: wrap;
}

.-inc-item {
    display: flex;
    gap: 15px;
    align-items: center;
    cursor: pointer;
    flex: 1;
    min-width: 164px;
}

.-inc-item > i {
    font-size: 24px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    --elw: 60px;
    min-width: var(--elw);
    max-width: var(--elw);
    height: var(--elw);
    background: #ffffff70;
    border-radius: 50%;
    align-items: center;
    box-shadow: 0px 12px 20px rgb(166 175 195 / 19%);
    transition: 180ms all ease;
}

.-inc-item:hover > i {
    transform: scale(1.08);
}

.-inc-item-num {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
}

.-inc-item-num > strong {
    font-weight: 500;
    color: var(--secondarytext);
}

.-inc-item:hover .-inc-item-num > strong {
    color: var(--primary-text);
}

.-inc-item-num > p {
    display: flex;
    align-items: baseline;
    gap: 3px;
    line-height: 1;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 1px;
    min-width: 100%;
}

.-inc-item-num > p > span {
    display: block;
    font-family: var(--f-number);
    font-weight: 700;
    font-size: 21px;
}
.-yc-introBox {
    max-width: 900px;
    position: relative;
}

.-yc-IntroInfo>.intro-h1 c--color {
    color: var(--cword-color);
}