.digital-equity {
    margin: 0 auto;
    padding: 0;
    min-width: 19.2rem;
    height: auto;
    box-sizing: border-box;
}

/* 头部logo */
.header {
    position: relative;
    margin: 0 auto;
    width: 14.98rem;
    height: 1.5rem;
    background-color: #ffffff;
    box-sizing: border-box;
}

.header .header-logo {
    display: block;
    width: 3.38rem;
    height: auto;
    z-index: 1;
}

.header .header-nav {
    box-sizing: border-box;
}

.header .header-nav .header-nav-ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .header-nav .header-nav-ul a {
    margin: 0 0.18rem;
    width: auto;
    text-align: center;
    font-size: 0.24rem;
    color: #363636;
    font-weight: bold;
}

.header .header-nav .header-nav-ul a.active {
    color: #0044cc;
}

.baner {
    position: relative;
    display: block;
    width: 100%;
    min-height: 450px;
    overflow: hidden;
    box-sizing: border-box;
}

.baner .baner-btn {
    position: absolute;
    left: 50%;
    bottom: 30px;
    width: 350px;
    height: 87px;
    box-sizing: border-box;
}

.introduce {
    margin: 0 auto 80px;
    width: 14.98rem;
    height: 100%;
    font-size: 0.24rem;
    position: relative;
    box-sizing: border-box;
}

.introduce .introduce-app {
    margin-top: 0.5rem;
    position: relative;
    width: 100%;
    min-height: 7rem;
    box-sizing: border-box;
    overflow: hidden;
}

.introduce .introduce-app .title {
    padding: 0.2rem 0;
    font-size: 0.34rem;
    line-height: 1.6em;
    font-weight: bold;
    color: #000000;
    text-align: left;
}

.introduce .introduce-app .underline {
    width: 7.5rem;
    height: 1px;
    background-color: #cacaca;
}

.introduce .introduce-app .introduce-app-con {
    margin-top: 0.16rem;
    position: relative;
    width: 7.6rem;
    font-size: 0.22rem;
    color: #333333;
    font-weight: 500;
    word-wrap: break-word;
    word-break: break-all;
}

.introduce .introduce-app .introduce-app-con .text {
    margin-bottom: 0.3rem;
    line-height: 1.8em;
}

.introduce-app-con ul {
    width: 100%;
    height: auto;
}

.introduce .introduce-app .app-li {
    margin-bottom: 0.28rem;
    display: flex;
    align-items: center;
}

.introduce .introduce-app .app-li img {
    margin-right: 0.2rem;
    display: block;
    width: 0.56rem;
    height: 0.56rem;
}

.introduce-app-btn {
    width: 350px;
    height: 87px;
    box-sizing: border-box;
}

.introduce .introduce-app .introduce-app-QRCode {
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translate(-150px, 0);
    width: 250px;
    height: 260px;
}

.introduce .introduce-app .introduce-app-QRCode img {
    margin: 0 auto;
    width: 227px;
    height: 227px;
    display: block;
}

.introduce .introduce-app .introduce-app-QRCode .text {
    text-align: center;
    color: #fc2f4f;
    font-size: 22px;
}

.introduce .introduce-app .introduce-app-bj {
    position: absolute;
    right: 0;
    bottom: 0rem;
    display: block;
    width: 8rem;
    height: 5.77rem;
}

.introduce .aboutUs {
    margin: 0.4rem auto 0;
    position: relative;
}

.aboutUs .aboutUs-title {
    margin: 0.2rem auto;
    padding-bottom: 0.1rem;
    font-size: 0.34rem;
    line-height: 1.6em;
    font-weight: bold;
    color: #000000;
    text-align: left;
    border-bottom: 1px solid #ababab;
}

.aboutUs .aboutUs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 创建三列，每列占据可用空间的一等份 */
    grid-template-rows: repeat(2, auto); /* 创建两行，每行高度自动调整以适应内容 */
    column-gap: 1.2rem; /* 设置网格项之间的间隙为90px */
    row-gap: 0.6rem;
}

.aboutUs-grid .aboutUs-grid-item {
    width: 4.2rem;
    min-height: 8rem;
}

.aboutUs-grid .aboutUs-grid-item p {
    padding: 0.1rem 0;
    text-align: center;
    font-size: 0.24rem;
    color: #000000;
    line-height: 1.6em;
}

.aboutUs-grid-item .aboutUs-img {
    width: 4rem;
    height: 7.55rem;
    display: block;
}

.aboutUs .underline {
    width: 100%;
    height: 3px;
    background-color: #cacaca;
}

.aboutUs .aboutUs-con {
    margin-top: 0.5rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.aboutUs .aboutUs-info {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.aboutUs .aboutUs-info .aboutUs-info_img {
    margin-right: 0.6rem;
    flex: 0 1 6rem;
    width: 6rem;
    height: 4.05rem;
}

.aboutUs .aboutUs-info .text {
    flex: 1;
    text-align: justify;
    font-size: 0.22rem;
    color: #333333;
    font-weight: 500;
    word-break: break-all;
    word-wrap: break-word;
    line-height: 2em;
}

.aboutUs .aboutUs-text-box {
    margin: 0.3rem auto 0;
    text-align: justify;
    font-size: 0.24rem;
    color: #333333;
    font-weight: 500;
    word-break: break-all;
    word-wrap: break-word;
    line-height: 2em;
}

.aboutUs .aboutUs-honor {
    width: 100%;
}

.aboutUs .aboutUs-honor .text {
    margin-bottom: 0.2rem;
    font-size: 0.24rem;
    line-height: 1.6em;
    font-weight: 500;
    color: #000000;
    text-align: justify;
}

.aboutUs .aboutUs-honor .aboutUs-honor-img {
    width: 100%;
    height: auto;
}

.info-box {
    margin: 0.4rem auto 0;
    position: relative;
}

.info-box .info-box-title {
    margin: 0.2rem auto;
    font-size: 0.34rem;
    line-height: 1.6em;
    font-weight: bold;
    color: #000000;
    text-align: left;
}

.info-box .info-box-honor {
    width: 100%;
    height: auto;
}

.info-box .info-box-honor .text {
    margin-bottom: 0.3rem;
    text-align: justify;
    font-size: 0.22rem;
    color: #333333;
    font-weight: 500;
    word-break: break-all;
    word-wrap: break-word;
    line-height: 2em;
}


/* 页脚 */
.footer {
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 5rem;
    background: url("../img/foot.png") no-repeat;
    background-size: cover;
    box-sizing: border-box;
    z-index: 1;
}

.footer .footer-con {
    margin: 0 auto;
    width: 14.98rem;
    min-height: 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.footer .footer-left {
    width: 720px;
    box-sizing: border-box;
}

.footer .footer-left a {
    margin: 10px 0;
    display: block;
    font-size: 0.2rem;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.6em;
    word-break: break-all;
    word-wrap: break-word;
}

.footer .footer-right {
    margin-top: 0.6rem;
    margin-right: 1rem;
    display: flex;
    align-items: center;
}

.footer .footer-right .box {
    margin: 0 0.2rem;
    font-size: 0.2rem;
    color: #ffffff;
    width: 2.3rem;
    min-height: 2.6rem;
    text-align: center;
    box-sizing: border-box;
}

.footer .footer-right .box img {
    margin: 20px auto;
    width: 2rem;
    height: 2rem;
}


.introduce-app-btn {
    width: 350px;
    height: 87px;
    box-sizing: border-box;
}


.container .wx_bg {
    padding: 8.27px 0 0;
    min-height: 15.10px;
    position: relative;
    background: url("https://static.ldvip.cn/unitary_voucher/bj/img/wx_bg.jpg") no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

.container .ali_bg {
    padding: 8.27px 0 0;
    min-height: 15.10px;
    position: relative;
    background: url("https://static.ldvip.cn/unitary_voucher/bj/img/ali_bg.jpg") no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

.content {
    position: relative;
    margin: 0 0.2px;
    background: #fdeccf;
    overflow: hidden;
    border-radius: 0.24px 0.24px 0.24px 0.24px;
    /* box-shadow: 0 2px 10px 0 rgb(0 0 0 / 6%); */
}

/*线*/
.hr {
    width: 100%;
    height: 0px;
    border: 0.01px dashed #D8D8D8;
}

.activitydescription-con {
    padding: 0 0.5px;
    overflow: hidden;
    box-sizing: border-box;
}

.activitydescription-con .title {
    height: 0.4px;
    line-height: .4px;
    font-family: SourceHanSansCN-Bold;
    font-size: 0.28px;
    font-weight: bold;
    letter-spacing: 0em;
    color: #3D3D3D;
}

.activitydescription-con .details p {
    text-align: left;
    font-size: 0.26px;
    font-weight: normal;
    line-height: 1.8em;
    letter-spacing: 0.12em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: PingFangSC-Medium;
    color: #3D3D3D;
}

.activitydescription-con .details img {
    width: 100%;
}

.activitydescription-con .more_text {
    float: right;
    color: #fc2b55;
}

.activitydescription-con .more_text .txt {
    text-decoration: underline;
    font-weight: 500;
    line-height: 1.2em;
    font-size: 0.18px;
    color: #fc2b55;
}

/* 优惠券信息 */
.coupon-info {
    text-align: center;
    padding-top: 0.68px;
    box-sizing: border-box;
}

.coupon-info .title {
    font-size: .3px;
    font-weight: 500;
    line-height: .4px;
    font-family: SourceHanSansCN-Medium;
    letter-spacing: 0em;
    color: #333333;
}

.coupon-info .coupon-price {
    margin-top: 0.28px;
    text-align: center;
    word-wrap: break-word;
    word-break: break-all;
    font-family: PingFangSC-Bold;
    font-size: 0.56px;
    font-weight: bold;
    letter-spacing: 0em;
    color: #3D3D3D;
}

.coupon-info .coupon-text {
    margin: 0.44px auto 0;
    padding: 0.2px 0.05px;
    width: 2.4px;
    word-wrap: break-word;
    word-break: break-all;
    font-family: PingFangSC-Regular;
    font-size: 0.28px;
    color: #b51713;
    border-radius: 0.4px;
    background: linear-gradient(to bottom, #f19f21, #fdca55);
}

.coupon-info .coupon-time {
    margin-top: 0.3px;
    font-size: .24px;
    font-weight: 400;
    color: #666;
}

.coupon_form .no-receive-btn {
    margin: 0.4px 1.54px 0.3px;
    padding: 0.2px 0.96px;
    text-align: center;
    font-family: SourceHanSansCN-Medium;
    font-size: 0.46px;
    font-weight: 500;
    letter-spacing: 0em;
    color: #ffffff;
    letter-spacing: .01px;
    border-radius: 0.6px;
    background: #fc2b55;
}

.coupon_form .coupon-time {
    text-align: center;
    font-family: SourceHanSansCN-Regular;
    font-size: 0.24px;
    font-weight: normal;
    letter-spacing: 0em;
    color: #999999;
}

/* 领取记录 */
.getRecord .row {
    padding: 0 0.1px;
    overflow: hidden;
}

.getRecord .row .col {
    padding: 0.24px 0.3px 0.24px 0.54px;
    border-radius: 0.2px;
    background-color: #f2f2f2;
    box-sizing: border-box;
}

.getRecord-title {
    margin: 0.3px 0;
    text-align: center;
    overflow: hidden;
}

.getRecord-title .img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-1.4px, 0.28px);
    width: 0.57px;
    height: 0.45px;
}

.getRecord-title p {
    word-wrap: break-word;
    word-break: break-all;
    font-size: 0.36px;
    font-weight: bold;
}

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

.getRecord-state .time {
    font-size: 0.22px;
    font-weight: 500;
    color: #646464;
}

.getRecord-state .state-right {
    display: flex;
    justify-content: space-between;
}

.getRecord-state .state-text img {
    width: 0.24px;
    height: 0.24px;
}

.getRecord-state .state-text {
    margin-right: 0.22px;
    display: flex;
    align-items: center;
}

.getRecord-state .state-text p {
    font-size: 0.24px;
    font-weight: 500;
    color: #3ec288;
}

.getRecord-state .state-btn {
    padding: 0.05px 0.2px;
    background-color: #fc2b55;
    color: #fff;
    font-size: 0.22px;
    border-radius: 0.2px;
}

.getRecord-state .state-btn.on {
    background-color: #a1a1a1;
}

.getRecord-message {
    display: flex;
    align-items: center;
    margin-top: 0.28px;
    box-sizing: border-box;
    overflow: hidden;
}

.getRecord-message .img_wx {
    width: 0.93px;
    height: 0.82px;
}

.getRecord-con {
    flex: 1;
    margin-left: 0.6px;
}

.getRecord-con .text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.getRecord-con .text p {
    word-wrap: break-word;
    word-break: break-all;
    font-size: 0.22px;
    font-weight: 500;
    color: #565656;
}

.getRecord-con .text .txt {
    padding-right: 0.2px;
    font-size: 0.26px;
    font-weight: bold;
    color: #333;
}

/* 隐私保护 */
.agreement {
    padding: 0.6px 0.3px 0.4px;
}

.agreement p {
    font-weight: 500;
    font-size: 0.26px;
    line-height: 1.8em;
    color: #333;
    word-wrap: break-word;
    word-break: break-all;
}

.agreement .agreement_title {
    font-size: 0.36px;
    font-weight: bold;
    word-wrap: break-word;
    word-break: break-all;
    text-align: center;
}

.agreement .txt {
    text-decoration: underline;
    font-size: 0.28px !important;
    font-weight: bold !important;
}

/* 页脚 */
.footer.gray {
    display: block;
    margin: 0;
    padding: 0;
    height: 2.89px;
    background: url("https://static.ldvip.cn/unitary_voucher/bj/img/bottom_bg@2x.png") no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.footer.gray .agreement-con {
    margin-top: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer.gray .text {
    margin: 0 0.15px;
    display: flex;
    align-items: center;
    z-index: 1;
}

.footer.gray img {
    margin-right: 0.12px;
    width: 0.22px;
    height: 0.22px;
}

.footer.gray .txt {
    color: #fff;
    font-size: 0.24px;
}

.footer.gray .txt {
    color: #6c6c6c;
    text-decoration: underline;
}

.footer.gray .hot-line {
    margin: .2px auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.footer.gray .hot-line .txt {
    color: #ff591c;
}

/* 使用方法 */
.method {
    width: 7.5px;
    height: 100%;
    font-size: 0.24px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.method-header {
    width: 100%;
    height: 3.61px;
}

.methods-con {
    margin-top: 0.8px;
}

.method_bj01 {
    margin: 0 auto;
    width: 6.68px;
    height: 7.96px;
}

.method_bj02 {
    margin: 0.4px auto 0;
    width: 6.6px;
    height: 5.84px;
}

.method_bj03 {
    margin: 0.56px auto 0;
    width: 6.68px;
    height: 5.84px;
}

.method_bj04 {
    margin: 0.48px auto 0;
    width: 6.59px;
    height: 7.36px;
}

/* 说明弹窗 */
.modal {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 7.5px;
    height: 100%;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.descriptionModal {
    display: none;
    position: fixed;
    /* position: absolute; */
    top: 1px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 6px;
    z-index: 1111;
}

.descriptionModal .row {
    padding: 0.38px 0.3px;
    width: 100%;
    height: 10px;
    border-radius: 0.2px;
    background-color: #ffffff;
    overflow: auto;
    box-sizing: border-box;
}

@media only screen and (min-width: 1024px) {
    .descriptionModal {
        top: 0.2px;
    }

    .descriptionModal .row {
        height: 8px;
    }
}

.descriptionModal .title {
    text-align: center;
    font-size: 0.36px;
    font-weight: bold;
}

.descriptionModal .list {
    margin-top: 0.38px;
}

.descriptionModal .list p {
    font-size: 0.2px;
    font-weight: 500;
    line-height: 2em;
    color: #333;
    word-wrap: break-word;
    word-break: break-all;
}

.descriptionModal .close {
    margin: 0.36px auto 0;
    width: 0.7px;
    height: 0.7px;
}

/* 领取成功弹窗 */
.pop-content {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 30px;
    box-sizing: border-box;
}

.pop-close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 5px;
    right: 5px;
}

.pop-close img {
    display: block;
    width: 100%;
    height: 100%;
}

.pop-title {
    text-align: center;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 20px;
    color: #333;
}

.pop-gift {
    margin: 0 auto;
    width: 3.36px;
    height: 1.96px;
}

.pop-gift img {
    width: 100%;
    height: 100%;
}

.pop-con {
    padding-top: 0.29px;
    text-align: center;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 0.28px;
    color: #666;
}

.pop-btn {
    margin: 0.59px auto 0;
    text-align: center;
    width: 4.9px;
    height: 0.88px;
    line-height: 0.88px;
    font-size: 0.36px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    word-wrap: break-word;
    word-break: break-all;
    border-radius: 0.08px;
}

.pop-content.wx .pop-btn {
    background-color: #00C250;
}

.pop-content.ali .pop-btn {
    background-color: #3974F6;
}

/* 微信 */
.container.wx {
    background-color: #ae110b;
}

.activityDescription-title {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.activityDescription-title .activityDescription-icon {
    width: 0.66px;
    height: 0.15px;
}

.activityDescription-title .title {
    padding: 0 0.3px;
    font-size: 0.36px;
    font-weight: bold;
}

/* 微信 end */

/* 支付宝 */
.container.ali {
    background: #0f3cb3;
}

.ali .coupon-info .title {
    color: #0f3cb3;
}

/* 支付宝使用方法 */
.ali .method_bj03 {
    margin: 0.4px auto 0;
    width: 6.66px;
    height: 7.35px;
}

.ali .getRecord-state .state-text p {
    color: #0f3cb3;
}

.ali .getRecord-message .img_wx {
    width: 1.11px;
    height: 1.11px;
}

.container.ali .content .input-content {
    margin-top: 0.6px;
    padding: 0 0.36px 0.6px;
    position: relative;
}

.container.ali .content .input-content .no-receive-btn {
    border-radius: 0.4px;
    height: 0.8px;
    line-height: .8px;
    background: #80c3f3;
    text-align: center;
    font-size: .3px;
    font-weight: 600;
    color: #fff;
    letter-spacing: .01px;
}

/* 卡密 */
.redeemcoupons {
    position: relative;
    /* width: 7.5px; */
    /* height: 100%; */
    font-size: .16px;
    overflow: hidden;
    background-color: #ffdeac;
    box-sizing: border-box;
}

.redeemcoupons .img_phone {
    position: absolute;
    bottom: 0.4px;
    right: 0.4px;
    width: 2.39px;
    height: 1.82px;
}

.redeemcoupons .header {
    width: 7.5px;
    height: 5.76px;
    overflow: hidden;
    box-sizing: border-box;
}

.redeemcoupons .header .header-path {
    position: absolute;
    left: 0.32px;
    top: 0.36px;
    width: 0.16px;
    height: 0.28px;
}

.redeemcoupons .header .header-path img {
    width: 100%;
}

.redeemcoupons .header .header-title {
    width: 3px;
    word-wrap: break-word;
    word-break: break-all;
    font-family: PingFang SC;
    text-align: center;
    font-size: 0.36px;
    font-weight: bold;
    line-height: .48px;
    letter-spacing: 0.1em;
    color: #333333;
}

.redeemcoupons .redeemcoupons_con {
    width: 100%;
    min-height: 12.2px;
    background: url("https://static.ldvip.cn/unitary_voucher/bj/img/code_wx-header-bg.png") no-repeat;
    background-size: cover;
    overflow: hidden;
    box-sizing: border-box;
}

.redeemcoupons.ali .redeemcoupons_con {
    width: 100%;
    min-height: 12.2px;
    background: url("https://static.ldvip.cn/unitary_voucher/bj/img/code_ali-header-bg.png") no-repeat;
    background-size: cover;
    overflow: hidden;
    box-sizing: border-box;
}

.redeemcoupons_con .form {
    margin: 7.6px auto 0;
    padding: 0 0.3px;
    position: relative;
    width: 6.2px;
    border-radius: 0.2px;
    /*内阴影*/
    overflow: hidden;
    box-sizing: border-box;
}

.redeemcoupons_con .form_border {
    margin: 0.06px 0.06px;
    padding: 0.36px 0.34px;
    border-radius: 0.2px;
}

.redeemcoupons_con .form .title {
    text-align: center;
    font-size: 0.32px;
    font-weight: bold;
    font-style: italic;
    color: #f13038;
}

.redeemcoupons_con .form .form-input {
    display: block;
    width: 100%;
    height: 0.8px;
    text-align: center;
    font-family: PingFang SC;
    font-size: 0.3px;
    font-family: arial;
    color: #333;
    font-weight: 500;
    border-radius: 0.1px;
    box-shadow: 5px 2px 5px #cacaca;
    border: none;
    background: #fff;
    box-sizing: border-box;
}

.redeemcoupons_con .form input::-webkit-input-placeholder {
    /* WebKit browsers 适配谷歌 */
    color: #9e9d9d;
}

.redeemcoupons_con .form .form-btn {
    display: block;
    margin: 0 auto;
    width: 3.1px;
    height: 0.7px;
    cursor: pointer;
}

.redeemcoupons_con .form .form_hint {
    word-wrap: break-word;
    word-break: break-all;
    text-align: center;
    font-size: 0.23px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #cacaca;
}

.redeemcoupons_con .form .form_hint1 {
    word-wrap: break-word;
    word-break: break-all;
    text-align: center;
    font-size: 0.23px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #ff5e00;
}

.redeemcoupons_con .form .form_hint1 a {
    color: #ff5e00;
}

.explain-wrap {
    position: relative;
    min-height: 5.46px;
    background: url("https://static.ldvip.cn/unitary_voucher/bj/img/code_wx-explain-bg.png") no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

.explain-img {
    position: absolute;
    left: 50%;
    top: -0.4px;
    transform: translate(-50%, 0);
    width: 4.64px;
    height: .9px;
}

.explain {
    position: relative;
    margin: 0 auto;
    padding: 0.2px;
    width: 6.87px;
    border-radius: 0.2px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 0px 15px 1px #ffdeac inset;
}

.rule-img {
    display: block;
    width: 100%;
}

.explain-text {
    padding: 0.5px .25px 0;
    height: 8px;
    border: 2px dashed #fe8455;
    overflow-y: auto;
    box-sizing: border-box;
}

.explain p {
    word-wrap: break-word;
    word-break: break-all;
    width: 100%;
    font-size: 0.24px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333;
    line-height: 1.8em;
}

.explain .more_text {
    margin: 0.4px auto 0.2px;
    text-align: center;
    width: 2.6px;
    padding: 0.1px 0;
    color: #fc2b55;
}

.explain .more_text_middle {
    margin-left: auto;
    text-align: center;
    width: 2.6px;
    padding: 0.1px 0;
    color: #fc2b55;
}

.explain .more_text .txt,
.explain .more_text_middle .txt {
    text-decoration: underline;
    font-weight: 500;
    line-height: 1.2em;
    font-size: 0.18px;
    color: #fc2b55;
}


.explain .onw {
    font-style: italic;
    color: #ee4e4d;
}

.explain .tow {
    font-style: italic;
    color: #0188c1;
}

.explain .title {
    font-style: italic;
    text-align: center;
    font-size: 0.3px;
    font-weight: bold;
}

.explain p .bold {
    font-weight: bold;
    /* text-decoration: underline; */
    border-bottom: 1px solid #fff;
}

.record-wrap {
    padding-bottom: .3px;
    height: auto;
    background: url("https://static.ldvip.cn/unitary_voucher/bj/img/code_wx-record-bg.png") no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.form_con {
    margin: 0 auto;
    position: relative;
    width: 6.86px;
    border-radius: 0.2px;
    background-color: #fcf5e0;
    /*内阴影*/
    box-shadow: 0px 0px 20px 10px #f3c4aaad inset;
    overflow: hidden;
    box-sizing: border-box;
}

.form_border {
    margin: 0.06px 0.06px;
    padding: 0.36px 0.34px;
    border-radius: 0.2px;
}

/* 微信 兑换页 */
.form .form-input {
    margin-top: 0;
    background: #fff;
}

/* 领取记录 */
.redeemcoupons .record {
    position: relative;
    margin: 0.95px auto 0;
    padding: 0.8px 0.2px 0.6px;
    width: 6.86px;
    border-radius: 0.2px;
    background-color: #ffffff;
    /*内阴影*/
    box-shadow: 0px 0px 15px 1px #ffdeac inset;
    box-sizing: border-box;
}

.redeemcoupons .record .record-img {
    position: absolute;
    left: 50%;
    top: -0.4px;
    transform: translate(-50%, 0);
    width: 4.64px;
    height: .9px;
}

.redeemcoupons .record .title {
    position: relative;
    width: 100%;
    height: 0.64px;
    line-height: 0.64px;
}

.redeemcoupons .record .title p {
    word-wrap: break-word;
    word-break: break-all;
    text-align: center;
    font-style: italic;
    font-size: 0.36px;
    font-weight: bold;
}

.redeemcoupons .record .img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-1.4px, -50%);
    width: 0.57px;
    height: 0.45px;
}

.redeemcoupons .record .col {
    padding: 0.24px 0.25px 0.24px 0.5px;
    border: 2px dashed #fe8455;
    border-radius: 0.2px;
}

.phone .txt {
    color: #ff0000;
}

.phone a {
    color: #ff0000;
}
