body{
    margin:0;
}
.box{
    width:100%;
    height:968px;
    background:#f4f4f4;
    overflow:hidden;
}
input{
    border:1px solid #eeeeee;
    outline: none;
}
input::-webkit-input-placeholder {
    /* placeholder颜色  */
    color: #cfcfcf;
    /* placeholder字体大小  */
    font-size: 14px;
    /* placeholder位置  */
    /* text-align: right; */
}
.top-banner{
    height: 74px;
    box-shadow: 0px 1px 30px #e4e4e4;
    overflow: hidden;
    display: flex;
    flex-direction: row;
}
.top-banner img{
    display: block;
    width: 129px;
    height: 40px;
    margin-top: 16px;
    margin-left: 79px;
}
.top-banner p{
    height: 34px;
    line-height: 34px;
    font-size: 19px;
    color: #333;
    margin-top: 19px;
    margin-left: 60px;
}
.zhuti-forget{
    width:315px;
    height:400px;
    background:#fff;
    margin:180px auto;
    padding:0 44px;
    border-radius: 8px;
    overflow:hidden;
    box-shadow:0px 0px 30px #e4e4e4;
    position: relative;
}
.text{
    width: 100%;
    height: 24px;
    position: absolute;
    top: 18px;
    color: red;
}
.input-name{
    width:100%;
    margin-top:18px;
    height:35px;
    font-size:16px;
    color:#747272;
    text-indent:10px;
}
.verify{
    width:100%;
    height:40px;
    display:flex;
    flex-direction: row;
    margin-top:10px;
}
.verify input{
    height:35px;
    font-size:14px;
    color:#747272;
    text-indent:10px;
}
.verify button{
    outline: none;
    border:1px solid #fc815c;
    width: 92px;
    height: 32px;
    background: #fc815c;
    color: #fff;
    margin-top:4px;
    line-height: 29px;
    text-align: center;
    font-size: 14px;
    border-radius: 8px;
    margin-left: 27px;
    cursor:pointer
}
.btn{
    display:block;
    width:194px;
    height:34px;
    background:#fc815c;
    color:#fff;
    padding: 0;
    border: 1px solid transparent;
    outline: none; 
    margin:0 auto;
    margin-top:10px;
    font-size:16px;
    border-radius: 8px;
    cursor:pointer
    
}
.zhanghao{
    width:100%;
    height:24px;
    color:#666666;
    font-size:17px;
    margin-top:44px;
    font-weight:600;
}