/*20231012 add start*/

/*系统版本入口*/
.entry-box {
    text-align: center;
}

.entry-box .person-box {
    width: auto;
    height: auto;
}

.person-container {
    width: 280px;
}

.person-container .person-icon {
    width: 67px;
    height: 67px;
    background-size: contain;
}

/*底部栏*/
.check-common-footer {
    background: #0a1e39;
    text-align: center;
    color: #7b7b7b;
    padding: 20px 0;
}

.check-common-footer p {
    margin: 0;
}

/*顶部导航栏*/
.anxs-top-88qwe .anxs-top-88qwe-container {
    padding: 0;
}

.anxs-8qwe-top-rt ul {
    height: auto;
    overflow: hidden;
}

.anxs-8qwe-top-rt ul > li {
    float: left;
    height: auto;
    overflow: hidden;
    margin-left: 50px;
}

.anxs-8qwe-top-rt ul > li > a {
    font-size: 16px;
    color: #3a3b4f;
    padding-bottom: 8px;
    display: block;
}

.anxs-8qwe-top-rt ul > li a:hover {
    color: #0b0c2b;
    font-weight: bold;
    border-bottom: 3px solid #1a1a1a;
    text-decoration: none;
}

.anxs-8qwe-top-rt ul > li.active > a {
    color: #0b0c2b;
    font-weight: bold;
    border-bottom: 3px solid #1a1a1a;
}

/*add check flow start*/
.block1200 {
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto;
    width: 1200px;
}

.ld-flow {
    color: #434343;
    font-size: 18px;
    height: 369px;
    padding-top: 80px;
}

.ld-flow .steps {
    margin: 80px auto 90px;
}

.ld-flow .steps .step {
    width: 300px;
    float: left;
    text-align: center;
    position: relative;
}

.ld-flow .steps .step span {
    display: block;
    font-weight: lighter;
    line-height: 32px;
}

/*add check flow end*/

/*20231012 add end*/