.f-50{
    font-size: 50px;
}
.f-20 {
    font-size: 20px;
}
.f-16 {
    font-size: 16px;
}
.f-bold{
    font-weight: bold;
}
.op-0 {
    opacity: 0;
}
.mr-20 {
    margin-right: 20px;
}
.d-gc {
    color: #9a9a9a;
}

.mc.mr-20 {
    color: #cf0200;
}
/*animate补充动画*/
@keyframes fadeInLeftSmall {
    from {
        opacity: 0;
        transform: translate3d(-10px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInLeftSmall {
    animation-name: fadeInLeftSmall;
}
@keyframes fadeInRightSmall {
    from {
        opacity: 0;
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInRightSmall {
    animation-name: fadeInRightSmall;
}
@keyframes fadeInDownSmall {
    from {
        opacity: 0;
        transform: translate3d(0%, -20px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInDownSmall {
    animation-name: fadeInDownSmall;
}
@keyframes fadeOutDownSmall {
    from {
        opacity: 1;
        transform: none;
    }
    to {
        opacity: 0;
        transform: translate3d(0%, 10px, 0);
    }
}
.fadeOutDownSmall {
    animation-name: fadeOutDownSmall;
}
@keyframes fadeInUpSmall {
    from {
        opacity: 0;
        transform: translate3d(0%, 20px, 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;
}


#history #main {
    padding-top: 0;
}
#history #main .row {
    position: relative;
    padding: 0;
}
#history #main .r1 .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    overflow: hidden;
}
#history #main .r1 .bg{
    background: url("../images/bg1.png") no-repeat center;
    background-size: cover;
}
#history #main .r1 .bg img{
    width: 100%;
    display: none;

    vertical-align: top;
}
#history #main .r1 .rowMain .time-con {
    position: relative;
    min-height: 80px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
#history #main .r1 .rowMain .time-con .time-line {
    position: absolute;
    height: 1px;
    background-color: #e5e5e5;
    width: 100%;
    left: 0;
    top: 240px;
}
#history #main .r1 .rowMain .time-con .time-box {
    height: 240px;
    width: 100%;
    position: relative;
}
#history #main .r1 .rowMain .time-con .time-box .time-date {
    position: absolute;
    bottom: -8px;
    width: 100000%;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
}
#history #main .r1 .rowMain .time-con .time-box .time-date .time-list {
    display: inline-block;
    text-align: center;
    width: 24vw;
    opacity: 0;
    pointer-events: none;
    transition: all 0.7s ease-out;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
}
#history #main .r1 .rowMain .time-con .time-box .time-date .time-list .date {
    display: inline-block;
    position: relative;
    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;
    transform: translateY(-24px) scaleX(1.2);
    -webkit-transform: translateY(-24px) scaleX(1.2);
    -moz-transform: translateY(-24px) scaleX(1.2);
    -o-transform: translateY(-24px) scaleX(1.2);
    -ms-transform: translateY(-24px) scaleX(1.2);
}
#history #main .r1 .rowMain .time-con .time-box .time-date .time-list .date > em {
    vertical-align: middle;
    display: inline-block;
    text-shadow: 0 5px 7px rgba(154, 154, 154, 0.4);
    font-style: italic;
    font-weight: bold;
    transition: all 0.7s ease-out;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
}
#history #main .r1 .rowMain .time-con .time-box .time-date .time-list .date > small {
    vertical-align: middle;
    position: absolute;
    white-space: nowrap;
    letter-spacing: 3px;
    left: 120%;
    top: calc(50% - 8px);
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition-delay: 0.5s;
}
#history #main .r1 .rowMain .time-con .time-box .time-date .time-list > div {
    height: 16px;
    line-height: 16px;
    position: relative;
}
#history #main .r1 .rowMain .time-con .time-box .time-date .time-list > div img {
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    height: 1px;
    width: 100%;
    opacity: 0;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transition: all 0.7s ease-out;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    transition-delay: 0.3s;
}
#history #main .r1 .rowMain .time-con .time-box .time-date .time-list > div > span {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    line-height: 16px;
    text-align: center;
    background-color: #fff;
    border: 4px solid #e5e5e5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#history #main .r1 .rowMain .time-con .time-box .time-date .time-list.on {
    opacity: 1;
    pointer-events: auto;
}
#history #main .r1 .rowMain .time-con .time-box .time-date .time-list.on .date {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;

    -ms-transform: none;
}
#history #main .r1 .rowMain .time-con .time-box .time-date .time-list.on .date > em {
    color: #cf0200;
    text-shadow: 0 10px 15px rgba(13, 68, 134, 0.4);
}
#history #main .r1 .rowMain .time-con .time-box .time-date .time-list.on .date > small {
    opacity: 1;
    transform: translateX(7px);
    -webkit-transform: translateX(7px);
    -moz-transform: translateX(7px);
    -o-transform: translateX(7px);
    -ms-transform: translateX(7px);
}
#history #main .r1 .rowMain .time-con .time-box .time-date .time-list.on > div img {
    opacity: 1;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
}
#history #main .r1 .rowMain .time-con .time-box .time-date .time-list.on > div > span {
    border-color: #cf0200;
}
#history #main .r1 .rowMain .time-con .time-box .time-date .time-list.on1 {
    opacity: 1;
    pointer-events: auto;
}
#history #main .r1 .rowMain .time-con .time-box .time-date .time-list.on1 .date {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
}
#history #main .r1 .rowMain .time-con .time-box .time-date .time-list.on2 {
    opacity: 1;
    pointer-events: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
}
#history #main .r1 .rowMain .time-con .time-box .time-date .time-list.on2 .date {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
}
#history #main .r1 .rowMain .time-con .time-msg {
    min-height: 340px;
    width: 100%;
    padding-bottom: 3rem;
    padding-top: 4rem;
    position: relative;
}
#history #main .r1 .rowMain .time-con .time-msg .time-note {
    width: 35%;
    margin: auto;
    transform: translateX(8%);
    -webkit-transform: translateX(8%);
    -moz-transform: translateX(8%);
    -o-transform: translateX(8%);
    -ms-transform: translateX(8%);
}
#history #main .r1 .rowMain .time-con .time-msg .time-note > ul {
    display: none;
    padding: 0;
}
#history #main .r1 .rowMain .time-con .time-msg .time-note > ul > li {
    position: relative;
    padding-left: 70px;
    margin-bottom: 10px;
}
#history #main .r1 .rowMain .time-con .time-msg .time-note > ul > li > div {
    position: absolute;
    left: 0;
    height: 28px;
    line-height: 28px;
    top: 0;
}
#history #main .r1 .rowMain .time-con .time-msg .time-note > ul > li > div > span,
#history #main .r1 .rowMain .time-con .time-msg .time-note > ul > li > div > em {
    width: 30px;
    white-space: nowrap;
    display: inline-block;
    height: 25px;
    line-height: 25px;
}
#history #main .r1 .rowMain .time-con .time-msg .time-note > ul > li > div > em {
    vertical-align: top;
}
#history #main .r1 .rowMain .time-con .time-msg .time-note > ul.on {
    display: block;
}
#history #main .r1 .rowMain .time-con .time-msg .time-set {
    display: inline-block;
    position: absolute;
    left: 80%;
    top: 4rem;
}
#history #main .r1 .rowMain .time-con .time-msg .time-set > a {
    width: 4rem;
    height: 4rem;
    color: #fff;
    border-radius: 50%;
    line-height: 4rem;
    text-align: center;
    display: inline-block;
    background-color: #e5e5e5;
    margin: 0 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;
}
#history #main .r1 .rowMain .time-con .time-msg .time-set > a:hover {
    background-color: #cf0200;
}
#history #main .r1 .rowMain .time-con-app {
    margin: 0 4%;
}
#history #main .r1 .rowMain .time-con-app .list h4 {
    margin-top: 10px;
}
#history #main .r1 .rowMain .time-con-app .list > ol {
    padding-left: 20px;
}
#history #main .r1 .rowMain .time-con-app .list > ol > li {
    position: relative;
    padding-left: 48px;
    margin-bottom: 8px;
}
#history #main .r1 .rowMain .time-con-app .list > ol > li > div {
    position: absolute;
    left: 0;
    height: 28px;
    line-height: 28px;
    top: 0;
}
#history #main .r1 .rowMain .time-con-app .list > ol > li > div > span,
#history #main .r1 .rowMain .time-con-app .list > ol > li > div > em {
    width: 20px;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    vertical-align: text-bottom;
}
#history #main .r1 .rowMain .time-con-app .list > ol > li > div > em {
    vertical-align: text-bottom;
}
