﻿







.zhuan {
    animation: wmyfirst2 13s linear infinite normal;
    -moz-animation: wmyfirst2 13s linear infinite normal; /* Firefox: */
    -webkit-animation: wmyfirst2 13s linear infinite normal; /* Safari 和 Chrome: */
    -o-animation: wmyfirst2 13s linear infinite normal; /* Opera: */
}

@keyframes wmyfirst2 {
    0% {
        transform: rotateZ(0deg);
        width: 395px;
        height: 395px;
    }

    50% {
        transform: rotateZ(180deg);
        width: 450px;
        height: 450px;
        top: -50px;
        left: -50px;
    }

    100% {
        transform: rotateZ(360deg);
        width: 395px;
        height: 395px;
    }
}

@-moz-keyframes wmyfirst2 {
    0% {
        transform: rotateZ(0deg);
        width: 395px;
        height: 395px;
    }

    50% {
        transform: rotateZ(180deg);
        width: 450px;
        height: 450px;
        top: -50px;
        left: -50px;
    }

    100% {
        transform: rotateZ(360deg);
        width: 395px;
        height: 395px;
    }
}

@-webkit-keyframes wmyfirst2 {
    0% {
        transform: rotateZ(0deg);
        width: 395px;
        height: 395px;
    }

    50% {
        transform: rotateZ(180deg);
        width: 450px;
        height: 450px;
        top: -50px;
        left: -50px;
    }

    100% {
        transform: rotateZ(360deg);
        width: 395px;
        height: 395px;
    }
}

@-o-keyframes wmyfirst2 {
    0% {
        transform: rotateZ(0deg);
        width: 395px;
        height: 395px;
    }

    50% {
        transform: rotateZ(180deg);
        width: 450px;
        height: 450px;
        top: -50px;
        left: -50px;
    }

    100% {
        transform: rotateZ(360deg);
        width: 395px;
        height: 395px;
    }
}

.ww01 {
    animation: scaleDraw1 8s infinite;
    -moz-animation: scaleDraw1 8s linear infinite normal; /* Firefox: */
    -webkit-animation: scaleDraw1 8s linear infinite normal; /* Safari 和 Chrome: */
    -o-animation: scaleDraw1 8s linear infinite normal; /* Opera: */
}




@keyframes jb {
    0% {
        transform: scale(1);
        opacity: 1;
        bottom: 0;
    }

    100% {
        transform: scale(0);
        opacity: 0;
        bottom: 100px;
    }
}

@-moz-keyframes jb {
    0% {
        -moz-transform: scale(1);
        opacity: 1;
        bottom: 0;
    }

    100% {
        -moz-transform: scale(0);
        opacity: 0;
        bottom: 100px;
    }
}

@-ms-keyframes jb {
    0% {
        -ms-transform: scale(1);
        opacity: 1;
        bottom: 0;
    }

    100% {
        -ms-transform: scale(0);
        opacity: 0;
        bottom: 100px;
    }
}

@-webkit-keyframes jb {
    0% {
        -webkit-transform: scale(1);
        opacity: 1;
        bottom: 0;
    }

    100% {
        -webkit-transform: scale(0);
        opacity: 0;
        bottom: 100px;
    }
}

@-o-keyframes jb {
    0% {
        -o-transform: scale(1);
        opacity: 1;
        bottom: 0;
    }

    100% {
        -o-transform: scale(0);
        opacity: 0;
        bottom: 100px;
    }
}

@keyframes jbx {
    0% {
        transform: scale(0);
        opacity: 0;
        bottom: 100px;
    }

    100% {
        transform: scale(1);
        opacity: 1;
        bottom: 0;
    }
}

@-moz-keyframes jbx {
    0% {
        -moz-transform: scale(0);
        opacity: 0;
        bottom: 100px;
    }

    100% {
        -moz-transform: scale(1);
        opacity: 1;
        bottom: 0;
    }
}

@-ms-keyframes jbx {
    0% {
        -ms-transform: scale(0,0);
        opacity: 0;
        bottom: 100px;
    }

    100% {
        -ms-transform: scale(1,1);
        opacity: 1;
        bottom: 0;
    }
}

@-webkit-keyframes jbx {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
        bottom: 100px;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
        bottom: 0;
    }
}

@-o-keyframes jbx {
    0% {
        -o-transform: scale(0);
        opacity: 0;
        bottom: 100px;
    }

    100% {
        -o-transform: scale(1);
        opacity: 1;
        bottom: 0;
    }
}

@keyframes move2 {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0);
        opacity: 1;
        left: -210px;
        bottom: -82px;
    }
}

@-moz-keyframes move2 {
    0% {
        -moz-transform: scale(1);
        opacity: 1;
    }

    100% {
        -moz-transform: scale(0);
        opacity: 1;
        left: -210px;
        bottom: -82px;
    }
}

@-ms-keyframes move2 {
    0% {
        -ms-transform: scale(1);
        opacity: 1;
    }

    100% {
        -ms-transform: scale(0);
        opacity: 1;
        left: -210px;
        bottom: -82px;
    }
}

@-webkit-keyframes move2 {
    0% {
        -webkit-transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0);
        opacity: 1;
        left: -210px;
        bottom: -82px;
    }
}

@-o-keyframes move2 {
    0% {
        -o-transform: scale(1);
        opacity: 1;
    }

    100% {
        -o-transform: scale(0);
        opacity: 1;
        left: -210px;
        bottom: -82px;
    }
}

.jbj {
    width: 100%;
    height: 90px;
}

#tc {
    width: 600px;
    height: 500px;
    position: fixed;
    top: 150px;
    left: 30%;
    background: #fff;
    box-shadow: #dcdcdc 0 5px 25px 0;
    z-index: 99;
}

#tci {
    width: 600px;
    height: 500px;
    position: fixed;
    top: 150px;
    left: 30%;
    background: #fff;
    box-shadow: #dcdcdc 0 5px 25px 0;
    z-index: 99;
}

#bj {
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
}

.tx {
    width: 100px;
    height: 75px;
    display: block;
    border: 1px #dcdcdc solid;
    float: left;
}


.tcc {
    transform: scale(1);
    opacity: 1;
    bottom: 16px;
    position: relative;
    height: 75px;
    box-sizing:border-box ;
    width: 200px;
    margin-left:-19px;

   
}




.zztx {
    margin-right: 5px;
    height: 70px;
    display: block;
    margin: 15px auto 5px;
}

.zhix {
    position: absolute;
    top: 100%;
    width: 20px;
    left: 0;
}

.zhimx {
    width: 100%;
    padding: 2px 10px;
    box-sizing: border-box;
    text-align: center;
    display: block;
    color: #e60000;
    font-weight: 600;
    white-space: normal;
    height: 70px;
    flex-direction: column;
    justify-content: center;
    display: flex;
}

.cr {
    line-height: 25px;
    font-size: 14px;
}

.xlogo {
    height: 20px;
    width: 18px;
    position: relative;
    top: 5px;
}

.wz {
    width: calc( 100% - 105px );
    float: right;
    white-space: normal;
    flex-direction: column;
    justify-content: center;
    display: flex;
    height: 75px;
}

.divleft {
    width: 50%;
    float: left;
    height: 100%;
}

.divright {
    width: 50%;
    padding: 10px 15px 10px 15px;
    box-sizing: border-box;
    float: left;
}

.toux {
    width: 100%;
    height: 25px;
    border-bottom: 1px #fff solid;
}

.tb {
    width: 20px;
    height: 20px;
    background: #fff;
    float: left;
}

.tbx {
    width: 55px;
    height: 20px;
    float: left;
    margin-left: 5px;
    background: #fff;
    position: relative;
    line-height: 20px;
    font-size: 14px;
    text-indent: 5px;
    color: #e60000;
    font-weight: 600;
}

    .tbx::after {
        content: " ";
        position: absolute;
        left: 100%;
        border-width: 10px;
        transform: rotateZ(-90deg);
        border-style: solid;
        border-color: #fff transparent transparent transparent;
    }

.pulse {
    position: absolute;
    left: 234px;
    top: 110%;
    margin: 85px 0px 0px 0px;
    -webkit-transform: rotateX(55deg);
    -moz-transform: rotateX(55deg);
    -o-transform: rotateX(55deg);
    -ms-transform: rotateX(55deg);
    transform: rotateX(55deg);
    z-index: -2;
}

.dh1:after {
    content: "";
    border-radius: 50%;
    height: 50px;
    width: 50px;
    position: absolute;
    margin: -156px 0 0 -149px;
    -webkit-animation: pulsate 3000ms ease-out infinite;
    -moz-animation: pulsate 3000ms ease-out infinite;
    -o-animation: pulsate 3000ms ease-out infinite;
    -ms-animation: pulsate 3000ms ease-out infinite;
    animation: pulsate 3000ms ease-out infinite;
    opacity: 0;
    -webkit-box-shadow: 0 0 1px 2px #ff0101;
    box-shadow: 0 0 1px 2px #ff0101;
}

.dh2:after {
    content: "";
    border-radius: 50%;
    height: 50px;
    width: 50px;
    position: absolute;
    margin: -156px 0 0 -149px;
    -webkit-animation: pulsate 3000ms ease-out infinite;
    -moz-animation: pulsate 3000ms ease-out infinite;
    -o-animation: pulsate 3000ms ease-out infinite;
    -ms-animation: pulsate 3000ms ease-out infinite;
    animation: pulsate 3000ms ease-out infinite;
    opacity: 0;
    border: 2px;
    -webkit-box-shadow: 0 0 1px 2px #ff0101;
    box-shadow: 0 0 1px 2px #ff0101;
    -webkit-animation-delay: 1000ms;
    -moz-animation-delay: 1000ms;
    -o-animation-delay: 1000ms;
    -ms-animation-delay: 1000ms;
    animation-delay: 1000ms;
}

.dh3:after {
    content: "";
    border-radius: 50%;
    height: 50px;
    width: 50px;
    position: absolute;
    margin: -156px 0 0 -149px;
    -webkit-animation: pulsate 3000ms ease-out infinite;
    -moz-animation: pulsate 3000ms ease-out infinite;
    -o-animation: pulsate 3000ms ease-out infinite;
    -ms-animation: pulsate 3000ms ease-out infinite;
    animation: pulsate 3000ms ease-out infinite;
    opacity: 0;
    border: 2px;
    -webkit-box-shadow: 0 0 1px 2px #ff0101;
    box-shadow: 0 0 1px 2px #ff0101;
    -webkit-animation-delay: 2000ms;
    -moz-animation-delay: 2000ms;
    -o-animation-delay: 2000ms;
    -ms-animation-delay: 2000ms;
    animation-delay: 2000ms;
}

@-ms-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -webkit-box-shadow: 0 0 1px 2px #ff0101;
        box-shadow: 0 0 1px 2px #ff0101;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-box-shadow: 0 0 4px 5px #ff0101;
        box-shadow: 0 0 4px 5px #ff0101;
    }

    100% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-box-shadow: 0 0 5px 6px #ff0101;
        box-shadow: 0 0 5px 6px #ff0101;
    }
}

@-moz-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -webkit-box-shadow: 0 0 1px 2px #ff0101;
        box-shadow: 0 0 1px 2px #ff0101;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-box-shadow: 0 0 4px 5px #ff0101;
        box-shadow: 0 0 4px 5px #ff0101;
    }

    100% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-box-shadow: 0 0 5px 6px #ff0101;
        box-shadow: 0 0 5px 6px #ff0101;
    }
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-box-shadow: 0 0 1px 2px #ff0101;
        box-shadow: 0 0 1px 2px #ff0101;
    }

    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-box-shadow: 0 0 4px 5px #ff0101;
        box-shadow: 0 0 4px 5px #ff0101;
    }

    100% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-box-shadow: 0 0 5px 6px #ff0101;
        box-shadow: 0 0 5px 6px #ff0101;
    }
}

@-o-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-box-shadow: 0 0 1px 2px #ff0101;
        box-shadow: 0 0 1px 2px #ff0101;
    }

    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-box-shadow: 0 0 4px 5px #ff0101;
        box-shadow: 0 0 4px 5px #ff0101;
    }

    100% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-box-shadow: 0 0 5px 6px #ff0101;
        box-shadow: 0 0 5px 6px #ff0101;
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-box-shadow: 0 0 1px 2px #ff0101;
        box-shadow: 0 0 1px 2px #ff0101;
    }

    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-box-shadow: 0 0 4px 5px #ff0101;
        box-shadow: 0 0 4px 5px #ff0101;
    }

    100% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-box-shadow: 0 0 5px 6px #ff0101;
        box-shadow: 0 0 5px 6px #ff0101;
        left: calc();
    }
}

.wzxc {
    width: 100%;
    overflow: auto;
    font-size: 14px;
    white-space: normal;
    color: #fff;
    position: relative;
    top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.wzxcd {
    clear: both;
    width: 100%;
    height: 30px;
    line-height: 45px;
}