html,
body {
    padding: 0;
    margin: 0;
    background: #fff;
}

input,
textarea,
select,
option {
    outline-color: #157afa;
}


.shareBox {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2;
    top: 0;
    left: 0;
}

.shareInside {
    width: 100%;
    height: 3.3rem;
    background: #fff;
    position: absolute;
    bottom: 0;
}

.insideTop {
    width: 100%;
    height: 2.2rem;
    background: #f5f5f5;
    padding: 0.4rem 0;
    box-sizing: border-box;
    overflow-x: auto;
}

.insidetop {
    overflow: hidden;
    margin-top: 1rem;
    height: 100%;
}

.insideBot {
    width: 100%;
    height: calc(100% - 2.2rem);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.32rem;
    color: #026dd8;
}

.shareUnit {
    float: left;
    box-sizing: border-box;
    padding-right: 0.15rem;
    width: 16.6%;
}
.shareUnit label {
    height: 3.7rem;
    margin: 0 auto;
    display: block;
    background-size: 100% 100%;
}
.shareIcon1 {
    background: url(images/sb.png);
}

.shareIcon2 {
    background: url(images/sl.png);
}

.shareIcon3 {
    background: url(images/sw.png);
}

.shareIcon4 {
    background: url(images/sp.png);
}

.shareIcon5 {
    background: url(images/sq.png);
}

.shareIcon6{
   background:url(images/nail.png);
}
.shareName {
    width: 100%;
    height: calc(100% - 0.9rem);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #434343;
    font-size: 0.875rem;
}