
/**
 * @Author   zcool
 * @Date     2017-11-20
 */

/*animate补充动画*/
@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftSmall {
  animation-name: fadeInLeftSmall;
  animation-timing-function: cubic-bezier(0, 0, 0, 1);
}
@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    transform: translate3d(30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightSmall {
  animation-name: fadeInRightSmall;
  animation-timing-function: cubic-bezier(0, 0, 0, 1);
}
@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    transform: translate3d(0%, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownSmall {
  animation-name: fadeInDownSmall;
  animation-timing-function: cubic-bezier(0, 0, 0, 1);
}
@keyframes fadeOutDownSmall {
  from {
    opacity: 1;
    transform: none;
  }
  to {
    opacity: 0;
    transform: translate3d(0%, 10px, 0);
  }
}
.fadeOutDownSmall {
  animation-name: fadeOutDownSmall;
  animation-timing-function: cubic-bezier(0, 0, 0, 1);
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0%, 30px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpSmall {
  animation-name: fadeInUpSmall;
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
}
.scaleIn {
  animation-name: scaleIn;
}
/*页面结构*/
.iconfont::selection {
  background: transparent;
}


#home #main #roll .row {
  position: relative;
  height: 100vh;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.3, 0, 0.24, 1);
  z-index: 5;
}
#home #main #roll .row .alan {
  opacity: 0;
}
#home #main #roll .row .alanLeft,
#home #main #roll .row .alanIn {
  opacity: 0;
}
#home #main #roll .row.del {
  opacity: 1;
  pointer-events: auto;
}
#home #main #roll .row.on {
  opacity: 1;
  pointer-events: auto;
  z-index: 8;
}
#home #main #roll .row.on .alan {
  animation-name: fadeInUpSmall;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.3, 0, 0.24, 1);
}
#home #main #roll .row.on .alanLeft {
  animation-name: fadeInLeftSmall;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.3, 0, 0.24, 1);
}
#home #main #roll .row.on .alanIn {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.3, 0, 0.24, 1);
}
#home #main #roll .row .delay1 {
  animation-delay: 0.1s;
}
#home #main #roll .row .delay2 {
  animation-delay: 0.2s;
}
#home #main #roll .row .delay3 {
  animation-delay: 0.3s;
}
#home #main #roll .row .delay4 {
  animation-delay: 0.4s;
}
#home #main #roll .row .delay5 {
  animation-delay: 0.5s;
}
#home #main #roll .row .delay6 {
  animation-delay: 0.6s;
}
#home #main #roll .row .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#home #main #roll .row .bg .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#home #main #roll .row .rowMain {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#home #main #roll .row .rowMain .con {
  position: relative;
  padding-bottom: calc(4.1vw - 20px);
  height: 100%;
  padding-top: 1.3rem;
  width: 100%;
  padding-right: 6.8vw;
  padding-left: 12vw;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

#home #main #roll #r3 {
  background-color: #000;
  overflow: hidden;
}
#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.l5 {
  width: 32vw;
  height: 32vw;
}
#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: -8px;
  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);
  }
}
@media screen and (min-width: 1025px) {
  #home #main #roll #r3 .other #clock .time-box > ul.l5 > li:nth-of-type(1) {
    -webkit-transform: rotate(72deg);
    transform: rotate(72deg);
  }
  #home #main #roll #r3 .other #clock .time-box > ul.l5 > li:nth-of-type(1) i {
    transform: translateX(-50%) rotate(-72deg);
  }
  #home #main #roll #r3 .other #clock .time-box > ul.l5 > li:nth-of-type(2) {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
  #home #main #roll #r3 .other #clock .time-box > ul.l5 > li:nth-of-type(2) i {
    transform: translateX(-50%) rotate(-144deg);
  }
  #home #main #roll #r3 .other #clock .time-box > ul.l5 > li:nth-of-type(3) {
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg);
  }
  #home #main #roll #r3 .other #clock .time-box > ul.l5 > li:nth-of-type(3) i {
    transform: translateX(-50%) rotate(-216deg);
  }
  #home #main #roll #r3 .other #clock .time-box > ul.l5 > li:nth-of-type(4) {
    -webkit-transform: rotate(288deg);
    transform: rotate(288deg);
  }
  #home #main #roll #r3 .other #clock .time-box > ul.l5 > li:nth-of-type(4) i {
    transform: translateX(-50%) rotate(-288deg);
  }
  #home #main #roll #r3 .other #clock .time-box > ul.l5 > li:nth-of-type(5) {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  #home #main #roll #r3 .other #clock .time-box > ul.l5 > li:nth-of-type(5) i {
    transform: translateX(-50%) rotate(-360deg);
  }
}
#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;
  bottom: 15px;
  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 em {
  white-space: nowrap;
  display: block;
  line-height: 1;
	font-size: 20px; color: #fff; margin-top: 18px;
}
#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-box > ul.time-cir > li:nth-child(5) > i > a {
    left: 50%;
    bottom: calc(100% + 10px);
    transform: translateX(-50%) !important;
    -webkit-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -o-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    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;
}
#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;
  line-height: 0.8rem;
}
#home #main #roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li h3 {
  color: #fff;
  line-height: 1;
  margin: 30px 0;
	font-size: 38px; 
	
}
#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: 3;
	font-size: 18px;
}
#home #main #roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li .layout-btn-5 {
  display: inline-block;
  margin-top: 0.7rem;
}
#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;
  border-radius: 0;
  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%, #ffffff 75%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 25%, #ffffff 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 {
  color: #000;
  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: #ac0d14;
  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: #ac0d14;
  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 (max-width: 1441px){
    #home #main #roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li h3{font-size: 32px; margin: 20px 0;}
}
