diff --git a/04.系统编码/App/Content/styles/register.css b/04.系统编码/App/Content/styles/register.css
index 7993375..d797607 100644
--- a/04.系统编码/App/Content/styles/register.css
+++ b/04.系统编码/App/Content/styles/register.css
@@ -132,15 +132,19 @@
     background: url('../images/login-btn.png') no-repeat center/cover;
 }
 
+.org-select .textbox {
+    border-top-color: #dddddd;
+}
+
 .org-select .textbox .textbox-text {
-    height: 40px !important;
+    height: 38px !important;
     padding-left: 37px;
-    line-height: 44px;
+    line-height: 38px !important;
     border-radius: 3px;
 }
 
 .org-select .combo-arrow {
     background: url("../images/drop-down.png") no-repeat;
     background-size: 20px 20px;
-    background-position-y: 12px;
+    background-position-y: 9px;
 }
\ No newline at end of file