* {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    color: #333;
    font: 12px "Trebuchet MS", "YouYuan", "Microsoft YaHei", "SimSun", sans-serif;
}

a {
    color: #fff;
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

img {
    border: 0;
}

.wrap {
    width: 1160px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.header {
    position: relative;
    min-width: 1160px;
    height: 247px;
}

.logo {
    height: 145px;
}

.logo h1 {
    float: left;
    width: 200px;
    height: 130px;
    font-size: 24px;
    line-height: 130px;
    font-weight: 700;
    background: #f30654;
    text-align: center;
}

.logo h1 a {
    display: block;
    width: 200px;
    height: 130px;
}

.title {
    height: 114px;
    padding-top: 16px;
    color: #ff3495;
    font-size: 54px;
    line-height: 98px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0;
}

.nav {
    height: 50px;
}

.nav p {
    width: 1160px;
    height: 50px;
    color: #333;
    line-height: 50px;
    text-align: center;
}

.nav ul {
    width: 1160px;
    height: 42px;
}

.nav li {
    float: left;
    width: 163.55px;
    height: 40px;
    border: 1px solid #000;
    text-align: center;
}

.nav li a {
    display: block;
    width: 100%;
    height: 40px;
    color: #333;
    background: #fff;
    font-size: 14px;
    line-height: 40px;
}

.nav li a:hover {
    color: #dd4343;
    background: #f7f7f7;
}

.search {
    position: absolute;
    top: 247px;
    left: 50%;
    margin-left: -580px;
    height: 42px;
    padding-top: 10px;
    text-align: right;
}

.search input {
    display: inline-block;
    width: 300px;
    height: 30px;
    padding: 0 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #000;
    font-size: 13px;
}

.search button {
    display: inline-block;
    width: 100px;
    height: 31px;
    margin-left: 5px;
    border: 0;
    border-radius: 5px;
    background: #dd4343;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.main-wrap {
    min-height: 1000px;
}

.index-lbox {
    float: left;
    width: 200px;
}

.index-rbox {
    float: right;
    width: 930px;
    margin-bottom: 1px;
}

.new_title {
    width: 200px;
    height: 50px;
    color: #f00;
    font-size: 24px;
    line-height: 50px;
    font-weight: 700;
    text-align: center;
}

.i-title {
    width: 930px;
    height: 42px;
    color: #f00;
    font-size: 24px;
    line-height: 42px;
    font-weight: 700;
    text-align: left;
}

.pics-box {
    overflow: hidden;
}

.left-card {
    display: block;
    width: 198px;
    height: 313px;
    margin: 0 0 15px;
    padding: 0 0 5px;
    overflow: hidden;
    border: 1px solid #afafaf;
    background: #fff;
    text-align: center;
}

.grid-card {
    float: left;
    display: block;
    width: 188px;
    height: 333px;
    margin: 0 16px 15px 25px;
    padding: 0 0 5px;
    overflow: hidden;
    border: 1px solid #afafaf;
    background: #fff;
    text-align: center;
}

.img {
    display: block;
    margin: 0 0 5px;
    overflow: hidden;
    background: #eee;
}

.left-card .img {
    width: 198px;
    height: 232px;
}

.grid-card .img {
    width: 188px;
    height: 232px;
}

.index-rbox .pics-box {
    padding-top: 12px;
}

.img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pics-box p {
    height: 25px;
    overflow: hidden;
    color: #333;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
}

.pics-box em {
    color: #f30654;
    font-size: 14px;
    font-style: italic;
    line-height: 25px;
}

.new {
    height: 25px;
    overflow: hidden;
    color: #ff0000;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
}

.detail-wrap {
    min-height: 1000px;
}

.detail-title {
    width: 1156px;
    height: 40px;
    margin: 10px 0 14px 2px;
    color: #f00;
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
}

.detail-top {
    min-height: 590px;
}

.detail-photo {
    float: left;
    display: block;
    width: 380px;
    height: 506px;
    margin-left: 22px;
    object-fit: cover;
}

.detail-info {
    float: right;
    width: 710px;
    margin-right: 22px;
    padding-top: 64px;
}

.detail-info p {
    width: 710px;
    height: 29px;
    color: #000;
    font-size: 18px;
    line-height: 29px;
}

.detail-info p.red {
    height: 32px;
    color: #f00;
}

.tel,
.whats {
    float: left;
    display: block;
    width: 240px;
    height: 50px;
    margin-top: 8px;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
}

.tel {
    background: #dd4343;
}

.whats {
    margin-left: 50px;
    background: #31a950;
}

.media-placeholder {
    width: 720px;
    height: 405px;
    margin: 0 auto 28px;
    background: #111;
    color: #fff;
    font-size: 30px;
    line-height: 405px;
    text-align: center;
}

.service-list {
    width: 1116px;
    margin: 0 auto 22px;
    color: #000;
    font-size: 18px;
    overflow: hidden;
}

.service-list li {
    height: 32px;
}

.service-list p {
    float: left;
    width: 520px;
    height: 32px;
    line-height: 32px;
}

.detail-note {
    width: 1136px;
    min-height: 65px;
    margin: 0 auto 20px;
    color: #000;
    font-size: 18px;
    line-height: 32px;
}

.detail-gallery {
    width: 1136px;
    margin: 0 auto 60px;
}

.detail-gallery a {
    float: left;
    display: block;
    width: 252px;
    height: 327px;
    margin: 0 17px 20px 18px;
    overflow: hidden;
}

.detail-gallery img {
    display: block;
    width: 252px;
    height: 324px;
    border: 2px solid #fff;
    object-fit: cover;
}

/* Mobile-only layout */
html {
    background: #fff;
}

body {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    overflow-x: hidden;
    border-right: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
}

* {
    box-sizing: border-box;
}

.wrap {
    width: 100%;
    max-width: 430px;
    padding-right: 12px;
    padding-left: 12px;
}

.header {
    min-width: 0;
    width: 100%;
    height: auto;
    padding-bottom: 0;
}

.topbar {
    display: grid;
    height: 64px;
    align-items: center;
    grid-template-columns: 52px 1fr 52px;
    border-bottom: 1px solid #e2e2e2;
}

.brand {
    color: #f02d55;
    font-size: 31px;
    line-height: 64px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0;
}

.top-icon {
    position: relative;
    display: block;
    width: 42px;
    height: 42px;
    border: 0;
    background: transparent;
}

.menu-icon span,
.menu-icon::before,
.menu-icon::after {
    position: absolute;
    left: 7px;
    width: 28px;
    height: 2px;
    content: "";
    background: #f02d55;
}

.menu-icon span {
    top: 20px;
}

.menu-icon::before {
    top: 12px;
}

.menu-icon::after {
    top: 28px;
}

.search-icon::before {
    position: absolute;
    top: 8px;
    left: 7px;
    width: 20px;
    height: 20px;
    content: "";
    border: 3px solid #f02d55;
    border-radius: 50%;
}

.search-icon::after {
    position: absolute;
    top: 29px;
    left: 27px;
    width: 14px;
    height: 3px;
    content: "";
    background: #f02d55;
    transform: rotate(45deg);
    transform-origin: left center;
}

.notice {
    display: flex;
    height: 34px;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid #e7e7e7;
    background: #fff;
    color: #f02d55;
    font-size: 13px;
    line-height: 34px;
}

.notice-icon {
    display: block;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    background: url("/static/home/images/notice-speaker.png") center / contain no-repeat;
}

.notice-icon::before {
    display: none;
}

.notice-icon::after {
    display: none;
}

.notice-marquee {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
}

.notice-marquee span {
    display: inline-block;
    min-width: 100%;
    padding-left: 100%;
    animation: notice-scroll 13s linear infinite;
}

@keyframes notice-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.nav {
    height: auto;
    border-bottom: 1px solid #e0e0e0;
}

.nav p {
    width: 100%;
    height: 42px;
    overflow: hidden;
    font-size: 13px;
    line-height: 42px;
    white-space: nowrap;
}

.nav ul {
    display: grid;
    width: 100%;
    height: auto;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    overflow: visible;
}

.nav li {
    float: none;
    width: auto;
    min-width: 0;
    height: 52px;
    border: 0;
}

.nav li a {
    position: relative;
    height: 52px;
    color: #111;
    background: #fff;
    font-size: 15px;
    line-height: 52px;
}

.nav li a.active {
    color: #f02d55;
    font-weight: 700;
}

.nav li a.active::after {
    position: absolute;
    right: 10px;
    bottom: 0;
    left: 10px;
    height: 3px;
    content: "";
    background: #f02d55;
    border-radius: 3px 3px 0 0;
}

.search {
    position: static;
    width: 100%;
    height: auto;
    margin-left: 0;
    padding: 11px 8px 11px;
    text-align: left;
}

.search form {
    position: relative;
    display: flex;
    width: 100%;
    gap: 8px;
    padding: 4px;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    background: #fff;
}

.search form::before {
    position: absolute;
    top: 15px;
    left: 18px;
    width: 18px;
    height: 18px;
    content: "";
    border: 2px solid #f02d55;
    border-radius: 50%;
}

.search form::after {
    position: absolute;
    top: 33px;
    left: 34px;
    width: 10px;
    height: 2px;
    content: "";
    background: #f02d55;
    transform: rotate(45deg);
    transform-origin: left center;
}

.search input {
    flex: 1;
    width: auto;
    min-width: 0;
    height: 40px;
    padding-left: 40px;
    border: 0;
    color: #999;
    font-size: 16px;
}

.search button {
    flex: 0 0 72px;
    width: 72px;
    height: 40px;
    margin-left: 0;
    border-radius: 5px;
    background: #f02d55;
    font-size: 17px;
    font-weight: 700;
}

.main-wrap {
    min-height: 0;
    padding-top: 12px;
}

.quick-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    margin-bottom: 0;
}

.quick-grid li {
    min-width: 0;
    border: 0;
    background: #fff;
}

.quick-grid a {
    display: block;
    color: #333;
    text-align: center;
}

.quick-grid img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.quick-grid span {
    display: none;
}

.mobile-title {
    position: relative;
    height: 40px;
    padding-left: 18px;
    color: #111;
    font-size: 18px;
    line-height: 40px;
    font-weight: 700;
}

.mobile-title::before {
    position: absolute;
    top: 10px;
    left: 2px;
    width: 5px;
    height: 20px;
    content: "";
    background: #f02d55;
    border-radius: 2px;
}

.intro-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
    padding-bottom: 14px;
}

.intro-grid li {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #bdbdbd;
    background: #fff;
}

.intro-grid .intro-empty {
    grid-column: 1 / -1;
    padding: 22px 10px;
    color: #777;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
}

.intro-grid a {
    display: block;
    color: #333;
    text-align: center;
}

.intro-grid img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 0.86;
    object-fit: cover;
}

.intro-info {
    min-height: 62px;
    padding: 5px 1px 6px;
    background: #fff;
}

.intro-grid strong,
.intro-grid span,
.intro-grid b {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.intro-grid strong {
    height: 16px;
    color: #f02d55;
    font-size: 9px;
    line-height: 16px;
    font-weight: 700;
}

.intro-grid span {
    height: 16px;
    color: #111;
    font-size: 7px;
    line-height: 16px;
}

.intro-grid b {
    height: 16px;
    color: #111;
    font-size: 8px;
    line-height: 16px;
    font-weight: 700;
}

.load-more {
    display: none;
    height: 42px;
    margin: 4px 0 24px;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    background: #fff;
    color: #f02d55;
    font-size: 15px;
    line-height: 42px;
    font-weight: 700;
    text-align: center;
}

.member-page {
    padding-top: 22px;
    padding-bottom: 36px;
}

.member-lock {
    padding: 26px 16px 18px;
    border: 1px solid #d2d2d2;
    background: #fff;
    text-align: center;
}

.member-lock-icon {
    position: relative;
    width: 42px;
    height: 42px;
    margin: 0 auto 12px;
    border: 3px solid #f02d55;
    border-radius: 50%;
}

.member-lock-icon::before {
    position: absolute;
    top: 8px;
    left: 12px;
    width: 14px;
    height: 12px;
    content: "";
    border: 2px solid #f02d55;
    border-bottom: 0;
    border-radius: 9px 9px 0 0;
}

.member-lock-icon::after {
    position: absolute;
    top: 18px;
    left: 10px;
    width: 18px;
    height: 14px;
    content: "";
    background: #f02d55;
    border-radius: 3px;
}

.member-lock h1 {
    height: 30px;
    color: #111;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

.member-lock p {
    margin-top: 6px;
    color: #555;
    font-size: 14px;
    line-height: 22px;
}

.member-unlocked .member-lock-icon {
    border-color: #19a85a;
}

.member-unlocked .member-lock-icon::before {
    border-color: #19a85a;
}

.member-unlocked .member-lock-icon::after {
    background: #19a85a;
}

.member-status {
    display: grid;
    margin-top: 14px;
    padding: 10px 12px;
    border: 1px solid #e3e3e3;
    background: #fafafa;
    gap: 4px;
}

.member-status span {
    display: block;
    overflow: hidden;
    color: #333;
    font-size: 13px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.member-empty {
    margin-top: 14px;
    padding: 18px 12px;
    border: 1px solid #d2d2d2;
    background: #fff;
    color: #777;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

.member-actions {
    display: grid;
    margin-top: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.member-actions a {
    display: block;
    height: 42px;
    border: 1px solid #f02d55;
    border-radius: 4px;
    font-size: 15px;
    line-height: 42px;
    font-weight: 700;
    text-align: center;
}

.member-primary {
    background: #f02d55;
    color: #fff;
}

.member-secondary {
    background: #fff;
    color: #f02d55;
}

.detail-mobile-wrap {
    padding-top: 12px;
    padding-bottom: 86px;
    background: #f6f6f6;
}

.detail-back-row {
    display: flex;
    height: 40px;
    margin-bottom: 10px;
    padding: 0 12px;
    border: 1px solid #dcdcdc;
    background: #fff;
    align-items: center;
    justify-content: space-between;
}

.detail-back-row a {
    color: #f02d55;
    font-size: 14px;
    line-height: 40px;
    font-weight: 700;
}

.detail-back-row span {
    color: #777;
    font-size: 12px;
    line-height: 40px;
}

.detail-hero-card,
.detail-price-card,
.detail-contact-card,
.detail-video-grid,
.detail-service-grid,
.detail-gallery-grid,
.detail-comment-card,
.detail-comment-form {
    border: 1px solid #dcdcdc;
    background: #fff;
}

.detail-hero-card {
    display: grid;
    padding: 10px;
    grid-template-columns: 148px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

.detail-main-photo {
    position: relative;
    min-width: 0;
}

.detail-main-photo img {
    display: block;
    width: 100%;
    height: 216px;
    object-fit: cover;
}

.detail-hero-info {
    min-width: 0;
}

.detail-name-line {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
}

.detail-name-line h1 {
    overflow: hidden;
    color: #f02d55;
    font-size: 18px;
    line-height: 24px;
    font-weight: 800;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.detail-name-line em {
    display: block;
    height: 21px;
    padding: 0 7px;
    border: 1px solid #f3a3b5;
    border-radius: 20px;
    background: #fff5f7;
    color: #f02d55;
    font-size: 10px;
    line-height: 19px;
    font-style: normal;
    text-align: center;
}

.detail-info-rows {
    margin-top: 7px;
}

.detail-info-rows p {
    display: grid;
    min-height: 25px;
    grid-template-columns: 62px minmax(0, 1fr);
    align-items: center;
    column-gap: 6px;
}

.detail-info-rows span {
    color: #777;
    font-size: 11px;
}

.detail-info-rows strong {
    overflow: hidden;
    color: #111;
    font-size: 12px;
    line-height: 19px;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.detail-info-rows .price-row {
    min-height: 28px;
    margin-top: 4px;
    padding: 0 7px;
    border: 1px solid #ffe0e7;
    border-radius: 4px;
    background: #fff7f9;
}

.detail-info-rows .price-row + .price-row {
    margin-top: 5px;
}

.detail-info-rows .price-row span {
    color: #f02d55;
}

.detail-info-rows .price-row strong {
    color: #111;
    font-size: 12px;
}

.detail-public-note {
    grid-column: 1 / -1;
    margin-top: 4px;
    color: #777;
    font-size: 12px;
    line-height: 20px;
}

.detail-section-title {
    height: 46px;
    margin-top: 12px;
    padding: 0 12px;
    border: 1px solid #dcdcdc;
    background: #fff;
    color: #111;
    font-size: 16px;
    line-height: 46px;
    font-weight: 700;
}

.detail-section-title-inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detail-section-title-inline em {
    color: #777;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.detail-price-card {
    padding: 12px;
}

.detail-price-card p {
    display: grid;
    min-height: 28px;
    grid-template-columns: 74px minmax(0, 1fr);
    align-items: center;
}

.detail-price-card span {
    color: #777;
    font-size: 12px;
}

.detail-price-card strong {
    color: #111;
    font-size: 14px;
    line-height: 22px;
    font-weight: 800;
}

.detail-price-card b {
    color: #f02d55;
    font-size: 14px;
    line-height: 22px;
}

.detail-contact-card {
    padding: 12px;
}

.detail-contact-card p {
    display: grid;
    min-height: 32px;
    grid-template-columns: 22px 66px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
}

.detail-contact-card i {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    line-height: 20px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
}

.phone-dot {
    background: #f02d55;
}

.sms-dot {
    background: #f59f23;
}

.whatsapp-dot {
    background: #18a864;
}

.detail-contact-card span {
    color: #777;
    font-size: 12px;
}

.detail-contact-card strong {
    overflow: hidden;
    color: #111;
    font-size: 14px;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.detail-contact-actions,
.detail-bottom-actions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(88px, 1fr));
    gap: 8px;
}

.detail-contact-actions {
    margin-top: 12px;
}

.detail-contact-actions a,
.detail-bottom-actions a {
    display: block;
    height: 38px;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    line-height: 38px;
    font-weight: 700;
    text-align: center;
}

.phone-action {
    background: #f02d55;
}

.sms-action {
    background: #f59f23;
}

.whatsapp-action {
    background: #18a864;
}

.service-page {
    padding-top: 18px;
    padding-bottom: 36px;
}

.service-card {
    padding: 22px 14px 16px;
    border: 1px solid #d2d2d2;
    background: #fff;
    text-align: center;
}

.service-icon {
    position: relative;
    width: 44px;
    height: 44px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: #f02d55;
}

.service-icon::before {
    position: absolute;
    top: 12px;
    left: 11px;
    width: 22px;
    height: 16px;
    content: "";
    border-radius: 12px;
    background: #fff;
}

.service-icon::after {
    position: absolute;
    top: 26px;
    left: 25px;
    width: 8px;
    height: 8px;
    content: "";
    border-left: 7px solid #fff;
    border-bottom: 7px solid transparent;
}

.service-card h1 {
    height: 30px;
    color: #111;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

.service-card > p {
    margin-top: 6px;
    color: #666;
    font-size: 14px;
    line-height: 22px;
}

.service-contact-list {
    margin-top: 16px;
    border: 1px solid #e1e1e1;
    background: #fafafa;
    text-align: left;
}

.service-contact-list p {
    display: flex;
    min-height: 44px;
    padding: 0 12px;
    border-bottom: 1px solid #e8e8e8;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.service-contact-list p:last-child {
    border-bottom: 0;
}

.service-contact-list span {
    color: #777;
    font-size: 13px;
    white-space: nowrap;
}

.service-contact-list strong {
    min-width: 0;
    color: #111;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    word-break: break-all;
}

.service-actions {
    display: grid;
    margin-top: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.service-actions a {
    display: block;
    height: 40px;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
}

.service-back {
    display: block;
    height: 40px;
    margin-top: 12px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background: #fff;
    color: #555;
    font-size: 14px;
    line-height: 40px;
    font-weight: 700;
}

.detail-contact-card small {
    display: block;
    margin-top: 8px;
    color: #777;
    font-size: 11px;
    line-height: 18px;
}

.detail-contact-card .detail-contact-empty {
    display: block;
    min-height: 0;
    padding: 12px;
    border: 1px dashed #dcdcdc;
    background: #fafafa;
    color: #777;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
}

.detail-video-grid {
    display: grid;
    padding: 14px 12px 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.detail-video-grid div {
    min-width: 0;
}

.detail-video-grid .detail-video-item:only-child,
.detail-video-grid .detail-video-empty {
    grid-column: 1 / -1;
}

.detail-video-grid .detail-video-empty {
    padding: 18px 10px;
    border: 1px dashed #dcdcdc;
    border-radius: 3px;
    background: #fafafa;
    color: #777;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
}

.detail-video-grid span,
.detail-video-grid video {
    position: relative;
    display: block;
    width: 100%;
    height: 92px;
    border-radius: 3px;
    background: #111;
    object-fit: cover;
}

.detail-video-grid span::after {
    position: absolute;
    top: 29px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -10px;
    content: "";
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 28px solid #fff;
}

.detail-video-grid em {
    display: block;
    height: 24px;
    color: #777;
    font-size: 12px;
    line-height: 24px;
    font-style: normal;
    text-align: center;
}

.detail-service-grid {
    display: grid;
    padding: 14px 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 10px;
}

.detail-service-grid li {
    overflow: hidden;
    height: 24px;
    padding: 0 10px;
    border-radius: 4px;
    background: #fff5f7;
    color: #f02d55;
    font-size: 11px;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.detail-service-intro {
    padding: 12px;
    background: #fff;
}

.detail-service-intro p {
    color: #555;
    font-size: 13px;
    line-height: 22px;
}

.detail-gallery-grid {
    display: grid;
    padding: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

.detail-gallery-grid a {
    display: block;
    overflow: hidden;
    background: #eee;
}

.detail-gallery-grid img {
    display: block;
    width: 100%;
    aspect-ratio: 0.84 / 1;
    object-fit: cover;
}

.detail-comment-card {
    position: relative;
    padding: 14px 12px;
    margin-bottom: 10px;
}

.comment-time {
    color: #777;
    font-size: 11px;
    line-height: 20px;
}

.detail-comment-card strong {
    display: block;
    color: #111;
    font-size: 14px;
    line-height: 24px;
}

.detail-comment-card p {
    color: #333;
    font-size: 12px;
    line-height: 23px;
}

.detail-comment-empty,
.detail-comment-success,
.detail-comment-error {
    padding: 12px;
    border: 1px solid #dcdcdc;
    background: #fff;
    color: #777;
    font-size: 13px;
    line-height: 20px;
}

.detail-comment-success {
    border-color: #b6e1c8;
    background: #f2fbf5;
    color: #148448;
}

.detail-comment-error {
    border-color: #f3b3c0;
    background: #fff5f7;
    color: #d91d43;
}

.detail-reply-list {
    display: grid;
    margin-top: 10px;
    gap: 8px;
}

.detail-reply-item {
    padding: 9px 10px;
    border-left: 3px solid #f02d55;
    background: #fff5f7;
}

.detail-reply-item strong {
    font-size: 13px;
    line-height: 22px;
}

.detail-comment-form,
.detail-reply-form {
    padding: 12px;
}

.detail-reply-form {
    margin-top: 12px;
    padding: 10px;
    border: 1px solid #e2e2e2;
    background: #fafafa;
}

.detail-comment-form textarea,
.detail-reply-form textarea {
    display: block;
    width: 100%;
    height: 82px;
    padding: 10px;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    color: #111;
    font-size: 13px;
    resize: none;
}

.detail-reply-form textarea {
    height: 58px;
    background: #fff;
}

.comment-form-row {
    display: grid;
    margin-top: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.comment-form-row label {
    color: #777;
    font-size: 12px;
    line-height: 20px;
}

.comment-form-row input {
    display: block;
    width: 100%;
    height: 32px;
    margin-top: 4px;
    padding: 0 8px;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    color: #111;
    font-size: 13px;
}

.detail-comment-form p {
    margin-top: 10px;
    color: #777;
    font-size: 11px;
    line-height: 18px;
}

.detail-comment-form button,
.detail-reply-form button {
    width: 100%;
    height: 34px;
    margin-top: 10px;
    border: 1px solid #f02d55;
    border-radius: 4px;
    background: #f02d55;
    color: #fff;
    font-size: 14px;
    line-height: 32px;
    font-weight: 700;
}

.detail-bottom-actions {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 70;
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    padding: 10px 12px 12px;
    border-top: 1px solid #dcdcdc;
    background: #fff;
}

.payment-page {
    padding-top: 16px;
    padding-bottom: 36px;
}

.payment-card {
    padding: 18px 14px 16px;
    border: 1px solid #d2d2d2;
    background: #fff;
}

.payment-card h1 {
    height: 28px;
    color: #111;
    font-size: 21px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
}

.payment-card > p {
    margin-top: 4px;
    color: #777;
    font-size: 13px;
    line-height: 21px;
    text-align: center;
}

.payment-alert {
    margin-top: 12px;
    padding: 9px 10px;
    border: 1px solid #f3b3c0;
    border-radius: 4px;
    background: #fff5f7;
    color: #d91d43;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
}

.payment-success {
    border-color: #b6e1c8;
    background: #f2fbf5;
    color: #148448;
}

.payment-plan {
    display: grid;
    margin-top: 14px;
    padding: 13px 12px;
    border: 1px solid #e2e2e2;
    background: #fafafa;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 3px 10px;
}

.payment-plan span {
    color: #111;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
}

.payment-plan strong {
    color: #f02d55;
    font-size: 22px;
    line-height: 26px;
    font-weight: 800;
}

.payment-plan em {
    color: #777;
    font-size: 12px;
    line-height: 18px;
    font-style: normal;
}

.payment-method {
    display: flex;
    margin-top: 10px;
    padding: 11px 12px;
    border: 1px solid #dcdcdc;
    background: #fff;
    align-items: center;
    gap: 10px;
}

.usdt-icon {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #20a56b;
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    font-weight: 800;
    text-align: center;
}

.payment-method strong,
.payment-method em {
    display: block;
}

.payment-method strong {
    color: #111;
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
}

.payment-method em {
    color: #777;
    font-size: 12px;
    line-height: 18px;
    font-style: normal;
}

.payment-address {
    margin-top: 10px;
    padding: 11px 12px;
    border: 1px solid #dcdcdc;
    background: #fff;
}

.payment-address label,
.payment-form label {
    display: block;
    color: #111;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
}

.address-row {
    display: grid;
    margin-top: 7px;
    grid-template-columns: minmax(0, 1fr) 58px;
    align-items: center;
    gap: 8px;
}

.address-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    height: 38px;
    padding: 0 10px;
    border: 1px solid #e1e1e1;
    background: #fafafa;
    color: #111;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 12px;
    line-height: 38px;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.address-scroll::-webkit-scrollbar {
    display: none;
}

.copy-address {
    width: 58px;
    height: 38px;
    border: 1px solid #f02d55;
    border-radius: 4px;
    background: #fff;
    color: #f02d55;
    font-size: 13px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
}

.payment-address > span {
    display: block;
    margin-top: 7px;
    color: #999;
    font-size: 12px;
    line-height: 18px;
}

.payment-account {
    display: grid;
    margin-top: 10px;
    padding: 10px 12px;
    border: 1px solid #e1e1e1;
    background: #fafafa;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 8px;
}

.payment-account span {
    color: #777;
    font-size: 13px;
    line-height: 20px;
}

.payment-account strong {
    overflow: hidden;
    color: #111;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.payment-form {
    display: grid;
    margin-top: 12px;
    gap: 8px;
}

.payment-form input {
    width: 100%;
    height: 42px;
    padding: 0 11px;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    background: #fff;
    color: #111;
    font-size: 14px;
}

.payment-form button {
    width: 100%;
    height: 44px;
    border: 1px solid #f02d55;
    border-radius: 4px;
    background: #f02d55;
    color: #fff;
    font-size: 16px;
    line-height: 42px;
    font-weight: 700;
}

.payment-pending {
    display: grid;
    margin-top: 12px;
    padding: 10px 12px;
    border: 1px solid #f2d38b;
    background: #fffaf0;
    gap: 3px;
}

.payment-pending strong,
.payment-pending span,
.payment-pending em {
    display: block;
    overflow: hidden;
    line-height: 19px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.payment-pending strong {
    color: #9a6a00;
    font-size: 13px;
    font-weight: 700;
}

.payment-pending span,
.payment-pending em {
    color: #5d4b28;
    font-size: 12px;
    font-style: normal;
}

.payment-note {
    margin-top: 12px;
    color: #777;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.payment-back {
    display: block;
    margin-top: 6px;
    color: #f02d55;
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
}

.drawer-mask {
    position: fixed;
    inset: 0;
    z-index: 80;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.42);
    opacity: 0;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.menu-drawer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    padding: 8px 14px 14px;
    background: #fff;
    border-top: 1px solid #d7d7d7;
    border-radius: 12px 12px 0 0;
    transform: translateY(105%);
    transition: transform 0.22s ease;
}

.drawer-open {
    overflow: hidden;
}

.drawer-open .drawer-mask {
    visibility: visible;
    opacity: 1;
}

.drawer-open .menu-drawer {
    transform: translateY(0);
}

.drawer-handle {
    width: 42px;
    height: 4px;
    margin: 0 auto 12px;
    background: #d3d3d3;
    border-radius: 4px;
}

.drawer-account {
    padding: 2px 0 14px;
    border-bottom: 1px solid #e4e4e4;
}

.drawer-account strong {
    display: block;
    height: 26px;
    color: #111;
    font-size: 19px;
    line-height: 26px;
}

.drawer-account p {
    margin-top: 2px;
    color: #777;
    font-size: 13px;
    line-height: 20px;
}

.drawer-auth {
    display: grid;
    margin-top: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.drawer-auth a {
    display: block;
    height: 40px;
    border: 1px solid #f02d55;
    border-radius: 4px;
    font-size: 15px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
}

.drawer-login {
    background: #f02d55;
    color: #fff;
}

.drawer-register {
    background: #fff;
    color: #f02d55;
}

.drawer-nav {
    padding: 8px 0;
    border-bottom: 1px solid #e4e4e4;
}

.drawer-nav li {
    height: 42px;
}

.drawer-nav a {
    position: relative;
    display: block;
    height: 42px;
    padding-left: 12px;
    color: #111;
    font-size: 15px;
    line-height: 42px;
}

.drawer-nav a.active {
    color: #f02d55;
    font-weight: 700;
}

.drawer-nav a.active::before {
    position: absolute;
    top: 12px;
    left: 0;
    width: 4px;
    height: 18px;
    content: "";
    background: #f02d55;
    border-radius: 2px;
}

.drawer-footer {
    padding-top: 12px;
}

.drawer-footer a {
    display: block;
    height: 34px;
    color: #111;
    font-size: 15px;
    line-height: 34px;
}

.drawer-footer span {
    display: block;
    color: #999;
    font-size: 12px;
    line-height: 24px;
}

.auth-page {
    padding-top: 24px;
    padding-bottom: 40px;
}

.auth-card {
    padding: 22px 16px 18px;
    border: 1px solid #d2d2d2;
    background: #fff;
}

.auth-card h1 {
    height: 30px;
    color: #111;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
}

.auth-card > p {
    margin-top: 4px;
    color: #777;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
}

.auth-alert {
    margin-top: 14px;
    padding: 9px 10px;
    border: 1px solid #f3b3c0;
    border-radius: 4px;
    background: #fff5f7;
    color: #d91d43;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
}

.auth-card form {
    display: grid;
    margin-top: 18px;
    gap: 10px;
}

.auth-card input {
    width: 100%;
    height: 44px;
    padding: 0 12px;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    background: #fff;
    color: #111;
    font-size: 14px;
}

.auth-card button {
    width: 100%;
    height: 44px;
    border: 1px solid #f02d55;
    border-radius: 4px;
    background: #f02d55;
    color: #fff;
    font-size: 16px;
    line-height: 44px;
    font-weight: 700;
}

.login-options {
    display: flex;
    height: 24px;
    align-items: center;
    justify-content: space-between;
    color: #555;
    font-size: 13px;
    line-height: 24px;
}

.login-options label {
    display: flex;
    align-items: center;
    gap: 4px;
}

.login-options input {
    width: 14px;
    height: 14px;
    padding: 0;
}

.login-options a {
    color: #f02d55;
}

.auth-switch {
    margin-top: 14px;
    color: #555;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
}

.auth-switch a {
    color: #f02d55;
    font-weight: 700;
}

.auth-terms {
    margin-top: 8px;
    color: #999;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.index-lbox,
.index-rbox {
    float: none;
    width: 100%;
}

.index-rbox {
    margin-top: 12px;
    margin-bottom: 0;
}

.new_title,
.i-title {
    width: 100%;
    height: 42px;
    font-size: 22px;
    line-height: 42px;
    text-align: left;
}

.pics-box {
    display: grid;
    overflow: visible;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.index-rbox .pics-box {
    padding-top: 0;
}

.left-card,
.grid-card {
    float: none;
    width: auto;
    height: auto;
    min-height: 255px;
    margin: 0;
    padding-bottom: 6px;
}

.left-card .img,
.grid-card .img {
    width: 100%;
    height: auto;
    aspect-ratio: 188 / 232;
}

.pics-box p {
    height: 22px;
    padding: 0 4px;
    font-size: 11px;
    line-height: 22px;
}

.pics-box em {
    font-size: 13px;
    line-height: 22px;
}

.new {
    height: 22px;
    padding: 0 4px;
    font-size: 11px;
    line-height: 22px;
}

.detail-wrap {
    min-height: 0;
}

.detail-title {
    width: 100%;
    height: 38px;
    margin: 10px 0;
    font-size: 22px;
    line-height: 38px;
}

.detail-top {
    min-height: 0;
}

.detail-photo {
    float: none;
    width: 100%;
    height: auto;
    margin-left: 0;
    aspect-ratio: 380 / 506;
}

.detail-info {
    float: none;
    width: 100%;
    margin-right: 0;
    padding-top: 12px;
}

.detail-info p {
    width: 100%;
    height: auto;
    min-height: 28px;
    font-size: 15px;
    line-height: 28px;
}

.detail-info p.red {
    height: auto;
}

.tel,
.whats {
    width: calc(50% - 5px);
    height: 42px;
    margin-top: 10px;
    font-size: 15px;
    line-height: 42px;
}

.whats {
    margin-left: 10px;
}

.media-placeholder {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    margin-bottom: 18px;
    font-size: 22px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-list {
    width: 100%;
    margin-bottom: 18px;
    font-size: 15px;
}

.service-list li {
    height: auto;
}

.service-list p {
    float: none;
    width: 100%;
    height: 28px;
    line-height: 28px;
}

.detail-note {
    width: 100%;
    min-height: 0;
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 28px;
}

.detail-gallery {
    display: grid;
    width: 100%;
    margin-bottom: 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.detail-gallery a {
    float: none;
    width: auto;
    height: auto;
    margin: 0;
}

.detail-gallery img {
    width: 100%;
    height: auto;
    aspect-ratio: 252 / 324;
}
