.banner-box {
    position: relative;
}

.txt-white {
    color: #fff !important;
}

.banner-txt {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.banner-txt {
    left: 19%;
    margin-top: 6.8%;
}

.banner-txt-p {
    font-size: 20px;
    padding: 20px 0;
    line-height: 30px;
}

.banner-txt-a {
    font-size: 24px;
    box-sizing: border-box;
    padding: 8px 45px;
    border: 1px solid #fff;
}

.banner-btns {
    margin-top: 4.5%;
}


/* 美容美发list */

.in-floor1 > img {
    width: 90px;
    height: 90px;
}

.in-floor1 {
    padding: 5% 0;
}

.in-floor1-hover {
    transform: rotate(360deg);
    transition: all 1s;
}


/* 智慧美业 */

.in-floor2 {
    background-color: #f6f6f6;
    padding: 4% 0;
}

.in-floor2-intro {
    font-size: 12px;
    color: #fff;
    background-color: #CA8DDB;
    border-radius: 4px;
    margin-top: 20px;
}

.in-floor2-p1 {
    font-size: 24px;
    color: #333;
}

.in-floor2-p2 {
    font-size: 16px;
    color: #666;
}

.in-floor2-p3 {
    font-size: 14px;
    color: #999;
}


/* 核心功能 */

.kernel-txt {
    font-weight: 600;
    color: #333;
    margin-right: 45px;
}

.kernel-p {
    margin-bottom: 45px;
}

.kernel-p::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: rgba(198, 127, 218, 1);
    border-radius: 50%;
    margin-right: 20px;
}

.kernel-pr {
    padding-right: 8%;
}

.kernel-mt {
    margin-top: 6%;
}

.kernel-col:hover > .kernel-icon {
    margin-top: -15px;
    transition: all .5s linear;
}


/* 产品优势 */

.product-adv {
    background: #f6f6f6;
    padding: 3% 0;
}

.product-adv-box {
    width: 100%;
    height: 100%;
    position: relative;
}

.product-adv-cont {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    box-sizing: border-box;
    padding: 30% 20px;
}

.product-adv-img {
    width: 100%;
}

.product-adv-cont .txt-white {
    margin-top: 15px;
}

.product-adv-cont p.txt-white {
    display: none
}

.product-adv-box:hover .product-adv-icon {
    display: none;
}

.product-adv-box:hover .product-adv-p {
    display: block;
}


/* 进度 */


.progress-icon {
    width: 110px;
    height: 110px;
}

.progress-m {
    margin: 15px 0;
}


/* 他们都在用 */

.user-mt {
    margin-top: 50px;
}


/* 优惠进行时 */

.insale-box {
    background-image: url(../imgs/index-imgs/salebg.png);
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 3% 0;
}

.salebtn {
    width: 200px;
    height: 50px;
    background: #B35DCC;
    font-size: 18px;
    margin-top: 6%;
    line-height: 34px;
}

.form-group .sale-input {
    height: 40px;
}

/* 满意度进度圈 */

.progress-box {
    background-image: url(../imgs/index-imgs/progressbg.png);
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 6% 0 15% 8%;
}

.circle_txt {
    position: absolute;
    top: 120px;
    left: 0;
    font-size: 20px;
}

.circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #957ac8;
}

.mask1-txt {
    margin-top: 40%;
    margin-left: 9%;
}

.pie_left,
.pie_right {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
}

.left {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    transform: rotate(0deg);
}

.right {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    transform: rotate(0deg);
}

.pie_left,
.left {
    clip: rect(0, 50px, auto, 0);
}

.pie_right,
.right {
    clip: rect(0, auto, auto, 50px);
}

.mask1 {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #4e2e67;
    text-align: center;
    color: #fff;
}

.mask > span {
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .in-floor1 {
        padding: 20px 0;
    }

    .in-floor1-img {
        width: 60px;
        height: 60px;
    }

    .in-floor2-img {
        width: 65%;
    }

    .kernel-icon {
        width: 30px;
        height: 30px;
    }

    .progress-icon {
        width: 80px;
        height: 80px;
    }

    .user-img {
        width: 60px;
        height: 60px;
        margin: 5px 0;
    }

    .kernel-txt-xs {
        font-size: 12px;
    }

    .user-mt {
        margin-top: 20px;
    }
}