.slide-content-box {
    height: 360px;
}

.slide-content-box .layui-carousel {
    height: 360px;
}

.content-box {
    width: 1200px;
    margin: 0 auto;
}

/*服务类目*/
.nav-cate-box {
    padding: 10px 0;
    margin: 0 auto;
    margin-top: 30px;
}

.nav-title {
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    margin: 0 auto;
    font-size: 12px;
    color: #666666;
}

.nav-title .nav-title-text {
    font-size: 24px;
    padding: 4px 0;
    color: #333333;
}

.nav-title .nav-line {
    display: flex;
    align-items: center;
    align-content: center;
    margin-top: 6px;
    height: 10px;
}

.nav-title .nav-line .line {
    width: 80px;
    height: 1px;
    background: #DDDDDD;
}

.nav-title .nav-line .dots {
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background: #63C33E;
    margin: 0 11px;
}

.nav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.nav-list .nav-item {
    width: 240px;
    height: 70px;
    padding: 10px 0;
    background: #63C33E;
    color: #FFFFFF;
    margin: 15px 0;
    margin-right: 100px;
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 18px;
    justify-content: center;
    cursor: pointer;

}

.nav-list .nav-item:hover {
    background: #FF7D01;
}


.nav-list .nav-item:nth-child(3n) {
    margin-right: 0px;
}

.nav-list .nav-item .nav-image {
    width: 60px;
    height: 60px;
    margin-right: 10px;
}

/*找服务员*/
.top-tab-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    height: 50px;
    font-size: 16px;
    flex-wrap: wrap;
}

.top-tab-box.w-600 {
    width: 600px;
    margin: 0 auto;
    margin-top: 30px;
}

.top-tab-box .top-tab-item {
    padding: 4px 10px;
    border-radius: 20px;
    color: #333333;
    cursor: pointer;
}

.top-tab-box .top-tab-item.active {
    background: #63C33E;
    color: #FFFFFF;
}

.staff-filter-box {
    min-height: 200px;
    margin-top: 50px;
}

.staff-filter-box .staff-filter-item {
    display: flex;
    padding: 4px 0;
}

.staff-filter-box .staff-filter-item .staff-filter-label {
    width: 80px;
    flex-shrink: 0;
    color: #999999;
}

.staff-filter-box .staff-filter-item .staff-filter-value {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;

}

.staff-filter-box .staff-filter-item .staff-filter-value .clear {
    cursor: pointer;
    color: red;
}

.staff-filter-box .staff-filter-item .staff-filter-value .staff-filter-value-item {
    padding: 2px 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.staff-filter-box .staff-filter-item .staff-filter-value .staff-filter-value-item:hover {
    color: #63C33E;
    background: #deffc0;
}

.staff-filter-box .staff-filter-item .staff-filter-value .staff-filter-value-item.active {
    color: #fff;
    background-color: #63C33E;
}


.staff-list-box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.staff-list-box .staff-item {
    width: 220px;
    height: 540px;
    background: #63C33E;
    margin-right: 25px;
    margin-bottom: 25px;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}

.staff-list-box .staff-item:nth-child(5n) {
    margin-right: 0;
}

.staff-list-box .staff-item .staff-name {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
}

.staff-list-box .staff-item .staff-info {
    padding: 15px 15px;
    height: 470px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: linear-gradient(180deg, #F9FFF6 0%, #E3FFD8 100%);
}

.staff-list-box .staff-item .staff-info .staff-avatar {
    width: 180px;
    height: 250px;
    border-radius: 10px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 10px;
}

.staff-list-box .staff-item .staff-info .staff-avatar img {
    width: 180px;
    height: 250px;
}

.staff-list-box .staff-item .staff-li-box .staff-li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin-bottom: 6px;
    width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.staff-list-box .staff-item .staff-li-box .staff-li .staff-li-value.active {
    color: #FF7D01;
}

.staff-list-box .more-btn {
    width: 80px;
    color: #63C33E;
    padding: 2px 10px;
    border-radius: 20px;
    border: 1px solid #63C33E;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
}

.more-btn-box {
    display: block;
    width: 120px;
    height: 36px;
    line-height: 36px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #63C33E;
    border-radius: 18px;
    color: #63C33E;
}

.more-btn-box:hover {
    color: #ffffff;
    background: #63C33E;
    border: 1px solid #63C33E;
    cursor: pointer;
}

/*服务人员详情*/
.staff-detail-box {
    width: 1000px;
    min-height: 500px;
    margin: 30px auto;
}

.staff-detail-box .staff-info-box {
    width: 1000px;
    height: 650px;
    display: flex;
}

.staff-detail-box .staff-info-box .left-box {
    width: 446px;
    height: 650px;
    border: 1px solid #63C33E;
    text-align: center;
}

.staff-detail-box .staff-info-box .left-box img {
    width: 426px;
    height: 626px;
    margin-top: 10px;
}

.staff-detail-box .staff-info-box .right-box {
    padding: 30px;
}

.staff-detail-box .staff-info-box .right-box .category-name {
    font-size: 36px;
    color: #333333;
    margin-top: 20px;
}

.staff-detail-box .staff-info-box .right-box .tags {
    font-size: 20px;
    color: #63C33E;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.staff-detail-box .staff-info-box .right-box .info-list {
    display: flex;
    line-height: 50px;
    font-size: 16px;
}

.staff-detail-box .staff-info-box .right-box .info-list .info-label {
    color: #333333;
}

.staff-detail-box .staff-info-box .right-box .info-list .info-value {
    color: #999999;
    margin-left: 10px;
    display: flex;
    flex-wrap: wrap;
}

.staff-detail-box .staff-info-box .right-box .info-list .info-value.red-text {
    font-size: 24px;
    color: red;
}

.staff-detail-box .staff-info-box .right-box .info-list .info-value .auth-item {
    display: flex;
    align-content: center;
    align-items: center;
    margin-right: 10px;
}

.staff-detail-box .staff-info-box .right-box .info-list .info-value .auth-item img {
    margin-right: 4px;
}

.staff-detail-box .staff-info-box .right-box .info-list.big {
    display: flex;
    line-height: 45px;
    font-size: 24px;
    color: #333333;
    margin-top: 20px;
}

.staff-detail-box .staff-info-box .right-box .info-list.big .info-value {
    color: #333333;
}

.staff-detail-box .staff-content-box {
    margin-top: 40px;
}

.staff-detail-box .staff-content-box .title-box {
    border-bottom: 1px solid #63C33E;
}

.staff-detail-box .staff-content-box .title-box .title {
    background: #63C33E;
    padding: 6px 10px;
    width: 60px;
    color: #FFFFFF;
}

.staff-detail-box .staff-content-box .content {
    padding: 20px 10px;
}

.staff-detail-box .staff-content-box .content .divsion-box {
    margin-bottom: 20px;
}
.staff-detail-box .staff-content-box .content img {
    width: 100%;
}
.staff-detail-box .staff-content-box .content .mb-6 {
    margin-bottom: 6px;
}

/*找雇主*/
.employer-list-box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.employer-list-box .employer-item {
    width: 340px;
    height: 220px;
    margin-right: 90px;
    margin-bottom: 25px;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);

}

.employer-list-box .employer-item:nth-child(3n) {
    margin-right: 0;
    cursor: pointer;
}

.employer-list-box .employer-item .employer-tips {
    height: 38px;
    background: #63C33E;
    border-radius: 20px;
    line-height: 38px;
    padding: 0 10px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.employer-list-box .employer-item .employer-info-box {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.employer-list-box .employer-item .employer-info-box .number-box {
    width: 60px;
    height: 60px;
    background: #FF7D01;
    color: #FFFFFF;
    text-align: center;
    line-height: 60px;
    border-radius: 30px;
    flex-shrink: 0;
    font-size: 30px;
}

.employer-list-box .employer-item .employer-into {
    flex: 1;
    margin-left: 14px;
}

.employer-list-box .employer-item .employer-into span {
    height: 26px;
}

.employer-list-box .employer-item .more-btn {
    width: 90px;
    height: 30px;
    color: #ffffff;
    background: #FF7D01;
    text-align: center;
    line-height: 30px;
    margin: 0 auto;
    border-radius: 20px;
    cursor: pointer;
}

.index-center-banner {
    width: 100%;
    height: 400px;
}

.index-center-banner img {
    width: 100%;
    height: 400px;
}

/*关于我们*/
.about-box {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.about-box .about-info {
    width: 550px;
}

.about-box .about-image {
    width: 430px;
}

.about-box .about-image img {
    width: 100%;
    height: 230px;
}

.about-box .about-info .about-title {
    font-size: 24px;
    color: #333333;
    padding: 4px 0;
    margin-bottom: 10px;
}

.about-box .about-info .about-text {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
}

.about-box .about-info .about-btn {
    width: 80px;
    border: 1px solid #63C33E;
    color: #63C33E;
    text-align: center;
    padding: 4px 16px;
    border-radius: 20px;
    margin-top: 20px;
    cursor: pointer;
}

.about-box .about-info .shop-name {
    font-size: 24px;
    color: #333333;
    padding: 4px 0;
    margin-top: 30px;
}

.about-box .about-info .shop-span {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    margin-top: 20px;
}

/*行业资讯*/
.slide-content-box {
    margin-top: 30px;
    background: #ffffff !important;
}

.slide-content-box .news-list {
    display: flex;
    justify-content: space-between;

}

.slide-content-box .list-item {
    background: #ffffff;
}

.slide-content-box .news-list .news-item {
    width: 48%;
    height: 450px;
    background: #ffffff;
}

.slide-content-box .news-list .news-item .news-image img {
    width: 100%;
    height: 300px;
}

.slide-content-box .news-list .news-item .news-info {
    padding: 10px;
}

.slide-content-box .news-list .news-item .news-title {
    font-size: 18px;
    color: #333333;
    padding: 4px 0;
}

.slide-content-box .news-list .news-item .news-text {
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.slide-content-box .news-list .news-time {
    padding: 4px 10px;
}


/*联系人*/
.contact-box {
    margin-top: 30px;
}

.contact-box .contact-list {
    background: #ffffff;
}

.contact-box .contact-item {
    display: flex;
    justify-content: space-between;
}

.contact-box .contact-item .shop-image {
    width: 500px;
    height: 260px;
    background: #f2f2f2;
}

.contact-box .contact-item .shop-image img {
    width: 500px;
    height: 260px;
}

.contact-box .contact-item .shop-info {
    flex: 1;
    padding: 50px 20px;
}

.contact-box .contact-item .shop-info .shop-title {
    font-size: 20px;
    color: #333333;
    margin-bottom: 20px;
}

.contact-box .contact-item .shop-info .shop-text {
    height: 40px;
    line-height: 40px;
    color: #666666;
}

.contact-form {
    width: 800px;
    height: 500px;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.contact-form .link-box {
    width: 348px;
    margin: 60px 30px;
}

.contact-form .left-line {
    width: 2px;
    flex-shrink: 0;
    height: 400px;
    background: #E5E5E5;
    margin-top: 50px;
}

.contact-form .shop-box {
    width: 348px;
    margin: 40px 30px;
    text-align: left;
}

.contact-form .link-item {
    display: flex;
    align-items: center;
    align-content: center;
    margin-bottom: 20px;

}

.contact-form .link-item .icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    margin-right: 10px;
}

.contact-form .link-item .link-info {
    font-size: 18px;
    color: #666666;
}

.contact-area {
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border-radius: 6px;
    text-align: center;
    padding: 0 20px;
    margin: 40px auto;
    color: #FFFFFF;
    background: linear-gradient(to right, #63C33E, #94E376);
}

/*直营店*/
.address-box {
    width: 1000px;
    height: 500px;
    margin: 30px auto;
}

/*经理人推荐*/
.jlr-box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.jlr-box .jlr-item {
    width: 233px;
    height: 380px;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
}

.jlr-box .jlr-item .jlr-image {
    position: relative;
}

.jlr-box .jlr-item .jlr-image .jlr-top-name {
    position: absolute;
    bottom: 30px;
    left: -30px;
    min-width: 30px;
    height: 30px;
    padding: 0 20px;
    background: linear-gradient(to right, #FF7D01, #FFC48C);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    clip-path: polygon(20% 0, 100% 0, 80% 100%, 0% 100%);
}

.jlr-box .jlr-item:nth-child(4n) {
    margin-right: 0;
}

.jlr-box .jlr-item img {
    width: 233px;
    height: 300px;
}

.jlr-box .jlr-item .jlr-info {
    padding: 10px;
    text-align: center;
}

.jlr-box .jlr-item .jlr-info .jlr-name {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.jlr-box .jlr-item .jlr-info .jlr-span {
    font-size: 14px;
    color: #999999;
}

/*页码*/
#laypage {
    text-align: center;
}


.shop-list-box {
    margin-top: 30px;
}

.shop-list-box .contact-list {
    background: #ffffff;
    margin-top: 30px;
}

.shop-list-box .contact-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.shop-list-box .contact-item .shop-image {
    width: 500px;
    height: 260px;
    background: #f2f2f2;
}

.shop-list-box .contact-item .shop-image img {
    width: 500px;
    height: 260px;
}

.shop-list-box .contact-item .shop-info {
    flex: 1;
    padding: 50px 20px;
}

.shop-list-box .contact-item .shop-info .shop-title {
    font-size: 20px;
    color: #333333;
    margin-bottom: 20px;
}

.shop-list-box .contact-item .shop-info .shop-text {
    height: 40px;
    line-height: 40px;
    color: #666666;
}
