.sc-bg-dark {
    background-color: #f2f5fb;
}

.sc-bg-light {
    background-color: #ffffff;
}

.section-background img {
    width: 100%;
}

.sc-img-border {
    border-radius: 20px;
    text-align: center;
}

.sc-color-common {
    color: #1c1c1c;
}

.sc-common-title-view {
    position: relative;
    box-sizing: border-box;
    text-align: left;
    margin-bottom: 20px;
}

.sc-common-title {
    font-size: 50px;
    color: #485B94;
    font-weight: bold;
    text-align: left;
}

.sc-common-title-view .corner-bottom::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 10px;
    bottom: 0;
    left: 0;
    border-bottom: 3px solid #485B94;
}

.sc-common-section {
    padding-top: 80px;
    padding-bottom: 150px;
    position: relative;
    overflow: hidden;
}

.sc-active {
    color: #485B94;
}

.sc-box-shadow-border {
    box-shadow: 25px 20px 41px rgba(170, 159, 205, 0.3), 26px 51px 41px rgba(170, 159, 205, 0.3);
    border-radius: 28px;
}

.sc-box-shadow-border-big {
    box-shadow: 25px 20px 41px rgba(170, 159, 205, 0.3), 26px 51px 41px rgba(170, 159, 205, 0.3);
    border-radius: 45px;
}

.sc-box-shadow-border-large {
    box-shadow: 25px 20px 41px rgba(170, 159, 205, 0.3), 26px 51px 41px rgba(170, 159, 205, 0.3);
    border-radius: 60px;
}

.sc-box-shadow {
    box-shadow: 25px 20px 41px rgba(170, 159, 205, 0.3), 26px 51px 41px rgba(170, 159, 205, 0.3);
    /* border-radius: 28px; */
}


/**----------slingle-slider 扩展------------*/

.slingle-slider .shape-101 {
    top: 70px;
    left: 2%;
    z-index: 1;
    -webkit-animation: moveupdown 2s infinite alternate;
    animation: moveupdown 2s infinite alternate;
}

.slingle-slider .shape-102 {
    top: 70px;
    right: 10%;
    z-index: 1;
    -webkit-animation: moveupdown 2s infinite alternate;
    animation: moveupdown 2s infinite alternate;
}

.slingle-slider .shape-103 {
    bottom: 0px;
    right: 50%;
    z-index: 1;
    -webkit-animation: moveupdown 2s infinite alternate;
    animation: moveupdown 2s infinite alternate;
}