#home {
    position: relative;
    /* position: fixed;
    width: 100vw;
    height: 100%;
    left: 0;
    top: 0; */
    width: 100vw;
    height: 100%;
    z-index: 5;
    transition: transform 0.5s ease-out;
    -webkit-transition: transform 0.5s ease-out;
    -moz-transition: transform 0.5s ease-out;
    -o-transition: transform 0.5s ease-out;
    -ms-transition: transform 0.5s ease-out;
}
#home #main {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#home #main #roll {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
}
#home #main #roll #r3 {
    background-color: #000;
    overflow: hidden;
    height: 100%;
  }
  #home #main #roll #r3 .bg,#home #main #roll #r3 .bg .pic{
    height: 100%;
  }
  #home #main #roll #r3 .bg .pic{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  #home #main #roll #r3 .bg .pic {
    opacity: 0;
    z-index: 2;
    transition: opacity 0.7s cubic-bezier(0.65, 0.01, 0.45, 1), transform 4s cubic-bezier(0.65, 0.01, 0.45, 1);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
  #home #main #roll #r3 .bg .pic.on {
    opacity: 0.5;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    z-index: 10;
  }
  #home #main #roll #r3 .rowMain {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20;
    height: calc(100% - 1.3rem);
    top: 1.3rem;
    transition: opacity 1s ease-out;
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    -ms-transition: opacity 1s ease-out;
    pointer-events: none;
  }
  #home #main #roll #r3 .rowMain .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    top: auto;
    height: calc(100% + 1.3rem);
    bottom: 0;
  }
  #home #main #roll #r3 .rowMain .mask:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.3;
  }
  #home #main #roll #r3 .rowMain .con {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #home #main #roll #r3 .rowMain .con > div {
    position: relative;
    margin-top: -0.65rem;
  }
  #home #main #roll #r3 .rowMain .con > div h2 {
    line-height: 1;
    margin-bottom: 0.4rem;
    opacity: 0;
  }
  #home #main #roll #r3 .rowMain .con > div p {
    line-height: 1;
    opacity: 0;
  }
  #home #main #roll #r3 .rowMain .con > div .ad {
    position: absolute;
    top: 0;
    opacity: 0;
    right: calc(100% + 30px);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 1.4rem;
    color: #fff;
  }
  #home #main #roll #r3 .rowMain .con .cirBox {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    width: 24vw;
    height: 24vw;
    transition: all 2s ease-out;
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    -ms-transition: all 2s ease-out;
  }
  #home #main #roll #r3 .rowMain .con .cirBox .img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  #home #main #roll #r3 .rowMain .con .cirBox svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
  }
  #home #main #roll #r3 .rowMain .con .cirBox svg circle {
    stroke-width: 2px;
    stroke: #fff;
    stroke-dasharray: 400%;
    transition: stroke-dashoffset 0.6s ease-out;
    -webkit-transition: stroke-dashoffset 0.6s ease-out;
    -moz-transition: stroke-dashoffset 0.6s ease-out;
    -o-transition: stroke-dashoffset 0.6s ease-out;
    -ms-transition: stroke-dashoffset 0.6s ease-out;
  }
  #home #main #roll #r3 .rowMain .con .cirBox svg#cirBg circle {
    stroke: rgba(255, 255, 255, 0.2);
    stroke-dashoffset: 85%;
  }
  #home #main #roll #r3 .rowMain .con .cirBox svg#cirCon {
    display: none;
  }
  #home #main #roll #r3 .rowMain .con .cirBox svg#cirCon circle {
    stroke-dashoffset: 198%;
  }
  #home #main #roll #r3 .other {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    height: calc(100% - 1.3rem);
    top: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15vw;
    z-index: 13;
    opacity: 0;
    pointer-events: none;
    transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
  }
  #home #main #roll #r3 .other #clock {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 30;
    width: 38vw;
    height: 38vw;
    transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
  }
  #home #main #roll #r3 .other #clock > img {
    height: 100%;
    position: absolute;
    z-index: 3;
  }
  #home #main #roll #r3 .other #clock .time-box {
    pointer-events: none;
    z-index: 5;
    position: absolute;
    width: calc(100% + 44px);
    height: calc(100% + 44px);
    top: -22px;
    left: -22px;
  }
  #home #main #roll #r3 .other #clock .time-box > ul {
    width: 0;
    position: absolute;
  }
  #home #main #roll #r3 .other #clock .time-box > ul.time-num {
    transform: scale(1.2);
    bottom: 55%;
    left: 50%;
    height: 50%;
  }
  #home #main #roll #r3 .other #clock .time-box > ul.time-num > li > i {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
  }
  #home #main #roll #r3 .other #clock .time-box > ul.time-num > li.on > i {
    opacity: 1;
  }
  #home #main #roll #r3 .other #clock .time-box > ul > li {
    height: calc(100% + 7.5px);
    position: absolute;
    top: 2px;
    left: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  #home #main #roll #r3 .other #clock .time-box > ul > li i {
    position: absolute;
    opacity: 0.5;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  @media screen and (min-width: 1025px) {
    #home #main #roll #r3 .other #clock .time-box > ul > li:nth-of-type(1) {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    #home #main #roll #r3 .other #clock .time-box > ul > li:nth-of-type(1) i {
      transform: translateX(-50%) rotate(-45deg);
    }
    #home #main #roll #r3 .other #clock .time-box > ul > li:nth-of-type(2) {
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
    }
    #home #main #roll #r3 .other #clock .time-box > ul > li:nth-of-type(2) i {
      transform: translateX(-50%) rotate(-135deg);
    }
    #home #main #roll #r3 .other #clock .time-box > ul > li:nth-of-type(3) {
      -webkit-transform: rotate(225deg);
      transform: rotate(225deg);
    }
    #home #main #roll #r3 .other #clock .time-box > ul > li:nth-of-type(3) i {
      transform: translateX(-50%) rotate(-225deg);
    }
    #home #main #roll #r3 .other #clock .time-box > ul > li:nth-of-type(4) {
      -webkit-transform: rotate(315deg);
      transform: rotate(315deg);
    }
    #home #main #roll #r3 .other #clock .time-box > ul > li:nth-of-type(4) i {
      transform: translateX(-50%) rotate(-315deg);
    }
  }
  #home #main #roll #r3 .other #clock .time-box > ul.time-cir {
    transform-origin: 50% 50%;
    bottom: 50%;
    left: 50%;
    height: 50%;
  }
  #home #main #roll #r3 .other #clock .time-box > ul.time-cir > li > i {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    border: 2px solid;
    opacity: 0.8;
    cursor: pointer;
    pointer-events: auto;
    border-color: transparent;
  }
  @media screen and (max-width: 600px) {
    #home #main #roll #r3 .other #clock .time-box > ul.time-cir > li > i {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      line-height: 6px;
      text-align: center;
    }
  }
  #home #main #roll #r3 .other #clock .time-box > ul.time-cir > li > i > span {
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    background-color: #fff;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
  }
  @media screen and (max-width: 600px) {
    #home #main #roll #r3 .other #clock .time-box > ul.time-cir > li > i > span {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      line-height: 8px;
      text-align: center;
    }
  }
  #home #main #roll #r3 .other #clock .time-box > ul.time-cir > li > i > a {
    position: absolute;
    opacity: 0;
    transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
  }
  #home #main #roll #r3 .other #clock .time-box > ul.time-cir > li > i > a small {
    font-size: 0.5rem;
    line-height: 1;
    display: inline-block;
  }
  #home #main #roll #r3 .other #clock .time-box > ul.time-cir > li > i > a img{
    width: .52rem;
    height: .52rem;
    margin-bottom: .16rem;
  }
  #home #main #roll #r3 .other #clock .time-box > ul.time-cir > li > i > a em {
    white-space: nowrap;
    display: block;
    line-height: 1;
    font-style: normal;
    color: #fff;
  }
  #home #main #roll #r3 .other #clock .time-box > ul.time-cir > li.on {
    pointer-events: none;
  }
  #home #main #roll #r3 .other #clock .time-box > ul.time-cir > li.on > i {
    opacity: 1;
    pointer-events: none;
    border-color: #fff;
  }
  @media screen and (min-width: 1025px) {
    #home #main #roll #r3 .other #clock .time-box > ul.time-cir > li:nth-child(1) > i > a {
      left: calc(100% + 40px);
      bottom: 15px;
      transform: translateX(10px);
      -webkit-transform: translateX(10px);
      -moz-transform: translateX(10px);
      -o-transform: translateX(10px);
      -ms-transform: translateX(10px);
      transition-delay: 4s;
    }
    #home #main #roll #r3 .other #clock .time-box > ul.time-cir > li:nth-child(2) > i > a {
      left: calc(100% + 40px);
      top: 20px;
      transform: translateX(10px);
      -webkit-transform: translateX(10px);
      -moz-transform: translateX(10px);
      -o-transform: translateX(10px);
      -ms-transform: translateX(10px);
      transition-delay: 4.1s;
    }
    #home #main #roll #r3 .other #clock .time-box > ul.time-cir > li:nth-child(3) > i > a {
      right: calc(100% + 40px);
      top: 20px;
      transform: translateX(-10px);
      -webkit-transform: translateX(-10px);
      -moz-transform: translateX(-10px);
      -o-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
      transition-delay: 4.2s;
    }
    #home #main #roll #r3 .other #clock .time-box > ul.time-cir > li:nth-child(4) > i > a {
      right: calc(100% + 40px);
      bottom: 15px;
      transform: translateX(-10px);
      -webkit-transform: translateX(-10px);
      -moz-transform: translateX(-10px);
      -o-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
      transition-delay: 4.3s;
    }
  }
  #home #main #roll #r3 .other #clock .time-move {
    z-index: 4;
    position: absolute;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    left: -5px;
    top: -5px;
  }
  @media screen and (min-width: 600px) {
    #home #main #roll #r3 .other #clock .time-move canvas {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      top: -1px;
    }
  }
  @media screen and (max-width: 600px) {
    #home #main #roll #r3 .other #clock .time-move canvas {
      width: 100%;
    }
  }
  #home #main #roll #r3 .other #clock .msg-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
  }
  #home #main #roll #r3 .other #clock .msg-box .msg_1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 78%;
    height: 72%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
  }
  #home #main #roll #r3 .other #clock .msg-box .msg_1 > li {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  #home #main #roll #r3 .other #clock .msg-box .msg_1 > li .time-note {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  #home #main #roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    min-height: 168px;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  #home #main #roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li i {
    /* font-size: 0.8rem; */
    color: #fff;
    margin-left: 5px;
    /* line-height: 0.8rem; */
  }
  #home #main #roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li img{
    width: 1.04rem;
    height: 1.04rem;
    margin-bottom: .29rem;
  }
  #home #main #roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li h3 {
    color: #fff;
    line-height: 1.5;
    margin: 0.3rem 0 0.3rem 0;
  }
  #home #main #roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li > small {
    color: rgba(255, 255, 255, 0.8);
    display: block;
    line-height: 36px;
    /* height: 108px; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  #home #main #roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li .layout-btn-5 {
    display: inline-block;
    margin-top: 3vw;
     
  }
  #home #main #roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li .layout-btn-5 > span {
    /* width: 130px;
    height: 50px;
    line-height: 50px; */
    display: block;
    width: 1.8rem; height: .56rem;line-height: .56rem; text-align: center;border-radius: .28rem;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 25%, #C8A54A 75%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 25%, #C8A54A 75%);
    background-position: 1% 50%;
    background-size: 400% 300%;
    border: 1px solid #fff;
    -webkit-transition: 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #home #main #roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li .layout-btn-5 > span:hover {
    background-position: 99% 50%;
  }
  #home #main #roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li.on,
  #home #main #roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li.next {
    display: flex;
  }
  #home #main #roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li.on .layout-btn-5,
  #home #main #roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li.next .layout-btn-5 {
    pointer-events: auto;
  }
  #home #main #roll #r3 .other #clock .msg-box .msg_1 > li .layer-btn {
    display: flex;
    border-radius: 6px;
    margin-top: 20px;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 0.58rem;
    background-color: #fff;
    color: #808080;
    max-width: 160px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
  }
  #home #main #roll #r3 .other #clock .msg-box .msg_1 > li .layer-btn > i {
    color: #C8A54A;
    font-size: 26px;
    margin-left: 10px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
  }
  #home #main #roll #r3 .other #clock .msg-box .msg_1 > li .layer-btn:hover {
    background-color: #C8A54A;
    color: #fff;
    box-shadow: 0 5px 12px -3px rgba(0, 0, 0, 0.12);
  }
  #home #main #roll #r3 .other #clock .msg-box .msg_1 > li .layer-btn:hover > i {
    color: #fff;
  }
  #home #main #roll #r3 .other .dotBox {
    display: none;
    position: absolute;
    bottom: 0;
    left: 50px;
    width: 50px;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  #home #main #roll #r3 .other .dotBox > li {
    position: relative;
    margin: 0.2rem 0;
    cursor: pointer;
  }
  #home #main #roll #r3 .other .dotBox > li svg {
    display: block;
    width: 38px;
    height: 38px;
    position: relative;
    z-index: 5;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }
  #home #main #roll #r3 .other .dotBox > li svg circle {
    stroke-width: 2px;
    stroke: #fff;
    stroke-dasharray: 300%;
    stroke-dashoffset: 300%;
    transition: stroke-dashoffset 0.01s ease-out;
    -webkit-transition: stroke-dashoffset 0.01s ease-out;
    -moz-transition: stroke-dashoffset 0.01s ease-out;
    -o-transition: stroke-dashoffset 0.01s ease-out;
    -ms-transition: stroke-dashoffset 0.01s ease-out;
  }
  #home #main #roll #r3 .other .dotBox > li span {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
    border: 2px solid transparent;
    border-radius: 50%;
    transition: border-color 0.6s ease-out;
    -webkit-transition: border-color 0.6s ease-out;
    -moz-transition: border-color 0.6s ease-out;
    -o-transition: border-color 0.6s ease-out;
    -ms-transition: border-color 0.6s ease-out;
  }
  #home #main #roll #r3 .other .dotBox > li span:after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  #home #main #roll #r3 .other .dotBox > li.on svg circle {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 5s ease-out;
    -webkit-transition: stroke-dashoffset 5s ease-out;
    -moz-transition: stroke-dashoffset 5s ease-out;
    -o-transition: stroke-dashoffset 5s ease-out;
    -ms-transition: stroke-dashoffset 5s ease-out;
  }
  #home #main #roll #r3 .other .dotBox > li.on span {
    border-color: rgba(255, 255, 255, 0.3);
  }
  #home #main #roll #r3 .other.on {
    opacity: 1;
    pointer-events: auto;
  }
  #home #main #roll #r3.over {
    z-index: 16;
    opacity: 1;
    border-radius: 20px;
    animation-name: banner_in_1;
    transform-origin: 50% 50%;
  }
  #home #main #roll #r3.in {
    z-index: 15;
    opacity: 1;
    border-radius: 20px;
    animation-name: banner_in;
    transform-origin: 50% 50%;
  }
  #home #main #roll #r3.out {
    z-index: 10;
    opacity: 1;
    border-radius: 20px;
    animation-name: banner_in_1;
    transform-origin: 50% 50%;
  }
  #home #main #roll #r3.on .rowMain {
    opacity: 0;
    transition-delay: 2s;
  }
  #home #main #roll #r3.on .rowMain .con .cirBox {
    width: 38vw;
    height: 38vw;
    transition-delay: 0.5s;
  }
  #home #main #roll #r3.on .rowMain .con .cirBox img {
    animation: loopCir 10s linear infinite;
    animation-fill-mode: both;
    backface-visibility: hidden;
  }
  #home #main #roll #r3.on .rowMain .con > div h2 {
    animation: ani1 2s ease-in-out;
    animation-fill-mode: both;
  }
  #home #main #roll #r3.on .rowMain .con > div p {
    animation: ani1 2s ease-in-out;
    animation-fill-mode: both;
    animation-delay: 0.1s;
  }
  #home #main #roll #r3.on .rowMain .con > div .ad {
    animation: ani1 2s ease-in-out;
    animation-fill-mode: both;
    animation-delay: 0.2s;
  }
  #home #main #roll #r3.on .other #clock .time-box .time-cir > li i > a {
    transform: none !important;
    opacity: 1;
  }

  @media screen and (max-width: 1024px){
    #home #main #roll #r3 .other #clock > img,
    #home #main #roll #r3 .other #clock .time-move{opacity: 0;}
    #home #main #roll #r3 .other #clock .time-box {
      /* left: -16.67vw; */
      left: -30.67vw;
      top: auto;
      bottom: calc(50% - 50vh + 1.4rem + .6rem);
      width: 100vw;
      height: 1px;
      background-color: rgba(255, 255, 255, 0.3);
    }
    #home #main #roll #r3 .other #clock .time-box > ul.time-cir {
      position: relative;
      display: flex;
      justify-content: space-around;
      height: auto;
      width: 100%;
      left: 0;
      margin-top: calc(-.35rem + 2px);
    }
    #home #main #roll #r3 .other #clock .time-box > ul.time-cir > li {
      width: .7rem;
      height: .7rem;
      position: relative;
      left: auto;
      top: auto;
    }
    #home #main #roll #r3 .other #clock .time-box > ul.time-cir > li.on > i {
      border-color: #C8A54A;
    }
    #home #main #roll #r3 .other #clock .time-box > ul.time-cir > li.on > i span {
      opacity: 1;
    }
    #home #main #roll #r3 .other #clock .time-box > ul.time-cir > li.on > i > a {
      opacity: 0;
    }
    #home #main #roll #r3 .other #clock .time-box > ul.time-cir > li > i {
      width: 100%;
      height: 100%;
      border: .04rem solid transparent;
    }
    #home #main #roll #r3 .other #clock .time-box > ul.time-cir > li > i span {
      opacity: 0;
    }
    #home #main #roll #r3 .other #clock .time-box > ul.time-cir > li > i > a {
      display: block;
      text-align: center;
      left: auto;
      top: auto;
      bottom: auto;
      right: auto;
    }
    #home #main #roll #r3 .other #clock .time-box > ul.time-cir > li > i > a small {
      font-size: .6rem;
      line-height: 1;
    }
    #home #main #roll #r3 .other #clock .time-box > ul.time-cir > li > i > a em {
      position: absolute;
      top: 100%;
      margin-top: .25rem;
      color: rgba(255, 255, 255, 0.6);
      font-size: .18rem;
      width: 200%;
      left: 50%;
      transform: translateX(-50%);
    }
    #home #main #roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li .layout-btn-5 > span{
      width: 150px;height: 45px;line-height: 45px;border-radius: 40px;
    }
  }