@charset "utf-8";
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
    margin: 0 auto;
}
body {
    font-family: 'PingFangSC', 'PingFangHK', 'PingFangTC', '\5FAE\8F6F\96C5\9ED1', sans-serif;
    line-height: 1.5em;
    font-size: 0.4rem;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    touch-callout: none;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
p {
    margin: 0;
    padding: 0;
}
.mt20 {
    margin-top: 0.2rem!important;
}
.mt40 {
    margin-top: 0.4rem!important;
}
.mt50 {
    margin-top: 0.5rem!important;
}
.mt100 {
    margin-top: 1rem!important;
}
.mt150 {
    margin-top: 1.5rem!important;
}
.fz24 {
    font-size: 0.24rem!important;
}
.fz20 {
    font-size: 0.2rem!important;
}
.fz32 {
    font-size: 0.32rem!important;
    font-weight: bold;
}
.fz42 {
    font-size: 0.42rem;
}
.fz48 {
    font-size: 0.48rem!important;
}
.w570 {
    width: 5.7rem!important;
}
.colorRed {
    color: #CE3717!important;
}
html, body, .page_box {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
    z-index: -1;
    background: #a13119;
}
.nocompetence {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: none;
    background: #fff!important;
    margin-top: -1rem;
    padding-top: 1rem;
}
.nocompetence .title {
    width: 5.76rem;
    height: 0.31rem;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin: 1rem 0 0 0.3rem;
}
.nocompetence .step1 {
    width: 6.9rem;
    margin-top: 0.78rem auto;
}
.nocompetence .step1 .address {
    float: left;
    margin-left: 0.3rem;
    height: 0.27rem;
    font-size: 0.28rem;
    font-weight: 400;
    color: rgba(166, 51, 26, 1);
    padding-right: 0.3rem;
}

.copy {
    height: 0.31rempx;
    font-size: 0.28rem;
    font-weight: 400;
    text-decoration: underline;
    color: rgba(2, 145, 255, 1)
}
.nocompetence .step1 p {
    line-height: 0.28rem;
    font-size: 0.28rem;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    padding: 0.35rem 0.3rem;
}
.nocompetence .step1 p .img01 {
    width: 6.9rem;
    height: 0.87rem;
}
.nocompetence .step1 p .img02 {
    width: 6.9rem;
    height: 0.63rem;
}
.nocompetence .step1 p .img03 {
    width: 6.9rem;
    height: 5.18rem;
}
.ico {
    width: 400px;
    height: 400px;
    display: none;
}
.page {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    height: 100%;
    width: 100%;
    text-align: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.layerpage {
    position: absolute;
    top: 8%;
    left: 10%;
    z-index: 10;
    height: 80%;
    width: 80%;
    text-align: center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.layerpage img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.layerbox {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 9;
}
.layerbox .remark {
    position: absolute;
    left: 1.61rem;
    width: 4.28rem;
    height: 0.27rem;
    font-size: 0.26rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(253, 244, 229, 1);
    bottom: 0.8rem;
}
.page.hide {
    display: none;
}
.loading {
    background-image: url(../images/bg1.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    height: 100%;
    width: 100%;
    text-align: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.page1 {
    background-image: url(../images/bg2.png);
}
.page2 {
    background-image: url(../images/bg3.png);
}
.page3 {
    background-image: url(../images/bg4.png);
}
.page4 {
    background-image: url(../images/bg5.png);
}
.page5 {
    background-image: url(../images/bg6.png);
}
.page5, .layerpage {
    background-image: url(../images/bg6.png);
}
/*==================================*/

.page.inTop {
    -webkit-animation: ShowTop .5s ease-out both;
    animation: ShowTop .5s ease-out both;
}
.page.outTop {
    -webkit-animation: HideTop .5s ease-out both;
    animation: HideTop .5s ease-out both;
}
.page.inDown {
    -webkit-animation: ShowDown .5s ease-out both;
    animation: ShowDown .5s ease-out both;
}
.page.outDown {
    -webkit-animation: HideDown .5s ease-out both;
    animation: HideDown .5s ease-out both;
}
/*==================================*/

.musicIcon {
    position: absolute;
    top: 0.25rem;
    right: 0.4rem;
    width: 0.64rem;
    height: 0.64rem;
    background: url(../images/play.png);
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 10;
}
.musicClose {
    background-image: url(../images/close.png)!important;
}
.musicPlay {
    -webkit-animation: Spin 3s linear infinite;
    animation: Spin 3s linear infinite;
}
.arrowbox {
    width: 1.15rem;
    margin: 0 auto;
    position: relative;
}
.arrow {
    width: auto;
    height: 0.5rem;
    line-height: 0.28rem;
    text-align: center;
    font-size: 0.5rem;
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 1rem;
    z-index: 10;
    -webkit-animation: arrow 1.2s .5s ease-in-out infinite;
    animation: arrow 1.2s .5s ease-in-out infinite;
}
.arrow img {
    width: 0.66rem;
    height: 0.28rem;
}
.arrow .Remark {
    font-size: 0.28rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    padding-top: 0.2rem;
}
/*==================================*/

.page>.pageContent>div.fadeline>div:nth-child(1) {
    -webkit-animation: fadeInUp .8s .2s ease-in-out both;
    animation: fadeInUp .8s .2s ease-in-out both;
}
.page>.pageContent>div.fadeline>div:nth-child(2) {
    -webkit-animation: fadeInUp .8s .7s ease-in-out both;
    animation: fadeInUp .8s .7s ease-in-out both;
}
.page>.pageContent>div.fadeline>div:nth-child(3) {
    -webkit-animation: fadeInUp .8s 1.2s ease-in-out both;
    animation: fadeInUp .8s 1.2s ease-in-out both;
}
.page>.pageContent>div.fadeline>div:nth-child(4) {
    -webkit-animation: fadeInUp .8s 1.7s ease-in-out both;
    animation: fadeInUp .8s 1.7s ease-in-out both;
}
.page>.pageContent>div.fadeline>div:nth-child(5) {
    -webkit-animation: fadeInUp .8s 2.2s ease-in-out both;
    animation: fadeInUp.8s 2.2s ease-in-out both;
}
.page>.pageContent>div.fadeline>div:nth-child(6) {
    -webkit-animation: fadeInUp .8s 2.7s ease-in-out both;
    animation: fadeInUp.8s 2.7s ease-in-out both;
}
.page>.pageContent>div.fadeline>div:nth-child(7) {
    -webkit-animation: fadeInUp .8s 3.2s ease-in-out both;
    animation: fadeInUp.8s 3.2s ease-in-out both;
}
.contorlText {
    width: 5rem!important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pageContent {
    width: 6.5rem;
    margin: 0 auto;
}
.topTitle {
    width: 5rem;
    height: 0.3rem;
    font-size: 0.28rem;
    font-weight: 400;
    color: #661606;
    margin: 0.22rem auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.bottomBox {
    width: 3.19rem;
    margin: 0 auto;
}
.bottomMark {
    width: 3.19rem;
    height: 0.27rem;
    font-size: 0.22rem;
    font-weight: 400;
    color: rgba(253, 244, 229, 1);
    position: absolute;
    bottom: 1.8rem;
}
.billTitle {
    width: 5.87rem;
    height: 0.25rem;
    font-size: 0.26rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(161, 49, 25, 1);
    margin: 1.38rem auto 0.68rem;
}
.imgBox {
    position: relative;
    left: 0.25rem;
    width: 6rem;
    height: 4rem;
    top: 2.2rem;
    background-image: url(../images/imgbg01.png);
    -webkit-background-size: 100% 100%!important;
    background-size: 100% 100%!important;
    background-repeat: no-repeat;
}
.startBtn {
    width: 4.91rem;
    height: 0.94rem;
    line-height: 0.94rem;
    background: rgba(161, 49, 25, 1);
    border-radius: 0.47rem;
    font-size: 0.36rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    margin: 0 auto;
    z-index: 12;
    position: relative;
    top: 2.8rem;
}
.deadline {
    width: 4.6rem;
    height: 0.23rem;
    font-size: 0.24rem;
    font-weight: 400;
    color: rgba(161, 49, 25, 1);
    margin: 0 auto;
    position: relative;
    top: 2.8rem;
}
.qrcodeBox {
    width: 1.5rem;
    float: left;
   
    position: relative;
    left: 0.6rem;
    top:1.8rem;
    z-index: 15;
}
.qrcodeBox .learn, .qrcodeBox1 .learn, .qrcodeBox2 .learn {
    line-height: 0.3rem;
    font-size: 0.24rem;
    font-weight: 400;
    color: rgba(98, 39, 3, 1);
}
.inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.qrcodeBox1 {
    width: 1.5rem;
    position: relative;
    left: 5.2rem;
    top: 9.8rem;
}
.qrcodeBox2 {
    width: 1.37rem;
    height: 1.37rem;
    position: relative;
    left: 5rem;
    top: 9rem;
    z-index: 8;
}
.qrcodeimg {
    width: 1.37rem;
    height: 1.37rem;
}
.fadeline {
    width: 5.8rem;
}
.markTitle {
    width: 3.42rem;
    height: 0.4rem;
    font-size: 0.42rem;
    font-weight: bold;
    color: rgba(98, 39, 3, 1);
    line-height: 0.72rem;
    margin: 2.5rem 0 0.55rem 0.8rem;
    text-align: left!important;
}
.subTitle {
    font-size: 0.26rem;
    font-weight: 400;
    color: rgba(98, 39, 3, 1);
    line-height: 0.6rem;
    text-align: left!important;
    margin-left: 0.8rem;
}
.subTitle img {
    width: 3rem;
    height: 2rem;
}
.topText {
    width: 4.3rem;
    line-height: 0.31rem;
    font-size: 0.32rem;
    font-weight: bold;
    color: rgba(98, 39, 3, 1);
    line-height: 0.48rem;
    margin-top: 3rem;
    margin-left: 0.8rem;
    border-bottom: 1px dashed #A13119;
    text-align: left!important;
    padding-bottom: 0.3rem;
}
.middleText {
    width: 4.8rem;
    font-size: 0.26rem;
    font-weight: 400;
    color: rgba(98, 39, 3, 1);
    line-height: 0.72rem;
    margin-left: 0.8rem;
    text-align: left!important;
}
.bottomline {
    width: 4.8rem;
    height: 1px;
    border-bottom: 1px dashed #A13119;
    padding-bottom: 1rem;
}
.shareBtn {
    position: relative;
    left: 0;
    width: 4.9rem;
    top: 10.5rem;
    height: 0.9rem;
    line-height: 0.9rem;
    background: rgba(161, 49, 25, 1);
    box-shadow: 0px 11px 35px 0px rgba(121, 30, 10, 0.6);
    border-radius: 0.45rem;
    font-size: 0.36rem;
    font-weight: 600;
    color: rgba(253, 244, 229, 1);
    text-align: center!important;
    display: inline-block;
    text-decoration: none;
}
.boxbg {
    width: 3.29rem;
    height: 3.08rem;
    -webkit-animation: updown1 1s ease-out alternate-reverse infinite;
    -moz-animation: updown1 1s ease-out alternate-reverse infinite;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.indexStart {
    width: 3.29rem;
    height: 3.08rem;
    position: absolute;
    top: 1.5rem;
    left: 0;
    z-index: 9;
    -webkit-animation: fadeIn 2s infinite alternate ease-in-out;
    animation: fadeIn 1s infinite alternate ease-in-out;
    background-image: url(../images/icoafter.png);
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-background-size: 80% 80%;
    background-size: 80% 80%;
    background-repeat: no-repeat;
}
.indexStop {
    width: 2.64rem;
    height: 2.41rem;
    position: absolute;
    z-index: 11;
    top: 1.7rem;
    left: 0.3rem;
    background-image: url(../images/icobefore.png);
    -webkit-background-size: 80% 80%;
    background-size: 80% 80%;
    background-repeat: no-repeat;
}
.billJamp {
    position: relative;
    top: 10rem;
    left: -1.2rem;
    -webkit-animation: updown 1s ease-out alternate-reverse infinite;
    -moz-animation: updown 1s ease-out alternate-reverse infinite;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.billJamp img {
    width: 1.51rem;
    height: 1.22rem;
}
.mailJamp {
    position: relative;
    top: 9.8rem;
    left: 0rem;
    -webkit-animation: updown 1s ease-out alternate-reverse infinite;
    -moz-animation: updown 1s ease-out alternate-reverse infinite;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mailJamp img {
    width: 2.18rem;
    height: 1.67rem;
}
.startJamp {
    position: absolute;
    top: 4rem;
    right: 0rem;
    -webkit-animation: updown 1s ease-out alternate-reverse infinite;
    -moz-animation: updown 1s ease-out alternate-reverse infinite;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.startJamp img {
    width: 1.7rem;
    height: 0.93rem;
}
.startJamp1 {
    position: absolute;
    top: 2.8rem;
    right: 0rem;
    -webkit-animation: updown 1s ease-out alternate-reverse infinite;
    -moz-animation: updown 1s ease-out alternate-reverse infinite;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.startJamp1 img {
    width: 2.53rem;
    height: 1.43rem;
}
.startJamp2 {
    position: absolute;
    top: 3rem;
    right: 0.5rem;
    -webkit-animation: updown 1s ease-out alternate-reverse infinite;
    -moz-animation: updown 1s ease-out alternate-reverse infinite;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.startJamp2 img {
    width: 1.53rem;
    height: 0.8rem;
}
.startJamp3 {
    position: absolute;
    top: 6.5rem;
    right: 0.5rem;
    -webkit-animation: updown 1s ease-out alternate-reverse infinite;
    -moz-animation: updown 1s ease-out alternate-reverse infinite;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.startJamp3 img {
    width: 1.53rem;
    height: 0.8rem;
}
.light {
    width: 1.05rem;
    height: 1.46rem;
    position: relative;
    left: 5.15rem;
    top: 9.7rem;
    z-index: 1;
    -webkit-animation: scaleIn 2s infinite alternate ease-in-out;
    animation: scaleIn 1s infinite alternate ease-in-out;
    background-image: url(../images/imgbg02.png);
    opacity: 1;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-repeat: no-repeat;
    background-size: cover;
}
.shine {
    width: 0.2rem;
    height: 0.2rem;
    background-color: #f18200;
    position: relative;
    left: 1.24rem;
    top: 1.1rem;
    border-radius: 50%;
}
.shine2:after {
    background: rgba(241, 130, 0, 0.2);
}
.shine2:before {
    background: rgba(241, 130, 0, 0.3);
}
.shine2:before, .shine2:after {
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -0.25rem;
    margin-top: -0.25rem;
    border-radius: 50%;
    animation: warn 1.5s ease-out 0s infinite;
}
@keyframes warn {
    0% {
        transform: scale(0.8);
        opacity: 1;
    }
    30% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
.page6 {
    line-height: 0.8rem;
}
.page6 .title {
    font-size: 0.5rem!important;
}
.page6 .subtitle {
    font-size: 0.3rem!important;
    color: #2ea598;
}
.closeShare {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    display: inline-block;
    background: #fff;
    color: #333;
    font-size: 0.26rem;
}
/*css3动画部分*/

@-webkit-keyframes ShowTop {
    0% {
        -webkit-transform: translateY(100%);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}
@keyframes ShowTop {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0);
    }
}
@-webkit-keyframes HideTop {
    0% {
        -webkit-transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-100%);
    }
}
@keyframes HideTop {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100%);
    }
}
@-webkit-keyframes ShowDown {
    0% {
        -webkit-transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}
@keyframes ShowDown {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}
@-webkit-keyframes HideDown {
    0% {
        -webkit-transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(100%);
    }
}
@keyframes HideDown {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(100%);
    }
}
@-webkit-keyframes arrow {
    0% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(-20%);
        opacity: 0
    }
}
@keyframes arrow {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(-20%);
        opacity: 0
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0.2;
    }
    40% {
        opacity: 0.4;
    }
    40% {
        opacity: 0.8;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0.2;
    }
    40% {
        opacity: 0.4;
    }
    40% {
        opacity: 0.8;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
@-webkit-keyframes updown {
    from {
        transform: translateY(10%);
    }
    to {
        transform: translateY(-10%);
    }
}
@keyframes updown {
    from {
        transform: translateY(10%);
    }
    to {
        transform: translateY(-10%);
    }
}
@-webkit-keyframes updown1 {
    from {
        transform: translateY(1%);
    }
    to {
        transform: translateY(-1%);
    }
}
@keyframes updown1 {
    from {
        transform: translateY(1%);
    }
    to {
        transform: translateY(-1%);
    }
}
@-webkit-keyframes twinkling {
    0% {
        opacity: 0.2;
        filter: alpha(opacity=20);
        -webkit-transform: scale(1);
    }
    50% {
        opacity: 0.5;
        filter: alpha(opacity=50);
        -webkit-transform: scale(1.12);
    }
    100% {
        opacity: 0.2;
        filter: alpha(opacity=20);
        -webkit-transform: scale(1);
    }
}
@keyframes twinkling {
    0% {
        opacity: 0.2;
        filter: alpha(opacity=20);
        -webkit-transform: scale(1);
    }
    50% {
        opacity: 0.5;
        filter: alpha(opacity=50);
        -webkit-transform: scale(1.12);
    }
    100% {
        opacity: 0.2;
        filter: alpha(opacity=20);
        -webkit-transform: scale(1);
    }
}
@-webkit-keyframes scaleIn {
    0% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
    }
    50% {
        opacity: 0.5;
        filter: alpha(opacity=50);
        -webkit-transform: scale(1);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
    }
}
@keyframes scaleIn {
    0% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
    }
    50% {
        opacity: 0.5;
        filter: alpha(opacity=50);
        -webkit-transform: scale(1);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
    }
}
}
@-webkit-keyframes starFlick {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes starFlick {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes Spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(90deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    75% {
        -webkit-transform: rotate(270deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes Spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(90deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    75% {
        -webkit-transform: rotate(270deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}