style.css 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362
  1. .mainIndex .indexTopbar {
  2. height:30px;
  3. background:#9ab13d;
  4. border-bottom:1px solid #859b2e
  5. }
  6. .mainIndex .indexTopbar .loginInfo {
  7. height:30px;
  8. line-height:30px;
  9. width:960px;
  10. text-align:right;
  11. margin:0 auto
  12. }
  13. .mainIndex .indexTopbar .loginInfo a {
  14. color:#fff;
  15. text-decoration:none;
  16. padding:5px 10px
  17. }
  18. .mainIndex .indexTopbar .loginInfo a:hover {
  19. color:#fff;
  20. background:#859b2e
  21. }
  22. .mainIndex h1.mainLogo {
  23. margin:65px auto 50px;
  24. width:315px;
  25. height:55px;
  26. background:url(zhzdjgLogo.png) no-repeat 0 0;
  27. text-indent:-9999px
  28. }
  29. .mainIndex .mainSearch {
  30. width:510px;
  31. margin:0 auto;
  32. }
  33. .mainIndex .mainSearch p{
  34. margin:0 0 5px 0
  35. }
  36. .mainIndex .mainSearch p b {
  37. color:#f99e1c;
  38. margin:0 5px;
  39. font-size:22px;
  40. font-family: Constantia,Georgia;
  41. }
  42. .mainIndex .mainSearch .searchInput {
  43. background:url(searchImg.png) repeat-x 0 -42px;
  44. height:42px;
  45. width:327px;
  46. display:inline-block;
  47. *display:inline;
  48. zoom:1
  49. }
  50. .mainIndex .mainSearch .searchInput .leftRadius{
  51. background:url(searchImg.png) repeat-x 0 0;
  52. height:42px;
  53. width:5px;
  54. float:left
  55. }
  56. .mainIndex .mainSearch .searchInput input {
  57. height:38px;
  58. line-height:38px;
  59. border:none;
  60. margin:1px 0 0 0;
  61. font-size:18px;
  62. color:#666;
  63. width:315px;
  64. border-color:#fff
  65. }
  66. .mainIndex .mainSearch a {
  67. width:85px;
  68. height:42px;
  69. display:inline-block;
  70. *display:inline;
  71. zoom:1;
  72. background-image:url(searchImg.png);
  73. text-indent:-9999px;
  74. vertical-align: top;
  75. cursor:pointer
  76. }
  77. .mainIndex .mainSearch a.searchBtn {
  78. background-position:0 -84px
  79. }
  80. .mainIndex .mainSearch a.searchBtn:hover {
  81. background-position:0 -126px
  82. }
  83. .mainIndex .mainSearch a.searchBtn:active{
  84. background-position:0 -84px;
  85. }
  86. .mainIndex .mainSearch a.askBtn {
  87. background-position:0 -168px
  88. }
  89. .mainIndex .mainSearch a.askBtn:hover {
  90. background-position:0 -210px
  91. }
  92. .mainIndex .mainSearch a.askBtn:active {
  93. background-position:0 -168px
  94. }
  95. .mainIndex .mainNews {
  96. width:700px;
  97. margin:60px auto 0;
  98. position:relative
  99. }
  100. .mainIndex .mainNews .askPrice,.mainIndex .mainNews .askPay {
  101. width:340px
  102. }
  103. .mainIndex .mainNews h3 {
  104. color:#006602;
  105. font-size:14px;
  106. margin:0 0 10px 0
  107. }
  108. .mainIndex .mainNews li {
  109. height:35px;
  110. }
  111. .mainIndex .mainNews li .apDate {
  112. float:right;
  113. color:#ccc
  114. }
  115. .mainIndex .mainNews li a {
  116. margin:0 5px 0 0
  117. }
  118. .mainIndex .mainNews li b{
  119. color:#ff6403;
  120. margin:0 0 0 5px
  121. }
  122. .mainIndex .mainNews .moneyBtn {
  123. width:152px;
  124. height:80px;
  125. background:url(moneyBtn.png) no-repeat;
  126. position:absolute;
  127. top:-60px;
  128. right:-70px;
  129. text-indent:-9999px
  130. }
  131. .mainIndex .mainNews .moneyBtn:hover {
  132. background-position:0 -80px;
  133. }
  134. /**/
  135. .searchResults {
  136. font-size:14px;
  137. padding:8px 5px
  138. }
  139. .searchResults b {
  140. color:#f90000
  141. }
  142. .searchRecent {
  143. background:#edf7c2;
  144. padding:8px 5px
  145. }
  146. .searchRecent a {
  147. margin:0 15px 0 0
  148. }
  149. .moreSearch,.searchTab {
  150. margin-top:10px;
  151. padding:15px 10px;
  152. width:950px
  153. }
  154. .searchTab a{
  155. margin-right: 10px;
  156. padding: 0 3px
  157. }
  158. .searchTab a.now{
  159. background-color:#F99B1D;
  160. color:#fff;
  161. }
  162. .moreSearch .searchForm,.moreSearch .searchBtn {
  163. vertical-align:middle;
  164. display:inline-block;
  165. *display:inline;
  166. zoom:1;
  167. margin:0 15px 0 0
  168. }
  169. .searchResList {
  170. margin:20px auto;
  171. padding:8px 5px
  172. }
  173. /**/
  174. .warpPrice {
  175. margin-top:20px;
  176. padding:0 5px 5px 5px
  177. }
  178. .warpPrice .sideBar{
  179. width:190px
  180. }
  181. .sideBar .firMenu {
  182. padding:0 0 0 5px;
  183. overflow-y: auto;
  184. }
  185. .sideBar .firMenu dd a span {
  186. font-weight:600;
  187. padding:0 0 0 10px;
  188. display:inline-block;
  189. *display:inline;
  190. zoom:1;
  191. cursor:pointer;
  192. color:#666
  193. }
  194. .sideBar .firMenu dd a span:hover {
  195. color:#336699
  196. }
  197. .sideBar .firMenu dd a span.now {
  198. color:#ff6501
  199. }
  200. .sideBar .firMenu dd span {
  201. background:url(menuIco.png) no-repeat 0 4px;
  202. padding:0 0 0 10px
  203. }
  204. .sideBar .firMenu .secMenu {
  205. padding:0 0 0 12px;
  206. margin:3px 0
  207. }
  208. .sideBar .firMenu .secMenu span {
  209. cursor:pointer;
  210. display:inline-block;
  211. *display:inline;
  212. zoom:1;
  213. font-weight:normal;
  214. }
  215. .sideBar .firMenu .secMenu span:hover {
  216. color:#336699
  217. }
  218. .sideBar .firMenu .unfold {
  219. background:url(menuIco.png) no-repeat 0 -30px
  220. }
  221. .sideBar .firMenu .secMenu .thrMenu {
  222. padding:0 0 0 10px
  223. }
  224. .sideBar .firMenu .secMenu .thrMenu li {
  225. height:22px;
  226. line-height:22px
  227. }
  228. .sideBar .areaBtn {
  229. position:absolute;
  230. z-index:0
  231. }
  232. .sideBar .areaBtn .areaProvince .areaBmark {
  233. background:#fff;
  234. position:absolute;
  235. bottom:0;
  236. z-index:-1;
  237. height:200px;
  238. width:350px;
  239. left:0
  240. }
  241. .sideBar .areaBtn .areaProvince{
  242. position:absolute;
  243. width:380px;
  244. background:#fff;
  245. border:1px solid #c2c2c2;
  246. padding:0 15px 10px 15px;
  247. top:32px;
  248. left:0;
  249. z-index:-1;
  250. display:none
  251. }
  252. .sideBar .areaBtn .areaProvince dt{
  253. font-weight:600;
  254. margin:5px 0 0 0;
  255. color:#b94a01
  256. }
  257. .sideBar .areaBtn .areaProvince dd{
  258. display:inline-block;
  259. *display:inline;
  260. zoom:1
  261. }
  262. .sideBar .areaBtn .areaProvince dd a{
  263. display:inline-block;
  264. *display:inline;
  265. zoom:1;
  266. padding:3px 5px;
  267. margin:0 3px 0 0
  268. }
  269. .sideBar .areaBtn .areaProvince dd a:hover {
  270. background:#E9F2CA
  271. }
  272. .sideBar .areaBtn .areaProvince .allDateBtn{
  273. display:inline-block;
  274. *display:inline;
  275. zoom:1;
  276. width:100%;
  277. text-align:center;
  278. background:#cd4900;
  279. padding:8px 0;
  280. color:#fff;
  281. font-size:14px;
  282. margin:10px 0 0 0;
  283. font-weight:600
  284. }
  285. .sideBar .areaBtn .areaProvince .allDateBtn:hover{
  286. background:#0072bc
  287. }
  288. .sideBar .areaBtn a.selectProvince {
  289. display:inline-block;
  290. color:#ff6501;
  291. font-weight:600;
  292. padding:0 0 0 10px;
  293. width:166px;
  294. height:33px;
  295. line-height:33px;
  296. background:url(areaBtn.png) no-repeat;
  297. z-index:10
  298. }
  299. .sideBar .areaBtnFocus a.selectProvince{
  300. background-position:0 -33px;
  301. color:#bd4a00
  302. }
  303. .sideBar .areaBtnFocus a.selectProvince span {
  304. display:none
  305. }
  306. .sideBar .areaBtnFocus .areaProvince {display:block}
  307. .sideBar h3.cityTitle {margin:40px 0 0 0;font-weight:600}
  308. .sideBar .cityList {margin:5px 0 5px}
  309. .sideBar .cityList li{
  310. width:88px;
  311. float:left;
  312. text-align:center;
  313. margin:1px 0
  314. }
  315. .sideBar .cityList li a {
  316. display:inline-block;
  317. *display:inline;
  318. zoom:1;
  319. padding:3px 5px;
  320. }
  321. .sideBar .cityList li a:hover {
  322. background:#E9F2CA
  323. }
  324. .sideBar .cityList li a.now {
  325. background:#B0C270;
  326. color:#fff
  327. }
  328. .sideBar .monthList li{
  329. margin:5px 0;
  330. text-align:center;
  331. display:inline-block;
  332. *display:inline;
  333. zoom:1;
  334. width:86px
  335. }
  336. .sideBar .monthTips {
  337. margin:5px;
  338. background:#FFFBCC;
  339. border:1px solid #E6DB55;
  340. color:#666452;
  341. padding:5px
  342. }
  343. .warpPrice .mainContent {
  344. margin:0 0 0 200px
  345. }
  346. .warpPrice .mainCrumb .feedbackBtn{
  347. position:absolute;
  348. width:200px;
  349. height:32px;
  350. background:url(feedbackBtn.png) no-repeat;
  351. right:0
  352. }
  353. .warpPrice .mainContent .feedbackBtn:hover{
  354. background-position:0 -32px
  355. }
  356. .mainCrumb {
  357. margin:0 0 15px 0;
  358. position:relative
  359. }
  360. .warpPrice .selection {
  361. margin:0 0 15px 0
  362. }
  363. .warpPrice .selection h3 {
  364. padding:5px 8px;
  365. background:#f0f0f0;
  366. margin:1px
  367. }
  368. .warpPrice .selection table {
  369. margin:8px
  370. }
  371. .warpPrice .selection table th{
  372. padding:0 10px
  373. }
  374. .warpPrice .selection table td{
  375. padding:0 5px;
  376. height:22px
  377. }
  378. .warpPrice .selection table td a {
  379. padding:3px 5px
  380. }
  381. .warpPrice .selection table td a:hover{
  382. background:#e9f2ca
  383. }
  384. .warpPrice .selection table a.cur {
  385. background:#647B97;
  386. color:#fff
  387. }
  388. .warpPrice .priceList {
  389. padding:1px;
  390. background:#fff
  391. }
  392. .warpPrice .priceList .priceListTips {
  393. margin:5px;
  394. background:#DBE3FF url(information.png) no-repeat 10px 6px;
  395. border:1px solid #A2B4EE;
  396. color:#585B66
  397. }
  398. .warpPrice .priceList .priceListTips div{
  399. padding: 5px 10px 5px 36px;
  400. line-height:1.5em
  401. }
  402. .suppliersAd {
  403. margin:20px 0 0 0
  404. }
  405. .suppliersAd ul {
  406. margin:0 0 0 5px
  407. }
  408. .suppliersAd li {
  409. float:left;
  410. overflow:hidden;
  411. margin:0 2px 2px 0
  412. }
  413. .suppliersAd li a{
  414. display:block;
  415. background:#ECEFF4;
  416. height:25px;
  417. line-height:25px;
  418. text-align:center;
  419. width:220px;
  420. color:#666
  421. }
  422. .suppliersAd li a:hover{
  423. background:#DBE1EA;
  424. color:#666
  425. }
  426. .suppliersAd li a.addBtn {
  427. color:#e46822;
  428. }
  429. .suppliersAd li a.addBtn:hover {
  430. color:#e46822
  431. }
  432. .warpPrice .priceList .empypItem{
  433. text-align:center;
  434. margin:250px 0
  435. }
  436. /**/
  437. .askCostIndex {
  438. width:960px;
  439. margin:0 auto
  440. }
  441. .askCostIndex .askCostContent {
  442. padding:5px;
  443. margin:20px 0 0 0;
  444. }
  445. .askCostContent .sideBar {
  446. width:234px
  447. }
  448. .askCostContent .mainContent {
  449. margin:0 245px 0 0
  450. }
  451. .sideBar a.postAskBtn {
  452. display:inline-block;
  453. *display:inline;
  454. zoom:1;
  455. width:100%;
  456. background:#CD4900;
  457. color:#fff;
  458. font-size:18px;
  459. text-align:center;
  460. padding:8px 0;
  461. margin:0 0 10px 0;
  462. }
  463. .sideBar a.postAskBtn:hover{
  464. background:#0072BC;
  465. }
  466. .sideBar .askStep {
  467. background:#ECEFF4;
  468. padding:3px;
  469. margin:0 0 15px 0
  470. }
  471. .sideBar .askStep .askStepBd {
  472. border:1px solid #DBE1EA;
  473. background:#fff
  474. }
  475. .sideBar .askStep h3 {
  476. color:#647B97;
  477. margin:5px 0 5px 10px;
  478. font-size:14px
  479. }
  480. .askCostList {
  481. margin:0 0 20px 0
  482. }
  483. .askCostList .listTab {
  484. border-bottom:1px solid #647B97
  485. }
  486. .listTab .tabItem li{
  487. float:left;
  488. height:30px
  489. }
  490. .listTab .tabItem li a {
  491. height:30px;
  492. width:106px;
  493. display:block;
  494. line-height:30px;
  495. text-align:center;
  496. margin:0 0 0 10px;
  497. color:#333;
  498. background:#ddd
  499. }
  500. .listTab .tabItem li a:hover{
  501. color:#0072bc;
  502. background:#f2f2f2
  503. }
  504. .listTab .tabItem li a.now{
  505. background:#647B97;
  506. color:#fff;
  507. font-weight:600;
  508. cursor:default
  509. }
  510. .askCostList .listItem .listBar li {
  511. display:inline-block;
  512. *display:inline;
  513. zoom:1
  514. }
  515. .askCostList .listItem .listBar{
  516. background:#f2f2f0;
  517. padding:5px 10px
  518. }
  519. .askCostList .listTable table {width:100%;_width:99%}
  520. .askCostList .listTable th{
  521. padding:10px 0 10px 10px;
  522. background:#f5f5f5
  523. }
  524. .askCostList .listTable td{
  525. padding:15px 0 15px 10px;
  526. border-bottom:1px dashed #DBE1EA;color:#333
  527. }
  528. .askCostList .listTable tr.focus td{background:#ECEFF4;
  529. font-weight:600}
  530. .askCostList .listTable tr.focus td a {font-weight:600}
  531. .sideBar .recentList {
  532. padding:5px
  533. }
  534. .sideBar .recentList li {
  535. margin:0 0 10px 0;
  536. line-height:14px
  537. }
  538. .askCostPage {
  539. margin-top:20px
  540. }
  541. .askCostPage .askBox {background:#ECEFF4}
  542. .askCostPage .askBox .boxStyleBd {border-color:#DBE1EA}
  543. .askCostPage .sideBar {width:170px}
  544. .askCostPage .askCostPageContent {
  545. margin:0 180px 0 0
  546. }
  547. .askCostPage .askCostItem {
  548. padding:5px;
  549. position:relative
  550. }
  551. .askCostItem .title {
  552. line-height:32px
  553. }
  554. .askCostItem .title h2 {
  555. font-size:24px;
  556. margin:0 5px;
  557. overflow:hidden
  558. }
  559. .askCostItem .detail {
  560. margin:10px 0 10px 0
  561. }
  562. .askCostItem .detail td{
  563. padding:10px 0
  564. }
  565. .askBox .askCostItem .detail{
  566. border-bottom:1px dashed #DBE1EA
  567. }
  568. .askCostItem .askState {
  569. margin:0 0 5px 0;
  570. padding:10px 0 0 0
  571. }
  572. .askCostItem .askStateBar {
  573. height:16px;
  574. width:238px
  575. }
  576. .askCostItem .askStateBar span {
  577. background:url(askStateBarBg.png) no-repeat;
  578. display:block;
  579. height:16px;
  580. width:100%
  581. }
  582. .askCostItem .askState .askStateBar span.sBar_wait {background-position:0 -16px}
  583. .askCostItem .askState .askStateBar span.sBar_done {background-position:0 -32px}
  584. .askCostItem .askState p span {
  585. display:inline-block;
  586. *display:inline;
  587. zoom:1;
  588. width:110px;
  589. vertical-align:middle
  590. }
  591. .offerCostList{
  592. position: relative;
  593. }
  594. .offerCostList h1{
  595. padding:5px 8px;
  596. font-size:16px
  597. }
  598. .offerCostList table {
  599. width:100%
  600. }
  601. .offerCostList table th {
  602. background:#f0f0f0;
  603. padding:5px
  604. }
  605. .offerCostList table td {
  606. padding:15px 5px;
  607. border-bottom:1px dashed #DBE1EA;
  608. }
  609. .offerCostList td a.setBest{
  610. position:absolute;
  611. right:3px;
  612. background:#0072BC;
  613. padding:3px 8px;
  614. color:#fff;
  615. z-index: 999;
  616. display: none
  617. }
  618. .offerCostList td a.setBest:hover{
  619. background:#CD4900
  620. }
  621. .offerCostList b.colOrange{font-size:16px}
  622. .askCostPageContent .askCostTips {
  623. background:#FEFBCE;
  624. border:1px solid #e7da57;
  625. color:#666;
  626. padding:10px;
  627. margin:5px 170px 5px 0;
  628. position: relative;
  629. }
  630. .askCostPageContent .askCostTips b{
  631. color:#DEA807
  632. }
  633. .askCostPageContent .askCostTips .repBtn{
  634. position: absolute;
  635. right:-170px;
  636. top:0;
  637. width:140px;
  638. padding:10px;
  639. background:#0072BC;
  640. color:#fff;
  641. text-align:center
  642. }
  643. .askCostPageContent .askCostTips .repBtn:hover{
  644. background:#CD4900
  645. }
  646. .askCostPageContent .askCostPost{
  647. border:3px solid #ECEFF4;
  648. margin:0 0 5px 0
  649. }
  650. .askCostPageContent .askCostPost .warp{
  651. border:1px solid #DBE1EA;
  652. padding:10px;
  653. position: relative;
  654. }
  655. .askCostPageContent .askCostPost dt{
  656. border-bottom:1px dashed #DBE1EA;
  657. text-align:center;
  658. padding:0 0 10px 0;
  659. margin:0 0 10px 0;
  660. font-weight:600;
  661. font-size:18px;
  662. }
  663. .askCostPageContent .askCostPost dd{
  664. padding:5px 0;
  665. font-weight:600;
  666. font-size:14px
  667. }
  668. .askCostPageContent .askCostPost .repSub{
  669. position: absolute;
  670. right:15px;
  671. bottom:15px;
  672. width:140px;
  673. padding:10px;
  674. background:#0072BC;
  675. color:#fff;
  676. text-align:center
  677. }
  678. .askCostPageContent .askCostPost .repSub:hover{
  679. background:#CD4900
  680. }
  681. .allDatePrice {
  682. margin-top:20px;
  683. width:1050px;
  684. position:relative
  685. }
  686. .allDatePrice .allAreaTab {
  687. z-index:10;
  688. background:#0072bc;
  689. width:100%;
  690. margin:0 0 0 30px;
  691. padding:0 0 0 10px;
  692. height:32px
  693. }
  694. .allDatePrice .allAreaTab h2{
  695. display:inline-block;
  696. *display:inline;
  697. zoom:1;
  698. height:30px;
  699. line-height:30px;
  700. font-size:14px;
  701. color:#fff;
  702. font-weight:600;
  703. margin:0 10px 0 0
  704. }
  705. .allDatePrice .allAreaTab a{
  706. cursor:pointer;
  707. display:inline-block;
  708. *display:inline;
  709. zoom:1;
  710. height:30px;
  711. line-height:30px;
  712. margin:0 1px;
  713. padding:0 25px;
  714. color:#fff
  715. }
  716. .allDatePrice .allAreaTab a:hover{
  717. background:#0084d9;
  718. font-weight:600
  719. }
  720. .allDatePrice .areaItem{
  721. padding:0 0 0 30px;
  722. position:relative;
  723. background:#ff6501;
  724. margin:0 0 30px 0;
  725. *width:1020px
  726. }
  727. .allDatePrice .areaItem h2.areaTitle {
  728. width:30px;
  729. font-size:24px;
  730. left:3px;
  731. position:absolute;
  732. color:#fff;
  733. top:5px
  734. }
  735. .allDatePrice .provinceItem {
  736. padding:0 0 0 30px;
  737. position:relative;
  738. background:#4b4b4b;
  739. margin:0 0 2px 0;
  740. *width:990px;
  741. border-radius:5px 0 0 5px
  742. }
  743. .allDatePrice .provinceItem h2.provinceTitle {
  744. width:30px;
  745. font-size:18px;
  746. left:5px;
  747. position:absolute;
  748. color:#fff;
  749. top:5px
  750. }
  751. .allDatePrice .cityItem {
  752. background:#fff
  753. }
  754. .allDatePrice .cityItem h2.cityTitle {
  755. font-size:16px;
  756. line-height:30px;
  757. height:30px;
  758. color:#333;
  759. padding:0 30px 0 10px;
  760. background:#f1f1f1;
  761. border-right:2px solid #4B4B4B
  762. }
  763. .allDatePrice .datePrice ul {
  764. border-bottom:1px solid #f1f1f1;
  765. padding:5px 0px
  766. }
  767. .allDatePrice .datePrice li{
  768. float:left;
  769. height:20px;
  770. line-height:20px;
  771. margin:0 0 0 8px;
  772. *margin:0 0 0 4px
  773. }
  774. /*ϵͳ֪ͨ*/
  775. .centerIndex .myMsgBar{
  776. padding:10px 15px
  777. }
  778. .centerIndex .myMsgBar .msgNum {
  779. margin:0 20px 0 0
  780. }
  781. .centerIndex .myMsgList {
  782. margin:0 0 20px 0
  783. }
  784. .centerIndex .myMsgList .msgEntry {
  785. padding:15px;
  786. border-bottom:1px dashed #d2d2d2
  787. }
  788. .centerIndex .myMsgList .todayMsg{
  789. background:#fbfef0
  790. }
  791. .centerIndex .JgMsg a{
  792. margin:0 10px
  793. }
  794. .centerIndex .sysMsg .msgEntry {
  795. cursor:pointer
  796. }
  797. .centerIndex .sysMsg .sysMsgDetail {
  798. display:none;
  799. overflow:hidden
  800. }
  801. /*ϵͳ֪ͨ*/
  802. .myHome .userIcon{
  803. width:16px;
  804. height:16px;
  805. display:inline-block;
  806. *display:inline;
  807. zoom:1;
  808. margin:0 5px 0 0;
  809. overflow:hidden;
  810. line-height:45px
  811. }
  812. .myHome .userIcon b{
  813. display:block;
  814. width:16px;
  815. height:16px;
  816. background:url(userIco.png) no-repeat 0 0
  817. }
  818. .myHome .userLv_01 b{background-position:0 -80px}
  819. .myHome .userLv_02 b{background-position:-16px -80px}
  820. .myHome .userLv_03 b{background-position:0 -96px}
  821. .myHome .userLv_04 b{background-position:-16 -96px}
  822. .myHome .userLv_05 b{background-position:0 -112px}
  823. .myHome .userLv_06 b{background-position:-16px -112px}
  824. .myHome .userLv_07 b{background-position:0 -128px}
  825. .myHome .userLv_08 b{background-position:-16px -128px}
  826. .myHome .userLv_09 b{background-position:0 -144px}
  827. .myHome .userLv_10 b{background-position:-16px -144px}
  828. .myHome .userLv_11 b{background-position:0 -160px}
  829. .myHome .userLv_12 b{background-position:-16px -160px}
  830. .myHome .userLv_13 b{background-position:0 -176px}
  831. .myHome .userProf b{background-position:0 -32px}
  832. .myHome .userProf b.Enb{background-position:-16px -32px}
  833. .myHome .userEmail b{background-position:0 -48px}
  834. .myHome .userEmail b.Enb{background-position:-16px -48px}
  835. .myHome .userPhone b{background-position:0 -64px}
  836. .myHome .userPhone b.Enb{background-position:-16px -64px}
  837. .myHome .userYear b{background-position:0 0}
  838. .myHome .userSup b{background-position:-16px -176px}
  839. .myHome .userGold b{background-position:0 -192px}
  840. .myHome .sideBar {
  841. width:230px;
  842. _width:229px;
  843. position:relative
  844. }
  845. .myHome .sideBar .userAvtra {
  846. margin:20px 0 20px 0;
  847. text-align:center
  848. }
  849. .myHome .sideBar .userAvtra {
  850. margin:20px 0 0 0;
  851. text-align:center
  852. }
  853. .myHome .sideBar .userAvtra img {
  854. background:#F2F2F2;
  855. border: 1px solid #E0E0E0;
  856. margin: 0 0 5px;
  857. padding: 10px;
  858. }
  859. .myHome .sideBar .userAvtra p {
  860. font-size:14px;
  861. margin:0 0 8px 0;
  862. text-align: center
  863. }
  864. .myHome .sideBar .userAvtra .myOver b {
  865. font-size:18px
  866. }
  867. .myHome .sideBar .userAvtra .myOver .button {
  868. margin:10px 0 20px 85px
  869. }
  870. .myHome .sideBar p.userBadge {
  871. margin:0 0 10px 0
  872. }
  873. .myHome .sideBar .myMenu {
  874. margin:20px 0 0 0
  875. }
  876. .myHome .sideBar .myMenu .myMenuEntry{
  877. margin:1px 0
  878. }
  879. .myHome .sideBar .myMenu .myMenuEntry a.fir{
  880. display:inline-block;
  881. *display:inline;
  882. zoom:1;
  883. height:36px;
  884. line-height:36px;
  885. padding:0 0 0 36px;
  886. color:#666;
  887. font-size:14px;
  888. width:194px
  889. }
  890. .myHome .sideBar .myMenu .myMenuEntry a.fir:hover{
  891. background:#f1f1f1
  892. }
  893. .myHome .sideBar .myMenu .now a.fir{
  894. background-color:#ECEFF4;
  895. font-weight:600;
  896. color:#647B97
  897. }
  898. .myHome .sideBar .myMenu .now a.fir:hover{
  899. background-color:#ECEFF4;
  900. color:#647B97;
  901. cursor:default
  902. }
  903. .myHome .homeContent {
  904. margin:20px 0 0 230px;
  905. border:1px solid #ededed;
  906. -moz-box-shadow:2px 2px 2px #f2f2f2;
  907. -webkit-box-shadow:2px 2px 2px #f2f2f2;
  908. box-shadow:2px 2px 2px #f2f2f2;
  909. _width:718px;
  910. _float:left;
  911. _margin-left:0;
  912. background:#fff
  913. }
  914. .myHome .homeContent .centerTab {
  915. margin:1px;
  916. background:#f1f1f1 url(centertabbg.png) repeat-x left bottom
  917. }
  918. .myHome .homeContent .centerTab ul{
  919. width:100%
  920. }
  921. .myHome .homeContent .centerTab li {
  922. float:left
  923. }
  924. .myHome .homeContent .centerTab li a {
  925. display:inline-block;
  926. *display:inline;
  927. zoom:1;
  928. padding:0 40px;
  929. height:35px;
  930. line-height:36px;
  931. color:#999;
  932. border-bottom:1px solid #e1e1e1;
  933. font-size:14px;
  934. text-shadow:1px 1px 0 #fff
  935. }
  936. .myHome .homeContent .centerTab li a:hover{
  937. color:#333;
  938. background:#f8f8f8;
  939. height:35px;
  940. border-bottom:1px solid #869F2A
  941. }
  942. .myHome .homeContent .centerTab li a.now {
  943. background:#fff;
  944. border-bottom:1px solid #fff;
  945. border-right:1px solid #e1e1e1;
  946. margin:0 0 -1px 0;
  947. color:#647B97;
  948. font-weight:600
  949. }
  950. .myHome .homeContent .userItem .userEntry {
  951. padding:10px 20px 20px;
  952. margin:10px 0;
  953. border-bottom:1px dashed #dcdcdc
  954. }
  955. .myHome .homeContent .userItem .noPadding {padding:10px 1px 20px 1px}
  956. .myHome .homeContent .userItem .noLine {border:none}
  957. .myHome .homeContent .userItem .userEntry .orgBar {
  958. display:inline-block;
  959. *display:inline;
  960. zoom:1;
  961. width:200px;
  962. vertical-align: top;
  963. background:#ccc;
  964. height:14px;
  965. margin:0 10px
  966. }
  967. .myHome .homeContent .userItem .userEntry .orgBar:hover{
  968. background:#999
  969. }
  970. .myHome .homeContent .userItem .userEntry .orgBar .barWidth{
  971. width:70%;
  972. background:#f9a119;
  973. display:inline-block;
  974. *display:inline;
  975. zoom:1;
  976. height:14px;
  977. background: -moz-linear-gradient(top, #ffc20f, #f79b1c);
  978. background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffc20f), to(#f79b1c));
  979. }
  980. .myHome .homeContent .userItem .userEntry h2{
  981. color:#333;
  982. font-weight:600;
  983. margin:0 0 10px 0
  984. }
  985. .myHome .centerFormItem {
  986. padding:20px 30px
  987. }
  988. .myHome .userEntry .haveNotSub {
  989. margin:120px 0
  990. }
  991. .myHome .userEntry .haveNotSub .fL {
  992. margin:15px 10px 0 0
  993. }
  994. .myHome .userEntry .haveNotSub .askSubItem,.myHome .userEntry .haveNotSub .costSubItem {
  995. width:440px;
  996. margin:0 auto;
  997. height:51px;
  998. padding:0 0 0 55px;
  999. background:url(usercentericon.png) no-repeat -10px 0;
  1000. color:#999
  1001. }
  1002. .myHome .userEntry .haveNotSub .askSubItem b{
  1003. color:#b72928
  1004. }
  1005. .myHome .userEntry .haveNotSub .costSubItem {
  1006. background-position:-10px -51px;
  1007. }
  1008. .myHome .userEntry .haveNotSub .costSubItem b{
  1009. color:#376d00
  1010. }
  1011. .myHome .userEntry .mySubcost h3{
  1012. color: #016502;
  1013. font-size: 14px;
  1014. margin: 5px 0 5px 10px
  1015. }
  1016. .centerFormItem table thead th {
  1017. font-size:18px;
  1018. font-weight:600
  1019. }
  1020. .centerFormItem table th {font-weight:normal;padding:0 10px 0 0}
  1021. .centerFormItem table th b {color:#f90000;font-size:14px}
  1022. .centerFormItem table td{
  1023. padding:15px 0;
  1024. }
  1025. .centerFormItem p.tips {
  1026. background:#FEFBCE;
  1027. border: 1px solid #E7DA57;
  1028. color: #666563;
  1029. display:block;
  1030. padding:3px 5px
  1031. }
  1032. .inputText {
  1033. background: url(globalIcon.png) repeat-x scroll 0 -596px #FFFFFF;
  1034. border-color: #898989 #D0D0D0 #D0D0D0 #898989;
  1035. border-style: solid;
  1036. border-width: 1px;
  1037. font-size: 12px;
  1038. height: 18px;
  1039. padding: 2px 0 2px 5px;
  1040. color:#999;
  1041. line-height:18px;
  1042. border-radius: 3px 3px 3px 3px;
  1043. -webkit-border-radius: 3px 3px 3px 3px;
  1044. -moz-border-radius: 3px 3px 3px 3px
  1045. }
  1046. .inputText:focus{
  1047. border-color:#ff6501;
  1048. background:#fff;
  1049. color:#333;
  1050. font-weight:600
  1051. }
  1052. .centerFormItem input {
  1053. vertical-align:middle;
  1054. margin: 0 5px 0 0;
  1055. }
  1056. .centerFormItem select,.centerPriceItem select{
  1057. background: none repeat scroll 0 0 #F9F9F9;
  1058. border-color: #898989 #D0D0D0 #D0D0D0 #898989;
  1059. border-style: solid;
  1060. border-width: 1px;
  1061. color: #666;
  1062. padding: 2px;
  1063. vertical-align: middle;
  1064. }
  1065. .centerFormItem .inputErro,.centerFormItem .erroTips {
  1066. border-color:#f90000;
  1067. color:#f90000
  1068. }
  1069. .myHome .rssPriceList {
  1070. margin:0 0 0 20px
  1071. }
  1072. .myHome .rssPriceList .rssTips {
  1073. background:#FFFBCC;
  1074. border:1px solid #E6DB55;
  1075. color:#666452;
  1076. margin:0 20px 10px 0;
  1077. padding:5px 8px
  1078. }
  1079. .myHome .rssPriceList dt {
  1080. display:block;
  1081. width:100%;
  1082. font-size:14px;
  1083. margin:0 0 10px 0;
  1084. padding:20px 0 0 0;
  1085. font-weight:600
  1086. }
  1087. .myHome .rssPriceList dd {
  1088. width:140px;
  1089. float:left;
  1090. margin:0 0 20px 0
  1091. }
  1092. .loginContent {
  1093. margin:20px 0 0 0
  1094. }
  1095. .loginContent .loginHead {
  1096. color:#fff
  1097. }
  1098. .loginContent .loginHead:hover {
  1099. color:#999
  1100. }
  1101. .loginContent .loginHead a{
  1102. background: url(zhzdjgLogo.png) no-repeat scroll 0 0 transparent;
  1103. height: 55px;
  1104. display:inline-block;
  1105. *display:inline;
  1106. zoom:1;
  1107. width:315px;
  1108. text-indent:-9999px
  1109. }
  1110. .loginContent .loginItem{
  1111. background:url(loginBg.jpg) no-repeat right center
  1112. }
  1113. .loginContent .loginItem h2 {
  1114. font-size:18px;
  1115. font-weight:600
  1116. }
  1117. .loginContent .loginSlidebar {
  1118. padding: 40px 0 0 40px;
  1119. width: 280px;
  1120. }
  1121. .loginContent .loginSlidebar p{
  1122. margin:0 0 30px 0
  1123. }
  1124. .loginContent .loginForm {
  1125. margin:0 320px 0 0;
  1126. border-right:1px dashed #E2E2E2;
  1127. padding:20px 0 150px 0
  1128. }
  1129. .loginContent .loginForm .inputText {
  1130. width:300px;
  1131. font-size:14px;
  1132. height:30px;
  1133. line-height:30px;
  1134. border-radius: 3px 3px 3px 3px;
  1135. -moz-border-radius: 3px 3px 3px 3px;
  1136. -webkit-border-radius: 3px 3px 3px 3px;
  1137. border-color: #898989 #D0D0D0 #D0D0D0 #898989;
  1138. border-style:solid;
  1139. border-width:1px;
  1140. padding:2px;
  1141. background:#FFFFFF url(globalTable.png) repeat-x scroll 0 -90px
  1142. }
  1143. .loginContent .loginForm .inputText:focus {
  1144. border:1px solid #ff6501;
  1145. background:#fff;
  1146. color:#333;
  1147. font-weight:600
  1148. }
  1149. .loginContent .loginForm .inputDis {
  1150. background:#f2f2f2
  1151. }
  1152. .loginContent .loginForm dt {
  1153. font-size:14px;
  1154. margin:20px 0 5px
  1155. }
  1156. .loginContent .loginForm dd .submitSus{
  1157. color:#59A855
  1158. }
  1159. .loginContent .loginForm .colGray {
  1160. color:#999
  1161. }
  1162. .warpCompany {
  1163. margin-top:20px;
  1164. }
  1165. .warpCompany .companySecCate{
  1166. margin:0 300px 0 0;
  1167. }
  1168. .warpCompany .sideBar{
  1169. width:290px;
  1170. }
  1171. .sideBar .cbCompany li{
  1172. margin:15px 5px;
  1173. line-height:14px;
  1174. color:#333;
  1175. }
  1176. .sideBar .cbCompany li p{
  1177. width:260px;
  1178. overflow: hidden;
  1179. height:14px;
  1180. }
  1181. .sideBar .cbCompany li p a{
  1182. color:#999;
  1183. }
  1184. .sideBar .cbCompany li p a:hover{
  1185. color:#336699
  1186. }
  1187. .companySecCate dl{
  1188. padding:0 0 20px 0;
  1189. margin:0 0 20px 0;
  1190. border-bottom:1px dashed #CCC;
  1191. }
  1192. .companySecCate dt{
  1193. border-left:2px solid #647B97;
  1194. padding:0 0 0 5px;
  1195. margin:0 0 10px 0
  1196. }
  1197. .companySecCate dt a{
  1198. font-weight:600;
  1199. font-size:14px;
  1200. color:#666
  1201. }
  1202. .companySecCate dt a:hover{
  1203. color:#336699
  1204. }
  1205. .companySecCate dd{
  1206. float:left;
  1207. margin:0 10px 5px 0;
  1208. border-right:1px solid #ddd;
  1209. padding:0 10px 0 0;
  1210. }
  1211. .companySecCate .openAll{
  1212. text-align:center;
  1213. background:#eee;
  1214. padding:5px 0;
  1215. }
  1216. .companyAllCate table{
  1217. margin:0 0 10px 0;
  1218. }
  1219. .companyAllCate th{
  1220. font-size:16px;
  1221. width:18px;
  1222. background:#ECEFF4;
  1223. color:#647B97;
  1224. text-align:center;
  1225. }
  1226. .companyAllCate td{
  1227. padding:15px 15px 0;
  1228. }
  1229. .companyAllCate .allCateDl{
  1230. padding:0 0 20px 0;
  1231. margin:0 0 20px 0;
  1232. border-bottom:1px dashed #CCC;
  1233. }
  1234. .companyAllCate .allCateDl dt{
  1235. font-weight:600;
  1236. margin:0 0 10px 0;
  1237. font-size:14px;
  1238. }
  1239. .companyAllCate .allCateDl dt a{
  1240. color:#666;
  1241. font-weight:600;
  1242. font-size:14px;
  1243. }
  1244. .companyAllCate .allCateDl dt a:hover{
  1245. color:#336699
  1246. }
  1247. .companyAllCate .allCateDl dd{
  1248. float:left;
  1249. margin:0 10px 5px 0;
  1250. border-right:1px solid #ddd;
  1251. padding:0 10px 0 0;
  1252. }
  1253. .warpCompany .clistSidebar {
  1254. width:150px;
  1255. padding:0 0 100px 0;
  1256. }
  1257. .clistSidebar .cateToolbar dd{
  1258. padding:5px;
  1259. position:relative;
  1260. }
  1261. .clistSidebar .cateToolbar .secCate{
  1262. position: absolute;
  1263. left:130px;
  1264. width:150%;
  1265. top:0;
  1266. display:none;
  1267. padding:3px;
  1268. background:#DBE1EA
  1269. }
  1270. .clistSidebar .cateToolbar.bottom {
  1271. border-top:1px solid #bbb;
  1272. }
  1273. .clistSidebar .cateToolbar.bottom .secCate{
  1274. top:inherit;
  1275. bottom:0;
  1276. }
  1277. .clistSidebar .cateToolbar .secCate.bottom{
  1278. top:inherit;
  1279. bottom:0;
  1280. }
  1281. .clistSidebar .cateToolbar dd:hover{
  1282. background:#DBE1EA;
  1283. }
  1284. .clistSidebar .cateToolbar dd:hover .secCate{
  1285. display:block;
  1286. }
  1287. .clistSidebar .cateToolbar .secCate li{
  1288. padding:3px 5px;
  1289. background:#fff
  1290. }
  1291. .warpCompany .companyList {
  1292. margin:0 0 0 160px;
  1293. }
  1294. .warpCompany .companyList td{
  1295. padding:15px 0;
  1296. border-bottom:1px solid #F0F0F0;
  1297. }
  1298. .warpCompany .companyList td.name{
  1299. font-size:14px;
  1300. text-align:left
  1301. }
  1302. .cateSelect .tab {
  1303. margin:10px 0 0 0;
  1304. background:#ECEFF4;
  1305. padding:0 0 0 10px;
  1306. }
  1307. .cateSelect .tab a{
  1308. padding:5px;
  1309. display:inline-block;
  1310. }
  1311. .cateSelect .tab a.now{
  1312. border:1px solid #647B97;
  1313. border-bottom:1px solid #fff;
  1314. background:#fff;
  1315. }
  1316. .cateSelect .item{
  1317. border-top:1px solid #647B97;
  1318. margin:-1px 0 0 0;
  1319. padding:5px;
  1320. }
  1321. .cateSelect .item dd{
  1322. border:1px solid #DBE1EA;
  1323. float:left;
  1324. margin:5px;
  1325. padding:5px;
  1326. }
  1327. span.ccTab{
  1328. padding:5px;
  1329. margin:5px;
  1330. border:1px solid #647B97;
  1331. background:#ECEFF4;
  1332. }
  1333. span.ccTab a{
  1334. color:#f90000;
  1335. margin:0 0 0 5px;
  1336. }
  1337. .newAskIndex .mainBanner{
  1338. height:440px;
  1339. background:#f99b1d;
  1340. }
  1341. .mainBanner .item {
  1342. height:440px;
  1343. background: url(mainbanner.png) no-repeat
  1344. }
  1345. .newAskIndex .newAskNav {
  1346. margin:20px auto 0;
  1347. }
  1348. .newAskNav .navItem {
  1349. width:470px;
  1350. background:#DBE1EA
  1351. }
  1352. .newAskNav .navItem h2 {
  1353. background:#647B97;
  1354. color:#fff;
  1355. padding:8px 10px;
  1356. font-size:28px;
  1357. }
  1358. .newAskNav .navItem.ask h2 {
  1359. background: #FF6501
  1360. }