@font-face {
    font-family: 'digital';
    src: url(../fonts/fonts/digital-7.ttf);
}

#pkanimation {
    padding-top: 30px;
    padding-bottom: 70px;
    -webkit-transform-origin-x: left;
    -webkit-transform-origin-y: top;
    /* zoom: 0.8; */
}

#animationContainer {
    background-color: white;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 13%);
}

.num {
    width: 100%;
    height: 90px;
    background-color: rgb(17, 106, 120);
}

.num .num-left {
    float: left;
    color: #fff;
    width: 260px;
    height: 90px;
    line-height: 90px;
    padding-left: 25px;
    font-size: 22px;
    font-weight: 600;
}

.num .num-left span {
    color: yellowgreen;
}

.num .num-center {
    float: left;
    width: calc(100% - 390px);
    padding-left: 40px;
    height: 90px;
}

.num .num-center .icon-crown {
    font-size: 40px;
    width: 40px;
    margin-left: 10px;
    margin-right: 10px;
}

.icon-crown.first {
    color: rgb(255, 177, 4);
}

.icon-crown.second {
    color: white;
}

.icon-crown.third {
    color: rgb(217, 87, 37);
}

.num .num-center ul {
    overflow: hidden;
    margin-bottom: 0;
    height: 40px;
    margin-top: -10px;
}

.uldiv{
    width: 10%;
    display: inline-block;
}

.num .num-center .lidiv {
    display: block;
    float: left;
    /* background: #fff; */
    width: 40px;
    height: 40px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    line-height: 40px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    color: white;
    font-size: 24px;
    font-weight: 600;
    border-radius: 10px;
    margin-top: -10px;
}

.num .num-right {
    float: right;
    width: 130px;
    color: #fff;
    height: 90px;
    line-height: 100px;
    font-size: 22px;
}

.num .num-right .icon-bell-on,
.num .num-right .icon-bell-off {
    font-size: 60px;
    line-height: 100px;
}

.ant {
    width: 1100px;
    height: 590px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgb(17, 106, 120);
}

.animate {
    width: 1080px;
    height: 590px;
    overflow: hidden;
    position: relative;
}

.line-1 {
    position: absolute;
    top: 12px;
    left: -260px;
    z-index: 6;
    height: 365px;
    overflow: hidden;
    transition: ease-in-out 1s;
}

.line-2 {
    position: absolute;
    top: 12px;
    right: 180px;
    z-index: 6;
    height: 365px;
    overflow: hidden;
}

.car {
    position: absolute;
    top: 205px;
    z-index: 6;
    right: -10px;
    -webkit-transition: 2s ease-in-out;
    -moz-transition: 2s ease-in-out;
    transition: 2s ease-in-out;
}

.car1{
    left: 890px;
}

.car2 {
    left: 880px;
    top: 240px;
    right: 0;
    display: block;
}

.car3 {
    left: 870px;
    top: 275px;
    right: 10px;
    display: block;
}

.car4 {
    left: 860px;
    top: 310px;
    right: 20px;
    display: block;
}

.car5 {
    left: 850px;
    top: 345px;
    right: 30px;
    display: block;
}

.car6 {
    left: 840px;
    top: 380px;
    right: 40px;
    display: block;
}

.car7 {
    left: 830px;
    top: 415px;
    right: 50px;
    display: block;
}

.car8 {
    left: 820px;
    top: 450px;
    right: 60px;
    display: block;
}

.car9 {
    left: 810px;
    top: 485px;
    right: 70px;
    display: block;
}

.car10 {
    left: 800px;
    top: 520px;
    right: 80px;
    display: block;
}

.car .icar {
    width: 185px;
    height: 85px;
    position: absolute;
    left: 0;
    top: 0;
}

.car .car-div {
    position: relative;
    width: 200px;
    height: 42px;
}

.car .car-div .car-front {
    position: absolute;
    top: 10px;
    left: -20px;
    z-index: 7;
    width: 150px;
    transform: rotate(12deg);
    display: none;
}

.car .car-div .car-after {
    position: absolute;
    width: 60px;
    z-index: 7;
    top: 40px;
    right: -30px;
    display: none;
}



/* 倒计时灯光 */
.light {
    position: absolute;
    z-index: 8;
    width: 540px;
    height: 180px;
    background: url(../images/animation/pk10/animate/trafficlight.png)no-repeat left bottom;
    background-size: contain;
    top: 230px;
    left: 260px;
}

.lightred {
    width: 250px;
    position: absolute;
    right: -30px;
    top: 45px;
    display: none;
}

.lightyellow {
    width: 250px;
    position: absolute;
    right: 140px;
    top: 45px;
    display: none;
}

.lightgreen {
    width: 250px;
    position: absolute;
    right: 310px;
    top: 45px;
    display: none;
}
.traffic-count2 {
    font-family: 'digital';
    color: #fff;
    position: absolute;
    top: -10px;
    left: 190px;
    font-size: 55px;
}
.countdownnum {
    font-family: 'digital';
    color: #fff;
    position: absolute;
    top: -10px;
    left: 190px;
    font-size: 70px;
}

.countdownnum2 {
    font-family: 'digital';
    color: #fff;
    position: absolute;
    top: 21px;
    left: 340px;
    font-size: 40px;
}

/* 比赛结果背景动画 */
.boatAnimation .rz-bg {
    width: 1080px;
    height: 500px;
    background: url(../images/animation/pk10/animate/boat/resultbg.jpg)no-repeat center;
    background-size: 100% 100%;
    margin: auto;
    left: 0;
    top: 0;
    z-index: 5;
    display: none;
}

.place {
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

.place.res {
    visibility: visible;
    opacity: 1;
}

.secthird {
    display: inline-block;
    margin-top: 2%;
}

.place1>img {
    width: 17%;
    margin-left: 42%;
    margin-top: 2%;
}

.place2 img:last-child,
.place3 img:last-child {
    width: 80%;
    margin-left: 10%;
}

.place2>img,
.place3>img {
    width: 30%;
    margin-left: 35%;
    height: 100px;
}

.rankfirst {
    width: 46%;
    margin-left: 27%;
}

.ranksecond,
.rankthird {
    width: 80%;
    margin-left: 10%;
}

.place2 {
    width: 50%;
    float: left;
}

.place3 {
    width: 50%;
    float: right;
}

.place-name-1 {
    /* margin: auto; */
    margin-top: -30px;
}

.PN_1 .place-name-1 img {
    content: url(../images/animation/pk10/animate/boat/1.png);
}

.PN_2 .place-name-1 img {
    content: url(../images/animation/pk10/animate/boat/2.png);
}

.PN_3 .place-name-1 img {
    content: url(../images/animation/pk10/animate/boat/3.png);
}

.PN_4 .place-name-1 img {
    content: url(../images/animation/pk10/animate/boat/4.png);
}

.PN_5 .place-name-1 img {
    content: url(../images/animation/pk10/animate/boat/5.png);
}

.PN_6 .place-name-1 img {
    content: url(../images/animation/pk10/animate/boat/6.png);
}

.PN_7 .place-name-1 img {
    content: url(../images/animation/pk10/animate/boat/7.png);
}

.PN_8 .place-name-1 img {
    content: url(../images/animation/pk10/animate/boat/8.png);
}

.PN_9 .place-name-1 img {
    content: url(../images/animation/pk10/animate/boat/9.png);
}

.PN_10 .place-name-1 img {
    content: url(../images/animation/pk10/animate/boat/10.png);
}

/*  比赛结果 */
.rezult {
    width: 1100px;
    height: 80px;
    background: rgb(17, 106, 120);
    margin-top: -1px !important;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}

.rezult div {
    color: white;
    font-size: 22px;
    text-align: center;
    line-height: 70px;
}


.rezult .rezult-left {
    float: left;
    height: 64px;
    width: 30%;
    overflow: hidden;
    margin-top: 5px!important;
}

.rezult .rezult-left em {
    float: left;
    height: 64px;
    line-height: 64px;
    font-size: 24px;
    padding: 0 0 0 10px;
    color: #fff;
    display: block;
}

.rezult .rezult-left span {
    float: left;
    height: 64px;
    line-height: 64px;
    color: #fff;
    font-size: 20px;
    display: block;
}

.rezult .rezult-center {
    float: left;
    height: 64px;
    width: 33%;
    overflow: hidden;
    border-left: white 3px solid;
    margin-top: 5px;
}

.rezult .rezult-center em {
    float: left;
    height: 64px;
    line-height: 64px;
    font-size: 24px;
    padding: 0 0 0 10px;
    color: #fff;
    display: block;
}

.rezult .rezult-center i {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    background: #08f;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
    margin: 12px 12px 0 0;
    color: #fff;
    font-size: 22px;
}

.rezult .rezult-right {
    float: left;
    height: 64px;
    width: 37%;
    overflow: hidden;
    border-left: white 3px solid;
    margin-top: 5px;
}

.rezult .rezult-right em {
    float: left;
    height: 64px;
    line-height: 64px;
    font-size: 24px;
    padding: 0 0 0 10px;
    color: #fff;
    display: block;
}

.rezult .rezult-right i {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    background: #08f;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
    margin: 12px 12px 0 0;
    color: #fff;
    font-size: 22px;
}

#animate-box {
    height: 380px!important;
}

#topbg, #animate-box {
    height: 119px;
    /* max-width: 800px; */
    margin: 0 auto;
    position: relative;
    overflow: hidden;

    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

#animate-box .animate-mover{
    background: url(../images/animation/pk10/animate/boat/road.jpg) repeat-x;
    width: 40000px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    -webkit-transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

#topbg .bg-mover{
    width: 40000px;
    background: url(../images/animation/pk10/animate/boat/topbg.jpg) repeat-x;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
   
    -webkit-transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

.pksmall{
    width: 100%;
    height: 85%;
    background-size: 100% 100% !important;
}

.video-boat{
    background: url(../images/animation/pk10/video-boat.jpg);
}
.video-car{
    background: url(../images/animation/pk10/video-car.jpg);
}

@keyframes moveSlideshow {
    100% {
        transform: translateX(80%);
        -webkit-transform: translateX(80%);
    }
}

