/* 首页 */

.index_widthmAuto {
    padding-top: .96rem;
    margin: 0 .25rem;
    overflow-y: auto;
    padding-bottom: .4rem;
    /* margin-left: 0.02rem; */
}

.index_widthmAutoa {
    padding-top: .96rem;
    margin: 0 .25rem;
    overflow-y: auto;
    padding-bottom: 1.8rem;
}

.index_widthmAutos {
    margin: 0 .25rem;
    overflow-y: auto;
    padding-bottom: .4rem;
}

.index_logo {
    width: 2.5rem;
    height: 0.74rem;
    margin-top: 0.46rem;
    margin-bottom: 0.16rem;
}

.index_pro_item {
    width: 100%;
    height: 7.6rem;
    background: url(../images/parbg.png)no-repeat;
    background-size: 100%;
    margin-bottom: .3rem;
    position: relative;
}

.index_pro_item .pro_img {
    display: block;
    width: 100%;
    height: 5.2rem;
}

.index_pro_item>a>img {
    width: 100%;
    height: 5.2rem;
    border-radius: .4rem;
}

/* 标签父级定位 */
.index_position {
    padding: 0 0.2rem;
}

.index_padding {
    padding: 0 0.25rem;
}

.index_descri {
    font-size: 0.3rem;
}

/* 限量 3D 稀有 联通畅游数藏 */
.index_descriFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: .5rem;
    margin-top: .28rem;
}


.index_descriFlex_flexBox {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 0.3rem;
    margin-bottom: 0.6rem;
}

.index_descriFlex_one {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 0.3rem;
    text-align: center;
}

.index_descriFlex_one>span:nth-child(1) {
    width: .85rem;
    display: inline-block;
    background: #FEEB98;
    border-radius: .1rem;
}



.index_descriFlex_two {
    display: flex;
    justify-content: space-around;
    text-align: center;
    color: #FEEB98;
    margin-left: .2rem;
}

.index_descriFlex_two>span:nth-child(1) {
    border: 1px solid #FEEB98;
    border-radius: .1rem;
    padding-right: .01rem;
    padding: 0 .15rem;
}


.index_descriFlex_thire {
    color: #ffffff;
    font-size: 0.24rem;
}


/* 中国联通logo */
.index {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #31303F;
}

.index_logo {
    width: 2.5rem;
    height: 0.74rem;
    margin-top: 0.46rem;
    margin-bottom: 0.16rem;
}

/* 敬请期待 08.01 21:00 开售 */
.index_pro_img {
    position: absolute;
    top: .2rem;
    left: .2rem;
    height: .5rem;
    background: #1E2020;
    border-radius: .42rem;
    display: flex;
    align-items: center;
    opacity: .8;
    padding: 0 .3rem;
}

.index_pro_img img {
    display: block;
    width: .27rem;
    height: .27rem;
    margin-right: .17rem;
}

.index_pro_img span {
    display: block;
    font-size: 0.27rem;
    font-weight: 400;
    color: #FEEB98;
}


.index_descriFlex_box {
    display: flex;
    align-items: center;
    padding-right: .5rem;
}

/* 联通畅游数字藏品 */

/* 
山山超现实主义 在异国森林中行走
山在美术馆 睡莲池与草地
*/
.index_descri_txt {
    color: #ffffff;
    margin-top: 0.26rem;
    font-size: 0.34rem;
}

/* 了解详情 */
.index_details {
    width: 1.8rem;
    height: .54rem;
    line-height: .54rem;
    border-radius: .2rem;
    color: #ffffff;
    text-align: center;
    /* background: linear-gradient(to right, #2075fc, #5ba9ec); */
    background: linear-gradient(to right, #2075fc, #5ba9ec);
    font-size: 0.35rem;
    position: absolute;
    right: .2rem;
    bottom: .25rem;
    text-decoration: none;
}

/* 已结束 灰色 */
.index_details_gray {
    width: 1.8rem;
    height: .54rem;
    line-height: .54rem;
    border-radius: .2rem;
    color: #ffffff;
    text-align: center;
    /* background: linear-gradient(to right, #2075fc, #5ba9ec); */
    background: gray;
    font-size: 0.35rem;
    position: absolute;
    right: .2rem;
    bottom: .35rem;
    text-decoration: none;
    opacity: 0.8;
}

/* 底部 */
footer {
    position: fixed;
    bottom: 0;
    width: 7.5rem;
    margin: auto;
    background: #1E2020;
    padding-top: 0.1rem;
}

.footer_width {
    width: 70%;
    height: 1rem;
    margin: auto;
    color: #ffffff;
    font-size: .2rem;
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.footer_width>div {
    display: flex;
    flex-direction: column;
}

.footer_width>div>img {
    width: 0.56rem;
    height: 0.56rem;
}


/* 
***商品详情-订购
 */
.goods_details {
    width: 7.5rem;
    height: 100%;
    overflow-y: auto;
    background: #0E0B1D;
    padding-bottom: 0.5rem;
    position: relative;
}

/* 产品列表 */
.goods_details_pro_item {
    width: 100%;
    /* height: 9.7rem; */
    background: url(../images/dian.png) no-repeat;
    background-size: 47%;
    background-position-y: 7rem;
    background-position-x: 4rem;
}

.goods_details_pro_item>img {
    width: 100%;
    /* height: 7.64rem; */
    border-radius: .3rem;
}

/* 横线 hr */
.goods_detailsHr {
    width: 6.8rem;
    height: 0.01rem;
    background-color: #525252;
    /* transform: scaleY(0.5); */
    transform-origin: 50% 100%;
}


/* 唯一标识 */
.good_details_txt {
    margin: auto;
    line-height: .5rem;
    padding: 0 0.2rem;
}

.good_details_ident {
    font-size: 0.24rem;
    color: #ffffff;
    font-weight: 600;
    display: flex;
}

.good_details_ident span:nth-child(1) {
    display: block;
    margin-right: .1rem;
}

.good_details_ident span:nth-child(2) {
    width: 5rem !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    /* 换行 */
    word-break: normal;
    width: auto;
    display: block;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: hidden;
}

/* 藏品介绍 藏品信息 购买须知(蓝色标题) */
.collection_into_good {
    display: block;
    font-size: .3rem;
    font-weight: 600;
    color: #1A71FF;
    padding-bottom: 0.2rem;
}

.collection_into_good_details {
    display: block;
    font-size: .3rem;
    font-weight: 600;
    color: #1A71FF;
}

/* 藏品介绍 */
.purchase_instructions_box {
    margin: 0.4rem 0.2rem;
}

.collection_into_details {
    font-size: .3rem;
    font-weight: 400;
    color: #CCCCCC;
}

/* 藏品信息 */
.collection_into_flex {
    display: flex;
    justify-content: space-between;
    line-height: .5rem;
}

/* 发行方 创作者 发行时间 */
.collection_into_role {
    font-size: .24rem;
    font-weight: 600;
    color: #FFFFFF;
}

/* 联通畅游数藏 */
.collection_into_dataCollec {
    font-size: .24rem;
    font-weight: 400;
    color: #CCCCCC;
}

/* 购买须知 */
.purchase_instructions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.2rem;
}


/* 活动规则 */
.activityRules {
    font-size: 0.24rem;
    font-weight: 400;
    color: #F6593E;
    display: flex;
    align-items: center;
}

.activityRules img {
    width: .24rem;
}

/* 联通链 */
.good_details_chain {
    height: 1.5rem;
    margin: auto;
    line-height: 1rem;
    text-align: center;
}

.good_details_chain>img {
    height: .4rem;
    vertical-align: middle;
}

.good_details_chain_txt {
    font-size: .24rem;
    color: #515253;
    vertical-align: middle;
}

/* 加锁产品 */
.lockedProduct {
    margin: auto;
    opacity: 1;
}

/* 购物车 */
.good_details_shoppingCart {
    width: 6.9rem;
    background: #322F40;
    display: flex;
    justify-content: space-between;
    z-index: 9;
    padding: .2rem .3rem;
    position: fixed;
    bottom: 0;
}

.good_details_shoppingCarts {
    width: 6.9rem;
    background: #322F40;
    display: flex;
    justify-content: space-between;
    z-index: 999;
    padding: .2rem .3rem;
}

.good_details_shoppingCartBefore {
    width: 7.5rem;
    height: 1.2rem;
    background: #322F40;
    position: absolute;
    z-index: 9;
    padding: .2rem 0;
    padding-bottom: .4rem;
    position: fixed;
    bottom: 0;
}

.good_details_shoppingCartBefores {
    width: 7.5rem;
    height: 1.2rem;
    background: #322F40;
    position: fixed;
    bottom: 0;
    z-index: 9;
    padding: .2rem 0;
    padding-bottom: .4rem;
    position: fixed;
    bottom: 0;
}

.good_details_shoppingCartBefores>div {
    padding: .2rem 0;
    padding-bottom: .8rem;
    display: flex;
    justify-content: space-around;
}

.good_details_shoppingCart_flex {
    display: flex;
    flex-direction: column;
}

.buyAfter {
    width: 3.3rem;
}

.good_details_shoppingCart_details_moneyNum {
    display: flex;
    line-height: 0.5rem;
    margin-top: .12rem;
}

.good_details_shoppingCart_moneyIcon {
    font-size: .2rem;
    color: #FB514D;
}

.good_details_shoppingCart_money {
    display: block;
    font-size: .4rem;
    color: #FB514D;
    font-weight: 600;
}

.good_details_shoppingCart_box_orderNow {
    width: 3.8rem;
    height: 1rem;
    background: linear-gradient(to right, #2579fe, #609dff);
    text-align: center;
    border-radius: 1rem;
    line-height: 0.5rem;
    margin: auto;
    margin-top: .1rem;
    /* 显示“售罄” */
    /* opacity: 0.5; */
}

.good_details_shoppingCart_box_orderNow_onsale {
    width: 3.8rem;
    height: 1rem;
    background: linear-gradient(to right, #2579fe, #609dff);
    text-align: center;
    border-radius: 1rem;
    line-height: 0.6rem;
    margin: auto;
    /* 显示“售罄” */
    /* opacity: 0.5; */
}

.good_details_shoppingCart_box_orderNow_margin {
    width: 6.9rem;
    background: #322F40;
    position: absolute;
    z-index: 9;
    padding: .2rem .3rem;
}

.good_details_shoppingCart_box_orderNow_shoujin {
    display: block;
    width: 3.8rem;
    height: 1rem;
    background: linear-gradient(to right, #2579fe, #609dff);
    text-align: center;
    border-radius: 1rem;
    line-height: 0.5rem;
    margin: auto;
    /* 显示“售罄” */
    /* opacity: 0.5; */
}

.good_details_shoppingCart_box_orderNow_tankuang {
    height: 1rem;
    background: linear-gradient(to right, #2579fe, #609dff);
    text-align: center;
    border-radius: 1rem;
    line-height: 0.5rem;
    margin-top: .1rem;
    /* 显示“售罄” */
    /* opacity: 0.5; */
}

#buyVehicleAfter {
    height: 1rem;
    background: linear-gradient(to right, #2579fe, #609dff);
    text-align: center;
    border-radius: 1rem;
    line-height: 0.5rem;
    margin-top: .1rem;
    /* 显示“售罄” */
    /* opacity: 0.5; */
}

.good_details_shoppingCart_details {
    font-size: .3rem;
    color: #ffffff;
    font-weight: 600;
}

.good_details_shoppingCart_orderNow {
    width: 3.8rem;
    height: 1rem;
    font-size: .4rem;
    color: #ffffff;
}

/* 即将开售 */
.comingSoon {
    position: absolute;
    top: 4.5rem;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
}

.comingSoon>p {
    height: .48rem;
    line-height: .48rem;
    background: #1A71FF;
    text-align: center;
    border-radius: 0.2rem;
    color: #ffffff;
    font-size: 0.28rem;
    padding: 0 .3rem;
}

/* 藏品介绍 */
.purchase_instructions_box_collections {
    margin: 0.6rem auto;
    margin-top: 0;
}

.purchase_instructions_box_collections>div {
    width: 3.2rem;
    height: 4.7rem;
    background: #313339;
    margin-bottom: 0.4rem;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    border-bottom-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.purchase_instructions_box_collections>div .proimg {
    width: 100%;
    height: 3.2rem;
    border-radius: .3rem;
}

.special_subscribe_img {
    width: 57%;
    display: flex;
    align-items: center;
    border: 1px solid #FEEB98;
    border-radius: 0.2rem;
    margin-left: 0.1rem;
    padding: 0.03rem;
    text-align: center;
}

.special_subscribe_img>img {
    width: 0.3rem;
    margin-left: 0.1rem;
}

.special_subscribe_img>span {
    font-size: 0.27rem;
    font-weight: 400;
    color: #FEEB98;
}

.mask_Tips {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 99999;
}

.onSale {
    width: 2rem;
    height: .5rem;
    line-height: .5rem;
    border: 1px solid #FEEB98;
    border-radius: 0.24rem;
}

.onSale>p {
    font-size: 0.27rem;
    font-weight: 400;
    color: #FEEB98;
    text-align: center;
}


.CurrentCollectionList {
    width: 6.7rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.purchase_instructions_box_listTitle {
    font-size: 0.34rem;
    font-weight: 600;
    color: #FFFFFF;
    padding: 0 0.2rem;
}

.purchase_instructions_boxFlex {
    display: flex;
    align-items: flex-end;
    margin-top: 0.2rem;
    padding: 0 0.2rem;
    position: relative;
}

.purchase_instructions_box_money {
    font-size: 0.18rem;
    font-weight: 400;
    color: #F6743E;
    margin-right: 0.1rem;
}

.purchase_instructions_box_moneyNum {
    display: flex;
    align-items: flex-end;
    font-size: 0.36rem;
    font-weight: 600;
    color: #F6743E;
    padding: 0;
    margin: 0;
    display: inline;
    /* font-family: 黑体; */
}


.spesub_pro_list {
    width: 100%;
    background: url(../images/dian.png)no-repeat;
    background-size: 47%;
    background-position-x: 4rem;
    background-position-y: 5rem;
    padding-bottom: .2rem;
    position: relative;
    padding-top: 0.3rem;
}

.spesub_pro_item {
    width: 100%;
    background-size: 100%;
    margin-bottom: .6rem;
    position: relative;
}


.spesub_pro_item .sub_banner {
    width: 100%;
    height: 5.2rem;
    border-radius: .3rem;
}

/* 标签父级定位 */
.spesub_position {
    position: relative;
}

.spesub_descri {
    font-size: 0.3rem;
}

.spesub_descri_txt {
    color: #ffffff;
    margin: 0.1rem auto;
    font-size: 0.34rem;
}


/* 
***专题-预约
 */

.special_subscribe {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #0E0B1D;
    padding-bottom: 0.5rem;
    position: relative;
}

/* 分享按钮 */
.shareIcon {
    width: 0.8rem;
    height: 0.8rem;
    background: #000000cc;
    position: absolute;
    top: 0.4rem;
    right: 0.1rem;
    border-radius: 50%;
    display: none;
}

/*  */
.mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
}

.iconColor {
    display: block;
    width: .53rem;
    height: .53rem;
    color: #ffffff;
    position: absolute;
    top: 28%;
    left: 40%;
}

.unlock {
    /* width: 1.3rem; */
    height: 0.54rem;
    position: absolute;
    bottom: 0.1rem;
    right: 0.1rem;
    background: linear-gradient(90deg, #2678FF 0%, #62ACEC 100%);
    border-radius: 0.45rem;
    padding: 0 .3rem;
}

.unlock>p {
    font-size: 0.35rem;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.55rem;
}


/* 全部收藏 */
.AllCollection {
    width: 100%;
    background: rgba(0, 0, 0, .7);
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10000;
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem;
}

.AllCollection_con {
    position: absolute;
    bottom: 0;
    background: #31303F;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.AllCollection_flex {
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin: auto;
    margin: .3rem;
}

.AllCollection_flex_divFlex {
    display: flex;
    align-items: center;
}

.AllCollection_style {
    font-size: 0.36rem;
    font-weight: 600;
    color: #FFFFFF;
}

.AllCollection_secAll {
    font-size: 0.24rem;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 0.03rem;
}


.AllCollection_flexListes {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.1rem;
}

.AllCollection_allCollection_lists {
    width: 2.1rem;
    height: 3.1rem;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0.3rem 0.3rem;
    background: #1E2020;
    border-radius: 0.2rem;
    position: relative;
}

.AllCollection_allCollection_lists>img {
    width: 2.1rem;
    height: 2.1rem;
    border-radius: .3rem;
}

/* 遮罩层 */
.AllCollection_allCollection_lists_mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000000;
    opacity: 0.5;
    border-radius: 0.2rem;
}

.AllCollection_allCollection_lists_mask>p {
    font-size: 0.3rem;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    top: 30%;
    left: 35%;
}

.allCollect {
    width: 100%;
    height: 1rem;
    display: flex;
    flex-direction: column;
    padding: 0 0.1rem;
    position: relative;
}

/* 弹窗购买列表 已拥有 */
.AllCollection_allCollection_lists_img {
    font-size: 0.22rem;
    font-weight: 600;
    color: #FFFFFF;
    margin-top: 0.15rem;
}

/* 已拥有 亮色 */
.positions_show {
    position: relative;
    opacity: 1;
    z-index: 99;
}

.AllCollection_allCollection_lists_flex {
    display: flex;
    align-items: center;
    margin-top: 0.15rem;
}

.AllCollection_allCollection_lists_flex_meiyuan {
    font-size: 0.12rem;
    font-weight: 400;
    color: #F6743E;
}

.AllCollection_allCollection_lists_money {
    display: flex;
    align-items: flex-end;
    font-size: 0.24rem;
    font-weight: 600;
    color: #F6743E;
}

.AllCollection_allCollection_owned {
    font-size: 0.24rem;
    font-weight: 600;
    color: #7e9eff;
}

.AllCollection_allCollection_lists_radio {
    width: 0.36rem;
    height: 0.36rem;
    margin-left: 0.4rem;
}

.all_radiusBtn {
    width: 0.26rem;
    height: 0.26rem;
    border: .01rem solid #ffffff;
    border-radius: 50%;
    margin-left: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.all_radiusBtn img {
    display: none;
    width: .2rem;
}

.all_radiusBtns {
    width: 0.26rem;
    height: 0.26rem;
    background: linear-gradient(90deg, #2678FF 0%, #62ACEC 100%);
    border-radius: 50%;
    margin-left: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.all_radiusBtns img {
    width: .15rem;
}


.radiusBtn {
    width: 0.26rem;
    height: 0.26rem;
    border: .01rem solid #ffffff;
    border-radius: 50%;
    margin-left: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.radiusBtn img {
    display: none;
    width: .2rem;
}

.radiusBtns {
    width: 0.26rem;
    height: 0.26rem;
    background: linear-gradient(90deg, #2678FF 0%, #62ACEC 100%);
    border-radius: 50%;
    margin-left: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.radiusBtns img {
    width: .15rem;
}



.mask_SellOut {
    font-size: 0.36rem;
    font-weight: 600;
    color: #FFFFFF;
    position: absolute;
    top: 28%;
    left: 38%;
}

.collection_into {
    font-size: .3rem;
    font-weight: 600;
    color: #1A71FF;
}


.collection_into_benqi {
    font-size: .3rem;
    font-weight: 600;
    color: #1A71FF;
}

.collection_into_benqiii {
    font-size: .3rem;
    font-weight: 600;
    color: #FEEB98;
    margin-bottom: 0.5rem;
}

/* 本期藏品列表 */



.alred_owned {
    font-size: 0.36rem;
    font-weight: 600;
    color: #1A71FF;
    line-height: 0.5rem;
}

/* 购买须知 */
.collection_into_buyNotice {
    font-size: .24rem;
    font-weight: 400;
    color: #CCCCCC;
    line-height: .5rem;
}

.coll_in_font_bold {
    font-size: 0.26rem;
    font-weight: 1000;
}

.coll_into_text_indext {
    text-indent: 0.4rem;
}

/* 购物车 */
.good_details_shoppingCart_good {
    width: 7.5rem;
    height: 1.2rem;
    background: #322F40;
    display: flex;
    justify-content: space-around;
    position: absolute;
    z-index: 9;
}

.good_details_shoppingCart_marginRIght {}


.good_details_shoppingCart_money {
    font-size: .4rem;
    color: #d25f62;
    font-weight: 600;
}

.good_details_shoppingCart_box_orderNow_good {
    width: 3.8rem;
    height: 1rem;
    margin: 0 auto;
    background: linear-gradient(to right, #2579fe, #609dff);
    text-align: center;
    border-radius: 1rem;
    line-height: 0.5rem;
    margin-top: .1rem;
}

.good_details_yyy {
    text-align: center;
    color: #1A71FF;
    line-height: 1rem;
}

.good_details_yyys {
    position: fixed;
    bottom: 0;
    width: 7.5rem;
    background: #322F40;
    z-index: 9;
    padding-bottom: .2rem;
}

.good_details_yyy>.good_details_shoppingCart_orderNow {
    text-align: center;
    color: #1A71FF;
}

/* 预约-时间未到 */
.xianshiHidden {
    opacity: 0.5;
}

/* 支付提醒弹框 */
.paymentProto {
    width: 6rem;
    min-height: 4rem;
    color: #ffffff;
    background: #31303F;
    border-radius: 0.15rem;
    position: absolute;
    top: 1.5rem;
    left: 10%;
    z-index: 99;
    padding-bottom: .5rem;
}

.paymentProtoss {
    width: 6rem;
    color: #ffffff;
    background: #31303F;
    border-radius: 0.3rem;
    position: absolute;
    top: 2rem;
    left: 10%;
    z-index: 99;
    padding-bottom: .5rem;
}

.paymentProto_cha {
    width: 0.48rem;
    height: 0.48rem;
    font-size: 0.5rem;
    position: absolute;
    top: 0;
    right: 0.02rem;
}

.pay_change {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pay_change img:nth-child(1) {
    width: 1.2rem;
    margin: .3rem 0;
    margin-right: .2rem;
}

.pay_change img:nth-child(2) {
    width: 1.2rem;
    margin: .3rem 0;
    margin-left: .2rem;
}

.pay_change .active_pay {
    border: .05rem #e4d947 solid;
    border-radius: .3rem;
}

/* 提示 */
h5 {
    font-size: 0.5rem;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    margin-top: 0.7rem;
}

.visitTips {
    font-size: 0.36rem;
    font-weight: 500;
    color: #CCCCCC;
    text-align: center;
    margin: 0.7rem 0.2rem;
}

.open_wechart {
    width: 3.5rem;
    height: 0.88rem;
    background: #1D74FF;
    border-radius: 0.8rem;
    margin: auto;

}

.open_wechart_txt {
    font-size: 0.36rem;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.8rem;
    text-decoration: none;
    display: block;
}

.collection_into_details_good {
    font-size: 0.3rem;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 0.5rem;
}

/* 点击右上角 */
.paymentProtos {
    width: 5rem;
    color: #ffffff;
    border-radius: 0.3rem;
    position: absolute;
    top: 1.5rem;
    right: 0rem;
    z-index: 99;
}

.paymentProtos .zhixiang {
    height: 2.2rem;
    position: absolute;
    top: -1.5rem;
    right: .35rem;
}

.visitTipss {
    color: #ffffff;
    font-size: .3rem;
    display: flex;
    align-items: center;
}

.visitTipss img {
    width: .4rem;
    height: .28rem;
    color: #ffffff;
    font-size: .3rem;
}

.open_wecharts {
    width: 2rem;
    height: 0.59rem;
    background: #1D74FF;
    border-radius: 0.8rem;
    margin-top: .4rem;
}

.open_wechart_txts {
    font-size: 0.3rem;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.59rem;
    text-decoration: none;
    display: block;
}

/* 弹窗的结束 */
.mask_pop {
    width: 2.1rem;
    height: 3.1rem;
    position: absolute;
    top: 0;
    border-radius: .16rem;
    background: rgba(0, 0, 0, .5);
}

.unlocks {
    width: 1.3rem;
    height: 0.44rem;
    position: absolute;
    bottom: 0.1rem;
    right: 0.1rem;
    background: linear-gradient(90deg, #2678FF 0%, #62ACEC 100%);
    border-radius: 0.45rem;
}

.unlocks>p {
    font-size: 0.24rem;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.44rem;
}