#timeunit {
  position: absolute;
  width: calc(65% - 5px);
  height: 30px;
  top: 13px;
  right: calc(20px + 4px);
  overflow: hidden; }
  @media screen and (max-width: 414px) and (orientation: portrait) {
    #timeunit {
      width: calc(55% - 5px);
      right: calc(20px + 4px - 10px); } }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    #timeunit _::-webkit-full-page-media, #timeunit _:future, #timeunit :root, #timeunit {
      right: calc(5% + 14px); } }
  @media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 414px) and (orientation: portrait) {
    #timeunit _::-webkit-full-page-media, #timeunit _:future, #timeunit :root, #timeunit {
      right: calc(5% + 8px); } }
  #timeunit #innerbox {
    position: absolute;
    width: calc(116.67% - 2px);
    height: 20px;
    top: 2px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #timeunit #innerbox li {
      border-left: 1px solid black;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0;
      text-align: left;
      position: relative;
      width: 20%;
      height: 20px;
      padding-top: 6px; }
      #timeunit #innerbox li span {
        color: black;
        padding-left: 3px; }

#timeunitXX {
  border: 1px solid blue;
  position: absolute;
  width: calc(65% + 10px * 2);
  height: 30px;
  top: 14px;
  right: calc(10px); }
  @media screen and (max-width: 414px) and (orientation: portrait) {
    #timeunitXX {
      width: calc(55% + 10px * 2); } }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    #timeunitXX _::-webkit-full-page-media, #timeunitXX _:future, #timeunitXX :root, #timeunitXX {
      right: 30px; } }
  #timeunitXX .ruler-wrapper {
    background-color: teal;
    width: calc(100% - 20px - 6px);
    height: 10px;
    position: relative;
    margin: 0 auto;
    overflow: hidden; }
    #timeunitXX .ruler-wrapper #ruler {
      position: absolute;
      width: 116.67%;
      height: 10px;
      top: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #timeunitXX .ruler-wrapper #ruler li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        padding: 0;
        text-align: right;
        position: relative;
        width: 20%; }
        #timeunitXX .ruler-wrapper #ruler li:before {
          content: '';
          position: absolute;
          top: 0px;
          right: 0;
          width: 0;
          height: 10px;
          border-right: 1px solid black; }
  #timeunitXX .text-wrapper {
    background-color: pink;
    position: relative;
    width: calc(100% - 0px - 0px);
    height: 15px;
    margin: 0 auto;
    overflow: hidden; }
    #timeunitXX .text-wrapper:after, #timeunitXX .text-wrapper:before {
      content: '';
      position: absolute;
      top: 0;
      width: 15px;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 999;
      background: rgba(0, 0, 0, 0.6) !important; }
    #timeunitXX .text-wrapper:before {
      left: 0; }
    #timeunitXX .text-wrapper:after {
      right: 0; }
    #timeunitXX .text-wrapper #text {
      position: absolute;
      height: 15px;
      line-height: 17px;
      top: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #timeunitXX .text-wrapper #text li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        padding: 0;
        text-align: right;
        position: relative; }
        #timeunitXX .text-wrapper #text li span {
          position: absolute;
          right: 0;
          -webkit-transform: translateX(40%);
          -moz-transform: translateX(40%);
          -ms-transform: translateX(40%);
          -o-transform: translateX(40%);
          transform: translateX(40%); }
