style.css 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749
  1. .indexNews{
  2. padding:5px 0;
  3. position:relative;
  4. margin-top:10px;
  5. margin-bottom:-10px
  6. }
  7. .indexNews h3{
  8. display:inline-block;
  9. *display:inline;
  10. zoom:1;
  11. height:25px;
  12. line-height:25px;
  13. margin:0 10px 0 10px;
  14. padding:0 10px 0 0;
  15. font-weight:600;
  16. border-right:1px solid #ccc
  17. }
  18. .indexNews #index-news {
  19. display:inline-block;
  20. *display:inline;
  21. zoom:1;
  22. height:25px;
  23. width:520px;
  24. overflow:hidden;
  25. line-height:25px;
  26. vertical-align: top;
  27. white-space: nowrap;
  28. }
  29. .indexNews a{
  30. color:#666
  31. }
  32. .indexNews a:hover{
  33. color:#0063DB
  34. }
  35. .indexNews i{
  36. font-style:normal;
  37. margin:0 5px 0 20px;
  38. font-size:8px;
  39. vertical-align:top;
  40. color:#999
  41. }
  42. .indexNews .contact {
  43. position:absolute;
  44. right:5px;
  45. top:9px
  46. }
  47. .indexNews .contact b{
  48. margin:0 20px 0 0;
  49. font-size:14px;
  50. vertical-align:middle;
  51. }
  52. .indexNews .contact a{
  53. margin:0 5px 0 0
  54. }
  55. .indexContent {
  56. position:relative;
  57. margin-top:20px
  58. }
  59. .indexContent .sidebar{
  60. width:230px;
  61. float:left
  62. }
  63. .sidebar .askTotalState {
  64. margin:20px 0 0 30px
  65. }
  66. .sidebar .askTotalState b{
  67. color:#f99b1d
  68. }
  69. .sidebar .askTotalState .bestRate {
  70. }
  71. .sidebar .askTotalState .bestRate b{
  72. font-size:24px;
  73. margin:0 0 0 5px
  74. }
  75. .sidebar .stateItem {
  76. height:18px;
  77. line-height:18px;
  78. padding:0 0 0 18px;
  79. margin:2px 0 0 0
  80. }
  81. .sidebar .askTotalState .iconRight,.sidebar .askTotalState .iconQuestion {
  82. background:url(globalIcon.png) no-repeat
  83. }
  84. .sidebar .askTotalState .iconRight {
  85. background-position: 0 -5px
  86. }
  87. .sidebar .askTotalState .iconQuestion {
  88. background-position: 0 -36px
  89. }
  90. .sidebar .mainMenu {
  91. margin:20px 0
  92. }
  93. .sidebar .mainMenu li {
  94. margin:1px 0
  95. }
  96. .sidebar .mainMenu li a {
  97. display:inline-block;
  98. *display:inline;
  99. zoom:1;
  100. height:38px;
  101. line-height:38px;
  102. padding:0 0 0 20px;
  103. width:210px;
  104. color:#8D826D;
  105. font-size:14px;
  106. background:#ededed;
  107. text-shadow:1px 1px 0 #fff
  108. }
  109. .sidebar .mainMenu li a:hover {
  110. color:#fff;
  111. background:#ACA089;
  112. text-shadow:1px 1px 0 #8D826D
  113. }
  114. .sidebar .mainMenu li.now a.firMenu{
  115. background:#aca089 url(subMenuArrow.png) no-repeat right center;
  116. font-weight:600;
  117. color:#fff;
  118. text-shadow:1px 1px 0 #8D826D
  119. }
  120. .sidebar .mainMenu li .subMenu{
  121. background:#ededed;
  122. border-bottom:1px solid #ACA089;
  123. padding:3px 0
  124. }
  125. .sidebar .mainMenu li .subMenu a{
  126. font-size:12px;
  127. height:24px;
  128. line-height:24px;
  129. width:195px;
  130. margin:1px 0;
  131. color:#8D826D;
  132. text-shadow:1px 1px 0 #fff;
  133. padding:0 0 0 35px
  134. }
  135. .sidebar .mainMenu li .subMenu a:hover{
  136. background:#E3DFD5;
  137. color:#8D826D
  138. }
  139. .sidebar .mainMenu li .subMenu a.snow{
  140. background:#ACA089 url(subMenuArrow.png) no-repeat right center;
  141. color:#fff;
  142. font-weight:600;
  143. text-shadow:1px 1px 0 #8D826D
  144. }
  145. .sidebar .slideBox {
  146. padding:15px 0 20px
  147. }
  148. .sidebar .slideBox h2 {
  149. margin:0 0 5px 10px;
  150. color:#333;
  151. font-weight:600
  152. }
  153. .sidebar .expertBox li {
  154. padding:5px;
  155. margin:3px 0;
  156. background:#f2f2f2
  157. }
  158. .sidebar .expertBox .expertProfile div {
  159. margin:0 0 0 5px
  160. }
  161. .sidebar .expertBox .now .expertProfile div {
  162. margin-bottom:5px
  163. }
  164. .sidebar .expertBox .expertProfile .expName,.sidebar .expertBox .expertProfile .expAnswer {
  165. width:122px
  166. }
  167. .sidebar .expertBox .expertProfile .expGood {
  168. width:135px
  169. }
  170. .sidebar .expertBox .expertProfile .expName {
  171. background:url(globalIcon.png) no-repeat 0 -126px;
  172. padding:0 0 0 16px
  173. }
  174. .sidebar .expertBox .expertAnswer a{
  175. display:block;
  176. margin:0 0 5px 0
  177. }
  178. .sidebar .expertBox .expertProfile .expAnswer,.sidebar .expertBox .expertProfile .expGood,.sidebar .expertBox .expertAnswer,.sidebar .expertBox .askExpertBtn,.sidebar .expertBox img {
  179. display:none
  180. }
  181. .sidebar .expertBox li.now {
  182. background:#fff
  183. }
  184. .sidebar .expertBox li.now .expertProfile .expAnswer,.sidebar .expertBox li.now .expertProfile .expGood,.sidebar .expertBox li.now .expertAnswer,.sidebar .expertBox li.now .askExpertBtn,.sidebar .expertBox li.now img {
  185. display:block
  186. }
  187. .sidebar .expertBox li.now .expertProfile .expName a{
  188. font-weight:600
  189. }
  190. .sidebar .expertBox .expertAnswer a{
  191. color:#666
  192. }
  193. .sidebar .expertBox .expertAnswer a:hover{
  194. color:#0063db
  195. }
  196. .sidebar .expertBox .askExpertBtn {
  197. background:url(globalIcon.png) no-repeat 0 -96px;
  198. padding:0 0 0 18px;
  199. margin:0 0 0 70px
  200. }
  201. .indexContent .mainContent {
  202. margin:0 0 0 230px;
  203. *width:720;
  204. *float:right;
  205. *margin:0 0 0 0;
  206. background:#fff
  207. }
  208. .mainContent .centerTab {
  209. margin:1px;
  210. background:#f1f1f1 url(centertabbg.png) repeat-x left bottom;
  211. position:relative
  212. }
  213. .mainContent .centerTab ul{
  214. width:100%
  215. }
  216. .mainContent .centerTab li {
  217. float:left
  218. }
  219. .mainContent .centerTab li a {
  220. display:inline-block;
  221. *display:inline;
  222. zoom:1;
  223. padding:0 40px;
  224. height:35px;
  225. line-height:36px;
  226. color:#999;
  227. border-bottom:1px solid #e1e1e1;
  228. font-size:14px;
  229. text-shadow:1px 1px 0 #fff
  230. }
  231. .mainContent .centerTab li a:hover{
  232. color:#333;
  233. background:#f8f8f8;
  234. height:35px;
  235. border-bottom:1px solid #869F2A
  236. }
  237. .mainContent .centerTab li a.now {
  238. background:#fff;
  239. border-bottom:1px solid #fff;
  240. border-right:1px solid #e1e1e1;
  241. margin:0 0 -1px 0;
  242. color:#8D826D;
  243. font-weight:600
  244. }
  245. .mainContent .centerTab .tabTips{
  246. position:absolute;
  247. background:#DBE3FF url(tabTips.png) no-repeat 0 0;
  248. padding:0 10px 0 20px;
  249. color:#585B66;
  250. height:33px;
  251. line-height:35px;
  252. left:275px;
  253. border:1px solid #A2B4EE;
  254. display:none;
  255. }
  256. .mainContent .todayBar {
  257. position:absolute;
  258. right:-12px;
  259. width:8px;
  260. height:86px;
  261. background:url(todayBarBg.png) repeat-y center 0;
  262. float:left;
  263. border-top:1px solid #ff6705;
  264. border-bottom:1px solid #ff6705
  265. }
  266. .mainContent .todayBar span{
  267. color:#ff6705;
  268. background:#fff;
  269. display:block;
  270. padding:5px 0;
  271. position:absolute;
  272. left:10px
  273. }
  274. .indexAskList li {
  275. border-bottom:1px dashed #e7e7e7;
  276. padding:12px 20px;
  277. position:relative;
  278. _height:16px
  279. }
  280. .indexAskList li h2 {
  281. margin:0 125px 0 0;
  282. }
  283. .indexAskList li h2 a{
  284. font-size:14px;
  285. color:#666
  286. }
  287. .indexAskList li h2 a:hover{
  288. color:#336699
  289. }
  290. .indexAskList .askListState {
  291. width:100px;
  292. position:absolute;
  293. right:20px;
  294. top:3px
  295. }
  296. .indexAskList .askListState .queState {
  297. float:left;
  298. line-height:36px
  299. }
  300. .indexAskList .askListState .answerNum{
  301. width:25px;
  302. height:20px;
  303. text-align:center;
  304. background:url(answerNumBg.png) no-repeat 0 0;
  305. float:right;
  306. padding:2px 0 0 0;
  307. margin:8px 0 0 0
  308. }
  309. .indexAskList .askListState .colGreen {
  310. color:#829b1b
  311. }
  312. .indexAskList .askListState .colRed {
  313. color:#f70000
  314. }
  315. .indexAskList li .asked a:hover {
  316. margin:0 10px 0 0;
  317. color:#9AB13C
  318. }
  319. .indexAskList .hover {
  320. background:#fcfde7;
  321. margin:0 0 0 -1px
  322. }
  323. .indexAskList .hover h2 a{
  324. color:#333
  325. }
  326. .indexAskList h2 .askReward,span.askReward {
  327. margin:0 5px 0 0;
  328. color:#ff6600
  329. }
  330. .pageContent .sidebar{
  331. width:240px
  332. }
  333. .pageContent .mainContent {
  334. margin:20px 240px 0 0;
  335. *width:720px;
  336. *float:left;
  337. *margin:20px 0 0 0
  338. }
  339. .pageContent .mainContent h2 {
  340. font-size:24px;
  341. font-weight:600;
  342. padding:0 0 0 25px
  343. }
  344. .warpPageBox h2.pageBoxTitle {
  345. height:35px;
  346. background:#f1f1f1;
  347. line-height:30px;
  348. margin:1px 1px 0 1px;
  349. padding:0 0 0 10px;
  350. font-size:14px;
  351. font-weight:normal
  352. }
  353. .warpPageBox .pageBoxTitle b,b.extraIcon {
  354. background:url(globalIcon.png) no-repeat;
  355. width:16px;
  356. height:16px;
  357. display:inline-block;
  358. *display:inline;
  359. zoom:1;
  360. vertical-align: middle;
  361. margin:0 5px 0 0
  362. }
  363. .warpPageBox .pageBoxTitle .iconNotDone,b.iconNotDone {
  364. background-position:0 -37px
  365. }
  366. .warpPageBox .pageBoxTitle .iconDone,b.iconDone {
  367. background-position:0 -6px
  368. }
  369. .warpPageBox .pageBoxTitle .iconStop,b.iconStop {
  370. background-position:0 -67px
  371. }
  372. .warpPageBox .pgBoxItem {
  373. padding:10px 0
  374. }
  375. .warpPageBox .pgBoxItem .userAvatar {
  376. width:110px;
  377. margin:10px 0;
  378. text-align:center;
  379. float:left
  380. }
  381. .warpPageBox .pgBoxItem .userAvatar b.expIcon,span.expIcon {
  382. display:inline-block;
  383. *display:inline;
  384. zoom:1;
  385. vertical-align: middle;
  386. width:16px;
  387. height:16px;
  388. background:url(globalIcon.png) no-repeat 0 -128px
  389. }
  390. .warpPageBox .pgBoxItem .userAvatar p {
  391. text-align:center;
  392. line-height:12px;
  393. margin:5px 0 0 0;
  394. padding:0 0 0 5px
  395. }
  396. .warpPageBox .pgBoxItem .pgBoxContent {
  397. margin:0 20px 0 120px;
  398. line-height:22px
  399. }
  400. .warpPageBox .pgBoxItem .pgBoxContent img {
  401. max-width: 590px
  402. }
  403. .warpPageBox .pgBoxItem .pgBoxContent h3 {
  404. font-size:18px;
  405. color:#ff6600;
  406. margin:0 0 5px 0
  407. }
  408. .warpPageBox .pgBoxItem .pgBoxContent .pgBoxExtra {
  409. margin:10px 0 0 0;
  410. background:#f7f7f7;
  411. padding:5px
  412. }
  413. .warpPageBox .pgBoxItem .pgBoxContent .pgBoxExtra .edui-editor-iframeholder {
  414. *height:320px
  415. }
  416. .warpPageBox .pgBoxItem .pgBoxContent .pgBoxExtra .extraTitle{
  417. color:#999;
  418. border-left:2px solid #9AB13C;
  419. padding:0 0 0 5px
  420. }
  421. .warpPageBox .pgBoxItem .pgBoxContent .pgBoxExtra .extraButton {
  422. margin:5px 0 0 0
  423. }
  424. .warpPageBox .pgBoxItem .pgBoxContent .pgBoxInfo {
  425. border-top:1px dashed #ccc;
  426. margin:10px 0 0 0;
  427. padding:5px 0
  428. }
  429. .warpPageBox .pgBoxItem .pgBoxContent .pgBoxInfo li {
  430. float:left;
  431. margin:0 20px 0 0;
  432. color:#999
  433. }
  434. .warpPageBox .pgBoxItem .pgBoxContent .pgBoxInfo li span {
  435. color:#ff6600
  436. }
  437. .warpPageBox .pgBoxItem .pgBoxContent .pgBoxControl .contarolPanel {
  438. float:left;
  439. padding:3px 5px;
  440. background:#EFF8E1
  441. }
  442. .warpPageBox .pgBoxItem .pgBoxContent .pgBoxControl .contarolPanel a {
  443. margin:0 10px 0 0
  444. }
  445. .warpPageBox .pgBoxItem .askPostItem .button{
  446. margin:20px 20px 20px 0;
  447. float:right
  448. }
  449. .pgBoxItem .noLoginItem{
  450. text-align:center;
  451. padding:10px 0;
  452. background:#e1ecff;
  453. margin:10px 0 0 120px
  454. }
  455. .pgBoxItem .noLoginItem a{
  456. text-decoration:underline;
  457. }
  458. .pgBoxContent .pgBoxControl .button{
  459. margin:10px 10px 10px 0;
  460. float:right
  461. }
  462. .warpPageBox .pgBoxItem h2 {
  463. background:#f1f1f1;
  464. height:16px;
  465. line-height:16px;
  466. margin:10px 1px
  467. }
  468. .warpPageBox .pgBoxItem h2 span{
  469. font-size:14px;
  470. padding:0 5px;
  471. background:#fff;
  472. margin:0 0 0 5px
  473. }
  474. .warpPageBox .pgBoxItem .normalList li {
  475. height:36px;
  476. line-height:36px;
  477. border-bottom:1px dashed #ededed;
  478. padding:0 0 0 10px;
  479. overflow:hidden
  480. }
  481. .bestAnswer,.userAnswer {
  482. margin:20px 0 0 0
  483. }
  484. .bestAnswer {
  485. border-color:#f58a20
  486. }
  487. .bestAnswer h2.pageBoxTitle {
  488. background:#ffe9cb url(bestAnswerIcon.png) no-repeat 0 0;
  489. padding-left:30px
  490. }
  491. .bestAnswer .answerRepor {
  492. padding:10px 0 0 15px;
  493. border-top:1px dashed #ccc;
  494. margin:10px 0 0 0
  495. }
  496. .userAnswer .pgBoxItem {
  497. border-bottom:1px dashed #dedede
  498. }
  499. .warpPageBox .pgBoxItem .agreeThis,.warpPageBox .pgBoxItem .agreeThisDis {
  500. background:url(agreeBtn.png) 0 0;
  501. height:24px;
  502. cursor:pointer;
  503. float:right;
  504. display:inline-block;
  505. *display:inline;
  506. zoom:1
  507. }
  508. .warpPageBox .pgBoxItem .agreeThis .agreeBtn,.warpPageBox .pgBoxItem .agreeThisDis .agreeBtn{
  509. background:url(agreeBtn.png) right -26px;
  510. height:24px;
  511. margin:0 0 0 22px;
  512. color:#DF4843;
  513. width:33px;
  514. }
  515. .warpPageBox .pgBoxItem .agreeThis .agreeTips,.warpPageBox .pgBoxItem .agreeThisDis .agreeTips {
  516. display:none;
  517. width:33px;
  518. }
  519. .warpPageBox .pgBoxItem .agreeThis .agreeNum,.warpPageBox .pgBoxItem .agreeThisDis .agreeNum {
  520. line-height:22px;
  521. width:33px;
  522. display:inline-block;
  523. *display:inline;
  524. zoom:1;
  525. text-align:center
  526. }
  527. .warpPageBox .pgBoxItem .agreeThisHover {
  528. background-position:0 -52px
  529. }
  530. .warpPageBox .pgBoxItem .agreeThisHover .agreeBtn{
  531. background-position:right -78px
  532. }
  533. .warpPageBox .pgBoxItem .agreeThisHover .agreeTips {
  534. display:inline-block;
  535. *display:inline;
  536. zoom:1
  537. }
  538. .warpPageBox .pgBoxItem .agreeThisHover .agreeNum {
  539. display:none
  540. }
  541. .warpPageBox .pgBoxItem .agreeThisDis {
  542. background-position:0 -104px;
  543. }
  544. .warpPageBox .pgBoxItem .agreeThisDis .agreeBtn{
  545. background-position:right -130px;
  546. color:#666
  547. }
  548. .warpPageBox .pgBoxItem .agreeThisDisHover {
  549. background-position:0 -156px
  550. }
  551. .warpPageBox .pgBoxItem .agreeThisDisHover .agreeBtn{
  552. background-position:right -130px;
  553. margin:0 0 0 10px;
  554. width:45px
  555. }
  556. .warpPageBox .pgBoxItem .agreeThisDisHover .agreeTips {
  557. display:inline-block;
  558. *display:inline;
  559. zoom:1;
  560. width:45px
  561. }
  562. .warpPageBox .pgBoxItem .agreeThisDisHover .agreeNum {
  563. display:none
  564. }
  565. .userAnswer .pgBoxItemNoline {
  566. border:none
  567. }
  568. .pageContent .sidebar .rewardCon {
  569. margin:20px 0 0 0;
  570. text-align:center
  571. }
  572. .pageContent .sidebar .rewardCon h2{
  573. text-align:center
  574. }
  575. .pageContent .sidebar .rewardCon h2 span{
  576. font-size:20px;
  577. color:#ff6501
  578. }
  579. .pageContent .sidebar .newsAsk {
  580. border-top:1px solid #DADADA
  581. }
  582. .pageContent .sidebar .newsAsk li {
  583. border-bottom: 1px dashed #E7E7E7;
  584. padding: 8px 10px;
  585. text-align:left
  586. }
  587. .pageContent .sidebar .newsAsk li span{
  588. color:#ccc;
  589. font-size:10px
  590. }
  591. .searchContent .searchRes {
  592. margin:0 0 20px 0;
  593. font-size:14px
  594. }
  595. .searchContent .searchRes b{
  596. color:#f90000;
  597. margin:0 5px
  598. }
  599. .searchItem .searchTab {
  600. height:35px;
  601. border-bottom:1px solid #e1e1e1;
  602. margin:0 0 10px 0
  603. }
  604. .searchItem .searchTab a {
  605. height:34px;
  606. line-height:34px;
  607. padding:0 15px;
  608. background:#f5f5f5;
  609. display:inline-block;
  610. *display:inline;
  611. zoom:1;
  612. margin:0 10px;
  613. border:1px solid #f5f5f5;
  614. border-bottom:1px solid #e1e1e1;
  615. color:#666
  616. }
  617. .searchItem .searchTab a:hover {
  618. color:#9ab13d
  619. }
  620. .searchItem .searchTab a.now {
  621. background:#fff;
  622. border-color:#e1e1e1;
  623. border-bottom:1px solid #fff;
  624. color:#9ab13d;
  625. font-weight:600
  626. }
  627. .searfchList .sEntry {
  628. width:750px;
  629. color:#999;
  630. margin:30px 0
  631. }
  632. .searfchList .sEntry h2 a {
  633. font-size:14px;
  634. font-weight:600
  635. }
  636. .searfchList .sEntry h2 a em{
  637. font-size:14px;
  638. font-weight:600;
  639. color:#333;
  640. background:#FFF2AB
  641. }
  642. .searfchList .sEntry p em{
  643. color:#333;
  644. background:#FFF2AB
  645. }
  646. .searfchList .sEntry .sExtra li {
  647. float:left;
  648. margin:0 20px 0 0
  649. }
  650. .searfchList .sEntry p{
  651. margin:10px 0
  652. }
  653. .sidebar .userAvtra {
  654. text-align:center
  655. }
  656. .sidebar .userAvtra img {
  657. padding:10px;
  658. border:1px solid #e0e0e0;
  659. background:#f2f2f2;
  660. margin:0 0 5px 0
  661. }
  662. .sidebar .userAvtra p {
  663. text-align:center;
  664. font-size:14px;
  665. margin:0 0 5px 0
  666. }
  667. .sidebar .userAvtra .myOver b {
  668. font-size:18px
  669. }
  670. .sidebar .userAvtra .myOver .button {
  671. margin:10px 0 20px 60px
  672. }
  673. .sidebar .myMenu {
  674. margin:20px 0 0 0
  675. }
  676. .sidebar .myMenu .myMenuEntry{
  677. margin:1px 0
  678. }
  679. .sidebar .myMenu .myMenuEntry a.fir{
  680. display:inline-block;
  681. *display:inline;
  682. zoom:1;
  683. height:36px;
  684. line-height:36px;
  685. padding:0 0 0 36px;
  686. color:#666;
  687. font-size:14px;
  688. width:194px
  689. }
  690. .sidebar .myMenu .myMenuEntry a.fir:hover{
  691. background:#f1f1f1
  692. }
  693. .sidebar .myMenu .now a.fir{
  694. background-color:#F3F1ED;
  695. font-weight:600;
  696. color:#8D826D
  697. }
  698. .sidebar .myMenu .now a.fir:hover{
  699. background-color:#F3F1ED;
  700. color:#8D826D;
  701. cursor:default
  702. }
  703. .userItem .userEntry {
  704. padding:10px 20px 20px;
  705. margin:10px 0;
  706. border-bottom:1px dashed #dcdcdc
  707. }
  708. .userItem .noLine {border:none}
  709. .userItem .userEntry .orgBar {
  710. display:inline-block;
  711. *display:inline;
  712. zoom:1;
  713. width:220px;
  714. vertical-align: middle;
  715. background:#ccc;
  716. height:14px;
  717. margin:0 10px
  718. }
  719. .userItem .userEntry .orgBar:hover{
  720. background:#999
  721. }
  722. .userItem .userEntry .orgBar .barWidth{
  723. width:70%;
  724. background:#f9a119;
  725. display:inline-block;
  726. *display:inline;
  727. zoom:1;
  728. height:14px;
  729. background: -moz-linear-gradient(top, #ffc20f, #f79b1c);
  730. background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffc20f), to(#f79b1c));
  731. }
  732. .userItem .userLev ul{
  733. margin:0 0 15px 0
  734. }
  735. .userItem .userLev li{
  736. float:left;
  737. width:80px;
  738. margin:0 10px 0 0;
  739. text-align:center
  740. }
  741. .userItem .userLev li.title {
  742. text-align:left;
  743. width:60px;
  744. font-weight:600;
  745. line-height:40px
  746. }
  747. .userItem .userLev li b {
  748. font-size:18px;
  749. color:#839c1a
  750. }
  751. .userItem .userLev li b.colRed {
  752. color:#f90000
  753. }
  754. .userItem .userLev p{
  755. margin:15px 0 0 0
  756. }
  757. .userItem .userEntry h2{
  758. color:#333;
  759. font-weight:600;
  760. margin:0 0 10px 0
  761. }
  762. .userItem .userNews li {
  763. height:30px;
  764. line-height:30px
  765. }
  766. .userItem .userNews li .date {
  767. color:#ccc;
  768. margin:0 20px 0 0;
  769. width:90px;
  770. display:inline-block;
  771. *display:inline;
  772. zoom:1
  773. }
  774. .userItem .userNews li a{
  775. margin:0 3px
  776. }
  777. .userGlobalTable {
  778. width:100%
  779. }
  780. .userGlobalTable thead {
  781. border-bottom:1px solid #e1e1e1;
  782. background:#f9f9f0
  783. }
  784. .userGlobalTable thead td {
  785. padding:5px 15px;
  786. font-weight:600
  787. }
  788. .userGlobalTable td{
  789. padding:10px 15px
  790. }
  791. .userGlobalTable td.dateWidth{
  792. width:65px
  793. }
  794. .userGlobalTable td.bestWidth {
  795. width:60px
  796. }
  797. .userGlobalTable tr {
  798. border-bottom:1px dashed #e1e1e1
  799. }
  800. .userGlobalTable td b.iconBest{
  801. background:url(globalIcon.png) no-repeat 0 -186px;
  802. width:16px;
  803. height:16px;
  804. display:inline-block;
  805. *display:inline;
  806. zoom:1
  807. }
  808. .loginContent .loginHead {
  809. color:#fff
  810. }
  811. .loginContent .loginHead:hover {
  812. color:#999
  813. }
  814. .loginContent .loginHead a{
  815. background: url(zhzdjgLogo.png) no-repeat scroll 0 0 transparent;
  816. height: 55px;
  817. display:inline-block;
  818. *display:inline;
  819. zoom:1;
  820. width:230px;
  821. text-indent:-9999px
  822. }
  823. .loginContent .loginItem{
  824. background:url(loginBg.jpg) no-repeat right bottom
  825. }
  826. .loginContent .loginItem h2 {
  827. font-size:18px;
  828. font-weight:600
  829. }
  830. .loginContent .loginsidebar {
  831. padding: 40px 0 0 40px;
  832. width: 280px;
  833. }
  834. .loginContent .loginsidebar p{
  835. margin:0 0 30px 0
  836. }
  837. .loginContent .loginForm {
  838. margin:0 320px 0 0;
  839. border-right:1px dashed #E2E2E2;
  840. padding:20px 0 150px 0
  841. }
  842. .loginContent .loginForm .inputText {
  843. width:300px;
  844. font-size:14px;
  845. height:30px;
  846. line-height:30px
  847. }
  848. .loginContent .loginForm .inputDis {
  849. background:#f2f2f2
  850. }
  851. .loginContent .loginForm dt {
  852. font-size:14px;
  853. margin:20px 0 5px
  854. }
  855. .loginContent .loginForm dd .submitSus{
  856. color:#59A855
  857. }
  858. .loginContent .loginForm .colGray {
  859. color:#999
  860. }
  861. .exproContent .exproHead {
  862. background:url(exproHead.png) no-repeat;
  863. width:960px;
  864. height:145px;
  865. position:relative
  866. }
  867. .exproContent .exproHead .exproHeadBtn {
  868. position:absolute;
  869. right:100px;
  870. top:50px
  871. }
  872. .exproContent .exproList {
  873. margin:20px 0 0 0;
  874. padding:0 0 170px 0
  875. }
  876. .exproContent .exproList .exproItem {
  877. width:433px;
  878. border:1px solid #fff;
  879. float:left;
  880. padding:20px;
  881. position:relative;
  882. margin:0 0 30px 0
  883. }
  884. .exproContent .exproList .hover {
  885. border-color:#ccc;
  886. background:#f2f2f2
  887. }
  888. .exproItem .exproProfile {
  889. margin:0 0 10px 0
  890. }
  891. .exproItem .exproProfile .exproAvtar {
  892. float:left;
  893. margin:0 20px 0 0
  894. }
  895. .exproItem .exproProfile p {
  896. margin:0 0 5px 0
  897. }
  898. .exproItem .exproProfile .exproName {
  899. font-size:18px;
  900. margin:0 10px 0 0
  901. }
  902. .exproItem .exproExtra {
  903. position:absolute;
  904. background:#fff;
  905. display:none;
  906. width:433px;
  907. padding:0 20px 10px 20px;
  908. z-index:999;
  909. background:#f2f2f2;left:-1px;
  910. border:1px solid #ccc;
  911. border-top:none
  912. }
  913. .exproItem .exproExtra h3{
  914. border-bottom:1px dashed #ccc;
  915. height:18px
  916. }
  917. .exproItem .exproExtra li {
  918. height:30px;
  919. line-height:30px
  920. }
  921. .userIndex .myMsgBar{
  922. padding:10px 15px
  923. }
  924. .userIndex .myMsgBar .msgNum {
  925. margin:0 20px 0 0
  926. }
  927. .userIndex .myMsgBar select{
  928. margin:0 10px 0 0
  929. }
  930. .userIndex .myMsgList {
  931. margin:0 0 20px 0
  932. }
  933. .userIndex .myMsgList .msgEntry {
  934. padding:15px;
  935. border-bottom:1px dashed #d2d2d2
  936. }
  937. .userIndex .myMsgList .todayMsg{
  938. background:#fbfef0
  939. }
  940. .userIndex .myMsgList h3{
  941. cursor:pointer
  942. }
  943. .userIndex .wdMsg a{
  944. margin:0 10px
  945. }
  946. .userIndex .sysMsg .sysMsgDetail {
  947. display:none;
  948. overflow:hidden
  949. }
  950. .sysMsgDetail .msgDetailUpBtn {
  951. width:100%;
  952. text-align:right
  953. }
  954. .sysMsgDetail .msgDetailUpBtn a{
  955. color:#999;
  956. cursor:pointer
  957. }
  958. .sysMsgDetail .msgDetailUpBtn a:hover{
  959. color:#666
  960. }
  961. .askPostPage .postEnter {
  962. margin:100px 0 150px 0
  963. }
  964. .askPostPage .postEnter .enterBtn {
  965. width:310px;
  966. float:left
  967. }
  968. .askPostPage .postEnter .rewardPost {
  969. margin:0 10px
  970. }
  971. .askPostPage .postEnter .enterBtn a.enterB {
  972. display:inline-block;
  973. *display:linine;
  974. *zoom:1;
  975. height:60px;
  976. line-height:60px;
  977. font-size:28px;
  978. color:#fff;
  979. background:url(enterArrow.png) no-repeat right center;
  980. padding:0 0 0 20px;
  981. width:290px
  982. }
  983. .askPostPage .postEnter .enterBtn a.enterB:hover{
  984. font-size:30px
  985. }
  986. .askPostPage .postEnter .enterBtn p {
  987. color:#636363;
  988. padding:10px;
  989. height:100px;
  990. line-height:24px;
  991. font-size:16px
  992. }
  993. .askPostPage .postEnter .normalPost p {
  994. background:#eeefe3
  995. }
  996. .askPostPage .postEnter .rewardPost p {
  997. background:#FCEEDA
  998. }
  999. .askPostPage .postEnter .payPost p {
  1000. background:#f9eced
  1001. }
  1002. .askPostPage .postEnter .normalPost a.enterB{
  1003. background-color:#849A2D
  1004. }
  1005. .askPostPage .postEnter .normalPost a.enterB:hover{
  1006. background-color:#99AB51
  1007. }
  1008. .askPostPage .postEnter .rewardPost a.enterB{
  1009. background-color:#ED8B00
  1010. }
  1011. .askPostPage .postEnter .rewardPost a.enterB:hover{
  1012. background-color:#EDA339
  1013. }
  1014. .askPostPage .postEnter .payPost a.enterB{
  1015. background-color:#e20037
  1016. }
  1017. .askPostPage .postEnter .payPost a.enterB:hover{
  1018. background-color:#EA4B72
  1019. }
  1020. .askPostPage h2{
  1021. color:#849A2D
  1022. }
  1023. .askPostPage h2.payTitle{
  1024. color:#e20037
  1025. }
  1026. .askPostPage h2.rewardTitle {
  1027. color:#ED8B00
  1028. }
  1029. .askPostPage .postFromTab {
  1030. padding:0 0 10px 25px
  1031. }
  1032. .askPostPage .postFromTab a{
  1033. float:left;
  1034. margin:0 20px 0 0;
  1035. padding:5px 20px;
  1036. font-size:18px;
  1037. color:#fff
  1038. }
  1039. .askPostPage .postFromTab a.normalT{
  1040. background-color:#849A2D
  1041. }
  1042. .askPostPage .postFromTab a.normalT:hover{
  1043. background-color:#99AB51
  1044. }
  1045. .askPostPage .postFromTab a.payT{
  1046. background-color:#e20037
  1047. }
  1048. .askPostPage .postFromTab a.payT:hover{
  1049. background-color:#EA4B72
  1050. }
  1051. .askPostPage .postFromTab a.rewardT{
  1052. background-color:#ED8B00
  1053. }
  1054. .askPostPage .postFromTab a.rewardT:hover{
  1055. background-color:#EDA339
  1056. }
  1057. .askPostPage .postFromTab a.tabNow {
  1058. cursor:default;
  1059. background-image:url(enterArrowDown.png);
  1060. background-repeat:no-repeat;
  1061. background-position:left center;
  1062. padding:5px 20px 5px 40px
  1063. }
  1064. .payConfirm {
  1065. margin:30px 10px 30px 300px
  1066. }
  1067. .payConfirm .payProvision {
  1068. border-radius: 6px 6px 6px 6px;
  1069. border: 1px solid #E6DB55;
  1070. background-color: #FFFBCC;
  1071. margin:20px 0
  1072. }
  1073. .payConfirm .payCho .choTitle{
  1074. margin:0 0 15px 0;
  1075. font-weight:600
  1076. }
  1077. .payCho .choItem .choEntry{
  1078. display:inline-block;
  1079. *display:inline;
  1080. zoom:1;
  1081. margin:0 30px 0 0;
  1082. padding:10px
  1083. }
  1084. .payCho .choItem .choEntry b{
  1085. font-weight:normal;
  1086. color:#ed8b00
  1087. }
  1088. .payCho .choItem .now{
  1089. background:#F4F4F4;
  1090. border:1px solid #E20037
  1091. }
  1092. .payCho .choItem .now b{
  1093. font-size:16px;
  1094. color:#ed8b00;
  1095. font-weight:600
  1096. }
  1097. .payCho .choItem .disCho{
  1098. color:#999
  1099. }
  1100. .payProvision h3{
  1101. color:#666452;
  1102. font-size:14px;
  1103. padding:10px 10px 0 10px
  1104. }
  1105. .payProvision .payPcon {
  1106. padding:5px 10px 10px 10px;
  1107. overflow-y:auto;
  1108. overflow-x:hidden
  1109. }
  1110. .levIcon,.userIcon {
  1111. width:40px;
  1112. height:16px;
  1113. background:url(userLevIcon.png) no-repeat;
  1114. display:inline-block;
  1115. *display:inline;
  1116. zoom:1;
  1117. margin:0 3px;
  1118. vertical-align: middle
  1119. }
  1120. .lev1{background-position:0 0}
  1121. .lev2{background-position:0 -16px}
  1122. .lev3{background-position:0 -32px}
  1123. .lev4{background-position:0 -48px}
  1124. .lev5{background-position:0 -64px}
  1125. .lev6{background-position:0 -80px}
  1126. .lev7{background-position:0 -96px}
  1127. .lev8{background-position:0 -112px}
  1128. .lev9{background-position:0 -128px}
  1129. .lev10{background-position:0 -144px}
  1130. .lev11{background-position:0 -160px}
  1131. .lev12{background-position:0 -176px}
  1132. .lev13{background-position:0 -192px}
  1133. .lev14{background-position:0 -208px}
  1134. .lev15{background-position:0 -224px}
  1135. .lev16{background-position:0 -240px}
  1136. .lev17{background-position:0 -256px}
  1137. .lev18{background-position:0 -272px}
  1138. .lev19{background-position:0 -288px}
  1139. .lev20{background-position:0 -304px}
  1140. .userIcon{
  1141. width:16px;
  1142. background:url(globalIcon.png) no-repeat
  1143. }
  1144. .vcard {background-position:0 -240px}
  1145. .vcardEnb {background-position:-16px -240px}
  1146. .vmail {background-position:0 -256px}
  1147. .vmailEnb {background-position:-16px -256px}
  1148. .vphone {background-position:0 -272px}
  1149. .vphoneEnb {background-position:-16px -272px}
  1150. .yearUser {background-position:0 -288px}
  1151. .yearUserEnb {background-position:-16px -288px}
  1152. .rechargeItem .chargeEntry {
  1153. padding:10px;
  1154. border:1px solid #E0E0E0;
  1155. background:#f2f2f2;
  1156. margin:10px 0 20px 0
  1157. }
  1158. .rechargeItem .chargeEntry h2{
  1159. height:48px;
  1160. line-height:48px;
  1161. font-size:22px
  1162. }
  1163. .rechargeItem .chargeEntry .chargeIcon {
  1164. float:left;
  1165. width:48px;
  1166. height:48px;
  1167. background:url(payLogo.png) no-repeat 0 0;
  1168. margin:0 42px 0 0;
  1169. }
  1170. .rechargeItem .chargeEntry h2 .button{
  1171. margin:8px 0 0 0
  1172. }
  1173. .rechargeItem .bankCard i.chargeIcon{
  1174. background-position:0 0
  1175. }
  1176. .rechargeItem .uoionPay i.chargeIcon{
  1177. background-position:-208px 0
  1178. }
  1179. .rechargeItem .aliPay i.chargeIcon{
  1180. background-position:-48px 0;
  1181. width:80px;
  1182. margin:0 10px 0 0
  1183. }
  1184. .rechargeItem .tenPay i.chargeIcon{
  1185. background-position:-128px 0;
  1186. width:80px;
  1187. margin:0 10px 0 0
  1188. }
  1189. .rechargeItem .moneySelect h3 {
  1190. margin: 0 0 10px 0;
  1191. color:#999
  1192. }
  1193. .rechargeItem .moneySelect li {
  1194. display:inline-block;
  1195. *display:inline;
  1196. zoom:1;
  1197. margin:0 0 10px 0;
  1198. width:70px;
  1199. padding:0 0 0 10px
  1200. }
  1201. .rechargeItem .moneySelect li.mSel{
  1202. background:#BDD16E
  1203. }
  1204. .rechargeItem .chargeItem{
  1205. margin:10px 0 0 0;
  1206. display:none
  1207. }
  1208. .rechargeItem .focus{
  1209. border-color:#f99b1f;
  1210. box-shadow:0px 0px 5px #d2d2d2
  1211. }
  1212. .warpVerify{
  1213. margin:100px 0 100px 0;
  1214. font-size:18px;
  1215. text-align:center
  1216. }
  1217. .warpVerify a{
  1218. font-size:18px;
  1219. text-decoration:underline;
  1220. }
  1221. .warpAdv .advHeader {
  1222. height:76px;
  1223. background:#f5f4f0;
  1224. margin:20px 0;
  1225. padding:0 30px 0 0
  1226. }
  1227. .warpAdv .advHeader h3{
  1228. float:left;
  1229. height:76px;
  1230. line-height:76px;
  1231. color:#e20037;
  1232. font-size:30px;
  1233. margin:0 50px 0 25px
  1234. }
  1235. .warpAdv .advHeader p{
  1236. margin:20px 30px 0 0;
  1237. line-height:20px
  1238. }
  1239. .warpAdv .advHeader .advSerItem{
  1240. margin:18px 0 0 0
  1241. }
  1242. .warpAdv .advHeader .iWantAsk{
  1243. margin:18px 0 0 0
  1244. }
  1245. .warpAdv .advContent {
  1246. position:relative
  1247. }
  1248. .warpAdv .advSidebar {
  1249. position:absolute;
  1250. right:0;
  1251. width:250px;
  1252. top:0
  1253. }
  1254. .advContent .advMain {
  1255. width:670px
  1256. }
  1257. .advContent .advSearch {
  1258. background:#f5f4f0
  1259. }
  1260. .advSerItem .advSerWarp{
  1261. width:542px;
  1262. border:1px solid #cccccc;
  1263. margin:2px 0;
  1264. background:#fff;
  1265. padding:4px 0
  1266. }
  1267. .advSerItem input.serInp {
  1268. height:28px;
  1269. line-height:28px;
  1270. border:none;
  1271. font-size:14px;
  1272. float:left;
  1273. padding:0 10px;
  1274. width:478px;
  1275. color:#989898
  1276. }
  1277. .advSerItem input.serSub {
  1278. cursor:pointer;
  1279. float:left;
  1280. height:28px;
  1281. width:40px;
  1282. border:none;
  1283. border-left:1px solid #ccc;
  1284. background:url(advSearchButton.png) no-repeat 0 0
  1285. }
  1286. .advSearch .postCnt {
  1287. margin:13px 0 0 15px
  1288. }
  1289. .advSearch .postCnt b{
  1290. color:#e30037
  1291. }
  1292. .advSearch .advSerItem {
  1293. float:right;
  1294. margin-right:2px
  1295. }
  1296. .advContent .advListTab {
  1297. margin:20px 0
  1298. }
  1299. .advContent .advListTab a {
  1300. font-size:14px;
  1301. margin:0 15px 0 0
  1302. }
  1303. .advContent .advListTab a.now {
  1304. color:#333;
  1305. font-weight:600;
  1306. cursor:default
  1307. }
  1308. .advListItem .advListEntry {
  1309. margin:0 0 15px 0
  1310. }
  1311. .advListEntry .advListAva {
  1312. float:left
  1313. }
  1314. .advListEntry .advListCon {
  1315. margin:0 0 0 48px;
  1316. background:#faf9f7;
  1317. padding:12px
  1318. }
  1319. .advListCon h3 a{
  1320. font-size:14px;
  1321. font-weight:600
  1322. }
  1323. .advListCon blockquote{
  1324. margin:10px 0 5px 0;
  1325. color:#666
  1326. }
  1327. .advListInfo{
  1328. color:#aaa
  1329. }
  1330. .advListInfo .hasAns {
  1331. background:#849b2f;
  1332. color:#fff;
  1333. padding:3px 5px;
  1334. margin:0 0 0 10px
  1335. }
  1336. .advSideUser .advUserCont {
  1337. margin:0 0 0 100px
  1338. }
  1339. .advSideUser .advUserCont p{
  1340. margin:3px 0
  1341. }
  1342. .advSideUser .advUserCont p b{
  1343. font-size:16px
  1344. }
  1345. a.iWantAsk {
  1346. display:inline-block;
  1347. *display:inline;
  1348. zoom:1;
  1349. width:100px;
  1350. height:40px;
  1351. line-height:40px;
  1352. background:#e20037 url(advPostBtn.png) no-repeat 15px center;
  1353. font-size:18px;
  1354. color:#fff;
  1355. padding:0 0 0 46px;
  1356. border-radius:3px;
  1357. }
  1358. a.iWantAsk:hover{
  1359. background-color:#ea4b72
  1360. }
  1361. .advConItem {
  1362. background:#e8e5e0
  1363. }
  1364. .advConItem .conItemSide{
  1365. width:90px
  1366. }
  1367. .advConItem .conItemSide span{
  1368. text-align:center;
  1369. height:24px;
  1370. line-height:24px;
  1371. color:#fff;
  1372. background:#e30037;
  1373. border-bottom:1px solid #fff;
  1374. display:block
  1375. }
  1376. .advConItem .conItemCon{
  1377. margin:0 0 0 90px;
  1378. background:#f8ecec;
  1379. padding:24px 0 0 0
  1380. }
  1381. .advConItem .conItemCon .conWarp {
  1382. background:#faf9f7;
  1383. padding:15px
  1384. }
  1385. .conItemCon .conWarp h2{
  1386. font-size:14px;
  1387. font-weight:600;
  1388. margin:0 0 10px 0
  1389. }
  1390. .conItemCon .conWarp .userInfo,.conItemCon .conWarp .userContarl {
  1391. margin:15px 0 0 0
  1392. }
  1393. .conItemCon .conWarp blockquote {
  1394. background:#f2f2f2;
  1395. margin:20px;
  1396. padding:10px;
  1397. color:#999
  1398. }
  1399. .conItemCon .conWarp .userInfo {
  1400. border-top:1px dashed #e3e2e0;
  1401. padding:10px 0 0 0;
  1402. color:#ababab
  1403. }
  1404. .advSysAns{
  1405. background:url(advConItenBg.png) repeat
  1406. }
  1407. .advSysAns .conItemSide span{
  1408. background:#849b2f
  1409. }
  1410. .advSysAns .conItemCon {
  1411. background:#eeeee2
  1412. }
  1413. .advComment .commentTitle {
  1414. border-bottom:5px solid #f5f4f0;
  1415. margin:50px 0 10px 0
  1416. }
  1417. .advComment .commentTitle h3{
  1418. font-weight:600;
  1419. font-size:14px
  1420. }
  1421. .commentEntry .commentCon {
  1422. margin:0 0 0 100px;
  1423. background:#f9f8f6
  1424. }
  1425. .commentCon .commContent{
  1426. padding:5px 10px;
  1427. color:#666
  1428. }
  1429. .commContent .cInfo {
  1430. color:#aba9aa;
  1431. margin:0 0 5px 0
  1432. }
  1433. .commContent .cAdd{
  1434. margin:18px 0 0 0;
  1435. padding:5px 0 0 0;
  1436. border-top:1px dotted #e3e2e0
  1437. }
  1438. .commContent .cAdd a{
  1439. background:url(commIcon.png) no-repeat 0 2px;
  1440. padding:0 0 0 20px
  1441. }
  1442. .commContent .cAdd a span{
  1443. background:url(commIcon.png) no-repeat right -16px;
  1444. padding:0 12px 0 0
  1445. }
  1446. .commContent .cAdd a span.openUp{
  1447. background-position:right -39px;
  1448. }
  1449. .chirComm {
  1450. border-top:5px solid #fff;
  1451. border-bottom:5px solid #fff
  1452. }
  1453. .chirComm .commentCon{
  1454. margin:0 0 0 48px
  1455. }
  1456. .chirComm .chirCommEntry {
  1457. border-bottom:5px solid #fff
  1458. }
  1459. .commentInput {
  1460. padding:10px
  1461. }
  1462. .commentInput .inputT,.inputT{
  1463. width:538px;
  1464. line-height:18px;
  1465. border:1px solid #dcdcdc;
  1466. border-top-color:#abadb3;
  1467. border-left-color:#abadb3;
  1468. padding:2px 5px;
  1469. background:#fff;
  1470. font-size:14px;
  1471. color:#999;
  1472. border-radius:2px;
  1473. -moz-border-radius:2px;
  1474. -webkit-border-radius:2px;
  1475. outline: medium none
  1476. }
  1477. .commentInput .inputT:focus,.inputT:focus{
  1478. border-color:#ff6501;
  1479. color:#666
  1480. }
  1481. .commentInput .addCommButton {
  1482. padding:5px 15px;
  1483. background:#e20037;
  1484. color:#fff;
  1485. border-radius:3px;
  1486. margin:5px 0 0 0
  1487. }
  1488. .commentInput .addCommButton:hover{
  1489. background:#ea4b72
  1490. }
  1491. .advComment .commentPost {
  1492. margin:20px 0 0 0
  1493. }
  1494. .advComment .commentPost h3{
  1495. font-size:14px;
  1496. font-weight:600;
  1497. margin:20px 0 10px 0
  1498. }
  1499. .commentPost .commentInput {
  1500. padding:5px 0
  1501. }
  1502. .advSideAskList h3{
  1503. font-size:14px;
  1504. font-weight:600;
  1505. margin:0 0 10px 0
  1506. }
  1507. .advSideAskList li{
  1508. padding:8px 0;
  1509. border-bottom: 1px dashed #E2E2E2;
  1510. }
  1511. .advSideAskList li b{
  1512. color:#999
  1513. }
  1514. .advSideAskList li span{
  1515. display:block;
  1516. margin:0 0 0 12px
  1517. }
  1518. .articleContent {
  1519. padding:30px
  1520. }
  1521. .articleContent h3{
  1522. font-weight:normal;
  1523. font-size:18px;
  1524. text-align:center
  1525. }
  1526. .articleContent h3 p {
  1527. text-align:center;
  1528. color:#ccc;
  1529. border-bottom:1px dashed #ccc;
  1530. padding:0 0 10px 0;
  1531. margin:0 0 20px 0
  1532. }
  1533. .articleContent {
  1534. line-height:22px
  1535. }
  1536. .warpDingeku{
  1537. width:985px;
  1538. margin:0 auto;
  1539. }
  1540. .deSearchItem {
  1541. position:relative;
  1542. height:350px;
  1543. overflow: hidden
  1544. }
  1545. .deSearchItem .title{
  1546. position:absolute;
  1547. top:60px;
  1548. }
  1549. .deSearchItem .title h1{
  1550. font-size:36px;
  1551. }
  1552. .deSearchItem .title h2{
  1553. font-size:24px;
  1554. }
  1555. .deSearchItem .searchEntry {
  1556. position:absolute;
  1557. top:170px;
  1558. }
  1559. .searchEntry input{
  1560. width: 300px;
  1561. height:38px;
  1562. font-size:18px;
  1563. padding:0 10px;
  1564. float:left;
  1565. border:none;
  1566. background:#eee;
  1567. border-bottom:4px solid #ccc;
  1568. }
  1569. .searchEntry a.btn{
  1570. display: block;
  1571. float: left;
  1572. position: relative;
  1573. height: 38px;
  1574. width: 80px;
  1575. font-size:18px;
  1576. text-decoration: none;
  1577. font-weight: bold;
  1578. line-height: 38px;
  1579. background:#feda71;
  1580. text-align:center;
  1581. color:#996633;
  1582. border-bottom:4px solid #b98a37;
  1583. }
  1584. .searchEntry a.btn:hover{
  1585. background:#febe4d
  1586. }
  1587. .searchEntry a.btn:active{
  1588. background:#b98a37;
  1589. }
  1590. .deSearchItem .hitKey{
  1591. margin:80px 20px 0 600px;
  1592. }
  1593. .deSearchItem .hitKey h3{
  1594. font-size:16px;
  1595. color:#ff6501;
  1596. }
  1597. .deSearchItem .hitKey a{
  1598. margin:5px 10px 10px 0;
  1599. float: left;
  1600. }
  1601. .warpDingeku .newDe h3{
  1602. font-size: 16px;
  1603. font-weight:600;
  1604. margin: 0 0 20px 0;
  1605. padding:5px 10px;
  1606. background:#F3F1ED;
  1607. color:#8D826D;
  1608. }
  1609. .newDe .deList {
  1610. border-left:1px solid #c7c7c7;
  1611. }
  1612. .newDe .deList .entry{
  1613. width:327px;
  1614. float: left;
  1615. border-right:1px solid #c7c7c7;
  1616. }
  1617. .newDe .deList .entry dt{
  1618. font-size:16px;
  1619. font-weight:bold;
  1620. background:#f2f2f2;
  1621. padding:3px 10px;
  1622. }
  1623. .newDe .deList .entry dd{
  1624. text-align:right;
  1625. padding:0 10px;
  1626. height:22px;
  1627. line-height:22px;
  1628. border-bottom:1px dashed #ddd;
  1629. }
  1630. .deSearchResult {
  1631. width:100%;
  1632. overflow: hidden
  1633. }
  1634. .derHeader{
  1635. width:580px;
  1636. margin:20px auto 30px;
  1637. }
  1638. .derHeader h1{
  1639. font-size:36px;
  1640. margin:10px 50px 0 0;
  1641. }
  1642. .derBar{
  1643. padding:20px;
  1644. background:#f5f5f5;
  1645. border-bottom:1px solid #e5e5e5;
  1646. font-size:16px;
  1647. text-align: left;
  1648. margin:0;
  1649. }
  1650. .derBar b{
  1651. background:#ACA089;
  1652. color:#fff;
  1653. padding:0 3px;
  1654. }
  1655. .derBar .pageNav a{
  1656. background:#FEDA71;
  1657. padding:0 3px;
  1658. color:#996633;
  1659. }
  1660. .derBar .pageNav a:hover{
  1661. background:#febe4d
  1662. }
  1663. .derBar .pageNav a:active{
  1664. background:#b98a37;
  1665. }
  1666. .derBar .pageNav a.now{
  1667. background:#999;
  1668. color:#fff;
  1669. }
  1670. .derList {
  1671. padding:20px;
  1672. background:#f5f5f5;
  1673. }
  1674. .derList .entry{
  1675. padding:20px;
  1676. background:#fff;
  1677. margin:0 5px 5px 0;
  1678. width:360px;
  1679. border:1px solid #e5e5e5;
  1680. border-bottom:2px solid #e5e5e5;
  1681. }
  1682. .derList .entry dt{
  1683. font-size:16px;
  1684. font-weight:bold;
  1685. margin:0 0 15px 0;
  1686. }
  1687. .derList .entry dd {
  1688. height:22px;
  1689. line-height:22px;
  1690. text-align:right;
  1691. border-bottom:1px dashed #ddd;
  1692. overflow: hidden
  1693. }
  1694. .derList .entry dd.limit{
  1695. text-align:center;
  1696. border:none;
  1697. }
  1698. .derList .entry dd.limit a{
  1699. color:#ff6501;
  1700. }
  1701. .derList .derCate {
  1702. border-color:#ACA089;
  1703. width:352px;
  1704. border-width:5px;
  1705. }
  1706. .derCate h2{
  1707. margin-bottom: 8px;
  1708. font-size:16px;
  1709. }
  1710. .derCate h2 b {
  1711. background: none repeat scroll 0 0 #ACA089;
  1712. color: #FFFFFF;
  1713. padding: 0 3px;
  1714. }
  1715. .derCate .derCateList a{
  1716. float: left;
  1717. color: #666;
  1718. margin-bottom: 8px;
  1719. margin-right: 8px;
  1720. background-color: #FAFAFA;
  1721. padding: 4px 10px;
  1722. border: 1px solid #ddd;
  1723. border-radius: 2px;
  1724. box-shadow: inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,.03);
  1725. text-decoration: none;
  1726. }
  1727. .derCate .derCateList a:hover{
  1728. border-color:#ACA089;
  1729. background:#ACA089;
  1730. color:#fff
  1731. }
  1732. .askClose{
  1733. width:490px;
  1734. margin:0 auto;
  1735. }
  1736. .askClose p{
  1737. font-size:24px;
  1738. height:60px;
  1739. line-height: 60px;
  1740. margin-left:160px;
  1741. }