::-webkit-scrollbar {
   display: none
}

* {
   outline: none;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
   margin: 0;
   padding: 0;
}
@font-face {
   font-family: "DINOT-Bold";
   src: local("fontname Regular"), local("fontname"),
      url("../font/DINOT-Bold-min.ttf") format("truetype");
   font-weight: normal;
   font-style: normal;
}
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
}

*,
*:before,
*:after {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box
}

a:link {
   text-decoration: none;
}

a:visited {
   text-decoration: none;
}

a:hover {
   text-decoration: none;
}

html {
   width: 100%;
   overflow-x: hidden;
   -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;
   background-color: #ff5342;
}

body {
   width: 100%;
   overflow-x: hidden;
   font-size: 14px;
   font-family: PingFang SC,"微软雅黑", Helvetica;
   min-width: 320px;
   max-width: 640px;
   padding: 0 0 6em;
   line-height: 1.5em;
   -webkit-user-select: none;
   position: relative;
   margin: 0 auto;
   background-color: #ff5342;
   font-weight: 400;
}

img {
   width: 100%
}

.fixedTab {
   width: 100% !important;
   position: fixed !important;
   top: 0 !important;
   left: 0 !important;
   z-index: 100;
   right: 0;
   bottom: unset !important;
   background: #ff5443;
}
.collect_scale {
   animation-delay: 1s;
   -webkit-animation-delay: 1s;
   animation: collect_scale 0.8s ease infinite;
   -webkit-animation: collect_scale 0.8s ease infinite;
}

@-webkit-keyframes collect_scale {
   0% {
      transform: scale(0.9);
      -webkit-transform: scale(0.9);
      
   }
   100% {
      transform: scale(1);
      -webkit-transform: scale(1);
   }
}

@keyframes collect_scale {
   0% {
      transform: scale(0.9);
      -webkit-transform: scale(0.9);
      
   }
   100% {
      transform: scale(1);
      -webkit-transform: scale(1);
   }
}

.relative {
   position: relative;
}

.absolute {
   position: absolute;
}

.toTop {
   position: fixed;
   bottom: 0;
   right: 0px;
   width: 11%;
   z-index: 20;
}
/*下滑*/

.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(-50%);
       -webkit-transform: translateY(-50%);
   }
   100% {
       transform: translateY(0);
       -webkit-transform: translateY(0);
   }
}

@keyframes img-down {
   0% {
       transform: translateY(-50%);
       -webkit-transform: translateY(-50%);
   }
   100% {
       transform: translateY(0);
       -webkit-transform: translateY(0);
   }
}
/*swiper初始化样式*/

.swiper-container {
   margin: 0 auto;
   position: relative;
   overflow: hidden;
   z-index: 1;
   -webkit-box-flex: 1;
   flex: 1;
   -webkit-flex: 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 {
   height: 100%;
   position: relative;
   -webkit-flex-shrink: 0;
   -ms-flex: 0 0 auto;
   flex-shrink: 0;
   text-align: center
}

.swiper-pagination {
   width: 100%;
   height: 10px;
   position: absolute;
   z-index: 1;
   bottom: -20px;
   text-align: center;
}

.swiper-pagination-bullet {
   display: inline-block;
   width: 5px;
   height: 5px;
   background: #b6b0ab;
   opacity: 0.5;
   margin: 0 4px;
   border-radius: 50%;
   font-size: 0;
   text-indent: -999em;
}

.swiper-pagination-bullet-active {
   background: #fff;
   opacity: 1;
}

.swiper-pagination-bullet-active {
   background: red;
}

.swiper-container .swiper-wrapper {
   -webkit-transition-timing-function: linear;
   /*之前是ease-out*/
   -moz-transition-timing-function: linear;
   -ms-transition-timing-function: linear;
   -o-transition-timing-function: linear;
   transition-timing-function: linear;
}

.text-center {
   text-align: center;
}
.swiper-container1.swiper-container-multirow>.swiper-wrapper {
   flex-wrap: wrap;
}
.swiper-container1 .swiper-slide {
   padding: 0.4%;
}
.inline-block {
   display: inline-block;
}

/* 分享弹窗start */
.fx-bg {
   position        : fixed;
   top             : 0;
   left            : 0;
   width           : 100%;
   height          : 100%;
   z-index         : 300;
   background-color: rgba(0, 0, 0, 0.75);
}

.fx-main {
   position: fixed;
   top: 19%;
   z-index: 301;
   width: 76%;
   right: 12%;
}

/* 规则start */

.rule-main {
   position: fixed;
   top: 50%;
   right: 6%;
   left: 6%;
   width: 88%;
   z-index: 444;
   transform: translateY(-50%);
 }
 .rule-main-con {
   padding: 0px;
   /* background-color: #fff; */
   border-radius: 12px;
 }
 .rule-main .tit {
   text-align: center;
   color: #ff3636;
   font-size: 1.3em;
   font-weight: bold;
   padding: 10px 0;
 }
 .rule-main .rule-list {
   text-align: left;
   font-size: 0.9em;
   font-family: PingFangSC-Medium, PingFang SC;
   font-weight: 500;
   line-height: 1.6em;
 }
 .rule-main .rule-list p {
    margin-bottom: 0.3em;
 }

@media only screen and (max-width: 320px) {
   body {
     font-size: 12px;
   }
 }
 @media only screen and (max-width:320px) {
   body { font-size: 12px; }
 }
 @media only screen and (min-width:321px) and (max-width:410px) {
   body { font-size: 14px;}
 }
 @media only screen and (min-width:411px) and (max-width:640px) {
   body { font-size: 16px;}
 }
 /* 转盘start */
.turntable-bg {
   position: relative;
}
.turntable-bg .pointer {
   position: absolute;
   width: 31%;
   left: 0;
   right: 0;
   top: 44%;
   margin: 0 auto;
   z-index: 3;
}
.turntable-bg .rotate {
   width: 90%;
   position: absolute;
   top: 20.2%;
   margin: 0 auto;
   left: 0;
   right: 0;
   z-index: 2;
}
.turntable-bg .rotate span {
   color: #fff;
   position: absolute;
   top: 17%;
   margin: 0 auto;
   left: 25%;
   font-family: "DINOT-Bold";
   font-size: 2.4em;
   transform: rotate(332deg);
   width: 16%;
   text-align: center;
}
.zp-desc1 {
    color: #fff;
    position: absolute;
    top: 24%;
    margin: 0 auto;
    left: 34%;
    font-family: "DINOT-Bold";
    width: 10%;
    transform: rotate(360deg);
}
.zp-desc2 {
   color: #fff;
   position: absolute;
   top: 24%;
   margin: 0 auto;
   left: 34%;
   font-family: "DINOT-Bold";
   width: 7%;
   transform: rotate(360deg);
}
.tableRotate{
   -webkit-animation:rotate 0.5s linear infinite;
   animation:rotate 0.5s linear infinite;
}
@-webkit-keyframes rotate{
   0%{-webkit-transform:rotate(0deg)}
   100%{-webkit-transform:rotate(360deg)}
}
@keyframes rotate{
   0%{transform:rotate(0deg)}
   100%{transform:rotate(360deg)}
}
.initAnimation {
   -webkit-animation:rotate 12s linear infinite;
   animation:rotate 12s linear infinite;
}
/* 转盘end */
.block-title0 {
   margin-top: 1em;
   padding-bottom: 4.6em;
}
.block-box1,.block-box3 {
   position: absolute;
   right: 2%;
   height: 94%;
   top: 3%;
   width: 69%;
   display: flex;
}
.block-box2{
   position: absolute;
   left: 2%;
   height: 94%;
   top: 3%;
   width: 69%;
   display: flex;
}
.block-box1 a,.block-box2 a,.block-box1 a {
   flex:1;
   cursor: pointer;
}
button {
   background-color: transparent;
}
.cj-btn {
   width: 36%;
   margin: 0 32% 1.5em;
}
.cj-btn-disabled {
   opacity: 0.6;
}
.toast-box  {
   color: #FFFFFF;
   background-color: rgba(0, 0, 0, 0.7);
   border-radius: 2em;
   padding: 8px;
   display: inline-block;
   position: fixed;
   top: 39%;
   left: 0;
   right: 0;
   margin: auto;
   z-index: 20;
   width: 58%;
   line-height: 1.4em;
   font-size: 1em;
}
.text-center {
   text-align: center;
}

.top-img {
   /* margin-bottom: -1em; */
}
.btn-groups {
   margin: 16px auto 0;
   text-align: center;
}
.confirm-btn {
   width:auto;
   display: inline-block;
   position: relative;
   z-index: 2;
   border-radius: 29px;
   background-color: #ec615e;
   color: #fff;
   padding: 0 1em;
   line-height: 1.9em;
   font-size: 1.1em;
   font-weight: 500;
   font-family: PingFangSC-Medium, PingFang SC;
   margin: 0 0.2em;
 }
 
 /*规则弹窗*/
 .mask {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 300;
   background-color: rgba(0, 0, 0, 0.6);
 }

 .rule-entry {
   position: absolute;
   right: 0;
   width: 13%;
   top: 0;
   z-index: 2;
   cursor: pointer;
   height: 21%;
 }
 
.quan-main {
   position: fixed;
   top: 15%;
   left: 0;
   z-index: 301;
   width: 100%;
   right: 0;
   margin: auto;
 }

.quan-money .text2 {
   position: absolute;
   font-size: 1.1em;
   top: 70%;
   font-weight: 500;
   width: 63%;
   text-align: center;
   color: #fff;
   left: 20%;
   line-height: 1em;
}
.quan-money .text1 {
   position: absolute;
   color: #fff;
   font-size: 6em;
   top: 54%;
   left: 10%;
   font-family: 'DINOT-Bold';
   font-weight: 602;
   letter-spacing: -2px;
   width: 74%;
   display: flex;
   justify-content: center;
   align-items: baseline;
}
.quan-money .text1 img {
 margin-left: 2px;
 width: auto;
 height: 0.4em;
 display: inline-block;
 vertical-align: baseline;
}

.bottom-fixed {
   position: fixed;
   bottom: 0;
   right: 0;
   z-index: 3;
   width: 100%;
 }
 .tab1 {
   position: absolute;
   bottom: 0;
   height: 100%;
   left: 0;
   width: 25%;
   display: inline-block;
 }
 .tab2 {
   position: absolute;
   bottom: 0;
   height: 100%;
   left: 25%;
   width: 25%;
   display: inline-block;
 }
 .tab3 {
   position: absolute;
   bottom: 0;
   height: 100%;
   left: 50%;
   width: 25%;
   display: inline-block;
 }
 .tab4 {
   position: absolute;
   bottom: 0;
   height: 100%;
   left: 75%;
   width: 25%;
   display: inline-block;
 }
 .bottom-fixed-height {
   height: 16px;
   background-color: #fff;
 }
.page-dialog-box {
   z-index: 301;
   position: fixed;
   display: flex;
   height: 100vh;
   top: 0;
   align-items: center;
 }
 .page-dialog-con {
   width: 100%;
   margin: 0 auto;
   text-align: center;
   position: relative;
   margin-top: -6%;
 }
 
/*从中间放大*/
.ani-img-middle {
   animation: changeBiger 0.3s forwards;
 }
 
 
/*从中间放大动效*/
@keyframes changeBiger {
   0% {
     transform: scale(.6);
     opacity: .5;
   }
 
   100% {
     transform: scale(1);
     opacity: 1;
   }
 }
.width96 {
   width: 96%;
   margin: 0 auto;
}
.main-con {
   padding: 10px 8px;
   width: 99.9%;
   margin-left: 0.1%;
   /* background-color: #F0F0F0; */
   /* border: 1px solid #ffffff; */
   border-top:none;
   border-radius: 10px;
   margin-top: -6em;
 }
 
.g-line-tag4 {
   position: absolute;
   left: 6px;
   top: 6px;
   z-index: 1;
   font-size: 0.8em;
   line-height: 1.8em;
   text-align: center;
   color: #fff;
   padding: 0 5px;
   border-radius: 2px;
   background-color: rgb( 255, 45, 23 );
   font-family: PingFangSC-Medium, PingFang SC;
   font-weight: 602;
   padding-left: 1.2em;
 }
 .tag-icon {
   position: absolute;
   left: 0;
   bottom: 0;
   width: auto;
   height: 100%;
 }
 
.goods-li {
   margin: 0 auto 0;
   display: flex;
   flex-wrap: wrap;
 }
 
 .goods_list {
   width: 49%;
   margin: 0em 0.5% 5px 0.5%;
   position: relative;
   padding: 0.5%;
 }
 
 .g-line {
   overflow: hidden;
   border-radius: 5px;
   position: relative;
   background: #fff;
 }
 
 .img_a {
   display: block;
   overflow: hidden;
   border-radius: 2px;
   position: relative;
   margin: 10px 10px 4px 10px;
 }
 
 .img_a .lazy {
   width: 100%;
   border-radius: 2px;
 }
 
 .goodsInfo {
   padding: 1px 5% 10px 5%;
   text-align: center;
 }
 
 .p5 {
   font-size: 0.92em;
   line-height: 1.35em;
   height: 2.7em;
   color: #333333;
   text-overflow: ellipsis;
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   text-align: left;
   font-family: PingFangSC-Medium, PingFang SC;
   font-weight: 500;
 }
 .p6 {
   font-size: 0.92em;
   line-height: 1.5em;
   /* height: 1.35em; */
   color: #ea4d39;
   text-align: left;
   font-family: PingFangSC-Medium, PingFang SC;
   font-weight: 500;
   margin-top: 0.5em;
 }

 .p6>img {
     /* height: 1.2em; */
     width: 1.2em;
 }

 .l-4 {
   width: 100%;
   text-align: left;
   align-items: center;
   display: flex;
   margin: 0.1em 0 0;
   position: relative;
   justify-content: space-between;
 }
 .goods_list .l-4 {
   margin-top: 0.6em;
 }
 .l-4 .left {
   display: flex;
   align-items: baseline;
 }
 
 .l-2 {
   color: #ea4d39;
   top: 43%;
   left: 2%;
   text-align: left;
   font-size: 1em;
   font-weight: bold;
 }
 .l-2_1 {
   font-size: 1.7em;
   font-family: DINOT-Bold;
   margin-left: -0.26em;
   font-family: "DINOT-Bold";
 }
 .qiang3 {
   width: 1.8em;
   margin-top: -0.3em;
   position: relative;
 }
 .qiang3 .count {
   color: #fff;
   border-radius: 50%;
   background-color: #DC1200;
   font-size: 0.8em;
   position: absolute;
   right: -0.6em;
   bottom: 1.4em;
   display: inline-block;
   line-height: 1.6em;
   padding: 0 0.3em;
   min-width: 1.6em;
   text-align: center;
 }
.more-btn {
   width: 98%;
   display: block;
   margin: 0.5em auto;
}
.paddingTop1 {
   padding-top: 1em;
}
.paddingTop17 {
   padding-top: 1.7em;
}
.block-title2 {
   padding-bottom: 1.7em;
}

.meeting-tab,.g-warp {
   width: 100%;
   display: flex;
   position: absolute;
   top: 15px;
   left: 0;
   right: 0;
   margin: 0 auto;
   text-align: center;
   background-color: #ffffff;
   /* border-radius: 6px; */
   z-index: 2;
 }
 .meeting-tab div ,.g-warp .swiper-slide {
    padding:2px 10px
 }
 .meeting-tab div:first-child {
    width: 18%;
 }
 .g-warp div a {
   color: #2b2b2b;
   font-size: 1em;
   display: inline-block;
   width:100%;
   font-family: PingFangSC-Medium, PingFang SC;
   font-weight: 602;
   position: relative;
   border-radius: 2em;
   line-height: 2.6em;
 }
 .g-warp  .current a {
   color: #eb3922;
 }
 .right-cart {
   position: fixed;
   bottom: 25%;
   right: 0;
   width: 11%;
   z-index: 4
 }
 .right-cart span {
   background-color: #DD0007;
   border-radius: 50%;
   width: 8px;
   height: 8px;
   position: absolute;
   right: 18%;
   top:26%;
 }
 .lq-btn {
   position: absolute;
   bottom: 33%;
   right: 7%;
   width: 21%;
 }
 .miao-amount {
   position: absolute;
   left: 31%;
   font-size: 1.02em;
   bottom: 44%;
   color: #ffffff;
 }
 .miao-desc {
   position: absolute;
   left: 31%;
   font-size: 1.02em;
   bottom: 60%;
   color: #ffffff;
 }
.floor2-con {
   padding: 3.6em 8px 8px;
   border-radius:  10px;
   width: 100%;
   /* margin-left: 0.1%; */
   /* background-color: #F0F0F0; */
   /* border: 1px solid #ffffff; */
   border-top: none;
}
.quan-box {
   /* margin-top: -10px; */
   position: absolute;
   top: 62%;
   width: 96%;
   left: 2%;
}
.quan-left {
   display: flex;
   align-items: center;
   position: absolute;
   left: 5%;
   height: 86%;
   width: 90%;
   top: 3%;
}
.quan-left .quan-amount {
   width: 44%;
   max-width: 46%;
   text-align: center;
   /* display: flex; */
   align-items: baseline;
   justify-content: center;
   color: #ffdeb1;
}
.quan-left .quan-amount .value {
   font-size: 5.2em;
   font-family: "DINOT-Bold";
   font-weight: bold;
   display: inline-block;
   line-height: 1em;
}
.quan-left .quan-amount .value2 {
   font-size: 3.6em;
   font-family: "DINOT-Bold";
   font-weight: bold;
   display: inline-block;
   line-height: 1em;
   margin-left: -2px;
}
.quan-left .quan-desc {
   flex: 1;
   padding-left: 8px;
}
.value-desc {
   height: 1.6em;
   width: auto;
   display: inline-block;
   line-height: 2.6em;
   /* margin-left: 6px; */
   font-size: 1.5em;
}
.value-desc img{
   height: 1.6em;
   width: auto;
}
.quan-left .quan-desc p {
   color: #ffdeb1;
   font-size: 1em;
   font-family: PingFangSC-Medium, PingFang SC;
   /* font-weight: bold; */
   line-height: 1em;
   margin-top: 1.5em;
}
.quan-left .quan-desc span {
   /* background-color: #FBE950; */
   font-size: 1.2em;
   display: inline-block;
   line-height: 1.4em;
   padding: 1px 0;
   font-family: PingFangSC-Medium, PingFang SC;
   font-weight: 500;
   /* margin-top: 0.5em; */
   color: #ffdeb1;
}
.p2{
    display: block;
    width: 100%;
    /* padding-bottom: 7px; */
    font-size: 0.85em;
    font-weight: bold;
    line-height: 1em;
}
.g-line-tag5{
   background: url(../images/tag3.png) no-repeat;
   background-size: 100% 100%;
   position: absolute;
   left: 0;
   top: 0;
   z-index: 1;
   font-size: 0.8em;
   font-family: PingFangSC-Medium, PingFang SC;
   font-weight: 602;
}
.tag5-1{
   
color: #fff;
   
padding: 0 12px 0 3px;
}
.tag5-2{
   
color: #e9335d;
   
padding: 0 13px 0 0;
}

/*倒计时*/
.abs-djs {
    padding: 1px 10px 9px 0px;
}
.buy-djs {
    font-size: 0.95em;
    margin-top: 0px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
}
.sw-bg4-swiper .abs-djs .r {
    justify-content: center;
}
.abs-djs .r {
    display: flex;
    color: #ffdeb1;
    align-items: center;
}
.DINOT-Bold, .dinot-bold {
    font-family: "DINOT-Bold";
}
.sp_d, .sp_h, .sp_m, .sp_s, .sp_ms {
    background: #ffdeb1;
    color: #fff;
    padding: 2px !important;
    border-radius: 4px;
}
.sp_d, .sp_h, .sp_m, .sp_s, .sp_ms {
    text-align: center;
    /* min-width: 1.4em; */
    padding: 0;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.2em !important;
    font-family: "DINOT-Bold";
    margin: 0 3px;
    display: flex;
    color: #000 !important;
}
/*倒计时end*/
#floor1{
    margin-top: -2.3em;
}

.mini-tab2 {
    display: flex;
    align-items: center;
    overflow: hidden;
    /* background-color: #0b7cd3; */
    position: absolute;
    top: 40%;
    left: 5%;
    width: 90%;
}
.mini-tab2 .item {
    flex: 1;
    color: #000;
    text-align: center;
    padding: 0.5em 0;
    position: relative;
    line-height: 1em;
}
.mini-tab2 .item.item-active {
    /* background-color: #fff2f2; */
    position: relative;
    color: #ec1515;
    border-radius: 10px 10px 0 0;
}
.mini-tab2 .item.unknown  {
    
    font-size: 1.1em;
}
.mini-tab2 .item.unknown span {
    color: #ec1515;
}
.mini-tab2 .item p {
    font-size: 1em;
    font-weight: 500;
    line-height: 1.5em;
}
.mini-tab2 .item span {
    display: inline-block;
    line-height: 1.5em;
    font-weight: 500;
    border: 1px solid #f5b9b1;
    padding: 0 5px;
    border-radius: 1em;
    font-weight: bold;
    width: 3.2rem;
    margin-top: 3px;
    line-height: 1.8em;
    height: 1.8em;
     
}
.mini-tab2 .item.item-active span{
    color:#fff;
    background: linear-gradient(0deg, #ec604c, #dd4337, #eb574d);
    box-shadow: 10px 10px 10px 0px rgba(255, 255, 255, 0.5) inset;
}

.rule-con{/* background:#fff; *//* border: 1px solid #f77a75; */border-radius: 10px;padding: 11px;margin: 0 0%;max-height: 25vh;overflow-y: auto;font-size: 1em;line-height: 1.5em;position: absolute;top: 9%;width: 100%;}
.rule-con p b{font-size: 1.2em;}
.rule-con p span{color: #fd4a9e;}
.rule-con p b{font-size: 1.82em;}


.djs321{    position: absolute;
    bottom: 12%;
    right: 31%;
    z-index: 3;
    color: #fff;
    width: 10%;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;}