.gui-form { width: 100%; color: #333; line-height: 40px; }
.gui-form .gui-form-item { display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 10px; }
.gui-form .gui-form-tips { color: #ff4d4f; font-size: 12px; }
.gui-form .gui-form-tips-href { line-height: 30px; font-size: 16px; margin-bottom: 50px; }
.gui-form .gui-form-tips-href a { color: #1890ff; }
.gui-form .gui-form-label { font-size: 14px; text-align: right; padding-right: 20px; width: 150px; }
.gui-form .gui-form-require { color: #ff4d4f; padding-right: 5px; }
.gui-form .gui-form-input { min-width: 400px; max-width: 800px; }
.gui-form .gui-form-input textarea { min-height: 100px; }
.gui-form .gui-form-input input, .gui-form .gui-form-input textarea { width: 95%; padding: 4px 10px; font-size: 14px; background-color: #fff; border: 1px solid #d9d9d9; border-radius: 2px; line-height: 25px; }
.gui-form .gui-form-input input[type="file"] { border: none; font-size: 0; }
.gui-form .gui-form-input .gui-form-submit, .gui-form .gui-form-input .gui-form-reset, .gui-form .gui-form-input button { cursor: pointer; font-size: 14px; border-radius: 2px; min-width: 80px; }
.gui-form .gui-form-input .gui-form-submit, .gui-form .gui-form-input .gui-form-reset { width: 80px; }
.gui-form .gui-form-input .gui-form-submit, .gui-form .gui-form-input button { color: #fff; background: #1890ff; border-color: #1890ff; display: inline-block; text-align: center; }
.gui-form .gui-form-input .gui-form-reset { border-radius: 2px; background: #fff; border: 1px solid #d9d9d9; margin-left: 16px; }
.gui-form .gui-form-input input[name="verCode"] { width: 150px; margin-right: 10px; }
.gui-form .gui-form-input .ver-code-btn { border: none; background: #1890ff; color: #fff; padding: 0 15px; }
.gui-form .gui-form-input .gui-form-input-tips { font-weight: bold; color: #959598; font-size: 12px; line-height: 2; margin: 10px 0; }
.gui-form .gui-form-file input { display: none; }
.gui-form .gui-file-list { border: 1px solid #d9d9d9; border-radius: 2px; margin: 10px 0; padding: 10px; }
.gui-form .gui-file-list li { border-bottom: 1px dotted #d9d9d9; color: #8a8a8a; padding: 10px 0; overflow: hidden; }
.gui-form .gui-file-list li:last-child { border-bottom: none; }
.gui-form .gui-file-list li .img { width: 30px; height: 30px; float: left; margin-right: 10px; }
.gui-form .gui-file-list li .img img { -o-object-fit: cover; object-fit: cover; width: 100%; height: 100%; }
.gui-form button { border: none; line-height: 32px; }
.gui-form .gui-form-selector { position: relative; line-height: 32px; }
.gui-form .gui-form-selector .gui-form-select { height: 32px; /*background: url(../images/i-select.png*/) right center no-repeat #fff; border: 1px solid #d9d9d9; border-radius: 2px; padding: 0 11px; width: 95%; }
.gui-form .gui-form-selector .gui-form-selector-option { display: none; border: 1px solid #d9d9d9; border-radius: 2px; background: #fff; position: absolute; left: -1px; top: 31px; padding: 0 11px; width: 95%; z-index: 99; }
.gui-form .gui-form-selector .gui-form-selector-option li { cursor: pointer; padding: 0 10px; line-height: 32px; }
.gui-form .gui-form-selector .gui-form-selector-option li:hover { background: #ebf6fe; }
.gui-alert-wrap { background: rgba(0, 0, 0, 0.4); position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 100; }
.gui-alert-wrap .gui-alert { background: #fff; border-radius: 5px; width: 400px; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.gui-alert-wrap .alert-tips { padding: 30px 30px 80px; line-height: 2; }
.gui-alert-wrap .alert-btns { color: #1890ff; cursor: pointer; border-top: 1px solid #ebf6fe; height: 50px; line-height: 50px; text-align: center; position: absolute; left: 0; right: 0; bottom: 0; font-size: 18px; }
/*# sourceMappingURL=form.css.map */
.m-box-qr { width: 300px; margin: 0 auto; height: 300px; position: relative; }
.m-box-qr img { height: 100%; width: 100%; }
.m-box-qr .msg { position: absolute; top: 0; left: 0; width: 100%;/* display: flex;justify-content: center;align-items: center; */ height: 100%; line-height: 300px; background: rgba(0,0,0,0.92); _background: #000; color: #fff; text-align: center; cursor: pointer }
.m-box-file .pic { height: 200px; margin-right: 10px; overflow: hidden; display: inline-block; }
.m-box-file img { max-width: 200px; max-height: 200px; }
.m-harmfulurls ul { list-style: decimal; padding-left: 30px; }
.m-harmfulurls ul li, .m-harmfulurls p { word-break: break-all; line-height: 1.5em }
.gui-form-service { border: 1px solid #ccc; padding: 10px; overflow-y: auto; height: 200px; margin-bottom: 20px; }
.gui-form-service h2 { text-align: center; margin-bottom: 20px; font-weight: bold; }
.gui-form-service div { margin-bottom: 20px; }
.gui-form-service p { text-indent: 2em; margin-bottom: 20px; }
.gui-form-service-checkbox { text-align: left; }
.gui-form-service-checkbox input { width: auto !important; padding-right: 10px !important; }
.gui-form-service-checkbox.warn { color: #ff4d4f; }
/**/
.m-lst-binds li { background:#F2F2F2; margin: 10px 0 0 }
.m-lst-binds .avatar { width: 64px; float: left }
.m-lst-binds .info { position: relative; margin-left: 80px; line-height: 32px; display: block }
.m-lst-binds .unbind { position: absolute; background: #f00; height: 20px; line-height: 20px; text-align: center; color: #fff; font-weight: bold; right: 0; top: 0; padding: 0 5px; cursor:pointer }
