@charset "utf-8";

@font-face {
    font-family: "DINOT-Bold";
    src: local("fontname Regular"), local("fontname"),
        url("https://game.happigo.com/public/static/App/font/HONORSans-Demibold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.dinot-bold {
    font-family: "DINOT-Bold";
    letter-spacing: -1px;
}

/* CSS Document */
::-webkit-scrollbar {
    display: none;
    width: 0;
}

.PingFangSC-Medium {
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
}

* {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img,
object,
iframe,
applet,
figure,
aside,
span {
    border: thin none;
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: medium none;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.clearfloat {
    zoom: 1;
}

a {
    text-decoration: none;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -webkit-tap-highlight: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: none;
    overflow: -moz-scrollbars-vertical;
}

body {
    font-size: 0.3rem;
    color: #323232;
    margin: 0 auto;
    background: #f9e1d8;
    min-width: 320px;
    max-width: 640px;
    padding: 0;
    line-height: 0.4rem;
    -webkit-user-select: none;
    position: relative;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

/*顶部标题*/
.fixed.fixedtop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
}

.fixedtop {
    transition: all 0.5s;
    position: fixed;
    width: 100%;
    left: 0;
}

.fixed,
.fixedTopH {
    background: url(../images/xsq/bg@2x.png) no-repeat #f9e1d8;
    background-size: 100% auto;
}

.nav {
    height: 0.88rem;
    line-height: 0.88rem;
    text-align: center;
    position: relative;
}

.nav:before {
    position: absolute;
    content: "";
    top: 17px;
    left: 14px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-135deg);
}

.nav img {
    width: auto;
    height: 0.44rem;
    margin-top: 13px;
}

/*tab*/
/*swiper初始化样式*/
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.swiper-slide {
    width: auto;
    height: 100%;
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
}

.swiper-pagination {
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: 1;
    bottom: 15px;
    text-align: center;
}

.swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #b6b0ab;
    opacity: 0.5;
    margin: 0 6px;
    border-radius: 50%;
    font-size: 0;
    text-indent: -999em;
}

.swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

.tab {
    height: 0.96rem;
}

.tab>div {
    text-align: center;
    color: #fff;
    line-height: 0.96rem;
}

.tab>div span {
    display: block;
    font-size: 1.2rem;
    line-height: 20px;
    padding: 0 10px;
    border-radius: 20px;
    margin: 6px 0 0;
    /* font-family: "PingFangSC-Medium", "微软雅黑", Helvetica; */
    color: rgba(255, 255, 255, 0.7);
}

.tab>.newZt span {
    font-size: 16px;
    white-space: nowrap;
}

.tab>div p {
    display: inline-block;
    font-size: 0.3rem;
    color: #444444;
    position: relative;
}

.tab>div.current p {
    color: #f2353c;
    font-size: 0.34rem;
    font-weight: bold;
}

.tab>div.current p::after {
    position: absolute;
    content: "";
    top: 0.72rem;
    width: 0.32rem;
    height: 0.12rem;
    left: 50%;
    margin-left: -0.16rem;
    background: url(../images/xsq/tab_on.png) no-repeat;
    background-size: 100% auto;
}

.logo-bg {
    position: relative;
    background: url(../images/xsq/bg@2x.png) no-repeat #f9e1d8;
    background-size: 100% auto;
}

.xs-box {
    border-radius: 0.24rem 0.24rem;
}

.tab-h,
.tab-fixed {
    background: linear-gradient(180deg,
        rgba(255, 255, 255, 0.8) 0%,
        #f9e1d8 100%);
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    border-radius: 0.24rem 0.24rem 0 0;
    height: 3.2em;
}

.tab-fixed {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9;
    top: 0;
    background: #F9E1D8;
    border-radius: 0;
}

/*每次抢购*/
.day-buy-warp {
    display: flex;
    margin: 0.14rem 0.12rem;
}

.day-buy.on {
    transform: scale(1);
}

.day-buy {
    transform: scale(0.9);
    transition: all 0.5s ease-in-out;
    transform-origin: center bottom;
    flex: 1;
    position: relative;
    border-radius: 10px;
    background-color: #fff;
    width: 100%;
    background: linear-gradient(162deg, #ffe9d2 0%, #ffffff 100%);
    box-shadow: inset 0px 2px 0.22rem 0px #fcdcd9,
        inset 0px -0.28rem 0.52rem 0px #fdf1d6;
    border-radius: 0.21rem;
    border: 0.02rem solid #ffffff;
    overflow: hidden;
    padding: 0.08rem;
}

.day-buy-hot {
    height: 0.26rem;
    text-align: center;
    font-size: 0.18rem;
    font-weight: bold;
    color: #fe1b41;
    line-height: 0.26rem;
}

.day-buy-t {
    background: linear-gradient(125deg,
        rgba(255, 230, 179, 1) 0%,
        rgba(252, 199, 124, 1) 100%);
    background: -webkit-linear-gradient(35deg,
        rgba(255, 230, 179, 1) 0%,
        rgba(252, 199, 124, 1) 100%);
    box-shadow: 3px -1px 6px 0px rgba(253, 115, 19, 0.16);
    height: 49px;
    padding: 7px 0 0 4px;
    border-radius: 10px 10px 0px 0px;
}

.day-buy-t img {
    width: auto;
    height: 26px;
}

.day-buy-t span {
    font-size: 1.14em;
    float: right;
    line-height: 26px;
    color: #ea6244;
    font-weight: bold;
    padding-right: 10px;
}

.day-buy-t span font {
    display: inline-block;
    background-color: #ea6244;
    color: #fff;
    line-height: 26px;
    min-width: 1.6rem;
    border-radius: 2px;
    text-align: center;
    margin: 0 2px;
}

.day-buy-t span font:last-child {
    margin-right: 0;
}

.day-buy-t span font:first-child {
    margin-left: 6px;
}

.day-img {
    height: 2.3rem;
}

.day-img img {
    border-radius: 0.16rem;
}

.day-img .ex_over {
    width: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    display: none;
}

.day-buy-name {
    padding: 0 7px;
    height: 0.34rem;
    font-size: 0.24rem;
    margin: 0.08rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.day-buy-dis {
    padding-left: 10px;
    width: 70%;
    font-size: 1rem;
    color: #666666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/*滚动信息*/
.scroll-order {
    position: absolute;
    top: 10px;
    left: -4px;
    max-width: 70%;
}

.scroll-li {
    color: #fff;
    font-size: 0.93rem;
    height: 28px;
    line-height: 28px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 20px;
    padding: 0 11px 0 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.scroll-li img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-top: 2px;
    margin-right: 2px;
}

.scroll-li font {
    padding: 0 5px;
}

.meeting {
    padding: 6px 6px 0;
    background-color: #d45137;
}

/*限时抢购*/
.xs-title {
    padding: 0.2rem 0 0 0;
    text-align: center;
    width: 5.48rem;
    margin: 0 auto;
}

.xs-title-time {
    font-size: 0.26rem;
    color: #fff;
    text-align: center;
    line-height: 0.36rem;
    margin: 0.26rem 0 0 0;
}

.xs-title-time img {
    width: 1.44rem;
}

.xs-title-time font {
    /* font-family: "PingFangSC-Medium", "微软雅黑", Helvetica; */
    font-size: 0.26rem;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 2px;
    width: 0.5rem;
    padding: 0 0.08rem;
    height: 0.36rem;
    background: #272425;
    border-radius: 0.04rem;
    line-height: 0.39rem;
}

.xs-t-txt {
    font-size: 12px;
    color: #4f190f;
    padding-bottom: 9px;
}

.xs-t-txt font {
    position: relative;
    top: -0.2rem;
    display: inline-block;
    width: 1.2rem;
    height: 1px;
    background-color: #4f190f;
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
    margin: 0 8px;
}

/*浮动价格图标*/
.day-buy-price {
    position: relative;
    text-align: center;
}

.day-p-t {
    display: inline-block;
    margin-top: 0.4rem;
    width: 4rem;
    font-size: 0.8rem;
    color: #ffffff;
    line-height: 0.8rem;
    padding: 0.3rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.day-price1 {
    position: absolute;
    bottom: 35%;
    left: 14%;
    width: 55%;
    color: #fff;
    z-index: 2;
}

.day-price1 font {
    font-size: 0.24rem;
    color: #ffffff;
}

.day-price1 span {
    font-size: 0.36rem;
    color: #ffffff;
}

.day-price1 span.max {
    font-size: 1.13rem;
}

.day-price2 {
    font-size: 0.87rem;
    line-height: 0.87rem;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: line-through;
}

/*列表*/
.list-box {
    padding: 5px 10px;
    background: #f9e1d8;
}

.list-li {
    margin: 0 0 0.2rem 0;
    background-color: #fff;
    border-radius: 0.24rem;
    padding: 0.12rem;
}

.list-li:last-child {
    margin-bottom: 0;
}

.list-li-main {
    position: relative;
    display: flex;
}

.list-li figure {
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 0.2rem;
    overflow: hidden;
    position: relative;
}

.list-li .r {
    flex: 1;
    position: relative;
}

.ex_over {
    width: 1.68rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -0.84rem;
    margin-top: -0.84rem;
    z-index: 3;
    text-align: center;
}

.label {
    position: absolute;
    top: -5px;
    left: -4px;
    width: 3.5rem;
    height: 3.5rem;
    font-size: 0.73rem;
    color: #fff;
    text-align: center;
    background: url(../images/bg_kuangsheng.png) no-repeat;
    background-size: 100% 100%;
}

.label>div {
    height: 100%;
    flex-direction: column;
    -webkit-flex-direction: column;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.label p {
    font-size: 0.8rem;
    line-height: 1rem;
}

.label p font {
    position: relative;
    top: 1px;
    font-size: 1.28rem;
    /* font-family: "PingFangSC-Medium", "微软雅黑", Helvetica; */
    padding-right: 2px;
}

.li-center {
    padding-left: 0.2rem;
}
.price-box{flex: 1;}
.name {
    margin-bottom: 0.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 0.3rem;
    font-weight: 400;
    color: #141519;
    line-height: 0.44rem;
}

.dis,
.md2 {
    font-size: 0.26rem;
    line-height: 0.36rem;
    height: 0.36rem;
    color: #d67b23;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.md2 {
    display: inline-block;
    vertical-align: top;
    overflow: inherit;
}

.md2 .i {
    display: flex;
    height: 0.34rem;
    line-height: 0.34rem;
    box-sizing: content-box;
    border-radius: 0.04rem;
    border: 0.01rem solid #f2353c;
}

.md2 .i .l {
    display: flex;
    align-items: center;
    border-right: 1px dotted #e9333d;
    background: #fbecec;
    color: #fe193d;
    font-size: 0.22rem;
    padding: 0 0.08rem;
    border-radius: 0.04rem 0 0 0.04rem;
}

.md2 .i .c {
    display: flex;
    align-items: center;
    padding: 0 0.08rem;
    color: #fe193d;
    font-size: 0.22rem;
}

.tag span {
    color: #cb7a05;
    font-size: 13px;
    margin-right: 4px;
    line-height: 1.4rem;
    padding: 0 6px;
    border-radius: 10px;
    border: 1px solid #cb7a05;
}

.tag span img {
    height: 0.8rem;
    width: auto;
    margin-right: 3px;
    position: relative;
    top: 0.2rem;
}

.li-price {
    position: absolute;
    left: 0.2rem;
    bottom: 0;
    right: 0.08rem;
    color: #fe193d;
}

.li-price .pro{
  display: flex;
  margin-top: 0.08rem;
  height: 0.64rem;
  align-items: center;
  background: #fbecec;
  border-radius: 0.12rem 0.08rem 0.08rem 0.12rem;
  padding-left: 0.16rem;
}
.li-center .pro {
  display: flex;
  margin: 0.08rem 0;
  align-items: center;
}

.li-center .pro .pro-l {
  width: 1.54rem;
  height: 0.12rem;
  background: #f6d0d3;
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
}

.li-center .pro .pro-l div {
  height: 100%;
  background: linear-gradient(180deg, #ff1236 0%, #fd294e 100%);
}

.li-center .pro .pro-m {
  flex: 1;
  color: #fe193d;
  font-size: 0.2rem;
  text-align: left;
  padding-left: 0.1rem;
  line-height: 0.3rem;
}

.li-price .pro .pro-r img {
    height: 0.64rem;
    width: auto;
}

.price1 {
    /*display: inline-block;*/
    /*vertical-align: top;*/
    position: relative;
}

.price1 p {
    position: relative;
    z-index: 2;
    display: inline-block;
}

.p-tag {
    font-size: 13px;
}

.p-fh {
    font-size: 0.28rem;
}

.p-price1 {
    font-size: 22px;
}

.price2 {
    font-size: 0.28rem;
    color: #999999;
}

.price2 font {
    font-size: 0.23rem;
    text-decoration: line-through;
}

.btn {}

.btn img {
    height: 1.07rem;
    width: auto;
    position: relative;
    top: 0.6rem;
    margin-right: 2px;
}

.btn3,
.btn4 {
    background: linear-gradient(90deg,
        rgba(253, 97, 64, 1) 0%,
        rgba(240, 9, 25, 1) 100%);
    background: -webkit-linear-gradient(0,
        rgba(253, 97, 64, 1) 0%,
        rgba(240, 9, 25, 1) 100%);
    box-shadow: 0px 3px 4px 0px rgba(124, 21, 28, 0.25);
}

/*提醒弹窗*/
.pop-tips {
    width: 100%;
    text-align: center;
    position: fixed;
    top: 60%;
    left: 0;
    z-index: 10;
}

.pop-tips span {
    display: inline-block;
    color: #fff;
    font-size: 0.9rem;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 0px;
    padding: 5px 30px;
    max-width: 80%;
}

.ani-pop-tips {
    -webkit-animation: poptips 0.5s ease-in-out;
    animation: poptips 0.5s ease-in-out;
}

@-webkit-keyframes poptips {
    0% {
        -webkit-transform: translateY(-100px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes poptips {
    0% {
        transform: translateY(-100px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/*放大缩小*/
.ani-img-mscale {
    animation: img-mscale 0.7s infinite;
    -webkit-animation: img-mscale 0.7s infinite;
}

@-webkit-keyframes img-mscale {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    20% {
        transform: scale(1.08);
        -webkit-transform: scale(1.08);
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@keyframes img-mscale {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    20% {
        transform: scale(1.08);
        -webkit-transform: scale(1.08);
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

.c-rus2 {
    position: absolute;
    top: 41%;
    left: 21%;
    right: 21%;
    text-align: center;
    z-index: 6;
}

.c-rus2 .c1 {
    color: #FFFFFF;
    font-size: 0.42rem;
}

.c-rus2 .c2 {
    font-size: 0.44rem;
    color: #F6EB96;
    height: 1.48rem;
    line-height: 1.48rem;
}

.c-rus2 .c2 b {
    font-size: 1.28rem;
}

.c-rus2 .c3 {
    color: #fff;
    margin-top: 0.06rem;
}

.c-rus2 .c4 {
    margin-top: 0.28rem;
}

.rus2-n {
    position: absolute;
    top: 7%;
    right: 11%;
    width: 40%;
    text-align: center;
    font-size: 0.88rem;
    font-weight: bold;
    color: #F6EB96;
    line-height: 1.02rem;
    -webkit-text-stroke: 1px #F6EB96;
    text-stroke: 1px #F6EB96;
}

.toTop {
    position: fixed;
    bottom: 40px;
    right: 5px;
    width: 12%;
    z-index: 300;
}

.tag {
    color: #cc7a06;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.day-tag {
    position: absolute;
    top: 0;
    right: 0;
    width: 1rem;
    height: 1.04rem;
}

.day-tag span {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    font-size: 0.2rem;
    font-weight: bold;
    color: #fff5c1;
    bottom: 10%;
    left: 0;
    width: 100%;
    text-align: center;
}

.day-tag span b {
    font-size: 0.3rem;
}

.day-tag.no-stock {
    background: linear-gradient(90deg,
        rgba(117, 73, 229, 1) 0%,
        rgba(205, 56, 226, 1) 100%);
    background: -webkit-linear-gradient(0,
        rgba(117, 73, 229, 1) 0%,
        rgba(205, 56, 226, 1) 100%);
    border-radius: 0px 12px 12px 0px;
}

.labelsmall p font {
    font-size: 0.7rem;
}

/*没有数据*/
.no-data {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-55%);
}

.no-data img {
    width: 50.8%;
}

/* end */
.the-end {
    padding: 10px 0 20px 0;
}

.right-fixed {
    position: fixed;
    bottom: 20%;
    right: 0.02rem;
    width: 21.8%;
    z-index: 6;
}

.pop-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 109;
}

.pop-subsidy .pop-ss-main {
    position: fixed;
    max-height: 60vh;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(images/xsq/pop-bg1.png) no-repeat #fff;
    background-size: 100% auto;
    border-radius: 0.24rem 0.24rem 0 0;
    z-index: 109;
}

.pop-ss-main .t3 {
    position: absolute;
    top: -2.4rem;
    left: 0;
    right: 0;
}

.pop-ss-main .p-tit {
    padding-top: 0.28rem;
    padding-left: 0.24rem;
    display: flex;
    line-height: 0.48rem;
}

.pop-ss-main .p-tit .l b {
    font-size: 0.44rem;
    padding: 0 4px;
    font-weight: bold;
    color: #fe193d;
}

.pop-ss-main .p-tit .l {
    font-size: 0.3rem;
    flex: 1;
    font-weight: bold;
    color: #562113;
}

.pop-ss-main .p-tit .r {
    width: 0.96rem;
    height: 0.48rem;
    background: rgba(115, 73, 80, 0.13);
    text-align: center;
    line-height: 0.48rem;
    color: #666666;
    font-size: 0.28rem;
    border-radius: 1rem 0px 0px 1rem;
}

.o-list {
    position: relative;
    padding-right: 22%;
    overflow: hidden;

}

.result {
    position: absolute;
    bottom: 0.18rem;
    right: 0.2rem;
    width: 18%;
    text-align: center;
    color: #AF9090;
    font-size: 0.2rem;
    line-height: 0.24rem;
}

.result img {
    width: 1.12rem;
}

.result div {
    margin-top: 0.1rem;
}

.o-list .swiper-slide {
    padding: 0 0;
    position: relative;
    text-align: center;
}

.o-list .swiper-slide .step {
    position: relative;
    /*width: 1.24rem;*/
    margin: 0.16rem 0 0.06rem 0;
    height: 0.32rem;
    text-align: center;
}

.o-list .swiper-slide .step::before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    margin-left: -0.16rem;
    height: 0.32rem;
    background: url(../images/xsq/icon2.png) no-repeat;
    background-size: 100% 100%;
    width: 0.32rem;
    z-index: 3;
}

.o-list .swiper-slide.on .step::before {
    background: url(../images/xsq/icon1.png) no-repeat;
    background-size: 100% 100%;
    z-index: 3;
}


.o-list .swiper-slide.onlast .step::after {
    right: 50%;
}

.o-list .swiper-slide.on .step::after {
    position: absolute;
    content: "";
    top: 0.12rem;
    left: 0;
    right: 0;
    height: 0.08rem;
    background: linear-gradient(0, #ff1236 0%, #fd294e 100%);
}

.o-list .swiper-slide .step::after {
    position: absolute;
    content: "";
    top: 0.14rem;
    left: 0;
    right: 0;
    height: 0.04rem;
    background: #f6d0d3;
}

.o-list .swiper-slide:first-child .step::after {
    left: 50%;
}

.o-list .swiper-slide.on .o-n {
    color: #f32462;
}

.o-list .swiper-slide .o-n {
    color: #ccacab;
    font-size: 0.24rem;
}

.o-list .hb {
    width: 0.76rem;
    height: 0.84rem;
    margin: 0.42rem auto 0 auto;
    position: relative;
}

.o-list .hb .hb-num {
    position: absolute;
    top: 2%;
    left: 0;
    right: 0;
    color: #fe193d;
    font-size: 0.2rem;
    text-align: center;
}

.o-list .hb1 .hb-num {
    color: #fff;
}



.hb-num .n2 {
    font-size: 0.32rem;
    margin-left: -2px;
}

.hb-num .n3 {
    font-size: 0.28rem;
    margin-left: -2px;
}

.o-list .hb .hb-txt {
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    height: 0.26rem;
    text-align: center;
    font-size: 0.18rem;
    font-weight: 500;
    color: #ffffff;
    line-height: 0.26rem;
}

.btn-gobuy {
    margin: 0.24rem 0.66rem 0 0.66rem;
    position: relative;
    overflow: hidden;
}

.my-subsidy {
    padding: 0.24rem;
}

.my-subsidy .h2 {
    font-size: 0.3rem;
    font-weight: 500;
    color: #562113;
}

.my-subsidy .subsidy-li {
    margin-top: 0.1rem;
    display: flex;
    padding: 0.36rem 0.2rem 0.36rem 0;
    overflow: hidden;
    align-items: center;
    background: url(../images/xsq/pop-bg2.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 0.12rem;
}

.my-subsidy .subsidy-li .l {
    position: relative;
    width: 1.98rem;
    text-align: center;
    border-right: 1px dashed #FDC6D1;
    color: #FE193D;
    letter-spacing: -4px;
}

.my-subsidy .subsidy-li .l b {
    font-size: 0.72rem;
    font-weight: normal;
}

.my-subsidy .subsidy-li .m {
    flex: 1;
    padding-left: 0.2rem;
}

.my-subsidy .subsidy-li .m1 {
    color: #333333;
    font-size: 0.3rem;
}

.my-subsidy .subsidy-li .m2 {
    color: #CCACAB;
    font-size: 0.24rem;
}

.my-subsidy .subsidy-li .r {
    width: 1.26rem;
    height: 0.52rem;
    text-align: center;
    line-height: 0.52rem;
    color: #FE193D;
    font-size: 0.26rem;
    border-radius: 0.26rem;
    border: 1px solid #FE193D;
}

.pop-m-c {
    position: fixed;
    top: 20%;
    left: 9%;
    right: 9%;
    z-index: 110;
}

.pop-m-c .close {
    text-align: center;
    position: absolute;
    bottom: -0.8rem;
    left: 50%;
    margin-left: -0.3rem;
    width: 0.6rem;
}

/*下滑*/

.ani-img-down {
    animation: img-down 0.5s ease-out;
    -webkit-animation: img-down 0.5s ease-out;
}

@-webkit-keyframes img-down {
    0% {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}

@keyframes img-down {
    0% {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}


.ani-img-up {
    animation: img-up 0.5s ease-out;
    -webkit-animation: img-up 0.5s ease-out;
}

@-webkit-keyframes img-up {
    0% {
        transform: translateY(50%);
        -webkit-transform: translateY(50%);
    }

    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}

@keyframes img-up {
    0% {
        transform: translateY(50%);
        -webkit-transform: translateY(50%);
    }

    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}

.nav .share {
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 0.8rem;
    z-index: 3;
    height: 0.8rem;
    margin-top: 0;
}

@-webkit-keyframes showimg {
    0% {
        left: -100%;

    }

    100% {
        left: 100%;

    }
}

.btn-gobuy::before {
    position: absolute;
    left: -100%;
    top: 0;
    width: 20%;
    height: 100%;
    content: "";
    transition: 1s ease;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-45deg);
    -webkit-animation: showimg 2s infinite linear;
}
/*规则弹窗*/
.btn-rule{position: absolute;top: 0;right: 0;width: 20%;height: 0.8rem;z-index: 4;}
.rule-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 700;
}

.rule-main {
    position: fixed;
    top: 39%;
    width: 80%;
    left: 10%;
    z-index: 701;
    text-align: center;
    margin-top: -50%;
    height: 100%;

}
.pop-rule-bg {
    background-color: #fff;
    border-radius: 8px;
    padding: 10px;
    
}
.pop-rule-text{
    overflow: scroll;
    height: 58%;
}

.rule-main h2 {
    text-align: center;
    font-size: 0.36rem;
    padding: 10px 0;
    color: #f64f45;
    font-weight: 500;
    font-family: '宋体';
}

.rule-main h2>img {
    width: 12px;
    margin: 10px 5px 0 5px;
}

.rule-main p {
    text-align: left;
    color: #666666;
    font-size: 0.3rem;
    line-height: 1.4em;
    padding: 0 10px;
    margin-bottom: 10px;
    font-family: '宋体';
}
.rule-main p i {
    font-style: normal;
}

.close {
    width: 36px;
    margin-top: 15px;
}

.btn-close-rule {
    margin: 0 auto;
    vertical-align: top;
    font-size: 0.3rem;
    height: 40px;
    line-height: 40px;
    width: 170px;
    text-align: center;
    background: linear-gradient(180deg, #f23238, #fd6946);
    background: -webkit-linear-gradient(180deg, #f23238, #fd6946);
    color: #fff;
    border-radius: 40px;
    margin-bottom: 0.2rem;
}
@media only screen and (max-width: 320px) {
    html {
        font-size: 14px;
    }
}

@media only screen and (min-width: 321px) and (max-width: 410px) {
    html {
        font-size: 15px;
    }
}

@media only screen and (min-width: 411px) and (max-width: 650px) {
    html {
        font-size: 15px;
    }
}
.subsidy-ul{
    height: 186px;
    overflow: auto;
}

.result2 .hb-num {
    position: absolute;
    top: 12%;
    left: 0;
    right: 0;
    color: #fe193d;
    font-size: 0.3rem;
    text-align: center;
}
.result2 .n2 {
    font-size: 0.42rem;
}
.result2 .hb-txt {
    position: absolute;
    bottom: 9%;
    left: 0;
    right: 0;
    height: 0.26rem;
    text-align: center;
    font-size: 0.18rem;
    font-weight: 500;
    color: #ffffff;
    line-height: 0.26rem;
}
.result2{
    bottom: 0.5rem;
}

