@charset "utf-8";
/**公共样式文件*/

/*让网站变成灰白色*/
/*html {*/
/*    filter:  progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);*/
/*    -webkit-filter:  grayscale(100%);*/
/*}*/


.tts{width:350px;text-align:center;padding:0;margin:0 auto 20px auto;background:#333;position: relative;height:40px;}
.tts .tts_btn{text-align:center;font-size:14px;width:100%;float:left;padding:4px 0 0 0;}
.tts .tts_btn a{display:block;width:30px;height:30px;font-size:22px;color:#fff;float:left;text-align: center;margin:0 0 0 10px;}
.tts .tts_btn a i{padding:6px 0 0 0;}
.tts .tts_btn #ran{float:left;margin:7px 0 0 0;background-color: transparent;border: none;width:100%;}

#hotMapArea{position: absolute; background: rgba(194, 1, 2, 0.28);}
#hotMapArea div{display: block;width: 100%;height: 100%;cursor: pointer;}


#titlePanel {width:500px; position: absolute; margin-left: -20px; z-index: 100;    box-shadow:
        0 -2px 4px rgba(0, 0, 0, 0.2), /* 上边阴影，垂直偏移负值 */
        2px 0 4px rgba(0, 0, 0, 0.2), /* 右边阴影，水平偏移正值 */
        0 2px 4px rgba(0, 0, 0, 0.2), /* 下边阴影，垂直偏移正值 */
        -2px 0 4px rgba(0, 0, 0, 0.2); /* 左边阴影，水平偏移负值 */}
#titlePanel .title{margin: 0;background: #cb1e17; padding: 5px 10px; color: #fff;font-size:16px;font-weight: bold;}
#titlePanel .zhaiyao {
    border:#ddd 1px solid;background: #fff;color:#333;padding:10px 15px;font-size:14px;line-height:180%;
}
#titlePanel .zhaiyao .analysis-source {
    width: 48px;
    float: left;
    margin-top: 3px;
    margin-right: 6px;
}

.sharebox{background:#fff;border:1px solid #ddd;width:154px;height:41px;position:absolute;right:42px;top:97px;padding:0 0 0 12px;display: none;}
.sharebox a{padding-left:30px!important;height:30px!important;margin:6px 6px 6px 0;float:left;}
.sharebox .share_qq{display:inline-block;background:url(../image/icon_share.png) 0 0 no-repeat !important;}
.sharebox .share_qzone{display:inline-block;background:url(../image/icon_share.png) -30px 0 no-repeat !important;}
.sharebox .share_weibo{display:inline-block;background:url(../image/icon_share.png) -60px 0 no-repeat !important;}
.sharebox .share_weixin{display:inline-block;background:url(../image/icon_share.png) -90px 0 no-repeat !important;}

.sharebox_show{background:#fff;width:154px;height:41px;padding:0 0 0 12px;}
.sharebox_show a{padding-left:30px!important;height:30px!important;margin:6px 6px 6px 0;float:left;}
.sharebox_show .share_qq{display:inline-block;background:url(../image/icon_share.png) 0 0 no-repeat !important;}
.sharebox_show .share_qzone{display:inline-block;background:url(../image/icon_share.png) -30px 0 no-repeat !important;}
.sharebox_show .share_weibo{display:inline-block;background:url(../image/icon_share.png) -60px 0 no-repeat !important;}
.sharebox_show .share_weixin{display:inline-block;background:url(../image/icon_share.png) -90px 0 no-repeat !important;}


