* {
    font-family: PingFang SC, Verdana, Helvetica Neue, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
    /* -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent; */
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}
body::-webkit-scrollbar{
    display: none;
}

ul,
ol {
    list-style: none;
}

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

a:hover {
    text-decoration: none;
    color: #777777
}

label {
    margin-bottom: 0px;
}
input{
    border: 0;
    outline:none;
}

input,
button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.box {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.clearfloat {
    clear: both;
}


/* tabBar导航栏样式 */

.tabBar {
    width: 100%;
    position: fixed;
    bottom: 0px;
    height: 60px;
    background-color: #fff;
    /*border-top: 1px solid #e6e6e6;*/
    box-shadow: 0px -1px 20px #e5e5e5;
}

.tabBar ul {
    overflow: hidden;
    width: 100%;
}

.tabBar ul li {
    float: left;
    width: 33%;
    text-align: center;
}

.tabBar ul li a {
    width: 100%;
    font-size: 1rem;
    display: block;
}

.tabBar ul li a img {
    width: 18%;
    display: block;
    margin: 12px auto 0 auto;
}


.hard {
    width: 23% !important;
}


/*公用类*/

.margin-top-bottom-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

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

.margin-0 {
    margin: 0px;
}

.pad-top-0 {
    padding-top: 0px;
}

.pad-bottom-0 {
    padding-bottom: 0px;
}

.pad-0 {
    padding: 0px;
}


/*加载动画*/

.loading-windows {
    position: fixed;
    z-index: 9999;
    background: #f2f2f2;
    width: 100%;
    height: 100%;
    display: block;
    top: 0px;
}

.loader-inner {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.loader-mini {
    position: absolute;
    left: 40%;
    top: 40%;
    transform: translate(-50%, -50%);
}

.loading-mini {
    background: rgba(0, 0, 0, 0.2);
    width: 9rem;
    height: 9rem;
    text-align: center;
    border-radius: 3px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    color: #FFFFFF;
    display: none;
}

.loading-miniRem {
    background: rgba(0, 0, 0, 0.2);
    width: 3rem;
    height: 3rem;
    text-align: center;
    border-radius: 3px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    color: #FFFFFF;
    display: none;
}

.loading-file {
    background: rgba(0, 0, 0, 0.2);
    width: 3rem;
    height: 3rem;
    text-align: center;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    color: #FFFFFF;
    display: none;
}

.loader-inner-file {
    position: absolute;
    left: 42%;
    top: 35%;
    transform: translate(-50%, -50%);
}

/* 最底 */
.footer_div {
    width: 100%;
    height:16vw;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #ffffff;
    border-top: 0.5px solid #d9d9d9;
    box-sizing: border-box;
    padding: 0 6vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
	z-index: 100;
}

.footer_item {
    font-size: 3vw;
    color: #121212;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.footer_btn_item {
    font-size: 3vw;
    color: #ff1a2a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer_icon {
    width: 7vw;
    height: 7vw;
    margin-bottom: 1vw;
}

.footer_item>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rows {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.between {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}


/* 客服 */

.shadow_apple {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .8);
    z-index: 3;
    display: none;
}

.contact_main_apple {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 70vw;
    transform: translate(-50%, -50%);
    background: #fff;
}

.shadow_title_apple {
    font-size: 0.4rem;
    color: #3E3E3E;
    display: block;
    margin: 5vw;
}

.contact_icon_apple {
    width: 100%;
}

.contact_img_apple {
    width: 30vw;
    height: 30vw;
    display: block;
    margin-bottom: 5vw;
}

/* ========== 地区匹配功能样式 ========== */
.region-hidden {
    display: none !important;
}

/* ========== 顶部区块样式 ========== */
.header-section {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 12px 0 !important;
    background: transparent !important;
    color: #333 !important;
    margin: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}

.header-section > * {
    margin: 0 15px;
}

.header-section > *:first-child {
    margin-left: 15px;
}

.header-section > *:last-child {
    margin-right: 15px;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-location {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    cursor: pointer !important;
    padding: 8px 12px !important;
    border-radius: 20px !important;
    border: 2px solid #ff6b35 !important;
    background: white !important;
    font-size: 14px !important;
    color: #333 !important;
    transition: all 0.3s ease !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    height: 40px !important;
    box-sizing: border-box !important;
}

.header-location:hover {
    background: #e9ecef;
    border-color: #adb5bd;
}

.header-search {
    display: flex !important;
    align-items: center !important;
    background: #f8f9fa !important;
    border: 2px solid #ff6b35 !important;
    border-radius: 25px !important;
    padding: 4px !important;
    flex: 1 !important;
    max-width: 350px !important;
    margin: 0 12px !important;
    height: 40px !important;
    box-sizing: border-box !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
}

.header-search:focus-within {
    background: white;
    border-color: #ff6b35;
    box-shadow: 0 2px 8px rgba(255, 107, 53, 0.15);
}

.header-search input {
    border: none;
    outline: none;
    background: transparent;
    flex: 1;
    padding: 0 4px;
    font-size: 15px;
    color: #333;
    font-weight: 400;
    min-width: 0;
}

.header-search input::placeholder {
    color: #999;
    font-weight: 400;
}

.header-search .search-icon {
    color: #999;
    font-size: 16px;
    margin: 0 8px 0 12px;
    flex-shrink: 0;
}

.header-search-btn {
    background: #ff6b35;
    color: white;
    border: none;
    border-radius: 18px;
    padding: 6px 14px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    margin-left: 4px;
    transition: all 0.3s ease;
    white-space: nowrap;
    flex-shrink: 0;
    height: 32px;
    box-sizing: border-box;
}

.header-search-btn:hover {
    background: #e55a2b;
    transform: scale(1.02);
}

.header-add {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #ff6b35;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: white;
    transition: all 0.3s ease;
    flex-shrink: 0;
    font-family: Arial, sans-serif;
}

.header-add:hover {
    background: #e55a2b;
    transform: scale(1.05);
}

/* 顶部区块移动端适配 */
@media (max-width: 768px) {
    .header-section {
        padding: 8px 0;
        flex-wrap: nowrap;
    }

    .header-left {
        flex-shrink: 0;
    }

    .header-search {
        max-width: 240px;
        margin: 0 6px;
        flex: 1;
        min-width: 180px;
        padding: 3px;
        height: 36px;
    }

    .header-search .search-icon {
        font-size: 14px;
        margin: 0 6px 0 8px;
    }

    .header-search input {
        font-size: 13px;
        padding: 0 2px;
    }

    .header-search-btn {
        padding: 4px 8px;
        font-size: 12px;
        margin-left: 2px;
        height: 28px;
        border-radius: 14px;
    }

    .header-location {
        font-size: 13px;
        padding: 4px 8px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 80px;
    }

    .header-add {
        width: 28px;
        height: 28px;
        font-size: 18px;
        flex-shrink: 0;
    }
}


