﻿/* 固定导航 */

.navMenuCon {
    position: fixed;
    top: 280px;
    right: 25px;
    background-color: #eeeff3;
    z-index: 999;
}

.onlineCon {
    position: absolute;
    z-index: 9;
    width: 100%;
    top: -77px;
    cursor: pointer;
}

.onlineConsul_img {
    display: block;
    width: 100%;
}

.onlineConsul {
    cursor: pointer;
    display: block;
    text-align: center;
    background-size: 100%;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin-top: -55px;
}

    .onlineConsul:hover {
        color: #fff;
    }

.navMenuUl {
    position: relative;
    z-index: 10;
    padding: 5px 6px 0;
    background-color: #eeeff3;
}

    .navMenuUl li a {
        color: #666;
        font-size: 12px;
        padding: 6px 0;
        border-bottom: 1px solid #cccfd7;
        display: block;
        cursor: pointer;
    }

        .navMenuUl li a:hover, .navMenuUl li a.active {
            font-weight: bold;
            color: #e55b58;
        }

/* 轮播图右侧 */

.kt_one {
    position: relative;
}

.serverResCon {
    position: absolute;
    top: 10px;
    left: 924px;
    color: #fff;
    height: 50px;
}

.guideUl li {
    background-color: #ff6d00;
    width: 128px;
    height: 120px;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
}

    .guideUl li:first-child {
        margin-right: 15px;
        background-color: #e55b58;
    }

    .guideUl li a {
        color: #fff;
    }

.guideIcon {
    display: block;
    width: 50px;
    height: 56px;
    margin: 22px 0 0 39px;
    background: url("https://www.classicwomenbeautyacademy.com/kt2b/images/homefz/buyGuide.png") 0 0 no-repeat;
    background-size: 100%;
}

.guideIcon_sell {
    background-image: url("https://www.classicwomenbeautyacademy.com/kt2b/images/homefz/sellGuide.png");
}

.serverRes {
    background: url("https://www.classicwomenbeautyacademy.com/kt2b/images/homefz/serviceResBack.jpg") 0 0 no-repeat;
    background-size: 100% 100%;
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 152px;
    padding: 10px 0;
    box-sizing: border-box;
}

.serverRes_tit {
    font-size: 18px;
    font-weight: bold;
    position: relative;
}

    .serverRes_tit::before {
        content: '';
        position: absolute;
        top: 50%;
        left: -30px;
        width: 20px;
        height: 2px;
        background-color: #fff;
    }

    .serverRes_tit::after {
        content: '';
        position: absolute;
        top: 50%;
        right: -28px;
        width: 20px;
        height: 2px;
        background-color: #fff;
    }

.serverRes_ite{
    width: 90px;
    display:inline-block;
    text-align: center;
    box-sizing:border-box;
}
.serverRes_item {
    margin-right: 42px;
}

.serverRes_ite span {
    color: #ffec14;
    font-size: 17px;
    margin-right: 5px;
    font-weight: bold;
}

.serverRes_ite_con {
    font-size: 16px;
    font-weight: bold;
    padding-left: 26px;
    background: url("https://www.classicwomenbeautyacademy.com/kt2b/images/homefz/serviceProducts.png") 0 2px no-repeat;
    background-size: 20px 20px;
    line-height: 20px;
}

.serverRes_ite_conm {
    margin-right: 42px;
    background-image: url("https://www.classicwomenbeautyacademy.com/kt2b/images/homefz/serviceOrgans.png");
    background-size: 18px 18px;
}

/* 热门服务 */

.hotServices {
    display: flex;
    align-items: baseline;
    position: relative;
    padding-left: 24px;
}

    .hotServices::before {
        content: '';
        position: absolute;
        top: 4px;
        left: 0;
        width: 11px;
        height: 21px;
        background-color: #e55b58;
        vertical-align: middle;
    }

    .hotServices h4 {
        margin-left: 14px;
        color: #a1b1c8;
    }

.servicesCon {
    display: flex;
    margin-top: 20px;
}

.serveFace {
    width: 360px;
    height: 360px;
    background-color: #ddd;
    background-size: 100% 100%;
    position: relative;
    flex-shrink: 0;
    margin-right: 30px;
}

.servFtext {
    color: #fff;
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    width: 100%;
    height: 160px;
    padding: 30px 0 0 40px;
    background-color: rgba(40, 40, 40, 0.7);
}

.serftit {
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 1px;
}

.serfnam {
    margin: 15px 0 20px 0;
}

.serfnam, .serford {
    font-size: 14px;
}

.serfmon {
    color: #f7e305;
    font-weight: bold;
    font-size: 18px;
    margin-right: 50px;
}

.serveUlCon {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    letter-spacing: 1px;
}

    .serveUlCon > li {
        padding: 18px 15px;
        background-color: #fff;
        width: 364px;
        height: 130px;
        box-shadow: 0 0 10px 0 #e5e5e5;
    }

        .serveUlCon > li:nth-child(n+3) {
            align-self: flex-end;
        }

.serRitemCon {
    display: flex;
    margin-top: 15px;
}

    .serRitemCon .productImg {
        width: 100px;
        height: 100px;
        margin-right: 20px;
        background-color: #ddd;
        background-size: 100% 100%;
        flex-shrink: 0;
    }

.seritemite {
    font-size: 13px;
    overflow:hidden;
}

.seritemite_money {
    color: red;
    margin: 15px 0 25px;
}

.seritemite_views {
    margin-right: 15px;
}

/* 底部 footer */

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 160px;
    margin-top: 50px;
    background-color: #e5e9f3;
    border-top: 4px solid #e55b58;
}
