#app {
    position: relative;
}

#banner {}

.swiper-slide {
    height: 52.5rem;
}

.swiper-slide-button {
    position: absolute;
    top: 27.3125rem;
    left: 16.3125rem;
    width: 12.5rem;
    height: 3.75rem;
    background: #446DFC;
    border-radius: .75rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 1rem;
    color: #FFFFFF;
}

/* 问题 */
.problem {
    position: absolute;
    top: 41.8125rem;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    background: #FFFFFF;
    padding-right: 1.875rem;
    padding-bottom: 3.125rem;
    box-shadow: 0rem .625rem 1.875rem 0rem rgba(176, 191, 231, 0.2);
    border-radius: .75rem;
    border: .0625rem solid #F1F2F8;
}

.problem_title {
    padding: 2.5rem 0rem;
    text-align: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 2rem;
    color: #2E3235;
}

.problem_img_list {
    display: flex;
}

.problem_img {
    margin-left: 1.875rem;
    width: 19.5156rem;
    height: 17.125rem;
}

/* 问题 */


/* 流程管理 */
.pice {
    padding: 0 16.25rem;
    padding-bottom: 9.375rem;
}

.pice_title {
    padding-top: 25.125rem;
    padding-bottom: 3.125rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 2.5rem;
    color: #2E3235;
    text-align: center;
}

.pice_img {
    width: 87.625rem;
    height: 40.4375rem;
}

.payroll .pice_title {
    padding-top: 11.6875rem;
}

.payroll .pice_img {
    width: 88.25rem;
    height: 39.9375rem;
}

/* 流程管理 */



/* 电子合同 */
.contract_title {
    padding-top: 1.25rem;
    padding-bottom: 3.75rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 2.5rem;
    color: #2E3235;
    text-align: center;
}

.contract_management {
    padding-left: 21.0625rem;
    padding-right: 21rem;
    display: flex;
}

.contract_management_process {
    display: flex;
    position: relative;
    padding-top: 2.375rem;
    cursor: pointer;
}

.contract_action .process_title {
    border: .375rem solid #446DFC;
}

.contract_action .process_title1 {
    color: #2E3235;
}

.process_line {
    width: .0625rem;
    height: 100%;
    background: #AFB1B3;
    border-radius: 0rem 0rem 0rem 0rem;
    position: absolute;
    left: 1.5625rem;
    z-index: 0;
}

.process_title {
    width: 2.5rem;
    height: 2.5rem;
    background: #FFFFFF;
    border-radius: 0rem 0rem 0rem 0rem;
    border: .375rem solid #AFB1B3;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 1.25rem;
    color: #AFB1B3;
    line-height: 2.5rem;
    border-radius: 50%;
    text-align: center;
    z-index: 1;
}

.process_title1 {
    padding-top: .625rem;
    line-height: 1.875rem;
    padding-left: 1.25rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 1.5rem;
    color: #AFB1B3;
}

.process_text {
    /* width: 26em; */
    padding-top: .4375rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 1.125rem;
    color: #646A73;
}

.contract_management_right {
    /* padding-top: 2.5rem; */
    margin-left: auto;
}

.contract_management_right_img {
    height: 34.3519rem;
}

/* 电子合同 */



/* 落地价值 */
.price_service {
    padding: 0 16.25rem;
    padding-bottom: 8.125rem;
}

.price_service_title {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 2.5rem;
    color: #000000;
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 2.5rem;
}

.price_service_layout {
    display: flex;
}

.price_service_item {
    width: 25.3125rem;
    padding-left: 2.1875rem;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0rem .625rem 1.875rem 0rem rgba(176, 191, 231, 0.2);
    border-radius: .75rem .75rem .75rem .75rem;
    border: .0625rem solid #F1F2F8;
    margin-left: 2.5rem;
    padding-bottom: 3.125rem;
}

.price_service_item_icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 6.3125rem;
    height: 2.5rem;
    background: #FF8024;
    border-radius: 0rem .75rem 0rem 1.25rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 1.125rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 2.5rem;
}

.price_service_item_title {
    padding-top: 3.125rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 1.5rem;
    color: #446DFC;
    padding-bottom: 1.5625rem;
}

.price_service_item_subTitle li {
    padding-top: .3125rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 1rem;
    color: #2E3235;
}

/* 落地价值 */