global.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661
  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:#17ab0c}
  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. }
  438. .regForm dd p.tips {
  439. position:absolute;
  440. top:8px;
  441. left:10px
  442. }
  443. .regForm dd span.tips{
  444. background:#FFFBCC;
  445. border:1px solid #E6DB55;
  446. color:#666452;
  447. padding:8px 10px;
  448. display:inline-block;
  449. *display:inline;
  450. zoom:1;
  451. margin:10px 0
  452. }
  453. .regInfo {
  454. width:360px
  455. }
  456. .regInfo .regStepTip {
  457. margin:0 0 50px 0
  458. }
  459. .regInfo .regStepTip p{
  460. margin:0 0 10px 0
  461. }
  462. .globalContent {
  463. margin-top:10px
  464. }
  465. .formContent .slidebar {
  466. float: left;
  467. width: 180px;
  468. }
  469. .formContent .slidebar .userAvr{
  470. margin:0 0 20px 0
  471. }
  472. .formContent .slidebar .userAvr img{
  473. float:left;
  474. margin:0 10px 0 0
  475. }
  476. .formContent .slidebar li {
  477. margin: 1px 0;
  478. padding: 0 10px 0 0;
  479. }
  480. .formContent .slidebar li.now {
  481. background: none repeat scroll 0 0 #F5F5F5;
  482. }
  483. .formContent .slidebar li a {
  484. color: #666666;
  485. display: block;
  486. font-size: 14px;
  487. height: 30px;
  488. line-height: 30px;
  489. padding: 0 0 0 10px;
  490. }
  491. .formContent .slidebar li a:hover{
  492. color:#9AB13C
  493. }
  494. .formContent .slidebar li.now a {
  495. color: #009f86;
  496. }
  497. .formContent .mainContent {
  498. border-left: 1px solid #E2E2E2;
  499. margin: 0 0 0 180px;
  500. }
  501. .userProfile dt{
  502. margin:0
  503. }
  504. .userProfile dd{
  505. margin:5px 0 30px 0
  506. }
  507. .payContent .payWayTab ul {
  508. background:#415B76;
  509. padding: 0 20px;
  510. }
  511. .payContent .payWayTab li {
  512. color:#fff;
  513. cursor: pointer;
  514. display: inline-block;
  515. *display:inline;
  516. zoom:1;
  517. font-size: 16px;
  518. height: 40px;
  519. line-height: 40px;
  520. margin: 0 10px;
  521. padding: 0 15px;
  522. background-color:#456a91
  523. }
  524. .payContent .payWayTab li:hover {
  525. background-color: #2C3E50;
  526. }
  527. .payContent .payWayTab li.now {
  528. background-color: #E74C3C;
  529. cursor: default;
  530. font-weight: 600;
  531. color:#fff
  532. }
  533. .payContent .wayItem {
  534. padding: 20px 30px 30px;
  535. position: relative;
  536. }
  537. .wayItem .rcInput {
  538. font-size: 20px;
  539. }
  540. .wayItem .rcInput ul {
  541. margin: 10px 0 0 8px;
  542. }
  543. .wayItem .rcInput li {
  544. float: left;
  545. font-size: 20px;
  546. margin: 0 10px 0 0;
  547. padding: 0 5px;
  548. }
  549. .wayItem .rcInput li.focus {
  550. background: none repeat scroll 0 0 #E74C3C;
  551. border-radius: 4px;
  552. color: #FFFFFF;
  553. }
  554. .wayItem .rcInput li label{
  555. font-size:20px;
  556. cursor: pointer
  557. }
  558. .wayItem .rcBankTitle {
  559. font-size: 20px;
  560. margin: 20px 0 0;
  561. }
  562. .wayItem .rcBankList li {
  563. float: left;
  564. margin: 5px 2px;
  565. padding: 5px 10px;
  566. }
  567. .wayItem .rcBankList li.focus {
  568. background: none repeat scroll 0 0 #E74C3C;
  569. border-radius:4px;
  570. }
  571. .wayItem .rcBankList li label{
  572. cursor: pointer
  573. }
  574. .wayItem .bankWayStep {
  575. margin: 0 0 15px;
  576. }
  577. .wayItem .bankWayStep span {
  578. color: #ED8B00;
  579. font-size: 18px;
  580. }
  581. .wayItem .bankWayStep span.til {
  582. color: #333333;
  583. }
  584. .wayItem .bankList dl {
  585. background: none repeat scroll 0 0 #EFF0F2;
  586. float: left;
  587. margin: 0 10px;
  588. width:100%
  589. }
  590. .wayItem .bankList dl dt {
  591. background: none repeat scroll 0 0 #3498DB;
  592. font-weight: 600;
  593. padding: 5px 0 5px 10px;
  594. color:#fff
  595. }
  596. .wayItem .bankList dl dd {
  597. margin: 10px 0;
  598. }
  599. .wayItem .bankList dl dd span {
  600. display: inline-block;
  601. font-weight: 600;
  602. text-align: right;
  603. width: 60px;
  604. }
  605. .wayItem .wayForm {
  606. margin: 20px 0 0;
  607. }
  608. .wayItem .wayForm p {
  609. background: none repeat scroll 0 0 #FFFBCC;
  610. border: 1px solid #E6DB55;
  611. color: #666452;
  612. padding: 8px 12px;
  613. }
  614. .wayItem .wayForm dt {
  615. font-size: 14px;
  616. margin: 15px 0 10px;
  617. }
  618. .wayItem .wayForm dd input {
  619. font-size: 24px;
  620. height: 30px;
  621. line-height: 30px;
  622. padding: 0 5px;
  623. width:200px
  624. }
  625. .wayItem .button{
  626. margin-top:20px
  627. }
  628. .promoCode {
  629. background: none repeat scroll 0 0 #EFF0F2;
  630. position: absolute;
  631. right: 30px;
  632. top: 50px;
  633. width: 455px;
  634. padding: 0 0 10px 0
  635. }
  636. .promoCode h2{
  637. padding:5px 10px;
  638. background:#1ABC9C;
  639. color:#fff;
  640. font-weight:600
  641. }
  642. .promoCode input {
  643. font-size: 24px;
  644. height: 30px;
  645. line-height: 30px;
  646. margin: 10px;
  647. padding: 0 5px;
  648. }
  649. .wayItem .promoCode p {
  650. background: none repeat scroll 0 0 transparent;
  651. border: medium none;
  652. padding:0 10px ;
  653. }
  654. .bankPromo {
  655. top: 240px
  656. }
  657. .aliPromo {
  658. top: 130px;
  659. right: 0
  660. }