@charset "utf-8";

.banner {
    width: 100%;
    height: auto;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}

/* 选择栏 */
.select {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: end;
    width: 100%;
    height: 250px;
    border-bottom: 2px solid #1377C1;
}

.select .top {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.select .top p:nth-child(1) {
    font-size: 36px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #1377C1;
}

.select .top p:nth-child(2) {
    font-size: 18px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #999999;
}

.select .btn {
    display: flex;
    align-items: center;
}

.select .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 44px;
    background: #E5E5E5;
    font-size: 18px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #666666;
    margin-right: 16px;
    cursor: pointer;
}

.select .btn .active {
    width: 120px;
    height: 50px;
    background: #1377C1;
    border-radius: 0px 20px 0px 0px;
    font-size: 18px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
}

/* 云托管开票 */
#one {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 108px;
    padding-bottom: 110px;
}

#one .left {
    width: 488px;
    margin-right: 82px;
}

#one .left .top p:nth-child(1) {
    font-size: 22px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #333333;
    margin-bottom: 26px;
}

#one .left .top p:nth-child(2) {
    font-size: 18px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #999999;
    margin-bottom: 32px;
}

#one .left .center p:nth-child(1) {
    font-size: 22px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #333333;
    margin-bottom: 26px;
}

#one .left .center p:nth-child(2) {
    font-size: 18px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #999999;
    margin-bottom: 32px;
}

#one .left .btn p:nth-child(1) {
    font-size: 22px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #333333;
    margin-bottom: 26px;
}

#one .left .btn p:nth-child(2) {
    font-size: 18px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #999999;
}

#one .right {
    width: 640px;
    height: auto;
}