@charset "utf-8";
/* 悦容生活美学 站点样式 v1.0 */

* { margin:0; padding:0; }
body {
  font-family: "Microsoft YaHei", "Hiragino Sans GB", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px; color: #4a3f3a; background: #fffaf7; line-height: 1.75;
}
a { color: #4a3f3a; text-decoration: none; }
a:hover { color: #b98b5e; }
img { border: 0; vertical-align: middle; max-width: 100%; }
ul, ol { list-style: none; }
h1, h2, h3, h4 { font-weight: normal; }
input, textarea, select, button { font-family: inherit; font-size: 14px; outline: none; }
em, i { font-style: normal; }
table { border-collapse: collapse; }

.wrap { width: 1180px; margin: 0 auto; }
.cf:after { content: ""; display: block; clear: both; }
.fl { float: left; }
.fr { float: right; }
.mt10 { margin-top: 10px; } .mt20 { margin-top: 20px; } .mt30 { margin-top: 30px; }
.mb20 { margin-bottom: 20px; }
.tc { text-align: center; }
.hide { display: none; }
.muted { color: #9a8c85; }
.price { color: #c1544a; font-weight: bold; }
.main-color { color: #b98b5e; }

/* ---------- 顶栏 ---------- */
.topbar { background: #3b322e; color: #cfc4bd; height: 34px; line-height: 34px; font-size: 12px; }
.topbar a { color: #cfc4bd; }
.topbar a:hover { color: #e3c39a; }
.topbar .tb-right { float: right; }
.topbar em { margin: 0 6px; color: #6b5c54; }

/* ---------- 头部 ---------- */
.header { background: #fff; padding: 18px 0; }
.logo { float: left; display: block; padding-top: 4px; }
.logo-cn { display: block; font-size: 30px; color: #b98b5e; letter-spacing: 4px; font-weight: bold; }
.logo-en { display: block; font-size: 11px; color: #b3a49c; letter-spacing: 2px; }
.header-tel { float: right; text-align: right; margin-top: 6px; }
.ht-num { font-size: 24px; color: #c1544a; font-weight: bold; letter-spacing: 1px; }
.ht-tip { font-size: 12px; color: #9a8c85; }
.search { float: right; margin: 18px 40px 0 0; }
.skw { width: 200px; height: 34px; border: 2px solid #e4d6cd; padding: 0 10px; color: #666; }
.sbtn { width: 70px; height: 38px; border: 0; background: #b98b5e; color: #fff; cursor: pointer; margin-left: -4px; }
.sbtn:hover { background: #a2764a; }

/* ---------- 导航 ---------- */
.nav { background: #4b3b34; height: 46px; }
.nav-list { position: relative; }
.nav-list > li { float: left; position: relative; }
.nav-list > li > a { display: block; padding: 0 26px; line-height: 46px; color: #f2e9e3; font-size: 15px; }
.nav-list > li:hover > a, .nav-list > li.on > a { background: #b98b5e; color: #fff; }
.subnav { display: none; position: absolute; left: 0; top: 46px; z-index: 99; background: #fff; border: 1px solid #eadfd8; min-width: 150px; box-shadow: 0 3px 8px rgba(0,0,0,.08); }
.nav-list > li:hover .subnav { display: block; }
.subnav a { display: block; padding: 8px 16px; border-bottom: 1px solid #f4ece7; font-size: 13px; }
.subnav a:hover { background: #fbf3ee; color: #b98b5e; }
.nav-book { float: right !important; }
.nav-book > a { background: #c1544a; padding: 0 30px !important; }
.nav-book > a:hover { background: #a9423a !important; }

/* ---------- 焦点图 ---------- */
.banner { position: relative; height: 420px; overflow: hidden; background: #f3e9e2; }
.banner .slide { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; transition: opacity .8s; }
.banner .slide.on { opacity: 1; }
.banner .slide img { width: 100%; height: 420px; object-fit: cover; }
.banner .btxt { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); text-align: center; color: #fff; text-shadow: 0 2px 10px rgba(0,0,0,.4); }
.banner .btxt h2 { font-size: 40px; letter-spacing: 6px; }
.banner .btxt p { font-size: 16px; margin-top: 10px; letter-spacing: 2px; }
.banner .dots { position: absolute; bottom: 18px; width: 100%; text-align: center; }
.banner .dots span { display: inline-block; width: 10px; height: 10px; margin: 0 5px; background: #fff; opacity: .5; border-radius: 50%; cursor: pointer; }
.banner .dots span.on { opacity: 1; }

/* ---------- 栏目通用 ---------- */
.sec { padding: 46px 0; }
.sec-tit { text-align: center; margin-bottom: 30px; }
.sec-tit h2 { font-size: 26px; color: #3b322e; letter-spacing: 2px; }
.sec-tit p { color: #a89890; font-size: 13px; margin-top: 6px; letter-spacing: 1px; }
.sec-tit .line { width: 60px; height: 2px; background: #b98b5e; margin: 12px auto 0; }

.crumb { background: #f6efe9; border-bottom: 1px solid #efe4dd; padding: 12px 0; font-size: 13px; color: #8d7d75; }
.crumb a { color: #8d7d75; }
.crumb span { margin: 0 6px; }

/* ---------- 首页：服务分类 ---------- */
.cat-box { background: #fff; }
.cat-list:after { content: ""; display: block; clear: both; }
.cat-item { float: left; width: 280px; margin: 0 20px 20px 0; background: #fff; border: 1px solid #f0e6e0; transition: .3s; }
.cat-item:nth-child(4n) { margin-right: 0; }
.cat-item:hover { box-shadow: 0 6px 18px rgba(0,0,0,.08); transform: translateY(-3px); }
.cat-item img { width: 280px; height: 190px; object-fit: cover; }
.cat-item h3 { font-size: 17px; padding: 14px 16px 4px; }
.cat-item p { font-size: 13px; color: #94847c; padding: 0 16px 14px; }
.cat-item .more { display: block; padding: 10px 16px; border-top: 1px solid #f4ece7; font-size: 13px; color: #b98b5e; }

/* ---------- 服务卡片 ---------- */
.sv-list:after { content: ""; display: block; clear: both; }
.sv-item { float: left; width: 275px; margin: 0 20px 24px 0; background: #fff; border: 1px solid #f0e6e0; }
.sv-item:nth-child(4n) { margin-right: 0; }
.sv-item .pic { width: 100%; height: 190px; object-fit: cover; display: block; }
.sv-item .info { padding: 14px 16px 16px; }
.sv-item h3 { font-size: 16px; height: 24px; overflow: hidden; }
.sv-item .desc { font-size: 12px; color: #9a8c85; height: 40px; overflow: hidden; margin: 6px 0 10px; }
.sv-item .foot { border-top: 1px dashed #eee3dc; padding-top: 10px; }
.sv-item .foot .price { font-size: 18px; }
.sv-item .foot .old { font-size: 12px; color: #b0a29a; text-decoration: line-through; margin-left: 6px; }
.sv-item .foot .dur { float: right; font-size: 12px; color: #9a8c85; }

/* ---------- 门店 ---------- */
.store-list:after { content: ""; display: block; clear: both; }
.store-item { float: left; width: 570px; margin: 0 20px 24px 0; background: #fff; border: 1px solid #f0e6e0; }
.store-item:nth-child(2n) { margin-right: 0; }
.store-item img { width: 100%; height: 260px; object-fit: cover; }
.store-item .info { padding: 16px 20px 20px; }
.store-item h3 { font-size: 18px; }
.store-item .addr { font-size: 13px; color: #8d7d75; margin: 8px 0; }

/* ---------- 美容师 ---------- */
.team-list:after { content: ""; display: block; clear: both; }
.team-item { float: left; width: 275px; margin: 0 20px 24px 0; background: #fff; border: 1px solid #f0e6e0; text-align: center; padding-bottom: 16px; }
.team-item:nth-child(4n) { margin-right: 0; }
.team-item img { width: 100%; height: 300px; object-fit: cover; }
.team-item h3 { font-size: 17px; margin-top: 14px; }
.team-item .lv { font-size: 12px; color: #b98b5e; }
.team-item .intro { font-size: 12px; color: #94847c; padding: 8px 16px 0; height: 56px; overflow: hidden; }

/* ---------- 资讯 ---------- */
.news-list { background: #fff; padding: 26px 30px; border: 1px solid #f0e6e0; }
.news-item { padding: 20px 0; border-bottom: 1px dashed #eee3dc; }
.news-item:after { content: ""; display: block; clear: both; }
.news-item .npic { float: left; width: 200px; height: 130px; object-fit: cover; }
.news-item .ninfo { margin-left: 224px; }
.news-item h3 { font-size: 17px; }
.news-item .nsum { font-size: 13px; color: #94847c; margin: 8px 0; height: 44px; overflow: hidden; }
.news-item .ndate { font-size: 12px; color: #b0a29a; }

.art { background: #fff; padding: 34px 40px; border: 1px solid #f0e6e0; }
.art-tit { font-size: 24px; text-align: center; color: #3b322e; }
.art-meta { text-align: center; font-size: 12px; color: #b0a29a; padding: 12px 0 20px; border-bottom: 1px solid #f4ece7; }
.art-body { padding: 20px 0; font-size: 15px; line-height: 2; }
.art-body p { margin-bottom: 16px; text-indent: 2em; }
.art-body img { max-width: 100%; margin: 10px 0; }

/* ---------- 详情页 ---------- */
.detail { background: #fff; padding: 26px; border: 1px solid #f0e6e0; }
.detail:after { content: ""; display: block; clear: both; }
.detail-pic { float: left; width: 420px; }
.detail-pic img { width: 420px; height: 320px; object-fit: cover; }
.detail-info { margin-left: 450px; }
.detail-info h1 { font-size: 24px; color: #3b322e; }
.detail-info .sub { font-size: 13px; color: #94847c; margin: 8px 0 16px; }
.detail-info .price-box { background: #fdf5f0; padding: 16px 20px; }
.detail-info .price-box .now { font-size: 28px; color: #c1544a; font-weight: bold; }
.detail-info .price-box .old { font-size: 13px; color: #b0a29a; text-decoration: line-through; margin-left: 10px; }
.detail-info .price-box .lv { float: right; background: #b98b5e; color: #fff; padding: 3px 10px; font-size: 12px; }
.detail-info .attr { margin: 16px 0; }
.detail-info .attr span { display: inline-block; width: 50%; font-size: 13px; color: #7d6d66; margin-bottom: 8px; }
.btn { display: inline-block; padding: 10px 30px; background: #b98b5e; color: #fff; border: 0; cursor: pointer; font-size: 15px; }
.btn:hover { background: #a2764a; color: #fff; }
.btn-red { background: #c1544a; }
.btn-red:hover { background: #a9423a; color: #fff; }
.btn-gray { background: #9a8c85; }
.art-con { margin-top: 30px; border-top: 1px solid #f4ece7; padding-top: 20px; }
.art-con h3 { font-size: 18px; border-left: 3px solid #b98b5e; padding-left: 10px; margin: 20px 0 12px; }
.art-con p { margin-bottom: 14px; line-height: 2; text-indent: 2em; }
.art-con ul { margin: 10px 0 16px 20px; }
.art-con ul li { list-style: disc; margin-bottom: 6px; color: #6d5f58; }

/* ---------- 会员级别表 ---------- */
.lv-table { width: 100%; border: 1px solid #f0e6e0; background: #fff; }
.lv-table th { background: #f8f1ec; padding: 12px; font-weight: normal; color: #6d5f58; }
.lv-table td { padding: 12px; border-top: 1px solid #f4ece7; text-align: center; }
.lv-badge { display: inline-block; padding: 2px 10px; color: #fff; font-size: 12px; }

/* ---------- 表单 ---------- */
.form-box { background: #fff; padding: 30px 40px; border: 1px solid #f0e6e0; }
.frow { margin-bottom: 18px; }
.frow label { display: block; font-size: 13px; color: #7d6d66; margin-bottom: 6px; }
.frow .ipt { width: 320px; height: 38px; border: 1px solid #e0d3cb; padding: 0 10px; color: #555; }
.frow .ipt:focus { border-color: #b98b5e; }
.frow textarea { width: 100%; height: 110px; border: 1px solid #e0d3cb; padding: 10px; }
.frow .tip { font-size: 12px; color: #b0a29a; margin-left: 8px; }
.frow .err { color: #c1544a; font-size: 12px; margin-left: 8px; }
.code-img { height: 38px; vertical-align: middle; cursor: pointer; margin-left: 8px; }
.agree { font-size: 13px; color: #7d6d66; }

/* ---------- 登录注册 ---------- */
.login-wrap { width: 1000px; margin: 30px auto; background: #fff; border: 1px solid #f0e6e0; }
.login-wrap:after { content: ""; display: block; clear: both; }
.login-ad { float: left; width: 460px; height: 480px; object-fit: cover; }
.login-form { float: left; width: 460px; padding: 40px; }
.login-form h2 { font-size: 22px; margin-bottom: 6px; }
.login-form .lg-tip { font-size: 13px; color: #a89890; margin-bottom: 24px; }
.login-form .ipt { width: 320px; height: 40px; border: 1px solid #e0d3cb; padding: 0 10px; }
.login-form .btn { width: 342px; }
.login-link { font-size: 13px; color: #94847c; margin-top: 16px; }
.third { margin-top: 26px; border-top: 1px solid #f4ece7; padding-top: 16px; font-size: 13px; color: #94847c; }

/* ---------- 会员中心 ---------- */
.mem-wrap { width: 1180px; margin: 24px auto; }
.mem-wrap:after { content: ""; display: block; clear: both; }
.mem-side { float: left; width: 220px; background: #fff; border: 1px solid #f0e6e0; }
.mem-side .mt { background: #4b3b34; color: #fff; padding: 16px; text-align: center; }
.mem-side .mt strong { display: block; font-size: 16px; }
.mem-side .mt span { font-size: 12px; color: #d8c8bc; }
.mem-side ul { padding: 8px 0; }
.mem-side ul li a { display: block; padding: 11px 24px; font-size: 14px; border-left: 3px solid transparent; }
.mem-side ul li a:hover, .mem-side ul li.on a { background: #fdf5f0; color: #b98b5e; border-left-color: #b98b5e; }
.mem-main { margin-left: 244px; background: #fff; border: 1px solid #f0e6e0; padding: 24px; min-height: 420px; }
.mem-main h2 { font-size: 18px; border-bottom: 1px solid #f4ece7; padding-bottom: 12px; margin-bottom: 18px; }
.mem-card { background: linear-gradient(120deg,#b98b5e,#c9a17c); color: #fff; padding: 20px 24px; margin-bottom: 24px; }
.mem-card .mc-n { font-size: 20px; }
.mem-card .mc-l { float: right; font-size: 13px; background: rgba(255,255,255,.22); padding: 4px 12px; }
.mem-card p { font-size: 13px; margin-top: 8px; opacity: .9; }
.data-box { margin-bottom: 24px; }
.data-box:after { content: ""; display: block; clear: both; }
.data-box .d { float: left; width: 25%; text-align: center; border-right: 1px solid #f4ece7; }
.data-box .d:last-child { border-right: 0; }
.data-box .d b { display: block; font-size: 26px; color: #b98b5e; }
.data-box .d span { font-size: 13px; color: #94847c; }

.tbl { width: 100%; }
.tbl th { background: #f8f1ec; padding: 11px; font-weight: normal; font-size: 13px; color: #6d5f58; }
.tbl td { padding: 11px; border-bottom: 1px solid #f4ece7; font-size: 13px; }
.tbl tr:hover td { background: #fdfaf8; }
.st0 { color: #c1544a; } .st1 { color: #b98b5e; } .st2 { color: #6aa84f; } .st9 { color: #b0a29a; }

/* ---------- 分页 ---------- */
.pagebar { text-align: center; padding: 26px 0; }
.pagebar .pg { display: inline-block; padding: 6px 12px; border: 1px solid #e4d6cd; margin: 0 3px; background: #fff; }
.pagebar .pg:hover, .pagebar .pg.on { background: #b98b5e; color: #fff; border-color: #b98b5e; }
.pagebar .pg-total { margin-left: 12px; color: #a89890; font-size: 13px; }

/* ---------- 底部 ---------- */
.footer { background: #4b3b34; color: #d5cbc4; margin-top: 40px; padding-top: 36px; }
.footer:after { content: ""; display: block; clear: both; }
.f-col { float: left; width: 250px; margin-right: 60px; }
.f-col:last-child { margin-right: 0; }
.f-col h4 { font-size: 16px; color: #f0e6e0; margin-bottom: 14px; }
.f-col p, .f-col li { font-size: 13px; line-height: 2; color: #b9aca4; }
.f-col a { color: #b9aca4; }
.f-col a:hover { color: #e3c39a; }
.copyright { margin-top: 30px; background: #3b322e; text-align: center; font-size: 13px; color: #8f817a; padding: 14px 0; }

/* ---------- 侧边工具 ---------- */
.side-tools { position: fixed; right: 0; top: 45%; z-index: 100; }
.st-item { display: block; width: 52px; height: 52px; background: #4b3b34; color: #fff !important; font-size: 12px; text-align: center; line-height: 18px; padding-top: 8px; margin-bottom: 1px; }
.st-item:hover { background: #b98b5e !important; }
.st-book { background: #c1544a !important; }

/* ---------- 提示框 ---------- */
.tipbox { width: 460px; margin: 120px auto; background: #fff; border: 1px solid #f0e6e0; padding: 40px; text-align: center; }
.tipbox h3 { font-size: 18px; color: #3b322e; }
.tipbox p { margin-top: 16px; font-size: 13px; color: #94847c; }
.tipbox a { color: #b98b5e; }

/* ---------- 后台 ---------- */
.admin-head { background: #3b322e; color: #fff; height: 56px; line-height: 56px; }
.admin-head .wrap { position: relative; }
.admin-head h1 { font-size: 18px; float: left; }
.admin-head .ar { float: right; font-size: 13px; color: #c9bdb5; }
.admin-head .ar a { color: #e3c39a; margin-left: 14px; }
.admin-body:after { content: ""; display: block; clear: both; }
.admin-nav { float: left; width: 190px; background: #4b3b34; min-height: 620px; }
.admin-nav a { display: block; padding: 13px 22px; color: #d5cbc4; font-size: 14px; border-bottom: 1px solid #55443c; }
.admin-nav a:hover, .admin-nav a.on { background: #b98b5e; color: #fff; }
.admin-main { margin-left: 210px; padding: 20px; }
.admin-main h2 { font-size: 18px; margin-bottom: 16px; }
.admin-box { background: #fff; border: 1px solid #f0e6e0; padding: 20px; }
.admin-tbl { width: 100%; }
.admin-tbl th { background: #f8f1ec; padding: 10px; font-size: 13px; font-weight: normal; }
.admin-tbl td { padding: 10px; border-bottom: 1px solid #f4ece7; font-size: 13px; }
.admin-tbl a.op { color: #b98b5e; margin-right: 8px; }
.admin-tbl a.op:hover { text-decoration: underline; }
.admin-form .ipt { width: 420px; height: 36px; border: 1px solid #e0d3cb; padding: 0 10px; }
.admin-form select { height: 36px; border: 1px solid #e0d3cb; padding: 0 6px; }
.stat:after { content: ""; display: block; clear: both; }
.stat .s { float: left; width: 22%; background: #fff; border: 1px solid #f0e6e0; padding: 18px; margin-right: 2%; text-align: center; }
.stat .s b { display: block; font-size: 26px; color: #b98b5e; }
.stat .s span { font-size: 13px; color: #94847c; }
.admin-login { width: 400px; margin: 100px auto; background: #fff; border: 1px solid #f0e6e0; padding: 34px; }
.admin-login h2 { text-align: center; margin-bottom: 22px; }
.admin-login .ipt { width: 330px; height: 38px; border: 1px solid #e0d3cb; padding: 0 10px; }
.admin-login .btn { width: 352px; }

/* ---------- 手机端 ---------- */
@media (max-width: 1000px) {
  .wrap, .mem-wrap { width: 100%; }
  .nav-list > li > a { padding: 0 14px; font-size: 14px; }
  .cat-item, .sv-item, .team-item { width: 48%; margin-right: 2%; }
  .cat-item:nth-child(4n), .sv-item:nth-child(4n), .team-item:nth-child(4n) { margin-right: 2%; }
  .store-item { width: 100%; margin-right: 0; }
  .detail-pic { float: none; width: 100%; }
  .detail-pic img { width: 100%; }
  .detail-info { margin-left: 0; margin-top: 20px; }
  .search { display: none; }
  .f-col { width: 50%; margin-right: 0; margin-bottom: 20px; }
  .mem-side { float: none; width: 100%; }
  .mem-main { margin-left: 0; margin-top: 16px; }
  .login-ad { display: none; }
  .login-form { width: 100%; padding: 24px; }
  .admin-nav { float: none; width: 100%; min-height: 0; }
  .admin-nav a { display: inline-block; border-bottom: 0; }
  .admin-main { margin-left: 0; padding: 12px; }
}
