global.css 22 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112
  1. @charset "utf-8";
  2. /*Reset 样式初始化*/
  3. html, body, form, fieldset, p, a, ul, ol, li, div, legend, label,
  4. br, input, button, textarea, h1, h2, h3, h4, h5,em{
  5. padding: 0;
  6. margin: 0;
  7. font-weight: normal;
  8. font-style: normal;
  9. font-size: 12px;
  10. font-family:"微软雅黑","Tahoma";
  11. vertical-align: baseline;
  12. text-align:justify;
  13. word-wrap:break-word;
  14. text-justify:inter-ideograph
  15. }
  16. body{text-align:center}
  17. ul, ol, li, h1 {
  18. line-height:normal;
  19. list-style-image:none;
  20. list-style-position:outside;
  21. list-style-type:none
  22. }
  23. dl {
  24. margin:0
  25. }
  26. dd {
  27. margin-left:0
  28. }
  29. a {
  30. outline:none;
  31. }
  32. a img {
  33. border:0 none
  34. }
  35. img {
  36. vertical-align:middle;
  37. border:0px
  38. }
  39. table {
  40. border-collapse:collapse
  41. }
  42. .clearfix:after {
  43. content:".";
  44. display:block;
  45. height:0;
  46. clear:both;
  47. visibility:hidden
  48. }
  49. .clearfix {
  50. display:inline-block;
  51. overflow:hidden
  52. }
  53. .clearfix {
  54. display:block
  55. }
  56. body {color:#666;background:#fff}
  57. a {color:#3366cc;text-decoration:none}
  58. a:hover {color:#333}
  59. .width950{width:950px;margin:0 auto}
  60. /**/
  61. .clearB {clear:both}
  62. .fL {float:left}
  63. .fR {float:right}
  64. :link, *:visited, *:hover, *:active, *:focus {
  65. -moz-transition: color 0.2s linear 0s, background-color 0.2s linear 0s, border-color 0.2s linear 0s;
  66. -webkit-transition: color 0.2s linear 0s, background-color 0.2s linear 0s, border-color 0.2s linear 0s;
  67. transition: color 0.2s linear 0s, background-color 0.2s linear 0s, border-color 0.2s linear 0s;
  68. -o-transition: color 0.2s linear 0s, background-color 0.2s linear 0s, border-color 0.2s linear 0s;
  69. }
  70. .colRed {color:#f70000}
  71. .colOrange {color:#ed8b00}
  72. .colYel {color:#d9a601}
  73. .colGreen{color:#009f86}
  74. .colGray{color:#999}
  75. .colBlue{color:#3172d9}
  76. .hide {display:none}
  77. .button {
  78. float:left;
  79. height:32px;
  80. margin-right:10px;
  81. padding:0px 30px;
  82. line-height:32px;
  83. text-align:center;
  84. overflow:hidden;
  85. font-weight:bold;
  86. color:#FFF;
  87. border-radius:3px;
  88. text-shadow:0 1px rgba(0, 0, 0, 0.1);
  89. text-decoration:none;
  90. border:none
  91. }
  92. input.button{
  93. height:35px;
  94. line-height:35px
  95. }
  96. .button:hover{
  97. color:#fff
  98. }
  99. .button.btn-blue{
  100. background-color:#006fd8;
  101. border-bottom:3px solid #014687
  102. }
  103. .button.btn-blue:hover{
  104. background-color:#0076e4;
  105. }
  106. .button.btn-blue:active{
  107. background-color:#014687;
  108. }
  109. .button.btn-red{
  110. background-color:#E74C3C;
  111. border-bottom:3px solid #C44133
  112. }
  113. .button.btn-red:hover{
  114. background-color:#EC7063;
  115. }
  116. .button.btn-red:active{
  117. background-color:#C44133;
  118. }
  119. .button.btn-green{
  120. background-color:#1ABC9C;
  121. border-bottom:3px solid #16a085
  122. }
  123. .button.btn-green:hover{
  124. background-color:#48C9B0;
  125. }
  126. .button.btn-green:active{
  127. background-color:#16A085;
  128. }
  129. .button.btn-dark{
  130. background-color:#415B76;
  131. border-bottom:3px solid #2c3e50
  132. }
  133. .button.btn-dark:hover{
  134. background-color:#456a91;
  135. }
  136. .button.btn-dark:active{
  137. background-color:#2c3e50;
  138. }
  139. .inputText{
  140. width:274px;
  141. border:1px solid #dcdcdc;
  142. border-top-color:#abadb3;
  143. border-left-color:#abadb3;
  144. padding:7px;
  145. background:#fff url(inputBg.png) repeat-x 0 0;
  146. font-size:14px;
  147. color:#999;
  148. border-radius:2px;
  149. -moz-border-radius:2px;
  150. -webkit-border-radius:2px;
  151. outline: medium none;
  152. height:18px;
  153. line-height:18px
  154. }
  155. .inputText:focus{
  156. border-color:#0196ff;
  157. color:#0196ff;
  158. background:#fff;
  159. }
  160. .table {
  161. width: 100%;
  162. max-width: 100%;
  163. margin-bottom: 20px;
  164. }
  165. .table > thead > tr > th,
  166. .table > tbody > tr > th,
  167. .table > tfoot > tr > th,
  168. .table > thead > tr > td,
  169. .table > tbody > tr > td,
  170. .table > tfoot > tr > td {
  171. padding: 8px;
  172. line-height: 1.42857143;
  173. vertical-align: top;
  174. border-top: 1px solid #dddddd;
  175. }
  176. .table > thead > tr > th {
  177. vertical-align: bottom;
  178. border-bottom: 2px solid #dddddd;
  179. }
  180. .table > caption + thead > tr:first-child > th,
  181. .table > colgroup + thead > tr:first-child > th,
  182. .table > thead:first-child > tr:first-child > th,
  183. .table > caption + thead > tr:first-child > td,
  184. .table > colgroup + thead > tr:first-child > td,
  185. .table > thead:first-child > tr:first-child > td {
  186. border-top: 0;
  187. }
  188. .table > tbody + tbody {
  189. border-top: 2px solid #dddddd;
  190. }
  191. .table .table {
  192. background-color: #ffffff;
  193. }
  194. .table-condensed > thead > tr > th,
  195. .table-condensed > tbody > tr > th,
  196. .table-condensed > tfoot > tr > th,
  197. .table-condensed > thead > tr > td,
  198. .table-condensed > tbody > tr > td,
  199. .table-condensed > tfoot > tr > td {
  200. padding: 5px;
  201. }
  202. .table-bordered {
  203. border: 1px solid #dddddd;
  204. }
  205. .table-bordered > thead > tr > th,
  206. .table-bordered > tbody > tr > th,
  207. .table-bordered > tfoot > tr > th,
  208. .table-bordered > thead > tr > td,
  209. .table-bordered > tbody > tr > td,
  210. .table-bordered > tfoot > tr > td {
  211. border: 1px solid #dddddd;
  212. }
  213. .table-bordered > thead > tr > th,
  214. .table-bordered > thead > tr > td {
  215. border-bottom-width: 2px;
  216. }
  217. .table-striped > tbody > tr:nth-child(odd) {
  218. background-color: #f9f9f9;
  219. }
  220. .table-hover > tbody > tr:hover {
  221. background-color: #f5f5f5;
  222. }
  223. table col[class*="col-"] {
  224. position: static;
  225. float: none;
  226. display: table-column;
  227. }
  228. table td[class*="col-"],
  229. table th[class*="col-"] {
  230. position: static;
  231. float: none;
  232. display: table-cell;
  233. }
  234. .table > thead > tr > td.active,
  235. .table > tbody > tr > td.active,
  236. .table > tfoot > tr > td.active,
  237. .table > thead > tr > th.active,
  238. .table > tbody > tr > th.active,
  239. .table > tfoot > tr > th.active,
  240. .table > thead > tr.active > td,
  241. .table > tbody > tr.active > td,
  242. .table > tfoot > tr.active > td,
  243. .table > thead > tr.active > th,
  244. .table > tbody > tr.active > th,
  245. .table > tfoot > tr.active > th {
  246. background-color: #f5f5f5;
  247. }
  248. .table-hover > tbody > tr > td.active:hover,
  249. .table-hover > tbody > tr > th.active:hover,
  250. .table-hover > tbody > tr.active:hover > td,
  251. .table-hover > tbody > tr:hover > .active,
  252. .table-hover > tbody > tr.active:hover > th {
  253. background-color: #e8e8e8;
  254. }
  255. .table > thead > tr > td.success,
  256. .table > tbody > tr > td.success,
  257. .table > tfoot > tr > td.success,
  258. .table > thead > tr > th.success,
  259. .table > tbody > tr > th.success,
  260. .table > tfoot > tr > th.success,
  261. .table > thead > tr.success > td,
  262. .table > tbody > tr.success > td,
  263. .table > tfoot > tr.success > td,
  264. .table > thead > tr.success > th,
  265. .table > tbody > tr.success > th,
  266. .table > tfoot > tr.success > th {
  267. background-color: #dff0d8;
  268. }
  269. .table-hover > tbody > tr > td.success:hover,
  270. .table-hover > tbody > tr > th.success:hover,
  271. .table-hover > tbody > tr.success:hover > td,
  272. .table-hover > tbody > tr:hover > .success,
  273. .table-hover > tbody > tr.success:hover > th {
  274. background-color: #d0e9c6;
  275. }
  276. .table > thead > tr > td.info,
  277. .table > tbody > tr > td.info,
  278. .table > tfoot > tr > td.info,
  279. .table > thead > tr > th.info,
  280. .table > tbody > tr > th.info,
  281. .table > tfoot > tr > th.info,
  282. .table > thead > tr.info > td,
  283. .table > tbody > tr.info > td,
  284. .table > tfoot > tr.info > td,
  285. .table > thead > tr.info > th,
  286. .table > tbody > tr.info > th,
  287. .table > tfoot > tr.info > th {
  288. background-color: #d9edf7;
  289. }
  290. .table-hover > tbody > tr > td.info:hover,
  291. .table-hover > tbody > tr > th.info:hover,
  292. .table-hover > tbody > tr.info:hover > td,
  293. .table-hover > tbody > tr:hover > .info,
  294. .table-hover > tbody > tr.info:hover > th {
  295. background-color: #c4e3f3;
  296. }
  297. .table > thead > tr > td.warning,
  298. .table > tbody > tr > td.warning,
  299. .table > tfoot > tr > td.warning,
  300. .table > thead > tr > th.warning,
  301. .table > tbody > tr > th.warning,
  302. .table > tfoot > tr > th.warning,
  303. .table > thead > tr.warning > td,
  304. .table > tbody > tr.warning > td,
  305. .table > tfoot > tr.warning > td,
  306. .table > thead > tr.warning > th,
  307. .table > tbody > tr.warning > th,
  308. .table > tfoot > tr.warning > th {
  309. background-color: #fcf8e3;
  310. }
  311. .table-hover > tbody > tr > td.warning:hover,
  312. .table-hover > tbody > tr > th.warning:hover,
  313. .table-hover > tbody > tr.warning:hover > td,
  314. .table-hover > tbody > tr:hover > .warning,
  315. .table-hover > tbody > tr.warning:hover > th {
  316. background-color: #faf2cc;
  317. }
  318. .table > thead > tr > td.danger,
  319. .table > tbody > tr > td.danger,
  320. .table > tfoot > tr > td.danger,
  321. .table > thead > tr > th.danger,
  322. .table > tbody > tr > th.danger,
  323. .table > tfoot > tr > th.danger,
  324. .table > thead > tr.danger > td,
  325. .table > tbody > tr.danger > td,
  326. .table > tfoot > tr.danger > td,
  327. .table > thead > tr.danger > th,
  328. .table > tbody > tr.danger > th,
  329. .table > tfoot > tr.danger > th {
  330. background-color: #f2dede;
  331. }
  332. .table-hover > tbody > tr > td.danger:hover,
  333. .table-hover > tbody > tr > th.danger:hover,
  334. .table-hover > tbody > tr.danger:hover > td,
  335. .table-hover > tbody > tr:hover > .danger,
  336. .table-hover > tbody > tr.danger:hover > th {
  337. background-color: #ebcccc;
  338. }
  339. .table-responsive {
  340. overflow-x: auto;
  341. min-height: 0.01%;
  342. }
  343. @media screen and (max-width: 767px) {
  344. .table-responsive {
  345. width: 100%;
  346. margin-bottom: 15px;
  347. overflow-y: hidden;
  348. -ms-overflow-style: -ms-autohiding-scrollbar;
  349. border: 1px solid #dddddd;
  350. }
  351. .table-responsive > .table {
  352. margin-bottom: 0;
  353. }
  354. .table-responsive > .table > thead > tr > th,
  355. .table-responsive > .table > tbody > tr > th,
  356. .table-responsive > .table > tfoot > tr > th,
  357. .table-responsive > .table > thead > tr > td,
  358. .table-responsive > .table > tbody > tr > td,
  359. .table-responsive > .table > tfoot > tr > td {
  360. white-space: nowrap;
  361. }
  362. .table-responsive > .table-bordered {
  363. border: 0;
  364. }
  365. .table-responsive > .table-bordered > thead > tr > th:first-child,
  366. .table-responsive > .table-bordered > tbody > tr > th:first-child,
  367. .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  368. .table-responsive > .table-bordered > thead > tr > td:first-child,
  369. .table-responsive > .table-bordered > tbody > tr > td:first-child,
  370. .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  371. border-left: 0;
  372. }
  373. .table-responsive > .table-bordered > thead > tr > th:last-child,
  374. .table-responsive > .table-bordered > tbody > tr > th:last-child,
  375. .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  376. .table-responsive > .table-bordered > thead > tr > td:last-child,
  377. .table-responsive > .table-bordered > tbody > tr > td:last-child,
  378. .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  379. border-right: 0;
  380. }
  381. .table-responsive > .table-bordered > tbody > tr:last-child > th,
  382. .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  383. .table-responsive > .table-bordered > tbody > tr:last-child > td,
  384. .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  385. border-bottom: 0;
  386. }
  387. }
  388. /*global header*/
  389. .globalHeader {
  390. background:#515b61;
  391. height:30px
  392. }
  393. .globalNav a{
  394. float:left;
  395. height:30px;
  396. line-height:30px;
  397. padding:0 10px;
  398. color:#eee;
  399. position: relative;
  400. cursor: pointer
  401. }
  402. .globalNav a:hover{
  403. background:#666E70;
  404. color:#fff
  405. }
  406. .globalNav a.now{
  407. background:#009F86;
  408. color:#fff;
  409. font-weight:600
  410. }
  411. .globalNav .zhzd{
  412. float:left;
  413. height:30px;
  414. position: relative;
  415. z-index:999
  416. }
  417. .globalNav .zhzd a b{
  418. border-color: #FFDDC9 transparent transparent;
  419. border-right: 3px dashed transparent;
  420. border-style: solid dashed dashed;
  421. border-width: 3px 3px 0;
  422. display: inline-block;
  423. font-size: 0;
  424. height: 0;
  425. line-height: 0;
  426. width: 0;
  427. position: relative;
  428. top:-1px;
  429. left:4px
  430. }
  431. .globalNav .zhzd .zhzdMenu{
  432. position: absolute;
  433. left:0;
  434. top:29px;
  435. background:#fff;
  436. border:1px solid #ccc;
  437. border-top:none;
  438. box-shadow:0 2px 4px rgba(0, 0, 0, 0.2);
  439. z-index: 0;
  440. display:none
  441. }
  442. .globalNav .zhzd .zhzdMenu a{
  443. width:100%;
  444. padding:0;
  445. text-align:center;
  446. color:#3366cc
  447. }
  448. .globalNav .zhzd .zhzdMenu a:hover{
  449. background:#f2f2f2
  450. }
  451. .globalNav .zhzd a.now{
  452. background:#fff;
  453. border:1px solid #ccc;
  454. border-bottom:none;
  455. border-top:none;
  456. color:#3366cc;
  457. z-index:10
  458. }
  459. .userInfoPanel{
  460. margin:20px auto 5px
  461. }
  462. .userInfoPanel p{
  463. text-align:right;
  464. margin:10px 0 0 0
  465. }
  466. /*indexBanner*/
  467. .indexBanner {
  468. background:url(indexbanner.jpg) no-repeat center top;
  469. height:400px;
  470. width:100%;
  471. border-top:1px solid #f5f5f5;
  472. border-bottom:1px solid #f5f5f5
  473. }
  474. .loginPanel {
  475. width:296px;
  476. height:310px;
  477. background-color: #fff;
  478. margin:40px 0 0 630px
  479. }
  480. .formLine{
  481. position:relative;
  482. margin:20px 0
  483. }
  484. .formLine .userName{
  485. color:#333;
  486. font-size:18px;
  487. margin:0 0 20px 0
  488. }
  489. .loginPanel .warpLogin{
  490. padding:20px 0 0 23px
  491. }
  492. .loginPanel h2{
  493. font-size:18px
  494. }
  495. .loginPanel input.text {
  496. border: 1px solid #B7B7B7;
  497. font-size: 20px;
  498. height: 33px;
  499. letter-spacing: 1px;
  500. padding: 1px 1px 1px 6px;
  501. width: 241px;
  502. background:url(inputBg.png) repeat-x 0 0
  503. }
  504. .loginPanel .textTips{
  505. color: #999999;
  506. cursor: text;
  507. font-size: 14px;
  508. height: 37px;
  509. line-height: 37px;
  510. overflow: hidden;
  511. padding: 0 2px 0 10px;
  512. position:absolute;
  513. left:0
  514. }
  515. .loginPanel .formLink{
  516. margin:10px 0 0 0;
  517. color:#ccc
  518. }
  519. .proList .width950{
  520. padding-bottom:30px;
  521. border-bottom:1px dashed #eee
  522. }
  523. .proList .proTitle{
  524. position:relative;
  525. height:50px;
  526. width:220px;
  527. background:url(pageimg.png) no-repeat 0 0;
  528. margin:20px 0 0 0
  529. }
  530. .listItem .entry .eImg {
  531. width:315px;
  532. height:140px;
  533. background:url(pageimg.png) no-repeat
  534. }
  535. .listItem .entry{
  536. float:left
  537. }
  538. .listItem .entry .zhzdimg{
  539. background-position:0 -50px
  540. }
  541. .listItem .entry .wsoftimg{
  542. background-position:-315px -50px
  543. }
  544. .listItem .entry .qyimg{
  545. background-position:0px -191px
  546. }
  547. .listItem .entry .jianzuimg{
  548. background-position:-315px -191px
  549. }
  550. .listItem .entry .yhyunimg{
  551. background-position:0px -330px
  552. }
  553. .listItem .entry .links{
  554. color:#999;
  555. text-align:center
  556. }
  557. .helpList {
  558. padding-top:20px;
  559. border-top:1px solid #f2f2f2
  560. }
  561. .helpList div.fL{
  562. position:relative;
  563. width:315px;
  564. min-height: 110px;
  565. }
  566. .helpList h2{
  567. background:url(pageimg.png) no-repeat;
  568. height:38px;
  569. width:120px
  570. }
  571. .helpList h2.helpTitle1{
  572. background-position:-228px 0
  573. }
  574. .helpList h2.helpTitle2{
  575. background-position:-344px 0
  576. }
  577. .helpList h2.helpTitle3{
  578. background-position:-459px 0
  579. }
  580. .helpList .helpLinks {
  581. padding:5px 10px
  582. }
  583. .helpList .helpLinks a{
  584. color:#666
  585. }
  586. .helpList .helpLinks a:hover{
  587. color:#009f86
  588. }
  589. .helpList .helpLinks a.sina{
  590. color:#e32529
  591. }
  592. .helpList .helpLinks a.qq{
  593. color:#0a86b9
  594. }
  595. .helpList .images{
  596. position:absolute;
  597. left:140px;
  598. top:-10px;
  599. width:100px;
  600. height:100px;
  601. }
  602. .footer {
  603. background:#f5f5f5;
  604. padding:10px 0;
  605. margin-top:40px
  606. }
  607. .footer p{
  608. text-align:center;
  609. color:#999
  610. }
  611. .footer p a{
  612. color:#666
  613. }
  614. .formItem {
  615. padding:30px
  616. }
  617. .formItem h2 {
  618. border-left: 2px solid #009f86;
  619. font-size: 18px;
  620. padding: 3px 8px;
  621. }
  622. .formItem dl {
  623. margin:0 370px 0 0
  624. }
  625. .formItem dt {
  626. font-size:14px;
  627. margin:20px 0 5px
  628. }
  629. .formItem dd{
  630. position:relative
  631. }
  632. .formItem dd .inputSus{
  633. border-color:#59a855;
  634. color:#59a855
  635. }
  636. .formItem dd input.erroT,.formItem dd select.erroT {
  637. border-color:#e9322e;
  638. color:#e9322e;
  639. box-shadow:0 0 4px #e9322e
  640. }
  641. .formItem dd span.erroT{
  642. color: #fff;
  643. padding:0 5px;
  644. background: none repeat scroll 0 0 #E9322E;
  645. top:33px;
  646. left:5px;
  647. border-radius:0 0 5px 5px;
  648. position:absolute
  649. }
  650. .formItem dd p.tips{
  651. color:#999
  652. }
  653. .formItem dd .submitSus,.formLine .submitSus {
  654. color: #f90000;
  655. display: inline-block;
  656. }
  657. .formItem dd select {
  658. border:1px solid #dcdcdc;
  659. border-top-color:#abadb3;
  660. border-left-color:#abadb3;
  661. padding:7px;
  662. vertical-align: bottom;
  663. color:#999;
  664. outline: medium none;
  665. border-radius:2px;
  666. -moz-border-radius:2px;
  667. -webkit-border-radius:2px
  668. }
  669. .formItem dd select:focus {
  670. border-color:#ff6501;
  671. color:#ff6501
  672. }
  673. .formItem b.mailItem {
  674. font-size:18px;
  675. margin:0 5px 0 0;
  676. border-bottom:1px dashed #9AB13C;
  677. color:#9AB13C
  678. }
  679. .regForm dd{
  680. position:relative;
  681. margin-bottom: 15px;
  682. }
  683. .regForm dd p.tips {
  684. position:absolute;
  685. top:8px;
  686. left:10px
  687. }
  688. .regForm dd span.tips{
  689. background:#FFFBCC;
  690. border:1px solid #E6DB55;
  691. color:#666452;
  692. padding:8px 10px;
  693. display:inline-block;
  694. *display:inline;
  695. zoom:1;
  696. margin:10px 0
  697. }
  698. .regInfo {
  699. width:360px
  700. }
  701. .regInfo .regStepTip {
  702. margin:0 0 50px 0
  703. }
  704. .regInfo .regStepTip p{
  705. margin:0 0 10px 0
  706. }
  707. .globalContent {
  708. margin-top:10px
  709. }
  710. .formContent .slidebar {
  711. float: left;
  712. width: 180px;
  713. }
  714. .formContent .slidebar .userAvr{
  715. margin:0 0 20px 0
  716. }
  717. .formContent .slidebar .userAvr img{
  718. float:left;
  719. margin:0 10px 0 0
  720. }
  721. .formContent .slidebar li {
  722. margin: 1px 0;
  723. padding: 0 10px 0 0;
  724. }
  725. .formContent .slidebar li.now {
  726. background: none repeat scroll 0 0 #F5F5F5;
  727. }
  728. .formContent .slidebar li a {
  729. color: #666666;
  730. display: block;
  731. font-size: 14px;
  732. height: 30px;
  733. line-height: 30px;
  734. padding: 0 0 0 10px;
  735. }
  736. .formContent .slidebar li a:hover{
  737. color:#9AB13C
  738. }
  739. .formContent .slidebar li.now a {
  740. color: #009f86;
  741. }
  742. .formContent .mainContent {
  743. border-left: 1px solid #E2E2E2;
  744. margin: 0 0 0 180px;
  745. }
  746. .userProfile dt{
  747. margin:0
  748. }
  749. .userProfile dd{
  750. margin:5px 0 30px 0
  751. }
  752. .payContent .payWayTab ul {
  753. background:#415B76;
  754. padding: 0 20px;
  755. }
  756. .payContent .payWayTab li {
  757. color:#fff;
  758. cursor: pointer;
  759. display: inline-block;
  760. *display:inline;
  761. zoom:1;
  762. font-size: 16px;
  763. height: 40px;
  764. line-height: 40px;
  765. margin: 0 10px;
  766. padding: 0 15px;
  767. background-color:#456a91
  768. }
  769. .payContent .payWayTab li:hover {
  770. background-color: #2C3E50;
  771. }
  772. .payContent .payWayTab li.now {
  773. background-color: #E74C3C;
  774. cursor: default;
  775. font-weight: 600;
  776. color:#fff
  777. }
  778. .payContent .wayItem {
  779. padding: 20px 30px 30px;
  780. position: relative;
  781. }
  782. .wayItem .rcInput {
  783. font-size: 20px;
  784. }
  785. .wayItem .rcInput ul {
  786. margin: 10px 0 0 8px;
  787. }
  788. .wayItem .rcInput li {
  789. float: left;
  790. font-size: 20px;
  791. margin: 0 10px 0 0;
  792. padding: 0 5px;
  793. }
  794. .wayItem .rcInput li.focus {
  795. background: none repeat scroll 0 0 #E74C3C;
  796. border-radius: 4px;
  797. color: #FFFFFF;
  798. }
  799. .wayItem .rcInput li label{
  800. font-size:20px;
  801. cursor: pointer
  802. }
  803. .wayItem .rcBankTitle {
  804. font-size: 20px;
  805. margin: 20px 0 0;
  806. }
  807. .wayItem .rcBankList li {
  808. float: left;
  809. margin: 5px 2px;
  810. padding: 5px 10px;
  811. }
  812. .wayItem .rcBankList li.focus {
  813. background: none repeat scroll 0 0 #E74C3C;
  814. border-radius:4px;
  815. }
  816. .wayItem .rcBankList li label{
  817. cursor: pointer
  818. }
  819. .wayItem .bankWayStep {
  820. margin: 0 0 15px;
  821. }
  822. .wayItem .bankWayStep span {
  823. color: #ED8B00;
  824. font-size: 18px;
  825. }
  826. .wayItem .bankWayStep span.til {
  827. color: #333333;
  828. }
  829. .wayItem .bankList dl {
  830. background: none repeat scroll 0 0 #EFF0F2;
  831. float: left;
  832. margin: 0 10px;
  833. width:100%
  834. }
  835. .wayItem .bankList dl dt {
  836. background: none repeat scroll 0 0 #3498DB;
  837. font-weight: 600;
  838. padding: 5px 0 5px 10px;
  839. color:#fff
  840. }
  841. .wayItem .bankList dl dd {
  842. margin: 10px 0;
  843. }
  844. .wayItem .bankList dl dd span {
  845. display: inline-block;
  846. font-weight: 600;
  847. text-align: right;
  848. width: 60px;
  849. }
  850. .wayItem .wayForm {
  851. margin: 20px 0 0;
  852. }
  853. .wayItem .wayForm p {
  854. background: none repeat scroll 0 0 #FFFBCC;
  855. border: 1px solid #E6DB55;
  856. color: #666452;
  857. padding: 8px 12px;
  858. }
  859. .wayItem .wayForm dt {
  860. font-size: 14px;
  861. margin: 15px 0 10px;
  862. }
  863. .wayItem .wayForm dd input {
  864. font-size: 24px;
  865. height: 30px;
  866. line-height: 30px;
  867. padding: 0 5px;
  868. width:200px
  869. }
  870. .wayItem .button{
  871. margin-top:20px
  872. }
  873. .promoCode {
  874. background: none repeat scroll 0 0 #EFF0F2;
  875. position: absolute;
  876. right: 30px;
  877. top: 50px;
  878. width: 455px;
  879. padding: 0 0 10px 0
  880. }
  881. .promoCode h2{
  882. padding:5px 10px;
  883. background:#1ABC9C;
  884. color:#fff;
  885. font-weight:600
  886. }
  887. .promoCode input {
  888. font-size: 24px;
  889. height: 30px;
  890. line-height: 30px;
  891. margin: 10px;
  892. padding: 0 5px;
  893. }
  894. .wayItem .promoCode p {
  895. background: none repeat scroll 0 0 transparent;
  896. border: medium none;
  897. padding:0 10px ;
  898. }
  899. .bankPromo {
  900. top: 240px
  901. }
  902. .aliPromo {
  903. top: 130px;
  904. right: 0
  905. }
  906. .mobileRegister{
  907. margin-left:25px;
  908. font-size: 12px;
  909. }
  910. .btnText{
  911. margin:0 10px;
  912. padding:7px;
  913. border:1px solid #c1c1c1;
  914. background: #f2f2f2;
  915. font-size: 14px;
  916. border-radius: 2px;
  917. -moz-border-radius: 2px;
  918. -webkit-border-radius: 2px;
  919. outline: medium none;
  920. color:gray;
  921. cursor:pointer;
  922. }
  923. .btnText:hover{
  924. background:#e6e6e6;
  925. }
  926. .btnTextOne{
  927. margin:0 10px;
  928. padding:7px;
  929. border:1px solid #1fb597;
  930. background: #1ABC9C;
  931. font-size: 14px;
  932. border-radius: 2px;
  933. -moz-border-radius: 2px;
  934. -webkit-border-radius: 2px;
  935. outline: medium none;
  936. color:#fff;
  937. cursor:pointer;
  938. }
  939. .btnTextOne:hover{
  940. background:#48C9B0;
  941. }
  942. .trainFormTab{
  943. margin:15px 0;
  944. }
  945. .trainFormTab a{
  946. float:left;
  947. width:240px;
  948. text-align: center;
  949. cursor:pointer;
  950. display:inline-block;
  951. padding:12px 0;
  952. background:#e6e6e6;
  953. color:#009f86;
  954. }
  955. .trainFormTabs a{
  956. width:145px;
  957. }
  958. .trainFormTab .now{
  959. cursor:default;
  960. background:#009f86;
  961. color:#fff;
  962. }
  963. .formEntry .regForm{
  964. margin-bottom:15px;
  965. }
  966. .formEntry .regForm dt{
  967. margin:0 0 10px;
  968. }
  969. .return{
  970. margin-left:15px;
  971. }
  972. .formLine span.erroT{
  973. color:#fff;
  974. padding:0 5px;
  975. background:none repeat scroll 0 0 #e9322e;
  976. top:36px;
  977. left:5px;
  978. border-radius: 0 0 5px 5px;
  979. position:absolute;
  980. }
  981. .mobileTop{
  982. background:#009f86;
  983. color:#fff;
  984. font-size: 18px;
  985. padding:15px 0;
  986. text-align: center;
  987. }
  988. .mobileRe{
  989. padding:20px 30px;
  990. }
  991. .mobileRe .mobileRe{
  992. display:inline-block;
  993. padding:10px 15px;
  994. color:#fff;
  995. background:#009f86;
  996. margin-bottom: 20px;
  997. }
  998. .mobileRe .regForm{
  999. font-size: 16px;
  1000. }
  1001. .mobileRe .btnTextMod{
  1002. min-width: 135px;
  1003. padding:14px 0;
  1004. text-align: center;
  1005. }
  1006. .mobileRe .text-danger{
  1007. padding:5px 0;
  1008. color:#E9322E;
  1009. }
  1010. .mobileRe .inputText{
  1011. padding:14px 0;
  1012. width:99%;
  1013. text-indent: 10px;
  1014. }
  1015. .mobileTopImg{
  1016. margin:10px 0;
  1017. }
  1018. .mobileRe .btnMobile{
  1019. width:100%;
  1020. font-size: 18px;
  1021. font-weight: normal;
  1022. height:45px;
  1023. line-height: 45px;
  1024. margin:0;
  1025. }
  1026. .mobileRe .regForm dt{
  1027. margin-bottom: 15px;
  1028. }
  1029. .mobileRe .regForm dd{
  1030. margin-bottom: 25px;
  1031. }
  1032. .mobileRe .regForm dd input.textError{
  1033. border-color: #e9322e;
  1034. color: #e9322e;
  1035. }
  1036. .mobileRe .regForm dd span.textError{
  1037. position:absolute;
  1038. top:44px;
  1039. left:10px;
  1040. font-size: 12px;
  1041. padding:5px 0;
  1042. color:#E9322E;
  1043. }
  1044. .voucher-input {
  1045. padding: 15px 0
  1046. }
  1047. .voucher-input input{
  1048. font-size:18px;
  1049. height: 30px;
  1050. line-height: 30px;
  1051. padding: 0 5px;
  1052. width: 200px;
  1053. float:left
  1054. }
  1055. .voucher-list legend{
  1056. font-size: :14px;
  1057. margin:10px 0
  1058. }
  1059. .product{
  1060. display:block;
  1061. margin: 10px 10px 0 0;
  1062. }
  1063. .product:hover{
  1064. text-decoration: underline;
  1065. color: #3366cc;
  1066. font-weight: bold;
  1067. }
  1068. .bgBlack{
  1069. position:absolute;
  1070. top:0;
  1071. width:100%;
  1072. height:100%;
  1073. background-color: rgba(0,0,0,0.6);
  1074. }
  1075. .popupCon{
  1076. width:600px;
  1077. margin-top: 150px;
  1078. background:#fff;
  1079. }
  1080. .erweima{
  1081. width:600px;
  1082. text-align: center;
  1083. padding-top: 30px;
  1084. }
  1085. .popupText{
  1086. width:600px;
  1087. text-align: center;
  1088. font-size: 14px;
  1089. padding-bottom: 15px;
  1090. color: #999;
  1091. }
  1092. .popupTextB{
  1093. padding-top: 10px;
  1094. font-size: 20px;
  1095. color: #333;
  1096. }
  1097. .popupBtn{
  1098. background: #1ABC9C;
  1099. color: #fff;
  1100. border:1px solid #1ABC9C;
  1101. padding:10px 25px;
  1102. margin-bottom: 35px;
  1103. }
  1104. .popupBtn:hover{
  1105. background: #48C9B0;
  1106. border:1px solid #48C9B0;
  1107. }
  1108. .popupBtn:active{
  1109. background: #16A085;
  1110. border:1px solid #16A085;
  1111. }