.content-area{
    padding: 50px 0;
    background-image: url('../../../images/pc/common/content-bg.png');
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
}
.content{
    padding: 37px 60px 60px;
    width: 1260px;
    margin: 0 auto;
    border-radius: 12px;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
}

.avatar{
    width: 161.6px;
    min-height: 180.8px;
    padding: 15px;
    background: white;
    border: 1px solid rgba(36, 91, 177, 0.28);
}

.user-information-area{
    flex: 1;
    margin-top: 15px;
    padding: 16.4px 22.4px;
    background: #EEF4FF;
}

.user-information-area>.name{
    font-size: 24px;
    color: #333333;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.user-information-area>.name::after{
    left: 0;
    bottom: 0;
    height: 5px;
    content: ' ';
    height: 5px;
    width: 100%;
    position: absolute;
    background: #245BB1;
}

.user-information-area .info-area{
    color: #333333;
    margin-bottom: 10px;
    font-size: 16px;
}

.user-information-area .info-area .title{
    color: #245BB1;
    flex-shrink: 0;
}



.area-title-area{
    font-size: 22px;
    margin: 30px 0;
    color: #245BB1;
    /*font-weight: bold;*/
    align-items: center;
}

.area-title-area .icon{
    width: 30px;
    height: 20px;
    margin-right: 10px;
}

.text-content{
    font-size: 14pt;
    color: #666666;
    line-height: 26px;
}

.title_icon{
    width: 153px;
    height: 34px;
}

.time-area{
    margin: 30px auto 0;
}

.time-area .content-area {
    margin-top: 30px;
    padding: 40px 40px 20px;
    background: #FFFFFF;
    border-width: 0px 0px 5px 0px;
    border-style: solid;
    border-color: #245BB1;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.time-area .content-area .title{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #EB4349;
}
.tiem-table{
    margin-top: 20px;
}

.tiem-table .tiem-table-header{
    padding: 19px 0;
    width: 283px;
    color: white;
    text-align: center;
    background: #0E59A7;
    box-sizing: border-box;
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-color: #D8D8D8;
}
.tiem-table .tiem-table-header-tow{
    color: #0E59A7;
    flex: 1;
    padding: 19px 0;
    text-align: center;
    background: #E4F1FF;
}

.tiem-table-body{
    flex: 1;
    padding: 19px 0;
    color: #333333;
    text-align: center;
    background: #FFFFFF;
    box-sizing: border-box;
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-color: #D8D8D8;
}