﻿.main {
    background-color: #F5F5F5;
}

.main .title {
    background-color: #FFFFFF;
    height: 3rem;
    display: flex;
    align-items: center;
}

.title .line , .section-right-top-item-title .line{
    width: 0.1875rem;
    height: 1rem;
    background-color: #266FE8;
}

.title .m-title {
    color: rgba(0,0,0,0.9000);
    font-size: 1rem;
    font-weight: 500;
    margin-left: 0.4375rem;
    margin-right: 0.5rem;
}

.title .sub-title {
    font-size: 0.75rem;
    color: rgba(0,0,0,0.4000);
    line-height: 1.25rem;
}

.section {
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.section-left {
    width: 11.75rem;
    min-height: 6.25rem;
    background-color: #FFFFFF;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.section-right {
    width: 62.25rem;
}

.section-left-item a {
    display: block;
    height: 3rem;
    line-height: 3rem;
    font-size: 0.875rem;
    color: #4B5B76;
    padding-left: 1rem;
    position: relative;
}

.section-left-item a::before {
    content: '';
    position: absolute;
    left: 0rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.125rem;
    height: 0.75rem;
    background-color: transparent;
}

.section-left-item a:hover {
    background-color: #ECF2FE;
}

.section-left-item a.active {
    color: #266FE8;
}

.section-left-item a.active::before {
    background-color: #266FE8;
}

.section-right-top {
    background-color: #FFFFFF;
}

.section-right-bottom {
    background-color: #FFFFFF;
}

.padding24 {
    padding: 1.5rem;
}

.padding24 + .padding24 {
    margin-top: 1rem;
}

.section-right-bottom-title {
    font-weight: 500;
    font-size: 1.25rem;
    color: rgba(0,0,0,0.9000);
    margin-bottom: 1rem;
}

.section-right-bottom-content {
    font-size: 0.875rem;
    color: rgba(0,0,0,0.6000);
    line-height: 1.625rem;
}

.section-right-top-item-title {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 1rem;
}

.section-right-top-item-title .m-title {
    font-weight: 500;
    font-size: 1.25rem;
    color: rgba(0,0,0,0.9000);
}

.section-right-top-item-content {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.section-right-top-item-content .item {
    width: 14.0625rem;
    height: 8.75rem;
    background: linear-gradient(180deg, #FAFBFF 0%, #FFFFFF 100%);
    border: 1px solid #E7E7E7;
    position: relative;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section-right-top-item-content .item:hover {
    border-color: #266FE8;
    background: linear-gradient(180deg, #FAFBFF 0%, #FFFFFF 100%);
    border-bottom: none;
}

.section-right-top-item-content .item:hover .mask-content {
    border-color: #266FE8;
    border-style: solid;
    border-width: 1px;
    border-top: none;
    display: block;
    top: 8.6875rem;
}

.section-right-top-item-content .item .item-icon {
    width: 4.75rem;
    height: 4.75rem;
    display: block;
    position: absolute;
    right: 0rem;
    bottom: 0rem;
    z-index: 10;
}

.section-right-top-item-content .item:hover .item-icon {
    display: none;
}

.right-top-item-title {
    font-size: 1rem;
    color: rgba(0,0,0,0.9000);
    font-weight: 500;
    line-height: 1.5rem;
}

.right-top-item-content {
    display: flex;
    gap: 1.5rem;
    position: relative;
    z-index: 20;
}

.percent {
    font-weight: 400;
    font-size: 0.75rem;
    color: rgba(0,0,0,0.4000);
}

.percent-num {
    color: #266FE8;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 2.75rem;
    margin-right: 0.25rem;
}

.mask-content {
    background-color: #FFFFFF;
    position: absolute;
    left: -1px;
    top: 8.625rem;
    z-index: 100;
    width: 14.0625rem;
    padding: 1rem;
    display: none;
}

.mask-content::before {
    content: '';
    height: 0.0625rem;
    width: 12.0625rem;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
    background-color: #E7E7E7;
}

.mask-content-title {
    font-size: 0.875rem;
    font-weight: 500;
    color: rgba(0,0,0,0.9000);
    margin-bottom: 0.25rem;
}

.mask-content-content {
    font-weight: 400;
    font-size: 0.75rem;
    color: rgba(0,0,0,0.6000);
    line-height: 1.25rem;
    height: auto;
    overflow-y: auto;
}

.section-right-top-item + .section-right-top-item {
    margin-top: 1.375rem;
}

.illustrate {
    font-size: 0.75rem;
    cursor: pointer;
    display: flex;
    align-items: flex-end;
    position: absolute;
    right: 0rem;
    bottom: 0rem;
    z-index: 99;
    color: rgba(0,0,0,0.4000);
    font-weight: 400;
}

.demo {
    display: none;
    position: fixed;
    top: 0rem;
    right: 0rem;
    bottom: 0rem;
    left: 0rem;
    overflow: auto;
    z-index: 9999;
}

.demo-dialog {
    width: 45%;
    margin: 10vh auto;
    min-height: 6.25rem;
    background-color: #fff;
    z-index: 1000;
    border-radius: 0.375rem;
    padding: 1.25rem;
    position: relative;
}

#floor {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

#demo .close-btn {
    position: absolute;
    top: 0.625rem;
    right: 0.625rem;
    z-index: 1000;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    border: 1px solid #bbb;
    cursor: pointer;
}

#demo .close-btn span {
    display: inline-block;
    width: 0.75rem;
    height: 1px;
    background-color: #bbb;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
}

#demo .close-btn span:first-child {
    transform: rotate(45deg);
    left: 20%;
}

#demo .close-btn span:last-child {
    transform: rotate(-45deg);
    right: 15%;
}

.demo-mobile {
    width: 22.5rem;
    max-width: 100%;
    height: 40rem;
    position: relative;
    display: block;
    background-image: url(../../static/image/mobile.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 2.5rem 0rem;
}

#iframe {
    width: 80%;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.demo-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.6rem;
}

.qrcode-text {
    height: 3.2rem;
    line-height: 3.2rem;
    text-align: center;
}