@charset "utf-8";


.banner {
    width: 100%;
    margin-top: 80px;
}

.banner .lshop {
    height: 520px;
    background: url('../mirror/images/housekeeping/lshop_bg.png') no-repeat center center;
    background-size: 100% 100%;
}

.banner .lshop .lshop_ber {
    background: url('../mirror/images/housekeeping/lshop_ber.png') no-repeat center center;
    background-size: 100% 100%;
}

.banner .lshop .lshop_ber .lshop_ber_ber {
    width: 100%;
    height: 100%;
    background: url('../mirror/images/housekeeping/lshop_ber_ber.png') no-repeat center right;
}

/*rk_add 20250305 start*/
.banner .lshop_ber_ber .domestic-enter-box {
    display: flex;
    align-items: center;
    padding-top: 4%;
}
.banner .lshop_ber_ber .domestic-enter-box .enter-content{
    background: #EC4D47;
    display: inline-flex;
    padding: 6px 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-left: 5px;
}
.banner .lshop_ber_ber .domestic-enter-box span{
    color: #FFF;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px; /* 75% */
}
/*rk_add 20250305 end*/

.banner .lshop .lshop_ber .lshop_ber_ber > .ls_tit {
    height: 70px;
    font-size: 50px;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-weight: normal;
    color: #333333;
    line-height: 59px;
    margin-left: -25px;
    /*padding-top: 5%;*/
    margin-top: 7.5px;
}

.banner .lshop .lshop_ber .lshop_ber_ber > .ls_tit > span {
    background: linear-gradient(to right, #1C53FF, #416fffc7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner .lshop .lshop_ber .lshop_ber_ber > .ls_msg {
    margin-top: 18px;
    color: #003EFF;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 114.286% */
    letter-spacing: 2.24px;
}

.banner .lshop .lshop_ber .lshop_ber_ber > .ls_msg > span {
    margin: 0 22px;
}

.banner .lshop .lshop_ber .lshop_ber_ber > .lshop_ul {
    width: 460px;
    margin-top: 18px;
}

.banner .lshop .lshop_ber .lshop_ber_ber > .lshop_ul > li {
    margin-right: 76px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-weight: normal;
    color: #475793;
    float: left;
}

.banner .lshop .lshop_ber .lshop_ber_ber .lshop_renew {
    width: 232px;
    height: 34px;
    background: linear-gradient(92deg, #C9D5FF 0%, rgba(196, 209, 255, 0) 100%);
    padding-left: 15px;
    margin-top: 30px;

    font-size: 20px;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-weight: normal;
    color: #1F4DF9;
    line-height: 34px;

}

.banner .lshop .lshop_ber .lshop_ber_ber .lshop_but {
    margin-top: 40px;
}

.banner .lshop .lshop_ber .lshop_ber_ber .lshop_but > .free {
    margin-right: 50px;
    padding: 5px 20px;
    background: #003EFF;
    border-radius: 6px 6px 6px 6px;

    font-size: 20px;
    font-family: AlibabaPuHuiTi-3-75-SemiBold;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 41px;

}

.banner .lshop .lshop_ber .lshop_ber_ber .lshop_but > .update {
    padding: 5px 20px;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #003EFF;
    font-size: 20px;
    font-family: AlibabaPuHuiTi-3-75-SemiBold;
    font-weight: normal;
    color: #003EFF;
    line-height: 41px;
}


/*内容里：一级标题、二级标题*/
.dome-sec-tit {
    color: #333;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.dome-sec-sub-tit {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dome-sec-sub-tit .tit {
    color: #333;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.dome-sec-sub-tit .line {
    width: 66px;
    height: 6px;
    background: #0979F9;
}

/*功能展示*/
.function-box {
}

.function-box .func-con {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.function-box .func-con .func-tit {
    margin: 40px 0 67px 0;
}

.function-box .func-con .user-box {
}

.function-box .func-con .user-box .user-con {
    width: 1200px;
}

.function-box .func-con .user-box .user-con .user-row-tit {
    color: #5C6174;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    max-width: 95px;
}

.function-box .func-con .user-box .user-con .user-row-sub-tit {
    color: #858DAA;
    font-family: AlibabaPuHuiTi-3-55-RegularL3;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.function-box .func-con .user-box .user-con .user-row {
    display: flex;
    margin-bottom: 40px;
}

.function-box .func-con .user-box .user-con.row-height1 {
    max-height: 601px;
}

.function-box .func-con .user-box .user-con .user-row .row-big-img {
    width: 260px;
}

.function-box .func-con .user-box .user-con .user-row .row-arrow {
    width: 50px;
    position: relative;
}

.function-box .func-con .user-box .user-con .user-row .row-arrow .arrow1 {
    position: absolute;
    left: -9px;
    top: 38px;
}

.function-box .func-con .user-box .user-con .user-row .row-arrow .arrow2 {
    position: absolute;
    left: -9px;
    top: 110px;
}

.function-box .func-con .user-box .user-con .user-row .row-arrow .arrow-right1 {
    position: absolute;
    right: -9px;
    top: 89px;
}

.function-box .func-con .user-box .user-con .user-row .row-con {
    flex: 1;
}

.function-box .func-con .user-box .user-con .user-row .row-con .row-hor {
    margin-top: 50px;
}

.function-box .func-con .user-box .user-con .user-row .row-con .row-hor .home-des {
    max-width: 620px;
    margin-top: 4px;
}

.function-box .func-con .user-box .user-con .user-row .row-con .rc-list {
    display: flex;
    flex-wrap: wrap;
}

.function-box .func-con .user-box .user-con .user-row .row-con .rc-list-mt {
    margin-top: 18px;
}

.function-box .func-con .user-box .user-con .user-row .row-con .rc-list .lst-column {
    min-height: 467px;
    width: calc(50% - 55px);
    margin-right: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.function-box .func-con .user-box .user-con .user-row .row-con .rc-list .lst-column:nth-child(2n) {
    margin-right: 30px;
}

.function-box .func-con .user-box .user-con .user-row .row-con .rc-list .col-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.function-box .func-con .user-box .user-con .user-row .row-con .rc-list .col-item-txt {
    display: flex;
    flex-direction: column;
    align-items: start;
}

/*row3*/
.function-box .func-con .user-box .user-con .user-row .row-con .rc-list3 {
}

.function-box .func-con .user-box .user-con .user-row .row-con .rc-list3 .lst-cate {
    width: 36%;
    margin-right: 0;
}

.function-box .func-con .user-box .user-con .user-row .row-con .rc-list3 .lst-items {
    flex: 1;
    margin-right: 0px !important;
}

.function-box .func-con .user-box .user-con .user-row .row-con .rc-list3 .lst-items .col-item-txt {
    align-items: end;
}

/*row4*/
.function-box .func-con .user-box .user-con .user-row .row-con .rc-list4 {
    margin: 0 20px 0 -10px;
}

.function-box .func-con .user-box .user-con .user-row .row-con .rc-list4 .lst-column {
    width: calc(50%);
    margin: 53px 0 0 0 !important;
    justify-content: flex-start !important;
}

.function-box .func-con .user-box .user-con .user-row .row-con .rc-list4 .lst-column .col-item {
    display: flex;
    flex-direction: column;
}

.function-box .func-con .user-box .user-con .user-row .row-con .rc-list4 .lst-column .col-item .it-img {
    margin-top: 28px;
}

/*row5*/
.function-box .func-con .user-box .user-con .user-row .row-con .rc-list5 {
    margin: 51px 0 0 0;
}

.function-box .func-con .user-box .user-con .user-row .row-con .rc-list5 .col-item-txt {
    margin-bottom: 15px;
}

/*接单端*/
.function-box .func-con .work-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 46px;
}

.function-box .func-con .work-box .work-con {
    width: 1200px;
}

.function-box .func-con .work-box .work-con .work-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 52px;
}

.function-box .func-con .work-box .work-con .work-list .lst-item {
    width: calc(33.3333% - 113.333px);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 170px 34px 0;
}

.function-box .func-con .work-box .work-con .work-list .lst-item:nth-child(3n) {
    margin-right: 0px;
}

.function-box .func-con .work-box .work-con .work-list .lst-item .it-img {

}

.function-box .func-con .work-box .work-con .work-list .lst-item .it-txt-box {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.function-box .func-con .work-box .work-con .work-list .lst-item .it-txt-box .tit {
    color: #5C6274;
    text-align: center;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.function-box .func-con .work-box .work-con .work-list .lst-item .it-txt-box .des {
    color: #8590AA;
    font-family: AlibabaPuHuiTi-3-55-RegularL3;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 4px;
}

/*商家端*/
.function-box .func-con .mer-box {
    background: #F5F6F8;
    padding-top: 46px;
}




/*技术展示*/
.technology-box {
    width: 1920px;
    /*height: 944px;*/
    background: url('../mirror/images/housekeeping/technology-bg.png') no-repeat center center;
    background-size: 100% 100%;
}
.technology-box .tit-box {
    display: flex;
    justify-content: center;
    padding: 31px 0 30px 0;
}

.technology-box .tit-box .func-tit {
    color: #333;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.technology-content {
    display: flex;
    justify-content: center;
    padding-bottom: 39px;
}
.technology-content .content-mid {
    width: 1200px;
}
.technology-content .content-mid .tech-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}
.technology-content .content-mid .tech-list-item .txt-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.technology-content .content-mid .tech-list-item .style-right {
    align-items: flex-end;
}

.technology-content .content-mid .tech-list-item .txt-box .txt-tit {
    color: #333;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 3px 0 20px;
}
.technology-content .content-mid .tech-list-item .txt-box .txt-des-box {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.technology-content .content-mid .tech-list-item .style-right .txt-des-box{
    justify-content: flex-end;
}
.technology-content .content-mid .tech-list-item .txt-box .txt-des-box img{
    margin-right: 10px;
}
.technology-content .content-mid .tech-list-item .style-right .txt-des-box img{
    margin-right: 0px;
    margin-left: 10px;
}
.technology-content .content-mid .tech-list-item .txt-box .txt-des-box .name {
    color: #888;
    font-family: AlibabaPuHuiTi-3-55-RegularL3;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/*公司资质*/
.about_company{
    width: 100%;
    height: 500px;
    background: #F9FBFE url('../mirror/images/housekeeping/about_company_bg.png') no-repeat center right;
    background-size:100% 100%;

    box-shadow: inset 0px 6px 20px 0px rgba(11,50,174,0.15), inset 0px -6px 20px 0px rgba(11,50,174,0.15);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}
.about_company>p{
    width: 100%;
    height: 42px;
    font-size: 30px;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-weight: normal;
    color: #333333;
    line-height: 35px;
    text-align:center;
    padding-top: 60px;
}
.about_company .company_tips{
    width: 1200px;
    margin: 0 auto;
    margin-top:50px;
}


/* 联系我们 */
.contactus{
    width: 100%;
    padding:100px 0;

    background: #FFFFFF;
}

.contactus .contactus_tit{
    width: 100%;
    height: 42px;
    font-size: 30px;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-weight: normal;
    color: #333333;
    line-height: 35px;
    text-align:center;
    margin-bottom: 10px;
}
.contactus .contactus_tit>span {
    background: linear-gradient(to right, #1C53FF, #416fffc7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contactus .contactus_msg{
    width: 100%;
    /*height: 65px;*/
    font-size: 18px;
    font-family: AlibabaPuHuiTi-3-55-RegularL3;
    font-weight: normal;
    color: #888888;
    /*line-height: 50px;*/
    text-align: center;

}
.contactus .contactus_but{
    width: 240px;
    height: 55px;
    line-height: 55px;
    background: #3A6AFF;
    border-radius: 999px;
    margin:20px auto 0 auto;
    display: block;

    font-size: 22px;
    font-family: AlibabaPuHuiTi-3-75-SemiBold;
    font-weight: normal;
    color: #FFFFFF;
    text-align:center;
}

.contactus .contactus_but:hover{
    background: #6086FF;
}

.global{
    width:100%;
    height:155px;
    background-color:#262834
}
.global .global_cont{
    width: 1200px;
    height:100%;
    margin: 0 auto;
    background: url('../mirror/images/housekeeping/global_ber.png') no-repeat center right;
    background-size: auto 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.global .global_cont .global_msg{
    width: 720px;
    height: 67px;
    font-size: 20px;
    font-family: AlibabaPuHuiTi-3-75-SemiBold;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 23px;
    margin-right:50px;

}
.global .global_cont .global_msg>span{
    font-size: 25px;
}
.global .global_cont .global_but{
    display: block;
    width: 159px;
    height: 48px;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #FFFFFF;
    text-align: center;
    line-height: 48px;
    margin-right:100px;

    font-size: 20px;
    font-family: AlibabaPuHuiTi-3-55-RegularL3;
    font-weight: normal;
    color: #FFFFFF;
}
.global .global_cont .global_but:hover{
    color:#262834;
    background-color:#FFFFFF;
}

