body {
    padding-top: 0.6rem;
}

.app_nav_icon {
    width: 0.3rem;
    height: 0.3rem;
    cursor: pointer;
}

.top_video {
    height: 2.54rem;
}

video {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
}

.top_body {
    padding: 0.32rem 0;
    background-color: #fff;
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #333333;
}

.text_body {
    padding: 0.26rem;
    padding-bottom: 0;
    display: flex;
}

.text_body .left {
    width: 1rem;
    padding-right: 0.2rem;
    box-sizing: border-box;
}

.text_body .right {
    flex: 1;
    padding-left: 0.2rem;
    border-left: 0.03rem solid #F3F3F3;
    box-sizing: border-box;
}

.text_body .left .title {
    font-weight: 500;
    font-size: 0.24rem;
    color: #ECB656;
    line-height: 0.34rem;
}

.text_body .left .tip {
    font-size: 0.14rem;
    color: #333333;
    line-height: 0.24rem;
}


.product_body {
    padding: 0.26rem;
    padding-top: 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 100%);
}

.product_body .title_body {
    padding: 0.2rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product_body .title_body .title {
    flex: 1;
    font-weight: 800;
    font-size: 0.24rem;
    color: #333333;
    line-height: 0.32rem;
}

.product_body .title_body .more_btn {
    display: flex;
    align-items: center;
    gap: 0.04rem;
}

.product_body .title_body .more_btn span {
    font-size: 0.16rem;
    color: #999999;
    line-height: 0.23rem;
}

.product_body .title_body .more_btn img {
    width: 0.1rem;
    /* height: 0.22rem; */
}


.product_video {
    width: 100%;
    height: 2.12rem;
    margin-bottom: 0.26rem;
    border-radius: 0.1rem;
    overflow: hidden;
}

.product_list {
    display: grid;
    grid-column-gap: 0.15rem;
    grid-row-gap: 0.15rem;
    grid-template-columns: 1fr 1fr;
}

.product_list .item {
    position: relative;
    background: #FFFFFF;
    border-radius: 0.1rem;
    overflow: hidden;
}

.product_list .item .img_body {
    position: relative;
    padding-bottom: 100%;
}

.product_list .item .img_body img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product_list .item .information {
    padding: 0.1rem 0.16rem;
    padding-bottom: 0.2rem;
}

.product_list .item .name {
    height: 0.56rem;
    margin-bottom: 0.1rem;
    font-size: 0.19rem;
    color: #333333;
    line-height: 0.28rem;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.product_list .item .price {
    display: flex;
    align-items: flex-end;
    gap: 0.02rem;
}

.product_list .item .price span {
    font-size: 0.16rem;
    color: #ECB656;
    line-height: 0.26rem;
}

.product_list .item .price span.num {
    font-size: 0.24rem;
    line-height: 0.32rem;
}

.tag {
    position: absolute;
    left: 0;
    top: 0;
    width: 0.64rem;
    height: 0.32rem;
}

.tag.tag1 {
    background: url(../image/product/yushou.png) no-repeat;
    background-size: 100% auto;
}

.tag.tag2 {
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    background: url(../image/product/shoukong.png) no-repeat;
    background-color: rgba(0, 0, 0, 0.3);
    background-size: 65% auto;
    background-position: center;
}

.product_max_item .img {
    position: relative;
}

.product_max_item {
    position: relative;
}

.product_max_item.tag1 .img:first-child::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0.64rem;
    height: 0.32rem;
    background: url(../image/product/yushou.png) no-repeat;
    background-size: 100% auto;
    z-index: 2;
}

.product_max_item.tag1 .img::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.product_max_item.tag2 .img:first-child::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../image/product/shoukong.png) no-repeat;
    background-size: 65% auto;
    background-position: center;
    z-index: 2;
}

.product_max_item.tag2 .img::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.product_type_list {
    display: grid;
    grid-column-gap: 0.15rem;
    grid-row-gap: 0.15rem;
    grid-template-columns: 1fr;
}

.product_type_list .type_item {
    background-color: #FFFFFF;
    border-radius: 11px;
    border: 1px solid #F9E9CA;
    overflow: hidden;
    display: flex;
    gap: 0.2rem;
}

.product_type_list .type_box {
    position: relative;
    width: 1.36rem;
    height: 2.12rem;
    border-radius: 0.1rem;
    overflow: hidden;
}

.product_type_list .type_box .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product_type_list .type_box .type_title {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 0.44rem;
    background: rgba(255, 255, 255, 0.5);
    font-weight: 500;
    font-size: 0.2rem;
    color: #333333;
    line-height: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}


.son_product_list {
    flex: 1;
    display: grid;
    grid-column-gap: 0.15rem;
    grid-row-gap: 0.15rem;
    grid-template-columns: 1fr 1fr;
    padding: 0.13rem 0;
    padding-right: 0.15rem;
}

.son_product_list .son_item {
    position: relative;
}

.son_product_list .son_item .img_body {
    position: relative;
    padding-bottom: 100%;
    border-radius: 0.1rem;
    overflow: hidden;
}

.son_product_list .son_item .img_body img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.son_product_list .son_item .name {
    margin-top: 0.08rem;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.2rem;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.son_product_list .son_item .price {
    margin-top: 0.1rem;
    font-size: 0.16rem;
    color: #ECB857;
    line-height: 0.2rem;
}

.product_max_item {
    display: block;
    padding: 0.2rem 0.16rem;
    padding-bottom: 0.26rem;
    background: #FFFFFF;
    border-radius: 0.1rem;
}

.product_max_item .img_box {
    position: relative;
}

.product_max_item .img_box .img:nth-child(1) {
    width: 2rem;
    height: 2.52rem;
    object-fit: cover;
    border-radius: 0.1rem;
}

.product_max_item .img_box .img:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    width: 2rem;
    height: 1.2rem;
    object-fit: cover;
    border-radius: 0.1rem;
}

.product_max_item .img_box .img:nth-child(3) {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 2rem;
    height: 1.2rem;
    object-fit: cover;
    border-radius: 0.1rem;
}

.product_max_item .img_box .img {
    overflow: hidden;
}

.product_max_item .img_box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product_max_item .name {
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
    font-size: 0.19rem;
    color: #333333;
    line-height: 0.28rem;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.product_max_item .price {
    display: flex;
    align-items: flex-end;
    gap: 0.02rem;
}

.product_max_item .price span {
    font-size: 0.16rem;
    color: #ECB656;
    line-height: 0.26rem;
}

.product_max_item .price span.num {
    font-size: 0.24rem;
    line-height: 0.32rem;
}

.product_box {
    padding: 0.2rem 0.26rem;
}

@media screen and (min-width: 750px) {

    .product_max_item .img_box .img:nth-child(1),
    .product_max_item .img_box .img:nth-child(2),
    .product_max_item .img_box .img:nth-child(3) {
        width: 1.95rem;
    }
}