body{
    background: var(--bgcolor-black);
}
.web-main{
    margin: 0rem 1rem;
    display: block;
}
.web-main-body{
    width: 100%;
    max-width: 1334px;
    margin: 0 auto;
    display: block;
    margin-top: 1rem;
}
.web-main .slide{
    position: relative;
    max-height: 400px;
    overflow: hidden;
    border-radius: 0.8rem;
}
/* .web-main .slide::before{
    position: absolute;
    width: 90%;
    height: 80%;
    content: "";
    bottom: 50px;
    right: 50px;
    border-radius: 500000000000rem;
    background: var(--sg-bglight);
    filter: blur(100px);
    opacity: 0.6;
    background: linear-gradient(312deg, rgb(81 6 6 / 54%) 70%, #a33bff 50%);
}
.web-main .slide::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: 1;
    background-image: radial-gradient(transparent, rgb(1 0 2));
} */
.web-main .slide blockquote{
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    color: var(--sg-bglight);
    max-width: 400px;
    z-index: 2;
}
.web-main .slide blockquote h2{
    font-size: 1.1rem;
    font-weight: 700;
}
.web-main .slide blockquote p{
    font-size: 1rem;
    line-height: 1.5;
    margin: 0.7rem 0rem;
}
.web-main .slide blockquote .button{
    margin-top: 0.6rem;
}
.web-main .slide blockquote .button .btn{
    color: var(--sg-bglight);
    border-radius: 0.5rem;
    padding: 0rem 1rem;
    /* background: linear-gradient(49deg, #000102fa 0%, #460d7f 54%); */
    background: var(--sg-color-brand);
}
.web-main .con{
    margin: 1rem auto;
}
.web-main .con ul li{
    border: 1px solid var(--colorBorder-00);
    border-radius: 0.8rem;
    overflow: hidden;
    background: var(--sg-bglight);
}
.web-main .con .con-head{
    height: 60px;
}
.web-main .con ul .list-box{
    padding: 1rem;
}
.web-main .con ul li:not(:first-child){
    margin: 1rem auto;
}
.web-main .con .con-head h2{
    color: var(--colorText-01);
    text-indent: 0.5rem;
}
.web-main .con ul .profile-front{
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
}
.web-main .con ul .profile-front i{
    position: relative;
    font-size: 1.5rem;
    color: var(--sg-bglight);
    z-index: 2;
}
.web-main .con ul .profile-front::before{
    display: none;
}
.web-main .con ul .text blockquote h2{
    font-size: 0.9rem;
    padding-bottom: 0.4rem;
}
.web-main .con ul .text blockquote p{
    font-size: 0.9rem;
}

.web-main .con ul .chart-i i{
    font-size: 2.2rem;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: linear-gradient(202deg, #feca14 0%, #ff6c65 25%);
    background-image: linear-gradient(202deg, #feca14 0%, #ff6c65 25%);
    z-index: 0;
}
.web-main .con ul .telegram-i {
    font-size: 2.2rem !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 550px) {
    .web-main{
        margin: 0 0.5rem;
    }
    .web-main .slide{
        height: 250px;
    }
    .web-main .slide-box,
    .web-main .slide-box .img-box{
        height: 100%;
    }
    .web-main .slide blockquote h2{
        font-size: 1rem;
    }
    .web-main .slide blockquote p{
        font-size: 0.8rem;
    }
}