.fixBottom>ul .item img,
.fixbottom>ul .item img {
    display: none;
}

a {
    color: inherit;
    text-decoration: none;
}

.fixbottom {
    width: 100%;
    height: 1rem;
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: 0;
    transform: translateX(-50%);
    background: #fff;
    z-index: 91;
    border-radius: 0.25rem 0.25rem 0 0;
    border-top: none;
    max-width: 750px;
    min-width: 320px;
    z-index: 999;
}

@media (min-width: 751px) {
    .fixbottom .fixbottom_menu.active {
        z-index: 9999;
    }
}

.fixbottom .fixbottom_menu::after {
    display: none;
}

.fixbottom .item:nth-child(3) {
    color: #df4838;
}

.fixbottom .item:nth-child(3) img {
    top: 0.05rem;
}

.fixbottom .item:nth-child(3)::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: #df4838;
    width: 0.65rem;
    height: 0.65rem;
    transform: translate(-50%, -82%);
    border-radius: 50%;
    z-index: -1;
    border: 5px solid #fff;
}

.fixbottom .item:nth-child(4)::after {
    transform: scale(0.7);
    content: "";
    display: block;
    width: 0.52rem;
    height: 0.3rem;
    background-image: url('https://picwx.suofeiya.com.cn/mall_images/Wap/Public/atmosphere/images/icon_hot_1030.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0.02rem;
    right: 0.05rem;
}

.fixbottom li {
    width: 20%;
    height: 1rem !important;
    float: left;
    text-align: center;
    position: relative;
    font-size: 0.26rem !important;
    padding-top: 0.64rem !important;
    line-height: 0.3rem !important;
    color: #8e8e8e;
    box-sizing: border-box;
}

.fixbottom li a:hover {
    color: inherit;
}

.fixbottom li img {
    display: none;
    width: 0.42rem !important;
    height: 0.4rem !important;
    position: absolute;
    left: 50%;
    top: 0.14rem;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.fixbottom li img.icon_un {
    display: block;
}

.fixbottom li.active {
    color: #df4838;
}

.fixbottom li.active img.icon_on {
    display: block;
}

.fixbottom li.active img.icon_un {
    display: none;
}

.fixbottom .fixbottom_menu {
    display: none;
    width: 7.18rem;
    height: 3.2rem;
    left: 0.16rem;
    background: linear-gradient(to right bottom, #fff, #e0d3c2);
    opacity: 0.95;
    position: absolute;
    top: calc(-3.2rem - 16px);
    margin-top: -0.17rem;
    padding: 0.1rem 0 0.2rem;
    box-shadow: 1px -1px 14px 2px #0000004f;
    border-radius: 0.1rem;
    border: none;
}

.fixbottom .fixbottom_menu::before {
    content: "";
    position: absolute;
    bottom: -0.15rem;
    left: 1.83rem;
    width: 0;
    height: 0;
    border-top: 0.25rem solid #ede6df;
    border-left: 0.28rem solid transparent;
    border-right: 0.28rem solid transparent;
}

.fixbottom .fixbottom_menu.active {
    display: block;
}

.fixbottom .fixbottom_menu ul {
    position: relative;
    z-index: 3;
}

.fixbottom .fixbottom_menu li {
    width: 25%;
    height: 1.3rem !important;
    float: left;
    text-align: center;
    position: relative;
    font-size: 0.26rem !important;
    padding-top: 0.84rem !important;
    line-height: 0.4rem !important;
    color: #191919;
    margin-top: 0.15rem !important;
}

.fixbottom .fixbottom_menu li img {
    display: block;
    width: 0.8rem !important;
    height: 0.8rem !important;
    position: absolute;
    left: 50%;
    top: 0rem;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.fixbottom .fixbottom_menu .dimask {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
}