/* 头部 */
header {
    min-height: 0.96rem;
    position: relative;
}

.indexHeader,
.coreIndexHeader,
.memberServiceHeader {
    min-height: 1.88rem;
}

.shopIndexHeader {
    min-height: 0.92rem;
}

    .shopIndexHeader .search_head {
        top: 0rem;
        height: 0.96rem;
        position: relative;
        background: #ff8b0d;
        padding: 0.16rem 0.1rem 0.16rem 0;
    }

        .shopIndexHeader .search_head .bg {
            background: #d26e00;
        }

            .shopIndexHeader .search_head .bg input::placeholder {
                color: #fff;
            }

            .shopIndexHeader .search_head .bg .search {
                background: url(../../../images/mobile/common/search1.png) no-repeat;
                background-size: 100% 100%;
                width: 0.34rem;
                height: 0.34rem;
                margin-right: 0.18rem;
            }

.index_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0.96rem;
    background: #ff8b0d;
    width: 100%;
    padding: 0 0.2rem 0 0.24rem;
    box-sizing: border-box;
    font-size: 0.32rem;
    font-weight: 500;
    color: #ffffff;
    line-height: 0.96rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 102;
}

.user_head {
    background: transparent;
}

.index_head .head_l,
.index_head .head_c,
.index_head .head_r,
.index_head .head_l a,
.index_head .head_r a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.indexHeader .index_head .head_l {
    width: 1.6rem;
}

.indexHeader .index_head .head_r {
    padding-right: 0.3rem;
    position: absolute;
    right: 0.2rem;
}

.indexHeader .edit-nav:after {
    right: 0.76rem;
}

.index_head .head_l .close {
    background: url(../../../images/mobile/common/close.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 0.48rem;
    height: 0.48rem;
}

.index_head .head_l .close1 {
    background: url(../../../images/mobile/common/close1.png) no-repeat;
    background-size: 100% 100%;
}

.index_head .head_l .back {
    background: url(../../../images/mobile/common/link_back.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 0.62rem;
    height: 0.62rem;
}

.index_head .head_l .back1 {
    background: url(../../../images/mobile/common/back.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 0.62rem;
    height: 0.62rem;
}

.index_head .head_r i {
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
}

.index_head .head_r .edit {
    background: url(../../../images/mobile/common/head_more.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 0.48rem;
    height: 0.48rem;
    z-index: 22;
    position: relative;
}

.index_head .head_r .edit1 {
    background: url(../../../images/mobile/common/head_more1.png) no-repeat;
    background-size: 100% 100%;
}

.index_head .head_c {
    font-size: 0.36rem;
    color: #ffffff;
    font-weight: 500;
    position: relative;
    flex: 1;
    text-align: center;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 100%;
}

.user_head .head_c {
    color: rgba(0, 0, 0, 0.9);
}

.index_head .head_c .hasName img {
    width: 1.39rem;
    height: 0.52rem;
}

.index_head .head_c .hasName span {
    line-height: 0.36rem;
    border-left: 0.02rem solid #ffffff;
    padding-left: 0.16rem;
    margin-left: 0.22rem;
}

.index_head .logo {
    width: 1.76rem;
    height: 0.64rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.index_head .register {
    background: url(../../../images/mobile/common/register.png) no-repeat;
    background-size: 100% 100%;
}

.index_head .login {
    background: url(../../../images/mobile/common/login.png) no-repeat;
    background-size: 100% 100%;
}

.index_head .logined {
    background: url(../../../images/mobile/common/logined.png) no-repeat;
    background-size: 100% 100%;
}

.index_head .accountImg {
    width: 0.62rem;
    height: 0.62rem;
    border: 0.02rem solid #ffffff;
    border-radius: 50%;
    background: #ff8b0d;
    box-sizing: border-box;
    object-fit: cover;
}

.index_head .registered {
    background: url(../../../images/mobile/common/registered.png) no-repeat;
    background-size: 100% 100%;
}

.search_head {
    width: 100%;
    height: 0.92rem;
    background: #ffffff;
    padding: 0.12rem 0.2rem;
    box-sizing: border-box;
    position: fixed;
    top: 0.96rem;
    z-index: 12;
}

    .search_head .bg {
        background: #f5f5f5;
        border-radius: 2rem;
        height: 0.68rem;
        padding: 0 0.26rem;
        box-sizing: border-box;
    }

        .search_head .bg > div,
        .search_head .bg a {
            display: flex;
            align-items: center;
        }

        .search_head .bg .search {
            background: url(../../../images/mobile/common/search.png) no-repeat;
            background-size: 100% 100%;
            display: inline-block;
            width: 0.4rem;
            height: 0.4rem;
            margin-right: 0.1rem;
        }

        .search_head .bg input {
            background-color: transparent;
            line-height: 0.68rem;
            font-size: 0.28rem;
            flex: 1;
        }

main {
    padding: 0 0.2rem;
    box-sizing: border-box;
}

/* 尾部 */
footer {
    padding: 0.24rem 0 0.46rem 0;
    width: 100%;
}

    footer .btn {
        display: flex;
        justify-content: center;
    }

        footer .btn a {
            display: inline-block;
            width: 1.42rem;
            height: 0.48rem;
            font-size: 0.24rem;
            font-weight: 500;
            line-height: 0.48rem;
            text-align: center;
            border-radius: 0.1rem;
        }

            footer .btn a.login {
                border: 0.02rem solid #ff8b0d;
                color: #ff8b0d;
                margin-right: 0.26rem;
            }

            footer .btn a.register {
                background-color: #ff8b0d;
                color: #fff;
            }

    footer .list {
        display: flex;
        justify-content: center;
        margin: 0.26rem 0 0.18rem 0;
    }

        footer .list a {
            font-size: 0.2rem;
            color: #cccccc;
            padding: 0 0.12rem;
            border-right: 0.02rem solid #cccccc;
            line-height: 0.17rem;
        }

            footer .list a:last-child {
                border-right: 0;
            }

    footer .copyright {
        font-size: 0.12rem;
        color: #cccccc;
        line-height: 0.14rem;
        text-align: center;
        margin-bottom: 0.04rem;
    }

        footer .copyright a {
            color: #cccccc;
        }
/* 分页 */
.page ul {
    padding: 0.3rem 0 0.3rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.2rem;
    color: rgba(0, 0, 0, 0.85);
}

.page li {
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.04rem;
    box-sizing: border-box;
    font-size: 0.24rem;
    color: rgba(0, 0, 0, 0.25);
}

.page a {
    display: inline-block;
    min-width: 0.54rem;
    height: 0.54rem;
    text-align: center;
    line-height: 0.56rem;
    font-size: 0.24rem;
    color: #888;
    border-radius: 0.1rem;
    box-sizing: border-box;
    background-color: #fff;
    padding: 0 0.04rem;
}

    .page a.page_active {
        background: #ff8b0d;
        color: #fff;
        box-sizing: border-box;
    }

        .page a.page_active:hover {
            color: #fff;
        }

    .page a:hover {
        color: #ff8b0d;
    }

.page span a {
    width: 64px;
}

.page .jumpPage {
    width: 0.54rem;
    height: 0.54rem;
    border-radius: 0.1rem;
    font-size: 0.24rem;
    padding: 0 0.08rem;
    box-sizing: border-box;
    color: #888888;
    text-align: center;
}

.page .prev,
.page .next {
    font-family: '宋体';
    display: inline-block;
    color: #d9d9d9;
    background-color: #fff;
    height: 0.54rem;
    width: 0.54rem;
    text-align: center;
    border-radius: 0.1rem;
    line-height: 0.54rem;
}

.page li a .prev,
.page li a .next {
    color: #888;
}

.page li a span {
    width: 0.48rem !important;
}

.page .getPage {
    border: 1px solid #d9d9d9;
    padding: 2px 0px;
    border-radius: 0.1rem;
    outline: none;
}

/* 顶部导航弹窗 */

.edit-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    display: none;
    background: rgba(0, 0, 0, 0);
}

.edit-nav {
    width: 2.27rem;
    right: 0;
    position: absolute;
    top: 0.96rem;
    background: #fff;
    text-align: left;
    border-radius: 0.06rem 0px 0.14rem 0.14rem;
    border: 0.02rem solid #ff8b0d;
    display: none;
}

    .edit-nav:after {
        content: '';
        position: absolute;
        top: -0.15rem;
        right: 0.3rem;
        width: 0px;
        height: 0px;
        border-left: 0.13rem solid transparent;
        border-right: 0.13rem solid transparent;
        border-bottom: 0.24rem solid #fff;
        border-bottom-color: rgb(255, 255, 255);
        z-index: 11;
    }

    .edit-nav ul {
        width: 100%;
    }

        .edit-nav ul li {
            border-bottom: 0.01rem solid #d9d9d9;
            height: 0.66rem;
            line-height: 0.66rem;
        }

            .edit-nav ul li i {
                display: inline-block;
                width: 0.42rem;
                height: 0.4rem;
                margin-right: 0.08rem;
            }

            .edit-nav ul li a {
                display: block;
                padding-left: 0.38rem;
                color: #333;
                font-size: 0.24rem;
                display: flex;
                align-items: center;
                width: 100%;
                box-sizing: border-box;
            }

            .edit-nav ul li:last-child {
                border-bottom: 0;
            }

.i-edit01 {
    background: url(../../../images/mobile/common/editico01.png) no-repeat;
    background-size: 100% auto;
}

.i-edit02 {
    background: url(../../../images/mobile/common/editico02.png) no-repeat;
    background-size: 100% auto;
}

.i-edit03 {
    background: url(../../../images/mobile/common/editico03.png) no-repeat;
    background-size: 100% auto;
}

.i-edit04 {
    background: url(../../../images/mobile/common/editico04.png) no-repeat;
    background-size: 100% auto;
}

.edit-nav ul li a:hover .i-edit01 {
    background: url(../../../images/mobile/common/editico01_on.png) no-repeat;
    background-size: 100% auto;
}

.edit-nav ul li a:hover .i-edit02 {
    background: url(../../../images/mobile/common/editico02_on.png) no-repeat;
    background-size: 100% auto;
}

.edit-nav ul li a:hover .i-edit03 {
    background: url(../../../images/mobile/common/editico03_on.png) no-repeat;
    background-size: 100% auto;
}

.edit-nav ul li a:hover .i-edit04 {
    background: url(../../../images/mobile/common/editico04_on.png) no-repeat;
    background-size: 100% auto;
}

/*筛选弹窗*/
.popup-sx {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
}

.sx-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(51, 51, 51, 0.9);
}

.sx-box {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 76%;
    overflow-y: auto;
    background: linear-gradient(180deg, #fff0e1 0%, #ffffff 82%, #ffffff 100%);
    box-shadow: inset 0px 0.08rem 0.08rem 0px rgba(255, 255, 255, 0.25);
    border-radius: 0.32rem 0.32rem 0px 0px;
    display: flex;
    flex-direction: column;
}

.sx-head {
    position: relative;
}

    .sx-head h2 {
        font-size: 0.36rem;
        color: #222222;
        line-height: 0.42rem;
        text-align: center;
        padding: 0.36rem 0 0.74rem 0;
    }

    .sx-head .i-sxclose {
        background: url(../../../images/mobile/common/sx_close.png) no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        width: 0.34rem;
        height: 0.34rem;
        position: absolute;
        right: 0.42rem;
        top: 0.28rem;
    }

    .sx-head .i-sxback {
        padding: 0.29rem 0.4rem;
    }

.sx-btn {
    width: 100%;
    line-height: 0.72rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.5rem;
    box-sizing: border-box;
    margin-top: 0.3rem;
    padding-bottom: 0.72rem;
}

    .sx-btn li {
        width: 50%;
        background: #fff;
        color: #1b1b1b;
        font-size: 0.28rem;
        text-align: center;
        border-radius: 0.08rem;
        color: #fff;
    }

        .sx-btn li.sx-btnClose {
            background: #ffa800;
        }

        .sx-btn li.sx-btnSub {
            background: #ff8b0d;
            margin-left: 0.12rem;
        }

.sx-box .searchBox {
    padding: 0.29rem 0.38rem;
    border-bottom: 1px solid #d8d8d8;
}

.sx-list {
    flex: 1;
    overflow-y: auto;
    padding: 0 0.5rem;
    width: 100%;
    box-sizing: border-box;
}

.sx-list-box {
    margin-top: 0.14rem;
    border: 0.02rem solid rgba(0, 0, 0, 0.15);
    border-top: 0;
    border-radius: 0.08rem;
    background: #fff;
    overflow: hidden;
}

.sx-list .sx-list-box:first-child {
    margin-top: 0;
}

.sx-list-box .sx-list-title {
    border-top: 0.02rem solid rgba(0, 0, 0, 0.15);
    height: 0.72rem;
    line-height: 0.72rem;
    position: relative;
    padding-right: 0.74rem;
}

    .sx-list-box .sx-list-title span {
        float: left;
        margin-left: 0.42rem;
        color: #333333;
        font-size: 0.28rem;
    }

    .sx-list-box .sx-list-title i {
        position: absolute;
        right: 0.4rem;
        top: 0.26rem;
        background: url(../../../images/mobile/common/icon_select_down2.png) no-repeat;
        background-size: 100% auto;
        width: 0.26rem;
        height: 0.22rem;
        display: inline-block;
    }

    .sx-list-box .sx-list-title p {
        float: right;
        max-width: 3.9rem;
        font-size: 0.28rem;
        color: #cccccc;
    }

.sx-list-box .sx-list-prov {
    display: none;
}

.sx-list-box ul li {
    line-height: 0.64rem;
    color: #1b1b1b;
    font-size: 0.28rem;
    border-top: 0.02rem solid rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}

    .sx-list-box ul li.selected {
        height: auto;
    }

    .sx-list-box ul li span {
        margin-left: 0.42rem;
    }

    .sx-list-box ul li .i-xsj {
        position: absolute;
        right: 0.27rem;
        top: 0.28rem;
    }

    .sx-list-box ul li .i-gou {
        position: absolute;
        right: 0.24rem;
        top: 0.1rem;
        display: none;
    }

.sx-list-box .sx-list-two {
    display: none;
}

    .sx-list-box .sx-list-two li span {
        margin-left: 1.17rem;
    }

.sx-list-box ul li.selected span {
    color: #fe6d14;
}

.sx-list-box ul li.selected .i-gou {
    display: inline-block;
    background: url(../../../images/mobile/common/gou.png) no-repeat;
    background-size: 100% 100%;
    width: 0.48rem;
    height: 0.49rem;
}

.ani-trform {
    animation: ani-trform 0.2s linear forwards;
}

@keyframes ani-trform {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(180deg);
    }
}

/*底部悬浮*/
.bottom-nav {
    height: 1.12rem;
    background: #fff;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 12;
}

    .bottom-nav ul {
        width: 100%;
        height: 0.9rem;
        display: flex;
        align-items: center;
        padding-bottom: 0.4rem;
        border-top: 0.01rem solid #e7e7e7;
    }

        .bottom-nav ul li {
            width: 33.33%;
            text-align: center;
            line-height: 0.9rem;
            height: 0.9rem;
            font-size: 0.32rem;
        }

        .bottom-nav ul i {
            width: 0.01rem;
            height: 0.4rem;
            display: inline-block;
            background: #e7e7e7;
        }

        .bottom-nav ul li a {
            display: flex;
            align-items: center;
            justify-content: center;
            color: #202020;
            font-weight: 500;
        }

            .bottom-nav ul li a img {
                width: 0.5rem;
                height: 0.53rem;
                margin-right: 0.02rem;
            }

.bottom-nav-shop {
    height: 1.6rem;
}

    .bottom-nav-shop ul {
        padding-top: 0.32rem;
    }

        .bottom-nav-shop ul li a img {
            height: 0.41rem;
            width: auto;
        }

        .bottom-nav-shop ul li {
            font-size: 0.28rem;
        }

            .bottom-nav-shop ul li:nth-child(1):hover img {
                content: url(../../../images/mobile/common/shop_tab1_h.png);
            }

            .bottom-nav-shop ul li:nth-child(2):hover img {
                content: url(../../../images/mobile/common/shop_tab2_h.png);
            }

            .bottom-nav-shop ul li:nth-child(3):hover img {
                content: url(../../../images/mobile/common/shop_tab3_h.png);
            }

            .bottom-nav-shop ul li:nth-child(4):hover img {
                content: url(../../../images/mobile/common/shop_tab4_h.png);
            }

.shopB {
    padding-bottom: 1.8rem;
}

/*popup-photo*/
.popup-photo {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #000;
    height: 100%;
    z-index: 9999999;
    overflow: hidden;
    display: none;
}

    .popup-photo .swiper-wrapper {
        height: 100%;
    }

    .popup-photo .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
        overflow: hidden;
    }

        .popup-photo .swiper-slide img {
            width: auto;
            max-width: 100%;
            max-height: 100%;
        }

    .popup-photo .swiper-pagination-fraction {
        top: 0;
        bottom: auto;
        background: rgba(0, 0, 0, 0.5);
        height: 0.95rem;
        text-align: left;
        line-height: 0.95rem;
        color: #ededed;
        font-size: 0.3rem;
        padding-left: 3%;
        width: 97%;
    }

    .popup-photo .photo-close {
        position: absolute;
        right: 0;
        top: 0;
        display: inline-block;
        width: 0.8rem;
        height: 0.61rem;
        text-align: center;
        z-index: 9999;
        padding-top: 0.34rem;
        cursor: pointer;
    }

    .popup-photo .i-close {
        background: url(../../../images/mobile/common/close.png) no-repeat;
        background-size: 100% auto;
        width: 0.48rem;
        height: 0.48rem;
        display: inline-block;
        text-align: center;
    }

html {
    height: 100%;
}

/* 404 */
.notFound {
    padding: 1.7rem 0 5.6rem;
    text-align: center;
    background-color: #fff;
    height: 100%;
}

    .notFound .logo404 {
        width: 3.28rem;
        height: 3.16rem;
        position: relative;
        top: 0;
        animation: updown 1.5s linear infinite alternate;
    }

/*定义动画效果*/
@keyframes updown {
    0% {
        top: -0.1rem;
    }

    100% {
        top: 0.1rem;
    }
}

.notFound .sorry {
    color: #4b3e30;
    font-size: 0.26rem;
    margin-top: 0.36rem;
}

.notFound .goHome {
    width: 2.12rem;
    height: 0.78rem;
    text-align: center;
    line-height: 0.78rem;
    display: inline-block;
    font-weight: 500;
    color: #ffffff;
    font-size: 0.32rem;
    background: #ff8b0d;
    border-radius: 0.1rem;
    margin: 0.82rem 0 0.34rem 0;
}

.notFound .know {
    color: #513f32;
    font-size: 0.24rem;
}

    .notFound .know a,
    .notFound .know i {
        color: #ff9900;
    }