.screen_clock_pc{align-items:center;background-color:#dfdfdf;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:99999}.screen_clock_pc ul{list-style:none;margin:0;padding:0}.screen_clock_pc ul li{margin:0}.screen_clock_pc .btns{box-sizing:border-box;color:#555;display:flex;font-size:1.875rem;justify-content:space-between;left:0;padding:1.25rem;position:absolute;top:0;width:100%}.screen_clock_pc .btns a{color:#555}.screen_clock_pc .btns i{cursor:pointer;margin-right:.9375rem}.screen_clock_pc .clock-wrapper{background-image:linear-gradient(#f7f7f7,#e0e0e0);border-radius:50%;bottom:50%;box-shadow:0 .625rem .9375rem rgba(0,0,0,.15),0 .125rem .125rem rgba(0,0,0,.2);height:15.625rem;left:0;margin:auto;padding:.3125rem;position:absolute;right:0;top:50%;width:15.625rem}.screen_clock_pc .clock-base{background-color:#eee;border-radius:50%;box-shadow:0 0 .3125rem #eee;height:15.625rem;width:15.625rem}.screen_clock_pc .clock-dial{height:14.375rem;left:.9375rem;position:absolute;top:.9375rem;width:14.375rem;z-index:1}.screen_clock_pc .clock-dial .clock-indicator{background-color:#ddd;height:.25rem;margin:7.0625rem 7.125rem;position:absolute;width:.125rem}.screen_clock_pc .clock-indicator:first-child{transform:rotate(30deg) translateY(-7.0625rem)}.screen_clock_pc .clock-indicator:nth-child(2){transform:rotate(60deg) translateY(-7.0625rem)}.screen_clock_pc .clock-indicator:nth-child(3){background-color:#aaa;transform:rotate(90deg) translateY(-7.0625rem)}.screen_clock_pc .clock-indicator:nth-child(4){transform:rotate(120deg) translateY(-7.0625rem)}.screen_clock_pc .clock-indicator:nth-child(5){transform:rotate(150deg) translateY(-7.0625rem)}.screen_clock_pc .clock-indicator:nth-child(6){background-color:#aaa;transform:rotate(180deg) translateY(-7.0625rem)}.screen_clock_pc .clock-indicator:nth-child(7){transform:rotate(210deg) translateY(-7.0625rem)}.screen_clock_pc .clock-indicator:nth-child(8){transform:rotate(240deg) translateY(-7.0625rem)}.screen_clock_pc .clock-indicator:nth-child(9){background-color:#aaa;transform:rotate(270deg) translateY(-7.0625rem)}.screen_clock_pc .clock-indicator:nth-child(10){transform:rotate(300deg) translateY(-7.0625rem)}.screen_clock_pc .clock-indicator:nth-child(11){transform:rotate(330deg) translateY(-7.0625rem)}.screen_clock_pc .clock-indicator:nth-child(12){background-color:#c00;transform:rotate(1turn) translateY(-7.0625rem)}.screen_clock_pc .clock-hour{-webkit-animation:rotate-hour 43200s linear infinite;-moz-animation:rotate-hour 43200s linear infinite;height:4.0625rem;top:5rem;transform-origin:.125rem 3.125rem;z-index:2}.screen_clock_pc .clock-hour,.screen_clock_pc .clock-minute{background-color:#555;border-radius:.125rem;box-shadow:0 0 .125rem rgba(0,0,0,.2);left:8rem;position:absolute;transition:.5s;width:.25rem}.screen_clock_pc .clock-minute{-webkit-animation:rotate-minute 3600s linear infinite;-moz-animation:rotate-minute 3600s linear infinite;height:5.3125rem;top:3.75rem;transform-origin:.125rem 4.375rem;z-index:3}.screen_clock_pc .clock-second{-webkit-animation:rotate-second 60s linear infinite;-moz-animation:rotate-second 60s linear infinite;background-color:#a00;box-shadow:0 0 .125rem rgba(0,0,0,.2);height:8.125rem;left:8.0625rem;position:absolute;top:1.25rem;transform-origin:.0625rem 6.875rem;transition:.5s;width:.125rem;z-index:4}.screen_clock_pc .clock-second:after{background-color:#a00;border:.125rem solid #a00;border-radius:50%;bottom:.875rem;box-shadow:0 0 .1875rem rgba(0,0,0,.2);content:"";display:block;height:.5rem;left:-.3125rem;position:absolute;width:.5rem}.screen_clock_pc .clock-center{background-image:linear-gradient(#e3e3e3,#f7f7f7);border-radius:50%;box-shadow:inset 0 -.0625rem 0 #fafafa,inset 0 .0625rem 0 #e3e3e3;height:9.375rem;left:3.4375rem;position:absolute;top:3.4375rem;width:9.375rem;z-index:1}.screen_clock_pc .clock-center:after{background-color:#ddd;border-radius:50%;content:"";display:block;height:1.25rem;margin:4.0625rem;width:1.25rem}