
.hewa {
    line-height: 1.3 !important;
}

@font-face {
    font-family: 'MyFont';
    /* 字体名称 */
    src: url('./Arial.ttf') format('truetype');
    /* 字体文件的路径和格式 */
}

#num1,
#num2,
#num3,
#num4,
#num5,
#num6,
#num7,
#num8,
#num9,
#num10,
#num11,
#num12 {
     font-family: 'MyFont', sans-serif;
}

.banner {
    width: 100%;
    min-width: 1200px;
    /* margin: 0 auto;
    max-width: 1920px; */
    height: 5.6rem;
    background: #fff url(../hewaCss/banner.png);
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-position: center;
}

.same1200 {
    width: 1200px;
    margin: 0 auto;
}

.banner-content {
    height: 100%;
    color: #fff;
    padding-top: 0.99rem;
    padding-bottom: 1.17rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.banner-content .title>:nth-child(1) {
    font-size: 0.32rem;
    font-weight: bold;
}

.banner-content .title>:nth-child(2) {
    font-size: 0.44rem;
    font-weight: bold;
    margin-top: 0.12rem;
}

.banner-content .title>:nth-child(3) {
    margin-top: 0.24rem;
    font-size: 0.16rem;
}

.banner-more {
    display: flex;
    align-items: center;
    color: #2564F4;
    font-size: 0.24rem;
}

.banner-more img {
    width: .71rem;
    height: .71rem;
    margin-right: 0.2rem;
}

.content-tab .tab-title-ul {
    padding: 0.8rem 0 0.2rem;
    border-bottom: 1px solid #DFDFDF;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    color: #333947;
    font-size: 0.18rem;
    font-weight: bold;
}

.content-tab .tab-title-ul li {
    cursor: pointer;
}

.content-tab .tab-title-ul li:nth-child(2) {
    margin: 0 1.6rem;
}

.content-tab .tab-title-ul li.title-line {
    color: #417AFE;
}

.title-line {
    position: relative;

}

.title-line::after {
    content: '';
    position: absolute;
    bottom: -0.22rem;
    left: 50%;
    transform: translateX(-50%);
    width: .4rem;
    height: 3px;
    background-color: #417AFE;
    border-radius: 2px;
}

.tab-item {
    display: none;
}

.tab-item.active {
    display: block;
}

.bg-ffffff {
    background-color: #fff;
}

.bg-f8f9fc {
    background-color: #f8f9fc;
}

.hwpt-info {
    padding: 0.7rem 0 1rem;
    text-align: center;
}

.hwpt-info .name {
    color: #333947;
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
    /* font-weight: bold; */
}

.hwpt-info .desc {
    color: #84879A;
    font-size: 0.14rem;
    margin-bottom: 0.18rem;
}

.hwpt-count {
    display: flex;
    flex-wrap: wrap;
    /* font-family: "Source Han Sans CN" !important; */
    font-family: 'MyFont', sans-serif;
    /* justify-content: space-between; */
}

.hwpt-count>div {
    margin-top: 0.52rem;
    color: #333947;
    font-size: 0.18rem;
    /* flex: 1; */
    width: 33.33%;
    padding: 0 0.1rem;
}

.hwpt-count>div p:first-child {
    color: #417AFE;
    margin-bottom: 0.08rem;
    font-weight: bold;
}

.hwpt-count>div p:first-child span {
    font-size: 0.48rem;
    margin-right: 0.13rem;
}

.hwpt-swiper {
    padding: 0.8rem 0 1rem;
}

.wap-hwpt {
    display: none;
}

.same-title {
    text-align: center;
    font-size: 0.34rem;
    color: #333947;
    /* font-weight: bold; */
    margin-bottom: 0.92rem;
}

.info-flex {
    display: flex;
    /* align-items: center; */
}

.info-thumbs {
    flex: 1;
    padding: 0.15rem 0;
    box-sizing: border-box;
}

.info-swiper {
    width: 7.1rem;
    /* height: 4.54rem; */
    overflow: hidden;
    position: relative;
    /* height: 100%; */

}

.info-swiper>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.info-swiper>div img {
    width: 100%;
    /* height: 100%; */
}

.info-swiper .swiper-slide {
    display: flex !important;
    align-items: center !important;
    /* height: 100% !important; */
}

/* .info-swiper .swiper , .info-swiper>div>img{
    width: 100%;
    height: 100%;
} */

.hwpt-swiper div.item-thumbs {
    padding: 0 0.7rem 0 0.4rem;
    box-sizing: border-box;
    color: #616A83;
    font-size: 0.14rem;
    line-height: 1.8;
    margin-bottom: 0.15rem !important;
    /* cursor: pointer; */
    position: relative;
}

.hwpt-swiper div.item-thumbs:last-child {
    margin-bottom: 0 !important;
}

/* .info-thumbs div.item-thumbs::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 100%;
    top: 0;
    left: 0;
    background: #417AFE;
    border-radius: 5px;
    display: none;
} */

.info-thumbs div.item-thumbs:last-child {
    margin-bottom: 0;
}

.info-title {
    color: #333947;
    font-size: 0.18rem;
    line-height: 1.3;
    margin-bottom: 0.1rem;
}

.info-thumbs>div.item-thumbs:hover .info-title {
    color: #417AFE !important;
    font-weight: bold;
}

.info-thumbs>div.item-thumbs:hover::before {
    display: block;
}

.swiper-slide-thumb-active .info-title {
    color: #417AFE !important;
    font-weight: bold;
}

.swiper-slide-thumb-active {
    position: relative;
}

.swiper-slide-thumb-active::before {
    content: '';
    position: absolute;
    width: 10px;
    height: calc(100% - 0.3rem);
    top: 0;
    left: 0;
    background: #417AFE;
    border-radius: 5px;
}

.step {
    padding: 0.8rem 0 1rem;
}

.step-box {
    display: flex;
    /* justify-content: space-between; */
    padding: 0 .3rem;
}

.step-box>div {
    text-align: center;
    font-size: .16rem;
    color: #333947;

}

.step-box>div .img-box {
    width: 0.74rem !important;
    height: 0.74rem !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin: 0 auto;
}

.step1 .img-box {
    background: url('../hewaCss/step1.png');
}

.step1:hover .img-box {
    background: url('../hewaCss/step1-active.png');
}

.step2 .img-box {
    background: url('../hewaCss/step2.png');
}

.step2:hover .img-box {
    background: url('../hewaCss/step2-active.png');
}

.step3 .img-box {
    background: url('../hewaCss/step3.png');
}

.step3:hover .img-box {
    background: url('../hewaCss/step3-active.png');
}

.step4 .img-box {
    background: url('../hewaCss/step4.png');
}

.step4:hover .img-box {
    background: url('../hewaCss/step4-active.png');
}

.hover-step:hover .step-title {
    color: #417AFE;
}

.hover-step {
    position: relative;
}

.hover-step::after {
    position: absolute;
    content: '';
    top: .39rem;
    /* left: 1.1rem; */
    width: 2.49rem;
    height: 2px;
    border-bottom: 1px dashed #D2D4D8;
}

.step1::after {
    left: 1.1rem;
}

.step2::after {
    left: 1.76rem;
}

.step2 {
    margin-left: 1.16rem;
}

.step3 {
    margin-left: 0.51rem;
}

.step3::after {
    left: 1.76rem;
}

.step4 {
    margin-left: 0.92rem;
}

.step4::after {
    content: '';
    display: none;
}

.step-title {
    color: #333947;
    font-size: 0.2rem;
    /* font-weight: bold; */
    margin-top: .34rem;
    margin-bottom: .12rem;
}

.case-box {
    padding: 0.8rem 0 1rem;

}

.case-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.case-flex>:nth-child(1) {
    background: url('../hewaCss/case1.png') no-repeat;
    background-size: cover;
    margin-bottom: 0.3rem;
}

.case-flex>:nth-child(2) {
    background: url('../hewaCss/case2.png') no-repeat;
    background-size: cover;
    margin-bottom: 0.3rem;
}

.case-flex>:nth-child(3) {
    background: url('../hewaCss/case3.png') no-repeat;
    background-size: cover;
    margin-bottom: 0.3rem;
}

.case-flex>:nth-child(4) {
    background: url('../hewaCss/case4.png') no-repeat;
    background-size: cover;
}

.case-flex>:nth-child(5) {
    background: url('../hewaCss/case5.png') no-repeat;
    background-size: cover;
}

.case-flex>:nth-child(6) {
    background: url('../hewaCss/case6.png') no-repeat;
    background-size: cover;
}

.case-item {
    width: 3.8rem;
    padding: 0.5rem 0.38rem;
    box-sizing: border-box;
    color: #fff;
    line-height: 1.8;
    font-size: 0.14rem;
}

.case-title {
    margin-bottom: 0.2rem;
    font-size: 0.18rem;
    line-height: 1.3;
}

.case-item:hover .case-title {
    font-weight: bold;
}

.case-item:hover {
    background: #2564F4 !important;
}

.job-box {
    padding: 0.8rem 0 1rem;
}

.job-swiper {
    overflow: hidden;

}

.job-box>div {
    position: relative;
}

.job-button {

    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    top: 50%;
    margin-top: -0.4rem;
}

.job-box .job-prev {
    left: -0.6rem;
    background: url('./job-prev.png') no-repeat;
    background-size: cover;
}

.job-box .job-next {
    right: -0.6rem;
    background: url('./job-next.png') no-repeat;
    background-size: cover;
}

.job-box .job-prev:hover {
    background: url('./job-prev-active.png') no-repeat;
    background-size: cover;
}

.job-box .job-next:hover {
    background: url('./job-next-active.png') no-repeat;
    background-size: cover;
}

.job-prev.swiper-button-disabled:hover {
    background: url('./job-prev.png') no-repeat;
    background-size: cover;
}

.job-next.swiper-button-disabled:hover {
    background: url('./job-next.png') no-repeat;
    background-size: cover;
}

.job-item {
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px #E2E4E8;
    border-radius: 8px;
    border: 1px solid #F0F3F7;
    padding: 0.22rem 0 0 0;
    color: #616A83;
    font-size: 0.14rem;
}

.job-item>:first-child,
.job-item>:last-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.25rem;
}

.job-name {
    font-size: 0.18rem;
    color: #333947;
    font-weight: bold;
    margin-right: 0.1rem;
}

.job-money {
    font-size: 0.16rem;
    color: #D61819;
    font-weight: 400;

}

.job-tag {
    padding: 0 0.25rem;
    margin-top: 0.15rem;
    margin-bottom: 0.34rem;
}

.job-tag span {
    padding: 0.06rem 0.08rem;
    margin-right: 0.1rem;
    background: #F0F3F7;
    border-radius: 2px;
}

.job-company {
    padding: 0.17rem 0.25rem !important;
    background: #FAFAFB;
    font-weight: 400;
}

.job-swiper .swiper-slide:nth-of-type(3n-1) {
    /* margin:0 0.24rem !important; */
}

.job-swiper-pagination {
    margin-top: 0.5rem;
    display: flex;
    justify-content: center;
}

.job-swiper-pagination .swiper-pagination-bullet {
    width: 0.4rem;
    height: 3px;
    /* background-color: #DFE4EE; */
    border-radius: 0;
    margin: 0 0.1rem !important;
    /* border: 1px solid #DFE4EE; */
}

.job-swiper-pagination .swiper-pagination-bullet-active {
    background-color: #417AFE !important;
}

.bottom-kefu {
    background: url('./kefu.png') no-repeat;
    background-size: cover;
    padding: .84rem 0;
    font-size: 0.48rem;
    font-weight: 400;
    color: #fff;
}

.bottom-kefu>div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.bottom-kefu p {
    margin-bottom: 0.36rem;
}

.kf-phone {
    font-weight: bold;
    margin-left: 0.4rem;

}

.kf-us {
    font-size: 0.24rem;
    color: #417AFE;
    padding: 0.12rem 0.24rem;
    background: #fff;
    border-radius: 0.3rem;
    font-weight: bold;
}
/*.kf-us:hover{
    background: #1b2a75;
}*/


/* 禾蛙盒子 */
.banner-more div {
    display: flex;
    align-items: center;
    font-size: .18rem;
    color: #FFFFFF;
    background: #41BAFE;
    border-radius: 20px;
    padding: 0.02rem 0.18rem;
    line-height: 0.4rem;
    box-sizing: border-box;
}

.banner-more a {
    display: flex;
    align-items: center;
}

.banner-more>div:nth-child(1) {
    background: #417AFE;
    margin-right: 0.2rem;
}

.banner-more div img {
    width: .25rem;
    height: .24rem;
    margin-right: 0.08rem;
}
.same-padding {
    padding-top: 0.8rem;
    padding-bottom: 1rem;
}

.ptb80 {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

.pb100 {
    padding-bottom: 1rem;
}

.hwhz-info {
    padding: 0.73rem 0 0.76rem 0;
    display: flex;
    align-items: center;
}

.hwhz-info>div.hwhz-info-left {
    flex: 1;
}

.hwhz-info .img-box {
    width: 4.09rem !important;
    margin-left: 1.94rem;
}

.hwhz-info .img-box img {
    width: 100%;
}

.hwhz-title {
    font-size: 0.34rem;
    color: #333947;
    margin-bottom: 0.25rem;
    /* font-weight: bold; */
}

.hwhz-slogan {
    font-size: 0.14rem;
    color: #fff;
    padding: 0.07rem 0.14rem;
    background: #417AFE;
    border-radius: 13px 0px 13px 0px;
}

.hwhz-num-box {
    margin-top: 0.93rem;
    display: flex;
    justify-content: space-between;
    color: #333947;
    font-size: 0.18rem;
}

.hwhz-num-box>div>p:first-child {
    color: #417AFE;
    font-size: 0.24rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.07rem;
}

.hwhz-num-box>div:last-child>p:first-child {
    font-size: 0.14rem;
}

.hwhz-num-box>div>p:first-child span {
    font-size: 0.38rem;
    margin-right: 0.11rem;
}

.four-use {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.item-use {
    width: calc((100% - 0.3rem) / 2);
    box-sizing: border-box;
    padding: 0.35rem 1.2rem 0.19rem 0.6rem;
    color: #fff;
    font-size: 0.14rem;
}

.item-use:hover {
    background: #5486EE !important;
}

.four-use>:nth-child(2),
.four-use>:nth-child(1) {
    margin-bottom: 0.3rem;
}

.four-use>:nth-child(1) {
    background: url('../hewaCss/use1.png') no-repeat;
    background-size: cover;
}

.four-use>:nth-child(2) {
    background: url('../hewaCss/use2.png') no-repeat;
    background-size: cover;
}

.four-use>:nth-child(3) {
    background: url('../hewaCss/use3.png') no-repeat;
    background-size: cover;
}

.four-use>:nth-child(4) {
    background: url('../hewaCss/use4.png') no-repeat;
    background-size: cover;
}

.item-use img {
    width: 0.56rem;
    height: 0.56rem;
}

.item-use .title {
    margin-top: 0.29rem;
    margin-bottom: 0.10rem;
    font-size: 0.24rem;
    /* font-weight: bold; */
}

.item-use .content {
    line-height: 1.8;
}

.service {
    display: flex;
    justify-content: space-between;
}

.item-service {
    width: calc((100% - 0.6rem) / 3);
    padding: 0.4rem 0.3rem 0.3rem;
    box-sizing: border-box;
    color: #616A83;
    font-size: 0.14rem;
    box-shadow: 0px 0px 14px 0px rgba(140, 150, 180, 0.15);
    border-radius: 8px;
}

.item-service img{
    width: 0.5rem;
    height: 0.5rem;
    margin-bottom: 0.3rem;
}

.item-service .title {
    font-size: 0.18rem;
    color: #333947;
    /* font-weight: bold; */
    margin-bottom: 0.1rem;
}

.item-service:hover .title {
    color: #5486EE;
}

.item-service:hover {
    box-shadow: 0px 0px 14px 0px rgba(140, 150, 180, 0.4);
}

.item-service .content {
    line-height: 2;
}

.recruit-box {
    background: url('./recruit-bg.png') no-repeat;
    background-size: cover;
    width: 100%;
    padding: 1.25rem 0;
    box-sizing: border-box;
}

.item-recruit {
    padding: 0.58rem 0.16rem 0.58rem 0.7rem;
    display: flex;
    background: #fff url('./recruit-left.png') no-repeat;
    background-position: top left;
    background-size: contain;
    margin-bottom: 50px;
}

.item-recruit:last-child {
    margin-bottom: 0;
}

.item-recruit-left {
    width: 4.94rem;
    font-size: 0.16rem;
    color: #364159;
}

.item-recruit-left .title {
    font-size: 0.3rem;
    color: #364159;
    margin-bottom: 0.24rem;
    /* font-weight: bold; */
}

.item-recruit-right {
    flex: 1;
    display: flex;
    justify-content: space-between;
}

.item-recruit:last-child .item-recruit-right .item-job:nth-child(2) {
    margin-left: -0.43rem;
}

.item-job {
    flex: 1;
    padding-left: 0.19rem;
    padding-right: 0.1rem;
    border-left: 1px solid #E6E7EB;
    color: #333947;
    font-size: 0.16rem;
}

.item-job .name {
    font-size: 0.18rem;
    color: #5486EE;
    margin-bottom: 0.35rem;
}

.item-job .position {
    font-size: 0.14rem;
    color: #84879A;
    margin-top: 0.12rem;
    display: flex;
    align-items: center;
}

.item-job .position img {
    width: 0.14rem;
    height: 0.14rem;
    margin-right: 0.08rem;
}

.custom {
    display: flex;
    justify-content: space-between;
}

.item-custom {
    width: calc((100% - 0.6rem) / 3);
    padding: 0.2rem 0.3rem 0.3rem;
    box-sizing: border-box;
    background: #fff url(../hewaCss/item-custom.png) no-repeat;
    background-position: bottom right;
    background-size: 1.03rem 0.95rem;
    font-size: 0.14rem;
    color: #616A83;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0px 0px 14px 0px rgba(140, 149, 180, 0.15);
    border-radius: 8px;
}

.item-custom .title {
    font-size: 0.18rem;
    color: #333947;
    /* font-weight: bold; */
    margin-top: 0.2rem;
}

.item-custom .content {
    line-height: 1.8;
}

.feedback .title {
    /* text-align: right !important; */
    line-height: 1.6;
}

.feedback .item-custom {
    justify-content: flex-start;
}

.three-steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
    box-sizing: border-box;
    position: relative;

}

.item-steps {
    position: relative;
    width: calc((100% - 2rem)/3);
    top: 0;
    transition-property: top;
    transition-duration: 0.25s;
}

.item-steps img {
    width: 100%;
}

.item-steps span {
    position: absolute;
    bottom: 0.36rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.18rem;
    color: #333947;
    /* font-weight: bold; */

}

.item-steps:hover span {
    color: #5486EE;
}

.item-steps:hover {
    top: -0.2rem;
}

.three-arrow {
    width: 0.3rem;
}

/* 合伙人 */
.hhr-info {
    padding: 0.71rem 0 0.8rem 0;
    display: flex;
}

.hhr-info-right {
    width: 5.85rem;
}

.hhr-info-right img {
    width: 100%;
}

.hhr-info-left {
    flex: 1;
    margin-left: 0.15rem;
}

.hhr-info .title {
    font-size: 0.24rem;
    color: #333947;
    margin-bottom: 0.2rem;
}

.hhr-info .slogan {
    color: #84879A;
    font-size: 0.14rem;
    line-height: 1.7;
    margin-bottom: 0.3rem;
}

.hhr-slogan {
    font-size: 0.14rem;
    color: #fff;
    padding: 0.07rem 0.14rem;
    background: #417AFE;
    border-radius: 13px 0px 13px 0px;
}

.hhr-num-box {
    margin-top: 1rem;
    display: flex;
}

.hhr-num-box>div {
    font-size: 0.16rem;
    color: #333947;
    margin-right: 0.56rem;
    text-align: center;
}

.hhr-num-box>div>:nth-child(1) {
    color: #417AFE;
    font-size: 0.24rem;
    margin-bottom: 0.07rem;
}

.hhr-num-box>:nth-child(1)>:nth-child(1) {
    color: #417AFE;
    font-size: 0.14rem;
}

.hhr-num-box>div>:nth-child(1) span {
    font-size: 0.38rem;
    margin-right: 0.08rem;
    font-weight: bold;


}

.hhr-partner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.item-partner {
    width: calc((100% - 0.3rem) / 2);
    padding: 0.52rem 0.48rem;
    background: #fff url('./partner.png') no-repeat;
    background-position: right bottom;
    background-size: 1.84rem 1.53rem;
    box-shadow: 0px 0px 14px 0px rgba(140, 149, 180, 0.15);
    border-radius: 8px;
    margin-bottom: 0.3rem;
}

.item-partner:nth-child(3),
.item-partner:nth-child(4) {
    margin-bottom: 0;
}

.question {
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
}

.question .title,
.answer .title {
    font-size: 0.22rem;
    color: #333947;
    padding: 0.12rem;
    padding-left: 0.34rem;
    background: rgba(65, 122, 254, 0.1);
    border-radius: 0.23rem;
    margin-left: -0.19rem;
}

.question .letter-q,
.answer .letter-a {
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

.question .letter-q img,
.answer .letter-a img {
    width: 100%;
}

.answer {
    display: flex;
    align-items: center;
}

.answer .title {
    font-size: 0.16rem;
    color: #616A83;
    background-color: transparent;
}

.join-partner {
    display: flex;
}

.join-partner-left {
    width: 5.21rem;
    margin-right: 1.74rem;
}

.join-partner-left img {
    width: 100%;
}

.join-partner-right {}

.join-partner-right p {
    font-size: 0.18rem;
    color: #333947;
    /* margin-bottom: 0.2rem; */
    /* line-height: 0.24rem; */
    /* cursor: pointer; */
    padding: 0.13rem 0.24rem;
    box-sizing: border-box;
}

.join-partner-right p:last-child {
    margin-bottom: 0;
}

.join-partner-right p:hover {
    /* font-size: 0.22rem;
    color: #417AFE;
    font-weight: bold; */
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(140, 150, 180, 0.15);
    border-radius: 8px;
}
.join-partner-right span{
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    background: #fff;
    border: 1px solid #5486EE;
    text-align: center;
    line-height: 0.2rem;
    border-radius: 50%;
    margin-right: 0.12rem;
    font-family: 'MyFont', sans-serif;
    color: #5486EE;
    font-size: 0.16rem;
}
.join-partner-right p:hover span{
    background: #5486EE;
    color: #fff;
}
.partner-signing {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.item-signing {
    width: calc((100% - 0.6rem) / 3);
    margin-top: 0.14rem;
    border-radius: 8px;
    overflow: hidden;
}

.item-signing img {
    width: 100%;
}

.partner-progress,
.partner-progress img {
    width: 100%;
}

.job-prev:focus,
.job-next:focus {
    outline: none;
}


.progress-bg {
    padding: 0 0.6rem 0 0.3rem;

}

.partner-progress ul {
    display: flex;
}

.partner-progress ul li {
    font-size: 0.18rem;
    color: #333947;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.partner-progress ul li img {
    width: 0.6rem;
    height: 0.6rem;
}

.partner-progress ul li span {
    display: inline-block;
    margin: 0.18rem 0;
}

.partner-progress ul li::before {
    content: '';
    position: absolute;
    background: url('./progress-default.png') no-repeat;
    background-size: 100%;
    width: 0.14rem;
    height: 0.14rem;
    bottom: -0.07rem;
    left: 50%;
    transform: translateX(-50%);
}

.partner-progress ul li:hover::before {
    background: url('./progress-hover.png') no-repeat;
    background-size: 100%;
}

/* .partner-progress ul li:nth-of-type(2n){
    bottom: -1.8rem;
    left: 0.45rem;
}
.partner-progress ul li:nth-of-type(2n):before {
    top: -0.07rem;
} */
.partner-progress-top li:nth-child(1) {
    margin-right: 1.7rem;
}

.partner-progress-top li:nth-child(2) {
    margin-right: 1.8rem;
}

.partner-progress-top li:nth-child(3) {
    margin-right: 1.75rem;
}

.partner-progress-top li:nth-child(4) {
    margin-right: 1.75rem;
}

.partner-progress-bottom {}

.partner-progress-bottom li::before {
    top: -0.07rem;
}

.partner-progress-bottom li:nth-child(1) {
    margin-left: 1.2rem;
}

.partner-progress-bottom li:nth-child(2) {
    margin-left: 1.75rem;
}

.partner-progress-bottom li:nth-child(3) {
    margin-left: 1.62rem;
}

.partner-progress-bottom li:nth-child(4) {
    margin-left: 1.50rem;
}

.partner-progress-bottom li:nth-child(5) {
    margin-left: 1.2rem;
}

@media screen and (max-width: 800px) {
    .banner {
        min-width: auto;
    }

    .banner-content {
        /* padding-left: 0.2rem; */
        /* padding-right: 0.2rem; */
        padding-bottom: 0.47rem;
        padding-top: 1.19rem;
        background-position: 53%;
        color: #2564F4;
    }

    .same1200 {
        width: 90%;
    }

    .content-tab .tab-title-ul li:nth-child(2) {
        margin: 0 0.4rem;
    }

    .hwpt-count>div {
        width: 100%;
        margin-top: 0.3rem;
    }

    .info-flex {
        flex-direction: column;
    }

    .case-item {
        width: 100%;
        margin-bottom: 0.3rem !important;
    }

    .case-item:last-child {
        margin-bottom: 0 !important;
    }

    .info-swiper {
        width: 100%;
        height: 3.54rem;
    }

    .step-box {
        display: block;
    }

    .step-box>div {
        margin-left: 0 !important;
        margin-bottom: 0.48rem;
    }

    .step-box>div:last-child {
        margin-bottom: 0;
    }

    .hover-step {
        position: static;
    }

    .step-title {
        margin: 0.14rem 0;
    }

    .bottom-kefu p {
        display: flex;
        flex-direction: column;
    }

    .kf-phone {
        margin-left: 0;
    }

    .wap-hwpt {
        display: block;
    }

    .pc-hwpt {
        display: none;
    }

    .swiper-slide-thumb-active::before {
        height: 100%;
    }

    .hwpt-img img {
        width: 100%;
        height: 100%;
        margin-bottom: 0.5rem;
    }

    /* .hwpt-img img:last-child{
        margin-bottom: 0;
    } */
    div.item-thumbs {
        margin-bottom: 0.18rem;
    }

    .info-title {
        color: #417AFE !important;
        /* font-weight: bold; */
    }

    .wap-hwpt>:last-child img {
        margin-bottom: 0;
    }

    div.item-thumbs {
        padding: 0 0.2rem;
    }

    .bottom-kefu p>:first-child {
        margin-bottom: 0.1rem;
    }

    .job-button {
        display: none;
    }


    /* 禾蛙盒子 */
    .hwhz-info {
        flex-direction: column;
        align-items: flex-start;
    }

    .hwhz-info-left {
        width: 100%;
    }

    .hwhz-num-box {
        flex-direction: column;
        margin-top: 0.1rem;
        font-size: 0.12rem;
    }

    .hwhz-num-box>div {
        width: 100%;
        text-align: center;
        margin-top: 0.2rem;
    }

    .hwhz-info .img-box {
        width: 100% !important;
        margin-left: 0;
        margin-top: 0.2rem;
    }

    .item-use,
    .item-service,
    .item-custom {
        width: 100%;
        margin-bottom: 0.3rem
    }

    .item-use:last-child,
    .item-service:last-child,
    .item-custom:last-child {
        margin-bottom: 0;
    }

    .service,
    .custom {
        flex-direction: column;
    }

    .item-recruit {
        padding: 0.58rem;
        flex-direction: column;
    }

    .item-recruit-left {
        width: 100%;
    }

    .item-recruit-right {
        margin-top: 0.3rem;
    }

    .item-recruit-right {
        flex-direction: column;
    }

    .item-job {
        margin-top: 0.2rem;
    }

    .item-job .name {
        margin-bottom: 0.15rem;
    }

    .three-steps {
        flex-direction: column;
        padding: 0 0.5rem;
    }

    .item-steps {
        width: 100%;
    }

    .three-arrow {
        transform: rotate(90deg);
        margin: 0.1rem 0;
    }

    .item-steps:hover {
        top: 0;
    }

    .item-recruit:last-child .item-recruit-right .item-job:nth-child(2) {
        margin-left: 0;
    }

    /* 合伙人 */
    .hhr-info {
        flex-direction: column;
    }

    .hhr-info-left {
        margin-left: 0;
    }

    .hhr-info .hhr-slogan {
    }

    .hhr-num-box {
        margin-top: 0.3rem;
        flex-direction: column;
        justify-content: space-between;
    }

    .hhr-num-box>div {
        /* flex: 1; */
        width: 100%;
        margin-top: 0.2rem;
        margin-right: 0;
    }

    .hhr-info-right {
        width: 100%;
        margin-top: 0.3rem;
    }

    .item-partner,
    .item-signing {
        width: 100%;
    }

    .item-partner:nth-child(3) {
        margin-bottom: 0.3rem;
    }

    .join-partner {
        flex-direction: column;
    }

    .join-partner-left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.3rem;
    }

    .item-signing {
        margin-top: 0.3rem;
    }

    .item-signing:first-child {
        margin-top: 0;
    }

}
