.ficus-header {
    padding: 0;
    min-height: 6.875rem;

    .color-background {
        background-color: transparent;
    }

    .z-index-10 {
        z-index: 3000;
    }

    .fixed-header {
        position: fixed;
        width: 100%;
        height: 6.875rem;

        .fixed-header-div {
            max-width: var(--contentSize);
            margin: auto;
        }
    }
}

.el-row {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.el-row.is-justify-space-between {
    justify-content: space-between;
}
.el-row.is-justify-space-around {
    justify-content: space-around;
}

.el-col-24, .el-col-24.is-guttered {
    display: block;
}

.el-col-24 {
    flex: 0 0 100%;
    max-width: 100%;
}

[class*=el-col-] {
    box-sizing: border-box;
}

.fixed-header-div .stockW {
    color: white;
}

.ficus-header .fixed-header .fixed-header-div .stockDiv {
    position: relative;
}

.stockDiv::after {
    position: absolute;
    font-size: 14px;
    margin: 0;
    content: attr(data-content);
    top: 2px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ficus-header .fixed-header .fixed-header-div img {
    margin: 1.25rem 30px;
    cursor: pointer;
    max-height: 60px;
}

.ficus-header .fixed-header .fixed-header-div .router-list-2 {
    position: relative;
    text-align: right;
    color: #00f;
}

.el-button {
    height: 45px;
    display: inline-block;
    align-items: center;
    -webkit-appearance: none;
    box-sizing: border-box;
    cursor: pointer;
    justify-content: center;
    outline: none;
    text-align: center;
    transition: .1s;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;

    background-color: inherit; /* reset element plus */
    border: inherit; /* reset element plus */
    padding: inherit; /* reset element plus */
}
.el-button:hover {
    background-color: inherit; /* reset element plus */
    border: inherit; /* reset element plus */
}

.el-button + .el-button {
    margin-left: 14px;
}

.business-btn {
    font-size: 20px;
    margin-top: 25px;
    color: #000;
    position: relative;
    font-style: normal;
    line-height: normal;
    align-content: center;
}

.z-index-10-box {
    box-shadow: 0 4px 18px #00000026;
}
.z-index-10-box .stockW {
    color: black;
}
.z-index-10-box .el-button.business-btn:hover {
    .business-btn-div {
        display: block;
    }
}

.ficus-header .fixed-header {
    width: 100%;
    height: 6.875rem;
    position: fixed;
    background-color: #fff;
}

.fixed-header.color-background {
    background-color: transparent;
}
.ficus-header .color-background .el-button.business-btn {
    color: #fff;
}

.business-btn.active {
    color: #167fac;
}

.ficus-header .color-background .el-button.business-btn.active {
    color: #167fac;
}

.ficus-header .color-background .el-button.business-btn:hover {
    .business-btn-div {
        display: block;
    }
}

.ficus-header .color-background .business-btn .business-btn-div {
    background-color: #403e3e99;
}
.ficus-header .color-background .business-btn .business-btn-div .business-btn-div-line {
    border-color: #403e3e;
}

.el-container.is-vertical {
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    min-width: 0;
}

.business-btn .business-btn-div {
    left: 50%;
    transform: translate(-50%, 0);
    display: none;
    position: absolute;
    top: 45px;
    background-color: #fff;
    box-shadow: 0 4px 18px #00000026;
}

.business-btn-div-text {
    padding: 15px 15px 10px;
}
.business-btn-div-text:hover {
    color: #167fac;
}

.business-btn .business-btn-div .business-btn-div-line {
    border-bottom: #EBEBEB solid 1px;
    width: 80%;
    margin: auto;
}

.lang-div {
    cursor: unset;
    margin-right: 30px;
}

.el-button + .lang-div {
    margin-left: 13px;
    padding-left: 13px;
    border-left: #32d6a2 solid 1px;
}

.lang {
    color: #fff;
    margin: 5px;
    font-size: 14px;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.z-index-10-box .lang {
    color: black;
}
.lang.active {
    color: #fff;
    background-color: #32d6a2;
}

.menu-header-1-2 {
    position: relative;
    max-width: var(--contentSize);
    margin: auto;
}

.img-b {
    z-index: 8;
    position: absolute;
    background-image: linear-gradient(#57575780 40%, #0003);
    height: 100%;
    width: 100%;
}

.div-text {
    margin: auto auto auto 50px;
    position: absolute;
    top: 29vh;
    z-index: 9;

    .text {
        font-size: 96px;
        color: #fff;
        max-width: 460px;
        animation-duration: 3s;
        animation-name: slidein-a72bd119;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
    }

    p.normal {
        line-height: normal;
    }
}

.scroll {
    position: absolute;
    bottom: 25px;
    right: 45%;
    z-index: 7;
    color: #fff;
}
.img-width {
    width: 100%;
    height: 100dvh;
    overflow: hidden;
    display: inline-block;
    position: relative;
    img {
        object-fit: cover;
        opacity: 1;
        vertical-align: top;
        height: 100%;
        width: 100%;
    }
}
.el-main {
    box-sizing: border-box;
    display: block;
    flex: 1;
    flex-basis: auto;
    padding: 15px 5px 0 5px;
    overflow: hidden;
    min-height: 80vh;
}
.ficus-homepage {
    position: relative;
    padding: 0;
    max-width: var(--contentSize);
    height: 100%;
    margin: 10px auto 3rem;
}

.el-col-24, .el-col-24.is-guttered {
    display: block;
}

.el-col-24 {
    flex: 0 0 100%;
    max-width: 100%;
}

[class*=el-col-] {
    box-sizing: border-box;
}

.home-text1 {
    color: #003068;
    font-size: 26px;
    line-height: 128%;
}
.home-text2 {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #000;
    text-align: justify;
}
.text-margin {
    p {
        padding-right: 70px;
    }
}
.view-btn {
    font-weight: 700;
    cursor: pointer;
    padding: 8px 15px;
    font-size: 1rem;
    height: 45px;
    color: #000;
    background-color: #2bcc8e;
    border: none;
}
.view-btn>span {
    align-items: center;
    display: flex;
}
.view-btn:hover {
    color: #4a5568;
    background-color: #32d6a2;
}
.el-icon {
    --color: inherit;
    align-items: center;
    display: inline-flex;
    height: 1em;
    justify-content: center;
    line-height: 1em;
    position: relative;
    width: 1em;
    fill: currentColor;
    font-size: inherit;
    svg {
        height: 1em;
        width: 1em;
    }
}
.img-c {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    max-width: 350px;
    img {
        object-fit: scale-down;
        opacity: 1;
        vertical-align: top;
        height: 100%;
        width: 100%;
    }
}
.btn-select {
    button {
        cursor: pointer;
        padding: 8px 15px;
        font-size: 1rem;
        height: 45px;
        color: #000;
        border: var(--border-color) solid 1px;
        border-radius: 0;
        background-color: transparent;
        min-width: 180px;
        font-weight: 700;
    }
    button:hover {
        color: #4a5568;
        background-color: #32d6a2;
    }
    button.active {
        background-color: #32d6a2;
    }
}
.btn-select +.btn-select {
    margin-left: 20px;
}
.ficus-investor {
    margin-top: 30px;
}
.eng-lang-display {
    display: none;
}
.color-background .eng-lang-display button.menu-btn {
    color: #fff;
}
.btn-gone1 {
    display: none;
}
@media (max-width: 1144px) {
    .col-2 {
        flex: 0 0 20%;
        width: 20%;
    }
    .eng-lang {
        display: none;
    }
    .eng-lang-display {
        display: block;
        margin: auto 30px auto 0;
    }
}
@media (max-width: 990px) {
    .text-margin p {
        padding-right: 30px;
    }
    .col-7-5, .col-2-5 {
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%;
    }
    .col-2 {
        flex: 0 0 10%;
        max-width: 10%;
    }
}
@media (max-width: 770px) {
    .text-margin p {
        padding-right: 0;
    }
    .col-7-5, .col-2-5 {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
    .col-2 .diamond-shield-right {
        display: none;
    }
    .col-2 .diamond-shield-left {
        display: none;
    }
}
@media (max-width: 690px) {
    .btn-select {
        width: 50%;
        display: flex;
        button{
            margin:auto;
            min-width: 205px;
        }
        button + button {
            margin-left: auto;
            margin-right: auto;
        }
    }
    .btn-select +.btn-select {
        margin-left: auto;
        margin-right: auto;
    }
    .btn-bar-btn {
        width: 100%;
        display: flex;
        button {
            margin: auto;
        }
    }
    .btn-gone {
        display: none;
    }
    .btn-gone1 {
        display: flex;
    }

    .link-row {
        display: block;
    }
    .col-date {
        margin-bottom: 15px;
    }
    .col-content {
        width: 100%;
        max-width: 100%;
        padding-right: 20px;
        margin-bottom: 15px;
    }
}