.text-center{
    text-align:center;
}
/* 分享按钮 */
.page-operat{
    position: fixed;
    right:0;
    bottom:200px;
}
.page-operat>a{
    display: block;
    width:27px;
    height:27px;
    background:rgba(12,134,205,.8);
    border-radius:2px;
    margin-bottom: 5px;
}
.page-operat .icon-share{
    background: rgba(12,134,205,.8) url('../images/share.svg') no-repeat center;
}
.page-operat .icon-mobile{
  background: rgba(12,134,205,.8) url('../images/mobile.svg') no-repeat center;
}
.page-operat>a:hover{
    background-color: rgba(12,134,205,1);
}
/* 遮罩层 */
.share-mask{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1000000;
}
/* 分享弹框 */
.share-container{
    position:fixed;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 20px 0px rgba(0,0,0,0.5);
    border-radius:4px;
    border:1px solid rgba(102,102,102,0.5);
}
/* 弹框头部 */
.share-header{
    position: relative;
    font-size:16px;
    color:#666;
    line-height:22px;
    padding:5px 15px;
    border-bottom:1px solid rgba(216,216,216,1);
}
/* 标题 */
.share-title{
    margin-right:12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 关闭按钮 */
.share-close{
    position: absolute;
    right:15px;
    top:50%;
    transform: translateY(-50%);
    display: inline-block;
    width:12px;
    height:12px;
    background:url('../images/close.svg');
    background-size:contain;
    cursor:pointer;
}
/* 截图容器 */
.canvas-box{
    padding:15px;
    width:750px;
    max-height: 300px;
    overflow: auto;
}
.canvas-box>img{
    display: block;
    max-width: 100%;
}
/* 分享到 */
.share-to{
    padding:15px;
    background:rgba(245,245,245,1);
}
.shareTo-title{
    font-size:14px;
    color:rgba(0,159,232,1);
    line-height:20px;
    margin-bottom:10px;
}
/* 加载中 */
.share-loading{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width:100px;
    height:50px;
    background:url('../images/89789789.gif') no-repeat center;
    z-index: 100;
}
.shareTo-box{
    position:relative;
    height:180px;
}
.share-url-box{
    position: relative;
    height:100%;
    margin-right:170px;
    background:rgba(250,250,250,1);
    border:1px solid rgba(233,233,233,1);
}
.share-url{
    font-size:12px;
    color:rgba(102,102,102,1);
    height:100%;
    padding:15px 15px 55px;
    word-break: break-word;
    box-sizing: border-box;
}
.input-url{
    position:absolute;
    top:0;
    left:0;
    opacity: 0;
    z-index:-10;
}
.share-url-text{
    height:100%;
    overflow-y:auto;
}
.share-btn{
    display: inline-block;
    height:30px;
    font-size:12px;
    line-height: 30px;
    padding:0 15px;
    color:rgba(255,255,255,.8);
    background:rgba(0,159,232,.8);
    border-radius:4px;
    cursor:pointer;
}
.share-btn:hover{
    color:#fff;
    background:rgba(0,159,232,1);
}
.share-copy{
    position: absolute;
    left:15px;
    bottom:15px;
}
.share-code-box{
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    width:160px;
    padding-bottom:30px;
    font-size:12px;
    color:rgba(102,102,102,1);
    background:rgba(250,250,250,1);
}
.share-code{
    padding:5px;
    height: 100%;
}
.share-code img{
    display: block;
    max-width: 100%;
}
.share-code-text{
    position: absolute;
    right:0;
    bottom:0;
    left:0;
    padding:5px 10px;
    text-align: center;
    border-top:1px solid #E9E9E9;
}
/* 分享详情页样式 */
.share-img{
    width:80%;
    margin:20px auto;
}
.share-img>img{
    display: block;
    max-width: 100%;
    margin:0 auto;
}
.share-btn a{
    text-decoration: none;
    color:#fff;
}
/* 分享详情页样式 */
