html,body{overflow:hidden;-webkit-text-size-adjust:none;background: #ffffff;}
img, input {border: none;padding: 0; margin: 0;outline-style: none;}
input {padding-top: 0; padding-bottom: 0;vertical-align: middle;}
*{margin:0;padding:0;}
.test_verify{width: 670px;height: 350px;    border: 1px solid #f5f5f5;border-radius: 5px;transform: translate(-50%,-50%);left: 50%;top: 50%;position: absolute;padding: 0 30px 30px;}
.verify_txt{background: #f5f5f5;height: 100px;display: flex;align-items: center;font-size: 42px;color: #eb6100;margin-left: -30px;margin-right: -30px;padding-left: 30px;}
.verify_txt1{font-size: 16px;color: #80817f;margin:20px 0;}
.verify_content{height: 50px;width:250px;display:flex;align-items: center;border: 1px solid #a0a0a0;padding-left:10px;border-bottom: none;}
.yzimg{width: 18px;height:22px;object-fit: contain;}
.yzimgtxt{font-size: 16px;color:#7e7e7e;margin:0 10px;    word-break: keep-all;}
.yzimgnum{width: 60px;height:22px;margin-right: 6px;}
.yziinput{width: 100%;height: 100%;border: none;}
.submit{height:50px;width: 262px;background-color:#eb6100;font-size: 16px;color:#ffffff;display: flex;align-items: center;justify-content:center;cursor: pointer;margin-bottom: 30px;}
.itemtxt{font-size: 16px;color:#7e7e7e;margin-top: 25px;line-height: initial;}
#password_error{color: red; margin-top: -9px; display: none;}
@media (max-width:920px){
    .test_verify{width: 90%;padding: 0 10px 10px;height: auto;}
    .yzimgtxt{font-size: 14px;margin:0 5px}
    .verify_txt{height:50px;font-size: 20px;margin-left: -10px;margin-right: -10px;padding-left: 10px;}
    .verify_txt1{margin:15px 0;font-size: 14px;}
    .submit{margin-bottom:15px;height: 40px;font-size: 14px;}
    .itemtxt{margin-top:10px;font-size: 14px;}
    .verify_content{height:40px}
}