/* body {
    background: #f8f8f8;
} */

/* .banner_div .dian {
    bottom: 1.41333rem;
} */
.title {
    height: 2.392rem;
    line-height: 2.392rem;
}

.title:before {
    content: "";
    width: .82rem;
    height: .82rem;
    background-image: linear-gradient(to right, #f8bf36, #f6ecd7);
    position: absolute;
    left: 3%;
    top: 35%;
    border-radius: 50%;
    z-index: -1;
    display: none;

}

.title h3 {
    margin-left: 0rem;
}

.index_title {
    text-align: center;
    padding: 1rem 0;
}

.index_title h3 {
    font-size: .9rem;
    color: #2d3a49;
    display: inline-flex;
    position: relative;
}

.index_title h3::before {
    position: absolute;
    left: -1.35rem;
    top: 0.135rem;
    background: url(__STYLE__/img/star1.png) no-repeat center;
    content: "";
    width: 1rem;
    height: 1rem;
    background-size: cover;
}

.index_title h3::after {
    position: absolute;
    right: -1.35rem;
    top: 0.135rem;
    background: url(__STYLE__/img/star2.png) no-repeat center;
    content: "";
    width: 1rem;
    height: 1rem;
}

.index_title p {
    color: #a5abd0;
    font-size: .39rem;
    text-transform: uppercase;
    letter-spacing: .05rem;
}

.cipian_qu a {
    background-size: cover;
    background-repeat: no-repeat;
    padding: .8rem;
}

.yao {
    width: 95%;
    padding: .5rem;
    background-color: white;
    border-radius: .5rem;
    margin: .5rem auto;
    background: url(__STYLE__/img/yaobac.jpg) no-repeat;
    background-size: cover;
}

.yaotop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.yaotop h4 {
    padding: .2rem .5rem;
    color: white;
    font-size: .49rem;
    border-radius: 1rem;
    background-color: #D1403A;
}

.yaotoplef {
    display: flex;
    flex-direction: column;

}

.yaotoplef img {
    width: 8rem;
}

.yaobott {
    display: flex;
    background-color: white;
    border-radius: .5rem;
    margin-top: .25rem;
    padding: 0 .15rem .25rem;
    justify-content: flex-start;

}

.yaobott a {
    width: 23.5%;
    margin: .5rem .12rem 0;
}

.yaobott h3 {
    font-size: .49rem;
    margin: -.25rem 0;
    display: -webkit-box;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.yaobott img {
    width: 100%;
    border-radius: .5rem;
    max-height: 100%;
}

.yaobott p {
    color: red;
}

/* 新增多选一 */
.sanxy00 {
    width: 95%;
    /*限制最宽宽度，因为小盒子可能溢出*/
    overflow: auto;
    margin: 0 auto;
}

/* 溢出隐藏不显示滚动条 */
.sanxy00::-webkit-scrollbar {
    width: 0 !important
}

.sanxy {
    color: #898989;
}

.sanxy0 {
    display: flex;
    /* font-size: .68rem; */
    font-size: .59rem;
    align-items: center;
    padding: 0 .5rem;
    /* border: 1px solid; */
}

/* 标题底部装饰线样式 */
.sanxx {
    list-style: none;
    width: 50%;
    height: .2rem;
    margin: .2rem auto;
}

/* 控制每个子元素不被压缩，和边距 */
.sanxy0 div:nth-child(n) {
    flex-shrink: 0;
    margin-right: .5rem;
}

/* 点击后效果 */
.hovesan {
    color: #BF2625;
}

.lihover {
    background: linear-gradient(to right, #AD2A25, #D8453E);
}

.dowlist_a {
    padding: .5rem;
    align-items: center;
    width: 95%;
    border-radius: .5rem;
    background-color: white;
    margin: .5rem auto;
    display: flex;
}

.dowlist_a_img {
    width: 5rem;
    height: 5rem;
}

.dowlist_a_img img {
    width: 100%;
    height: 100%;
}

.dowlist_ar {
    flex: 1;
    margin-left: .5rem;
}

.dowlist_ar h2 {
    font-size: .79rem;
    font-weight: 600;

}

.dowlist_ar p {
    font-size: .59rem;
    color: #666666;

    display: -webkit-box;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.dowlist_ar>span {
    color: #B3B3B3;
}

.dowlist_ar>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dowlist_ar>div p {
    font-size: .79rem;
    color: #BF2625;
    font-weight: 600;
}

.dowlist_ar>div p span {
    font-size: .39rem;
}

.dowlist_ar>div i {
    padding: .2rem .5rem;
    border-radius: 1rem;
    color: white;
    background-image: linear-gradient(to right, #AE2924, #D7423D);
}

.yaoimg {
    width: 95%;
    margin: 1rem auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.yaoimg p {
    color: #999;
}

.yaoimg img {
    width: 100%;
}

.thrdiv {
    border-radius: 0.5rem;
    width: 95%;
    margin: 2.05rem auto 0.5rem;
    /* padding: 0.5rem; */
    background: #fff;
    border: 0.02rem solid #e3e3e3;
}

.thrdiv_box {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.thrdiv .thrdiv_box a {
    border-radius: 0.5rem .5rem 0 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    background-size: cover;
    background-repeat: no-repeat;
    border: 0.02rem solid #e3e3e3;
    height: 7rem;
    margin-top: -1.25rem;
    align-items: center;
}

.thrdiv .thrdiv_box h2 {
    font-size: .79rem;
}

.thrdiv .thrdiv_box p {
    font-size: .55rem;
    color: #666;
    margin-bottom: .1rem;
}

.thrdiv .thrdiv_box img {
    width: 5rem;
}

.thrdiv .thrdiv_box span {
    color: white;
    padding: .1rem .5rem;
    background-color: black;
    font-size: .4rem;
    border-radius: 1rem;
}

.thrdiv h3 {
    font-size: 1rem;
    margin: .25rem 0 0;
}

.thrdiv .thrdiv_box a:nth-child(-n+2) {
    padding: .35rem .5rem;
    margin-bottom: .5rem;
    width: 48.5%;
}

.thrdiv .thrdiv_box a:nth-child(n+3) {
    width: 100%;
    padding: .5rem;
}

.thrdiv_bg {
    width: 100%;
    height: 3rem;
    background: url(__STYLE__/img/huxian.png) no-repeat bottom center;
    background-size: 100%;
    margin-top: -2rem;
    z-index: 4;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.thrdiv_bg p {
    padding-top: 1rem;
}

.index_goods {
    width: 95%;
    margin: 1rem auto;
}

.index_goods .index_goods_img {
    border-radius: .335rem;
    overflow: hidden;
    border: 0.02rem solid #e3e3e3;
}

.index_goods .index_goods_img img {
    width: 100%;
    display: block;
}

.index_goods .index_goods_cen {
    width: 90%;
    margin: 0 auto;
    padding: 0.5rem 0.5rem 0.5rem;
    border-radius: 0 0 0.35rem 0.35rem;
    background: #fff;
    background-size: cover;
    text-align: center;
    border: 0.02rem solid #e3e3e3;
    border-top: none;
}

.index_goods .index_goods_cen h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    font-size: .79rem;
}

.index_goods .index_goods_cen p {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #999;
}

.index_goods .index_goods_cen div {
    display: flex;
    align-items: center;
    width: 70%;
    background: #edd1a8;
    margin: 0.335rem auto;
    height: 1.475rem;
    border-radius: 1rem;
    overflow: hidden;
}

.index_goods .index_goods_cen div i {
    width: 50%;
    color: #fff;
    background: #000;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_goods .index_goods_cen div>span {
    width: 50%;
    display: block;
    color: white;
    font-size: .79rem;
}

.index_goods .index_goods_cen div>span span {
    font-size: .49rem;
}

.goods_tejia_cen {
    width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.goods_tejia_cen a {
    width: 33%;
}

.goods_tejia_cen a div {
    width: 4.62rem;
    height: 4.62rem;
    margin: 0 auto 0.135rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    overflow: hidden;
    border: 0.02rem solid #e3e3e3;
}

.goods_tejia_cen a div img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.goods_tejia_cen a h3 {
    width: 100%;
    font-size: .59rem;
    line-height: 1.25rem;
    padding: 0 .35rem;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.goods_tejia_cen a p {
    width: max-content;
    color: #fff;
    font-size: .49rem;
    margin: 0 auto;
    background: var(--dark);
    border-radius: 1rem;
    text-align: center;
    position: relative;
    padding: 0 .35rem;
}

.goods_tejia_cen a p i {
    font-size: .52rem;
}

.rs {
    margin: 2.2rem auto .3rem;
    width: 95%;
    display: flex;
    overflow-x: auto;
    color: #fff;
}

.rs span {
    white-space: nowrap;
}

.rs>a {
    margin-left: .3rem;
    background: #fff;
    padding: 0 .3rem;
    border-radius: .5rem;
    white-space: nowrap;
}

.Tt {
    margin: 0.4rem auto 0;
    display: flex;
    justify-content: space-around;
    width: 95%;
    color: #d6c8a6;
    font-size: .6rem;
    font-weight: bold;
}

.member_exclusive {
    position: relative;
    margin: .1rem auto;
    width: 95%;
}

.member_exclusive_T {
    display: flex;
    position: absolute;
    top: 7%;
    color: #fff;
    left: 3%;
    align-items: center;
}

.member_exclusive_T_1 {
    font-size: 1rem;
    font-weight: bold;
}

.member_exclusive_T_2 {
    margin: 0 .2rem;
}

.member_exclusive_N {
    display: flex;
    padding: .5rem;
    position: absolute;
    top: 27%;
    left: 2%;
    width: 96%;
    height: 68%;
}

.member_exclusive_N>a {
    display: flex;
    width: 23%;
    height: 100%;
    flex-direction: column;
    align-items: center;
}

.member_exclusive_N_1 {
    font-size: .5rem;
    margin: .2rem auto;
}

.member_exclusive_N_2 {
    padding: 0 .3rem;
    background: #ec695c;
    color: #fff;
    border-radius: .5rem;
    font-size: 0.5rem;
}

.member_exclusive_N_2 i {
    font-size: 0.45rem;
}

.member_exclusive_N>a:not(:first-child) {
    margin-left: .6rem;
}

.recommend {
    position: relative;
    margin: 0 auto;
    width: 95%;
}

.recommend_1 {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.recommend_1_1 {
    width: 48%;
    height: 100%;
}

.recommend_1_1_N {
    padding: .3rem;
    display: flex;
    width: 100%;
    flex-direction: column;
    color: #000;
    font-weight: bold;
}

/* .recommend_1_1_N_i {
    margin-left: .2rem;
    padding: .1rem .3rem;
    background: #fdf1dc;
    font-size: .4rem;
    color: #cbab90;
    border-radius: .3rem;
} */

.recommend_1_2>a {
    margin-top: .4rem;
    width: 48%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.recommend_1_2 {
    display: flex;
}

.recommend_1_1_p {
    margin-top: .2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.recommend_1_1_p_1 {
    color: red;
    font-weight: bold;
    font-size: .6rem;
}

.recommend_1_1_p_2 {
    transform: translateY(-46%);
    font-size: .4rem;
    text-decoration: line-through;
    color: #999;
}

.goods_title {
    width: 95%;
    overflow: auto;
    margin: 0 auto;
}

.goods_title>div {
    width: max-content;
    display: flex;
    align-items: center;
}

.goods_title>div a {
    width: max-content;
    line-height: 1.5;
    padding: 0.25rem .5rem;
    text-align: center;
}

.goods_title>div a.selected {
    color: var(--gray-dark);
}

.goods_title>div a div {
    font-weight: bold;
    line-height: 2;
}

.goods_title>div a p {
    font-size: .49rem;
    color: #999;
}

.goods_title>div a.selected p {
    color: #fff;
    background: #a7a8d4;
    border-radius: 1rem;
    position: relative;
    padding: 0;
    font-weight: bold;
    font-size: 0.425rem;
}

/* .goods_title>div a.selected p::before {
    display: block;
    position: absolute;
    top: 1rem;
    left: 0.6rem;
    content: '';
    width: 1.2rem;
    height: 0.15rem;
    background-color: blue;
    border-radius: 0.6rem;
} */
.baodan_body {
    width: 100%;
    margin: 0.4rem auto 0;
}

.baodan_box {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.baodan_list {
    background: #fff;
    /* padding: .5rem; */
    border-radius: .335rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.baodan_pic {
    width: 100%;
  /*  height: max-content;*/
     /* height: 8rem;  */
}

.baodan_pic img {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    border-radius: .335rem .335rem 0 0;
}

.baodan_title {
    padding: .335rem;
    display: flex;
    flex-direction: column;
}

.baodan_title>div:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    /* margin: 0.332rem 0 0; */
    font-size: .52rem;
    line-height: .875rem;
    font-weight: 500;
    width: 100%;
}

.baodan_title>div:nth-child(2) {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.baodan_title>div:nth-child(2) span:first-child {
    font-size: .69rem;
    font-family: DIN;
    color: var(--red);
}

.baodan_title>div:nth-child(2) span:first-child i {
    font-size: .52rem;
}

.baodan_title>div:nth-child(2) span:last-child {
    font-size: .5rem;
    color: #ba782f;
    font-family: DIN;
    border-radius: 50%;
    padding: .0rem .1rem;
    background: #f5d359;
}

.baodan_title>div:last-child p {
    background: var(--jb-yellow1);
    border-radius: 1rem;
    color: #fff;
    padding: .125rem .335rem;
    display: flex;
    margin-left: auto;
}