body {
    color: #585858;
    font-family: "PingFang SC";
    font-size: 0.32rem;
}

.productBoxInfo{
    position: relative;
    min-height: 100vh;
}

main {
    padding-bottom: 1.8rem;
}

.productHead {
    width: 100%;
    height: 10rem;
    position: relative;
    overflow: hidden;
}

.product-back-btn {
    position: absolute;
    z-index: 1001;
    top: 0.32rem;
    left: 0.32rem;
    height: 26px;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0000005e;
    border-radius: 3px;
}

.product-back-btn img {
    width: 7px;
    height: 14px;
    display: block;
}

.productHead video {
    width: 100%;
    height: 10rem;
    object-fit: cover;
}

.switchInfo div {
    opacity: 0.3;
}

.switchInfo div:nth-of-type(1) {
    margin-right: 10px;
}

.active_line {
    opacity: 1 !important;
}

.rightDot {
    position: absolute;
    z-index: 999;
    right: 0.16rem;
    bottom: 0.16rem;
    height: 0.8rem;
    border-radius: 0.21rem;
    background: #00000066;
    padding: 0 0.32rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-family: "Alibaba PuHuiTi";
    font-size: 0.37rem;
}

.switchInfo {
    position: absolute;
    z-index: 999;
    right: 0.16rem;
    bottom: 1.64rem;
    height: 0.8rem;
    border-radius: 0.21rem;
    background: #00000066;
    padding: 0 0.32rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-family: "Alibaba PuHuiTi";
    font-size: 0.37rem;
    display: none;
}

.productHead_info {
    width: 100%;
    height: 100%;
}

.productHead li
{
width: 100%;
height: 100%;
}

.productHead li img {
    width: 100%;
    height: 100%;
    display: block;
}

.productInfo {
    padding: 0.32rem;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 0.32rem;
}

.priceBox {
    color: #4e5a6a;
    font-size: 0.32rem;
}

.price {
    color: #D73622;

}

.big-price {
    font-family: "Inter";
    font-size: 0.64rem;
    font-style: normal;
    font-weight: 600;
    line-height: 0.48rem;
}

.productInfo .title {
    color: #000000;
    font-family: "PingFang SC";
    font-size: 0.43rem;
    font-style: normal;
    font-weight: 700;
    margin-top: 0.43rem;
}

.productInfo .tag {
    display: inline-block;
    padding: 0.05rem 0.16rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.05rem;
    border: 0.03rem solid #0277EF1a;
    background: #0277EF1a;
    color: var(--themeColor);
    font-family: "PingFang SC";
    font-size: 0.32rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.48rem;
    margin-right: 0.1rem;
}
.li-box{
   margin: 0.21rem 0; 
}
.tagBox {
    display: flex;
}

.tagBox span:nth-of-type(1) {
    display: inline-block;
    width: 1.2rem;
    height: 0.59rem;
    text-align: center;
    align-items: center;
    border-radius: 0.05rem;
    border: 0.03rem solid #FFDFBB;
    background: #FFF3E8;
    color: #f9991e;
    font-family: "PingFang SC";
    font-size: 0.32rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.59rem;
    box-sizing: border-box;
    margin-right: 0.16rem;
}

.tagBox span:nth-of-type(2) {
    display: inline-block;
    width: 0.96rem;
    height: 0.59rem;
    text-align: center;
    align-items: center;
    border-radius: 0.05rem;
    border: 0.03rem solid #FFC6C7;
    background: #FFE8E8;
    color: #fa304b;
    font-family: "PingFang SC";
    font-size: 0.32rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.59rem;
    box-sizing: border-box;
}
.tag3 {
    width: 1.28rem;
    height: 0.48rem;
    padding: 0 0.16rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.05rem;
    border: 0.03rem solid #27b86d33;
    background: #27b86d1a;
    color: #27b86d;
    font-family: "PingFang SC";
    font-size: 0.27rem;
    font-style: normal;
    font-weight: 500;
}
.ser-box{
    color: #585858;
}
.line_unit,.line_sold{
    margin: 0 0.16rem;
}
.guideInfo {
    padding: 0.37rem 0.32rem;
    background-color: #fff;
    color: #1e2222;
    font-family: "Alibaba PuHuiTi";
    font-size: 0.37rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.37rem;
    margin-bottom: 0.32rem;
}

.guideInfo .label {
    color: #bebebe;
    margin-right: 0.53rem;
    flex: 0 0 0.75rem;
}

.locationText {
    display: flex;
    flex-wrap: wrap;
    /* 允许换行 */
    justify-content: space-between;
    /* 充满整行 */
    line-height: 0.52rem;
    width: 6.8rem;
}

.guideInfo .line {
    width: 0.03rem;
    height: 0.37rem;
    background: #E0E0E0;
    margin: 0 0.32rem;
}

.guideInfo img {
    width: 0.64rem;
    height: 0.64rem;

}

/*  */
.socialMo {
    padding: 0.37rem 0.32rem;
    background-color: #fff;
    color: #1e2222;
    font-family: "Alibaba PuHuiTi";
    font-size: 0.37rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.37rem;
    margin-bottom: 0.32rem;
}

.socialMo .label {
    color: #bebebe;
    margin-right: 0.53rem;
}

.socialMo img {
    width: 0.13rem;
    height: 0.23rem;
}



/*  */
.socialParam {
    background-color: #fff;
    color: #1e2222;
    font-family: "Alibaba PuHuiTi";
    font-size: 0.37rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.37rem;
    margin-bottom: 0.32rem;
}

.socialParamItem .title {
     color: #1e2223;
     font-family: "Alibaba PuHuiTi";
     font-size: 0.43rem;
     font-style: normal;
     font-weight: 500;
     line-height: 0.37rem;
}

.socialParamItemTit .label {
    color: #4e5a6a;
}

.socialParamItemNew .label {
    color: #4e5a6a;
    width: 50%;
    margin-right: 0.1rem;
}

.socialParam img {
    margin-left: 0.13rem;
    width: 0.13rem;
    height: 0.23rem;
}

.socialParamItem {
    padding: 0.37rem 0.32rem;
}

/* 店铺信息 */
.shopBox {
    color: #4e5a6a;
    font-family: "PingFang SC";
    font-size: 0.32rem;
    padding: 0.32rem;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 0.32rem;
}

.shopBox .shopHead {
    margin-bottom: 0.32rem;
}

.shopBox .shopHead .shopImg {
    width: 1.44rem;
    height: 1.44rem;
    flex: 0 0 1.44rem;
    border-radius: 0.11rem;
    margin-right: 0.32rem;
}

.shopBox .rightShop {
    flex: 1;
    width: calc(100% - 1.76rem);
    flex-direction: column;
}

.shopBox .rightShop .title {
    color: #1f1f1f;
    font-family: "PingFang SC";
    font-size: 0.43rem;
    font-weight: 700;
}

.shopBox .rightShop .shopTop {
    margin-bottom: 0.19rem;
}

.shopBottom img {
    width: 0.37rem;
    height: 0.37rem;

    margin-right: 0.15rem;
}

.goodsInfo {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    /* 确保支持水平滚动 */
    max-width: none;
    /* 确保没有最大宽度限制 */
    height: 2.4rem;
    /* 确保有明确的高度 */
}

.goodsItem {
    width: 2.4rem;
    height: 2.4rem;
    flex-shrink: 0;
    margin-right: 0.27rem;
    position: relative;
}

/* 隐藏滚动条 (可选) */
.goodsInfo::-webkit-scrollbar {
    display: none;
}

.goodsInfo a {
    display: block;
    width: 100%;
    height: 100%;
}

.goodsInfo a img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 0.11rem;
}



.shopPrice {
    position: absolute;
    bottom: 0.15rem;
    left: 0;
    right: 0;
    /* 设置左右边距为0 */
    margin: 0 auto;
    /* 自动设置左右边距以居中 */
    background-color: #000000b3;
    color: #ffffff;
    font-size: 0.27rem;
    height: 0.53rem;
    max-width: 90%;
    /* padding: 0 0.1rem; */
    box-sizing: border-box;
    border-radius: 1.33rem;
    text-align: center;
}

.shopBig {
    font-size: 0.37rem;
    font-weight: 700;
}

/* 进店按钮 */
.goStore {
    display: flex;
    width: 1.44rem;
    height: 0.64rem;
    justify-content: center;
    align-items: center;
    border: 0.03rem solid var(--themeColor);
    color: var(--themeColor);
    border-radius: 0.11rem;
}

/* 商品详情 */
.productInfoInner {
    background-color: #fff;
}

.renTitle {
    padding: 0.32rem;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

.tabs {
    display: flex;
    position: relative;
    /* 为吸顶效果做准备 */
    background-color: #fff;
    padding: 0.37rem 0 0.16rem;
}

.tab {
    flex: 1;
    cursor: pointer;
    transition: color 0.3s;
    color: #1f1f1f;
    font-family: "PingFang SC";
    font-size: 0.37rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.tab .line {
    width: 0.53rem;
    height: 0.08rem;
    margin-top: 0.16rem;
    background: var(--themeColor);
    opacity: 0;

}

.active .line {
    opacity: 1 !important;
}

.tab.active {
    color: var(--themeColor);
    font-size: 0.43rem;
    font-style: normal;
    font-weight: 700;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.section {
    min-height: 200px;
}

.section .tit {
    color: #1e2223;
    font-family: "PingFang SC";
    font-size: 0.32rem;
    padding: 0.45rem;
}

.section .tit .text {
    margin: 0 0.27rem;
}

.section .tit img {
    width: 0.64rem;
    height: 0.03rem;
}

/* 底部按钮 */
.cart-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row nowrap;
    border-top: 0.03rem solid #E6E6E6;
    background: #FFF;
    padding: 0.24rem 0.32rem;
    padding-bottom: calc(0.24rem + env(safe-area-inset-bottom)) !important;
    box-sizing: border-box;
    z-index: 100;
}
.cart-footer .btn {
    position: relative;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    color: #707070;
    font-family: "Noto Sans SC";
    font-size: 0.27rem;
    flex-flow: column;
    height: 1.84rem
}
.cart-footer .btn.icon {
    flex: 0 0 1.07rem;
}
.cart-footer .btn.icon img {
    width: 0.53rem;
    height: 0.53rem;
    margin-bottom: 0.05rem;
}
.cart-footer-btn {
    flex: 1;
    margin-left: 0.3rem;
}
.cart-footer-btn--solo {
    margin-left: 0;
    width: 100%;
}
.add-cart-buy {
    width: 100%;
    height: 1.31rem;
    color: #ffffff;
    font-family: "PingFang SC";
    font-size: 0.37rem;
    background-color: var(--themeColor);
    border-radius: 0.8rem;
    text-align: center;
    line-height: 1.31rem;
    box-sizing: border-box;
}
.add-cart-buy--primary {
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 0.43rem;
    font-weight: 600;
    letter-spacing: 0.04rem;
    border-radius: 0.6rem;
    box-shadow: 0 0.08rem 0.24rem rgba(18, 90, 175, 0.28);
}
/* 收藏按钮 */
.collectIt {
    position: fixed;
    right: 0.32rem;
    top: 12.67rem;
    width: 1.28rem;
    height: 1.28rem;
    background-color: #fff;
    box-shadow: 0 0.11rem 0.11rem #0000000f;
    color: #4e5a6a;
    font-family: "Noto Sans SC";
    font-size: 0.27rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-direction: column;
    border: 1px solid #0000000d;
}

.collectIt img {
    width: 0.53rem;
    height: 0.53rem;
    margin-bottom: 0.1rem;
}




/* 弹窗 */
/* 自定义弹窗样式 */
.my-layer-open {
    border-radius: 0.21rem 0.21rem 0 0 !important;
    inset: 5rem 0 0 !important;
}

.layui-layer-btn {
    padding: 0 !important;
}

.layui-layer-content {
    height: 100% !important;
}

.layer-bottom-popup {
    width: 100%;
    height: 100% !important;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    background-color: #fff !important;
    z-index: 9999 !important;
    padding: 0 0.64rem !important;
    color: #1e2223;
    font-family: "Alibaba PuHuiTi";
    font-size: 0.37rem;
    font-weight: 400;
    height: 10rem;
    border-radius: 0.21rem 0.21rem 0 0 !important;
}

.layer-bottom-popup .closeIt {
    width: 0.75rem;
    height: 0.75rem;
    position: absolute;
    top: 0.27rem;
    right: 0.27rem;
}

.layer-bottom-popup .title {
    text-align: center;
    font-family: "Alibaba PuHuiTi";
    font-size: 0.43rem;
    font-weight: 500;
    padding: 0.53rem 0;
    box-sizing: border-box;
}

.layer-bottom-popup .paramInfo {
    height: calc(100% - 3.5rem);
}

.layer-bottom-popup .paramItem {
    margin-bottom: 0.6rem;
}

.layer-bottom-popup .paramItem .label {
    color: #4e5a6a;
    margin-right: 0.1rem;
    width: 50%;
}



/*  */
.font48 {
    font-size: 0.48rem;
}


/* 参数弹窗 */
.paramPopup-box {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999999999;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
}

.paramPopup {
    width: 100%;
    background-color: #fff;
    z-index: 9999;
    padding: 0 0.64rem;
    color: #1e2223;
    font-family: "Alibaba PuHuiTi";
    font-size: 0.37rem;
    font-weight: 400;
    border-radius: 0.21rem 0.21rem 0 0;
    position: absolute;
    bottom: 0;
}

.paramPopup .closeIt {
    width: 0.75rem;
    height: 0.75rem;
    position: absolute;
    top: 0.27rem;
    right: 0.27rem;
}

.paramPopup .title {
    text-align: center;
    font-family: "Alibaba PuHuiTi";
    font-size: 0.43rem;
    font-weight: 500;
    padding: 0.53rem 0;
    box-sizing: border-box;
}

.paramPopup-box .paramInfo {
    max-height: 10rem;
    overflow-y: auto;
}

.paramPopup-box .paramItem {
    margin-bottom: 0.6rem;
}

.paramPopup-box .paramItem .label {
    color: #4e5a6a;
    margin-right: 0.1rem;
    width: 50%;
}

.paramPopup-box .confirm-btn {
    display: flex;
    width: 8rem;
    height: 1.31rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.8rem;
    background: var(--themeColor);
    color: #fff;
    box-sizing: border-box;
    font-size: 0.43rem;
    margin: 0.27rem 0.36rem;

}

/* 规格弹窗 */
.skuPopup-box {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999999999;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
}

.skuPopup {
    width: 100%;
    background-color: #fff;
    z-index: 9999;
    padding: 0 0.53rem;
    color: #1e2223;
    font-family: "Alibaba PuHuiTi";
    font-size: 0.37rem;
    font-weight: 400;
    border-radius: 0.21rem 0.21rem 0 0;
    position: absolute;
    bottom: 0;
}

.skuPopup .closeIt {
    width: 0.75rem;
    height: 0.75rem;
    position: absolute;
    top: 0.27rem;
    right: 0.27rem;
}

.prodInfo {
    padding: 0.53rem 0rem 0.4rem;
    box-sizing: border-box;
}

.prodInfo img {
    width: 1.71rem;
    height: 1.71rem;
    border-radius: 0.21rem;
    margin-right: 0.32rem;
}

.prodInfo .price {
    margin-bottom: 0.32rem;
}

.notification {
    overflow: hidden;
    /* 隐藏溢出的内容 */
    white-space: nowrap;
    /* 防止换行 */
    background: #FFF5E6;
    position: absolute;
    /* 设置为相对定位 */
    left: 0;
    width: 100%;
    padding: 0.16rem 0.32rem;
    padding-right: 0;
    color: #f9991e;
    font-family: "PingFang SC";
    font-size: 0.32rem;
    display: flex;
    align-items: center;

}

.notification img {
    width: 0.43rem;
    height: 0.43rem;
    margin-right: 0.16rem;
}

.notification-content {
    display: inline-block;
    /* 使内容在同一行 */
    position: absolute;
    /* 设置为绝对定位，便于控制位置 */
    left: 100%;
    /* 从右侧开始 */
    animation: scroll 10s linear infinite;
    /* 添加动画效果 */
    height: 100%;
}

.notification-content span {
    height: 100%;
    display: flex;
    align-items: center;
    /* 使内容在同一行 */

}

@keyframes scroll {
    0% {
        transform: translateX(0);
        /* 从右侧进入 */
    }

    100% {
        transform: translateX(-90%);
        /* 向左移动到完全离开 */
    }
}

#sku {
    max-height: 7rem;
    overflow-y: auto;
    margin-top: 1.33rem;
    margin-bottom: 0.6rem;
}

.countBox {
    margin-bottom: 0.6rem;
}

.titleAttr {
    color: #1e2223;
    font-family: "PingFang SC";
    font-size: 0.32rem;
    font-style: normal;
    font-weight: 700;
}

.selects_r {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.4rem;
}

.selects_r li {
    display: flex;
    height: 0.69rem;
    padding: 0 0.27rem;
    justify-content: center;
    align-items: center;
    border-radius: 1.47rem;
    background: #F2F3F7;
    box-sizing: border-box;
    color: #1e2223;
    font-family: "PingFang SC";
    font-size: 0.32rem;
    margin: 0.32rem;
    margin-left: 0;
}

.selects_r .active {
    color: var(--themeColor);
    border: 0.03rem solid var(--themeColor);
    background: #0277EF1a;
}

.quantity-input {
    color: #1e2223;
    font-family: "PingFang SC";
    font-size: 0.32rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity-input input {
    width: 1.17rem;
    height: 0.64rem;
    background: #F2F3F7;
    text-align: center;
}

.quantity-input .plus,
.quantity-input .minus {
    font-size: 0.5rem;
    font-weight: bold;

}

.quantity-input .minus {
    padding-right: 0.24rem;
}

.quantity-input .plus {
    padding-left: 0.24rem;
}

.quantity-input .disabled {
    color: #DBDCE0;
}

.sku_foot {
    border-top: 0.03rem solid #E6E6E6;
    width: 100%;
    height: 1.84rem;
    padding: 0.27rem 0;
    box-sizing: border-box;
    color: #4e5a6a;
    font-family: "PingFang SC";
    font-size: 0.27rem;

}

.zu_box {
    margin-right: 0.5rem;
    text-align: center;
}

.sku_foot .big-price {
    font-size: 0.37rem;
}

.black_price {
    color: #1e2223;
    font-family: "Inter";
    font-size: 0.37rem;
}

.sku_foot .zulinBtn {
    display: flex;
    width: 3.2rem;
    height: 1.31rem;
    padding: 0.27rem;
    justify-content: center;
    align-items: center;
    gap: 0.27rem;
    flex-shrink: 0;
    border-radius: 0.8rem;
    background: var(--themeColor);
    color: #ffffff;
    font-family: "PingFang SC";
    font-size: 0.37rem;
}

/* 评价 */

.goodsParameters {
  background: #fff;
  font-size: 0.3733rem;
  color: #1f1f1f;
}
.goodsParameters .titleInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.3733rem;
}
.goodsParameters .titleInfo .title {
  font-size: 0.4267rem;
  font-weight: bold;
}
.goodsParameters .titleInfo .look {
  display: flex;
  color: #b6b6b6;
  align-items: center;
  font-size: 0.32rem;
}
.goodsParameters .titleInfo .look img{
    width: 0.13rem;
    height: 0.23rem;
    margin-left: 0.13rem;
}
.goodsParameters .parameter-list {
  padding: 0.32rem 0;
  display: flex;
  font-size: 0.3733rem;
  align-items: center;
  justify-content: space-between;
}
.goodsParameters .parameter-list .Parameter-key {
  color: #707070;
  margin-right: 0.2667rem;
}
.goodsParameters .parameter-list .param-name {
  flex: 1;
}
.goodsParameters .parameter-list .Parameter-value {
  text-align: right;
}

.commentBox{
  width: 100%;
}
.commentBox .commentItem{
  width: 100%;
  display: flex;
  color: #86909c;
  font-family: "Alibaba PuHuiTi";
  font-size: 0.32rem;
  align-items: flex-start;
  margin-bottom: 0.32rem;
}
.commentBox .commentItem .userPic{
  width: 1.0667rem;
  height: 1.0667rem;
  flex: 0 0 1.0667rem;
  margin-right: 0.16rem;
  border-radius: 50%;
}
.commentBox .commentItem .commentInfo{
  flex: 1;
}
.commentBox .commentItem .commentUserInfo{
  display: flex;
  align-items: center;
}
.commentBox .commentItem .commentStar{
  margin-left: 0.2667rem;
  display: flex;
  align-items: center;
}
.commentBox .commentItem .commentStar img{
  width: 0.3733rem;
  height: 0.3733rem;
  margin-right: 0.1333rem;
}
.commentBox .commentItem .commentContent{
  color: #1e2223;
  font-family: "Alibaba PuHuiTi 3.0";
  font-size: 0.3733rem;
  word-break: break-word;
}
.commentBox .commentItem .commentTime{
  margin: 0.16rem 0 0.2667rem;
}
.commentBox .commentItem .commentPic{
  margin-left: 0.2667rem;
  align-items: center;
  position: relative;
}
.commentBox .commentItem .commentPic img{
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.2133rem;
}
.commentBox .commentItem .commentPic .commentNum{
  width: 0.6933rem;
  height: 0.5333rem;
  border-radius: 0 0 0.2133rem 0;
  opacity: 1;
  background: #00000080;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-size: 0.3733rem;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 小程序下单引导弹窗 */
.guideCodeModel {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000000000000;
    display: none;
}
.guideCodeModel .guideCodeModelBg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.guideCodeModel .guideCodeModelInfo {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6.4rem;
    border-radius: 0.21rem;
    background-color: #fff;
    overflow: hidden;
}
.guideCodeModel .guideCodeModelHead {
    height: 1.17rem;
    padding: 0 0.43rem;
    background: linear-gradient(90deg, #087af0 0%, #2f6cd0 100%);
    color: #fff;
    font-size: 0.43rem;
    font-weight: 500;
}
.guideCodeModel .guideCloseIcon {
    width: 0.48rem;
    height: 0.48rem;
}
.guideCodeModel .guideNotice {
    color: #fb9600;
    font-size: 0.32rem;
    background: #fff5e6;
    padding: 0.21rem 0.32rem;
    line-height: 1.5;
}
.guideCodeModel .guideNotice img {
    width: 0.37rem;
    height: 0.37rem;
    margin-right: 0.16rem;
    flex-shrink: 0;
}
.guideCodeModel .guideMiniBtn {
    width: 4.8rem;
    height: 0.96rem;
    margin: 0.53rem auto 0.27rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.11rem;
    color: #fff;
    background: #2f6cd0;
    font-size: 0.37rem;
}
.guideCodeModel .guideCloseBtn {
    width: 4.8rem;
    height: 0.96rem;
    margin: 0 auto 0.53rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.11rem;
    color: #4e5969;
    background: #f2f3f5;
    font-size: 0.37rem;
}
