﻿/* CSS Document */
@charset "utf-8";

.shareWX{
    display: inline-block;
    height: 25px;
    z-index: 1;
    cursor: pointer;
    vertical-align: middle;
}
.share-icon{
    display: inline-block;
    width: 22px;
    height: 22px;
    z-index: 1;
    cursor: pointer;
    text-indent: -9999px;
    vertical-align: middle;
}
.share-text{
    vertical-align: middle;
}

.wx-box{
    left: 40%;
    top: 29%;
    position: fixed;
    margin: 0;
    z-index: 1001;
    background: #fff;
    border: solid 1px #d8d8d8;
    font-size: 0.12rem;
    padding: 0.15rem;
    display: none;
}
.wx-box .wx-box-head{
    font-size: 1.12rem;
    text-align: left;
    line-height: 1.16rem;
    height: 0.16rem;
    position: relative;
    color: #000;
}
.wx-box .wx-box-close{
    width: 1.32rem;
    height: 2.32rem;
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    text-decoration: none;
    font-size: 2.32rem;
}
.wx-box .wx-box-main{
    padding: 1.55rem 1.1rem;
    min-height: 2rem;
    text-align: center;
}
.wx-box .wx-box-foot{
    font-size: 12px;
    text-align: left;
    line-height: 22px;
    color: #666;
}

