@charset "utf-8"; /* CSS Document */ .brand-video .video-box{ width:589px; background:#000; position: relative; margin-top:20px; } .brand-video .big-video{ height: 381px; } .brand-video .video-box video{ width: 100%; height: 100%; } .brand-video .video-box .video-img{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; cursor: pointer; } .brand-video .video-box .video-img .mask{ position: absolute; left: 50%; top:50%; width: 76px; height: 76px; background: url(images/video_mask.png) no-repeat 0 0; margin: -38px 0 0 -38px; }