﻿.master {

      position:absolute;

      left:50%;

      bottom:0;

      text-align :center;

}


.separator {
    border: none; /* 移除默认边框 */
    border-top: 2px solid #000; /* 加粗上边框，可以设置颜色 */
    /* margin: 0px 10px; /* 设置上下的边距 */ */
  }