body{
	background: #001a20;

}
.verify_wrap {
    
    padding-bottom: 2.25rem;
    background-image: url('../img/verify/bg03.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: fixed;
    width: 100%;
    height: 100%;
        max-width: 750px;
    max-height: 1400px;
}
.verify_wrap .ipt_wrap {
    background: #fff;
    width: 14.525rem;
    height: 2.125rem;
    border-radius: 0.3rem;
    margin: 0 auto 0.9rem;
    padding-left: 0.7rem;
}
.verify_wrap .ipt_wrap img {
    width: 0.875rem;
    margin-right: 0.6rem;
    flex-shrink: 0;
}
.verify_wrap .ipt_wrap input {
    font-size: 0.7rem;
    flex-grow: 1;
}
.verify_wrap .btn_wrap {
    text-align: center;
}
.verify_wrap .btn_wrap button {
    background: #f39800;
    width: 8.05rem;
    height: 2.1rem;
    line-height: 2.1rem;
    color: #fff;
    font-size: 0.75rem;
    border-radius: 100px;
}
.dialog_wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
    display: none;
}
.dialog_wrap .box {
    width: 15.85rem;
    padding: 1.4rem 0;
    border-radius: 1rem;
    background: #fff;
}
.dialog_wrap .box img {
    width: 4.25rem;
}
.dialog_wrap .box p {
    font-size: 0.7rem;
    color: #f39800;
    margin-top: 0.7rem;
}
#fail_dialog p:nth-child(1) {
    font-size: 1.125rem;
    font-weight: bold;
    color: #222;
}
#fail_dialog p:nth-child(2) {
    margin-bottom: 0.85rem; 
    margin-top: 0.85rem; 
    text-align: center;
    line-height: 1.5;
	color: #f39800;
}
#fail_dialog .confirm_btn button {
    width: 6.05rem;
    height: 2.1rem;
    line-height: 2.1rem;
    background: #f39800;
    color: #fff;
    font-size: 0.75rem;
    border-radius: 10rem;
}