global.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737
  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:#ff6501;
  157. color:#ff6501;
  158. background:#fff
  159. }
  160. /*global header*/
  161. .globalHeader {
  162. background:#515b61;
  163. height:30px
  164. }
  165. .globalNav a{
  166. float:left;
  167. height:30px;
  168. line-height:30px;
  169. padding:0 10px;
  170. color:#eee;
  171. position: relative;
  172. cursor: pointer
  173. }
  174. .globalNav a:hover{
  175. background:#666E70;
  176. color:#fff
  177. }
  178. .globalNav a.now{
  179. background:#009F86;
  180. color:#fff;
  181. font-weight:600
  182. }
  183. .globalNav .zhzd{
  184. float:left;
  185. height:30px;
  186. position: relative;
  187. z-index:999
  188. }
  189. .globalNav .zhzd a b{
  190. border-color: #FFDDC9 transparent transparent;
  191. border-right: 3px dashed transparent;
  192. border-style: solid dashed dashed;
  193. border-width: 3px 3px 0;
  194. display: inline-block;
  195. font-size: 0;
  196. height: 0;
  197. line-height: 0;
  198. width: 0;
  199. position: relative;
  200. top:-1px;
  201. left:4px
  202. }
  203. .globalNav .zhzd .zhzdMenu{
  204. position: absolute;
  205. left:0;
  206. top:29px;
  207. background:#fff;
  208. border:1px solid #ccc;
  209. border-top:none;
  210. box-shadow:0 2px 4px rgba(0, 0, 0, 0.2);
  211. z-index: 0;
  212. display:none
  213. }
  214. .globalNav .zhzd .zhzdMenu a{
  215. width:100%;
  216. padding:0;
  217. text-align:center;
  218. color:#3366cc
  219. }
  220. .globalNav .zhzd .zhzdMenu a:hover{
  221. background:#f2f2f2
  222. }
  223. .globalNav .zhzd a.now{
  224. background:#fff;
  225. border:1px solid #ccc;
  226. border-bottom:none;
  227. border-top:none;
  228. color:#3366cc;
  229. z-index:10
  230. }
  231. .userInfoPanel{
  232. margin:20px auto 5px
  233. }
  234. .userInfoPanel p{
  235. text-align:right;
  236. margin:10px 0 0 0
  237. }
  238. /*indexBanner*/
  239. .indexBanner {
  240. background:url(indexbanner.jpg) no-repeat center top;
  241. height:400px;
  242. width:100%;
  243. border-top:1px solid #f5f5f5;
  244. border-bottom:1px solid #f5f5f5
  245. }
  246. .loginPanel {
  247. width:296px;
  248. height:315px;
  249. background-color: #fff;
  250. margin:40px 0 0 630px
  251. }
  252. .formLine{
  253. position:relative;
  254. margin:20px 0
  255. }
  256. .formLine .userName{
  257. color:#333;
  258. font-size:18px;
  259. margin:0 0 20px 0
  260. }
  261. .loginPanel .warpLogin{
  262. padding:20px 0 0 23px
  263. }
  264. .loginPanel h2{
  265. font-size:18px
  266. }
  267. .loginPanel input.text {
  268. border: 1px solid #B7B7B7;
  269. font-size: 20px;
  270. height: 33px;
  271. letter-spacing: 1px;
  272. padding: 1px 1px 1px 6px;
  273. width: 241px;
  274. background:url(inputBg.png) repeat-x 0 0
  275. }
  276. .loginPanel .textTips{
  277. color: #999999;
  278. cursor: text;
  279. font-size: 14px;
  280. height: 37px;
  281. line-height: 37px;
  282. overflow: hidden;
  283. padding: 0 2px 0 10px;
  284. position:absolute;
  285. left:0
  286. }
  287. .loginPanel .formLink{
  288. margin:0 0 10px 0;
  289. color:#ccc
  290. }
  291. .proList .width950{
  292. padding-bottom:30px;
  293. border-bottom:1px dashed #eee
  294. }
  295. .proList .proTitle{
  296. position:relative;
  297. height:50px;
  298. width:220px;
  299. background:url(pageimg.png) no-repeat 0 0;
  300. margin:20px 0 0 0
  301. }
  302. .listItem .entry .eImg {
  303. width:315px;
  304. height:140px;
  305. background:url(pageimg.png) no-repeat
  306. }
  307. .listItem .entry{
  308. float:left
  309. }
  310. .listItem .entry .zhzdimg{
  311. background-position:0 -50px
  312. }
  313. .listItem .entry .wsoftimg{
  314. background-position:-315px -50px
  315. }
  316. .listItem .entry .qyimg{
  317. background-position:0px -191px
  318. }
  319. .listItem .entry .links{
  320. color:#999;
  321. text-align:center
  322. }
  323. .helpList {
  324. padding-top:20px;
  325. border-top:1px solid #f2f2f2
  326. }
  327. .helpList div.fL{
  328. width:315px
  329. }
  330. .helpList h2{
  331. background:url(pageimg.png) no-repeat;
  332. height:38px;
  333. width:120px
  334. }
  335. .helpList h2.helpTitle1{
  336. background-position:-228px 0
  337. }
  338. .helpList h2.helpTitle2{
  339. background-position:-344px 0
  340. }
  341. .helpList h2.helpTitle3{
  342. background-position:-459px 0
  343. }
  344. .helpList .helpLinks {
  345. padding:5px 10px
  346. }
  347. .helpList .helpLinks a{
  348. color:#666
  349. }
  350. .helpList .helpLinks a:hover{
  351. color:#009f86
  352. }
  353. .helpList .helpLinks a.sina{
  354. color:#e32529
  355. }
  356. .helpList .helpLinks a.qq{
  357. color:#0a86b9
  358. }
  359. .footer {
  360. background:#f5f5f5;
  361. padding:10px 0;
  362. margin-top:40px
  363. }
  364. .footer p{
  365. text-align:center;
  366. color:#999
  367. }
  368. .footer p a{
  369. color:#666
  370. }
  371. .formItem {
  372. padding:30px
  373. }
  374. .formItem h2 {
  375. border-left: 2px solid #009f86;
  376. font-size: 18px;
  377. padding: 3px 8px;
  378. }
  379. .formItem dl {
  380. margin:0 370px 0 0
  381. }
  382. .formItem dt {
  383. font-size:14px;
  384. margin:20px 0 5px
  385. }
  386. .formItem dd{
  387. position:relative
  388. }
  389. .formItem dd .inputSus{
  390. border-color:#59a855;
  391. color:#59a855
  392. }
  393. .formItem dd input.erroT,.formItem dd select.erroT {
  394. border-color:#e9322e;
  395. color:#e9322e;
  396. box-shadow:0 0 4px #e9322e
  397. }
  398. .formItem dd span.erroT{
  399. color: #fff;
  400. padding:0 5px;
  401. background: none repeat scroll 0 0 #E9322E;
  402. top:33px;
  403. left:5px;
  404. border-radius:0 0 5px 5px;
  405. position:absolute
  406. }
  407. .formItem dd p.tips{
  408. color:#999
  409. }
  410. .formItem dd .submitSus,.formLine .submitSus {
  411. color: #f90000;
  412. }
  413. .formItem dd select {
  414. border:1px solid #dcdcdc;
  415. border-top-color:#abadb3;
  416. border-left-color:#abadb3;
  417. padding:7px;
  418. vertical-align: bottom;
  419. color:#999;
  420. outline: medium none;
  421. border-radius:2px;
  422. -moz-border-radius:2px;
  423. -webkit-border-radius:2px
  424. }
  425. .formItem dd select:focus {
  426. border-color:#ff6501;
  427. color:#ff6501
  428. }
  429. .formItem b.mailItem {
  430. font-size:18px;
  431. margin:0 5px 0 0;
  432. border-bottom:1px dashed #9AB13C;
  433. color:#9AB13C
  434. }
  435. .regForm dd{
  436. position:relative;
  437. margin-bottom: 15px;
  438. }
  439. .regForm dd p.tips {
  440. position:absolute;
  441. top:8px;
  442. left:10px
  443. }
  444. .regForm dd span.tips{
  445. background:#FFFBCC;
  446. border:1px solid #E6DB55;
  447. color:#666452;
  448. padding:8px 10px;
  449. display:inline-block;
  450. *display:inline;
  451. zoom:1;
  452. margin:10px 0
  453. }
  454. .regInfo {
  455. width:360px
  456. }
  457. .regInfo .regStepTip {
  458. margin:0 0 50px 0
  459. }
  460. .regInfo .regStepTip p{
  461. margin:0 0 10px 0
  462. }
  463. .globalContent {
  464. margin-top:10px
  465. }
  466. .formContent .slidebar {
  467. float: left;
  468. width: 180px;
  469. }
  470. .formContent .slidebar .userAvr{
  471. margin:0 0 20px 0
  472. }
  473. .formContent .slidebar .userAvr img{
  474. float:left;
  475. margin:0 10px 0 0
  476. }
  477. .formContent .slidebar li {
  478. margin: 1px 0;
  479. padding: 0 10px 0 0;
  480. }
  481. .formContent .slidebar li.now {
  482. background: none repeat scroll 0 0 #F5F5F5;
  483. }
  484. .formContent .slidebar li a {
  485. color: #666666;
  486. display: block;
  487. font-size: 14px;
  488. height: 30px;
  489. line-height: 30px;
  490. padding: 0 0 0 10px;
  491. }
  492. .formContent .slidebar li a:hover{
  493. color:#9AB13C
  494. }
  495. .formContent .slidebar li.now a {
  496. color: #009f86;
  497. }
  498. .formContent .mainContent {
  499. border-left: 1px solid #E2E2E2;
  500. margin: 0 0 0 180px;
  501. }
  502. .userProfile dt{
  503. margin:0
  504. }
  505. .userProfile dd{
  506. margin:5px 0 30px 0
  507. }
  508. .payContent .payWayTab ul {
  509. background:#415B76;
  510. padding: 0 20px;
  511. }
  512. .payContent .payWayTab li {
  513. color:#fff;
  514. cursor: pointer;
  515. display: inline-block;
  516. *display:inline;
  517. zoom:1;
  518. font-size: 16px;
  519. height: 40px;
  520. line-height: 40px;
  521. margin: 0 10px;
  522. padding: 0 15px;
  523. background-color:#456a91
  524. }
  525. .payContent .payWayTab li:hover {
  526. background-color: #2C3E50;
  527. }
  528. .payContent .payWayTab li.now {
  529. background-color: #E74C3C;
  530. cursor: default;
  531. font-weight: 600;
  532. color:#fff
  533. }
  534. .payContent .wayItem {
  535. padding: 20px 30px 30px;
  536. position: relative;
  537. }
  538. .wayItem .rcInput {
  539. font-size: 20px;
  540. }
  541. .wayItem .rcInput ul {
  542. margin: 10px 0 0 8px;
  543. }
  544. .wayItem .rcInput li {
  545. float: left;
  546. font-size: 20px;
  547. margin: 0 10px 0 0;
  548. padding: 0 5px;
  549. }
  550. .wayItem .rcInput li.focus {
  551. background: none repeat scroll 0 0 #E74C3C;
  552. border-radius: 4px;
  553. color: #FFFFFF;
  554. }
  555. .wayItem .rcInput li label{
  556. font-size:20px;
  557. cursor: pointer
  558. }
  559. .wayItem .rcBankTitle {
  560. font-size: 20px;
  561. margin: 20px 0 0;
  562. }
  563. .wayItem .rcBankList li {
  564. float: left;
  565. margin: 5px 2px;
  566. padding: 5px 10px;
  567. }
  568. .wayItem .rcBankList li.focus {
  569. background: none repeat scroll 0 0 #E74C3C;
  570. border-radius:4px;
  571. }
  572. .wayItem .rcBankList li label{
  573. cursor: pointer
  574. }
  575. .wayItem .bankWayStep {
  576. margin: 0 0 15px;
  577. }
  578. .wayItem .bankWayStep span {
  579. color: #ED8B00;
  580. font-size: 18px;
  581. }
  582. .wayItem .bankWayStep span.til {
  583. color: #333333;
  584. }
  585. .wayItem .bankList dl {
  586. background: none repeat scroll 0 0 #EFF0F2;
  587. float: left;
  588. margin: 0 10px;
  589. width:100%
  590. }
  591. .wayItem .bankList dl dt {
  592. background: none repeat scroll 0 0 #3498DB;
  593. font-weight: 600;
  594. padding: 5px 0 5px 10px;
  595. color:#fff
  596. }
  597. .wayItem .bankList dl dd {
  598. margin: 10px 0;
  599. }
  600. .wayItem .bankList dl dd span {
  601. display: inline-block;
  602. font-weight: 600;
  603. text-align: right;
  604. width: 60px;
  605. }
  606. .wayItem .wayForm {
  607. margin: 20px 0 0;
  608. }
  609. .wayItem .wayForm p {
  610. background: none repeat scroll 0 0 #FFFBCC;
  611. border: 1px solid #E6DB55;
  612. color: #666452;
  613. padding: 8px 12px;
  614. }
  615. .wayItem .wayForm dt {
  616. font-size: 14px;
  617. margin: 15px 0 10px;
  618. }
  619. .wayItem .wayForm dd input {
  620. font-size: 24px;
  621. height: 30px;
  622. line-height: 30px;
  623. padding: 0 5px;
  624. width:200px
  625. }
  626. .wayItem .button{
  627. margin-top:20px
  628. }
  629. .promoCode {
  630. background: none repeat scroll 0 0 #EFF0F2;
  631. position: absolute;
  632. right: 30px;
  633. top: 50px;
  634. width: 455px;
  635. padding: 0 0 10px 0
  636. }
  637. .promoCode h2{
  638. padding:5px 10px;
  639. background:#1ABC9C;
  640. color:#fff;
  641. font-weight:600
  642. }
  643. .promoCode input {
  644. font-size: 24px;
  645. height: 30px;
  646. line-height: 30px;
  647. margin: 10px;
  648. padding: 0 5px;
  649. }
  650. .wayItem .promoCode p {
  651. background: none repeat scroll 0 0 transparent;
  652. border: medium none;
  653. padding:0 10px ;
  654. }
  655. .bankPromo {
  656. top: 240px
  657. }
  658. .aliPromo {
  659. top: 130px;
  660. right: 0
  661. }
  662. .mobileRegister{
  663. margin-left:25px;
  664. font-size: 12px;
  665. }
  666. .btnText{
  667. margin:0 10px;
  668. padding:7px;
  669. border:1px solid #c1c1c1;
  670. background: #f2f2f2;
  671. font-size: 14px;
  672. border-radius: 2px;
  673. -moz-border-radius: 2px;
  674. -webkit-border-radius: 2px;
  675. outline: medium none;
  676. color:gray;
  677. cursor:pointer;
  678. }
  679. .btnText:hover{
  680. background:#e6e6e6;
  681. }
  682. .btnTextOne{
  683. margin:0 10px;
  684. padding:7px;
  685. border:1px solid #1fb597;
  686. background: #1ABC9C;
  687. font-size: 14px;
  688. border-radius: 2px;
  689. -moz-border-radius: 2px;
  690. -webkit-border-radius: 2px;
  691. outline: medium none;
  692. color:#fff;
  693. cursor:pointer;
  694. }
  695. .btnTextOne:hover{
  696. background:#48C9B0;
  697. }
  698. .trainFormTab{
  699. margin:15px 0;
  700. }
  701. .trainFormTab a{
  702. float:left;
  703. width:240px;
  704. text-align: center;
  705. cursor:pointer;
  706. display:inline-block;
  707. padding:12px 0;
  708. background:#e6e6e6;
  709. color:#009f86;
  710. }
  711. .trainFormTabs a{
  712. width:145px;
  713. }
  714. .trainFormTab .now{
  715. cursor:default;
  716. background:#009f86;
  717. color:#fff;
  718. }
  719. .formEntry .regForm{
  720. margin-bottom:15px;
  721. }
  722. .formEntry .regForm dt{
  723. margin:0 0 10px;
  724. }
  725. .return{
  726. margin-left:15px;
  727. }
  728. .formLine dd span.erroT{
  729. color:#fff;
  730. padding:0 5px;
  731. background:none repeat scroll 0 0 #e9322e;
  732. top:36px;
  733. left:5px;
  734. border-radius: 0 0 5px 5px;
  735. position:absolute;
  736. }