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 {
    min-height: 100%;
    font-size: calc(100vw/3.75);
    -webkit-text-size-adjust: 100%;
}

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;
}

/* 公用透明黑色背景、按钮、标题、关闭 */
.moduleBox {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.moduleContent {
    width: 2.6rem;
    background: #FFFFFF;
    border-radius: .1rem;
    position: relative;
    padding: .2rem ;
}
.moduleClose {
    width: .16rem;
    height: .16rem;
    position: absolute;
    top: .2rem;
    right: .2rem;
}
.moduleH1 {
    font-size: .17rem;
    color: #333333;
    text-align: center;
    margin-bottom: .2rem;
}
.moduleButton {
    display: block;
    width: 100%;
    height: .45rem;
    background: #FC444A;
    border-radius: 50px;
    color: #fff;
    font-size: .16rem;
    font-family: PingFang SC;
    font-weight: 500;
}
/* 输入提示 */
.inpContent {
    background: #fff;
    width: 80%;
    border-radius: 5px;
    text-align: center;
}
.inpContent h2 {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
}
.inpContent p {
    font-size: 15px;
    margin-bottom: 20px;
}
.inpContent input {
    display: block;
    width: calc(90% - 10px);
    padding-left: 10px;
    margin: 0 auto;
    height: 40px;
    background: #f2f2f2;
    border-radius: 5px;
}
.inpContent div {
    border-top: 1px solid #f2f2f2;
    margin-top: 20px;
}
.inpContent div span {
    font-size: 14px;
    text-align: center;
    height: 50px;
    line-height: 50px;
}
.inpContent div span:nth-child(1) {
    border-right: 1px solid #f2f2f2;
}
/* 公用提示模块样式 */
.publicTipsText {
    background: rgba(0, 0, 0, .7);
    padding: .08rem .2rem;
    font-size: .14rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    border-radius: .08rem;
}

/* 按钮提示弹出样式 */
.btnTips {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.tipsContent {
    width: 2.77rem;
    background: #FFFFFF;
    border-radius: 15px;
    text-align: center;
    padding: .2rem 0;
    position: relative;
}
.tipsContent a {
    display: block;
    width: 2rem;
    height: .45rem;
    line-height: .45rem;
    background: #FF7F00;
    border-radius: 50px;
    font-size: .2rem;
    color: #fff;
    margin: 0 auto;
}
.tipsContent h1 {
    font-size: .18rem;
    font-weight: 500;
    color: #000000;
    padding-bottom: .26rem;
}
.tipsContent p {
    font-size: .16rem;
    color: #000000;
    padding-bottom: .3rem;
}
.tipsContent .tu {
    display: block;
    width: 1.9rem;
    height: 1.9rem;
    margin: 0 auto;
}
.tipsContent div {
    padding: 0 .15rem;
    justify-content: space-around;
}
.tipsContent div .guan1 , .tipsContent div .tow1{
    width: 1.7rem;
    font-size: .21rem;
    color: #fff;
    border-radius: 50px;
    padding: .1rem 0;
    background: #FF7F00;
}
.tipsContent div .tow1 {
    width: 1.2rem;
    font-size: .2rem;
}
.tipsContent div .tow2{
    width: 1.2rem;
    font-size: .2rem;
    color: #333;
    border-radius: 50px;
    padding: .1rem 0;
    background: #fff;
    border: 1px solid #CCCCCC;
}

.tipsContent2 {
    width: 2.77rem;
}
.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;
}

/* 公共返回样式 */
.goBackBox {
    padding:.2rem .08rem;
}
.goBackBox img {
    width: .2rem;
    height: .2rem;
}
.goBackBox h1 {
    text-align: center;
    font-size: .18rem;
    font-weight: 500;
    color: #FFFFFF;
}
.goBackBox span {
    display: inline-block;
    width: .2rem;
    height: .2rem;
}

/* 加载中 */
.loading {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100vh;
}
.loading div img {
    display: block;
    width: 90px;
    margin: 0 auto;
}
.loading div p {
    color: #fff;
    font-size: 14px;
    text-align: center;
}

/* 抖音指引提示 */
.tipsImg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url('https://dyanyapi.elecottech.com/yuqitongcheng/tipsback.jpg') no-repeat;
    background-size: 100% 100%;
    display: none;
    z-index: 999;
}

.tipsImg div {
    text-align: center;
    font-size: .31rem;
    font-weight: 800;
    padding-top: 21vh;
}