.information-detail {
    padding: 38px 38px 0 38px;
}
.information-detail .encircle {
    float: right;
    width: 395px;
    height: 395px;
}
.information-detail p {
    font-weight: 500;
    line-height: 32px;
    color: #333333;
    font-size: 16px;
    margin-bottom: 38px;
}
.information-detail .text-img-view {
    height: 173px;
    top: -6px;
    position: relative;
    z-index: -2;
    margin-bottom: -5px;
}
.information-detail .text-tip {
    height: 88px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.information-detail .form-item {
    padding: 38px 0;
    border-bottom: 1px solid #EEEEEE;
}
.information-detail .form-item:last-child {
    margin-bottom: 38px;
}
.information-detail .form-item:first-child {
    padding-top: 0;
}
.information-detail .form-item span:first-child {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 35px;
    position: relative;
    width: 34%;
}
.information-detail .form-item span:first-child::after {
    content: '';
    position: absolute;
    left: -14px;
    height: 100%;
    width: 3em;
    z-index: -1;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #dcf5e6 100%);
}
.information-detail .form-item span:last-child {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    color: #333333;
    flex: 1;
}
.information-detail .form-item span:last-child img {
    margin-left: 12px;
    width: 16px;
    height: 16px;
    transition: all 0.3s;
}
.information-detail .form-item span:last-child:hover img {
    transform: scale(1.1);
}
.information-detail .list {
    margin-bottom: 100px;
}
.information-detail .list li {
    position: relative;
    padding: 38px 0 0 0;
    font-size: 30px;
}
.information-detail .list li:not(:first-child) {
    margin-left: 15px;
    padding-left: 30px;
}
.information-detail .list li:not(:first-child)::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    left: 5px;
    top: -37%;
    z-index: -1;
    background: #EAE5DE;
}
.information-detail .list li:not(:first-child)::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    left: 5px;
    bottom: -50%;
    z-index: -1;
    background: #EAE5DE;
}
.information-detail .list li i {
    position: absolute;
    top: 60px;
    transform: translateY(-50%);
    left: 0.5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px #E1CA9C solid;
    background: #FFFFFF;
}
.information-detail .list li:last-child {
    overflow: hidden;
}
.information-detail .list .history-icon {
    list-style: none;
}
.information-detail .list .history-icon .list-boder {
    margin-left: 147px;
}
.information-detail .list .history-icon img {
    width: 38px;
    height: 38px;
    position: relative;
    z-index: 1;
}
.information-detail .list .list-boder {
    margin-top: 30px;
    display: inline-block;
    border-bottom: 1px solid #E1CA9C;
}
.information-detail .list .list-title {
    font-size: 30px;
    font-weight: bold;
    color: #E93707;
    margin-right: 30px;
}
.information-detail .list .list-item .list-boder {
    width: 100%;
}
.information-detail .list .list-item p {
    text-indent: 0;
    line-height: 28px;
    color: #666666;
    font-size: 16px;
    margin: 16px 0 0 0;
}
.information-detail .list .list-item .list-item_right-title {
    margin-top: -5px;
}
.information-detail .list .list-item .list-item_right-title span:first-child {
    background: linear-gradient(90deg, #EED7AA 0%, #EBB774 100%);
    line-height: 28px;
    color: #FFFFFF;
    font-size: 16px;
    padding: 0 8px;
}
.information-detail .list .list-item .list-item_right-title span:last-child {
    font-weight: bold;
    line-height: 28px;
    color: #333333;
    font-size: 20px;
}
.information-detail .list .list-item .list-item-info-view {
    justify-content: space-between;
}
.information-detail .list .list-item .list-item-info-view .w_50 {
    width: 48%;
}
.information-detail .list .list-item .list-item-info-view .w_50.list-item-info-bb {
    border-bottom: 1px #EEEEEE solid;
    padding-bottom: 24px;
    margin-bottom: 17px;
}
.information-detail .supervision li {
    transition: all 0.3s;
    padding: 40px 0;
    border-bottom: 1px #EEEEEE solid;
}
.information-detail .supervision li:hover i {
    border-right: 10px solid #00833e;
}
.information-detail .supervision li h3 {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 35px;
    position: relative;
}
.information-detail .supervision li h3::after {
    content: '';
    position: absolute;
    left: -14px;
    height: 100%;
    width: 3em;
    z-index: -1;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #dcf5e6 100%);
}
.information-detail .supervision li i {
    display: block;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #cccccc;
    transition: all 0.3s;
}
.information-detail .supervision li .supervision-user {
    width: 100%;
    display: flex;
    background: #F8F8F8;
    padding: 28px 40px;
    border-bottom: 1px #EEEEEE solid;
}
.information-detail .supervision li .supervision-user:first-child {
    margin-top: 40px;
}
.information-detail .supervision li .supervision-user:last-child {
    border-bottom: none;
}
.information-detail .supervision li .supervision-user span {
    font-weight: 500;
    color: #333333;
    font-size: 18px;
    margin-right: 24px;
    display: inline-block;
    white-space: nowrap;
}
.information-detail .supervision li .supervision-user span:not(:last-child) {
    flex: 1;
}
.information-detail .supervision li .supervision-user-view {
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
}
.information-detail .supervision-info-item {
    background: #FCFCFC;
    padding: 28px 40px;
    border-bottom: 1px #EEEEEE solid;
    width: 100%;
}
.information-detail .supervision-info-item:last-child {
    border-bottom: none;
}
.information-detail .supervision-info-item h4 {
    color: #333333;
    font-size: 18px;
    margin-bottom: 24px;
}
.information-detail .supervision-info-item div:not(:last-child) {
    margin-bottom: 16px;
}
.information-detail .supervision-info-item div span {
    line-height: 32px;
    /*color: #00833E;*/
    font-size: 16px;
    white-space: nowrap;
    font-weight: bold;
}
.information-detail .supervision-info-item div p {
    margin-bottom: 0;
    text-indent: 0;
    margin-left: 12px;
    /*display: inline;*/
}
.information-detail .supervision-info {
    margin-top: 0;
    display: none;
    transition: all 0.3s;
}
.information-detail .employee thead tr {
    background: #ebf5f0;
    padding: 18px 22px;
    width: 100%;
}
.information-detail .employee tbody tr {
    width: 100%;
    padding: 18px 22px;
    border-bottom: 1px solid #EEEEEE;
}
.information-detail .employee tbody tr:nth-child(odd) {
    background: #FCFCFC;
}
.information-detail .employee tbody tr:nth-child(even) {
    background: #FFFFFF;
}
.information-detail .employee thead tr th,
.information-detail .employee tbody tr td {
    text-align: center;
}
.information-detail .employee thead tr th:not(:last-child),
.information-detail .employee tbody tr td:not(:last-child) {
    width: 14%;
}
.information-detail .employee thead tr th:last-child,
.information-detail .employee tbody tr td:last-child {
    flex: 1;
}

.information-detail .employee_bank thead tr {
    background: #ebf5f0;
    padding: 18px 22px;
    width: 100%;
}
.information-detail .employee_bank tbody tr {
    width: 100%;
    padding: 18px 22px;
    border-bottom: 1px solid #EEEEEE;
}
.information-detail .employee_bank tbody tr:nth-child(odd) {
    background: #FCFCFC;
}
.information-detail .employee_bank tbody tr:nth-child(even) {
    background: #FFFFFF;
}
.information-detail .employee_bank thead tr th,
.information-detail .employee_bank tbody tr td {
    text-align: center;
}
.information-detail .employee_bank thead tr th,
.information-detail .employee_bank tbody tr td {
    width: 18%;
}
.information-detail .employee_bank thead tr th:last-child,
.information-detail .employee_bank tbody tr td:last-child {
    flex: 1;
}
.information-detail .chart {
    margin-top: 38px;
    padding: 0 !important;
}
.information-detail .chart p {
    background: #F7F7F7;
    border: 1px solid #E5E5E5;
    padding: 20px 30px;
    line-height: 32px;
    color: #333333;
    font-size: 16px;
    text-indent: 0;
}
.information-detail .chart .chart-view {
    position: relative;
}
.information-detail .chart .chart-view span {
    font-weight: bold;
    color: #333333;
    font-size: 20px;
    position: absolute;
}
.information-detail .chart .chart-view span:hover {
    color: #00833E;
}
.information-detail .chart .chart-view > :nth-child(2) {
    top: 55px;
    left: 24px;
}
.information-detail .chart .chart-view > :nth-child(3) {
    top: -30px;
    right: 300px;
}
.information-detail .chart .chart-view > :nth-child(4) {
    top: 100px;
    right: 24px;
}
.information-detail .chart .chart-view > :nth-child(5) {
    bottom: 30px;
    right: 115px;
}
.information-detail .chart .chart-view > :nth-child(6) {
    bottom: -26px;
    left: 305px;
}
.information-detail .chart .h5-chart {
    display: none;
    margin-top: -38px;
}
.information-detail .chart .h5-chart div {
    padding-left: 16px;
    position: relative;
}
.information-detail .chart .h5-chart div span {
    font-weight: bold;
    color: #333333;
    font-size: 14px;
    margin: 12px 0;
}
.information-detail .chart .h5-chart div i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0;
}
.information-detail .chart .h5-chart div:nth-child(2) {
    margin-top: 12px;
}
.information-detail .chart .h5-chart div:nth-child(2) span {
    color: #c40000;
}
.information-detail .chart .h5-chart div:nth-child(2) i {
    background: #c40000;
}
.information-detail .chart .h5-chart div:nth-child(3) span {
    color: #d84a2e;
}
.information-detail .chart .h5-chart div:nth-child(3) i {
    background: #d84a2e;
}
.information-detail .chart .h5-chart div:nth-child(4) span {
    color: #e57c5c;
}
.information-detail .chart .h5-chart div:nth-child(4) i {
    background: #e57c5c;
}
.information-detail .chart .h5-chart div:nth-child(5) span {
    color: #f2ad91;
}
.information-detail .chart .h5-chart div:nth-child(5) i {
    background: #f2ad91;
}
.information-detail .chart .h5-chart div:nth-child(6) {
    margin-bottom: 12px;
}
.information-detail .chart .h5-chart div:nth-child(6) span {
    color: #efd3c7;
}
.information-detail .chart .h5-chart div:nth-child(6) i {
    background: #efd3c7;
}
.information-detail .assets .asset {
    flex: 1;
    background: #FCFCFC;
    padding: 26px 46px;
    border-bottom: 1px solid #EEEEEE;
}
.information-detail .assets .asset span:first-child {
    font-weight: bold;
    color: #333333;
    font-size: 22px;
}
.information-detail .assets .asset span:first-child span {
    color: #999999;
}
.information-detail .assets .asset span:last-child {
    color: #666666;
    font-size: 20px;
}
.information-detail .assets .assets-year {
    width: 110px;
}
.information-detail .assets .assets-year span {
    color: #999;
    transition: all 0.3s;
    font-size: 28px;
    margin-top: 26px;
    position: relative;
    width: fit-content;
}
.information-detail .assets .assets-year span::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: transparent;
    bottom: -10px;
    transition: all 0.3s;
    left: 0;
}
.information-detail .assets .assets-year span.assets-year-active {
    color: #00833E;
}
.information-detail .assets .assets-year span.assets-year-active::after {
    background: #00833E;
}
.information-detail .assets .assets-year span:hover {
    color: #00833E;
}
.information-detail .assets .assets-year span:hover::after {
    background: #cbecda;
}
.information-detail .credential p {
    line-height: 28px;
    color: #999999;
    font-size: 14px;
    text-align: center;
}
.information-detail .credential img {
    padding: 0 186px;
}
.information-detail .bank {
    overflow: hidden;
    transition: all 0.3s;
    height: 0;
    margin-top: 0;
}
.information-detail .bank thead tr {
    background: #ebf5f0;
    padding: 18px 22px;
    width: 100%;
}
.information-detail .bank tbody tr {
    width: 100%;
    padding: 18px 22px;
    border-bottom: 1px solid #EEEEEE;
}
.information-detail .bank tbody tr:nth-child(odd) {
    background: #FCFCFC;
}
.information-detail .bank tbody tr:nth-child(even) {
    background: #FFFFFF;
}
.information-detail .bank thead tr th:not(:first-child),
.information-detail .bank tbody tr td:not(:first-child) {
    width: 30%;
    text-align: center;
}
.information-detail .bank thead tr th:first-child,
.information-detail .bank tbody tr td:first-child {
    width: 10%;
}
.information-detail .consult h3 {
    font-size: 24px;
    color: #333333;
    line-height: 35px;
    position: relative;
    margin-bottom: 24px;
}
.information-detail .consult h3::after {
    content: '';
    position: absolute;
    left: -14px;
    height: 35px;
    width: 3em;
    z-index: -1;
    top: 0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #dcf5e6 100%);
}
.information-detail .consult h5 {
    line-height: 28px;
    color: #00833E;
    font-size: 20px;
}
.information-detail .consult p {
    text-indent: 0;
    line-height: 32px;
    color: #333333;
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 32px;
}
.information-detail .consult .consult-table {
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
    margin-top: -3px;
}
.information-detail .consult .consult-table thead tr {
    background: #ebf5f0;
    padding: 18px 22px;
    width: 100%;
}
.information-detail .consult .consult-table tbody tr {
    width: 100%;
    padding: 18px 22px;
    border-bottom: 1px solid #EEEEEE;
}
.information-detail .consult .consult-table tbody tr:nth-child(odd) {
    background: #FCFCFC;
}
.information-detail .consult .consult-table tbody tr:nth-child(even) {
    background: #FFFFFF;
}
.information-detail .consult .consult-table thead tr th,
.information-detail .consult .consult-table tbody tr td {
    text-align: center;
}
.information-detail .consult .consult-table thead tr th:nth-child(2),
.information-detail .consult .consult-table tbody tr td:nth-child(2),
.information-detail .consult .consult-table thead tr th:first-child,
.information-detail .consult .consult-table tbody tr td:first-child {
    width: 10%;
}
.information-detail .consult .consult-table thead tr th:nth-child(3),
.information-detail .consult .consult-table tbody tr td:nth-child(3) {
    width: 20%;
}
.information-detail .consult .consult-table thead tr th:nth-child(4),
.information-detail .consult .consult-table tbody tr td:nth-child(4),
.information-detail .consult .consult-table thead tr th:nth-child(6),
.information-detail .consult .consult-table tbody tr td:nth-child(6),
.information-detail .consult .consult-table thead tr th:nth-child(6),
.information-detail .consult .consult-table tbody tr td:nth-child(6),
.information-detail .consult .consult-table thead tr th:nth-child(7),
.information-detail .consult .consult-table tbody tr td:nth-child(7) {
    width: 15%;
}
.information-detail .company {
    overflow: hidden;
    transition: all 0.3s;
    height: 0;
    margin-top: 0;
}
.information-detail .company thead tr {
    background: #ebf5f0;
    padding: 18px 22px;
    width: 100%;
}
.information-detail .company tbody tr {
    width: 100%;
    padding: 18px 22px;
    border-bottom: 1px solid #EEEEEE;
}
.information-detail .company tbody tr:nth-child(odd) {
    background: #FCFCFC;
}
.information-detail .company tbody tr:nth-child(even) {
    background: #FFFFFF;
}
.information-detail .company thead tr th,
.information-detail .company tbody tr td {
    text-align: center;
}
.information-detail .company thead tr th:first-child,
.information-detail .company tbody tr td:first-child,
.information-detail .company thead tr th:nth-child(3),
.information-detail .company tbody tr td:nth-child(3),
.information-detail .company thead tr th:nth-child(4),
.information-detail .company tbody tr td:nth-child(4) {
    width: 10%;
}
.information-detail .company thead tr th:nth-child(2),
.information-detail .company tbody tr td:nth-child(2) {
    width: 20%;
}
.information-detail .company thead tr th:nth-child(5),
.information-detail .company tbody tr td:nth-child(5),
.information-detail .company thead tr th:nth-child(6),
.information-detail .company tbody tr td:nth-child(6) {
    width: 30%;
}

.pc-footer {
    padding: 35px 0;
    /*margin-top: -135px;*/
}
.mb_38 {
    margin-bottom: 38px;
}
.mt_38 {
    padding-top: 38px;
}
.form-item-h5 {
    display: none;
}
.popup {
    position: fixed;
    transition: all 0.5s;
    display: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}
.popup .popup_contenr {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    width: 666px;
    padding: 38px;
}
.popup .popup_contenr h3 {
    color: #333333;
    font-size: 24px;
    margin-top: 24px;
}
.popup .popup_contenr div {
    margin: 37px 0;
}
.popup .popup_contenr div span:first-child {
    font-weight: bold;
    color: #999999;
    font-size: 20px;
    width: 166px;
    display: inline-block;
}
.popup .popup_contenr div span:last-child {
    color: #333333;
    font-size: 20px;
}
.popup .popup_left {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    left: -111px;
    cursor: pointer;
    transition: all 0.3s;
    transform: translateY(-50%);
}
.popup .popup_left:hover {
    transform: translateY(-50%) scale(1.1);
}
.popup .popup_right {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    transition: all 0.3s;
    right: -111px;
    transform: translateY(-50%);
}
.popup .popup_right:hover {
    transform: translateY(-50%) scale(1.1);
}
.popup .popup_header-border {
    background: linear-gradient(270deg, #ED7700 0%, #E50011 100%);
    height: 4px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}
.popup .popup_close {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    transition: all 0.3s;
}
.popup .popup_close:hover {
    transform: scale(1.1);
}


.information-detail .encircle {
    position: absolute;
    right: 0;
    bottom: 6px;
    z-index: -1;
}
.empty-box p {
    text-align: unset;
}
