@charset "utf-8";
/**
 * 自定义弹出层css
 *
 * Copyright 2017, Small Fat
 *
 */

.sf-modal{
	display: none;
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background: url("/resource/402881e556546f5b01565479f2db0001/images/modal_bg.png");
}
.sf-modal-video{
	width: 600px;
	margin: 80px auto 0;
}
