.shareBox{position: absolute;left:0;top: 30%;z-index: 999;}
.share{background:#457ce6;width:24px;font-size:14px;padding:20px 0;text-align:center;font-weight:bold;color:#fff;overflow:hidden;cursor:pointer;border-radius:4px;}
.share_layer_box {display: none;width:120px;background: #fff;border: 1px solid #dddddd;}
.share_layer_box h3 {display: block;width: 100%;height: 32px;line-height: 32px;margin: 0;border-bottom: 1px solid #dddddd;background-color:#457ce6;color:#ffffff;}
.share_layer_box h3 .text {padding-left:10px;float: left;font-size: 14px;font-weight:bold;display: block;}
.share_layer_box h3 .close {display: block;width:16px;height:16px;background: url(../image/close.png) 0 0 no-repeat;float: right;cursor: pointer;margin: 8px 10px 0 0;}
/*.share_layer_box h3 .close:hover {background-position: 0 -16px;}*/
.share_layer_box .layer_content {display: block;width: 100%;height: 100%;margin-top: 10px;margin-bottom: 10px;padding: 0;position: relative;}
/*Share*/
#Share {text-align: justify;}
#Share ul {margin: 0;padding: 0;list-style-type: none;}
#Share ul li {display: block;height:16px;margin-left: 5px;margin-right: 5px;cursor: pointer;position: relative;}
#Share ul li a {display: block;height: 16px;margin-left: 11px;margin-top: 12px;font-size: 12px;}
#Share ul li a.share-qq {background: url(../image/shareIcon02.png) no-repeat 0 -52px;padding-left: 20px;}
#Share ul li a.share-xl-weiBo {background: url(../image/shareIcon02.png) no-repeat 0 -104px;padding-left: 20px;}
#Share ul li a.share-people {background: url(../image/shareIcon02.png) no-repeat 0 -208px;padding-left: 20px;}
#Share ul li a.share-tx-weiBo {background: url(../image/shareIcon02.png) no-repeat 0 -260px;padding-left: 20px;}
#Share ul li a.share-tx-weChat{background: url(../image/shareIcon02.png) no-repeat 0 -1612px;padding-left: 20px;}
/* 微信分享弹层样式 */
.towdimcodelayer {position: absolute;left:0;top: 40px;z-index: 10000;margin-top: 0;opacity: 0;filter: alpha(opacity=0);}
.js-transition {transition: margin-top .15s ease, opacity .12s linear;
    -webkit-transition: margin-top .15s ease, opacity .12s linear;
    -moz-transition: margin-top .18s ease, opacity .15s linear;
    -ms-transition: margin-top .15s ease, opacity .12s linear;
    -o-transition: margin-top .15s ease, opacity .12s linear;}
.towdimcodelayer .arrow {position: absolute;width: 0;height: 0;border-width: 8px;border-style: solid;_display: none;}
.towdimcodelayer .js-arrow-up {left: 72px;top: -15px;border-color: transparent transparent #62d397 transparent;}
.towdimcodelayer .js-arrow-down {left: 72px;bottom: -15px;border-color: transparent transparent #62d397 transparent;}
.towdimcodelayer .layerbd {width: 150px;height: 150px;text-align: center;
    box-shadow: 0 1px 3px #000;
    -webkit-box-shadow: 0 1px 3px #000;
    -moz-box-shadow: 0 1px 3px #000;
    -o-box-shadow: 0 1px 3px #000;}
.towdimcodelayer .codebg {width:100px;height:100px;margin: auto;padding-top: 15px;background: #fff;}
.towdimcodelayer .codebg img {width:100px;height:100px;}
.towdimcodelayer .codettl {height: 22px;line-height: 22px;margin-top: 5px;color: #191919;font-size: 12px;}
.js-show-up {margin-top: 15px;opacity: 1;filter: alpha(opacity=100);}
.js-show-down {margin-top: -15px;opacity: 1;filter: alpha(opacity=100);}