
html{
    width: 100%;
    font-family: PingFangSC-Regular,"Helvetica Neue",Helvetica,STHeiTi,'Microsoft YaHei',sans-serif;
    min-width: 800px;
}
.max-width{
    max-width: 960px;
    margin: 0px auto;
}
a{
    color: #000;
}
.title{
    font-size: 32px;
    color: #000;
    font-weight: 600;
}
.header{
    background-color: #fff;
    /* height: 80px; */
}
.header .logo{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 260px;
    height: 80px;
    background: url('./image/logo.png') no-repeat center/150px 46px;
}
.header .nav ul{
    height: 80px;
    line-height: 80px;
    width: 500px;
    display: flex;
    justify-content: space-around;
    margin: 0px auto;
}
.header .nav li {
    font-size: 16px;
    color: rgb(101, 101, 101);
}
.header .nav li.active a{
    color: #01a1dd;
}
.main .banner{
    height: 530px;
    background-color: #efefef;
    background: url('https://pedicure-oss.oss-cn-beijing.aliyuncs.com/%E5%BE%AE%E4%BF%A1%E5%9B%BE%E7%89%87_20250729161815_126.jpg') no-repeat center;
    background-size: cover;
    position: relative;
}
.main .blackboard{
    width: 572px;
    height: 368px;
    /* width: 429px;
    height: 276px; */
    background: url('./image/blackboard.png') no-repeat center/cover;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -286px;
}
.main .blackboard ul{
    margin-top: 100px;
    display: flex;
    justify-content: space-around;
    padding: 0px 100px;
}
.main .blackboard li{
    color: white;
    text-align: center;
    font-weight: 500;
}
.main .blackboard li img{
    width: 123px;
    height: 123px;
    margin-bottom: 15px;
}
.main .advantage{
    height: 360px;
    background-color: #fff;
    overflow: hidden;
}
.main .advantage ul{
    margin-top: 75px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.main .advantage-item{
    /* background-color: #efefef; */
    text-align: center;
}
.main .advantage-item i{
    display: block;
    height: 78px;
    width: 100%;
    background: url('./image/1@2x.png') no-repeat center/76px 76px;
}
.main .advantage-item:nth-child(2) i{
    background: url('./image/2@2x.png') no-repeat center/66px 80px;
}
.main .advantage-item:nth-child(3) i{
    background: url('./image/3@2x.png') no-repeat center/52px 80px;
}
.main .advantage-item h6{
    margin-top: 35px;
    margin-bottom: 12px;
    font-size: 28px;
    font-weight: 500;
}
.main .advantage-item span{
    color: #666;
    font-size: 18px;
}
.main .shopes{
    /* height: 680px; */
    padding-bottom: 40px;
    background-color: #fdfbf7;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main .shopes h4{
    height: 200px;
    line-height: 200px;
}
.main .shopes .citys{
    width: 80%;
    position: relative;
}
.main .shopes .city{
    width: 240px;
    height: 50px;
    line-height: 50px;
    font-size: 32px;
    font-weight: 600;
    color: #000;
    background-color: #fdfbf7;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -120px;
}
.main .shopes .city-img{
    display: inline-block;
    width: 34px;
    height: 50px;
    background: url('./image/4@2x.png') no-repeat center/34px 42px;
    vertical-align: top;
}
.main .shopes hr{
    height: 2px;
    background-color: #f1ede9;
}
.main .shopes .shop-item{
    margin-top: 80px;
    width: 276px;
    height: 329px;
    border-radius: 5px;
    background-color: #fff;
    /* box-shadow: 5px 4px 15px -3px #efefef,-5px 4px 15px -3px #efefef; */
    box-shadow: 0px 11px 14px 0px rgba(57, 57, 57, 0.06);
    position: relative;
    padding: 100px 25px 0px;
    box-sizing: border-box;
}
.main .shop-item .shop-img{
    display: inline-block;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: url('https://qbxc-oss.oss-cn-beijing.aliyuncs.com/pedicure/cat_avatar1.png') no-repeat center/98px 98px;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -48px;
}
.main .shop-item .shop-name{
    font-size: 24px;
    font-weight: 500;
}
.main .shop-item .shop-address{
    font-size: 16px;
    color: #333;
    margin-top: 29px;
    text-align: left;
    line-height: 1.4;
    height: 100px;
}
.main .shop-item hr{
    height: 1.5px;
    background-color: #f2f2f2;
}
.main .shop-item .shop-time{
    display: block;
    margin-top: 25px;
    color: #999;
    text-align: left;
    font-size: 14px;
}
.main .about-us{
    text-align: center;
}
.main .about-us h4{
    height: 200px;
    line-height: 200px;
}
.main .introduction{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.main .about-us .introduction-item{
    width: 382px;
    height: 431px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 11px 14px 0px rgba(57, 57, 57, 0.06);
    position: relative;
    padding:  25px;
    box-sizing: border-box;
}
.main .introduction-item .introduction-img{
    display: block;
    width: 100%;
    height: 96px;
    background: url('./image/6p@2x.png') no-repeat center/40px 40px;
    margin: 42px 0px 12px;
}
.main .introduction-item:nth-child(2) .introduction-img{
    background: url('./image/7@2x.png') no-repeat center/40px 40px;
}
.main .introduction-item .introduction-name{
    font-size: 18px;
    font-weight: 500;
}
.main .introduction-item .introduction-text{
    font-size: 14px;
    color: #666;
    margin-top: 54px;
    text-align: left;
    line-height: 1.5;
}
.main .contact-address{
    border: 6px solid #e5e5e5;
    width: 617px;
    height: 189px;
    line-height: 189px;
    font-size: 18px;
    font-weight: 400;
    margin: 0px auto;
    color: #333;
    transform: translateY(-40px);
}
.footer{
    background-color: #f4f4f4;
    text-align: center;
    height: 80px;
    line-height: 80px;
    font-size: 14px;
    color: #999;
}

.contact-layout {
    align-items: center;
    justify-content: center;
    border: 6px solid #e5e5e5;
}
.contact-text{
	font-size: 18px;
}
.health-info {
    padding-left: 30%;
    padding-right: 30%;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.health-info .title {
    text-align: center;
    margin-bottom: 40px;
}

.news-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    text-align: left;
}

.news-title {
    font-size: 24px;
}

.news-sum {
	margin-top: 10px;
    font-size: 16px;
}

.dialog {

    flex: 1;
    background-color: rgba(0, 0, 0, 0.397);
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: none;
    align-items: center;
    justify-content: center;
}

.pay_qr {
    position: absolute;
    display: block;
    opacity: 1;
    height: 300px;
    width: 222px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.room-img{
    height:108px;
    width:108px;
}
@media screen and (max-width: 960px){
    .header .nav ul{
        width: 300px;
    }
    .header .nav li{
        font-size: 20px;
    }
}
