﻿@charset "utf-8";
/*------------------------------------------------------------
------------------------------------------------------------*/
#main {
    padding: 497px 0 32px;
}

    #main .wrap {
        margin: 0 auto;
        width: 1200px;
    }

    #main .banner .btn {
        margin-bottom: 150px;
        margin-top: 35px;
        text-align: center;
    }

    #main .banner .date {
        margin: 0 auto;
        width: 581px;
        height: 66px;
        color: #724610;
        font-size: 24px;
        font-weight: bold;
        line-height: 66px;
        text-align: center;
        box-sizing: border-box;
        background: url(/new_red/images/bg02.png) no-repeat;
    }

        #main .banner .date img {
            margin: -2px 10px 0 0;
            display: inline-block;
            vertical-align: middle;
        }

        #main .banner .date .top {
            color: #9e2d28;
        }

.time {
    margin-left: 36%;
    margin-top: 20px;
}

.newsBox {
    padding: 15px 20px 15px 26px;
    width: 360px;
    height: 173px;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 98;
    box-sizing: border-box;
    background: rgba(0,0,0,0.5);
}

    .newsBox li {
        margin-bottom: 9px;
        color: #fff;
        font-size: 14px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .newsBox li span {
            color: #ffee62;
        }

.searchBox {
    padding: 21px 50px 50px;
    width: 720px;
    position: fixed;
    left: 50%;
    top: 50%;
    display: none;
    z-index: 10000;
    border-radius: 20px;
    box-sizing: border-box;
    background: #991400;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

    .searchBox .close {
        position: absolute;
        right: 18px;
        top: 18px;
    }

    .searchBox p {
        margin-bottom: 24px;
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
    }

    .searchBox .search {
        margin: 0 auto 32px;
        width: 510px;
        position: relative;
    }

        .searchBox .search input {
            margin: 0;
            padding: 0 20px;
            width: 100%;
            height: 50px;
            color: #d93b11;
            font-size: 18px;
            line-height: 50px;
            box-sizing: border-box;
            border-radius: 25px;
            border: none;
            background: #fff;
        }

        .searchBox .search a {
            display: block;
            position: absolute;
            right: 0;
            top: 0;
        }

        .searchBox .search input::-webkit-input-placeholder {
            color: #d93b11;
        }

        .searchBox .search input::-moz-placeholder {
            color: #d93b11;
            opacity: 1;
        }

        .searchBox .search input:-moz-placeholder {
            color: #d93b11;
            opacity: 1;
        }

    .searchBox table {
        width: 100%;
        border-collapse: collapse;
    }

    .searchBox th {
        color: #801100;
        font-size: 14px;
        line-height: 38px;
        text-align: center;
        background: #FFA200;
        border: 1px solid #FFA200;
    }

    .searchBox td {
        padding: 7px 10px;
        color: #ffd4ce;
        font-size: 14px;
        line-height: 1.7;
        text-align: center;
        border: 1px solid #9B2817;
        background: #871504;
    }

        .searchBox td span {
            color: #fff21c;
        }

    .searchBox tr:nth-child(2n+1) td {
        background: #7F1100;
    }

.record li {
    color: #ffa79a;
    font-size: 14px;
    line-height: 38px;
    border: 1px solid #FFA200;
}

.detailBox {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 10000;
}

    .detailBox .photo {
        margin: 0 auto;
        padding: 40px 0;
        text-align: center;
    }

        .detailBox .photo img {
            margin: 0 auto;
            max-width: 860px;
        }

    .detailBox .close {
        position: fixed;
        top: 30px;
        right: 25%;
    }

        .detailBox .close a {
            display: block;
            width: 60px;
            height: 60px;
            background: url(/new_red/images/close3.png) no-repeat center top;
            background-size: 60px auto;
        }

#main .banner .date .jieshu {
    margin-top: 90px;
    color: #fea7a1;
    font-size: 36px;
    font-weight: bold;
    background: url(/new_red/images/jies.png) no-repeat center center;
}

@-webkit-keyframes shake {
    0% {
        -webkit-transform: rotate(2deg) translate3d(0,0,0);
    }

    50% {
        -webkit-transform: rotate(-2deg) translate3d(0,0,0);
    }

    100% {
        -webkit-transform: rotate(2deg) translate3d(0,0,0);
    }
}

@-moz-keyframes shake {
    0% {
        transform: rotate(2deg) translate3d(0,0,0);
    }

    50% {
        transform: rotate(-2deg) translate3d(0,0,0);
    }

    100% {
        transform: rotate(2deg) translate3d(0,0,0);
    }
}

@-ms-keyframes shake {
    0% {
        transform: rotate(2deg) translate3d(0,0,0);
    }

    50% {
        transform: rotate(-2deg) translate3d(0,0,0);
    }

    100% {
        transform: rotate(2deg) translate3d(0,0,0);
    }
}

.shake {
    animation: shake .2s infinite linear;
    -webkit-animation: shake .2s infinite linear;
}

.flip {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(0); /* Needed to work around an iOS 3.1 bug that causes listview thumbs to disappear when -webkit-visibility:hidden is used. */
    backface-visibility: hidden;
    transform: translateX(0);
}

    .flip.out {
        -webkit-transform: rotateY(-90deg) scale(.9);
        -webkit-animation-name: flipouttoleft;
        -webkit-animation-duration: 175ms;
        transform: rotateY(-90deg) scale(.9);
        animation-name: flipouttoleft;
        animation-duration: 175ms;
    }

    .flip.in {
        -webkit-animation-name: flipintoright;
        -webkit-animation-duration: 225ms;
        animation-name: flipintoright;
        animation-duration: 225ms;
    }

    .flip.out.popBox02 {
        -webkit-transform: rotateY(90deg) scale(.9);
        -webkit-animation-name: flipouttoright;
        transform: rotateY(90deg) scale(.9);
        animation-name: flipouttoright;
    }

    .flip.in.popBox02 {
        -webkit-animation-name: flipintoleft;
        animation-name: flipintoleft;
    }

@-webkit-keyframes flipouttoleft {
    from {
        -webkit-transform: rotateY(0);
    }

    to {
        -webkit-transform: rotateY(-90deg) scale(.9);
    }
}

@keyframes flipouttoleft {
    from {
        transform: rotateY(0);
    }

    to {
        transform: rotateY(-90deg) scale(.9);
    }
}

@-webkit-keyframes flipouttoright {
    from {
        -webkit-transform: rotateY(0);
    }

    to {
        -webkit-transform: rotateY(90deg) scale(.9);
    }
}

@keyframes flipouttoright {
    from {
        transform: rotateY(0);
    }

    to {
        transform: rotateY(90deg) scale(.9);
    }
}

@-webkit-keyframes flipintoleft {
    from {
        -webkit-transform: rotateY(-90deg) scale(.9);
    }

    to {
        -webkit-transform: rotateY(0);
    }
}

@keyframes flipintoleft {
    from {
        transform: rotateY(-90deg) scale(.9);
    }

    to {
        transform: rotateY(0);
    }
}

@-webkit-keyframes flipintoright {
    from {
        -webkit-transform: rotateY(90deg) scale(.9);
    }

    to {
        -webkit-transform: rotateY(0);
    }
}

@keyframes flipintoright {
    from {
        transform: rotateY(90deg) scale(.9);
    }

    to {
        transform: rotateY(0);
    }
}



.snow {
    position: absolute;
    top: 0;
    color: #fff;
    z-index: 99;
}

    .snow a {
        display: block;
        background-size: 100% auto !important;
        animation: mymove 3s infinite linear;
        -webkit-animation: mymove 3s infinite linear;
    }
.snow-1 {
    width: 120px;
    height: 164px;
}

.snow-2 {
    width: 90px;
    height: 123px;
}

.snow-3 {
    width: 60px;
    height: 82px;
}

.snow-4 {
    width: 60px;
    height: 82px;
}

.snow-1 img {
    width: 100%;
    height: 100%;
}

.snow-2 img {
    width: 100%;
    height: 100%;
}

.snow-3 img {
    width: 100%;
    height: 100%;
}

.snow-4 img {
    width: 100%;
    height: 100%;
}

@keyframes mymove {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes mymove {
    0% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}
