@charset "utf-8";
/*验证码 start*/
.vertify_code{
	display:flex;
	align-items: center;
}
.count_down_btn {
    white-space: nowrap;
    display: block;
    padding: 5px;
    background: #56921f;
    color: #fff;
    border-radius: 3px;
    margin-left: 3px;
    cursor: pointer;
}
/*验证码 start*/