/* 新增客户信息 */
.content-circle {
    width: 100%;
    background-color: #ECF4FF;
    display: flex;
    flex-direction: column;
}

.content-circle .top {
    width: 100%;
    display: flex;
    justify-content: center;
    font-family: MicrosoftYaHei-Bold;
    font-size: 30px;
    color: #3A3B3E;
    letter-spacing: 0.75px;
    text-align: center;
    font-weight: 700;
    margin-top: 63px;
}

.content-circle .top .title {
    font-size: 36px;
    font-weight: bold;
    color: #373c40;
    text-align: center;
}

.content-circle .center {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 0;
    margin-top: 52px;
}

.content-circle .center .verLine {
    width: 1px;
    height: 110px;
    margin: 0 60px;
    background-color: #E3EAF3;
}

.content-circle .center .circleInfor {
    display: flex;
    flex-direction: column;
    width: 306px;
}

.content-circle .center .circleInfor .title {
    font-size: 17px;
    color: #485BC0;
    letter-spacing: 0.43px;
    text-align: left;
    line-height: 22px;
    font-weight: 700;
}

.content-circle .center .circleInfor .line {
    width: 23px;
    height: 2px;
    background-color: #3366BA;
    margin: 9px 0;
}

.content-circle .center .circleInfor .infor {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: #646464;
    letter-spacing: 0.35px;
    font-weight: 400;
}

.content-circle .center .circleInfor .infor span {
    margin-bottom: 9px;
}

.content-circle .us {
    display: flex;
    justify-content: center;
}

.content-circle .bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
    margin-bottom: 40px;
}

/* .content-circle .bottom .icon {
    margin-right: 38px;
} */

.content-circle .bottom .corporationLogo {
    width: 112px;
    height: 35px;
}

.content-circle .bottom .tdCode {
    width: 90px;
    height: 114px;
}

.content-circle .bottom .line {
    width: 1px;
    height: 33px;
    background-color: #E3EAF3;
    margin: 0 18px;
}

/* 底部信息 */
.footer {
    width: 100%;
    height: 58px;
    background: #2E62B8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .footerInfor {

    font-family: MicrosoftYaHeiSemibold;
    font-size: 14px;
    color: #CADCF4;
    letter-spacing: 0.35px;
    text-align: center;
}