style2.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918
  1. html{
  2. margin:0;
  3. padding:0;
  4. height:100%;
  5. }
  6. body{
  7. margin:0;
  8. padding:0;
  9. font-family:"微软雅黑","Tahoma";
  10. background: #f3f3f3;
  11. position:relative;
  12. min-height: 100%;
  13. padding-bottom: 50px;
  14. }
  15. ul, ol, li, h1 {
  16. line-height:normal;
  17. list-style-image:none;
  18. list-style-position:outside;
  19. list-style-type:none;
  20. }
  21. dl,ul,div{
  22. padding: 0;
  23. margin: 0;
  24. font-weight: normal;
  25. font-style: normal;
  26. }
  27. dd {
  28. margin-left:0
  29. }
  30. a {
  31. outline:none;
  32. text-decoration: none;
  33. }
  34. a img {
  35. border:0 none
  36. }
  37. img {
  38. vertical-align:middle;
  39. border:0px
  40. }
  41. table {
  42. border-collapse:collapse
  43. }
  44. .fL {float:left}
  45. .fR {float:right}
  46. .clearfix:after {
  47. content:".";
  48. display:block;
  49. height:0;
  50. clear:both;
  51. visibility:hidden
  52. }
  53. .clearfix {
  54. display:inline-block;
  55. overflow:hidden
  56. }
  57. .clearfix {
  58. display:block
  59. }
  60. @font-face {
  61. font-family: 'iconMenu';
  62. src: url('fonts/iconMenu.eot?ambimp');
  63. src: url('fonts/iconMenu.eot?ambimp#iefix') format('embedded-opentype'),
  64. url('fonts/iconMenu.ttf?ambimp') format('truetype'),
  65. url('fonts/iconMenu.woff?ambimp') format('woff'),
  66. url('fonts/iconMenu.svg?ambimp#iconMenu') format('svg');
  67. font-weight: normal;
  68. font-style: normal;
  69. }
  70. [class^="icon-"], [class*=" icon-"] {
  71. /* use !important to prevent issues with browser extensions that change fonts */
  72. font-family: 'iconMenu' !important;
  73. speak: none;
  74. font-style: normal;
  75. font-weight: normal;
  76. font-variant: normal;
  77. text-transform: none;
  78. line-height: 1;
  79. /* Better Font Rendering =========== */
  80. -webkit-font-smoothing: antialiased;
  81. -moz-osx-font-smoothing: grayscale;
  82. }
  83. .topWrap{
  84. width:100%;
  85. height:80px;
  86. background:#fff;
  87. line-height: 75px;
  88. border-bottom: 2px solid #0aa770;
  89. }
  90. .width1000{
  91. width: 1000px;
  92. margin:0 auto;
  93. }
  94. .logo{
  95. margin:0 150px 0 0;
  96. width:250px;
  97. height:60px;
  98. }
  99. .logo h3{
  100. margin:0;
  101. padding:15px 0;
  102. }
  103. .topRight{
  104. position:relative;
  105. height:80px;
  106. color: #aaa;
  107. }
  108. .topRight span img{
  109. border-radius: 16px;
  110. }
  111. .topRight img{
  112. border-radius: 16px;
  113. }
  114. .topRight a{
  115. margin:0 5px;
  116. cursor: pointer;
  117. }
  118. .userOperations{
  119. position:absolute;
  120. top:78px;
  121. right:0;
  122. z-index: 999;
  123. background:#fff;
  124. border:1px solid #00925f;
  125. width:115px;
  126. display:none;
  127. }
  128. .userOperations li a{
  129. display:block;
  130. margin:0;
  131. padding:7px 10px;
  132. color:#333;
  133. }
  134. .userOperations li a:hover{
  135. background:#f0f0f0;
  136. text-decoration: none;
  137. color:#23527c;
  138. }
  139. .footerWrap{
  140. position:absolute;
  141. left:0;
  142. bottom:0;
  143. width:100%;
  144. padding:12px 0;
  145. /*height:50px;
  146. line-height: 50px;*/
  147. background:#fff;
  148. border-top:1px solid #ddd;
  149. text-align: center;
  150. color:#999;
  151. }
  152. /*.footerInfo{
  153. height:50px;
  154. line-height: 50px;
  155. }*/
  156. .mainCon{
  157. margin:20px 0;
  158. }
  159. .mainWrap{
  160. padding:0 0 20px 0;
  161. margin:20px 0 0 0;
  162. }
  163. .mainInfo{
  164. padding:20px;
  165. background:#fff;
  166. border:1px solid #ddd;
  167. }
  168. .mainImg{
  169. position:relative;
  170. width:1000px;
  171. height:500px;
  172. background:#f0f0f0;
  173. background:url(u27Bg.jpg) center center no-repeat;
  174. }
  175. .wrapBg{
  176. background: rgba(0,0,0,0.5);
  177. height:100%;
  178. }
  179. .wrapBgBlack{
  180. background: rgba(0,0,0,0.7);
  181. height:100%;
  182. }
  183. .classMain{
  184. position:absolute;
  185. top:30%;
  186. left:50%;
  187. /*margin-top:-95px;*/
  188. margin-left: -300px;
  189. width:600px;
  190. color:#fff;
  191. }
  192. .classTitle{
  193. font-size: 28px;
  194. }
  195. .classTitle a{
  196. color:#fff;
  197. }
  198. .classInfo{
  199. margin:10px 0;
  200. height:50px;
  201. line-height: 50px;
  202. }
  203. .classInfo span{
  204. margin:0 30px 0 0;
  205. }
  206. .btnWrap{
  207. position:absolute;
  208. top:60%;
  209. left:50%;
  210. margin-left: -110px;
  211. }
  212. .btnApply{
  213. padding:12px 60px;
  214. font-size: 24px;
  215. border-radius: 5px;
  216. }
  217. .btnBlue{
  218. position:relative;
  219. border:1px solid #00925f;
  220. background:#079e69;
  221. /*background:#428BCA;
  222. border:1px solid #307ec1;
  223. width:220px;
  224. height:60px;*/
  225. }
  226. .btnGreen{
  227. border:1px solid #00925f;
  228. background:#079e69;
  229. }
  230. .btnGreen:hover{
  231. border:1px solid #008858;
  232. background:#00925f;
  233. color:#fff;
  234. }
  235. .btnGreen:focus,
  236. .btnGreen.focus {
  237. color: #ffffff;
  238. background-color: #00925f;
  239. border-color: #008858;
  240. }
  241. .btnGreen:active,
  242. .btnGreen.active,
  243. .open > .dropdown-toggle.btnGreen {
  244. color: #ffffff;
  245. background-color: #00925f;
  246. border-color: #008858;
  247. }
  248. .btnGreen:active:hover,
  249. .btnGreen.active:hover,
  250. .open > .dropdown-toggle.btnGreen:hover,
  251. .btnGreen:active:focus,
  252. .btnGreen.active:focus,
  253. .open > .dropdown-toggle.btnGreen:focus,
  254. .btnGreen:active.focus,
  255. .btnGreen.active.focus,
  256. .open > .dropdown-toggle.btnGreen.focus {
  257. color: #ffffff;
  258. background-color: #00925f;
  259. border-color: #008858;
  260. }
  261. .btnGreen:active,
  262. .btnGreen.active,
  263. .open > .dropdown-toggle.btnGreen {
  264. background-image: none;
  265. }
  266. .btnGreen.disabled,
  267. .btnGreen[disabled],
  268. fieldset[disabled] .btnGreen,
  269. .btnGreen.disabled:hover,
  270. .btnGreen[disabled]:hover,
  271. fieldset[disabled] .btnGreen:hover,
  272. .btnGreen.disabled:focus,
  273. .btnGreen[disabled]:focus,
  274. fieldset[disabled] .btnGreen:focus,
  275. .btnGreen.disabled.focus,
  276. .btnGreen[disabled].focus,
  277. fieldset[disabled] .btnGreen.focus,
  278. .btnGreen.disabled:active,
  279. .btnGreen[disabled]:active,
  280. fieldset[disabled] .btnGreen:active,
  281. .btnGreen.disabled.active,
  282. .btnGreen[disabled].active,
  283. fieldset[disabled] .btnGreen.active {
  284. background-color: #00925f;
  285. border-color: #008858;
  286. }
  287. /*.btnBlue:before,.btnBlue:after{
  288. content: " ";
  289. display: block;
  290. position: absolute;
  291. width:218px;
  292. height:60px;
  293. top: -1px;
  294. left: -1px;
  295. -webkit-box-shadow:0 0 10px 7px #307ec1;
  296. -moz-box-shadow:0 0 10px 7px #307ec1;
  297. box-shadow:0 0 10px 7px #307ec1;
  298. border-radius: 10px;
  299. z-index:10;
  300. box-sizing: border-box;
  301. -webkit-animation: clipAni 5s infinite linear;
  302. }
  303. .btnBlue:before{
  304. -webkit-animation-delay: -5s;
  305. }
  306. @keyframes clipAni{
  307. 0%,100%{
  308. opacity: 0;);
  309. }
  310. 25%{
  311. opacity:0.3;);
  312. }
  313. 50%{
  314. opacity:0;);
  315. }
  316. 75%{
  317. opacity:0.3;);
  318. }
  319. }*/
  320. .btnBlue:hover{
  321. border:1px solid #008858;
  322. background:#00925f;
  323. color:#fff;
  324. /*border:1px solid #307ec1;
  325. background:#4897dc;
  326. color:#fff;*/
  327. }
  328. .btnLogin{
  329. background:#1abc9c;
  330. }
  331. .btnLogin:hover{
  332. background:#17b092;
  333. border:1px solid #12a88a;
  334. }
  335. .mainLogin{
  336. margin:0 auto;
  337. width:350px;
  338. }
  339. .identity{
  340. background: #fff;
  341. border:1px solid #ddd;
  342. }
  343. .tips{
  344. padding:10px 20px;
  345. background:#fafafa;
  346. border-bottom: 1px solid #ddd;
  347. }
  348. .idFrom{
  349. padding:20px 10px;
  350. }
  351. .idFrom .form-horizontal{
  352. width:550px;
  353. }
  354. .shopdetail{
  355. position:relative;
  356. width:100%;
  357. border:1px solid #ddd;
  358. border-top: 2px solid #aaa;
  359. background:#fff;
  360. margin-top: 70px;
  361. }
  362. .shopProcess{
  363. position:absolute;
  364. right:0;
  365. top:-55px;
  366. }
  367. .shopProcess li span{
  368. float:left;
  369. width:100%;
  370. height:36px;
  371. line-height: 36px;
  372. color:#999;
  373. }
  374. .shopProcess li span.number{
  375. font:bold 16px/38px "arial";
  376. }
  377. .shopProcess li span.text{
  378. font: normal "simsun";
  379. }
  380. .shopProcess .redHover .number{
  381. position:relative;
  382. width:36px;
  383. height:36px;
  384. background:#079e69;
  385. border:2px solid #079e69;
  386. color:#fff;
  387. }
  388. /*.shopProcess .redHover .number i{
  389. width:36px;
  390. height:36px;
  391. line-height: 36px;
  392. border:2px solid #079e69;
  393. background:#079e69;
  394. color:#fff;
  395. transform:rotate(-45deg);
  396. -ms-transform:rotate(-45deg);
  397. -moz-transform:rotate(-45deg);
  398. -webkit-transform:rotate(-45deg);
  399. -o-transform:rotate(-45deg);
  400. background: url(shop-big-bg.png) center -46px no-repeat;
  401. }*/
  402. /*#triangleRright {
  403. position:absolute;
  404. top:13px;
  405. left:92px;
  406. font-style: normal;
  407. font-size: 0;
  408. width: 0;
  409. height: 0;
  410. border-top: 5px solid transparent;
  411. border-left: 7px solid #f97825;
  412. border-bottom: 5px solid transparent;
  413. }*/
  414. .shopProcess .redHover .text{
  415. color:#079e69;
  416. }
  417. .shopProcess li{
  418. display:inline;
  419. float:left;
  420. width:150px;
  421. position:relative;
  422. }
  423. .shopProcess .number{
  424. width:36px;
  425. height:36px;
  426. text-align: center;
  427. line-height: 36px;
  428. border:2px solid #dcdcdc;
  429. background:#fff;
  430. transform:rotate(45deg);
  431. -ms-transform:rotate(45deg);
  432. -moz-transform:rotate(45deg);
  433. -webkit-transform:rotate(45deg);
  434. -o-transform:rotate(45deg);
  435. }
  436. .number i{
  437. font-style: normal;
  438. display:inline-block;
  439. transform:rotate(-45deg);
  440. -ms-transform:rotate(-45deg);
  441. -moz-transform:rotate(-45deg);
  442. -webkit-transform:rotate(-45deg);
  443. -o-transform:rotate(-45deg);
  444. /*background: url(shop-big-bg.png) center 0 no-repeat;*/
  445. }
  446. .shopProcess li span.lineRed{
  447. width: 114px;
  448. height: 2px;
  449. background: #079e69;
  450. position: absolute;
  451. right: 0;
  452. top: 53px;
  453. }
  454. .shopdetail h4{
  455. padding:20px;
  456. margin:0;
  457. }
  458. .shopdetailInfo{
  459. margin:0 20px 30px 20px;
  460. border:1px solid #f0f0f0;
  461. }
  462. .shopdetailInfo h4{
  463. font-size: 16px;
  464. padding:15px;
  465. background:#f0f0f0;
  466. border-bottom: 1px solid #f0f0f0;
  467. }
  468. .shopdetailInfo span{
  469. float:left;
  470. height:50px;
  471. line-height: 50px;
  472. width:33.3333%;
  473. padding:0 20px;
  474. }
  475. .detailShow{
  476. margin:0;
  477. color:#999;
  478. cursor:pointer;
  479. }
  480. .detailMode{
  481. border:1px solid #ddd;
  482. }
  483. .detailMain{
  484. padding:15px;
  485. }
  486. .detailWay{
  487. background:#f0f0f0;
  488. /*padding:10px;*/
  489. border-bottom: 1px solid #ddd;
  490. }
  491. .detailWay ul li{
  492. position:relative;
  493. float:left;
  494. width:33.3333%;
  495. background:#e6e6e6;
  496. }
  497. .detailWay div{
  498. min-height:55px;
  499. line-height: 55px;
  500. }
  501. .detailWayNum{
  502. padding:0 20px;
  503. font-size: 30px;
  504. background:#0aa770;
  505. color:#fff;
  506. }
  507. .triangleRight {
  508. position:absolute;
  509. top:16px;
  510. left:57px;
  511. width: 0;
  512. height: 0;
  513. border-top: 12px solid transparent;
  514. border-left: 10px solid #0aa770;
  515. border-bottom: 12px solid transparent;
  516. }
  517. .detailWayInfo{
  518. padding:0 25px;
  519. font-size: 20px;
  520. background:#e6e6e6;
  521. color:#FF6600;
  522. }
  523. .detailWayCode{
  524. font-size: 60px;
  525. color:#fff;
  526. }
  527. /*.detailWay span{
  528. margin:0 3px;
  529. color:#FF6600;
  530. }*/
  531. .zhifubao{
  532. padding:5px 0;
  533. }
  534. .detailR{
  535. margin-right: 20px;
  536. }
  537. .price-orange{
  538. font-size: 24px;
  539. color:#FF6600;
  540. }
  541. .payBtn{
  542. margin:20px 0;
  543. }
  544. .detailBody{
  545. width:100%;
  546. text-align: center;
  547. }
  548. .detailBody h5{
  549. margin:0 25px;
  550. text-align: left;
  551. }
  552. .modaBtnGroup{
  553. margin:20px 0;
  554. width:100%;
  555. text-align: center;
  556. }
  557. .classInfoR{
  558. position:relative;
  559. margin:0 0 0 480px;
  560. }
  561. .classInfoR p{
  562. margin:15px 0;
  563. }
  564. .classInfoR span{
  565. margin-right: 60px;
  566. }
  567. .btnClassApply{
  568. position:absolute;
  569. top:174px;
  570. left:0;
  571. }
  572. .classInfoBttom{
  573. margin:20px 0 0 0;
  574. }
  575. .tab-content{
  576. margin:20px 0;
  577. }
  578. .classList h4{
  579. background:#f3f3f3;
  580. height:50px;
  581. line-height: 50px;
  582. margin:15px 0;
  583. font-size: 14px;
  584. font-weight: bold;
  585. }
  586. .classList h4 span{
  587. min-width: 72px;
  588. text-align: center;
  589. padding:0 15px;
  590. background:#666;
  591. color:#fff;
  592. margin:0 5px 0 0;
  593. display:inline-block;
  594. }
  595. .classSection{
  596. margin-bottom: 15px;
  597. background:#f6f6f6;
  598. }
  599. .classSection dt{
  600. font-weight: 500;
  601. padding:10px 20px 5px 20px;
  602. }
  603. .classSection dd .classVideo{
  604. position:relative;
  605. height:35px;
  606. line-height: 35px;
  607. /*padding-left: 20px;*/
  608. }
  609. .classSection dd .classVideo a{
  610. padding-left: 20px;
  611. }
  612. .classSection dd .classVideo.now{
  613. background:#d7eed0;
  614. }
  615. .classSection dd .classVideo.now .glyphicon{
  616. font-size: 16px;
  617. padding-right: 10px;
  618. }
  619. .classSection dd a{
  620. display:block;
  621. }
  622. .classSection dd a:hover{
  623. background:#d7eed0;
  624. text-decoration: none;
  625. }
  626. .classTime{
  627. margin:0 25px 0 0;
  628. color:#999;
  629. }
  630. .btnClassGroup{
  631. position:absolute;
  632. top:-2px;
  633. right:15px;
  634. display:none;
  635. }
  636. .btnClassGroup2{
  637. position:absolute;
  638. top:-2px;
  639. right:15px;
  640. z-index: 10;
  641. display: none;
  642. }
  643. .btnClass{
  644. height:35px;
  645. line-height: 32px;
  646. padding:0 20px;
  647. /*border:1px solid #eee;*/
  648. /*border-radius: 3px;*/
  649. }
  650. .videoImg{
  651. position:relative;
  652. width:960px;
  653. height:500px;
  654. background:#000;
  655. }
  656. .videoCon{
  657. width:960px;
  658. height:500px;
  659. background:#000;
  660. }
  661. .videoShadow,.videoShadow2{
  662. position:absolute;
  663. top:0;
  664. left:0;
  665. width:100%;
  666. height:100%;
  667. background:#000;
  668. z-index: 1;
  669. }
  670. .videoShCon{
  671. position:absolute;
  672. width:530px;
  673. top:50%;
  674. left:50%;
  675. margin-left: -265px;
  676. margin-top: -125px;
  677. color:#fff;
  678. }
  679. .videoShCon h3 span{
  680. margin-right: 5px;
  681. color:#f00;
  682. }
  683. .videoShCon h3 .videoFinished{
  684. margin:0 10px;
  685. padding:5px;
  686. border-radius: 18px;
  687. border:2px solid #0aa770;
  688. color:#0aa770;
  689. }
  690. .videoShCon p{
  691. margin:15px 0;
  692. font-size: 16px;
  693. color:#666;
  694. }
  695. .btnShWrap{
  696. margin:30px 0;
  697. width:100%;
  698. text-align: center;
  699. }
  700. .btnShWrap .btn{
  701. margin:0 20px;
  702. }
  703. .classConVLeft{
  704. width:750px;
  705. }
  706. .classConVRight{
  707. margin:0 0 0 780px;
  708. }
  709. .classConVRight .progress{
  710. margin-top: 20px;
  711. height:26px;
  712. }
  713. .classConVRight .progress .progress-bar{
  714. line-height: 26px;
  715. }
  716. .classConLeft span{
  717. margin-right: 60px;
  718. }
  719. .classConLeftInfo span{
  720. color:#666;
  721. }
  722. .classConVRight .classConLeftInfo span{
  723. font-weight: bold;
  724. color:#0aa770;
  725. }
  726. .spl{
  727. margin:0 30px;
  728. font-style: normal;
  729. color:#bbb;
  730. }
  731. .classCVideo{
  732. margin:20px 0;
  733. }
  734. .profileTitle{
  735. background:#ddd;
  736. padding:10px;
  737. }
  738. .leftMenu{
  739. float:left;
  740. width:180px;
  741. background:#fff;
  742. border:1px solid #ddd;
  743. }
  744. .leftMenu li{
  745. border-bottom:1px solid #ddd;
  746. }
  747. .leftMenu li a{
  748. display:block;
  749. padding:0 15px;
  750. color:#333;
  751. height:45px;
  752. line-height: 45px;
  753. }
  754. .leftMenu li:last-child{
  755. border-bottom: none;
  756. }
  757. .leftMenu li:hover{
  758. background:#f7f7f7;
  759. }
  760. .leftMenu li a:hover{
  761. text-decoration: none;
  762. }
  763. .leftMenu li .active{
  764. background:#0aa770;
  765. color:#fff;
  766. }
  767. .rightMain{
  768. background:#fff;
  769. margin:0 0 0 200px;
  770. border:1px solid #ddd;
  771. }
  772. .userTitle{
  773. height:45px;
  774. border-bottom: 1px solid #ddd;
  775. }
  776. .userTitle h5{
  777. font-size: 16px;
  778. font-weight: bold;
  779. padding:0 15px;
  780. margin:0;
  781. line-height: 45px;
  782. }
  783. /*.userClass ul{*/
  784. /*margin:25px 0;*/
  785. /*}*/
  786. .userClass ul li{
  787. padding:25px;
  788. border-bottom: 1px solid #f0f0f0;
  789. }
  790. .userClass ul li:last-child{
  791. border-bottom: none;
  792. }
  793. .userClass ul li .progressNot{
  794. margin-bottom: 0;
  795. }
  796. .classInfoCon{
  797. position:relative;
  798. margin:0 0 0 200px;
  799. }
  800. .btnPlay{
  801. position:absolute;
  802. top:35px;
  803. right:0;
  804. }
  805. .classPro{
  806. margin:23px 0 0 0;
  807. font-size: 12px;
  808. }
  809. .orderList ul li{
  810. margin:25px;
  811. border:1px solid #f0f0f0;
  812. }
  813. .orderList .attBar{
  814. height:40px;
  815. line-height: 40px;
  816. border-bottom: 1px solid #ddd;
  817. /*background:#e1e1e1;*/
  818. }
  819. .orderList .attBarList{
  820. padding:15px;
  821. font-size: 16px;
  822. background:#f0f0f0;
  823. border-bottom: 1px solid #f0f0f0;
  824. }
  825. .orderList .subOrder{
  826. padding:15px;
  827. }
  828. .orderList .subOrder span{
  829. float:left;
  830. width:30%;
  831. }
  832. .orderList .subOrder span:last-child{
  833. width:10%;
  834. }
  835. .bodyBg{
  836. position:fixed;
  837. top:0;
  838. bottom:0;
  839. left:0;
  840. right:0;
  841. width:100%;
  842. height:100%;
  843. background: rgba(0,0,0,0.5);
  844. z-index: 1040;
  845. }
  846. #videoTips,#videoValidate{
  847. position:fixed;
  848. top:40%;
  849. left:50%;
  850. margin-left: -300px;
  851. margin-top: -125px;
  852. min-height:250px;
  853. z-index: 9999;
  854. }
  855. .warning ul li{
  856. padding:5px 0;
  857. }
  858. .modal-content .bg-warning{
  859. border-radius: 6px 6px 0 0;
  860. }
  861. .val-dialog{
  862. width: 400px;
  863. margin: 30px auto;
  864. position: relative;
  865. }
  866. .val-footer{
  867. padding: 10px;
  868. text-align: center;
  869. border-top: 1px solid #e5e5e5;
  870. }
  871. .playing{
  872. z-index: 10;
  873. /*display: none;*/
  874. }
  875. .mainWrap nav a{
  876. padding: 5px 10px;
  877. font-size: 12px;
  878. line-height: 1.5px;
  879. text-decoration:none;
  880. color: #337ab7;
  881. background-color: #ffffff;
  882. border: 1px solid #dddddd;
  883. margin-left: -1px;
  884. }
  885. .mainWrap nav a.current {
  886. background: #ccc;
  887. color: #fff;
  888. font-weight: 600;
  889. cursor: default;
  890. }
  891. .formItem {
  892. color:#666;
  893. padding:5px 20px 30px;
  894. }
  895. .formItem dl dt{
  896. font-weight: 500;
  897. font-size:14px;
  898. margin:20px 0 5px;
  899. }
  900. .formItem dl dd{
  901. margin:10px 0;
  902. }
  903. .formItem dl dd b{
  904. margin-right: 10px;
  905. }
  906. .bar-gary {
  907. background-color: #bbb;
  908. background-image: -moz-linear-gradient(top, #ccc, #bbb);
  909. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ccc), to(#bbb));
  910. background-image: -webkit-linear-gradient(top, #ccc, #bbb);
  911. background-image: -o-linear-gradient(top, #ccc, #bbb);
  912. background-image: linear-gradient(to bottom, #ccc, #bbb);
  913. background-repeat: repeat-x;
  914. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc', endColorstr='#bbb', GradientType=0);
  915. }