global.css 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044
  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:315px;
  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:0 0 10px 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 .links{
  548. color:#999;
  549. text-align:center
  550. }
  551. .helpList {
  552. padding-top:20px;
  553. border-top:1px solid #f2f2f2
  554. }
  555. .helpList div.fL{
  556. width:315px
  557. }
  558. .helpList h2{
  559. background:url(pageimg.png) no-repeat;
  560. height:38px;
  561. width:120px
  562. }
  563. .helpList h2.helpTitle1{
  564. background-position:-228px 0
  565. }
  566. .helpList h2.helpTitle2{
  567. background-position:-344px 0
  568. }
  569. .helpList h2.helpTitle3{
  570. background-position:-459px 0
  571. }
  572. .helpList .helpLinks {
  573. padding:5px 10px
  574. }
  575. .helpList .helpLinks a{
  576. color:#666
  577. }
  578. .helpList .helpLinks a:hover{
  579. color:#009f86
  580. }
  581. .helpList .helpLinks a.sina{
  582. color:#e32529
  583. }
  584. .helpList .helpLinks a.qq{
  585. color:#0a86b9
  586. }
  587. .footer {
  588. background:#f5f5f5;
  589. padding:10px 0;
  590. margin-top:40px
  591. }
  592. .footer p{
  593. text-align:center;
  594. color:#999
  595. }
  596. .footer p a{
  597. color:#666
  598. }
  599. .formItem {
  600. padding:30px
  601. }
  602. .formItem h2 {
  603. border-left: 2px solid #009f86;
  604. font-size: 18px;
  605. padding: 3px 8px;
  606. }
  607. .formItem dl {
  608. margin:0 370px 0 0
  609. }
  610. .formItem dt {
  611. font-size:14px;
  612. margin:20px 0 5px
  613. }
  614. .formItem dd{
  615. position:relative
  616. }
  617. .formItem dd .inputSus{
  618. border-color:#59a855;
  619. color:#59a855
  620. }
  621. .formItem dd input.erroT,.formItem dd select.erroT {
  622. border-color:#e9322e;
  623. color:#e9322e;
  624. box-shadow:0 0 4px #e9322e
  625. }
  626. .formItem dd span.erroT{
  627. color: #fff;
  628. padding:0 5px;
  629. background: none repeat scroll 0 0 #E9322E;
  630. top:33px;
  631. left:5px;
  632. border-radius:0 0 5px 5px;
  633. position:absolute
  634. }
  635. .formItem dd p.tips{
  636. color:#999
  637. }
  638. .formItem dd .submitSus,.formLine .submitSus {
  639. color: #f90000;
  640. }
  641. .formItem dd select {
  642. border:1px solid #dcdcdc;
  643. border-top-color:#abadb3;
  644. border-left-color:#abadb3;
  645. padding:7px;
  646. vertical-align: bottom;
  647. color:#999;
  648. outline: medium none;
  649. border-radius:2px;
  650. -moz-border-radius:2px;
  651. -webkit-border-radius:2px
  652. }
  653. .formItem dd select:focus {
  654. border-color:#ff6501;
  655. color:#ff6501
  656. }
  657. .formItem b.mailItem {
  658. font-size:18px;
  659. margin:0 5px 0 0;
  660. border-bottom:1px dashed #9AB13C;
  661. color:#9AB13C
  662. }
  663. .regForm dd{
  664. position:relative;
  665. margin-bottom: 15px;
  666. }
  667. .regForm dd p.tips {
  668. position:absolute;
  669. top:8px;
  670. left:10px
  671. }
  672. .regForm dd span.tips{
  673. background:#FFFBCC;
  674. border:1px solid #E6DB55;
  675. color:#666452;
  676. padding:8px 10px;
  677. display:inline-block;
  678. *display:inline;
  679. zoom:1;
  680. margin:10px 0
  681. }
  682. .regInfo {
  683. width:360px
  684. }
  685. .regInfo .regStepTip {
  686. margin:0 0 50px 0
  687. }
  688. .regInfo .regStepTip p{
  689. margin:0 0 10px 0
  690. }
  691. .globalContent {
  692. margin-top:10px
  693. }
  694. .formContent .slidebar {
  695. float: left;
  696. width: 180px;
  697. }
  698. .formContent .slidebar .userAvr{
  699. margin:0 0 20px 0
  700. }
  701. .formContent .slidebar .userAvr img{
  702. float:left;
  703. margin:0 10px 0 0
  704. }
  705. .formContent .slidebar li {
  706. margin: 1px 0;
  707. padding: 0 10px 0 0;
  708. }
  709. .formContent .slidebar li.now {
  710. background: none repeat scroll 0 0 #F5F5F5;
  711. }
  712. .formContent .slidebar li a {
  713. color: #666666;
  714. display: block;
  715. font-size: 14px;
  716. height: 30px;
  717. line-height: 30px;
  718. padding: 0 0 0 10px;
  719. }
  720. .formContent .slidebar li a:hover{
  721. color:#9AB13C
  722. }
  723. .formContent .slidebar li.now a {
  724. color: #009f86;
  725. }
  726. .formContent .mainContent {
  727. border-left: 1px solid #E2E2E2;
  728. margin: 0 0 0 180px;
  729. }
  730. .userProfile dt{
  731. margin:0
  732. }
  733. .userProfile dd{
  734. margin:5px 0 30px 0
  735. }
  736. .payContent .payWayTab ul {
  737. background:#415B76;
  738. padding: 0 20px;
  739. }
  740. .payContent .payWayTab li {
  741. color:#fff;
  742. cursor: pointer;
  743. display: inline-block;
  744. *display:inline;
  745. zoom:1;
  746. font-size: 16px;
  747. height: 40px;
  748. line-height: 40px;
  749. margin: 0 10px;
  750. padding: 0 15px;
  751. background-color:#456a91
  752. }
  753. .payContent .payWayTab li:hover {
  754. background-color: #2C3E50;
  755. }
  756. .payContent .payWayTab li.now {
  757. background-color: #E74C3C;
  758. cursor: default;
  759. font-weight: 600;
  760. color:#fff
  761. }
  762. .payContent .wayItem {
  763. padding: 20px 30px 30px;
  764. position: relative;
  765. }
  766. .wayItem .rcInput {
  767. font-size: 20px;
  768. }
  769. .wayItem .rcInput ul {
  770. margin: 10px 0 0 8px;
  771. }
  772. .wayItem .rcInput li {
  773. float: left;
  774. font-size: 20px;
  775. margin: 0 10px 0 0;
  776. padding: 0 5px;
  777. }
  778. .wayItem .rcInput li.focus {
  779. background: none repeat scroll 0 0 #E74C3C;
  780. border-radius: 4px;
  781. color: #FFFFFF;
  782. }
  783. .wayItem .rcInput li label{
  784. font-size:20px;
  785. cursor: pointer
  786. }
  787. .wayItem .rcBankTitle {
  788. font-size: 20px;
  789. margin: 20px 0 0;
  790. }
  791. .wayItem .rcBankList li {
  792. float: left;
  793. margin: 5px 2px;
  794. padding: 5px 10px;
  795. }
  796. .wayItem .rcBankList li.focus {
  797. background: none repeat scroll 0 0 #E74C3C;
  798. border-radius:4px;
  799. }
  800. .wayItem .rcBankList li label{
  801. cursor: pointer
  802. }
  803. .wayItem .bankWayStep {
  804. margin: 0 0 15px;
  805. }
  806. .wayItem .bankWayStep span {
  807. color: #ED8B00;
  808. font-size: 18px;
  809. }
  810. .wayItem .bankWayStep span.til {
  811. color: #333333;
  812. }
  813. .wayItem .bankList dl {
  814. background: none repeat scroll 0 0 #EFF0F2;
  815. float: left;
  816. margin: 0 10px;
  817. width:100%
  818. }
  819. .wayItem .bankList dl dt {
  820. background: none repeat scroll 0 0 #3498DB;
  821. font-weight: 600;
  822. padding: 5px 0 5px 10px;
  823. color:#fff
  824. }
  825. .wayItem .bankList dl dd {
  826. margin: 10px 0;
  827. }
  828. .wayItem .bankList dl dd span {
  829. display: inline-block;
  830. font-weight: 600;
  831. text-align: right;
  832. width: 60px;
  833. }
  834. .wayItem .wayForm {
  835. margin: 20px 0 0;
  836. }
  837. .wayItem .wayForm p {
  838. background: none repeat scroll 0 0 #FFFBCC;
  839. border: 1px solid #E6DB55;
  840. color: #666452;
  841. padding: 8px 12px;
  842. }
  843. .wayItem .wayForm dt {
  844. font-size: 14px;
  845. margin: 15px 0 10px;
  846. }
  847. .wayItem .wayForm dd input {
  848. font-size: 24px;
  849. height: 30px;
  850. line-height: 30px;
  851. padding: 0 5px;
  852. width:200px
  853. }
  854. .wayItem .button{
  855. margin-top:20px
  856. }
  857. .promoCode {
  858. background: none repeat scroll 0 0 #EFF0F2;
  859. position: absolute;
  860. right: 30px;
  861. top: 50px;
  862. width: 455px;
  863. padding: 0 0 10px 0
  864. }
  865. .promoCode h2{
  866. padding:5px 10px;
  867. background:#1ABC9C;
  868. color:#fff;
  869. font-weight:600
  870. }
  871. .promoCode input {
  872. font-size: 24px;
  873. height: 30px;
  874. line-height: 30px;
  875. margin: 10px;
  876. padding: 0 5px;
  877. }
  878. .wayItem .promoCode p {
  879. background: none repeat scroll 0 0 transparent;
  880. border: medium none;
  881. padding:0 10px ;
  882. }
  883. .bankPromo {
  884. top: 240px
  885. }
  886. .aliPromo {
  887. top: 130px;
  888. right: 0
  889. }
  890. .mobileRegister{
  891. margin-left:25px;
  892. font-size: 12px;
  893. }
  894. .btnText{
  895. margin:0 10px;
  896. padding:7px;
  897. border:1px solid #c1c1c1;
  898. background: #f2f2f2;
  899. font-size: 14px;
  900. border-radius: 2px;
  901. -moz-border-radius: 2px;
  902. -webkit-border-radius: 2px;
  903. outline: medium none;
  904. color:gray;
  905. cursor:pointer;
  906. }
  907. .btnText:hover{
  908. background:#e6e6e6;
  909. }
  910. .btnTextOne{
  911. margin:0 10px;
  912. padding:7px;
  913. border:1px solid #1fb597;
  914. background: #1ABC9C;
  915. font-size: 14px;
  916. border-radius: 2px;
  917. -moz-border-radius: 2px;
  918. -webkit-border-radius: 2px;
  919. outline: medium none;
  920. color:#fff;
  921. cursor:pointer;
  922. }
  923. .btnTextOne:hover{
  924. background:#48C9B0;
  925. }
  926. .trainFormTab{
  927. margin:15px 0;
  928. }
  929. .trainFormTab a{
  930. float:left;
  931. width:240px;
  932. text-align: center;
  933. cursor:pointer;
  934. display:inline-block;
  935. padding:12px 0;
  936. background:#e6e6e6;
  937. color:#009f86;
  938. }
  939. .trainFormTabs a{
  940. width:145px;
  941. }
  942. .trainFormTab .now{
  943. cursor:default;
  944. background:#009f86;
  945. color:#fff;
  946. }
  947. .formEntry .regForm{
  948. margin-bottom:15px;
  949. }
  950. .formEntry .regForm dt{
  951. margin:0 0 10px;
  952. }
  953. .return{
  954. margin-left:15px;
  955. }
  956. .formLine dd span.erroT{
  957. color:#fff;
  958. padding:0 5px;
  959. background:none repeat scroll 0 0 #e9322e;
  960. top:36px;
  961. left:5px;
  962. border-radius: 0 0 5px 5px;
  963. position:absolute;
  964. }
  965. .mobileTop{
  966. background:#009f86;
  967. color:#fff;
  968. font-size: 18px;
  969. padding:15px 0;
  970. text-align: center;
  971. }
  972. .mobileRe{
  973. padding:20px 30px;
  974. }
  975. .mobileRe .mobileRe{
  976. display:inline-block;
  977. padding:10px 15px;
  978. color:#fff;
  979. background:#009f86;
  980. margin-bottom: 20px;
  981. }
  982. .mobileRe .regForm{
  983. font-size: 16px;
  984. }
  985. .mobileRe .btnTextMod{
  986. min-width: 135px;
  987. padding:14px 0;
  988. text-align: center;
  989. }
  990. .mobileRe .text-danger{
  991. padding:5px 0;
  992. color:#E9322E;
  993. }
  994. .mobileRe .inputText{
  995. padding:14px 0;
  996. width:99%;
  997. text-indent: 10px;
  998. }
  999. .mobileTopImg{
  1000. margin:10px 0;
  1001. }
  1002. .mobileRe .btnMobile{
  1003. width:100%;
  1004. font-size: 18px;
  1005. font-weight: normal;
  1006. height:45px;
  1007. line-height: 45px;
  1008. margin:0;
  1009. }
  1010. .mobileRe .regForm dt{
  1011. margin-bottom: 15px;
  1012. }
  1013. .mobileRe .regForm dd{
  1014. margin-bottom: 25px;
  1015. }
  1016. .mobileRe .regForm dd input.textError{
  1017. border-color: #e9322e;
  1018. color: #e9322e;
  1019. }
  1020. .mobileRe .regForm dd span.textError{
  1021. position:absolute;
  1022. top:44px;
  1023. left:10px;
  1024. font-size: 12px;
  1025. padding:5px 0;
  1026. color:#E9322E;
  1027. }
  1028. .voucher-input {
  1029. padding: 15px 0
  1030. }
  1031. .voucher-input input{
  1032. font-size:18px;
  1033. height: 30px;
  1034. line-height: 30px;
  1035. padding: 0 5px;
  1036. width: 200px;
  1037. float:left
  1038. }
  1039. .voucher-list legend{
  1040. font-size: :14px;
  1041. margin:10px 0
  1042. }