﻿@charset "UTF-8";
@media screen and (min-width: 1024px){
	body {
	    width: 640px;
	    margin-left: auto;
	    margin-right: auto;
	}
}
.bg_fff{background:#fff;}

html,body,.page, .page-group{ background: #fff; }
*{ padding:0; margin: 0; }
.bar-nav{ text-align: center; line-height: 2.2rem; position:relative;}


.m_safetyCenter{ padding:1rem .5rem 0 .5rem; box-sizing:border-box;}
.m_safetyCenter li{ margin-bottom:1rem; padding:0; list-style: none; box-shadow:0 0 5px rgba(0,0,0,.3); border-radius: 22px; overflow:hidden;}
.m_safetyCenter li img{ display: block; border-radius: 5px; overflow: hidden; zoom:1; width: 100%; }

.m_safeDetail .videoBox{ border-bottom: #e8e9ed solid .5rem;}
.m_safeDetail .videoBox video{width: 100%; height: 9.5rem; }
.m_safeDetail .videoBox h3{ padding:0 1rem; box-sizing:border-box; font-size: 1rem; line-height: 3rem; font-weight: normal; }
.m_safeDetail .imgBox{ background: #fff;border-bottom: #e8e9ed solid .5rem; padding:1rem; box-sizing:border-box;}
.m_safeDetail .imgBox img{ display: block; width: 100%;}
.m_safeDetail .imgBox h3{ font-size: 1rem; line-height: 100%; margin-top: 1rem; font-weight: normal; }

.buttons-tab .button.active{ color: #01cdb1; border:0; }
.buttons-tab .button.active span{ display:inline-block; height: 100%; border-bottom: #01cdb1 solid 2px; box-sizing:border-box;}

.bar-nav .goback{ background: url(../images/safety/goback.png) no-repeat left center; background-size:100% auto; position: absolute; top: .45rem; left: .45rem; height: 1.25rem; width:1.25rem;}
.zxf_p{padding:30px;line-height: 30px;font-size:20px;color:#ccc;text-align: center;}
.m_safeDetail .videoBox .zxf_video{position: relative;}
.m_safeDetail .videoBox .zxf_icon{width:2rem;height:2rem;position: absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:999;background:#fff  url(../images/safety/play.png) center no-repeat;border-radius: 50%;}
/*.m_safeDetail .videoBox .zxf_icon i{display:inline-block;width:2rem;height:2rem;background:url(../images/safety/play.png) center no-repeat;text-align: center;}
.m_safeDetail .videoBox .zxf_icon.on i{background-image: url(../images/safety/play.png);}
.zxf_cnt{padding-top: 0;}*/
/* 去掉video下载按钮 */
video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 34px); 
}
/*隐藏站长统计 S*/
body>a,.page>a{display: none;}
/*隐藏站长统计 E*/