body{
    color: #333333;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    overflow: hidden;
    max-width: 700px;
    margin: 0 auto;
    background: white;
    user-select: none;
}

::-webkit-scrollbar{
    display: none;
}

img{
    display: block;
    -webkit-touch-callout: none;
    border-style: none;
    max-width: 100%;
}

.flex{
    display: flex;
    align-items: center;
}

.Cover{
    position: absolute;
    background: rgba(0,0,0,0.4);
    z-index: 5;
    top: 44px;
    left: 0;
    overflow: hidden;
    display: none;
}

.toast{
    background: rgba(0,0,0,0.6);
    border-radius: 4px;
    width: fit-content;
    padding: 7px 14px;
    font-size: 15px;
    line-height: 24px;
    color: white;
    position: absolute;
    z-index: 9999;
}

.ShareView{
    box-sizing: border-box;
    height: 68px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #DEE2EB;
    padding: 0 14px;
}

.Share-logo{
    width: 42px;
    height: 42px;
    margin-right: 8px;
    display: block;
}

.ShareBtn{
    height: 36px;
    width: 96px;
    border-radius: 18px;
    padding: 8px 17px;
    background: #1678ff;
    color: white;
    box-sizing: border-box;
    font-size: 14px;
}

.Share-title{
    line-height: 20px;
    font-weight: 500;
    font-size: 14px;
}

.Share-remark{
    font-size: 12px;
    line-height: 17px;
    color: #888888;
}

.ShareCover{
    display: flex;
    justify-content: center;
    width:100%;
    position: absolute;
    bottom: 68px;
}

.ShareCoverBtn{
    width: 190px;
    height: 50px;
    border-radius: 25px;
    background: #1678ff;
    display: flex;
    align-items: center;
}

.ShareCover-logo{
    background: white;
    color: #1678ff;
    border-radius: 12px;
    padding: 5px 9px;
    font-size: 10px;
    font-weight: 600;
    margin-left: 16px;
}

.ShareCover-title{
    color: white;
    font-weight: 500;
    font-size: 18px;
    margin-left: 8px;
}
