﻿/* 分享弹窗 */
.mask {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    position: fixed;
    top: 50px;
    left: 0;
    display: none;
}
.mask .content{
    position: absolute;
    bottom: 0;
    width:100%;
    background:rgba(255,255,255,1);
    border-radius:0.4rem 0.4rem 0 0;
}
.mask .content .title{
    font-size:0.44rem;
    text-align: center;
    margin-top: 0.6rem;
}
.mask .xiashare-box{
    display: flex;
    justify-content: space-between;
    margin-top: 0.8rem;
    margin-bottom: 0.6rem;
    text-align: center;
}
.mask .xiashare-text{   
    margin-top: 0.14rem;
    font-size: 0.38rem;
}
.xiashare{
    width: 35%;
    margin: auto;
}
.line{
    width: 90%;
    height:0.02rem;
    background:rgba(234,234,234,1);
    margin: auto;
}
.fail-btn{
    font-size:0.42rem;
    font-weight:400;
    color:rgba(254,95,4,1);
    text-align: center;
    padding: 0.4rem 0;
}
