<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* é‚€è¯·é¢è¯• */
.interview{ margin:0px auto; width:400px; height:auto; text-align:left; }
.interview  .title{ float:left; width:400px; height:30px; line-height:30px; color:#999;background:url(/images/user/line1.png) 0px 15px repeat-x; text-align:center; }
.interview  .title span{ margin:auto; width:120px; line-height:30px; background-color:#FFF; }
.interview  .name{ float:left; width:400px; height:auto; line-height:40px; }
.interview  .name ul li{ margin:auto; width:80px;line-height:40px; color:#0094ff; font-size:16px; text-align:center; }
.interview dl{ float:left;width:400px; height:auto; margin-top:10px; }
.interview dl dt{ float:left;width:105px; height:auto; line-height:34px; text-align:right; color:#666; }
.interview dl dt i{ float:right;width:20px; height:34px;line-height:39px; color:#F00; font-style:normal; text-align:center; }
.interview dl dd{ float:left;width:280px; height:auto; line-height:34px; color:#666;  } 
.interview dl dd .txt160{ float:left; width:140px; height:28px; line-height: 28px;border:1px #DDD solid; color: #333; padding: 0 25px 0 5px; margin-right:5px;outline:none; }
.interview dl dd .txt{ float:left; width:225px; height:28px; line-height: 28px;border:1px #DDD solid; color: #333; padding: 0 25px 0 5px; margin-right:5px;outline:none; }
.interview .wid105 .dropdown { float:left;width:75px; height:28px; }
.interview .button{ float:left; width:400px; height:auto; line-height:40px; margin-top:10px; text-align:center; }
.interview .button .send{ display:inline-block; width:80px; line-height:30px;font-size:14px; background-color:#0094ff;color:#FFF; text-align:center; cursor:pointer;border-radius:2px; margin:0px 5px; }
.interview .button .send:link{ color:#FFF; }
.interview .button .send:hover{ background-color:blue;color:#FFF; }
.interview .button .cancel{ display:inline-block; width:80px; line-height:30px;font-size:14px; background-color:#BBB;color:#FFF; text-align:center; cursor:pointer;border-radius:2px; margin:0px 5px; border:0px #FFB865 solid; }
.interview .button .cancel:link{ color:#FFF; }
.interview .button .cancel:hover{ background-color:#999;color:#FFF; }

/*ä¸‹æ‹‰æ¡†*/
.dropdown, .dropdown div, .dropdown li, .dropdown div::after { -webkit-transition: all 150ms ease-in-out; -moz-transition: all 150ms ease-in-out; -ms-transition: all 150ms ease-in-out; transition: all 150ms ease-in-out; }
.dropdown .selected::after, .dropdown.scrollable div::after { -webkit-pointer-events: none; -moz-pointer-events: none; -ms-pointer-events: none; pointer-events: none; }
.dropdown { position: relative; width: 250px; border: 1px solid #d7d7d7; cursor: pointer; background: #fff; -webkit-user-select: none; -moz-user-select: none; user-select: none; }
.dropdown.open { z-index: 2; }
.dropdown .carat { position: absolute; right:9px; top: 50%; margin-top: -3px; _margin-top: -10px; background: url(/images/form/select.png) no-repeat 0 center; width: 13px; height: 7px; }
.dropdown.open .carat { margin-top: -3px; _margin-top: -10px; background: url(/images/form/select.png) no-repeat 0 center; }
.dropdown.disabled .carat { border-top-color: #999; }
.dropdown .old { position: absolute; left: 0; top: 0; height: 0; width: 0; overflow: hidden; }
.dropdown select { position: absolute; left: 0px; top: 0px; }
.dropdown.touch .old { width: 100%; height: 100%; }
.dropdown.touch select { width: 100%; height: 100%; opacity: 0; }
.dropdown .selected { display: block; height: 28px; line-height: 28px; color: #333; padding: 0px 5px; overflow: hidden; white-space: nowrap; }
.dropdown li { height: 24px; line-height: 24px; }
.dropdown.disabled .selected { color: #999; }
.dropdown .selected::after { content: ''; position: absolute; right: 0; top: 0; bottom: 0; width: 60px; border-radius: 0 2px 2px 0; box-shadow: inset -55px 0 25px -20px #fff; }
.dropdown div { position: absolute; height: 0; left: -1px; right: -1px; top: 100%; margin-top: -1px; background: #fff; border: 1px solid #d7d7d7; border-top: 1px solid #e4e4e4; overflow: hidden; opacity: 0; }
.dropdown.open div { opacity: 1; z-index: 2; }
.dropdown.scrollable div::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 50px; box-shadow: inset 0 -50px 30px -35px #fff; }
.dropdown.scrollable.bottom div::after { opacity: 0; }
.dropdown ul { position: absolute; left: 0; top: 0; height: 100%; width: 100%; list-style: none; overflow: hidden; }
.dropdown.scrollable.open ul { overflow-y: auto; }
.dropdown li { list-style: none; padding: 0px 5px; color: #444444; }
.dropdown li.focus { background: #ff9900; position: relative; z-index: 3; color: #fff; }
.dropdown li.active { font-weight: 700; color: #111111; }</pre></body></html>