html,body{ margin: 0; padding: 0; }

.resetHtmlCssStyle div {
    margin: 0;
    padding: 0;
}
.reset_style {
    font-family: Microsoft Yahei, Arial, Verdana, sans-serif;
    color: #707070;
    line-height: normal;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 12px;
}

.reset_style p:nth-child(1) {
    background:url(../images/zr1.png) no-repeat center top;
    height:157px;
    text-align: Center;
    line-height: 10000px;
    overflow: hidden;
    animation-name: fadeInDown;
    animation-duration: 1.3s;
    animation-delay: 1s;
    animation-fill-mode: both;
}

.reset_style p:nth-child(2) {
    background: url(../images/zr2.png?tenantId=83255&viewType=1&v=1606877866000) no-repeat center top;
    height: 31px;
    text-align: Center;
    line-height: 10000px;
    margin-top: 3%;
    overflow: hidden;
    animation-name: fadeInUp;
    animation-duration: 1.3s;
    animation-delay: 1.3s;
    animation-fill-mode: both;
}

.reset_style a {
    display: block;
    width: 150px;
    height: 35px;
    background: #2779ac;
    margin-top: 10%!important;
    line-height: 35px;
    animation-name: zoomIn;
    animation-duration: 1.3s;
    animation-delay: 1.6s;
    animation-fill-mode: both;
    color: #fff;
    text-align: Center;
    margin: 0 auto;
}
