/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@charset "utf-8";
/* usually */
html {
    font-family: Arial, Helvetica, sans-serif;
}

body {
    font-size: 14px;
    color: #262329;
}

body, div, h1, h2, h3, h4, h5, h6, hr, p, span, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, a, :after, :before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul, ol, li {
    list-style: none;
}

.head-search-drop {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: fit-content;
    transform: translate(-50%,100%);
    padding-top: 20px;
    display: none;
}

.head-search-group:hover .head-search-drop {
    display: block;
    animation: hideIndex3 .3s ease;
}
.head-search-ul {
    background-color: #fff;
    padding: 10px 20px;
    white-space: nowrap;
    position: relative;
}
.head-search-ul::before {
    content: "";
    position: absolute;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: 0;
    left: 50%;
    transform: translate(-50%,-100%);
}
.head-search-ul>li {
    padding: 10px 0;
}

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

.auto {
    margin-left: auto;
    margin-right: auto;
}

.l {
    float: left;
}

.r {
    float: right;
}

.tc {
    text-align: center;
}

.ti2 {
    text-indent: 2em;
}

.db {
    display: block;
}

.dn {
    display: none;
}

.dib {
    display: inline-block;
}

.ovh {
    overflow: hidden;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.fix:after {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.fix-flex:after {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.fix-web:after {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.fix-phone:after {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}

.ellipsis {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    white-space: nowrap;
}

.ellipsis1 {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
}

img {
    border: none;
    display: inline-block;
    height: auto;
    max-width: 100%;
}

.swiper-slide {
    user-select: none;
}

.showmenu.nav-ul-box {
    left: 0;
}

/*margin*/
.m0 {
    margin: 0px;
}

.m1 {
    margin: 1px;
}

.ml1 {
    margin-left: 1px;
}

.mt1 {
    margin-top: 1px;
}

.mr1 {
    margin-right: 1px;
}

.mb1 {
    margin-bottom: 1px;
}

.m2 {
    margin: 2px;
}

.ml2 {
    margin-left: 2px;
}

.mt2 {
    margin-top: 2px;
}

.mr2 {
    margin-right: 2px;
}

.mb2 {
    margin-bottom: 2px;
}

.m5 {
    margin: 5px;
}

.ml5 {
    margin-left: 5px;
}

.mt5 {
    margin-top: 5px;
}

.mr5 {
    margin-right: 5px;
}

.mb5 {
    margin-bottom: 5px;
}

.m10 {
    margin: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mt10 {
    margin-top: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.m15 {
    margin: 15px;
}

.ml15 {
    margin-left: 15px;
}

.mt15 {
    margin-top: 15px;
}

.mr15 {
    margin-right: 15px;
}

.mb15 {
    margin-bottom: 15px;
}

.m20 {
    margin: 20px;
}

.ml20 {
    margin-left: 20px;
}

.mt20 {
    margin-top: 20px;
}

.mr20 {
    margin-right: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mr25 {
    margin-right: 25px;
}

/*padding*/
.p0 {
    padding: 0px;
}

.p1 {
    padding: 1px;
}

.pl1 {
    padding-left: 1px;
}

.pt1 {
    padding-top: 1px;
}

.pr1 {
    padding-right: 1px;
}

.pb1 {
    padding-bottom: 1px;
}

.p2 {
    padding: 2px;
}

.pl2 {
    padding-left: 2px;
}

.pt2 {
    padding-top: 2px;
}

.pr2 {
    padding-right: 2px;
}

.pb2 {
    padding-bottom: 2px;
}

.p5 {
    padding: 5px;
}

.pl5 {
    padding-left: 5px;
}

.pt5 {
    padding-top: 5px;
}

.pr5 {
    padding-right: 5px;
}

.pb5 {
    padding-bottom: 5px;
}

.p10 {
    padding: 10px;
}

.pl10 {
    padding-left: 10px;
}

.pt10 {
    padding-top: 10px;
}

.pr10 {
    padding-right: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.p15 {
    padding: 15px;
}

.pl15 {
    padding-left: 15px;
}

.pt15 {
    padding-top: 15px;
}

.pr15 {
    padding-right: 15px;
}

.pb15 {
    padding-bottom: 15px;
}

.p20 {
    padding: 20px;
}

.pl20 {
    padding-left: 20px;
}

.pt20 {
    padding-top: 20px;
}

.pr20 {
    padding-right: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mb25 {
    margin-bottom: 25px;
}

.heigh100 {
    height: 100%;
}

.icon-plus {
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    cursor: pointer;
}

.icon-plus::before, .icon-plus:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    transition: transform .3s ease-in;
    border-radius: 4px;
}

.icon-plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.icon-plus.rotate:after {
    transform: translate(-50%, -50%) rotate(0);
}

.pro-discount {
    background-color: rgba(253,1,39);
    display: inline-flex;
    height: 20px;
    padding: 0 5px;
    color: #fff;
    justify-content: center;
    align-items: center;
}
.pages {
    text-align: center;
    padding: 40px 0;
}

.pages li {
    display: inline-flex;
    font-size: 14px;
    color: #666666;
    background-color: #f4f4f4;
    box-shadow: 0 0 5px rgba(48, 48, 48, .2);
    border-radius: 999px;
    margin-right: .5%;
}

.pages li a {
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #666666;
    padding: 0 20px;
}

.pages li span {
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #666666;
    padding: 0 20px;
}

.pages .iconfont {
    font-size: 14px;
}

.pages-select {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../img/arrow-down-fill.png) no-repeat 96% center;
    border: 1px solid #dadada;
    outline: none;
    font-size: 14px;
    border-radius: 4px;
    padding: 5px;
    padding-right: 16px;
}

.pages li.thisclass {
    background: #f7d358;
    border-color: #f7d358;
    color: #000000;
}

.pages li.thisclass a {
    color: #000000;
}

.pages li.noborder {
    border: none;
    background-color: transparent;
    padding: 0;
    box-shadow: none;
}

.pages li .turn-input {
    color: #666666;
    background-color: #f4f4f4;
    width: 50px;
    height: 40px;
    border-radius: 999px;
    text-align: center;
}

input[type="text"], input[type="password"], input[type="number"], textarea, button, input[type="email"], input[type="date"], input[type='tel'] {
    border: none;
    outline: none;
    background-color: transparent;
}

input.el-input-date, input.el-input-date1 {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    z-index: 10;
}

input.el-input-date::-webkit-calendar-picker-indicator, input.el-input-date1::-webkit-calendar-picker-indicator {
    position: absolute;
    right: 0;
    padding-left: 100%;
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.flex-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-reverse {
    flex-direction: row-reverse;
}

.align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.space-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.just-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flex1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.just-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.no {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.abs-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.banner {
    position: relative;
}

.banner-i {
    width: 100%;
    display: block;
}


.normal-table {
    width: 100%;
    border-collapse: collapse;
}

.normal-select {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    outline: none;
    background-color: transparent;
}

.mobile-img {
    display: none;
}

.menu {
    margin-left: 10px;
    cursor: pointer;
    display: none;
}

.hide-pc {
    display: none;
}

.menu i {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #f7d358;
    margin-top: 7px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}


.menu i:first-child {
    margin-top: 0;
}

.menu.rotate i:nth-of-type(1) {
    -webkit-transform: rotate(46deg);
    -ms-transform: rotate(46deg);
    transform: rotate(46deg);
}

.menu.rotate i:nth-of-type(2) {
    opacity: 0;
}

.menu.rotate i:nth-of-type(3) {
    -webkit-transform: rotate(-46deg);
    -ms-transform: rotate(-46deg);
    transform: rotate(-46deg);
}

.normal-place ::-webkit-input-placeholder {
    font-size: 14px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
}

.normal-place :-moz-placeholder {
    font-size: 14px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
}

.normal-place :-ms-input-placeholder {
    font-size: 14px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
}

.mt40 {
    margin-top: 40px;
}

.mb40 {
    margin-bottom: 40px;
}

img[class*=avatar] {
    border-radius: 50%;
}

.hover-a a:hover {
    color: #f7d358;
}

.hover-tit a:hover [class*=tit] {
    color: #f7d358;
}

._h-img {
    transition: transform .3s ease;
}

.hover-img a:hover ._h-img {
    transform: scale(1.1);
}

.bold {
    font-weight: 600;
}

.tl {
    text-align: left;
}

[class*=btn] {
    cursor: pointer;
}

.col-red {
    color: #FF0000;
}

input.upload-file {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    font-size: 0
}


@-webkit-keyframes circleMove {
    from {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes circleMove {
    from {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

.lg_sfdh {
    animation: play_btn 0.5s infinite alternate;
}

@keyframes play_btn {
    0% {
        transform: scale(1.0)
    }
    100% {
        transform: scale(1.1)
    }
}

@keyframes hideIndex {
    0% {
        padding-top: 30px;
        opacity: 0;
    }
    100% {
        padding-top: 10px;
        opacity: 1;
    }
}

@keyframes hideIndex2 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes hideIndex3 {
    0% {
        opacity: 0;
         padding-top: 40px;
    }
    100% {
        opacity: 1;
        padding-top: 20px;
    }
}



@media (min-width: 992px) {

}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}

.center-box {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.center-box.nocenter {
    max-width: 100%;
}

.responsive-y {
    overflow-y: auto;
}

.responsive-x {
    overflow-x: auto;
}

.responsive-y::-webkit-scrollbar,.menu-ul-box::-webkit-scrollbar  { /*婊氬姩鏉℃暣浣撴牱寮�*/
    width: 4px;
    height: 0;
}

.responsive-y::-webkit-scrollbar-thumb,.menu-ul-box::-webkit-scrollbar-thumb { /*婊氬姩鏉￠噷闈㈠皬鏂瑰潡*/
    border-radius: 3px;
    background: #e3d243;
}

.head {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15px 0;
}

.head-sticky {
    position: sticky;
    position: -webkit-sticky;
    width: 100%;
    z-index: 99;
    top: 0;
    background-color: #faf3e0;
    box-shadow: 0 1px 10px rgba(48, 48, 48, .1);
}

.head-fixed {
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
}

.logo-img {
    display: block;
    max-width: 218px;
}

html, body {
    background-color: #faf3e0;
}

.head-select {
    height: 35px;
    border-radius: 999px;
    color: #483535;
    /*text-align: center;*/
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    background: #e3d243 url(../img/arrdown.png) no-repeat calc(100% - 15px) center;
    background-size: auto;
    padding: 0 35px 0 20px;
}

.head-select option {
    background-color: #fff;
}

.head-search-bj {
    height: 36px;
    border-radius: 50%;
    background-color: #efe4d2;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.head-right .iconfont {
    font-weight: 600;
}

.head-search-text {
    font-size: 12px;
    color: #8b8b8b;
}

.head-slinks {
    display: inline-flex;
    width: 82px;
    height: 36px;
    background-color: #e3d243;
    border-radius: 999px;
    font-size: 12px;
    color: #000000;
    justify-content: center;
    align-items: center;
}

.swiper-banner-pagination .swiper-pagination-bullet {
    border: 1px solid #fffefb;
    background-color: transparent;
    opacity: 1;
}

.swiper-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #f6f6f8;
}

.search-drop {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(0, 100%);
    min-width: 25vw;
    padding-top: 10px;
    display: none;
}


.search-drop.show {
    display: block;
    animation: hideIndex .3s;
}

.serach-drop-inner {
    background-color: #efe4d2;
    padding: 0 20px;
    border-radius: 999px;
}

.s-val {
    width: 100%;
    flex: 1;
    font-size: 16px;
    color: #262329;
    height: 50px;
}

.pro-tab-ul > li {
    display: inline-flex;
    width: 162px;
    height: 50px;
    background-color: #f7d358;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
}

.pro-ul {
    padding-top: 20px;
}

.pro-ul1 {
    padding-top: 0;
}

.pro-ul > li {
    width: 23.82%;
    margin-left: 1.5625%;
    margin-top: 25px;
    box-shadow: 0 0 20px rgba(99, 99, 99, 0.2);
    border-radius: 20px;
    overflow: hidden;
    background-color: #faf3e0;
    transition:all .3s ease;
}
.pro-ul > li:hover {
    transform: scale(1.05);
}
.pro-ul2 > li {
    width: 32.28%;
}

.pro-ul > li:nth-of-type(4n+1) {
    margin-left: 0;
}

.pro-ul2 > li:nth-of-type(3n+1) {
    margin-left: 0;
}

.pro-top {
    padding-top: 100%;
    background-color: #f6f6f6;
}

.pro-img {
    max-height: 90%;
    max-width: 90%;
}

.pro-bott {
    padding: 15px 15px 20px 15px;
}

.sign-item {
    width: 48.51%;
}

.sign-box {
    margin: 4.16vw 0;
}

.sign-img {
    border-radius: 10px;
    overflow: hidden;
    display: block;
}

.pro-box {
    padding-top: 50px;
}

.pro-tit {
    color: #262329;
    font-weight: 600;
    line-height: 1.5em;
}

.pro-desc {
    font-size: 12px;
    color: #999999;
    margin-top: 5px;
}

.footer {
    background-color: #efe4d2;
}

.footer-top {
    padding: 40px 0;
}

.footer-link {
    display: block;
    color: #666666;
    line-height: 1.7em;
}

.footer-top-text {
    font-weight: 600;
}

.footer-logo {
    display: block;
    max-width: 104px;
}

.footer-top-ritem + .footer-top-ritem {
    margin-left: 7.29vw;
}

.m-img {
    transition: all .3s ease;
}

.m-link + .m-link {
    margin-left: 1.56vw;
}

.m-img:hover {
    transform: translate3d(0, -5px, 0);
}

.footer-bott {
    border-top: 1px solid #a79f93;
    padding: 20px 0;
    text-align: center;
    color: #000000;
    font-size: 12px;
}

.footer-bott a {
    color: #000000;
}

.mask-top {
    position: relative;
    padding: 10px 20px;
    border-bottom: 1px solid #d1d5db;
}

.mask-top::before {
    content: "";
    width: 144px;
    height: 24px;
    background-color: #f7d358;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.mask-top .iconfont {
    font-size: 18px;
    font-weight: 600;
}

.mask-mid-tit {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 1px rgba(0, 0, 0, 1);
}

.mask-mid-desc {
    font-size: 12px;
    color: #848484;
    text-align: center;
    margin-top: 10px;
}

.mask-mid {
    padding: 2.08vw 2.60vw;
}

.mask-mid-tab > li {
    font-weight: 600;
    padding: 10px 0;
    position: relative;
    cursor: pointer;
}

.mask-mid-tab > li::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #f7d358;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    display: none;
}

.mask-mid-tab > li.on {
    color: #f7d358;
}

.mask-mid-tab > li.on::after {
    display: block;
}

.mask-mid-tab > li + li {
    margin-left: 4.16vw;
}

.mask-input-box {
    background-color: #f1f1f1;
    border-radius: 4px;
    padding: 0 10px;
}

.mask-input-box1 {
    background-color: #f1f1f1;
    border-radius: 4px;
}

.mask-input-box1 + .mask-input-box1 {
    margin-left: 10px;
}

.mask-val {
    height: 45px;
    width: 100%;
    flex: 1;
    font-size: 14px;
}

.mask-dl {
    color: #464449;
}

.mask-dl-btn {
    display: flex;
    width: 100%;
    height: 56px;
    background-color: #f7d358;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #000000;
    border-radius: 999px;
}

.mask-dl-btn2 {
    width: 265px;
    display: inline-flex;
}

.other-btn {
    display: inline-flex;
    width: 232px;
    height: 56px;
    background-color: #f8f7f5;
    border-radius: 999px;
    justify-content: center;
    align-items: center;
    color: #262329;
    font-weight: 600;
}

.other-text {
    color: #666666;
    position: relative;
    margin: 30px 0;
}

.other-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #bfbfbf;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
}

.mask-val-witdh {
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.mask-val-witdh::before {
    display: none;
    content: "";
    width: 1px;
    height: 20px;
    background-color: #323233;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: opacity 1s ease infinite;
}

.mask-input-box1.on .mask-val-witdh::before {
    display: block;
}

.mask-input-box1.on1 .mask-val-witdh::before {
    display: block;
    left: calc(50% + 5px);
}

.mask-mid-succ-text {
    font-size: 16px;
    color: #000000;
}

/* input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"]{
  -moz-appearance: textfield;
} */
.mask-input-code {
    position: absolute;
    background-color: #ff0 !important;
    width: 200%;
    transform: translate(-50%, 0);
    opacity: 0;
}

.aboutus-tit {
    font-size: 30px;
    font-weight: 600;
}

.aboutus-ul > li {
    padding-left: calc(calc(100vw - 1280px) / 2);
    padding-right: calc(calc(100vw - 1280px) / 2);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 70px;
    padding-bottom: 70px;
}

.aboutus-right {
    width: calc(100% - 43.28% - 20px);
}

.normal-tit {
    text-align: center;
    font-size: 48px;
    font-weight: 600;
}

.aboutus {
    padding-top: 30px;
}

.aboutus-desc {
    font-size: 16px;
    line-height: 1.75em;
    margin-top: 20px;
}

.aboutus-left {
    width: 43.28%;
}

.aboutus-ul > li:nth-of-type(2n) {
    flex-direction: row-reverse;
}

.present-box {
    margin-top: 70px;
}

.swiper-about-prev, .swiper-about-next,.swiper-banner-prev,.swiper-banner-next {
    width: 45px;
    height: 45px;
    background-color: #bcbcbc;
    border-radius: 50%;
}

.swiper-about-prev::after, .swiper-about-next::after,.swiper-banner-prev:after,.swiper-banner-next:after {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}


.nuestro-ul > li {
    width: 31.79%;
    margin-left: 2.30%;
    padding: 2.08vw 1.56vw;
    background-color: #efe4d2;
    margin-top: 40px;
}

.nuestro-ul > li:nth-of-type(3n+1) {
    margin-left: 0;
}

.nuest-tit {
    font-size: 24px;
    text-align: center;
}

.nuest-desc {
    font-size: 18px;
    line-height: 1.3em;
    margin-top: 20px;
    text-align: center;
}

.nuestro {
    margin: 70px 0;
}

.block {
    display: block;
    width: 100%;
}

@keyframes opacity {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.hover-under:hover {
    text-decoration: underline;
}

.cart-open.rotate .cart-arr-down {
    transform: rotate(180deg);
}

.mask-close:hover {
    color: #f7d358;
}

.other-text-span {
    padding: 0 10px;
    background-color: #fff;
    position: relative;
}

.normal-item {
    display: none;
}

.normal-item:first-child {
    display: block;
}

.send-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.send-btn {
    display: inline-flex;
    height: 45px;
    width: 166px;
    background-color: #f7d358;
    color: #000000;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
}

.menu-box {
    min-height: 100vh;
    background-color: #faf3e0;
    padding: 20px 0 30px;
}

.menu-left {
    width: 267px;
    padding: 0 2.60vw 0 25px;
}

.menu-flag {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 190px;
    height: 55px;
    background-color: #fff;
    border-radius: 0 30px 0 30px;
    border: 1px solid #c6c6c4;
    font-weight: 600;
}

.menu-ul-left {
    width: 60px;
    text-align: center;
    font-size: 0;
}

.me-img {
    width: 45px;
}

.menu-flag .iconfont {
    font-size: 20px;
    color: #d50808;
}

.menu-ul > li {
    padding: 20px 0;
    position: relative;
}

.menu-ul > li::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #c6c6c4;
    top: 0;
    left: 0;
    position: absolute;
}

.menu-ul > li:nth-of-type(1)::after {
    display: none;
}

.menu-ul-box {
    background-color: #f4f4f4;
    border: 1px solid #c6c6c4;
    border-radius: 0 60px 0 60px;
    padding: 10px 0;
     max-height: calc(100vh - 167px - 55px - 40px); 
     overflow-y: auto;
}


.menu-ul-right {
    padding: 0 10px 0 5px;
}

.menu-ul-tit {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5em;
}

.menu-right-ul > li {
    width: 18.74%;
    margin-right: 1.12%;
    margin-top: 25px;
    box-shadow: 0 0 20px rgba(99, 99, 99, .2);
    border-radius: 20px;
    overflow: hidden;
    transition:all .3s ease;
}

.menu-right-ul > li:hover {
    transform: scale(1.05);
}

.menu-right-ul > li>a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pro-bott1 {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.pro-bott-info {
    flex: 1;
}
.menu-right-item-tit {
    font-size: 24px;
    font-weight: 600;
}

.pro-bott1 {
    padding: 10px;
    position: relative;
}

.pro-bott-right .icon-gouwudai {
    display: inline-flex;
    width: 40px;
    height: 40px;
    background-color: #e3d243;
    border-radius: 50%;
    color: #000000;
    font-size: 20px;
    justify-content: center;
    align-items: center;
}

.pro-price {
    font-size: 18px;
    font-weight: 600;
}

.pro-old-price {
    font-size: 12px;
    color: #999999;
    text-decoration: line-through;
}

.pro-ai {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.pro-ai .iconfont {
    font-size: 30px;
}

.icon-aixin1.canclick.icon-aixin {
    color: #d50808;
}

.menu-right-item + .menu-right-item {
    margin-top: 40px;
}

.mask-order-inner {
    width: 715px;
    max-width: 94%;
    background-color: #f4f4f4;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(48, 48, 48, .2);
}

.mask-order-top {
    max-height: 80vh;
    padding: 20px 2.08vw;
}

.order-top-pi-name {
    font-weight: 600;
}

.order-pi-old {
    font-size: 12px;
    color: #999999;
    text-decoration: line-through;
}

.order-pi-price {
    font-size: 18px;
    font-weight: 600;
}

.order-top-pi-desc {
    font-size: 12px;
    color: #999999;
}

.mask-order-item {
    padding: 20px 0 0;
}

.mask-order-item + .mask-order-item {
    border-top: 4px solid #eeeeee;
}

.mask-order-itit {
    font-weight: 600;
}

.mask-order-idesc {
    font-size: 12px;
    margin-top: 5px;
    color: #999999;
}

.mask-num {
    font-size: 18px;
    font-weight: 600;
}

.num-table tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
    border-radius: 999px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(48, 48, 48, .2);
}

.num-table td {
    padding: 10px;
}

.num-table td:first-child {
    border-radius: 999px 0 0 999px;
}

.num-table td:last-child {
    border-radius: 0 999px 999px 0;
}

.mask-close-posi {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 10000;
}

.order-close.iconfont {
    font-size: 30px;
}

.step-btn {
    display: inline-flex;
    width: 20px;
    height: 20px;
    position: relative;
    border: 1px solid #a0a0a0;
    border-radius: 50%;
}

.cart-pro {
    max-width: 80%;
}

.hover-del:hover {
    color: #f00;
}

.step-btn::after, .step-btn::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: #a0a0a0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.step-value {
    width: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.step-plus::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.cart-fixe-uleft {
    width: 120px;
    height: 135px;
    background-color: #eeeeee;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mask-order-bott {
    padding: 20px 2.08vw;
}

.add-btn {
    display: inline-flex;
    width: 218px;
    height: 40px;
    background-color: #f7d358;
    border-radius: 999px;
    font-weight: 600;
    font-size: 16px;
    justify-content: center;
    align-items: center;
}

.cart-fixed {
    position: sticky;
    position: -webkit-sticky;
    bottom: 40px;
    width: 100%;
    z-index: 99;
}

.cart-fixed-box {
    width: 1048px;
    max-width: 100%;
}

.cart-fixed-inner {
    background-color: #f4f4f4;
    border-radius: 999px;
    padding: 5px;
    box-shadow: 0 0 5px rgba(48, 48, 48, .2);
    position: relative;
}

.cart-fixed-btn {
    display: inline-flex;
    width: 168px;
    height: 53px;
    background-color: #e3d243;
    border-radius: 999px;
    color: #000000;
    font-size: 16px;
    justify-content: center;
    align-items: center;
}

.cart-fixed-bag {
    display: inline-flex;
    width: 60px;
    height: 60px;
    background-color: #f7d358;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.cart-fixed-bag .iconfont {
    font-size: 30px;
}

.cart-fixed-num {
    width: 24px;
    height: 24px;
    background-color: #fa0000;
    border-radius: 50%;
    color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%, 0);
}

.cart-arr-down {
    display: inline-flex;
    width: 15px;
    height: 8px;
    background: url(../img/arrdown1.png) no-repeat center;
    background-size: auto;
    transition: all .3s ease;
}

.cart-fixed-mid {
    padding: 0 2.08vw;
    font-size: 16px;
}

.cart-fixed-mprice-data {
    font-size: 24px;
    font-weight: 600;
}

.cart-fixed-mprice1 {
    color: #fa0000;
}

.cart-fixe-mmid {
    color: #000000;
}

.cart-fixe-mright {
    color: #0083f2;
}

.cart-fixe-list {
    padding: 10px 1.30vw 80px;
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #f4f4f4;
    border-radius: 36px;
    left: 0;
    display: none;
    box-shadow: 0 0 5px rgba(48, 48, 48, .2);
}

.cart-fixe-list-top {
    border-bottom: 1px solid #d1d5db;
    padding: 15px 0;
}

.cart-del-box {
    font-size: 16px;
    color: #999999;
}

.cart-del-box .iconfont {
    font-size: 18px;
}

.cart-fixe-ul > li {
    padding: 20px 0;
    border-bottom: 1px solid #d1d5db;
}

.cart-fixe-ul {
    max-height: 60vh;
}

.cart-fixe-uname {
    font-size: 16px;
    font-weight: 600;
}

.cart-fixe-tit, .cart-fixe-list-top .icon-close {
    font-size: 20px;
    font-weight: 600;
}

.cart-fixe-desc {
    color: #999999;
    line-height: 1.75em;
}

.cart-fixe-desc span {
    display: inline-block;
}

.cart-fixe-uright {
    padding-left: 20px;
}

.address-inner {
    width: 1027px;
    max-width: 94%;
}

.address-val {
    height: 45px;
    width: 100%;
    flex: 1;
}

.address-search {
    background-color: #fff;
    border-radius: 999px;
    border: 1px solid #e0e0e0;
    padding: 0 15px;
}

.address-inner {
    padding: 1.56vw 20px 2.08vw;
    border-radius: 16px;
}

.add_text {
    font-size: 16px;
}

.add_text .iconfont {
    font-size: 20px;
}

.user-btn {
    display: inline-flex;
    width: 223px;
    height: 56px;
    background-color: #f7d358;
    border-radius: 999px;
    font-size: 16px;
    justify-content: center;
    align-items: center;
}

.user-btn-mt {
    margin-top: 30px;
}

.mask-close-posi1 {
    position: absolute;
    right: 20px;
    top: 20px;
}

.mask-close-posi1.icon-close {
    font-size: 18px;
}

.add_list_label {
    background-color: #faf7dd;
    border: 1px solid #dcdcdc;
    padding: 12px 15px;
    border-radius: 10px;
}

.add_list_label:has(.add_radio:checked) {
    border-color: #000000;
}

.add_list_item {
    margin-top: 15px;
}

.service-left {
    width: 320px;
    border-radius: 20px;
    box-shadow: 0 0 5px rgba(48, 48, 48, .2);
}


.user-dl {
    box-shadow: 0 0 5px rgba(48, 48, 48, .2);
    padding: 5px 15px;
    border-radius: 999px;
    margin-top: 20px;
}

.user-dl > dt {
    font-weight: 600;
}

.user-dl > dd {
    color: #333;
}

.user-val, .user-select {
    width: 100%;
    flex: 1;
    height: 40px;
    padding-left: 15px;
}

.user-select {
    background: url(../img/arrdown2.png) no-repeat 100% center;
    background-size: auto;
}

.service-right {
    width: calc(100% - 320px - 40px);
    min-height: 505px;
}

.service-right-pd {
    border-radius: 20px;
    box-shadow: 0 0 5px rgba(48, 48, 48, .2);
    padding: 20px;
}

.service-right-pd2 {
    padding: 20px;
}

.order-details-add-pb {
    padding-bottom: 15px;
}

.br20 {
    border-radius: 20px;
}

.service-right-bj {
    background-color: #f4f4f4;
}

.user-text {
    height: 162px;
    padding: 15px;
    resize: none;
}

.service-ul > li {
    font-weight: 600;
    position: relative;
    padding: 10px 20px;
    font-size: 16px;
}

.service-ul > li.on::after {
    content: "";
    width: 4px;
    height: 100%;
    background-color: #f7d358;
    border-radius: 0 999px 999px 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.service-ul > li + li {
    margin-top: 10px;
}

.service-ul {
    padding: 20px 0;
}

.service {
    padding: 40px 0;
}

.service-tit {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0 0 1px rgba(0, 0, 0, 1);
}

.service-right-tit {
    font-size: 24px;
    font-weight: 600;
}

.service-right-ul > li {
    padding: 15px 0;
    border-bottom: 1px solid #bfbfbf;
    font-size: 15px;
    font-weight: 600;
}

.service-vice-tit {
    font-size: 20px;
    font-weight: 600;
}

.service-back {
    font-size: 16px;
    font-weight: 600;
}

.service-vice-show {
    padding: 20px 0;
}

.consult-ul > li {
    padding: 15px;
    background-color: #fff;
    border-radius: 999px;
    margin-top: 20px;
    font-size: 16px;
    box-shadow: 0 0 5px rgba(48, 48, 48, .2);
}

.order-tab-ul {
    border-bottom: 3px solid var(--bg, #fff);
}

.order-tab-ul > li {
    padding: 15px 0;
    position: relative;
    margin-right: 2.08vw;
    font-size: 16px;
    cursor: pointer;
}

.order-tab-ul > li::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #f7d358;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(0, 100%);
    display: none;
}

.order-tab-ul > li.on::after {
    display: block;
}

.rder-tab-dl {
    font-size: 16px;
}

.order-tab-select {
    height: 30px;
    width: 150px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    background: url(../img/arrdown2.png) no-repeat calc(100% - 16px);
    padding-right: 16px;
    background-size: auto;
}

.order-tab-dl {
    padding: 10px;
    box-shadow: 0 0 5px rgba(48, 48, 48, .2);
    border-radius: 5px;
}

.order-list-ul > li {
    box-shadow: 0 0 5px rgba(48, 48, 48, .2);
    margin-top: 20px;
    border-radius: 5px;
    background-color: #f4f4f4;
}

.order-list-ul > li:first-child {
    margin-top: 0;
}


.order-list-ul > li .order-mid-info-right {
    padding: 10px 0;
}

.order-list-top {
    padding: 15px;
}

.add_radio {
    width: 20px;
    height: 20px;
    position: relative;
}

.add_radio::after {
    content: "";
    position: absolute;
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #f4f4f4;
    border: 1px solid #dcdcdc;
    z-index: 1;
}

.add_radio:checked::after {
    background: #f7d358 url(../img/gx.png) no-repeat center;
    background-size: 80% auto;
}

.normal-item {
    display: none;
}

.normal-item:first-child {
    display: block;
}

.bb {
    border-bottom: 1px solid #d1d1d1;
}

.order-list-sn {
    color: #999999;
}

.col-brown {
    color: #a1660a;
}

.col-blue {
    color: #3382ee;
}

.col-yel {
    color: #f7d358;
}

.order-mid-left {
    width: 87px;
    border: 1px solid #d1d1d1;
    height: 99px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}


.flex-row.oper-dl > dt {
    width: 170px;
    font-size: 16px;
}

.oper-dl > dd {
    width: 100%;
}

.oper-select-box {
    background-color: #f9f9f9;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(48, 48, 48, .2);
}

.oper-val, .oper-select {
    height: 50px;
    width: 100%;
    flex: 1;
    text-align: center;
    font-size: 16px;
}

.oper-text {
    height: 100px;
    resize: none;
}

.oper-select {
    background: url(../img/arrdown5.png) no-repeat calc(100% - 15px) center;
    padding-right: 15px;
}

.oper-val {
    padding: 0 15px;
}

.order-list-mid {
    padding: 15px;
}

.order-mid-tit {
    font-size: 18px;
    font-weight: 600;
}

.order-mid-right {
    padding-left: 15px;
}

.order-mid-info-item {
    font-size: 12px;
    line-height: 2.25em;
    color: #666666;
}

.order-mid-info-item strong {
    color: #262329;
}

.order-mide-info-price {
    font-size: 18px;
    font-weight: 600;
}

.order-pimg {
    max-height: 80%;
    max-width: 80%;
}

.order-list-add {
    color: #0049b7;
}

.order-list-bott {
    padding: 15px;
}

.order-mid-info-item > span {
    display: inline-block;
}

.order-list-btn {
    display: inline-flex;
    width: 133px;
    height: 34px;
    background-color: #f7d358;
    border-radius: 999px;
    color: #000;
    justify-content: center;
    align-items: center;
}

.map-box {
    width: 100%;
    height: 135px;
    display: block;
}

.map-iframe {
    width: 100%;
    height: 100%;
}

.order-details-info-item {
    font-size: 16px;
}


.order-details-line {
    height: 8px;
    background: url(../img/line-bj.png) repeat-x left center;
    background-size: auto;
}

.order-details-tit {
    font-size: 18px;
    margin-top: 25px;
}

.order-details-box-item-bj {
    box-shadow: 0 0 5px rgba(48, 48, 48, .2);
    border-radius: 5px;
    background-color: #f4f4f4;
}

.order-details-dl {
    padding: 15px 0;
    border-bottom: 1px solid #dcdcdc;
    font-size: 16px;
}

.order-details-box-pd {
    padding: 0 15px;
}

.order-details-box-pd2 {
    padding: 15px;
}

.service-progress {
    height: 20px;
    background-color: #fff;
    border-radius: 999px;
    overflow: hidden;
}

.service-progress-bar {
    position: absolute;
    height: 100%;
    background-color: #f7d358;
}

.service-progress-text {
    color: #666666;
}

.service-progress-text strong {
    font-size: 18px;
    color: #f7d358;
}

.user-dl {
    font-size: 16px;
}

.lan-select .lan-select-left {
    width: 80px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-right: 16px;
    background: #dedede url(../img/arrdown2.png) no-repeat no-repeat calc(100% - 10px) center;
    background-size: auto;
}

.lan-select-list {
    position: absolute;
    bottom: -8px;
    transform: translate(0, 100%);
    width: fit-content;
    z-index: 1;
    overflow-y: auto;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
}

.lan-select-left {
    padding-right: 16px;
}

.lan-list-item {
    min-height: 40px;
}

.lan-img {
    display: block;
    user-select: none;
}

.join-icon {
    display: inline-flex;
    width: 18px;
    height: 9px;
    background: url(../img/arrdown4.png) no-repeat center;
    background-size: auto;
    transition: all .3s ease;
}

.join-tab {
    padding: 20px;
    cursor: pointer;
}

.join-cont {
    padding: 20px;
    line-height: 1.75em;
    display: none;
}

.join-ul > li {
    background-color: #fff;
    border-radius: 20px;
    margin-top: 20px;
}

.rotate.join-tab .join-icon {
    transform: rotate(180deg);
}

.join-tit {
    font-size: 18px;
    font-weight: 600;
}


.order-details-dl .icon-shoucang1 {
    font-size: 24px;
    margin-right: 10px;
}


.order-details-dl .icon-shoucang2 {
    color: #e5e5e5;
}

.order-details-dl .icon-shoucang2.on {
    color: #ffc02d;
}

.order-avatar {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    vertical-align: middle;
}

.coupon-ul > li {
    width: 48%;
    margin-left: 4%;
    margin-top: 20px;
    background-color: #f7d358;
    height: 90px;
    border-radius: 7px;
    position: relative;
}

.coupon-ul > li:nth-of-type(2n+1) {
    margin-left: 0;
}

.coupon-ul > li::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 100%;
    top: 0;
    right: 0;
    transform: translate(50%, 0);
    background-image: radial-gradient(circle, #faf3e0 10px, transparent 10px);
    background-size: 20px 20px;
    /* background-position: 5px top; */
}

.coupon-left {
    background-color: #fff;
    width: 72%;
    padding: 5px 0;
    border-radius: 7px;
    box-shadow: 0 0 5px rgba(48, 48, 48, .2);
}

.coupon-price {
    font-size: 24px;
    color: #e5002b;
    width: 120px;
    font-weight: 600;
}

.coupon-name {
    font-size: 18px;
}

.coupon-time {
    color: #979797;
}

.coupon-info {
    padding: 0 10px;
    border-left: 1px dashed #c4c4c4;
}

.coupon-right-text {
    font-size: 18px;
}

.pay-left {
    width: 56.71%;
}

.pay-right {
    width: 41.79%;
}

.pay-tab-ul {
    background-color: #efe4d2;
    border-radius: 3.125vw 3.125vw 0 0;
}


.pay-tab-ul > li {
    font-size: 20px;
    color: #010101;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 1.56vw 10px;
}

.refresh-click.ing .refresh-img {
    transform: rotate(360deg);
    transition: all .3s ease;
}

.pay-tab-ul > li.on {
    background-color: #f7d358;
    border-radius: 3.125vw 3.125vw 0 0;
}

.pay-left-item + .pay-left-item {
    margin-top: 30px;
}

.pay-left-tit-group {
    font-size: 16px;
}



@keyframes show {
    0% {
        margin-top: -100px;
    }
    100% {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .menu-left {
        position: sticky;
        position: -webkit-sticky;
        top: 167px;
    }
    
}

@media (min-width: 1920px) {
    .pay-tab-ul > li {
        padding: 30px 10px;
    }

    .pay-tab-ul {
        border-radius: 60px 60px 0 0;
    }

    .pay-tab-ul > li.on {
        border-radius: 60px 60px 0 0;
    }

    .order-details-dl .icon-shoucang2 {
        font-size: 24px;
        margin-left: 10px;
    }

    .order-tab-ul > li {
        margin-right: 40px;
    }

    .cart-fixe-list {
        padding: 10px 25px 80px;
    }

    .cart-fixed-mid {
        padding: 0 40px;
    }

    .mask-order-top, .mask-order-bott {
        max-height: 80vh;
        padding: 20px 40px;
    }

    .menu-left {
        padding: 0 50px 0 25px;
    }

    .mask-mid-tab > li + li {
        margin-left: 80px;
    }

    .mask-mid {
        padding: 40px 50px;
    }

    .swiper-banner-pagination .swiper-pagination-bullet {
        width: 20px;
        height: 20px;
    }

    .m-link + .m-link {
        margin-left: 30px;
    }

    .sign-box {
        margin: 80px 0;
    }

    .footer-top-ritem + .footer-top-ritem {
        margin-left: 140px;
    }
}

.mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    left: 0;
    top: 0;
    display: none;
    z-index: 999;
}

.map-inner {
    width: 1024px;
    max-width:94%;
    border-radius: 16px;
}

.map-inner-tit {
  font-size: 24px;
}

.map-inner-top {
  padding: 12px 0;
}

.map-inner-search {
  background-color: rgba(241,241,241,1);
  border-radius: 999px;
  padding: 0 20px;
}

.map-inner-val {height: 45px;width: 100%;flex: 1;}

/*.mask-close-posi {position:absolute;right:10px;top:10px}*/
.map-btn {display: inline-flex;width: 310px;height: 55px;background-color: rgba(38,35,41,1);color: #fff;justify-content: center;align-items: center;font-size: 16px;position: absolute;left: 50%;transform: translate(-50%,0);bottom: 20px;border-radius: 999px;font-weight: 600;}

 #map {
    height: 600px;
    width: 100%;
}
#search-box {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1000;
    background: white;
    padding: 8px;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    box-sizing: border-box;
}
#search-input {
    width: calc(100% - 30px);
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-sizing: border-box;
}
#location-info {
    margin-top: 5px;
    font-size: 12px;
    color: #000;
}

.mask-inner {
    width: 470px;
    max-width: 94%;
    border-radius: 16px;
    overflow: hidden;
}

.order-mask {
    display: block;
    background: transparent;
    pointer-events: none;
}

.order-mask.show {
    background: rgba(0, 0, 0, 0.2);
    display: block;
    pointer-events: all;
}

.order-mask .abs-center {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transform: none;
    height: fit-content;
}

.order-mask .mask-order-inner {
    opacity: 0;
    transform: translate(0, -100px);
    transition: all .3s ease;
    visibility: hidden;
}

.order-mask.show .mask-order-inner {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}

.mt25 {
    margin-top: 25px;
}

.tr {
    text-align: right;
}

.hide-pc {
    display: none;
}

.webkit {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

.line2 {
    -webkit-line-clamp: 2;
}

.line3 {
    -webkit-line-clamp: 3;
}

.line4 {
    -webkit-line-clamp: 4;
}

.line5 {
    -webkit-line-clamp: 5;
}

.line6 {
    -webkit-line-clamp: 6;
}

.col-000 {
    color: #000;
}

.col-333 {
    color: #333;
}

.col-666 {
    color: #666;
}

.col-999 {
    color: #999;
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.col-fff {
    color: #fff;
}

.col-fff a {
    color: #fff;
}

.col-fb {
    color: #FBFBFD;
}

.bgfff {
    background-color: #fff;
}

.theme {
    color: #e3d243;
}

.mask-dl .theme.open {
    color:blue;
}

.coupon-select {
    background: url(../img/arrow-right.png) no-repeat right center;
    background-size: 16px;
    padding: 5px 26px;
    color: #f00;
}

.coupon-select option {
    color: #333;
}