global.css 22 KB

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