.share_layer_shade {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(hei.png) repeat;
    z-index: 99;
}

.share_layer_box {
    display: none;
    width: 400px;
    padding: 20px;
    background: #fff;
    position: fixed;
    top: 30%;
    left: 0;
    right: 0;
    z-index: 999;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 5px;
    margin: -30% auto 0;
}

.share_layer_box h3 {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0px 0;
    margin: 0;
    border-bottom: 1px solid #f78739;
}

.share_layer_box h3 .text {
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #f78739;
    text-indent: 0.5em;
    display: block;
}
.layer_content #Share label.mob {
    background: #fff url(mob.png) no-repeat center;
}
.layer_content #Share label.head {
    background: #fff url(head.png) no-repeat center;
}
.layer_content #Share label {
    display: block !important;
    width: 30px;
    padding-right: 5px;
    line-height: 40px;
    float: left;
    overflow: hidden;
    text-align: right;
    height: 40px;
    margin: 0;
}
.layer_content #Share input {
    display: block;
    float: left;
    width: 350px;
    line-height: 36px;
    border: 1px solid #d2d2d2;
    outline: none;
    text-indent: 10px;
    font-size: 12px;
	float: left;
}
.layer_content #Share button {
    width: 100%;
    line-height: 35px;
    text-align: center;
    background: #f78739;
    color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: none;
    margin-right: 10px;
    float: left;
    margin-top: 10px;
}
.share_layer_box h3 .close {
    display: block;
    width: 30px;
    height: 30px;
    background: url(close.png) 0 0 no-repeat;
    float: right;
    cursor: pointer;
}

.share_layer_box h3 .close:hover {
    background-position: 0 -31px;
}

.share_layer_box .layer_content {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 0;
    position: relative;
    overflow: hidden;
}



/*Share*/
#Share {
    text-align: justify;
    overflow: hidden;
}

#Share ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#Share ul li {
    float: left;
    display: block;
    width: 100%;
    height: 38px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
}

#Share ul li a {
    display: block;
    width: 28px;
    height: 28px;
    margin-left: 11px;
    margin-right: 150px;
    float:right;
}

