.aligin-center {
    text-align: center;
}

/*  首页 */
.home-banner {
    margin-top: 108px;
    height: 290px;
    background: url(../img/jumbotron.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.home-banner .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.home-banner .container h1 {
    font-size: 42px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px;
}

.home-banner .container p .sp {
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 14px;
    background-color: transparent;
    height: 25px;
    line-height: 25px;
    border-radius: 15px;
    padding: 0 10px;
    display: inline-block;
}

/* 热门一件事 */
.section-hot {
    margin-top: 30px;
}

.section-hot .sec-title {
    font-size: 32px;
    font-family: PingFang SC, PingFang SC-Heavy;
    font-weight: 800;
    color: #0d1c28;
    margin-bottom: 30px;
}

.section-hot .carousel {
    box-shadow: 0px 0px 24px 0px rgba(66, 147, 244, 0.12);
}

.section-hot .carousel .carousel-indicators {
    bottom: -35px;
}

.section-hot .carousel .carousel-indicators li {
    width: 30px;
    height: 2px;
    background: #ddecfd;
    border: 1px solid #ddecfd;
}

.section-hot .carousel .carousel-indicators li.active {
    background: #4293f4;
    border: 1px solid #4293f4;
    margin: 1px;
}

.section-hot .carousel .carousel-inner .panel-carouse {
    width: 100%;
    padding: 25px 20px;
    display: flex;
}

.section-hot .carousel .carousel-inner .panel-carouse .left {
    position: relative;
    width: 630px;
    padding-right: 50px;
}

.section-hot .carousel .carousel-inner .panel-carouse .left::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 0px;
    height: 371px;
    opacity: 0.2;
    border: 1px dashed #000000;
}

.section-hot .carousel .carousel-inner .panel-carouse .left .l-top {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.section-hot .carousel .carousel-inner .panel-carouse .left .l-top span {
    font-size: 26px;
    font-family: PingFang SC, PingFang SC-Heavy;
    font-weight: 800;
    color: #0d1c28;
}

.section-hot .carousel .carousel-inner .panel-carouse .left .l-top .sp {
    height: 28px;
    line-height: 28px;
    border: 1px solid #4293f4;
    border-radius: 29px;
    padding: 0 8px;
    margin-left: 15px;
}

.section-hot .carousel .carousel-inner .panel-carouse .left .l-center {
    margin-bottom: 40px;
}

.section-hot .carousel .carousel-inner .panel-carouse .left .l-center .media-list .media-body {
    padding-left: 10px;
}

.section-hot .carousel .carousel-inner .panel-carouse .left .l-center .media-list .media-body h4 {
    font-size: 20px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    color: #0d1c28;
    margin-bottom: 25px;
}

.section-hot .carousel .carousel-inner .panel-carouse .left .l-center .media-list .media-body span {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: #3d4953;
}

.section-hot .carousel .carousel-inner .panel-carouse .left .l-center .media-object {
    width: 236px;
    height: 134px;
}

.section-hot .carousel .carousel-inner .panel-carouse .left .l-bottom .table tr {
    height: 55px;
    line-height: 55px;
}

.section-hot .carousel .carousel-inner .panel-carouse .left .l-bottom .table .header {
    height: 43px;
    line-height: 43px;
    background: #ebebeb;
}

.section-hot .carousel .carousel-inner .panel-carouse .left .l-bottom .table tr td {
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    color: #333333;
    vertical-align: middle;
    text-align: center;
}

.section-hot .carousel .carousel-inner .panel-carouse .left .l-bottom .table tr td:first-child {
    border-left: 1px solid #ddd;
}

.section-hot .carousel .carousel-inner .panel-carouse .left .l-bottom .table tr td:last-child {
    border-right: 1px solid #ddd;
}

.section-hot .carousel .carousel-inner .panel-carouse .left .l-bottom .table tr:last-child td {
    border-bottom: 1px solid #ddd;
}

.section-hot .carousel .carousel-inner .panel-carouse .right {
    padding-left: 50px;
}

.section-hot .carousel .carousel-inner .panel-carouse .right .l-top span {
    font-size: 26px;
    font-family: PingFang SC, PingFang SC-Heavy;
    font-weight: 800;
    color: #0d1c28;
}

.section-hot .carousel .carousel-inner .panel-carouse .right .l-top {
    margin-bottom: 30px;
}

.section-hot .carousel .carousel-inner .panel-carouse .right .list .item {
    display: flex;
    align-items: center;
    margin: 18px 0;
}

.section-hot .carousel .carousel-inner .panel-carouse .right .list .item .point {
    width: 5px;
    height: 5px;
    background: #4293f4;
    border-radius: 50%;
    margin-right: 12px;
}

.section-hot .carousel .carousel-inner .panel-carouse .right .list .item .rname {
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    color: #0d1c28;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 280px;
}

.section-hot .carousel .carousel-inner .panel-carouse .right .more {
    margin-left: 18px;
}

.section-hot .carousel .carousel-inner .panel-carouse .right .r-bottom {
    position: absolute;
    bottom: 45px;
}

.section-hot .carousel .carousel-inner .panel-carouse .right .r-bottom .btn {
    border-radius: 0;
    border: 0;
    outline: none;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    padding: 14px 28px;
}

.section-hot .carousel .carousel-inner .panel-carouse .right .r-bottom .btn.btn-primary {
    background: #4293f4;
    color: #ffffff;
    margin-right: 15px;
}

.section-hot .carousel .carousel-inner .panel-carouse .right .r-bottom .btn.btn-default {
    background: #ebf4ff;
    color: #4293f4;
}

/* 个人一件事 ，法人一件事 */
.section-gf {
    margin-top: 108px;
}

.section-gf .gf-tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-gf .gf-tabs .tabs {
    display: flex;
    align-items: center;
}

.section-gf .gf-tabs .tabs .tab {
    font-size: 32px;
    font-family: PingFang SC, PingFang SC-Heavy;
    font-weight: 800;
    color: #0d1c28;
    position: relative;
    padding: 8px 0;
    cursor: pointer;
    margin-right: 40px;
}

.section-gf .gf-tabs .tabs .tab.active {
    color: #4293f4;
}

.section-gf .gf-tabs .tabs .tab.active::before {
    content: '';
    display: inline-block;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #4293f4;
}

.section-gf .gf-tabs .tabs .tab:first-child:after {
    content: '';
    display: inline-block;
    position: absolute;
    z-index: 2;
    top: 18px;
    right: -20px;
    width: 1px;
    height: 25px;
    background: #d9d9d9;
}

.section-gf .form .form-inline .form-group .input-group .form-control {
    width: 282px;
    height: 44px;
    border: 1px solid #ccc;
}

.section-gf .form .form-inline .form-group .input-group .input-group-addon {
    width: 80px;
    height: 44px;
    background: #4293f4;
    font-size: 15px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    color: #ffffff;
    border: 1px solid #4293f4;
    cursor: pointer;
}

.section-gf .form .form-inline .form-group .selected-area {
    margin: 0;
    cursor: pointer;
}

.section-gf .form .form-inline .form-group .area-icon {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px solid #0d1c28;
    border-bottom: 4px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    vertical-align: middle;
    margin: 0 10px;
    cursor: pointer;
}

.section-gf .filter-group {
    margin: 30px 0;
}

.section-gf .filter-group .group-item {
    float: left;
    width: 132px;
    height: 48px;
    background: #f1f2f3;
    margin: 12px 12px 0 0;
    font-size: 15px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    color: #112534;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
}

.section-gf .filter-group .group-item.active {
    background: #4293f4;
    color: #ffffff;
}

.section-gf .filter-group .group-item:nth-of-type(8n) {
    margin-right: 0;
}

.section-gf .gf-list {
    margin: 30px 0;
}

.section-gf .gf-list .item {
    width: 22% !important;
    height: 240px;
    background: #ffffff;
    box-shadow: 0px 0px 24px 0px #f1f3f5;
    float: left;
    margin: 0 30px 30px 0;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

.section-gf .gf-list .item:hover {
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.section-gf .gf-list .item:nth-of-type(4n) {
    margin-right: 0;
}

.section-gf .gf-list .item .icon {
    /* width: 80px;
    height: 80px; */
}

.section-gf .gf-list .item .icon img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.section-gf .gf-list .item .title {
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    color: #0d1c28;
    margin: 10px 0 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 100%;
}

.section-gf .gf-list .item .desc {
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    color: #727475;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
}

.section-gf .gf-list .list-pagination {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.section-gf .gf-list .list-pagination .total {
    font-size: 12px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    color: #0d1c28;
    margin: 0 10px;
}

.section-gf .gf-list .list-pagination nav .pagination li a {
    min-width: 40px;
    height: 30px;
    border: 1px solid #e2e2e2;
    font-size: 12px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    color: #0d1c28;
    text-align: center;
}

.section-gf .gf-list .list-pagination nav .pagination {
    margin: 4px 0 0 0;
}

.section-gf .gf-list .list-pagination nav .pagination li.active a {
    background: #4293f4;
    color: #ffffff;
}

.section-gf .gf-list .list-pagination nav .pagination li.disabled a {
    color: #e2e2e2;
}

.section-gf .gf-list .list-pagination .pagination-form {
    margin-left: 20px;
}

.section-gf .gf-list .list-pagination .pagination-form span {
    font-size: 12px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    color: #999999;
    margin: 0 4px;
}

.section-gf .gf-list .list-pagination .pagination-form input {
    width: 40px;
    height: 28px;
    border: 1px solid #e2e2e2;
    text-align: center;
    display: inline-block;
}

.section-gf .gf-list .list-pagination .pagination-form button {
    width: 54px;
    height: 30px;
    border: 1px solid #e2e2e2;
    font-size: 12px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    color: #0d1c28;
    background-color: #ffffff;
}

/* 我的申办和我的草稿 */
.section-my {
    margin-top: 140px;
}

.breadcrumb {
    background-color: #ffffff;
    margin-bottom: 0;
    padding-left: 0;
}

.breadcrumb > li + li:before {
    content: '>';
    padding: 0 10px;
}

.section-my .gf-tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d9d9d9;
}

.section-my .gf-tabs .tabs {
    display: flex;
    align-items: center;
}

.section-my .gf-tabs .tabs .tab {
    font-size: 32px;
    font-family: PingFang SC, PingFang SC-Heavy;
    font-weight: 800;
    color: #0d1c28;
    position: relative;
    padding: 8px 0;
    cursor: pointer;
    margin-right: 40px;
}

.section-my .gf-tabs .tabs .tab.active {
    color: #4293f4;
}

.section-my .gf-tabs .tabs .tab.active::before {
    content: '';
    display: inline-block;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #4293f4;
}

.section-my .gf-tabs .tabs .tab:first-child:after {
    content: '';
    display: inline-block;
    position: absolute;
    z-index: 2;
    top: 18px;
    right: -20px;
    width: 1px;
    height: 25px;
    background: #d9d9d9;
}

.section-my .panel-filter {
    margin: 30px 0 10px 0;
    position: relative;
}

.section-my .panel-filter .form-group label {
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    color: #666666;
}

.section-my .panel-filter .btn {
    width: 64px;
    height: 37px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    border-radius: 0;
    border: none;
    outline: none;
    margin: 0 5px;
}

.section-my .panel-filter .btn-primary {
    color: #ffffff;
    background: #4293f4;
}

.section-my .panel-filter .btn-default {
    color: #4293f4;
    background: #ffffff;
    border: 1px solid #99c7ff;
}

.section-my .gf-list .total-header {
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: #727475;
    margin-bottom: 20px;
}

.section-my .gf-list .table tr {
    height: 55px;
    line-height: 55px;
}

.section-my .gf-list .table .header {
    height: 43px;
    line-height: 43px;
    background: #ebebeb;
}

.section-my .gf-list .table tr td {
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    color: #333333;
    vertical-align: middle;
    text-align: center;
}

.section-my .gf-list .table tr:last-child td {
    border-bottom: 1px solid #ddd;
}

.section-my .gf-list .table tr td a:hover,
.section-my .gf-list .table tr td a:visited,
.section-my .gf-list .table tr td a:active,
.section-my .gf-list .table tr td a:link {
    text-decoration: none;
}

.section-my .gf-list .table tr td .link-search {
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    color: #4293f4;
    margin-right: 15px;
}

.section-my .gf-list .table tr td .link-delete {
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    color: #ff4d4f;
}

.section-my .gf-list .list-pagination {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 50px;
}

.section-my .gf-list .list-pagination .total {
    font-size: 12px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    color: #0d1c28;
    margin: 0 10px;
}

.section-my .gf-list .list-pagination nav .pagination li a {
    min-width: 40px;
    height: 30px;
    border: 1px solid #e2e2e2;
    font-size: 12px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    color: #0d1c28;
    text-align: center;
}

.section-my .gf-list .list-pagination nav .pagination {
    margin: 4px 0 0 0;
}

.section-my .gf-list .list-pagination nav .pagination li.active a {
    background: #4293f4;
    color: #ffffff;
}

.section-my .gf-list .list-pagination nav .pagination li.disabled a {
    color: #e2e2e2;
}

.section-my .gf-list .list-pagination .pagination-form {
    margin-left: 20px;
}

.section-my .gf-list .list-pagination .pagination-form span {
    font-size: 12px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    color: #999999;
    margin: 0 4px;
}

.section-my .gf-list .list-pagination .pagination-form input {
    width: 40px;
    height: 28px;
    border: 1px solid #e2e2e2;
    text-align: center;
    display: inline-block;
}

.section-my .gf-list .list-pagination .pagination-form button {
    width: 54px;
    height: 30px;
    border: 1px solid #e2e2e2;
    font-size: 12px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    color: #0d1c28;
    background-color: #ffffff;
}

.form-inline .row .form-group {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.form-inline .row .form-group .label {
    min-width: 85px;
    text-align: right;
    margin-bottom: 0;
}

.form-inline .row .form-group .form-control {
    flex: 1;
}

/* 办事指南 */
.guide section {
    margin-bottom: 40px;
}

.section-store {
    margin: 40px 0 0px;
}

.section-store .store-header {
    display: flex;
    align-items: center;
}

.section-store .store-header h2 {
    font-size: 38px;
    font-family: PingFang SC, PingFang SC-Heavy;
    font-weight: 800;
    color: #0d1c28;
    margin: 0;
    margin-right: 20px;
}

.section-store .store-header .button {
    width: 134px;
    height: 48px;
    background: #4293f4;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    line-height: 48px;
    position: relative;
    cursor: pointer;
}

.section-store .store-header .button::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 16%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid #ffffff;
    transform: rotate(45deg);
}

.section-store .store-header .button::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid #ffffff;
    transform: rotate(45deg);
}

.section-store .desc {
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    color: #0d1c28;
    margin-top: 10px;
}

.common-title {
    font-size: 24px;
    font-family: PingFang SC, PingFang SC-Heavy;
    font-weight: 800;
    color: #0d1c28;
    padding-bottom: 8px;
    border-bottom: 4px solid #0d1c28;
}

.section-basic .basic-info {
    margin-top: 30px;
}

.section-basic .basic-info tr td {
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    color: #333333;
}

section .table .tlabel {
    width: 112px;
    background: #f2f2f2;
    color: #0d1c28;
}

.section-process .common-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-process .common-title a {
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    color: #4293f4;
}

.section-process .process-info {
    margin-top: 20px;
    background: #e8f1f7;
    border: 1px solid #c7e3fd;
    padding: 20px;
}

.section-process .process-info .head {
    font-size: 24px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    color: #4293f4;
    border-bottom: 1px solid #c7e3fd;
    text-align: center;
    padding-bottom: 20px;
}

.section-process .process-info .main-info {
    display: flex;
    align-items: center;
    margin: 20px 0 0;
}

.section-process .process-info .main-info .step {
    width: 83px;
    height: 287px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 0px 24px 0px #cde5f7;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    color: #737475;
    writing-mode: vertical-rl;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-process .process-info .main-info .icon {
    margin: 0 20px;
}

.section-process .process-info .main-info .content {
    width: 998px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 0px 24px 0px #cde5f7;
    padding: 10px 20px;
}

.section-process .process-info .main-info .content .card {
    display: flex;
    align-items: center;
    border: 1px solid #e4eff7;
    padding: 0 20px;
    margin: 10px 0;
}

.section-process .process-info .main-info .content .card .name {
    position: relative;
}

.section-process .process-info .main-info .content .card .name .tn {
    width: 96px;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    color: #000000;
    line-height: 16px;
    margin-right: 30px;
    position: relative;
    z-index: 5;
}

.section-process .process-info .main-info .content .card .name .bg-num {
    font-size: 36px;
    font-family: DINOT, DINOT-Bold;
    font-weight: 700;
    color: #c8e3f5;
    position: absolute;
    z-index: 4;
    top: -24px;
}

.section-process .process-info .main-info .content .card .list {
    flex: 1;
}

.section-process .process-info .main-info .content .card .list .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #e8f1f7;
}

.section-process .process-info .main-info .content .card .list .item:last-child {
    border-bottom: none;
}

.section-process .process-info .main-info .content .card .list .item div:first-child {
    flex: 1;
}

.section-process .process-info .main-info .content .card .list .item div:last-child {
    width: 80px;
}

.section-process .process-info .main-info .content .card .list .item div:nth-child(even) {
    width: 250px;
}

.section-materials .materials-info {
    margin-top: 20px;
}

.table > tbody > tr > td {
    vertical-align: middle;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    color: #333333;
    padding: 14px 8px;
}

.section-materials .materials-info .table tr td {
    text-align: center;
}

.section-materials .materials-info .table tr td:nth-of-type(3) {
    text-align: left;
}

.table tr td a {
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    color: #4293f4;
    /* text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical; */
}

.table tr td p {
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    color: #4293f4;
    margin: 0;
    display: inline;
}

.section-window .window-info {
    margin-top: 20px;
}

.section-window .window-info .table tr td {
    padding: 14px 8px;
}

.section-legal .legal-info {
    margin-top: 20px;
}

.section-supervise .supervise-info {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.section-supervise .supervise-info h5 {
    font-size: 20px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    color: #0d1c28;
    position: relative;
}

.section-supervise .supervise-info h5::after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 72px;
    height: 4px;
    background: linear-gradient(30deg, #4293f4 0%, rgba(66, 147, 244, 0) 100%);
}

.section-supervise .supervise-info .table tr td {
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    color: #333333;
}

.section-supervise .supervise-info .table tr td:not(.tlabel) {
    text-align: left;
}

.modal-process.modal .modal-dialog {
    margin: 15% auto;
}

.section-basic .basic-info tr td:not(.tlabel) {
    width: 24%;
}

.section-window .window-info .table tr td:not(.tlabel) {
    width: 40%;
}
