* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    display: block;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: auto;
    font-weight: normal;
    color: #333333;
    line-height: 1;
    background-color: #f2f2f2;
    letter-spacing: 0;
    font-size: .28rem;
}

a {
    color: inherit;
    text-decoration: none;
}
img {
    vertical-align: middle;
}

a:link,
a:active,
a:visited,
a:hover {
    border: none;
    outline: none;
}

dd,
dl,
dt,
li,
ul {
    list-style-type: none
}

input, button {
    outline: none;
}
select{
    -webkit-user-select: text;
    outline: none;
    /* -webkit-appearance: none; */
}

textarea {
    -webkit-appearance: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999999;
}

::after,
::before {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

/*清除浮动*/
.clearfix::after,
.clearfix::before {
    content: '';
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

/*内容*/
body {
    width: 100%;
    background-color: #ffffff;
}

/* 顶部 */
.top_banner {
    width: 100%;

}
.top_banner img {
    width: 100%;
}

/* 免费赠送 */
.free_give {
    width: 100%;
}
.free_give img {
    width: 100%;
}
.free_give_msg {
    width: 100%;
    text-align: center;
    margin-top: 0.19rem;
    font-size: 0.24rem;
    color: #e02524;
}
.valid_time {
    font-size: 0.26rem;
    color: #666666;
    line-height: 0.29rem;
    margin-top: 0.38rem;
    padding: 0 0.36rem;
    box-sizing: border-box;
}
.valid_time span {
    color: #e02524;
}
/* 参与活动 */
.apply {
    width: 100%;
    padding: 0 0.36rem;
    box-sizing: border-box;
    margin-top: 0.71rem;
}
.apply_title {
    width: 100%;
    font-size: 0.44rem;
    line-height: 0.38rem;
    color: #222222;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0.4rem;
}
.apply_title img {
    width: 0.89rem;
    height: 0.26rem;
}
.apply_title .right_img {
    transform: rotate(180deg);
}

/* 表单 */
form {
    width: 100%;
    color: #222222;
}
form input,
form select {
    border: 0;
    outline: none;
}
form input {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}
.div_input {
    height: 1.08rem;
    line-height: 1.08rem;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    display: flex;
}
.div_input label {
    width: 22%;
}
.div_input span {
    width: 78%;
    overflow:hidden; /* 移除隐藏 */
    text-overflow: ellipsis; /* 省略号 */
    white-space: nowrap; /* 禁止文字自动换行 */
}
form .choose #series {
    background-color: #e02524;
    border-radius: 0.08rem;
    /* width: 0.7rem; */
    height: 0.48rem;
    box-sizing: border-box;
    font-size: 0.26rem;
    color: #ffffff;
}
form #btn {
    width: 100%;
    height: 0.8rem;
    outline: none;
    border: 0;
    border-radius: 0.4rem;
    background-color: #e02524;
    font-size: 0.34rem;
    letter-spacing: 1px;
    color: #ffffff;
    margin-top: 0.4rem;
}
.form_msg {
    font-size: 0.24rem;
    line-height: 0.38rem;
    color: #999999;
    margin-top: 0.25rem;
    text-align: center;
}
/* 抢购 */
.buying {
    margin-top: 0.71rem;
    padding: 0 0.32rem;
    box-sizing: border-box;
}
.buying .apply_title span i {
    font-style: normal;
    color: #e02524;
}
table {
    width: 100%;
    border-collapse:collapse
}
table tr {
    height: 0.72rem;
    line-height: 0.72rem;
    width: 100%;
    border: 1px solid #eaeaea;
}
table .title {
    width: 100%;

}
table .title th {
    text-align: left;
    background-color: #eaeaea;
    border: none;
}
table th,
table td {
    padding: 0 0.14rem;
    box-sizing: border-box;
}
table .content td:nth-child(3) {
    color: #e02524;
}
.buying .more {
    font-size: 0.28rem;
    color: #666666;
    margin: 0.32rem 0 0.54rem;
    text-align: center;
}
/* 二维码 */
.qr_code {
    width: 100%;
    padding: 0 0.32rem;
    box-sizing: border-box;
    margin-bottom: 1.48rem;
}
.qr_code .bg {
    width: 100%;
    height: 2.7rem;
    background: url(../images/bg4.png) no-repeat;
    background-size: 100% 100%;
    padding: 0.25rem 0.54rem;
    box-sizing: border-box;
}
.qr_code .bg .qr {
    width: 2.2rem;
    height: 2.2rem;
    background: url(../images/4.png) no-repeat;
    background-size: 100% 100%;
    padding: 0.1rem;
    box-sizing: border-box;
    display: inline-block;
}
.qr_code .bg .qr img {
    width: 100%;
    height: 100%;
}
/* 底部栏 */
.bottom {
    width: 100%;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
}
.bottom_height {
    padding-bottom: 0.34rem;
    box-sizing: border-box;
}
.bottom button{
    flex: 1;
    height: 0.88rem;
    outline: none;
    border: 0;
    font-size: 0.34rem;
    color: #ffffff;
    letter-spacing: 1px;
}
.bottom #consult {
    background-color: #ffa903;
}
.bottom #harry {
    background-color: #e02524;
}
/* 侧面浮动 */
.right_icon {
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 0;
    bottom: 30%;
}
.right_icon img {
    width: 1.1rem;
    height: 1.1rem;
    margin: 0.1rem 0.32rem;
}
/* 咨询 */
.zixun {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
}
.zixun .popup {
    width: 5.8rem;
    height: 5.34rem;
    background-color: #ffffff;
    border-radius: 0.16rem;
    text-align: center;
}
.zixun .popup .popup_one {
    width: 100%;
    position: relative;
    font-size: 0.32rem;
    color: #000000;
    padding: 0.4rem 0;
}
.zixun .popup .popup_one img {
    width: 0.23rem;
    height: 0.23rem;
    position: absolute;
    top: 0.4rem;
    left: 0.4rem;
}
.zixun .popup .popup_two {
    width: 100%;
}
.zixun .popup .popup_two img {
    width: 2.04rem;
    height: 2.04rem;
}
.zixun .popup .popup_three {
    width: 100%;

}
.zixun .popup .popup_three p:nth-child(1) {
    font-size: 0.28rem;
    margin: 0.15rem 0 0.45rem;
    letter-spacing: 0.08rem;
    color: #666666;
}
.zixun .popup .popup_three p:nth-child(2) {
    font-size: 0.32rem;
    color: #333333;
    display: inline-block;
    margin-right: 0.1rem;
    height: 0.6rem;
    line-height: 0.6rem;
}
.zixun .popup .popup_three button {
    border: 0;
    border: 1px solid #eeeeee;
    background-color: #ffffff;
    width: 1.6rem;
    height: 0.6rem;
    border-radius: 0.3rem;
}
.zixun .popup .popup_three button a {
    display: inline-block;
    height: 100%;
    width: 100%;
    line-height: 0.6rem;
}

/* 我的卡券--页面 */
.coupon_top {
    width: 100%;
    height: 0.88rem;
    line-height: 0.88rem;
    font-size: 0.34rem;
    color: #222222;
    font-weight: 600;
    text-align: center;
    position: relative;
    background-color: #ffffff;
}
.coupon_top img {
    width: 0.17rem;
    height: 0.35rem;
    position: absolute;
    top: 0.27rem;
    left: 0.32rem;
}
.coupon_ul {
    width: 100%;
    padding: 0 0.32rem;
    box-sizing: border-box;
    margin-top: 0.32rem;
}
.coupon_ul ul {
    width: 100%;
}
.coupon_ul ul  li {
    width: 6.86rem;
    height: 2.68rem;
    background: url(../images/bg5.png) no-repeat;
    background-size: 100% 100%;
    padding: 0 0.31rem;
    box-sizing: border-box;
    margin-bottom: 0.24rem;
}
.coupon_ul ul  li .coupon_ul_li_top {
    height: 1.67rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.coupon_ul ul  li .coupon_ul_li_top div:nth-child(1) {
    flex: 1;
    font-size: 0.28rem;
    letter-spacing: 1px;
    color: #222222;
}
.coupon_ul ul  li .coupon_ul_li_top div:nth-child(1) span {
    font-size: 0.56rem;
    letter-spacing: 0.03rem;
    color: #222222;
}
.coupon_ul ul  li .coupon_ul_li_top div:nth-child(2) {
    flex: 2;
}
.coupon_ul ul  li .coupon_ul_li_top div:nth-child(2) p:nth-child(1) {
    font-size: 0.28rem;
    line-height: 0.61rem;
    letter-spacing: 1px;
    color: #222222;
}
.coupon_ul ul  li .coupon_ul_li_top div:nth-child(2) p:nth-child(2) {
    font-size: 0.28rem;
    letter-spacing: 1px;
    color: #666666;
}
.coupon_ul ul  li .coupon_ul_li_top div:nth-child(3) {
    flex: 1;
}
.coupon_ul ul  li .coupon_ul_li_top div:nth-child(3) button {
    width: 1.68rem;
    height: 0.56rem;
    background-color: #e02524;
    border: 0;
    outline: none;
    border-radius: 0.28rem;
    color: #ffffff;
    font-size: 0.3rem;
    letter-spacing: 1px;
}
.coupon_ul ul  li .coupon_ul_li_bottom {
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.coupon_ul ul  li .coupon_ul_li_bottom div:nth-child(1) {
    flex: 1;
    font-size: 0.3rem;
    color: #222222;
}
.coupon_ul ul  li .coupon_ul_li_bottom div:nth-child(2) {
    flex: 1;
    text-align: right;
    font-size: 0.28rem;
    color: #999999;
}
/* 用券详情 */
.my_small {
    display: flex;
    justify-content: center;
}
.big .small {
    width: 7.14rem;
    height: 7.26rem;
    background: url(../images/bg6.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 0.7rem;
    position: relative;
    text-align: center;
}
.big .small .small_img {
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 50%;
    border: 1px solid #ededed;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    background-color: #ffffff;
}
.big .small .small_img img {
    width: 0.5rem;
    height: 0.48rem;
}
.big .small .small_p_one {
    font-size: 0.3rem;
    line-height: 0.38rem;
    color: #222222;
    margin-top: 0.8rem;
}
.big .small .small_p_two {
    font-size: 0.26rem;
    line-height: 0.38rem;
    color: #999999;
    margin-top: 0.23rem;
}
.big .small button {
    width: 3.08rem;
    height: 0.64rem;
    background-color: #e02524;
    border-radius: 0.06rem;
    border: 0;
    outline: none;
    margin-top: 0.5rem;
    font-size: 0.32rem;
    letter-spacing: 2px;
    color: #ffffff;
}
.big .small .small_p_three {
    font-size: 0.26rem;
    line-height: 0.38rem;
    color: #666666;
    margin-top: 0.7rem;
}

/* 发红包 */
.rebate {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.7);
}
.rebate .packet {
    width: 100%;
    height: 7.5rem;
    background:url(../images/rebate.png) no-repeat;
    background-size: 100% 100%;
    top: 1.8rem;
    position: relative;
}
.rebate .packet .packet_money {
    position: absolute;
    top: 1.5rem;
    left: 0.2rem;
    font-size: 1.28rem;
    color: #542e04;
    display: block;
    width: 100%;
    text-align: center;
}
.rebate .packet .packet_click {
    display: inline-block;
    width: 2.8rem;
    height: 0.8rem;
    position: absolute;
    bottom: 1.24rem;
    left: 2.23rem;
    border-radius: 0.34rem;
}
.rebate .packet img {
    width: 0.8rem;
    height: 1.46rem;
    position: absolute;
    bottom: -.67rem;
    left: 3.3rem;
}
.rebate .packet .rebate_close {
    display: inline-block;
    width: .8rem;
    height: .8rem;
    position: absolute;
    bottom: -.67rem;
    left: 3.3rem;
    border-radius: 50%;
}
/* 已过期 */
.coupon_ul .past li {
    background: url(../images/bg7.png) no-repeat;
    background-size: 100% 100%;
}
.coupon_ul .past li .past_due {
    font-size: 0.3rem;
    color: #666666;
    text-align: center;
}
/* 没有卡券 */
.none_coupon {
    width: 100vw;
    height: 100vh;
    position: relative;
}
.none_coupon img {
    width: 4.67rem;
    height: 3.93rem;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
}
/* 2020-12-29新增样式*/
#tel::-webkit-input-placeholder{
    color: #999999;
    font-size:0.28rem;
}

#tel:-moz-placeholder {
    color: #999999;
    font-size:0.28rem;
}

#tel::-moz-placeholder {
    color: #999999;
    font-size:0.28rem;
}

#tel:-ms-input-placeholder {
    color: #999999;
    font-size:0.28rem;
}
#tel,#name {
    height: 100%;
    font-size: 0.28rem;
    width: 78%;
    font-size:0.28rem;
    overflow:hidden; /* 移除隐藏 */
    text-overflow: ellipsis; /* 省略号 */
    white-space: nowrap; /* 禁止文字自动换行 */
}

/* 支付成功--拼团界面 */

.pintuan_box {
    width: 7.5rem;
    background-color: #f71f28;
    overflow: hidden;
}
.pintuan {
    background: url(../images/pintuan.png) no-repeat top center;
    width: 100%;
    height: 100%;
    background-size: cover;
    padding: 2.6rem  0.24rem 1rem;
}

.pt_yaoqing {
    width: 7.02rem;
    height: 7.63rem;
    background-color: #ffffff;
    box-shadow: 0px 0.12rem 0.22rem 0.02rem
    rgba(47, 4, 4, 0.08);
    border-radius: 0.12rem;
    padding: 0.55rem 0.32rem;
}
.pt_yaoqing_new {
    height: 6.6rem;
}
.pt_touxiang {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pt_touxiang img {
    width: 1.52rem;
    height: 1.52rem;
    border-radius: 50%;
    margin: 0 0.2rem;
}
.pt_msg {
    background: url(../images/pt_msg.png) no-repeat;
    width: 100%;
    height: 1.35rem;
    background-size: cover;
    margin-top: 0.34rem;
    display: flex;
}
.pt_msg_new {
    background: url(../images/pt_msg_new.png) no-repeat;
    height: 1.79rem;
    background-size: cover;
}
.pt_msg .pt_msg_left {
    width: 0.6rem;
    color: #f92b30;
    font-size: 0.24rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pt_msg .pt_msg_left span {
    display: inline-block;
    width: 0.22rem;
    line-height: 0.28rem;
}
.pt_msg_new .pt_msg_left span {
    line-height: .34rem;
}
.pt_msg .pt_msg_right {
    width: 5.78rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    letter-spacing: 0.01rem;
}
.pt_msg .pt_msg_right p:first-child {
    font-size: .44rem;
    color: #f90d16;
    margin: 0.24rem 0 0.15rem;
    font-weight: 600;
}
.pt_msg .pt_msg_right p:last-child {
    font-size: .24rem;
    color: #f90d16;
    margin-bottom: 0.15rem;
}
.pt_msg_new .pt_msg_right p:last-child {
    line-height: .38rem;
    text-align: center;
}
.pt_msg .pt_msg_right p:last-child span {
    font-size: 0.36rem;
    letter-spacing: 0.02rem;
}
.pt_time {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0.4rem 0 1.07rem;

}
.pt_time .countdown {
    display: flex;
    font-size: 0.3rem;
    color: #333333;
}
.pt_time .countdown .key {
    height: 0.44rem;
    line-height: 0.44rem;
}
.pt_time .countdown .val  {
    display: inline-block;
    height: 0.44rem;
    line-height: 0.44rem;
}
.pt_time .countdown .val span {
    display: inline-block;
    width: 0.44rem;
    height: 0.44rem;
    background-color: #333333;
    border-radius: 0.04rem;
    margin: 0 0.12rem;
    color: #fff;
    text-align: center;
}
.pt_time p:last-child {
    margin-top: 0.14rem;
    font-size: 0.24rem;
    color: #999999;
}

.pt_btn {
    width: 100%;
    height: 0.88rem;
    background-color: #f90d16;
    border-radius: 0.44rem;
    border: none;
    font-size: 0.32rem;
    font-weight: 600;
    color: #ffffff;
    box-shadow:0px 0.06rem 0px #d81713;
}
.pt_btn_new {
    margin-top: .9rem;
}
/* v特卖 */
.page_Sale-list {
    background-image: linear-gradient(to right, #ffeddf, #fff0e4);
    padding-top: .4rem;
}

.page_Sale-list .tab_head-list {
    display: flex;
    width: 5.58rem;
    height: .88rem;
    background-color: #ffe2be;
    border-radius: .18rem;
    margin: 0 auto;
    padding: .08rem;
    align-items: center;
    justify-content: space-between;
}

.page_Sale-list .tab_head-list li {
    flex: none;
    width: 2.64rem;
    height: .72rem;
    line-height: .72rem;
    text-align: center;
    color: #ff9500;
    font-size: .32rem;
    border-radius: .16rem;
}

.page_Sale-list .tab_head-list .active {
    background: #ffffff;
    font-weight: bold;
}

.page_Sale-list .tab_body—list {
    display: block;
    width: 100%;
    padding: .32rem .24rem;
}

.page_Sale-list .tab_body—item {
    display: none;
}

.page_Sale-list .show {
    display: block;
}

.page_Sale-list .card_list .card_item {
    display: block;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 9px 18px 0px rgba(255, 149, 0, 0.04);
    border-radius: .16rem;
    border: solid 1px #ffffff;
    padding: .2rem;
    margin-bottom: .2rem;
}

.page_Sale-list .card_item .head_box {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-bottom: .32rem;
    border-bottom: 1px dashed #dcdcdc;
}

.page_Sale-list .card_item .photo_box {
    flex: none;
    width: 2.96rem;
    height: 1.86rem;
    background-color: #d2d2d2;
    border-radius: .16rem;
    overflow: hidden;
}

.page_Sale-list .card_item .photo_box img {
    display: block;
    width: 100%;
}

.page_Sale-list .card_item .info_box {
    flex: auto;
    width: calc(100% - 3.16rem);
    margin-left: .2rem;
    position: relative;
}

.page_Sale-list .card_item .info_box .title {
    width: 100%;
    color: #222222;
    font-size: .3rem;
    line-height: .48rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page_Sale-list .card_item .info_box .time {
    color: #666666;
    font-size: .26rem;
    margin-top: .1rem;
}

.page_Sale-list .card_item .info_box .time::before {
    content: '';
    display: inline-block;
    width: .24rem;
    height: .24rem;
    background: url(../images/icon.png) no-repeat;
    background-size: cover;
    vertical-align: -1px;
    margin-right: .06rem;
}

.page_Sale-list .card_item .info_box .btn_list {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
}

.page_Sale-list .card_item .info_box .btn_list a {
    flex: none;
    width: 1.6rem;
    height: .64rem;
    background-image: linear-gradient(90deg,
    #3194ff 0%,
    #007aff 100%),
    linear-gradient(#007aff,
        #007aff);
    background-blend-mode: normal,
    normal;
    border-radius: .16rem;
    font-size: .28rem;
    color: #ffffff;
    line-height: .64rem;
    text-align: center;
}

.page_Sale-list .card_item .info_box .btn_list a:first-child {
    background-image: linear-gradient(90deg,
    #ffa11d 0%,
    #ff9500 100%),
    linear-gradient(#ff9500,
        #ff9500);
    background-blend-mode: normal,
    normal;
}

.page_Sale-list .card_item .mid_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: .26rem 0 .08rem;
    position: relative;
}

.page_Sale-list .card_item .mid_box::after {
    content: '';
    width: .01rem;
    height: .88rem;
    border-left: .01rem dashed #dcdcdc;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.page_Sale-list .card_item .foot_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: .26rem 0 .08rem;
    position: relative;
}

.page_Sale-list .card_item .mid_box span {
    flex: none;
    width: 50%;
    height: .44rem;
    text-indent: .38rem;
    font-size: .36rem;
    font-weight: bold;
    line-height: .44rem;
}

.page_Sale-list .card_item .foot_box span {
    flex: auto;
    height: .44rem;
    font-size: .36rem;
    font-weight: bold;
    line-height: .44rem;
}

.page_Sale-list .card_item b {
    font-weight: normal;
    font-size: .26rem;
    vertical-align: 2px;
    color: #999999;
    margin-left: 2px;
}

.color1 {
    color: #007aff;
}

.color2 {
    color: #ff415b;
}

.color3 {
    color: #ff9500;
}

.color4 {
    color: #00cc6a;
}

/* 红包 */
.page_Red-list {
    background-image: linear-gradient(to right, #ffe8eb, #fff7f0);
}

.page_Red-list .tab_head-list {
    background-color: #ffd3d7;
}

.page_Red-list .tab_head-list li {
    color: #ff415b;
}

/* 直播 */
.page_Live-list {
    background-image: linear-gradient(to right, #e1f6fd, #fff9f5);
}

.page_Live-list .tab_head-list {
    background-color: #c6e1fc;
}

.page_Live-list .tab_head-list li {
    color: #007aff;
}

/* 销售排名 */
.page_ranking-list {
    background-image: linear-gradient(to right, #ffe8ec, #ffecde);
    padding: 0 .24rem;
}

.page_ranking-list .top_bar {
    display: flex;
    width: 100%;
    height: 1rem;
    align-items: center;
    padding: .4rem 0 .16rem;
}

.page_ranking-list .top_bar .tag {
    display: flex;
    width: 1.54rem;
    height: .4rem;
    align-items: center;
    background-color: #fff4f5;
    border-radius: .19rem;
    border: solid 1px #ff415b;
    color: #ff415b;
}

.page_ranking-list .top_bar .tag::before {
    content: '';
    flex: none;
    width: .48rem;
    height: .38rem;
    background: #ff415b url(../images/icon12.png) no-repeat center;
    background-size: .2rem .2rem;
    border-radius: .19rem .02rem .19rem .19rem;
    margin-right: .08rem;
}

.page_ranking-list .top_bar .time {
    flex: none;
    width: 1.72rem;
    color: #333333;
    text-indent: .15rem;
}

.page_ranking-list .top_bar .time b {
    color: #ff415b;
}

.page_ranking-list .top_bar .num {
    flex: auto;
    text-align: right;
    color: #666666;
    font-size: .32rem;
}

.page_ranking-list .top_bar .num b {
    color: #2b90ff;
}

.page_ranking-list .show_info {
    display: flex;
    width: 100%;
    height: 1.76rem;
    background-color: #ffffff;
    box-shadow: 0 .09rem .18rem 0 rgba(255, 65, 91, 0.04);
    border-radius: .16rem;
    border: solid 1px #ffffff;
    align-items: center;
}

.page_ranking-list .show_info li {
    display: flex;
    width: 33.3%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #666666;
    font-size: .26rem;
}

.page_ranking-list .show_info li span:first-child {
    font-size: .4rem;
    font-weight: bold;
}

.page_ranking-list .show_info li:nth-child(1) span:first-child {
    color: #2b90ff;
}

.page_ranking-list .show_info li:nth-child(2) span:first-child {
    color: #ff9500;
}

.page_ranking-list .show_info li:nth-child(3) span:first-child {
    color: #00cc6a;
}

.page_ranking-list .info_bar {
    display: flex;
    height: 1.06rem;
    background-color: #ffffff;
    box-shadow: 0 .09rem .18rem 0 rgba(255, 65, 91, 0.04);
    border-radius: .16rem;
    border: solid 1px #ffffff;
    align-items: center;
    justify-content: space-between;
    padding: 0 .24rem;
    margin-top: .56rem;
}

.page_ranking-list .info_bar span {
    flex: auto;
    height: .44rem;
    font-size: .36rem;
    font-weight: bold;
    line-height: .44rem;
}

.page_ranking-list .info_bar b {
    font-weight: normal;
    font-size: .26rem;
    vertical-align: 2px;
    color: #999999;
    margin-left: 2px;
}

.page_ranking-list .card_box {
    margin-top: .2rem;
}

.page_ranking-list .card_head .tool_bar {
    display: flex;
    width: 100%;
    height: .66rem;
    align-items: center;
    justify-content: space-between;
    color: #555555;
    font-size: .28rem;
}

.page_ranking-list .card_head .tool_bar span {
    flex: none;
    width: 1.1rem;
    text-indent: .27rem;
}

.page_ranking-list .card_head .tool_bar .sub::after {
    content: '';
    display: inline-block;
    width: .14rem;
    height: .08rem;
    background: url(../images/icon11.png) no-repeat;
    background-size: cover;
    vertical-align: middle;
    margin-left: .06rem;
}

.page_ranking-list .card_body li {
    display: flex;
    width: 100%;
    height: 1.28rem;
    background-color: #ffffff;
    box-shadow: 0 .09rem .18rem 0 rgba(255, 65, 91, 0.04);
    border-radius: .16rem;
    border: solid 1px #ffffff;
    align-items: center;
    justify-content: space-between;
    padding: .24rem;
    margin-bottom: .2rem;
}

.page_ranking-list .card_body li span {
    flex: none;
}


.page_ranking-list .card_body li span:first-child {
    width: .96rem;
    height: .64rem;
    background-color: #007aff;
    border-radius: .08rem;
    text-align: center;
    line-height: .64rem;
    color: #ffffff;
}

.more {
    padding: .2rem 1.5rem;
    margin: 0 auto;
    text-align: center;
}

/* 卡包 */
.page_Card-bag {
    background-image: linear-gradient(to right, #fee6d1, #dcf4fc);
    padding: .4rem .32rem;
}

.page_Card-bag .head_box h3 {
    color: #007aff;
    font-size: .48rem;
}

.page_Card-bag .head_box p {
    display: flex;
    height: .66rem;
    align-items: center;
    justify-content: space-between;
    color: #666666;
    font-size: .3rem;
}

.page_Card-bag .head_box p span:first-child {
    color: #333333;
    font-size: .34rem;
}

.page_Card-bag .card_list li {
    display: flex;
    height: 1.4rem;
    background-color: #ffffff;
    box-shadow: 0 .09rem .18rem 0 rgba(0, 122, 255, 0.06);
    border-radius: .16rem;
    overflow: hidden;
    align-items: center;
    margin: .2rem 0;
}

.page_Card-bag .card_list .photo {
    flex: none;
    width: 1.5rem;
    height: 1.4rem;
    background-color: #ff415b;
    padding-top: .4rem;
}

.page_Card-bag .card_list li:nth-child(2n) .photo{
    background-color: #ff9500;
}

.page_Card-bag .card_list .photo img {
    display: block;
    width: .72rem;
    margin: 0 auto;
}

.page_Card-bag .card_list .info {
    flex: auto;
    text-indent: .22rem;
}

.page_Card-bag .card_list .info h4 {
    color: #333333;
    font-size: .32rem;
}

.page_Card-bag .card_list .info p{
    color: #666666;
    font-size: .24rem;
    margin-top: .1rem;
}

.page_Card-bag .card_list .btn{
    flex: none;
    width: 1.36rem;
    height: .64rem;
    border-radius: .32rem;
    border: solid 1px #007aff;
    line-height: .64rem;
    text-align: center;
    color: #007aff;
    font-size: .28rem;
    margin-right: .24rem;
}
/* 核销卡券 */
.page_Kq .pupop_box {
    width: 100%;
    height: 100vh;
    background-color: #f1f1f1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ovfHiden{
    overflow: hidden;
    height: 100%;
}
.page_Kq .pupop_box .pupop {
    width: 5.92rem;
    height: 6.33rem;
    background: url(../images/1631772351.png) no-repeat top;
    background-size: 5.92rem 3.05rem;
    background-color: #fff;
    border-radius: .28rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.page_Kq .pupop_box .close {
    position: absolute;
    right: 0.32rem;
    top: 0.4rem;
    width: 0.3rem;
    height: .3rem;
}
.page_Kq .pupop_box .pupop .msg {
    display: flex;
    flex-direction: column;
    padding: 0 .48rem;
    align-items: center;
}
.page_Kq .pupop_box .pupop .msg p:nth-child(1) {
    font-size: .36rem;
    color: #ffffff;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
}
.page_Kq .pupop_box .pupop .msg img {
    width: 2.88rem;
    height: 2.88rem;
    background-color: #e1dfe0;
    margin: .32rem 0 .48rem;
}
.page_Kq .pupop_box .pupop .msg p:nth-child(3) {
    border-top: dashed .01rem #dcdcdc;
    padding-top: .38rem;
    color: #999999;
    letter-spacing: 0.01rem;
    font-size: .26rem ;
    width: 100%;
    text-align: center;
}
/* 礼品 */
.lipin {
    width: 100%;
    height: 2.9rem;
    background-color: #ffffff;
    box-shadow: 0px .12rem .22rem .02rem
    rgba(47, 4, 4, 0.08);
    border-radius: .12rem;
    margin-top: 0.2rem;
    padding: .3rem .32rem .28rem;
}
.lipin .title {
    font-size: .34rem;
    font-weight: 600;
    color: #f90d16;
    text-align: center;
}
.lipin ul {
    display: flex;
    margin-top: .2rem;
    justify-content: space-between;
}
.lipin ul li {
    text-align: center;
}
.lipin ul li div {
    width: 100%;
    height: 1.48rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: .16rem;
}
.lipin ul li div img {
    max-height: 100%;
}
.lipin ul li p {
    font-size: .28rem;
    color: #333333;
}

.content,.content img {width: 100%;}
.fixed {position: fixed;left: 0;top: 40%;display: none;padding: .12rem .24rem .12rem .16rem;background-color: rgba(0, 0, 0, 0.6);border-radius: 0 0.4rem 0.4rem 0;font-size: .28rem;color: #fff;}
.fixed img {width: .56rem;height: .56rem;border-radius: 50%;}
.fixed p {height: .56rem;line-height: .56rem;margin-left: .1rem;}
/* 2021.11.2 更新 */
.apply,.buying {
    background-color: #fff;
    width: 7rem;
    border-radius: .2rem;
    padding: .6rem .36rem .4rem;
    margin: .32rem auto 0;
}

.content {
    width: 7rem;
    margin: .32rem auto 0;
}
.buying .more {
    margin: 0;
}
.qr_code {
    margin: .32rem 0 1.48rem;
}
/* 2021.11.11 */
.lipin {
    height: auto;
}
.lipin ul li p {
    line-height: .4rem;
}
.lipin ul li p span {
    color: #f90d16;
}
.lipin .msg {
    text-align: center;
    margin-top: .4rem;
    font-weight: 600;
    font-size: .32rem;
}
.pt_msg .pt_msg_right p:last-child {
    font-size: .31rem;
}
.qr_code {
    padding: .32rem 0.24rem 1.48rem;
    margin-bottom: 0;
}

#bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
/* 2021.11.12 */
.pt_yaoqing_new,.pt_yaoqing {
    height: auto;
}
.pt_msg {
    height: 1.8rem;
    background: none;
    background-color: rgb(255, 227, 227);
    border-radius: .24rem;
}
.pt_msg .pt_msg_right p:last-child {
    line-height: .4rem;
    text-align: center;
}
.lipin {
    margin-top: 0;
    padding: 0 0 .6rem 0;
    box-shadow:none;
}
.pt_yaoqing_new .pt_msg_new {
    margin-bottom: .4rem;
}
.pt_btn_new {
    margin-top: 0;
}
