/**
 * 用得比较多得样式公用集合
 */
/*
 * 字母单词缩写+标识
 */

.Share_bg_re_center{background-position: center center;background-repeat: no-repeat;}
/*
 * cover 自动伸缩样式
 */
.Share_bg_cover{background-size:cover;}
.Share_bg_contain{background-size:contain;}

 
 
 @media screen and (min-width: 992px) {
 .jojo{overflow: hidden;}
.jojo-l{float: left;}
.jojo-r{float: right;}
}


.h_img img:hover{transform: scale(1.2);}
.h_img{overflow: hidden;}



/*弹窗视频*/
@media screen and (min-width: 320px) {
.video-show{ width: 300px !important; height: 175px !important;}
	
	.video-show .layui-layer-setwin{ right: 0; top: 0;}
	.video-show .layui-layer-setwin .layui-layer-close2{ right: 0; top: 0;width: 35px; height: 35px; background: #ffa835; font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; text-align: center; line-height: 35px;}
	.video-show .layui-layer-setwin .layui-layer-close2:before { content: "\e87a"; color: #fff; font-size: 20px;}
	
	.video-show .layui-layer-content{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #000;overflow: hidden !important;}
	.jcsp-video{display: none;}
	.jcsp-video video{display: block;width: 100%;}
	.jcsp-video{ width: 100%; height: 100%;}
}

@media screen and (min-width: 384px) {
	.video-show{ width: 365px !important; height: 210px !important;}
}

@media screen and (min-width: 480px) {
	video-show{ width: 420px !important; height: 240px !important;}
}

@media screen and (min-width: 640px) {
	.video-show{ width: 630px !important; height: 360px !important;}
}

@media screen and (min-width: 768px) {
	.video-show{ width: 700px !important; height: 400px !important;}
}

@media screen and (min-width: 992px) {
	.video-show{ width: 900px !important; height: 500px !important;}
}

@media screen and (min-width: 1280px) {
	.video-show{ width: 1100px !important; height: 620px !important;}
}

