html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
ul li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

img {
    max-width: 100%;
}

html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

body {
    width: 100%;
    /*height: 100%;*/
    color: #e22c2c;
    font-size: 16px;
    font-family: 'PingFang SC' !important;
    overflow-x: hidden;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex-y {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.flex-center-x {
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit--moz-box-pack: center;
    box-pack: center;
}

.flex-center-y {
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
}

.align_items__flex_end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.justify_content_space_between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*è½®æ’­å›¾*/
.swiper {
    position: absolute;
    width: 266px;
    height: 577px;
    border-radius: 33px;
    overflow: hidden;
}

.swiper-shadow {
    position: absolute;
    width: 238px;
    height: 23px;
    background: rgba(214, 171, 21, 0.59);
    box-shadow: 0 0 7px 21px rgb(214 171 21 / 59%);
    border-radius: 0 0 32px 32px;
}

.swiper-container {
    width: 266px;
    height: 577px;
    border-radius: 33px;
    overflow: hidden;
}

.swiper-mask {
    position: absolute;
    top: 105px;
    z-index: 1;
}

.swiper-pagination {
    position: absolute;
    top: 607px;
    left: 105px;
}

.swiper-pagination .swiper-pagination-bullet {
    margin-right: 6px;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000;
}

/* å¾®ä¿¡æç¤º */
.wx-modal {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100;
    display: none;
}

.wx-modal .content-wrapper {
    display: flex;
    width: 60%;
    height: 100%;
    float: right;
    flex-direction: column;
    background: url(../img/new_arrow.png) no-repeat 92% 2%;
    background-size: 75px 64px;
}

.wx-modal .content-wrapper .text-row {
    width: 100%;
    margin-top: 22px;
    display: flex;
    color: #fff;
    font-size: 4vw;
    align-items: center;
    line-height: 22px;
    margin-left: -20px;
}

.wx-modal .content-wrapper .text-row .icon-num {
    background: #ff2441;
    height: 6vw;
    width: 6vw;
    border-radius: 50%;
    text-align: center;
    line-height: 6vw;
    margin-right: 2vw;
}

.wx-modal .content-wrapper .text-row .text {
    display: flex;
    align-items: center;
    opacity: .8;
}

.wx-modal .content-wrapper .text-row .text .icon-tip {
    width: 10vw;
    height: 10vw;
    background: #fff;
    margin: 0 2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.03rem;
}

.wx-modal .content-wrapper .text-row .text .icon-tip img {
    width: 8vw;
}

.bottom-wrapper {
    position: absolute;
    width: 266px;
    height: 582px;
    top: 50%;
    margin-top: -288px;
    border-radius: 30px;
    box-shadow: 0 0px 7px 9px rgb(214 171 21 / 59%);
}
