@charset 'utf-8';
.wrapper {
    background-color: #F7F7F7;
    width: 100%;
    height: 100%;
}
.bg {
    width: 100%;
    position: relative;
    z-index: 1;
}
.bg .image-bg {
    display: block;
    width: 100%;
}
.bg .image-bg-mobile {
    display: none;
    width: 100%;
}
.main {
    position: relative;
    z-index: 10;
    background-color: #ffffff;
    padding: 40px 56px 30px;
    margin-bottom: 44px;
    margin-top: -44px;
    border-radius: 8px;
    /* min-height: 900px; */
}
.main .title {
    font-size: 32px;
    color: #231816;
    margin-bottom: 37px;
}
.main .content {
    display: flex;
    margin-bottom: 80px;
}
.main .content .c-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-right: 55px;
}
.main .content .c-item:last-child {
    margin-right: 0px;
}
.main .content .c-item .icon {
    display: block;
    width: 60px;
    height: 60px;
    margin-bottom: 11px;
}
.main .content .c-item .t {
    font-size: 24px;
    color: #231816;
    margin-bottom: 21px;
}
.main .content .c-item .c {
    font-size: 14px;
    color: #4A4A4A;
    line-height: 24px;
    margin-bottom: 0px;
}
.main .title-list {
    display: flex;
    margin-bottom: 22px;
    padding: 0px 15px;
}
.main .title-list .item {
    flex: 1;
    font-size: 18px;
    color: #231816;
    font-weight: 400;
}
.t-item .t-row {
    position: relative;
    display: flex;
}
.t-item .t-row .icon {
    position: absolute;
    top: 4px;
    right: 0;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    cursor: pointer;
    background-image: url('../images/icon_down.png');
}
.t-item .t-row .icon.up {
    background-image: url('../images/icon_up.png') !important;
}
.t-item .t-row .c-item {
    flex: 1;
    font-size: 16px;
    color: #231816;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.t-item {
    /* background-color: #F7F7F7; */
    padding: 30px 20px 30px;
    border-bottom: 1px solid #E5E5E5;
}
.t-item:last-child {
    border-bottom: none;
}
.my-panel {
    margin-top: 19px;
    display: none;
}
.my-panel .h-title {
    font-size: 18px;
    color: #4A4A4A;
    font-weight: 400;
    padding-bottom: 14px;
    margin-bottom: 0;
}
.my-panel .desc {
    font-size: 14px;
    color: #4A4A4A;
    line-height: 26px;
    margin-bottom: 20px;
}
.my-panel .e-mail {
    font-size: 16px;
    color: #231816;
    font-weight: 400;
}
/* mobile */
@media (max-width: 760px) and (min-width: 320px) {
    .bg .image-bg-mobile {
        display: block;
    }
    .bg .image-bg {
        display: none;
    }
    .main {
        padding: 15px 0px 0px;
        border-radius: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .main .title {
        font-size: 22px;
        color: #000000;
        font-weight: 600;
        margin-bottom: 15px;
        padding: 0 20px;
    }
    .main .content {
        flex-direction: column;
        margin-bottom: 30px;
        padding: 0 20px;
    }
    .main .content .c-item {
        margin-right: 0;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
    .main .content .c-item .icon {
        width: 30px;
        height: 30px;
        margin-bottom: 0px;
        margin-right: 5px;
        margin-bottom: 11px;
    }
    .main .content .c-item .t {
        font-size: 15px;
        margin-bottom: 11px;
        font-weight: 500;
    }
    .main .content .c-item .c {
        font-size: 13px;
    }
    .main .title-list {
        margin-bottom: 10px;
        padding: 0 20px;
    }
    .main .title-list .item {
        font-size: 13px;
    }
    .t-item {
        padding: 18px 20px;
    }
    .t-item .t-row .c-item {
        font-size: 13px;
    }
    .t-item .t-row .icon {
        top: 0;
    }
}
/* ipad-pro ipad*/
@media (max-width: 1024px) and (min-width: 668px) {
    .main {
        margin-top: -25px;
        padding: 40px 10px 0px;
    }
}


.no-data {
    min-height: calc(100vh - 70px - 309px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.no-data .icon-no-data {
    width: 345px;
    padding-bottom: 25px;
}
.no-data .tip {
    font-size: 16px;
    color: #231816;
    margin: 0;
}