html, body {
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
    font-family: "Yu Gothic";
    -webkit-text-size-adjust: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

.center {
    text-align: center;
}

.hidden {
    display: none;
}

.main {
    width: 720px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    background-color: #02060a;
}

.content {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
}

.head {
    width: 720px;
    margin: 0 auto;
}

.zd_btn {
    position: relative;
    width: 524px;
    height: 124px;
    line-height: 94px;
    font-size: 32px;
    cursor: pointer;
    color: #fced03;
    background: url(../images/anniu.png) no-repeat;
    margin: 30px auto;
}

.zd_btn i {
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: middle;
}


.gupiao {
    height: 168px;
    padding-top: 15px;
}


.zd_input {
    width: 560px;
    height: 101px;
    line-height: 96px;
    font-size: 32px;
    text-align: center;
    color: #000;
    background-color: #fff;
    border-radius: 47px;
    border: 1px solid #dcdcdc;
}

.head_ipt_box {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    position: absolute;
    z-index: 10;
    text-align: center;
    top: 1080px;
}

.error {
    padding: 20px 30px;
    width: 620px;
    color: #fff;
    /*background: rgba(0, 0, 0, 0.5);*/
    background: #000;
    position: fixed;
    bottom: 50%;
    left: 50%;
    margin: 0 auto;
    z-index: 100000;
    font-size: 25px;
    transform: translateX(-50%);
    display: none;
    text-align: center;
}

.btn_group {
    position: absolute;
    width: 100%;
    text-align: center;
}

.tp1 {
    margin-top: -1442px;
}

.tp2 {
    margin-top: -1260px;
}

.tp3 {
    margin-top: -773px;
}

#resultPopup .btn-report {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 14px;
    background-color: #20C930;
    border-color: #20C930;
    color: white;
    animation: bounce 1s infinite;
}

#resultPopup .btn-report {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 18px;
    background-color: #20C930;
    border-color: #20C930;
    color: white;
    animation: bounce 2s infinite;
}

.popup {
    display: none;
    background-color: #3b2f2f;
    color: #fff;
    padding: 0px;
    border-radius: 8px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    width: 75%;
    text-align: center;
    padding: 28px;
    line-height: 42px;
    font-size: 28px;
    max-width: 600px;
}

.popup .btn-close {
    color: white;
    font-size: 24px;
    border: none;
}

.progress {
    margin-bottom: 20px;
}

.jd1,.jd2,.jd3 {
    margin-bottom: 10px;
}

.title_img {
    width: 90%;
    margin-bottom: 20px;
}
