a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
}
a {
    text-decoration: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
ol,
ul {
    list-style: none;
}
.line:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: ".";
}
.mall-container {
    overflow: hidden;
    margin: 0 auto;
    max-width: 750px;
    font-family: microsoft yahei;
    font-size: 0;
    background: #af7e4e;
    background-size: 100%;
}
.mall-container img {
    width: 100%;
    vertical-align: top;
    display: block;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex_b,
.flex_c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex_b a,
.flex_b > span {
    width: 50%;
}
.flex_c > a,
.flex_c > span {
    width: 33.33%;
}
[class*="cweb"] {
    overflow: hidden;
    margin: 0 auto;
    background-position: center top;
    background-repeat: no-repeat;
}
.mall-project {
    margin: 0 auto;
}
.mall-project [class*="cweb"] {
    position: relative;
}
.mall-shop {
    overflow: hidden;
    margin: 0 auto 0.3rem;
}
[class*="mp-col"] {
    float: left;
    display: block;
    height: 100%;
}
.mp-col-50 {
    width: 50%;
}
.mp-col {
    width: 100%;
}
.icon-end {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/icon-end.png) center no-repeat;
    background-size: 30%;
}
.cj20230324app_03 {
    position: relative;
}
.cj20230324app_03 img {
}
.cj20230324app_03 .btns {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.cj20230324app_03 .btns a {
    width: 25%;
    height: 100%;
    display: block;
    cursor: pointer;
}
.ruleMod {
    padding: 0.5rem 0.4rem 0.5rem;
    margin: 0 auto 0.4rem;
    width: 7.15rem;
    border-radius: 20px;
    background: linear-gradient(0, #ddbd8b, #fff7e9);
    box-sizing: border-box;
}
.ruleMod .tit {
    width: 100%;
    margin: 0 auto 0.2rem;
    display: block;
    font-size: 0.48rem;
    font-weight: bold;
    color: #6a3e1f;
    text-align: center;
}
.ruleMod p {
    text-align: justify;
    margin-top: 0.1rem;
    line-height: 1.6;
    font-size: 0.26rem;
    color: #442611;
}
.shopping {
}
.shopping a {
    background: linear-gradient(0, #ddbd8b, #fff7e9);
    padding: 0.12rem;
    width: 6.82rem;
    margin: 0 auto 0.3rem;
    border-radius: 12px;
    box-sizing: border-box;
    display: flex;
    /* overflow: hidden; */
    position: relative;
}
.shopping a .img {
    position: relative;
    width: 3.3rem;
    height: 3.3rem;
    border-radius: 10px;
    /* overflow: hidden; */
    flex: none;
}
.shopping a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.shopping a .info {
    flex: 1;
    height: 3.3rem;
    margin-left: 0.15rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.shopping a .info .tit {
    font-size: 0.26rem;
    color: #333333;
    line-height: 1.4;
}
.shopping a .info .r1 {
    font-size: 0.3rem;
    margin: 0.05rem 0;
    font-weight: bold;
    color: #603a0f;
    line-height: 1.4;
}
.shopping a .info .r2,
.shopping a .info .r3,
.shopping a .info .r4 {
    font-size: 0.3rem;
    color: #b9480d;
    font-weight: bold;
    line-height: 1.4;
    white-space: pre;
    letter-spacing: -1px;
}
.shopping a .info .btns {
    margin-top: 0.1rem;
    width: 1.87rem;
    height: 0.44rem;
    border-radius: 20px;
    font-size: 0.24rem;
    color: #f7e6cf;
    line-height: 1;
    background: linear-gradient(35deg, #9e6b3f, #6a3e1f);
    display: flex;
    align-items: center;
    justify-content: center;
}
.shoplist {
    display: flex;
    flex-wrap: wrap;
    width: 7.2rem;
    margin: 0 auto;
}
.shoplist .item {
    display: block;
    width: 3.4rem;
    margin: 0.1rem;
    padding: 0.1rem .1rem .2rem;
    background: linear-gradient(0, #ddbd8b, #fff7e9);
    box-sizing: border-box;
    border-radius: 12px;
    overflow: hidden;
}
.shoplist .item .pic {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.shoplist .item .pic img {
    width: 100%;
}
.shoplist .item .tit {
    font-size: 0.22rem;
    color: #603a0f;
    line-height: 1.4;
    margin: 0.1rem 0.1rem .05rem;
    height: .65rem;
    overflow: hidden;
}
.shoplist .item .r1 {
    margin: 0 .1rem;
    font-size: 0.22rem;
    color: #333333;
    line-height: 1.4;
    display: flex;
    justify-content: space-between;
}
.shoplist .item .r1 span {
    margin-right: .05rem;
    font-size: .32rem;
}
.shoplist .item .r2 {
    margin: .05rem .1rem;
    display: flex;
    align-items: center;
    justify-content:space-between;
}
.shoplist .item .r2 span {
    font-size: .32rem;
    color: #b9480d;
    font-weight: bold;
}
 
.shoplist .item .r2 .icon img {
    width: 0.39rem;
}
.icon-advanced {
    background: url(../images/icon-advanced.png) no-repeat;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: -.2rem;
    left: -.2rem;
    z-index: 11;
    background-size: 1rem;
}

.timeWrap {
    position: relative;
}

.countDown {
    position: absolute;
    bottom: .15rem;
    left: 0;
    right: 0;
    font-size: .3rem;
    color: #000;
    text-align: center;
}

strong#TIME {
    font-weight: normal;
}