html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
    margin: 0;
    padding: 0;
    list-style: none;
}

*:focus {
    outline: none;
}
i {
    font-style: normal;
}
button {
    padding: 0;
    margin: 0;
    border: 0 none;
}

html,
body {
    margin: 0 auto;
    font-size: 16px;
}

body {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

ul,
ol {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
}
/*去除a标签下划线*/
a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    text-decoration: none;
    color: #333;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
}

input,
textarea {
    border: none;
    padding: 0;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

textarea {
    resize: none;
    overflow: auto;
}

button {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: " ";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow: hidden;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex_item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

button {
    display: block;
    height: 56px;
    line-height: 56px;
    background: #0066FF;
    border-radius: 50px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto;
}




/* 公用透明黑色背景、按钮、标题、关闭 */
.moduleBox {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.publicTipsText {
    background: rgba(0, 0, 0, .8);
    padding: 10px 25px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    border-radius: 8px;
}
/* 图提示 */
.btnTips {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.tipsContent2 {
    width: 100%;
}
.tipsContent2 .tu {
    display: block;
    width: 100%;
    height: auto;
}
.tipsContent2 button{
    display: block;
    width: 100%;
    height: .54rem;
    border-radius: 50px;
    background: #72B558;
    margin: .2rem 0;
    font-weight: 600;
    font-size: .21rem;
    color: #FFFFFF;
}
.tipsContent2 .x {
    display: block;
    width: .4rem;
    margin: 0 auto;
}
