.yy-ruleForm .el-input{border: 1px solid #e5e5e5}
.yy-ruleForm .el-button--primary{background-color: #ea5703;width: 100%;height: 50px;}
.yy-ruleForm .el-button--primary:hover{background-color: #ea5703;color: #FFF;}
.el-dialog__body{padding: 10px 60px 40px;}
.diaLog .title{font-size: 30px;color: #333333;padding-bottom: 20px;font-weight: bold;letter-spacing: 2px;position: relative}
.diaLog .title::after {content: "";position: absolute;bottom: 0;left: 0;width: 34px;height: 2px;background: #ea5703;}
.diaLog .title2 {margin-top: 15px;color: #333333;font-size: 18px;line-height: 32px;margin-bottom: 40px;}
.diaLog .verify_box .verify_btn{width: 120px;}
@media screen and (min-width: 1300px) and (max-width:1519px) {
    .diaLog .verify_box .verify_btn{width: 110px;}
}

@media screen and (min-width: 1080px) and (max-width:1299px) {
    .diaLog .verify_box .verify_btn{width: 90px;}
}



@media screen and (min-width: 860px) and (max-width:1079px) {
    .f15{font-size: 13px;}
    .el-dialog__body{padding: 10px 30px 30px;}
    .vr_des_box {padding: 10px;margin: 0}
    .vr-btn2 {
        width: 100%;
        color: #fff;
        background: #a98551;
        border: 1px solid #a98551;
    }
    .el-dialog{width: 80%}
    .diaLog .verify_box .verify_btn{width: 90px;}
}
/*<=959px and >=768px的设备：PC端;*/
@media screen and (min-width: 768px) and (max-width:859px) {
    .f15{font-size: 13px;}
    .el-dialog{width: 80%}
    .el-dialog__body{padding: 10px 30px 30px;}
    .diaLog .title2{font-size: 16px;margin-bottom: 15px;}
    .el-dialog__header{padding-top: 10px;}
    .vr-btn2 {
        width: 100%;
        color: #fff;
        background: #a98551;
        border: 1px solid #a98551;
    }

}

@media screen and (max-width:767px){
    .el-dialog__header{padding-top: 0;}
    .el-dialog{width: 90%;}
    .el-dialog__body{padding: 10px 30px 30px;}
    .diaLog .title{font-size: 24px;}
    .diaLog .title2{font-size: 14px;margin-bottom: 15px;}
    .vr_des_box{padding-left: 10px;}
    .vr-btn{width: 45%;position: absolute;right: 10px;top: 10px;}
}