.banner-box {
    position: relative;
}

.swiper-banner1 img {
    width: 100%;
    height: 1.953125rem;
    display: block;
    object-fit: cover;
}

.banner-box .notice {
    width: 1.59375rem;
    height: 0.6953125rem;
    position: absolute;
    bottom: 0.0390625rem;
    left: 0.2734375rem;
}

.banner-box .notice-item {
    width: 1.59375rem;
    height: 0.1796875rem;
    border-radius: 0.08984375;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(188, 188, 188, 1);
    font-size: 0.09375rem;
    font-weight: 400;
    line-height: 0.171875rem;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 0.234375rem;
}

.news {
    width: 100%;
}

.news .container {
    height: 0.46875rem;
    display: flex;
    align-items: center;
    padding: 0.15625rem 0;
}

.news .container>img {
    width: 0.15625rem;
    height: 0.15625rem;
    flex-shrink: 0;
    margin-right: 0.0625rem;
}

.news .swiper {
    width: 100%;
    height: 100%;
}

.news .swiper a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.news .swiper p {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 0.078125rem;
    font-weight: 400;
    line-height: 0.15625rem;
    color: rgba(51, 51, 51, 1);
}

.news .swiper a img {
    width: 0.0234375rem;
    height: 0.046875rem;
    flex-shrink: 0;
    margin-left: 0.1328125rem;
}

.container {
    width: 5.625rem;
    margin: auto;
    padding: 0.234375rem 0;
}

.container .title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.1171875rem;
}

.container .title-box p {
    position: relative;
    font-size: 0.109375rem;
    font-weight: 500;
    line-height: 0.15625rem;
    color: rgba(51, 51, 51, 1);
}

.container .title-box p::after {
    content: '';
    width: 0.4921875rem;
    height: 0.015625rem;
    background: linear-gradient(270deg, rgba(11, 157, 244, 0) 0%, rgba(5, 100, 229, 1) 100%);
    position: absolute;
    bottom: -0.03125rem;
    left: 0;
}

.container .title-box a {
    display: flex;
    align-items: center;
    font-size: 0.0859375rem;
    font-weight: 400;
    color: rgba(5, 100, 229, 1);
}

.container .title-box a img {
    width: 0.0234375rem;
    height: 0.046875rem;
    margin-left: 0.03125rem;
}

.menu li {
    display: flex;
    justify-content: space-between;
}

.menu li:first-of-type img {
    width: 2.7578125rem;
    height: 1.0859375rem;
    margin-bottom: 0.125rem;
    display: block;
}

.menu li:last-of-type img {
    width: 1.8046875rem;
    height: 1.0859375rem;
    display: block;
}

.ranking-box,
.goods-box {
    background: rgba(247, 248, 252, 1);
}

.goods-box ul {
    display: flex;
    flex-wrap: wrap;
}

.goods-box ul li a {
    display: flex;
    width: 1.8203125rem;
    border-radius: 0.0390625rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 0.0390625rem rgba(153, 153, 153, 0.3);
    padding: 0.0625rem;
    margin-top: 0.1171875rem;
    margin-right: 0.078125rem;
}

.goods-box ul li:nth-of-type(3n) a {
    margin-right: 0;
}

.goods-box ul li a img {
    flex-shrink: 0;
    display: block;
    width: 0.6640625rem;
    height: 0.6640625rem;
    border-radius: 0.0234375rem;
    object-fit: cover;
    margin-left: 0.09375rem;
}

.goods-box ul li .left {
    width: 100%;
    height: 0.6640625rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.goods-box ul li .name {
    font-size: 0.078125rem;
    font-weight: 500;
    line-height: 0.1328125rem;
    color: rgba(51, 51, 51, 1);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.goods-box ul li .price {
    font-size: 0.078125rem;
    font-weight: 400;
    line-height: 0.109375rem;
    color: rgba(153, 153, 153, 1);
}

.float {
    position: fixed;
    left: 0;
    bottom: 22%;
    z-index: 100;
}

.float img {
    width: 0.375rem;
    height: 0.375rem;
}

.float2 {
    position: fixed;
    right: 0;
    bottom: 20%;
    z-index: 100;
    width: 0.375rem;
    overflow: hidden;
}

.float2>img {
    width: 0.375rem;
    height: 0.375rem;
}

.float2:hover .code-box {
    display: block;
}

.float2 .code-box {
    padding: 0.03125rem;
    background: #fff;
    z-index: 99;
    border-radius: 0.0390625rem;
    position: fixed;
    right: 0.453125rem;
    display: none;
}

.float2 .code-box img {
    width: 0.5625rem;
    height: 0.5625rem;
}


.ranking-box .list .head,
.ranking-box .list2 .head {
    display: flex;
    height: 0.2109375rem;
    background: rgba(250, 250, 250, 1);
}

.ranking-box .list .head p,
.ranking-box .list2 .head p {
    padding-left: 0.09375rem;
    font-size: 0.0625rem;
    line-height: 0.2109375rem;
    color: rgba(51, 51, 51, 1);
}

.ranking-box .cate {
    display: flex;
    align-items: center;
    height: 0.3203125rem;
}

.ranking-box .cate li {
    margin-right: 0.125rem;
    font-size: 0.078125rem;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    cursor: pointer;
}

.ranking-box .cate li.active {
    color: rgba(51, 51, 51, 1);
}

.ranking-box .list,
.ranking-box .list2 {
    display: none;
    padding: 0.09375rem;
    border-radius: 0.0234375rem;
    background: url(../static/bg_icon.png) no-repeat center, #fff;
    background-size: 1.6171875rem 1.6171875rem;
}

.ranking-box .list .head p:first-of-type,
.ranking-box .list li p:first-of-type {
    width: 0.421875rem;
    flex-shrink: 0;
}

.ranking-box .list .head p:nth-of-type(2),
.ranking-box .list li p:nth-of-type(2) {
    width: 1.10546875rem;
    flex-shrink: 0;
}

.ranking-box .list .head p:nth-of-type(3),
.ranking-box .list li p:nth-of-type(3) {
    width: 1.546875rem;
    flex-shrink: 0;
}

.ranking-box .list li,
.ranking-box .list2 li {
    display: flex;
    height: 0.2421875rem;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
    align-items: center;
}

.ranking-box .list li p,
.ranking-box .list2 li p {
    padding-left: 0.09375rem;
    font-size: 0.0625rem;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
}

.ranking-box .list li .p1 img,
.ranking-box .list2 li .p1 img {
    width: 0.125rem;
    display: block;
    height: 0.1171875rem;
}

.ranking-box .list li .p1 span,
.ranking-box .list2 li .p1 span {
    width: 0.125rem;
    display: inline-block;
    text-align: center;
    font-size: 0.0625rem;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
}

.ranking-box .list li .ava img {
    width: 0.125rem;
    height: 0.125rem;
    border-radius: 50%;
    display: block;
}

.ranking-box .list2 .head p:first-of-type,
.ranking-box .list2 li p:first-of-type {
    width: 0.5rem;
    flex-shrink: 0;
}

.ranking-box .list2 .head p:nth-of-type(2),
.ranking-box .list2 li p:nth-of-type(2) {
    width: 2.03125rem;
    flex-shrink: 0;
}

.ranking-box .list .head p:nth-of-type(3),
.ranking-box .list li p:nth-of-type(3) {
    width: 1.546875rem;
    flex-shrink: 0;
}