@charset "utf-8";
/* css document */
/*
弹出插件 and 分享插件
autho：smohan
http://www.smohan.net
*/

.smohan_layer_box h3 {
    width: 600px;
    height: 60px;
    margin: 50px auto 0 auto;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    font-weight: 600;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}

.smohan_layer_box h4 {
    width: 800px;
    height: 20px;
    line-height: 20px;
    margin: 0 auto;
    font-size: 16px;
    text-align: right;
}

.smohan_layer_box h4 a {
    color: #363636;
    text-decoration: none;
}

.smohan_layer_box div.demo {
    width: 600px;
    height: 320px;
    line-height: 20px;
    padding-top: 20px;
    border-top: 2px dashed #cecece;
    margin: 30px auto;
}

/*layer*/
.smohan_layer_shade {
    position: fixed;
    _position: absolute;
    zoom: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url(/uploads/image/scsimages/hei.png) repeat;
    z-index: 99900;
}

.smohan_layer_box {
    min-width: 300px;
    height: 120px;
    margin-top: -80px;
    padding: 20px;
    background: #ffffff;
    position: fixed;
    _position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99999;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.smohan_layer_box h3 {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0px 0px 10px 0px;
    margin: 0;
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
}

.smohan_layer_box h3 .text {
    float: left;
    font-size: 16px;
    font-family: 'microsoft jhenghei', 'microsoft yahei', arial, sans-serif;
    font-weight: 600;
    color: #84c017;
    text-indent: 0.5em;
    display: block;
}

.smohan_layer_box h3 .close {
    display: block;
    width: 30px;
    height: 30px;
    background:  0px 0px no-repeat;
    float: right;
}

.smohan_layer_box h3 .close:hover {
    background-position: 0px -31px;
}

.smohan_layer_box .layer_content {
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.smohan_layer_box .layer_content .loading {
    display: block;
    width: 36px;
    height: 36px;
    background:center center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

/*share*/
#share {
    display: none;
    width: 420px;
    padding: 20px 10px 10px 0px;
    clear: both;
    overflow: hidden;
}

#share ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#share ul li {
    float: left;
    display: block;
    width: 50px;
    height: 50px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    position: relative;
}

#share ul li a {
    display: block;
    width: 28px;
    height: 28px;
    margin-left: 11px;
    margin-top: 12px;
}

#share ul li span {
    display: block;
    width: 40px;
    height: 10px;
    background: url(/uploads/image/scsimages/share_shade.png) 0px 0px no-repeat;
    position: absolute;
    left: 5px;
    bottom: 0px;
}

#share ul li a.share1 {
    background: url(/uploads/image/scsimages/share_icon.png) 0px 0px;
}

#share ul li a.share2 {
    background: url(/uploads/image/scsimages/share_icon.png) -28px 0px;
}

#share ul li a.share3 {
    background: url(/uploads/image/scsimages/share_icon.png) -56px 0px;
}

#share ul li a.share4 {
    background: url(/uploads/image/scsimages/share_icon.png) -84px 0px;
}

#share ul li a.share5 {
    background: url(/uploads/image/scsimages/share_icon.png) -112px 0;
}

#share ul li a.share6 {
    background: url(/uploads/image/scsimages/share_icon.png) -140px 0;
}

#share ul li a.share7 {
    background: url(/uploads/image/scsimages/share_icon.png) -171px 0;
}

.smohan_layer_box div.wechat {
    border: 8px solid #fff;
    width: 100px;
    height: 100px;
    position: relative;
    top: -197px;
    left: 62px;
    overflow: hidden;
    z-index: 99999;
    font-size: 8px;
    display: none;
}
