.master-title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #666;
    background-color: #f4f7fa;
}

    .master-title .center a:first-child {
        margin-left: 20px;
    }

    .master-title .center a {
        display: block;
        float: left;
    }

    .master-title .center span {
        display: block;
        float: left;
    }

.color-gray {
    color: #999;
}

.map {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 11px;
    vertical-align: bottom;
    background-image: url(../image/map.png);
    background-size: 256px 32px;
}

.one {
    background-position: -32px 0;
}

.two {
    background-position: -64px 0;
}

.three {
    background-position: -96px 0;
}

.four {
    background-position: -128px 0;
}

.five {
    background-position: -160px 0;
}

.six {
    background-position: -192px 0;
}

.seven {
    background-position: -224px 0;
}

.master-ts {
    width: 100%;
    font-size: 24px;
    color: #333;
}

    .master-ts .text {
        font-size: 15px;
        color: #999;
    }

.spile {
    font-weight: 300;
    margin: 0px 8px 0 20px;
    color: #ccc;
    font-family: "宋体";
}

.hui-logo {
    position: absolute;
    top: -10px;
    left: 225px;
    display: block;
    width: 24px;
    height: 24px;
    background: url(../image/hui.png);
    z-index: 1;
}

.beauty-store {
    flex-wrap: nowrap;
    padding: 30px 0;
    border-bottom: 1px solid #e9e9e9;
    overflow: hidden;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.beauty-store li {
    width: 215px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    overflow: hidden;
}

    .beauty-store li:hover {
        border: 1px solid #fe9e00;
    }

.h154 {
    height: 151px;
}

img {
    width: 100%;
}

.pd72 {
    padding: 13px 14px;
    overflow: hidden;
}

.good-title {
    font-size: 18px;
    color: #333;
    margin-bottom: 9px;
}

.good-price {
    font-size: 18px;
    margin-bottom: 14px;
}

.yellow-text {
    color: #ff9d00;
}

.good-name {
    font-size: 14px;
    padding-bottom: 9px;
    border-bottom: 1px solid #e1e1e1;
    color: #7e7e7e;
}

.good-buy {
    font-size: 13px;
    margin-top: 10px;
}

.deep-color {
    color: #f47c40;
}

.beauty-store li:hover {
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.beauty-store li .good-title:hover {
    color: #ff9d00;
}

.beauty-store li .good-price :hover {
    color: #ff9d00;
}

.beauty-project {
    flex-wrap: wrap;
    justify-content: flex-start !important;
    padding: 30px 0 7px 0;
    overflow: hidden;
}

    .beauty-project li {
        width: 168px;
        height: 168px;
        overflow: hidden;
    }

        .beauty-project li a {
            width: 168px;
            height: 168px;
            font-size: 18px;
            color: #666;
            overflow: hidden;
        }

        .beauty-project li:hover {
            background: #f3f3f3;
        }

.project-logo {
    left: 50%;
    width: 104px;
    height: 104px;
    margin: 15px 0 14px -52px;
    overflow: hidden;
    background: url(../image/project.png);
    background-size: 1352px 104px;
}

.pj-one {
    background-position: -104px 0;
}

.pj-two {
    background-position: -208px 0;
}

.pj-three {
    background-position: -312px 0;
}

.pj-four {
    background-position: -416px 0;
}

.pj-five {
    background-position: -520px 0;
}

.pj-six {
    background-position: -624px 0;
}

.pj-seven {
    background-position: -728px 0;
}

.pj-eight {
    background-position: -832px 0;
}

.pj-nine {
    background-position: -936px 0;
}

.pj-ten {
    background-position: -1040px 0;
}

.pj-eleven {
    background-position: -1144px 0;
}

.pj-twelve {
    background-position: -1248px 0;
}

.padd-line {
    padding: 0 60px 19px 32px;
    border-bottom: 1px solid #e9e9e9;
    overflow: hidden;
}

    .padd-line div:first-child {
        margin: 30px 0 20px 0;
        font-size: 18px;
        color: #4d4d4d;
    }

.hot-project li {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 4px 8px;
    border-radius: 5px;
    background: #b5b5b5;
}

    .hot-project li:hover {
        background: #ffb133;
    }

    .hot-project li a {
        display: block;
        font-size: 14px;
        color: #fff;
        overflow: hidden;
    }

.hot-hsdot {
    width: 95%;
    margin: 0 auto;
    padding: 23px 0 21px 0;
    background: #f5f5f5;
    border-radius: 5px;
    overflow: hidden;
}

.font183 {
    margin-left: 16px;
    font-size: 18px;
    color: #333;
}

.font16 {
    font-size: 16px;
    color: #81ade5;
}

.blue {
    color: #81ade5;
    margin-left: 16px;
}

.hos-list {
    margin: 0 16px;
    padding: 19px 0 5px 0;
    border-bottom: 1px solid #eaeaea;
}

    .hos-list li {
        display: inline-block;
        font-size: 16px;
        color: #666;
        margin: 0 33px 15px 0;
    }

        .hos-list li:hover {
            color: #ff9d00;
        }

.mt18 {
    margin-top: 18px;
}

.mt20 {
    margin-top: 20px !important;
}

.green {
    margin-left: 16px;
    color: #4cb7a7;
}

.lineg {
    width: 100%;
    height: 1px;
    margin-top: 30px;
    overflow: hidden;
    background: #e9e9e9;
}

.look-diary {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 30px;
    border-bottom: 1px solid #e9e9e9;
    overflow: hidden;
}

    .look-diary li {
        width: 350px;
        height: 219px;
        font-size: 15px;
        color: #666;
        margin-bottom: 40px;
        border: 1px solid #eeeded;
        box-sizing: border-box;
    }

        .look-diary li .text-center:hover {
            color: #f26565;
        }

.red {
    color: #f26565;
}

.begin-left {
    width: 100%;
    height: 176px;
    overflow: hidden;
}

    .begin-left div {
        width: 50%;
        overflow: hidden;
    }

        .begin-left div:first-child span, .begin-left div:last-child span {
            left: 0;
            bottom: 10px;
            display: inline-block;
            width: 50px;
            height: 20px;
            line-height: 20px;
            font-size: 14px;
            color: #fff;
            text-align: center;
            border-top-right-radius: 8px;
            border-bottom-right-radius: 8px;
        }

        .begin-left div:first-child span {
            background: #000;
            opacity: 0.8;
        }

        .begin-left div:last-child span {
            background: #ff9d00;
            opacity: 0.6;
        }

.mt10 {
    margin-top: 10px !important;
}

.common-list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 31px 0 5px 0;
    border-bottom: 1px solid #e9e9e9;
}

    .common-list li {
        width: 540px;
        margin-bottom: 20px;
        overflow: hidden;
        font-size: 15px;
        color: #666;
    }

        .common-list li .crile {
            display: inline-block;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #ccc;
            vertical-align: super;
        }

        .common-list li .data {
            font-size: 13px;
            color: #ccc;
        }

        .common-list li .texts {
            display: inline-block;
            width: 440px;
            overflow: hidden;
            margin-left: 10px;
        }

        .common-list li:hover {
            color: #98b758;
        }

.zs-list li:hover {
    color: #a179cb;
}

.gn-list li:hover {
    color: #5daaae;
}

.gn-list {
    border-bottom: none;
    padding-bottom: 30px;
}

.free-now {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 178px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    border-radius: 16px;
    background: #ff9d00;
}

    .free-now i {
        display: inline-block;
        width: 21px;
        height: 21px;
        margin-right: 14px;
        background-image: url(../image/detail.png);
        background-size: 100px 21px;
        background-position: -74px 0;
    }

.mt33 {
    margin-top: 33px;
}

.head-menu li .add-three-menu {
    width: 101px;
    right: 464px;
}

.r595 {
    right: 564px !important;
}

.r660 {
    right: 660px !important;
}

.head-menu li .add-three-menu li {
    width: 101px;
}
