﻿@charset "utf-8";
/* CSS Document */


/*定位*/
.p_r{position: relative;}
.p_a{position: absolute;}
.p_f{position: fixed;}



