:root {
    --max: 1200px;
    --size14: 14px;
    --size16: 16px;
    --size18: 18px;
    --size20: 20px;
    --size24: 24px;
    --size30: 30px;
    --size36: 36px;
    --size40: 40px;
    --size46: 46px;
    --size50: 50px;
    --size56: 56px;
    --size60: 60px;

    --top20: 20px;
    --top30: 30px;
    --top40: 40px;
    --top50: 50px;
    --top60: 60px;
    --top80: 80px;
    --top100: 100px;
    --top120: 120px;
}

@font-face {
    font-family: "Regular";
    src: url("../fonts/Regular.otf") format("truetype");
}

/* @font-face {
    font-family: "Medium";
    src: url("../fonts/Medium.otf") format("truetype");
} */

@font-face {
    font-family: "Bold";
    src: url("../fonts/Bold.otf") format("truetype");
}

body {
    font-family: "Regular";
}

.Hertre {
    width: 100%;
    z-index: 999;
    position: relative;
    background: #fff;
}

.Hertre_cen {
    width: var(--max);
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.Logo {
    width: 300px;
    overflow: hidden;

}

.Logo img {
    width: 100%;
    height: auto;
}

.Nav {
    width: max-content;
}

.Nav ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: var(--top40);
}

.Nav ul li {
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
    text-align: center;
    line-height: 90px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.Nav ul li svg {
    width: 13px;
    height: auto;
    fill: rgba(243, 152, 0, 1);
}


.Nav ul li.active {
    color: rgba(243, 152, 0, 1);
}

.Nav ul li:hover {
    color: rgba(243, 152, 0, 1);
}

.Nav ul li::after {
    content: "";
    width: 0%;
    height: 3px;
    background: rgba(243, 152, 0, 1);
    position: absolute;
    bottom: 25px;
    left: 0%;
    transition: all 0.3s;
}

.Nav ul li.active::after {
    width: 100%;
}

.Nav ul li:hover::after {
    width: 100%;
}

.Nav_ul {
    width: max-content;
    display: none;
    background: #ffffff;
    position: absolute;
    overflow: hidden;
    top: 100%;
    transition: auto;
    padding: 20px 30px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 0px 10px 5px #00000010;
    border-radius: 5px;
}

.Nav_ul a {
    color: #000000;
    display: block;
    line-height: 2.5;
    text-align: left;
    font-size: var(--size14);
    border-bottom: 1px solid rgba(238, 238, 238, 1);
}

.Nav_ul a:hover {
    color: rgba(51, 51, 51, 1);
    ;
}

.Nav_ul a.active,
.Nav_ul a:hover {
    color: rgba(243, 152, 0, 1);
}

.Quote {
    width: max-content;
    display: block;
    line-height: 30px;
    border-radius: 15px;
    border: 1px solid rgba(243, 152, 0, 1);
    font-size: var(--size14);
    color: rgba(51, 51, 51, 1);
    padding: 0 var(--top30);
}

.Quote:hover {
    background: rgba(243, 152, 0, 1);
    color: rgba(255, 255, 255, 1);
}


.An {
    width: 30px;
    display: none;
}

.menu_button {
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.menu_button:focus {
    outline: none;
}

.menu_button .line {
    fill: none;
    stroke: rgba(51, 51, 51, 1);
    stroke-width: 8;
    stroke-linecap: round;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.menu_button .line1 {
    stroke-dasharray: 60 207;
}

.menu_button .line2 {
    stroke-dasharray: 60 60;
}

.menu_button .line3 {
    stroke-dasharray: 60 207;
}

.menu_button.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
}

.menu_button.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
}

.menu_button.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
}

.Banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.Banner img {
    width: 100%;
    height: auto;
    min-height: 150px;
    object-fit: cover;
}

.Banner_text {
    width: var(--max);
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: var(--size36);
    color: rgba(255, 255, 255, 1);
    font-family: 'Bold';
    text-align: center;
}


.Max {
    width: var(--max);
    margin: var(--top60) auto;
}

.Lianxi>p {
    width: 600px;
    max-width: 100%;
    margin: auto;
    text-align: center;
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
    line-height: 1.6;
}

.Lianxi form {
    width: 100%;
    border-radius: 10px;
    background: rgba(29, 28, 33, 1);
    padding: var(--top30) var(--top40);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top20) var(--top40);
    margin-top: var(--top30);
}

.Lianxi_form {
    width: 100%;
}

.Lianxi_form p {
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
}

.Lianxi_form p span {
    color: rgba(237, 17, 17, 1);
}

.Lianxi_form input {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    background: rgba(238, 238, 238, 1);
    padding: 0 10px;
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
    margin-top: 8px;
}

.Lianxi_form input.Form_input {
    background: rgba(238, 238, 238, 1) url(../images/sanjiao.png) no-repeat right 10px center / 17px auto;
}

.Lianxi_form:nth-last-child(2),
.Lianxi_form:nth-last-child(1) {
    grid-column: 1 / -1;
}

.Lianxi_form textarea {
    width: 100%;
    height: 120px;
    border-radius: 5px;
    background: rgba(238, 238, 238, 1);
    padding: 10px;
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
    margin-top: 8px;
    font-family: 'Regular';
    resize: none;
}

.Lianxi_form button {
    width: 340px;
    height: 50px;
    border-radius: 5px;
    background: rgba(243, 152, 0, 1);
    margin: auto;
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    display: block;
    border: none;
}

.Dizhi {
    width: 100%;
    overflow: hidden;
    background: rgba(248, 248, 248, 1);
}

.Dizhi_max {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--top40);
}

#googleMapA {
    width: 65%;
    height: 300px;
    border-radius: 10px;
}

.Dizhi_max ul {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top20);
}

.Dizhi_max ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}

.Dizhi_max ul li img {
    width: 24px;
    height: auto;
}

.Dizhi_max ul li p {
    flex: 1;
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
    line-height: 1.5;
}

.Fuwu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--top50);
}

.Fuwu_left {
    width: 230px;
    border-right: 1px solid rgba(238, 238, 238, 1);
}

.Fuwu_left h2 {
    font-size: var(--size20);
    color: rgba(51, 51, 51, 1);
    font-family: 'bold';
}

.Fuwu_left ul {
    width: max-content;
    margin-top: var(--top20);
}

.Fuwu_left ul li {
    width: 100%;
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
    line-height: 3;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
}

.Fuwu_left ul li.active {
    color: rgba(243, 152, 0, 1);
    border-bottom: 1px solid rgba(243, 152, 0, 1);
}

.Fuwu_right {
    flex: 1;
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
    line-height: 1.7;
}

.Fuwu_right img {
    width: 100%;
    height: auto;
}

.Wro {
    width: 100%;
    overflow: hidden;
    background: rgba(248, 248, 248, 1);
}

.Wro_max {
    width: calc((100% - var(--max)) / 2 + var(--max));
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--top50);
}

.Wro_max img {
    width: 55%;
    object-fit: cover;
}

.Wro_text {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: var(--top50) 0;
}

.Wro_text h2 {
    width: 100%;
    font-size: var(--size36);
    color: rgba(51, 51, 51, 1);
    font-family: 'bold';
    line-height: 1;
    border-left: 5px solid rgba(243, 152, 0, 1);
    padding-left: 8px;
}

.Wro_text p {
    width: 100%;
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
    line-height: 1.6;
    margin-top: var(--top20);
}

.Wro_text a {
    width: max-content;
    display: block;
    line-height: 36px;
    border-radius: 30px;
    background: rgba(243, 152, 0, 1);
    color: rgba(255, 255, 255, 1);
    font-size: var(--size16);
    font-family: 'Bold';
    padding: 0 30px;
    margin-top: var(--top50);
}


.Our {
    width: 100%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: var(--top60) auto;
}

.Our_max>h2 {
    text-align: center;
    font-size: var(--size36);
    color: rgba(238, 238, 238, 1);
    font-family: 'Bold';
}

.Our_max>h2::after {
    content: "";
    width: 60px;
    height: 5px;
    background: rgba(243, 152, 0, 1);
    border-radius: 5px;
    display: block;
    margin: auto;
    margin-top: var(--top20);
}

.Our_max ul {
    width: 100%;
    margin-top: var(--top50);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--top30) var(--top60);
}

.Our_max ul li {
    width: 100%;
    border-radius: 5px;
    background: rgba(238, 238, 238, 0.15);
    padding: var(--top30);
}

.Our_max ul li img {
    width: 40px;
    aspect-ratio: 4 / 4;
    object-fit: contain;
    margin: auto;
}

.Our_max ul li h2 {
    text-align: center;
    font-size: var(--size36);
    color: rgba(255, 255, 255, 1);
    font-family: 'bold';
    margin-top: var(--top20);
}

.Our_max ul li p {
    text-align: center;
    font-size: var(--size18);
    color: rgba(255, 255, 255, 1);
    margin-top: var(--top20);
    line-height: 1.6;
}

.Our_max a {
    width: max-content;
    display: block;
    margin: auto;
    line-height: 36px;
    border-radius: 30px;
    background: rgba(243, 152, 0, 1);
    color: rgba(255, 255, 255, 1);
    font-size: var(--size16);
    font-family: 'Bold';
    padding: 0 var(--top30);
    margin-top: var(--top50);
}

.Lianxi>h2 {
    width: 700px;
    max-width: 100%;
    margin: auto;
    text-align: center;
    font-size: var(--size36);
    color: rgba(51, 51, 51, 1);
    font-family: 'Bold';
    line-height: 1.3;
    margin-bottom: var(--top20);
}

.Lianxi>h2::after {
    content: "";
    width: 60px;
    height: 5px;
    background: rgba(243, 152, 0, 1);
    border-radius: 5px;
    display: block;
    margin: auto;
    margin-top: var(--top20);
}

.Swiper {
    width: 100%;
}

.Swiper img {
    width: 100%;
    height: auto;
    min-height: 350px;
    object-fit: cover;
}

.Swiper_max {
    width: var(--max);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Swiper_max h2 {
    text-align: center;
    font-size: var(--size24);
    color: rgba(255, 255, 255, 1);
    font-family: 'Bold';
}

.Swiper_max p {
    text-align: center;
    font-size: var(--size36);
    color: rgba(255, 255, 255, 1);
    margin-top: var(--top20);
}

.Swiper_max_btn {
    width: 100%;
    margin-top: var(--top60);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--top80);
}

.Swiper_max_btn a {
    width: max-content;
    line-height: 36px;
    border: 1px solid rgba(238, 238, 238, 1);
    border-radius: 30px;
    font-size: var(--size14);
    color: rgba(238, 238, 238, 1);
    padding: 0 30px;
}

.Swiper_max_btn a:nth-child(2) {
    background: rgba(238, 238, 238, 1);
    color: rgba(51, 51, 51, 1);
}

.Swiper_max_btn a:hover {
    background: rgba(238, 238, 238, 1);
    color: rgba(51, 51, 51, 1);
}

.pager1 {
    gap: 15px;
}

.zhenshangyin-pager-bullets-bullet {
    border: 1px solid rgba(255, 255, 255, 1);
    background: transparent;
}

.Fuwuin>h2 {
    text-align: center;
    font-size: var(--size36);
    color: rgba(51, 51, 51, 1);
    font-family: 'Bold';
}

.Fuwuin>h2::after {
    content: "";
    width: 60px;
    height: 5px;
    background: rgba(243, 152, 0, 1);
    border-radius: 5px;
    display: block;
    margin: auto;
    margin-top: var(--top20);
}

.Fuwuin ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: var(--top40);
}

.Fuwuin ul li {
    width: 100%;
    height: 240px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.Fuwuin_top {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    transform: translateY(0%);
}

.Fuwuin_top img {
    width: 40px;
    aspect-ratio: 4 / 4;
    object-fit: contain;
    margin: auto;
}

.Fuwuin_top h2 {
    width: 100%;
    text-align: center;
    font-size: var(--size20);
    color: rgba(238, 238, 238, 1);
    font-family: 'Bold';
    margin-top: 10px;
}

.Fuwuin_bottom {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 var(--top30);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    transform: translateY(100%);
}

.Fuwuin_bottom h2 {
    width: 100%;
    text-align: center;
    font-size: var(--size20);
    color: rgba(238, 238, 238, 1);
    font-family: 'Bold';
}

.Fuwuin_bottom p {
    text-align: center;
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    line-height: 1.5;
    margin: var(--top20) auto;
}

.Fuwuin_bottom a {
    width: max-content;
    line-height: 36px;
    border: 1px solid rgba(238, 238, 238, 1);
    border-radius: 30px;
    font-size: var(--size14);
    color: rgba(238, 238, 238, 1);
    padding: 0 30px;
    margin: auto;
}

.Fuwuin_bottom a:hover {
    background: rgba(238, 238, 238, 1);
    color: rgba(51, 51, 51, 1);
}

.Fuwuin ul li:hover .Fuwuin_top {
    transform: translateY(-100%);
}

.Fuwuin ul li:hover .Fuwuin_bottom {
    transform: translateY(0%);
}

.Com ul li {
    background: rgba(238, 238, 238, 0.4);
}

.Com>h2::after {
    display: none;
}

.Com>p {
    text-align: center;
    font-size: var(--size20);
    color: rgba(255, 255, 255, 1);
    margin-top: var(--top20);
    line-height: 1.6;
}

.Com>p::after {
    content: "";
    width: 60px;
    height: 5px;
    background: rgba(243, 152, 0, 1);
    border-radius: 5px;
    display: block;
    margin: auto;
    margin-top: var(--top20);
}

.Footer {
    width: 100%;
    overflow: hidden;
    background: rgba(17, 17, 17, 1);
}

.Footer_max {
    width: var(--max);
    margin: var(--top60) auto var(--top100);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--top50);
}

.Footer_left {
    width: 380px
}

.Footer_left img {
    width: 100%;
    height: auto;
}

.Footer_left p {
    width: 100%;
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    line-height: 1.5;
    margin-top: var(--top30);
}

.Footer_right {
    width: 320px;
}

#googleMapFooter{
    width: 100%;
    height: 150px;
    border-radius: 10px;
}

.Tuiguang{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.Tuiguang a{
    width: 25px;
    margin: 5px;
}

.Footer_text {
    width: 100%;
    margin-top: var(--top30);
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.Footer_text p {
    width: 100%;
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    line-height: 1.5;
}

.Footer_max ul {
    flex: 1;
    border-left: 1px solid rgba(68, 68, 68, 1);
    border-right: 1px solid rgba(68, 68, 68, 1);
    padding: 0 var(--top50);
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
}

.Footer_max ul li {
    width: 100%;
    font-size: var(--size16);
    color: rgba(238, 238, 238, 1);
    position: relative;
}

.Footer_max ul li>a {
    width: 100%;
    line-height: 75px;
    display: block;
}

.Footer_ul {
    width: 100%;
}

.Footer_ul a {
    width: 100%;
    display: block;
    font-size: var(--size14);
    color: rgba(231, 231, 231, 1);
    line-height: 2;
}

.Footer_max ul::after {
    content: "";
    width: 150px;
    height: 1px;
    background: rgba(68, 68, 68, 1);
    position: absolute;
    top: 75px;
    left: 50%;
    transform: translateX(-50%);
}

.Footer_max ul::before {
    content: "";
    width: 1px;
    height: 150px;
    background: rgba(68, 68, 68, 1);
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.Footer_max ul li:nth-child(2n) {
    padding-left: var(--top30);
}

.Beian {
    width: 100%;
    border-top: 1px solid rgba(102, 102, 102, 1);
}

.Beian_max {
    width: var(--max);
    margin: 15px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.Beian_max p {
    font-size: var(--size16);
    color: rgba(238, 238, 238, 1);
}

.Auto>p {
    text-align: center;
    font-size: var(--size20);
    color: rgba(51, 51, 51, 1);
    font-family: 'Bold';
}

.Auto_max {
    width: 100%;
    margin-top: var(--top40);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 5px;
}

.Auto_left {
    width: 310px;
    background: rgba(29, 28, 33, 1);
    padding: var(--top50);
}

.Auto_left ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top30);
}

.Auto_left ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.Auto_left ul li p {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(243, 152, 0, 0.3);
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

.Auto_left ul li h2 {
    flex: 1;
    font-size: var(--size16);
    color: rgba(255, 255, 255, 1);
}

.Auto_left ul li.active p {
    background: rgba(243, 152, 0, 1);
}

.Auto_right {
    flex: 1;
    background: rgba(244, 245, 246, 1);
    position: relative;
    padding-bottom: 80px;
}

.Next {
    width: 100%;
    height: 80px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 var(--top20);
}

.Next button {
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    font-size: var(--size16);
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Bold';
}

.Next button:first-child {
    background: rgba(238, 238, 238, 1);
    color: rgba(51, 51, 51, 1);
}

.Next button:first-child:hover {
    background: rgba(221, 221, 221, 1);
}

.Next button:last-child {
    background: rgba(243, 152, 0, 1);
    color: rgba(255, 255, 255, 1);
    margin-left: auto;
}

.Next button:last-child:hover {
    background: rgba(230, 142, 0, 1);
}

.Yi,
.Er,
.San,
.Si,
.Wu,
.Liu {
    display: none;
}

.Yi {
    width: 100%;
}

.Min_height{
    width: 100%;
    min-height: 500px;
}

.Yi>h2 {
    font-size: var(--size20);
    color: rgba(51, 51, 51, 1);
    font-family: 'Bold';
    border-bottom: 1px solid rgba(221, 221, 221, 1);
    padding: 20px 20px;
}

.car_models_container {
    width: 100%;
    min-height: 500px;
    max-height: 500px;
    overflow: auto;
    padding: 30px 20px;
}

.car_models_container>p {
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
}

.car_models {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
}

.car_model {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: rgba(255, 255, 255, 1);
    cursor: pointer;
    border: 2px solid transparent;
}

.car_model.active {
    border: 2px solid rgba(243, 152, 0, 1);
}

.car_icon {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.car_icon img {
    width: 100%;
    height: auto;
}

.car_info {
    width: max-content;
}

.car_info h3 {
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
    margin: 0;
}

.car_info span {
    font-size: var(--size14);
    color: rgba(102, 102, 102, 1);
}

.car_name {
    flex: 1;
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
    margin-left: var(--top80);
}

.Er {
    width: 100%;
}

.Er>h2 {
    font-size: var(--size20);
    color: rgba(51, 51, 51, 1);
    font-family: 'Bold';
    border-bottom: 1px solid rgba(221, 221, 221, 1);
    padding: 20px 20px;
}

.services_container {
    width: 100%;
    overflow: auto;
    padding: 30px 20px;
}

.services_container>p {
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
}

.services_container_list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
}

.service {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 15px;
    background: rgba(255, 255, 255, 1);
    cursor: pointer;
    border: 2px solid transparent;
}

.service.active {
    border: 2px solid rgba(243, 152, 0, 1);
}


.service_icon {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service_icon img {
    width: 100%;
    height: auto;
}

.service_info {
    width: max-content;
}

.service_info h3 {
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
    margin: 0;
}

.service_info span {
    font-size: var(--size14);
    color: rgba(102, 102, 102, 1);
}

.service_quantity {
    width: max-content;
    display: flex;
    align-items: center;
    margin-left: var(--top60);
}

.qty_btn {
    width: 25px;
    height: 25px;
    background: rgba(244, 245, 246, 1);
    border: 1px solid rgba(232, 232, 232, 1);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--size14);
    color: rgba(153, 153, 153, 1);
    line-height: 1;
}

.service_quantity input {
    width: 50px;
    height: 25px;
    text-align: center;
    font-size: var(--size14);
    color: rgba(51, 51, 51, 1);
    border-top: 1px solid rgba(232, 232, 232, 1);
    border-bottom: 1px solid rgba(232, 232, 232, 1);
    -moz-appearance: textfield;
}

.service_quantity input::-webkit-outer-spin-button,
.service_quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.service_price {
    width: max-content;
    font-size: var(--size24);
    color: rgba(243, 152, 0, 1);
    margin-left: auto;
}



.San {
    width: 100%;
}

.San>h2 {
    font-size: var(--size20);
    color: rgba(51, 51, 51, 1);
    font-family: 'Bold';
    border-bottom: 1px solid rgba(221, 221, 221, 1);
    padding: 20px 20px;
}


.date_time_container {
    width: 100%;
    display: flex;
    padding: 30px 20px;
    gap: 30px;
}

.calendar {
    flex: 1;
}

.calendar_header_container {
    width: 100%;
    height: 40px;
    background: rgba(244, 245, 246, 1);
}

.calendar_header {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--top50);
}

.calendar_nav {
    width: max-content;
    height: max-content;
    background: transparent;
    border: transparent;
    cursor: pointer;
}


.calendar_header h3 {
    width: max-content;
    font-size: var(--size18);
    color: rgba(51, 51, 51, 1);
}

.calendar_content {
    width: 100%;
    background: rgba(255, 255, 255, 1);
}

.calendar_days {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    border-bottom: 1px solid rgba(221, 221, 221, 1);
    padding: 15px 10px;
}

.calendar_days span {
    width: 100%;
    text-align: center;
    text-align: center;
    font-size: var(--size14);
    color: rgba(51, 51, 51, 0.7);
}

.calendar_grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    padding: 10px;
    gap: 5px;
    min-height: 200px;
}

.calendar_day {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--size14);
    background: #ECEFF2;
    color: rgba(17, 17, 17, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.calendar_day.disabled {
    color: rgba(17, 17, 17, 0.1);
    cursor: not-allowed;
}

.calendar_day.weekend {
    color: rgba(17, 17, 17, 0.1);
    cursor: not-allowed;
}

.calendar_day.selectable {
    background: #ECEFF2;
    color: rgba(17, 17, 17, 1);
    cursor: pointer;
}

.calendar_day.selectable::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background: rgba(243, 152, 0, 1);
}


.calendar_day.selected {
    background: rgba(243, 152, 0, 1);
    color: white;
}

.calendar_day.placeholder {
    background: transparent;
    color: transparent;
    cursor: default;
}


.time_slots {
    flex: 1;
    background: rgba(255, 255, 255, 1);
}

.time_slots h3 {
    text-align: center;
    font-size: var(--size18);
    color: rgba(51, 51, 51, 1);
    height: 40px;
    background: rgba(244, 245, 246, 1);
}


.time_slots_container {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    padding: 15px;
}

.time_slots_list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.time_slot {
    width: 100%;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: block;
    background: rgba(238, 238, 238, 1);
    text-align: center;
}

.time_slot span {
    display: block;
    line-height: 1.4;
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
}

.time_slot.active {
    background: rgba(243, 152, 0, 1);
    color: white;
}

.time_slot.active span {
    color: white;
}

.Si {
    width: 100%;
}

.Si>h2 {
    font-size: var(--size20);
    color: rgba(51, 51, 51, 1);
    font-family: 'Bold';
    border-bottom: 1px solid rgba(221, 221, 221, 1);
    padding: 20px 20px;
}

.location_options {
    width: 100%;
    padding: 30px 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--top20);
}

.location_option {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    padding: 20px;
    border: 2px solid transparent;
    cursor: pointer;
}

.location_option.active {
    border-color: rgba(243, 152, 0, 1);
}

.location_icon {
    width: 60px;
    margin: auto;
}

.location_icon img {
    width: 100%;
    height: aiuto;
}

.location_option h3 {
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
    text-align: center;
    font-family: "Bold";
    margin-top: 10px;
}

.location_option p {
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
    text-align: center;
    margin-top: 10px;
}

.Wu {
    width: 100%;
}

.Wu>h2 {
    font-size: var(--size20);
    color: rgba(51, 51, 51, 1);
    font-family: 'Bold';
    border-bottom: 1px solid rgba(221, 221, 221, 1);
    padding: 20px 20px;
}


.form_container {
    width: 100%;
    padding: 30px 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 10px;
}

.form_row {
    width: 100%;
}


.form_row label {
    width: 100%;
    display: block;
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
}

.form_row label span {
    color: rgba(237, 17, 17, 1);
}

.form_row input {
    width: 100%;
    height: 50px;
    background: rgba(255, 255, 255, 1);
    padding: 0 15px;
    font-size: var(--size16);
    color: rgba(17, 17, 17, 1);
    margin-top: 10px;
}


.phone_input {
    width: 100%;
    display: flex;
    margin-top: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: white;
}

.phone_input_icon {
    width: 100px;
    height: 50px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    border-right: 1px solid #e0e0e0;
    transition: background-color 0.2s ease;
}

.phone_input_icon:hover {
    background-color: #f8f9fa;
}

.phone_input_icon .country_flag_display {
    width: 20px;
    height: 15px;
    margin-right: 8px;
    object-fit: cover;
    border-radius: 2px;
}

.phone_input_icon .country_code {
    font-size: var(--size14);
    color: rgba(51, 51, 51, 1);
    margin-left: 5px;
    font-weight: 500;
}

/* .phone_input_icon::after {
    content: '▲';
    font-size: 8px;
    color: rgba(51, 51, 51, 1);
    margin-left: 8px;
    transition: transform 0.2s ease;
    font-weight: bold;
} */

.phone_input_icon.dropdown-open::after {
    transform: rotate(180deg);
}

.phone_input input {
    margin-top: 0px;
    flex: 1;
}

.phone_input input::placeholder {
    color: rgba(153, 153, 153, 1);
}

.country_dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 300px;
    max-height: 200px;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none;
    overflow-y: auto;
    margin-top: 2px;
}

.country_dropdown.show {
    display: block;
}

.country_item {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    cursor: pointer;
    border-bottom: 1px solid #f5f5f5;
    transition: background-color 0.2s ease;
}

.country_item:hover {
    background-color: #f8f9fa;
}

.country_item:hover .country_name,
.country_item:hover .country_code_text {
    color: rgba(51, 51, 51, 1);
}

.country_item.active {
    background-color: #f5f5f5;
}

.country_item.active .country_name,
.country_item.active .country_code_text {
    color: rgba(51, 51, 51, 1);
    font-weight: 500;
}

.country_flag {
    width: 20px;
    height: 15px;
    margin-right: 10px;
    object-fit: cover;
    border-radius: 2px;
}

.country_name {
    font-size: var(--size14);
    color: rgba(51, 51, 51, 1);
    margin-right: 10px;
}

.country_code_text {
    font-size: var(--size14);
    color: rgba(102, 102, 102, 1);
    font-weight: 400;
}

.Liu {
    width: 100%;
}

.Liu>h2 {
    font-size: var(--size20);
    color: rgba(51, 51, 51, 1);
    font-family: 'Bold';
    border-bottom: 1px solid rgba(221, 221, 221, 1);
    padding: 20px 20px;
}

.Liu_max {
    width: 100%;
    padding: 30px 20px;
}

.confirmation_details {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    padding: 15px var(--top30);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.detail_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.detail_item .label {
    width: 110px;
    font-size: 16px;
    color: rgba(243, 152, 0, 1);
    font-family: 'Bold';
}

.detail_item .value {
    flex: 1;
    font-size: var(--size16);
    color: rgba(51, 51, 51, 1);
}
.Liu_max_bottom{
    width: 100%;
    overflow: hidden;
    background: rgba(255, 255, 255, 1);
    margin-top: var(--top20);
}
.total_price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(242, 180, 73, 1);
    color: white;
    padding: 15px 20px;
    font-size: var(--size18);
    font-weight: bold;
    margin-top: 100px;
}

#servicesConfirmation .detail_item .label{
    width: max-content;
}

#servicesConfirmation .detail_item .value{
    color: rgba(242, 180, 73, 1);
    font-family: 'Bold';
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#servicesConfirmation .detail_item .value span{
    color: #000000;
    font-family: 'Regular';
}