html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
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;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

.app-container {
    width: 100%;

}

.main-warp {
    min-width: 1200px;
    margin: 0 auto;
    max-width: 1440px;
}

.p-relative {
    position: relative;
}

.pointer {
    cursor: pointer;
}

.flex {
    display: flex;


}

.flex-1 {
    flex: 1;
}

.flex-x-end {
    justify-content: flex-end;
}

.flex-x-between {
    justify-content: space-between;
}

.flex-x-center {
    justify-content: center;
}

.flex-y-center {
    align-items: center;
}

.flex-warp {
    flex-wrap: wrap;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.fontWeight {
    font-weight: bold;
}

.line-height32 {
    line-height: 32px;
}

.line-height38 {
    line-height: 38px;
}

/* color */
.col-fff {
    color: #fff;
}

.col-000 {
    color: #000;
}

.col-333 {
    color: #333;
}

.col-666 {
    color: #666;
}

.col-999 {
    color: #999;
}

.col-0066FF {
    color: #0066FF;
}

.col-DA0000 {
    color: #DA0000;
}

.col-E25000 {
    color: #E25000;
}

.col-E89900 {
    color: #E89900;
}

/* font -size*/
.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.font-26 {
    font-size: 26px;
}

.font-28 {
    font-size: 28px;
}

.font-30 {
    font-size: 30px;
}

.font-32 {
    font-size: 32px;
}

.font-34 {
    font-size: 34px;
}

.font-36 {
    font-size: 36px;
}

.font-52 {
    font-size: 52px;
}

/* margin */

.m-left-6 {
    margin-left: 6px;
}

.m-left-16 {
    margin-left: 16px;
}

.m-left-20 {
    margin-left: 20px;
}

.m-left-23 {
    margin-left: 23px;
}

.m-left-30 {
    margin-left: 30px;
}

.m-left-40 {
    margin-left: 40px;
}

.m-left-50 {
    margin-left: 50px;
}

.m-left-60 {
    margin-left: 60px;
}

.m-left-70 {
    margin-left: 70px;
}

.m-left-72 {
    margin-left: 72px;
}

.m-left-100 {
    margin-left: 100px;
}

.m-left-102 {
    margin-left: 102px;
}

.m-right-50 {
    margin-right: 50px;
}

.m-right-60 {
    margin-right: 60px;
}

.m-right-100 {
    margin-right: 100px;
}

.m-top-10 {
    margin-top: 10px;
}

.m-top-16 {
    margin-top: 16px;
}

.m-top-18 {
    margin-top: 18px;
}

.m-top-20 {
    margin-top: 20px;
}

.m-top-22 {
    margin-top: 22px;
}

.m-top-24 {
    margin-top: 24px;
}

.m-top-30 {
    margin-top: 30px;
}

.m-top-40 {
    margin-top: 40px;
}

.m-top-42 {
    margin-top: 42px;
}

.m-top-46 {
    margin-top: 46px;
}

.m-top-50 {
    margin-top: 50px;
}

.m-top-53 {
    margin-top: 53px;
}

.m-top-55 {
    margin-top: 55px;
}

.m-top-66 {
    margin-top: 66px;
}

.m-top-75 {
    margin-top: 75px;
}

.m-top-80 {
    margin-top: 80px;
}

.m-top-87 {
    margin-top: 87px;
}

.m-top-88 {
    margin-top: 88px;
}

.m-top-90 {
    margin-top: 96px;
}

.m-top-100 {
    margin-top: 100px;
}

.m-top-105 {
    margin-top: 105px;
}

.m-bottom-10 {
    margin-bottom: 10px;
}




/* 弹出 */
.wechat-model {
    width: 568px;
    
  
    border-radius: 20px;
    overflow: hidden;
    
}
.wechat-content{
    padding: 0 40px 40px 40px;
    box-sizing: border-box;
}

.wechat-title {
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: flex-end;

}

.close-img {
    width: 18px;
    height: 18px;
    margin-right: 20px;
    cursor: pointer;
}

.wechat-code {
    width: 100%;
    height: 95px;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wechat-img {
    width: 100%;

}
.wechat-img>img{
    width: 100%;
    height: auto;
}