@charset "UTF-8";@media screen and (max-width:319px){html{font-size:85.33333px}}@media screen and (min-width:320px) and (max-width:359px){html{font-size:85.33333px}}@media screen and (min-width:360px) and (max-width:374px){html{font-size:96px}}@media screen and (min-width:375px) and (max-width:383px){html{font-size:100px}}@media screen and (min-width:384px) and (max-width:399px){html{font-size:102.4px}}@media screen and (min-width:400px) and (max-width:413px){html{font-size:106.66667px}}@media screen and (min-width:414px){html{font-size:110.4px}}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,header,hgroup,nav,section,article,aside,footer,figure,figcaption,menu,button{margin:0;padding:0}

img{
    display: block;
}
.l{
    float: left;
}
.r{
    float: right;
}
/*弹框样式*/
.point-dialog{
    position: fixed;
    top:0;
    width: 100%;
    max-width: 640px;
    height: 100%;
    z-index: 99999;
    background: rgba(0,0,0,0.2);
}
.dialog-content{
    position: absolute;
    top:50%;
    left: 50%;
    width: 2.75rem;
    background: #fff;
    border-radius: 5px;
    padding-bottom: 0.24rem;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.dialog-title{
    position: relative;
    width: 100%;
    height: 0.3rem;
}
.dialog-close{
    position: absolute;
    right: -0;
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    background: url("/Public/publicStaticC//Public/publicStaticC/images/mall/close.png") no-repeat center center;
    background-size: 0.12rem 0.12rem;
}
.dialog-btn-out{
    width: 100%;
    height: 0.4rem;
    box-sizing: border-box;
    padding: 0 0.25rem;
}
.dialog-btn{
    width: 100%;
    height: 100%;
    background: #25b7ed;
    text-align: center;
    line-height: 0.4rem;
    color: #ffffff;
    font-size: 0.15rem;
    border-radius: 4px;
}
/*实物兑换成功样式*/
.thing{
    display: none;
}
.thing-img{
    width: 100%;
    height: 1.23rem;
    background: url("/Public/publicStaticC//Public/publicStaticC/images/mall/thing-img.png") no-repeat center center;
    background-size: 1.8rem 100%;
}
.thing-text{
    width: 100%;
    height: 0.45rem;
    line-height: 0.45rem;
    font-size: 0.14rem;
    text-align: center;
    color: #666666;
}

/*好房币兑换成功*/
.coin{
}
.coin-sucess{
    width: 100%;
    line-height: 0.3rem;
    font-size: 0.17rem;
    font-weight: bold;
    color: #111111;
    text-align: center;
}
.coin-look{
    text-align: center;
    font-size: 0.14rem;
    color: #666;
}
.coin-img{
    width: 100%;
    height: 1.2rem;
    background: url("/Public/publicStaticC//Public/publicStaticC/images/mall/coin-img.png") no-repeat center center;
    background-size: 1.36rem 0.9rem;
}
/*流量兑换成功样式*/
.phone-flow{
}
.phone-flow-img{
    width: 100%;
    height: 0.9rem;
    background: url("/Public/publicStaticC//Public/publicStaticC/images/mall/phone-flow-img.png") no-repeat center center;
    background-size: 0.54rem 0.54rem;
}
.phone-flow-text{
    width: 100%;
    font-size: 0.14rem;
    color: #111111;
    text-align: center;
    padding-bottom: 0.32rem;
}

/*删除收货地址的confirm样式*/
.address-confirm {
}
.address-confirm-text{
    text-align: center;
    line-height: 0.3rem;
    font-size: 0.16rem;
    color: #111111;
    padding-top: 0.4rem;
    padding-bottom: 0.2rem;
}
.address-confirm-btn{
    width: 100%;
    height: 0.4rem;
    line-height: 0.4rem;
    box-sizing: border-box;
    padding: 0 0.2rem;
}
.confirm-left{
    width: 1.1rem;
    font-size: 0.15rem;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    float: left;
    background: #48a253;
}
.confirm-right{
    width: 1.1rem;
    font-size: 0.15rem;
    border-radius: 4px;
    float: right;
    color: #fff;
    border: 1px solid #ccc;
    text-align: center;
	background:#ccc;
}

/*兑换的样式*/
.dialog-exchange{

}
.dialog-exchange-title{
    font-size: 0.16rem;
    color: #111111;
    padding-bottom: 0.15rem;
    line-height: 0.4rem;
    text-align: center;
    font-weight: bold;
}
.dialog-exchange-content{
    padding: 0 0.25rem;
    width: 100%;
    box-sizing: border-box;
}
.dialog-exchange-list{
    font-size: 0.15rem;
    margin-bottom: 0.15rem;
    overflow: hidden;
}
.dialog-exchange-left{
    float: left;
    color: #999999;
}
.dialog-exchange-right{
    float: right;
    color: #000000;
}
.dialog-btn-exchange{
    margin: 0.25rem 0 0.05rem 0;
}
.dialog-toast{
    position: absolute;
    top:50%;
    left: 50%;
    border-radius: 8px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: rgba(0,0,0,0.7);
}
.toast-content{
    padding: 0.2rem 0.05rem;
    text-align: center;
    line-height: 0.3rem;
    font-size: 0.16rem;
    color: #ffffff;
}