﻿.content
{
    width: 650px;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -325px;
}
.copy
{
    margin-top: 30px;
}
.copy dd
{
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: red;
}
.copy dd a:hover
{
    color: #333;
    text-decoration: none;
}
.bshareDiv
{
    display: none !important;
}
#SCEWM
{
    background-color: #5ED2F5;
    color: #ffffff;
    padding: 8px 5px;
    border-radius: 5px;
    margin-left: 15px;
}
.Mask
{
    z-index: 10;
    background-color: #ffffff;
    opacity: 0.9;
}
.ShareClass
{
    width: 150px;
    height: 150px;
    position: fixed;
    margin: -120px 0 0 -75px;
    z-index: 11;
    top: 50%;
    left: 50%;
}
.ShareClass img
{
    width: 100%;
    height: 100%;
}
.ShareClass p
{
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    font-size: 15px;
    color: #5e5e5e;
}
.cancel
{
    text-align: center;
    height: 40px;
    line-height: 40px;
    background-color: #EFEFEF;
    z-index: 12;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    font-size: 13px;
    cursor: pointer;
}























