body {
    margin: 0;
    padding: 0;
    /* padding-bottom: 40rem; */
    background-color: #f5f5f5;
    padding-bottom: 5.125rem;
}

img {
    width: 100%;
    height: 100%;
    pointer-events: none;
}

input {
    background: transparent;
    border: 0;
    outline: none;
    width: 100%;
    height: 100%;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

/*通用箭头*/
.arrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .8rem;
    color: #999;
}

.arrow::after {
    content: "";
    width: .4rem;
    height: .4rem;
    border-top: .0625rem solid #999;
    border-left: .0625rem solid #999;
    transform: rotate(135deg);
}

#shop_skin_index .mod {
    background: #999 none repeat scroll 0 0;
    cursor: pointer;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.7;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1000;
}

#SetHomeCurrentBox {
    background: #999 none repeat scroll 0 0;
    border: .3125rem solid #f60;
    height: 3.125rem;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

#shop_skin_index .shop_skin_index_list {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

div {
    box-sizing: border-box;
    user-select: none;
}

img {
    vertical-align: top;
}

.mt10 {
    margin-top: .625rem;
}

.pleft20 {
    padding-left: 1.25rem;
}

.bradius10 {
    border-radius: .625rem;
}


/* 头部 */
.header_father {
    background-color: #fff;
    padding-bottom: .625rem;
}

.header-center {
    width: 100%;
    height: 3.125rem;
    line-height: 3.125rem;
    text-align: center;
    font-size: 1.25rem;
    letter-spacing: .125rem;
}

.header-bom {
    width: 100%;
    padding: 0 .625rem;
    /* margin-top: .625rem; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-bom-city {
    display: flex;
    align-items: center;
    width: 3.4375rem;
}

.header-bom-search {
    width: 0;
    flex-grow: 0.95;
    height: 2.5rem;
    background-color: #f2f2f2;
    border-radius: .4375rem;
    display: flex;
    align-items: center;
}
.header-bom-search i {
    font-size: 1.125rem;
    margin: 0 .3125rem 0 .5rem;
    color: #666;
}
.header-bom-search input {
    width: 0;
    flex-grow: 1;
    height: 100%;
    border: 0;
    outline: none;
}

.header-bom-scanCode {
    width: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header-bom-scanCode i {
    font-size: 1.5rem;
}

.header-bom-scanCode-txt {
    font-size: .75rem;
    color: #333;
}


/* tip */
.tip {
    width: 100%;
    padding: .625rem;
    display: flex;
    justify-content: space-between;
}

.tip-left-item {
    display: flex;
    color: #fa7416;
    align-items: center;
    justify-content: center;
    font-size: .875rem;
}

.tip-left-item i {
    font-size: .75rem;
    /* transform: scale(0.9); */
    font-weight: bold;
    margin-right: .125rem;
}

.tip-right-item {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: .75rem;
    padding: .1875rem .625rem;
    border-radius: 1.25rem;
    background-image: linear-gradient(to right, #f56703, #fb9a05);
    transform: scale(0.9);
}

.tip-right-item i {
    font-size: .75rem;
    transform: scale(0.7);
}



/* nav */
.nav {
    width: 100%;
    padding: 0 .625rem;
}

.nav-content {
    padding: .9375rem;
    background-color: #fff;
    border-radius: .625rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-row-gap: .9375rem;
    grid-column-gap: .9375rem;
    /* justify-content: space-between; */
    /* flex-wrap: wrap; */
}

.nav-content-item {
    /* width: calc(100% / 6.5); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nav-content-item-img {
    border-radius: .3125rem;
    overflow: hidden;
}

.nav-content-item-txt {
    font-size: .875rem;
    margin-top: .3125rem;
}



/* banner */
.banner {
    position: relative;
    width: 100%;
    padding: 0 .625rem;
    margin-top: .625rem;
}

.banner .swiper-pagination {
    position: absolute;
    bottom: .3125rem;
    right: .625rem;
    left: unset;
    width: 1.875rem;
    font-size: .75rem;
    background-color: rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.5);
    /* background-color: #fff; */
    border-radius: .625rem;
    display: flex;
    justify-content: center;
}


/* 热销爆款 */
.hot {
    width: 100%;
    padding: 0 .625rem;
    margin-top: .625rem;
}

.hot-title {
    width: 100%;
    height: 5rem;
    background-image: linear-gradient(to right, #f83472, #ff5732);
    border-top-left-radius: .625rem;
    border-top-right-radius: .625rem;
    display: flex;
    align-items: center;
    padding: 0 1.25rem;
}

.hot-title-content {
    display: flex;
    align-items: flex-end;
    color: #fff;
    position: relative;
    top: -0.3125rem;
}

.hot-title-content-tit {
    font-size: 1.375rem;
    font-weight: bold;
    letter-spacing: .125rem;
}

.hot-title-content-txt {
    font-size: .875rem;
    margin-left: .625rem;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: .0625rem;
}

.hot-list {
    width: 100%;
    padding: 1.25rem .9375rem;
    background-color: #fff;
    border-radius: .625rem;
    margin-top: -0.625rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
}

.hot-list-item-img {
    border-radius: .3125rem;
    overflow: hidden;
}

.hot-list-item-name {
    margin-top: .3125rem;
    color: #333;
}

.hot-list-item-name div {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    word-break: break-all;
}

.hot-list-item-tag {
    font-size: .75rem;
    background-color: #f7f7f7;
    padding: .125rem .25rem;
    border-radius: .125rem;
    margin-top: .1875rem;
    display: inline-block;
    color: #444;
}

.hot-list-item-saleNum {
    color: #999;
    margin-top: .3125rem;
    font-size: .8125rem;
}

.hot-list-item-bom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .1875rem;
}

.hot-list-item-bom-price {
    font-size: 1rem;
    font-weight: bold;
    color: #fc6c3a;
    letter-spacing: -0.0625rem;
}

.hot-list-item-bom i {
    color: #fa9600;
    font-size: 1.25rem;
}



/* 应季好货 */
.seasonalGoods {
    width: 100%;
    padding: 0 .625rem;
    margin-top: .625rem;
}

.seasonalGoods-title {
    width: 100%;
    height: 3.125rem;
    border-top-left-radius: .625rem;
    border-top-right-radius: .625rem;
    display: flex;
    align-items: center;
}

.seasonalGoods-title-content {
    display: flex;
    align-items: flex-end;
    padding-left: .3125rem;
}

.seasonalGoods-title-content-tit {
    font-size: 1.375rem;
    font-weight: bold;
    letter-spacing: .125rem;
    color: #5fa656;
}

.seasonalGoods-title-content-txt {
    padding: .0625rem .8125rem;
    font-size: .875rem;
    margin-left: .625rem;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: .0625rem;
    background-color: #5fa656;
    border-radius: .9375rem;
}

.seasonalGoods-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
}

.seasonalGoods-list-item {
    background-color: #fff;
    border-radius: .625rem;
    overflow: hidden;
}

.seasonalGoods-list-item-img {}

.seasonalGoods-list-item-content {
    padding: .625rem .3125rem;
}

.seasonalGoods-list-item-name {
    margin-top: .3125rem;
    color: #333;
    font-weight: bold;
    line-height: 1.25rem;
}

.seasonalGoods-list-item-name div {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    word-break: break-all;
}

.seasonalGoods-list-item-desc {
    font-size: .875rem;
    color: #999;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    margin-top: .3125rem;
}

.seasonalGoods-list-item-tag {
    font-size: .75rem;
    background-color: #f7f7f7;
    padding: .125rem .25rem;
    border-radius: .125rem;
    margin-top: .1875rem;
    display: inline-block;
    color: #444;
}

.seasonalGoods-list-item-saleNum {
    color: #999;
    margin-top: .3125rem;
    font-size: .8125rem;
}

.seasonalGoods-list-item-bom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .1875rem;
}

.seasonalGoods-list-item-bom i {
    color: #fa9600;
    font-size: 1.25rem;
}

.seasonalGoods-list-item-bom-price {
    font-size: 1rem;
    font-weight: bold;
    color: #fc6c3a;
    letter-spacing: -0.0625rem;
}


/* 底部固定 tabbar */
.tabbar {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    height: 3.4375rem;
    background-color: #fff;
    box-sizing: border-box;
    padding-top: .3125rem;
    display: flex;
    justify-content: space-around;
}

.tabbar-item {
    display: flex;
    color: #666;
    flex-direction: column;
    align-items: center;
    font-size: .875rem;
}

.tabbar-item .img {
    width: 1.625rem;
    height: 1.625rem;
}

.tabbar-item-active {
    color: #fa9600;
}

.tabbar-item .tabbar-item-active-img {
    display: none;
}

.tabbar-item-active .tabbar-item-active-img {
    display: block;
}

.tabbar-item .tabbar-item-unactive-img {
    display: block;
}

.tabbar-item-active .tabbar-item-unactive-img {
    display: none;
}



/* 返回顶部 */
.navToTop {
    position: fixed;
    right: 1.25rem;
    bottom: 10vh;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 0 .625rem .125rem #eeeeee;
}
.navToTop a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.navToTop i {
    font-size: 1.125rem;
}
.navToTop-txt {
    font-size: .75rem;
    margin-top: -0.1875rem;
}