/* iframe{
    height: 100px;
} */
#page_main{
    width: 100%;
    background-color:  #f9f9f9;
    padding: 30px 0;
}
.page_forget{
    width: 1200px;
    height: 600px;
    background-color: #ffffff;
    margin: auto;
}
.forget{
    width: 580px;
    margin: auto;
    padding-top: 40px;
}
.forget>h1{
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 30px;
}
.forget_text{
    width: 350px;
    margin: auto;
}
/* .input_box{
    width: 350px;
    height: 40px;
    border-radius: 3px;
    border:1px solid #d8d8d8;
    padding-left: 10px;
} */
.forget_pwd{
    width: 350px;
    height: 40px;
    border-radius: 3px;
    border:1px solid #d8d8d8;
    padding-left: 10px;
}
.auth_code{
    width: 372px;
    height: 45px;
    margin-bottom: 8px;
}
.input_box2{
    width: 220px;
    height: 40px;
    border-radius: 3px;
    border:1px solid #d8d8d8;
    padding-left: 10px;
}
.get_code,.auth_code>p{
    width: 100px;
    float: right;
}
#btn-forget-code{
    height: 40px;
}
.get_code{
    border-radius: 3px;
    border:1px solid #2598ff;
    color: #2598ff;
    background-color: #fff;
}
.get_code:hover{
    background-color: #2598ff;
    color: #fff;
}
input::placeholder{
    color: #999;
}
.pwd>a{
    display: block;
    float: right;
}
.forget_text>button{
    width: 366px;
    height: 40px;
    border-radius: 3px;
    background-color: #2598ff;
    border:1px solid #2598ff;
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
}
.forget_text>p>a{
    color: #2598ff;
}

/* 页尾
#footer>iframe{
    height:200px;
}  */