﻿.servise
.timeWrap {
    width:calc(33.3%);
    position:relative;
    margin:0 auto
}

.timeBor,.timeBtnCon .timeBtnBg {
    top:0;
    left:0;
    border-radius:50%;
    z-index:0
}
.timeBtnCon {
    width:150px;
    
    background:0 0;
    border-radius:50%;
    
    margin:0 auto;
    margin-bottom:38px;
    position:relative
}
.timeBtnCon .timeBtnBg {
    position: absolute;
    
    top: -20px;
    left: -11px;
    
    width: 142px;
    height: 142px;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: 0;
    background: #e5505c;
    box-shadow:0px -3px 28px 2px rgba(202,0,16,0.3);
    transition: all .6s cubic-bezier(.215,.61,.355,1);
}
.timeBor,.timeBorSvg #svg0,.timeBtnCon .timeBorCon {
    transition:all .8s ease-out
}
.timeBtnCon:hover .timeBtnBg {
    -webkit-transform:scale(1);
    transform:scale(1);
    opacity:1
}

.timeBtnCon .timeBorCon {

    width: 117px;
    height: 112px;
    left: 1px;
    top: -6px;
    z-index: 999;
    display: flex;
    align-items: center;
    position: relative;
    
    justify-content: center;
    cursor: pointer;
}
.svg00{
    -webkit-transform:rotate(-90deg);
    transform:rotate(-90deg);
}
.circle{
    transition: all 1s;
    stroke-dasharray:314,314;
    stroke-dashoffset:314;
}












.svg1,.svg2, .svg3, .svg4, .svg5
{
    transition:all 2s cubic-bezier(.215,.61,.355,1) 0s;
    -webkit-transform:rotate(-90deg);
    transform:rotate(-90deg);
    position:absolute;
    top:2px;
    left:-2px
}
.svgs1,.svgs2, .svgs3, .svgs4, .svgs5
{
    transition:all 2s cubic-bezier(.215,.61,.355,1) 0s;
    -webkit-transform:rotate(-90deg);
    transform:rotate(-90deg);
    position:absolute;
    top:2px;
    left:-2px
}
#svg9{
    position: relative;
    top: -100px;
    -webkit-transform:rotate(-90deg);
    transform:rotate(-90deg);
}
.timeBtnCon:hover .timeBor{
    border: 4px solid rgba(255,255,255,0.2);
}
.timeBtnCon:hover .timeBtnFont{
    font-size: 38px;
    font-weight: bold;
}
.timeBtnCon:hover .svg5
{
    transform:rotate(270deg) ;
}
.timeBtnCon:hover .svg4{
    transform:rotate(216deg);
}
.timeBtnCon:hover .svg3{
    transform:rotate(124deg);
}
.timeBtnCon:hover .svg2{
    transform:rotate(52deg);
}
.timeBtnCon:hover .svg1 {
    transform: rotate(-20deg);
}

.svgs4
{
    transform:rotate(270deg) !important ;
}
 .svgs3{
    transform:rotate(216deg)!important ;
}
.svgs2{
    transform:rotate(124deg)!important ;
}
.svgs1{
    transform:rotate(52deg)!important ;
}
 .svgs0{
    transform:rotate(-20deg)!important ;
}
.timeBtnCon:hover #circle1
{
    stroke-dashoffset:256;
}
.timeBtnCon:hover #circle2
{
    stroke-dashoffset:200;
}
.timeBtnCon:hover #circle3
{
    stroke-dashoffset:148;
}
.timeBtnCon:hover #circle4
{
    stroke-dashoffset:79;
}
.timeBtnCon:hover #circle5
{
    stroke-dashoffset:0;
}

.circles0,.circles1, .circles2, .circles3, .circles4
{
    stroke-dasharray:314;
}
.circles0
{
    stroke-dashoffset:256;
}
.circles1
{
    stroke-dashoffset:200;
}
.circles2
{
    stroke-dashoffset:148;
}
.circles3
{
    stroke-dashoffset:79;
}
.circles4{
    
    stroke-dashoffset:0;
}
.timeBor {
    position: absolute;
    width: 110px;
    height: 110px;
    left: 3px;
    text-align: center;
    
    background: #DA242B;
    border: 2px solid rgba(255,255,255,0.5);
}
.timeWrap:hover .timeBtnCon .timeBor {
    
}
.timeBorSvg {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 110px;
    height: 110px;
    opacity: 0;
}
.timeBorSvgs{
    position: absolute;
    top: -10px;
    left: -10px;
    width: 110px;
    height: 110px;
}
.timeBorCon:hover .timeBorSvg {
    opacity:1
}

.timeWrap .timeBorSvg .svg0 {
    
}
.ideaBtnAct,.ideaCount {
    transition:all .3s ease-out
}
.timeFontBox {
    color:#b6e5ff;
    font-size:15px;
    position:relative
}
.timeFontBox .timeBtnCount {
    display:flex;
    align-items:flex-end;
    margin-bottom:4px;
    justify-content:center
}
.timeBtnCount .timeNum {
    font-size:64px;
    line-height:64px;
    color:#fff;
    margin-right:6px
}

.timeBtnFont{
    font-size:36px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
}
#circle12,#circle11{
    -webkit-transform:rotate(-90deg);
        transform:rotate(-90deg);
        position:absolute;
        top:2px;
        left:-2px
}