body,
p,
div,
span,
a,
ul,
li,
b,
em,
h1,
h2,
h3,
h4,
section,
footer,
header,
img,
dt,
dl,
dd {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.clear:after {
    content: "";
    display: block;
    clear: both;
}
.clearfix {
    clear: both;
}
.margin0 {
    margin: 0;
}
.mauto {
    margin-left: auto;
    margin-right: auto;
}
img {
    border: none;
}
.fr{
    float: right;
}
.fl{float: left;}
html,body{width: 100%;height: 100%;position: relative;background: url(/wshop/Public/images/bg_3.png) no-repeat;background-size: 100% 100%;}
.modal{background:rgba(0,0,0,.5);opacity: 0.4;width: 100%;height: 100%;position: absolute;left:0;top:0;}
.content{width: auto;height:100%;position: relative;z-index: 100;overflow-y: scroll;}
.content-center{position: fixed;width: 3.7rem;top: 7%;left:50%;margin-left: -1.85rem;min-height:2rem;}
.content-center-img{width: 115%;float: left;margin-left: -8%;}
.content-center-parent{width: 100%;float:left;margin-top: 0.1rem;position: relative;min-height:2.7rem;}
.parent_one{width: 80%;left: 10%;top: 10%;position: absolute;}
.parent_two{position: absolute;left: 0%;top:47%;width: 100%;}
.content-center-btn{width: 100%;height: 0.9rem;background: #389fff;border-radius:50px;float: left;margin-top: 1.2rem;line-height: 0.84rem;text-align: center;font-size: 0.36rem;color: #fff;}
.content-conversion-btn{width: 100%;height: 0.9rem;border-radius:50px;float: left;line-height: 0.84rem;text-align: center;color: #fff;font-size: 0.32rem;border: 1px solid #fff;margin-top: 0.28rem;box-sizing: border-box;}
.content-text{margin-left: 0.78rem;margin-right: 0.78rem;/* position: absolute; *//* bottom: 0.6rem; */font-size: 0.26rem;color:#fff;line-height: 0.4rem;float: left;margin-top: 9.2rem;padding-bottom: 0.5rem;}
.content-text-title{margin-bottom: 0.15rem;font-weight: bold;}
.content-text p{position: relative;}
.content-text span{position: absolute;width: 0.06rem;height: 0.06rem;background: #389fff;border-radius: 2px;top: 0.18rem;left: -0.2rem;}
/*输入兑换码弹窗*/
.inputConversionCodePopup{
    display: none;
}
.inputConversionCodePopup_bg{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 100;
}
.popup_conversionCode{
    position: fixed;
    top: 30%;
    width: 6.2rem;
    display: block;
    height: 4.5rem;
    margin-left: 0.65rem;
    background-color: #fff;
    border-radius: 0.16rem;
    z-index: 101;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 300ms;
    transition: transform 300ms;
    box-sizing: border-box;
    text-align: center;
}
.conversionCode_title{
    font-size: 0.32rem;
    text-align: center;
    height: 1.46rem;
    line-height: 1.46rem;
    color: #060606;
}
.conversionCode_content{
    width: 4.4rem;
    height: 0.88rem;
    line-height: 0.4rem;
    margin: auto;
    border-bottom: 1px solid #EDEDED;
}
.conversionCode_content input{
    border: none;
    width: 100%;
    height: 97%;
    box-sizing: border-box;
    padding-left: 0.17rem;
    color: #000;
    font-size: 0.28rem;
    outline: none;
}
.conversionCode_button{
    font-size: 0.32rem;
    margin-top: 0.74rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.2rem;
    color: #666666;
}
.conversionCode_confirm{
    color: #FF4C4E;
}
/*在线客服*/
.telephone {
    width: 1.2rem;
    height: 1.2rem;
    position: fixed;
    bottom: 1.6rem;
    z-index: 12;
    right: 0.32rem;
}
.telephone .phone {
    width: 1.2rem;
    height: 1.2rem;
    margin: auto;
    border-radius: 0.5rem;
    vertical-align: middle;
}
.telephone .phone a {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
}
.telephone .phone img {
    width: 100%;
    height: 100%;
}