* {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol,
ul,
li {
    list-style: none;
}

a,
textarea,
input,
button {
    outline: none;
}

ins,
a {
    text-decoration: none;
    color: #333;
}

img {
    border: none;
}
video {
    width: 100%;
    object-fit: fill;
    height: 100%;
}
li,
input,
img,
textarea,
select {
    vertical-align: middle;
}

body {
    /*font-family: Verdana, Arial, 'Microsoft Yahei', 'Pingfang SC', SimSun;*/
    font-family: 'Gill Sans Extrabold', sans-serif;
    font-size: 0.85rem;
    color: #333;
}
.floatNav {
    width: 100%;
    height: 3.75rem;
    box-sizing: border-box;
    padding: 0.625rem 0;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #fff;
    box-shadow: 0 -0.5rem 0.75rem -0.375rem rgba(0, 0, 0, 0.1);
}

.floatNav-item {
    text-align: center;
    display:inline-block;
}

.floatNav-img {
    width: 1.875rem;
    height: 1.875rem;
    margin: 0 auto;
}

.floatNav-txt {
    font-size: 0.8rem;
    color: #172c47;
}

.active .floatNav-txt {
    color: #1b73cc !important;
}

/* 图片显示逻辑 */
.default {
    display: block;
}
/* 默认显示 */
.active .default {
    display: none;
}
/* 激活隐藏默认 */
.active-img {
    display: none;
}
/* 默认隐藏激活图 */
.active .active-img {
    display: block;
}
/* 激活显示 */
.ContactUs {
    width: 100%;
    margin: 1rem auto;
    box-sizing: border-box;
    color: #333;
}

.ContactUs-Ti {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    box-sizing: border-box;
    padding: 0 0.25rem;
}

    .ContactUs-Ti div:first-of-type {
        width: 0.3rem;
        height: 1.25rem;
        border-radius: 0.5rem;
        background: #3599fc;
    }

    .ContactUs-Ti div:last-of-type {
        font-size: 1.25rem;
        font-weight: bold;
    }

.ContactUsList {
    width: 100%;
    padding: 0.625rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.625rem;
    overflow-x: auto;
    scrollbar-width: none; /* Firefox 隐藏滚动条 */
    -ms-overflow-style: none; /* IE/Edge 隐藏滚动条 */
}

.ContactUsList-Item {
    position: relative;
    background: #f8f8f8;
    padding: 1rem;
    border-radius: 0.5rem;
    flex-shrink: 0;
}

.ContactUsList-jia {
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 1.25rem;
    height: 1.25rem;
}

.ContactUsList-tx {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    margin-bottom: 0.625rem;
}

.ContactUsList-name {
    font-size: 1.25rem;
}

.ContactUsList-icon {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    color: #8b8b8b;
    margin: 0.2rem 0;
}

    .ContactUsList-icon img {
        width: 0.875rem;
        height: 0.875rem;
    }

.ContactUsList-call {
    font-size: 0.9375rem;
    color: #172c45;
    font-weight: bold;
    margin: 0.2rem 0;
}

.ContactUsList-txt {
    font-size: 1.0625rem;
    color: #9a9a9a;
}
.DetNav {
    width: 100%;
    margin: 1.4rem 0 0;
    padding: 1rem 0 0.8rem;
    box-shadow: 0 0 0.75rem rgb(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-sizing: border-box;
}

    .DetNav a {
        text-decoration: none;
    }

.DetNav-Item {
    color: #333;
    padding-bottom: 0.2rem;
    border-bottom: 0.25rem solid transparent;
}

    .DetNav-Item.active {
        color: #3aa0fe;
        border-bottom: 0.25rem solid #3aa0fe;
    }
/* 通用弹窗样式 (网页1) */
.modal-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.custom-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 96%;
    background: #fff;
    border-radius: 0.5rem;
    z-index: 1000;
    overflow: hidden;
    box-sizing: border-box;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    padding: 0.9375rem 0;
    margin: 0 0.9375rem;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}

.modal-title {
    color: #333;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.close-btn {
    font-size: 1.5rem;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* 触发按钮组样式 */
.btn-group {
    padding: 1.25rem;
}
/* .trigger-btn {
  margin: 10px;
  padding: 10px 20px;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
} */

.modal-content {
    width: 100%;
    padding: 0.9375rem;
    box-sizing: border-box;
}

.TravelersList {
    width: 100%;
    max-height: 12.5rem;
    overflow-y: auto;
}

.TravelersItem {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-bottom: 1rem;
    padding-top: 0;
    padding-bottom: 0.5rem;
    border-bottom: 0.0625rem solid #dfdfdf;
    box-sizing: border-box;
    position: relative;
}

    .TravelersItem:first-of-type {
        padding-top: 0;
    }

.TravelersItemClose {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    color: #ff6600;
    font-size: 1rem;
}

.TravelersItem:first-of-type > .TravelersItemClose {
    display: none;
    padding-top: 0;
}

.TravelersItem:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}

.TravelersItemInp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* gap: 1rem; */
    color: #333;
    margin-bottom: 0.5rem;
}
.removeOne {
    text-align: right;
    align-items: end;
    justify-content: end;
}
.removeOne a{
    padding:0 0.25rem;
}
    .removeOne a img {
        width: 0.8rem;
        height: 0.8rem;
    }

    .TravelersItemInp div:first-of-type {
        width: 5rem;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        font-size: 0.75rem;
    }

.TravelersItemInp div:last-of-type {
    width: 6.35rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .TravelersItemInp div:last-of-type input {
        width: 100%;
        font-size: 0.75rem;
        color: #666666;
        border: 0.0625rem solid #dedede;
        border-radius: 0.25rem;
        padding: 0.25rem 0.1rem;
        outline: none;
    }

        .TravelersItemInp div:last-of-type select {
            width: 100%;
            font-size: 0.75rem;
            color: #666666;
            border: 0.0625rem solid #dedede;
            border-radius: 0.25rem;
            padding: 0.1rem;
            outline: none;
        }

.AddTravelers {
    text-align: right;
    color: #ff6800;
    font-size: 0.875rem;
}

.TravelersSubmit {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 1rem;
}

    .TravelersSubmit div {
        padding: 0.125rem 1.5rem;
        border-radius: 0.25rem;
        box-sizing: border-box;
        font-size: 0.875rem;
        color: #fff;
        background: #3b9fff;
    }

.Travelersprompt {
    background: #f8f8f8;
    font-size: 0.75rem;
    color: #ff6600;
    border-radius: 0.25rem;
    padding: 0.25rem;
}
.Tips {
    width: 96%;
    margin: 0.625rem auto;
    background: #f8f8f8;
    border-radius: 0.5rem;
    padding: 0.625rem;
    box-sizing: border-box;
}

.Tips-Ti {
    display: flex;
    align-items: center;
}

    .Tips-Ti img {
        width: 1.4rem;
        height: 1.4rem;
    }

    .Tips-Ti span {
        color: #333;
        font-weight: bold;
    }

.Tips-co {
    font-size: 0.75rem;
    color: #666;
}
.topNavbar {
    width: 100%;
    padding: 0 2%;
    margin: 0 auto;
    height: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 100000;
    box-shadow: 0 0.125rem 0.25rem 0.01rem rgba(0, 0, 0, 0.1);
}

    .topNavbar div:first-of-type {
        width: 1.375rem;
        height: 1.375rem;
    }

.topNavbarTi {
    width: auto !important;
    height: auto !important;
    font-size: 1.1rem;
    display: -webkit-box; /* 旧版 WebKit 兼容 */
    -webkit-box-orient: vertical; /* 文本方向为垂直排列 */
    -webkit-line-clamp: 1; /* 限制显示的行数 */
    overflow: hidden; /* 隐藏溢出内容 */
    max-width: 80%;
    font-weight: 600;
}

.topNavbar img {
    width: 1.375rem;
    height: 1.375rem;
}

.topNavbar a {
    display:inline-block;
}
.topNavctrl {
    width: 100%;
    position: fixed;
    top: 3rem;
    left: 0;
    background: #fff;
    padding-top: 0.75rem;
    padding-bottom: 0.5rem;
    z-index: 99;
}
.TypeNav {
    width: 95%;
    margin:0 auto;
    box-sizing: border-box;
    background-color: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    overflow-x: auto;
    -ms-overflow-style: none; /* IE 和 Edge */
    scrollbar-width: none; /* 火狐 */
    padding: 0.5rem 0.5rem;
    border-radius: 0.5rem;
}

.TypeNavItem {
    flex-shrink: 0;
    padding: 0.3rem 0.4rem;
    border-radius: 0.25rem;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 0.5rem rgb(0, 0, 0, 0.1);
}

    .TypeNavItem.active {
        background: #3aa0ff;
        color: #fff;
        font-weight: bold;
        box-shadow: 0 0 0.5rem #3aa0ff;
    }

#drag {
    position: relative;
    background-color: #f5f5f5;
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
}

    #drag .handler {
        position: absolute;
        top: 0;
        left: 0;
        width: 2.5rem;
        height: calc(2.5rem - 2px);
        border: 1px solid #B25A00;
        cursor: move;
        border-radius: 0.25rem;
    }

.handler_bg {
    background: #FBC200 url(../img/iconD1w.png) no-repeat center;
}

.handler_ok_bg {
    background: #fff url(../img/iconD0.png) no-repeat center;
}

#drag .drag_bg {
    background-color: #7ac23c;
    height: 2.5rem;
    border-radius: 0.25rem;
    width: 0px;
}

#drag .drag_text {
    position: absolute;
    top: 0px;
    width: 100%;
    color: #9c9c9c;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    font-size: 0.875rem;
}

input.error, select.error, textarea.error {
    border: 1px solid #f30 !important;
}
label.error{
    display:none !important;
}
img[loading=lazy] {
    object-fit: scale-down !important;
}