﻿@charset "utf-8";
.newsDetailV2{position: fixed;right: 0;top: 50%;-webkit-transform: translate(0, -50%);transform: translate(0, -50%);z-index: 1;}
.newsDetailV2 .shareTag{position: absolute;left: -28px;top: 50%;-webkit-transform: translate(0, -50%);transform: translate(0, -50%);width: 28px;height: 90px;font-size: 16px;line-height: 20px;color: #fff;background: #f90;display: flex;align-items: center;justify-content: center;flex-wrap: wrap;border-radius: 10px 0 0 10px;overflow: hidden;}
.newsDetailV2 .shareInfo{overflow: hidden;width:0px;-webkit-transition:0.5s;transition:0.5s;}
.newsDetailV2 .shareListPanel{display:flex;overflow:hidden;width:118px;flex-wrap:wrap;margin: auto;padding: 20px 20px 10px;border: 1px solid #ccc;background: #fff;border-radius: 10px 0 0 10px;}
.newsDetailV2 .shareListPanel .shareIcon{display:inline-block;margin:0 10px 10px 0;width:33px;height:33px;background-color:#fff;}
.newsDetailV2 .shareListPanel .shareIcon:nth-child(2n){margin-right: 0;}
.newsDetailV2 .shareListPanel .Weixin{background:url(image/v2/vbg01.png?v=202303081131) -1302px -100px no-repeat;}
.newsDetailV2 .shareListPanel .sina_weibo{background:url(image/v2/vbg01.png?v=202303081131) -1302px -190px no-repeat;}
.newsDetailV2 .shareListPanel .qq_zone{background:url(image/v2/vbg01.png?v=202303081131) -1302px -235px no-repeat;}
.newsDetailV2 .shareListPanel .qq_share{background:url(image/v2/vbg01.png?v=202303081131) -1302px -145px no-repeat;}
.newsDetailV2 .shareListPanel .qq_weibo{background:url(image/v2/vbg01.png?v=202303081131) -1302px -280px no-repeat;}
.newsDetailV2 .shareListPanel .taojianghu{background:url(image/v2/vbg01.png?v=202303081131) -1302px -370px no-repeat;}
.newsDetailV2 .shareListPanel .LinkedIn{background:url(image/v2/vbg01.png?v=202303081131) -1302px -415px no-repeat;}
.newsDetailV2 .shareListPanel .kaixin001{background:url(image/v2/vbg01.png?v=202303081131) -1302px -460px no-repeat;}
.newsDetailV2 .shareListPanel .FaceBook{background:url(image/v2/vbg01.png?v=202303081131) -1302px -505px no-repeat;}
.newsDetailV2 .shareListPanel .Twitter{background:url(image/v2/vbg01.png?v=202303081131) -1302px -550px no-repeat;}
.newsDetailV2 .shareListPanel .baidu_tieba{background:url(image/v2/vbg01.png?v=202303081131) -1302px -595px no-repeat;}
.newsDetailV2 .shareListPanel .netease_weibo{background:url(image/v2/vbg01.png?v=202303081131) -1302px -640px no-repeat;}
.newsDetailV2 .shareListPanel .renren{background:url(image/v2/vbg01.png?v=202303081131) -1302px -685px no-repeat;}
.newsDetailV2 .shareListPanel .douban{background:url(image/v2/vbg01.png?v=202303081131) -1302px -730px no-repeat;}
.newsDetailV2 .shareListPanel .more{background:url(/image/v2/mbg01.png?v=202303081131) no-repeat;background-position:-1943px -40px;}
.newsDetailV2 .shareListPanel .copy{background:url(image/v2/vbg01.png?v=202303081131) -1302px -775px no-repeat;}
.newsDetailV2.on .shareInfo{width:117px;}
.share_ewm_bg{position: fixed;left: 0;top: 0;right: 0;bottom: 0;background: rgba(0, 0, 0, 0.5);z-index: 99;display: none;}
.share_ewm_bg .share_ewm{position: absolute;left: 50%;top: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);background: #fff;border-radius: 10px;overflow: hidden;width: 480px;max-width: 90%;}
.share_ewm_bg .share_ewm .ml1{display: flex;align-items: center;justify-content: space-between;height: 60px;border-bottom: 1px solid #eee;padding: 0 20px;}
.share_ewm_bg .share_ewm .ml1 p{font-size: 16px;color: #333;}
.share_ewm_bg .share_ewm .ml1 i{font-size: 16px;color: #333;cursor: pointer;-webkit-transition:0.5s;transition:0.5s;}
.share_ewm_bg .share_ewm .ml1 i:hover{color: #0089d9;}
.share_ewm_bg .share_ewm .ml2{font-size: 14px;line-height: 24px;color: #333;text-align: center;padding: 40px 20px 20px;}
.share_ewm_bg .share_ewm .ml3{padding: 20px 20px 40px;}
.share_ewm_bg .share_ewm .ml3 img{display: block;max-width: 100%;margin: auto;}

@media screen and (max-width:1199px) {
.newsDetailV2 .shareTag{display: none;}
.newsDetailV2{position: relative;top: 0;-webkit-transform: translate(0, 0);transform: translate(0, 0);}
.newsDetailV2 .shareInfo{width: 100%;}
.newsDetailV2 .shareListPanel{width:100%;padding: 20px 20px 10px;border:none;border-radius:0px;}
.newsDetailV2 .shareListPanel .shareIcon{margin: 10px;}
.newsDetailV2 .shareListPanel .shareIcon:nth-child(2n){margin-right: 10px;}
}