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

.toast,.modal{
    width:100%;
    height:100vh;
    position:fixed;
    left:0;
    top:0;
    display: none;
    z-index: 9999999;
}
.toast_box{
    width:100%;
    height:100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.2);
}
.toast_box p{
    color:#fff;
    font-size:0.9rem;
    background: rgba(0,0,0,0.6);
    border-radius: 6px;
    padding: 5px 20px;
}

.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, .2);
    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;
}

/* 公用提示模块样式 */
.publicTipsText {
    max-width: 60%;
    background: rgba(0, 0, 0, .8);
    padding: .08rem .2rem;
    font-size: .14rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    border-radius: .08rem;
    text-align: center;
}

/* 登录勾选隐私协议 */
.privacyPolicy{
    margin-bottom: 0.14rem;
}
.privacyPolicy span {
    padding-left: .1rem;
    color: #0275ff;
    font-size: .15rem;
}

/* 收货地址 */
.addressBox input , .addressBox textarea {
    width: calc(100% - .2rem);
    height: .45rem;
    border: 1px solid #C0C0C0;
    border-radius: .05rem;
    padding-left: .2rem;
    font-size: .15rem;
    margin-bottom: .14rem;
}
.addressBox textarea {
    width: calc(100% - .4rem);
    height: .8rem;
    padding: .1rem .2rem;
}

/* 中奖奖品展示 */
.prizeImg {
    width: 1.4rem;
    display: block;
    margin: 0 auto .1rem;
}
.prizeName {
    font-size: .15rem;
    font-weight: 500;
    color: #666666;
    text-align: center;
    padding-bottom: .3rem;
}

/* 按钮提示弹出样式 */
.btnTips {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .6);
    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: calc(100% - 60px);
}
.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: .34rem;
    margin: 0 auto;
}
.tipsContent2 .zs {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.tipsContent2 .zsText {
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 30px;
    text-align: center;
}

/* 公共返回样式 */
.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;
}
button {
    width: 100%;
    height: .41rem;
    line-height: .41rem;
    background: #AF0E0B;
    border-radius: 50px;
    font-size: .16rem;
    font-weight: 500;
    color: #FFFFFF;
    margin: .2rem auto;
}
  
/* 无数据提示 */
.wuData {
    text-align: center;
    padding-top: 20%;
}
.wuData img {
    width: 50%;
}
.wuData p {
    display: block;
    text-align: center;
    font-size: .15rem;
    color: #87a0fe;
}
  
/* 端口提示 */
.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%;
    z-index: 999;
}
.tipsImg div {
    text-align: center;
    font-size: .31rem;
    font-weight: 800;
    padding-top: 21vh;
}

/* loadingBox动画 */
.loadingBox {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff;
}
.loadingBox img {
    width: 40px;
}