public.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875
  1. *{margin: 0;padding: 0;list-style: none;}
  2. body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,
  3. dl, dt, dd, ul, ol, li,
  4. pre,
  5. form, fieldset, legend, button, input, textarea,
  6. th, td {
  7. margin: 0;
  8. padding: 0;
  9. }
  10. body,
  11. button, input, select, textarea {
  12. font-size:14px; background-color: white;
  13. }
  14. /*h1, h2, h3, h4, h5, h6 { font-size: 100%; }*/
  15. address, cite, dfn, em, var { font-style: normal; }
  16. code, kbd, pre, samp { font-family: courier new, courier, monospace; }
  17. small { font-size: 12px; }
  18. ul, ol { list-style: none; }
  19. a { text-decoration: none; }
  20. a:hover { text-decoration: none; }
  21. legend { color: #000; }
  22. fieldset, img { border: 0; }
  23. button, input, select, textarea { font-size: 100%; }
  24. table { border-collapse: collapse; border-spacing: 0; }
  25. img{
  26. vertical-align: middle;
  27. }
  28. .float-left{
  29. float: left;
  30. }
  31. .float-right{
  32. float:right;
  33. }
  34. .textRight{
  35. text-align: right
  36. }
  37. .clearFix{
  38. clear: both;
  39. }
  40. button:focus{
  41. outline: none;
  42. background-color: none;
  43. }
  44. .container{
  45. padding: 0;
  46. }
  47. /* footer */
  48. /*登陆页面*/
  49. header .colorRed{
  50. font-size: 14px;
  51. }
  52. .login {
  53. width: 100%;
  54. background: rgba(6, 6, 6, .4);
  55. position: fixed;
  56. top: 0;
  57. left: 0;
  58. z-index: 999999;
  59. display: none;
  60. }
  61. .login_mian {
  62. width: 600px;
  63. background: #ffffff;
  64. position: absolute;
  65. top: 50%;
  66. margin-top: -200px;
  67. left: 50%;
  68. margin-left: -300px;
  69. padding-top: 60px;
  70. padding-bottom: 96px;
  71. }
  72. .login_left {
  73. float: left;
  74. padding-bottom: 10px;
  75. width: 265px;
  76. text-align: center;
  77. }
  78. .login_left .login_ewm {
  79. width: 95px;
  80. padding-top: 34px;
  81. margin-bottom: 10px;
  82. display: inline-block;
  83. text-align: center;
  84. }
  85. .login_left .login_ewm img {
  86. margin-bottom: 10px;
  87. width: 90px;
  88. }
  89. .login_left p {
  90. line-height: 26px;
  91. font-size: 16px;
  92. text-align: center;
  93. }
  94. .login_right {
  95. float: left;
  96. padding-left: 32px;
  97. width: 288px;
  98. border-left: 1px solid #E5E5E5;
  99. }
  100. .login_check,
  101. .login_submit {
  102. width: 260px!important;
  103. }
  104. .login_right h5 {
  105. font-size: 18px;
  106. color: #373739;
  107. font-weight: normal;
  108. margin-bottom: 10px;
  109. }
  110. .login_right h5 a {
  111. font-size: 14px;
  112. color: #f81009;
  113. margin-left: 56px;
  114. }
  115. .login_right form .login_uesr,
  116. .login_pass {
  117. width: 256px;
  118. height: 40px;
  119. position: relative;
  120. border: 1px solid #cccccc;
  121. }
  122. .login_uesr label img,
  123. .login_pass label img {
  124. width: 20px;
  125. height: 22px;
  126. position: absolute;
  127. top: 8px;
  128. left: 10px;
  129. border: none;
  130. }
  131. #Lo_user,
  132. #Lo_pass {
  133. width: 210px;
  134. height: 24px;
  135. line-height: 24px;
  136. border: none;
  137. border-left: 1px solid #CCCCCC;
  138. padding-left: 12px;
  139. left: 40px;
  140. top: 8px;
  141. font-size: 16px;
  142. position: absolute;
  143. color: #cdcdcd;
  144. }
  145. .login_uesr .log_del {
  146. width: 16px;
  147. height: 16px;
  148. position: absolute;
  149. top: 10px;
  150. right: 10px;
  151. }
  152. .log_del:hover {
  153. cursor: pointer;
  154. }
  155. .login_uesr {
  156. margin-bottom: 20px;
  157. }
  158. .login_check a {
  159. color: #f18101;
  160. float: right;
  161. line-height: 38px;
  162. }
  163. .login_check label {
  164. height: 38px;
  165. line-height: 38px;
  166. color: #f18101;
  167. font-weight: normal;
  168. }
  169. .lab_check {
  170. background: url(../../../img/check_lo.png) no-repeat center left;
  171. background-size: 20% 40%;
  172. }
  173. .lab_checkno {
  174. background: url(../../../img/check_lono.png) no-repeat center left;
  175. background-size: 20% 40%;
  176. }
  177. .login_check label input {
  178. margin-right: 4px;
  179. visibility: hidden;
  180. }
  181. .login_check label:hover {
  182. cursor: pointer;
  183. }
  184. .login_submit {
  185. width: 100%;
  186. height: 38px;
  187. font-size: 20px;
  188. background: #f18101;
  189. color: #FFFFFF;
  190. text-align: center;
  191. border: none;
  192. }
  193. .login_hua {
  194. position: absolute;
  195. top: 0;
  196. left: 0;
  197. }
  198. .login_close {
  199. position: absolute;
  200. top: 10px;
  201. right: 10px;
  202. width: 24px;
  203. height: 22px;
  204. z-index: 2000;
  205. }
  206. .login_close:hover {
  207. cursor: pointer;
  208. }
  209. .login_shadow {
  210. position: absolute;
  211. bottom: -25px;
  212. width: 600px;
  213. height: 25px;
  214. right: 0;
  215. z-index: 2000;
  216. }
  217. .login_check label:first-child {
  218. margin-right: 15px;
  219. }
  220. .head_login:focus {
  221. text-decoration: none;
  222. }
  223. /*忘记密码页面*/
  224. #forget {
  225. width: 100%;
  226. height: 100%;
  227. background: rgba(6, 6, 6, .4);
  228. position: fixed;
  229. top: 0;
  230. left: 0;
  231. z-index: 999999;
  232. display: none;
  233. }
  234. .forget {
  235. width: 600px;
  236. background: #ffffff;
  237. position: absolute;
  238. top: 50%;
  239. margin-top: -200px;
  240. left: 50%;
  241. margin-left: -300px;
  242. padding-top: 10px;
  243. padding-bottom: 50px;
  244. }
  245. .forget_top {
  246. width: 100%;
  247. height: 50px;
  248. border-bottom: 1px solid #E5E5E5;
  249. padding-left: 20px;
  250. line-height: 50px;
  251. }
  252. .forget_top>a {
  253. color: #383838;
  254. font-size: 20px;
  255. float: left;
  256. }
  257. .forget_top>div {
  258. float: left;
  259. }
  260. .forget_center {
  261. padding-top: 30px;
  262. width: 100%;
  263. text-align: center;
  264. padding-right: 40px;
  265. }
  266. .forget_center>div {
  267. color: #616161;
  268. font-size: 16px;
  269. font-weight: normal;
  270. height: 40px;
  271. line-height: 40px;
  272. width: 410px;
  273. margin: 0 auto;
  274. margin-bottom: 15px;
  275. text-align: right;
  276. position: relative;
  277. }
  278. .forget_center>div input {
  279. height: 40px;
  280. margin-left: 5px;
  281. }
  282. .phone>label {
  283. font-weight: normal;
  284. font-size: 18px;
  285. }
  286. .phone input {
  287. width: 250px;
  288. font-size: 16px;
  289. border: 1px solid #E5E5E5;
  290. padding-left: 5px;
  291. }
  292. .yanzheng>label {
  293. display: inline-block;
  294. color: #616161;
  295. font-weight: normal;
  296. font-size: 18px;
  297. }
  298. .yanzheng input {
  299. width: 160px;
  300. font-size: 16px;
  301. border: 1px solid #E5E5E5;
  302. padding-left: 5px;
  303. }
  304. .yanzheng {
  305. padding-right: 90px;
  306. }
  307. .yanzhengma_cont_ {
  308. width: 80px;
  309. height: 40px;
  310. display: inline-block;
  311. position: absolute;
  312. top: 0;
  313. right: 0;
  314. }
  315. .yanzhengma_cont_>img {
  316. width: 100%;
  317. height: 100%;
  318. }
  319. .cellcode_ {
  320. padding-right: 90px;
  321. }
  322. .cellcode_>div {
  323. display: inline-block;
  324. font-size: 18px;
  325. }
  326. .cellcode_>div>input {
  327. width: 160px;
  328. font-size: 16px;
  329. border: 1px solid #E5E5E5;
  330. padding-left: 5px;
  331. }
  332. .cellcode_>input {
  333. width: 80px;
  334. height: 40px;
  335. font-size: 14px;
  336. position: absolute;
  337. top: 0;
  338. right: 0;
  339. background: #fff;
  340. border: 1px solid #eee;
  341. cursor: pointer;
  342. color: #ccc;
  343. display: inline-block;
  344. padding-left: 0;
  345. background: none;
  346. text-align: center;
  347. }
  348. .forget_center .fastener {
  349. margin-top: 40px;
  350. text-align: center;
  351. padding-left: 30px;
  352. }
  353. .fastener>div {
  354. display: inline-block;
  355. width: 150px;
  356. height: 40px;
  357. }
  358. .fastener .forget_sub {
  359. background: #F18101;
  360. width: 150px;
  361. height: 40px;
  362. border: 1px solid #E5E5E5;
  363. margin-right: 20px;
  364. color: #fff;
  365. letter-spacing: 8px;
  366. font-size: 18px;
  367. }
  368. .fastener_right {
  369. color: #F18101;
  370. border: 1px solid #E5E5E5;
  371. text-align: center;
  372. letter-spacing: 8px;
  373. font-size: 18px;
  374. cursor: pointer;
  375. }
  376. /*新密码设置*/
  377. #new_password {
  378. width: 100%;
  379. height: 100%;
  380. background: rgba(6, 6, 6, .4);
  381. position: fixed;
  382. top: 0;
  383. left: 0;
  384. z-index: 999999;
  385. display: none;
  386. }
  387. .new_password {
  388. width: 600px;
  389. background: #ffffff;
  390. position: absolute;
  391. top: 50%;
  392. margin-top: -200px;
  393. left: 50%;
  394. margin-left: -300px;
  395. padding-top: 10px;
  396. padding-bottom: 50px;
  397. }
  398. .password_top {
  399. width: 100%;
  400. height: 50px;
  401. border-bottom: 1px solid #E5E5E5;
  402. padding-left: 20px;
  403. line-height: 50px;
  404. }
  405. .password_top>h4 {
  406. display: inline-block;
  407. color: #616161;
  408. font-size: 20px;
  409. }
  410. .password_top>span {
  411. font-size: 16px;
  412. color: #616161;
  413. background: url("../../../img/zhongdian.png") no-repeat left center;
  414. padding-left: 25px;
  415. margin-left: 15px;
  416. }
  417. .password_center {
  418. padding-top: 30px;
  419. width: 100%;
  420. text-align: center;
  421. padding-right: 40px;
  422. }
  423. .password_center>div {
  424. color: #616161;
  425. font-size: 16px;
  426. font-weight: normal;
  427. height: 40px;
  428. line-height: 40px;
  429. width: 410px;
  430. margin: 0 auto;
  431. margin-bottom: 15px;
  432. text-align: right;
  433. position: relative;
  434. }
  435. .password_center>div>label {
  436. font-weight: normal;
  437. font-size: 18px;
  438. }
  439. .password_center>div input {
  440. width: 250px;
  441. height: 40px;
  442. font-size: 16px;
  443. padding-left: 5px;
  444. }
  445. .new_password .fastener {
  446. margin-top: 40px;
  447. padding-left: 30px;
  448. }
  449. .fastener .new_password_sub {
  450. background: #F18101;
  451. width: 150px;
  452. height: 40px;
  453. border: 1px solid #E5E5E5;
  454. margin-right: 20px;
  455. color: #fff;
  456. letter-spacing: 8px;
  457. font-size: 18px;
  458. }
  459. /*弹出消息提示*/
  460. /*弹出消息提示*/
  461. .smg{width: 260px;height: 40px;text-align: center;transform: scale(0) rotate(360deg);
  462. line-height:40px;background:#17a2b8;border-radius: 10px;
  463. position: fixed;top: -200px; left: 50%;margin-left: -130px;color:#ffffff;
  464. transition: all .5s ease-in-out;
  465. }
  466. .smg input{width: 260px;height: 40px;border: none;background: none;text-align: center;font-size: 14px;}
  467. .smg.active{
  468. transform: scale(1) rotate(0);
  469. top: 200px;
  470. z-index: 9999999999;
  471. transition: all .5s ease-in;
  472. }
  473. /* msg tools*/
  474. .message {
  475. position: fixed;
  476. top: 80px;
  477. text-align: center;
  478. width: 100%;
  479. display: none;
  480. z-index: 9999
  481. }
  482. .message span {
  483. background: rgba(0, 0, 0, 0.6);
  484. padding: 8px 20px;
  485. color: #fff;
  486. border-radius: 6px
  487. }
  488. #bottom {
  489. width: 100%;
  490. height: 386px;
  491. margin: 20px auto 0;
  492. position: relative;
  493. background: url(../../../img/bottom_bg.png) no-repeat center center;
  494. background-size: 120% 100%;
  495. ;
  496. }
  497. .bottom {
  498. width: 1200px;
  499. height: 386px;
  500. margin: 20px auto 0;
  501. position: relative;
  502. }
  503. .bottom_text {
  504. width: 1200px;
  505. height: 386px;
  506. position: absolute;
  507. left: 0;
  508. top: 0;
  509. }
  510. .text_top {
  511. width: 100%;
  512. height: 55px;
  513. position: absolute;
  514. top: 140px;
  515. left: 0;
  516. text-align: center;
  517. color: #fff;
  518. }
  519. .text_top>a {
  520. color: #fff;
  521. line-height: 25px;
  522. }
  523. .text_center {
  524. width: 100%;
  525. height: 90px;
  526. position: absolute;
  527. top: 195px;
  528. left: 0;
  529. color: #fff;
  530. margin-top: 10px;
  531. }
  532. .cont_left {
  533. vertical-align: top;
  534. width: 350px;
  535. height: 90px;
  536. display: inline-block;
  537. margin-left: 45px;
  538. }
  539. .cont_left>p{
  540. margin-top: 15px;
  541. }
  542. .cont_left>img {
  543. margin-left: 85px;
  544. width: 40px;
  545. }
  546. .cont_guanli>a>img {
  547. width: 40px;
  548. height: 40px;
  549. }
  550. .cont_guanli {
  551. width: 200px;
  552. height: 90px;
  553. display: inline-block;
  554. text-align: center;
  555. margin-left: 70px;
  556. }
  557. .cont_center {
  558. width: 200px;
  559. height: 90px;
  560. display: inline-block;
  561. text-align: center;
  562. }
  563. .cont_right,
  564. .cont_rightapp {
  565. width: 82px;
  566. height: 90px;
  567. display: inline-block;
  568. text-align: center;
  569. vertical-align: top;
  570. }
  571. .text_center p {
  572. color: #F5F6F9;
  573. font-weight: bold;
  574. }
  575. .cont_rightapp {
  576. margin-right: 5px;
  577. margin-left: 50px;
  578. }
  579. .cont_rightapp p {
  580. line-height: 30px;
  581. }
  582. .cont_right p {
  583. line-height: 30px;
  584. width: 80px;
  585. text-align: center;
  586. }
  587. .text_bottom {
  588. width: 100%;
  589. height: 75px;
  590. position: absolute;
  591. top: 285px;
  592. left: 0;
  593. color: #fff;
  594. padding-left: 45px;
  595. margin-top: 15px;
  596. }
  597. .text_bottom p {
  598. font-weight: bold;
  599. line-height: 25px;
  600. }
  601. .text_bottom a {
  602. color: #fff;
  603. font-size: 1.2rem;
  604. line-height: 18px;
  605. }
  606. .pol_act {
  607. margin-left: 5px;
  608. }
  609. .android {
  610. margin-right: 5px;
  611. }
  612. /*右侧挂件*/
  613. .index_blur {
  614. font-size: 18px;
  615. color: #fff;
  616. text-align: right;
  617. padding-right: 15px;
  618. cursor: pointer;
  619. }
  620. .pub_fix {
  621. width: 70px;
  622. position: fixed;
  623. right: 10px;
  624. bottom: 80px;
  625. border-radius: 10px;
  626. border: 1px solid #e0e0e0;
  627. overflow: hidden;
  628. text-align: center;
  629. height: auto;
  630. background: #ffd68f;
  631. z-index: 999;
  632. }
  633. .right_cebian {
  634. width: 40px;
  635. height: 120px;
  636. position: fixed;
  637. right: 0;
  638. bottom: 180px;
  639. border-radius: 10px 0 0 10px;
  640. text-align: center;
  641. color: #fff;
  642. display: none;
  643. cursor: pointer;
  644. background: #5888B5 url("../../../img/youce_daohang.png") no-repeat center 5px;
  645. z-index: 999999;
  646. letter-spacing: 5px;
  647. font-size: 18px;
  648. padding-top: 30px;
  649. padding-left: 5px;
  650. line-height: 20px;
  651. }
  652. .pub_fix .index_blur {
  653. width: 100%;
  654. height: 30px;
  655. line-height: 30px;
  656. background: #4c7fa9;
  657. display: inline-block;
  658. }
  659. .pub_fix .index_orange {
  660. width: 100%;
  661. height: 24px;
  662. line-height: 24px;
  663. background: #ffd68f;
  664. display: inline-block;
  665. }
  666. .pub_fix ul li:first-child {
  667. border: none;
  668. }
  669. .pub_fix ul li {
  670. padding-top: 6px;
  671. padding-bottom: 6px;
  672. border-top: 1px dotted #e0e0e0;
  673. background: #FFFFFF;
  674. }
  675. .pub_fix ul li img {
  676. margin-bottom: 4px;
  677. }
  678. .pub_fix ul li:hover {
  679. cursor: pointer;
  680. }
  681. .pub_fix ul li p {
  682. color: #074d88;
  683. font-size: 14px;
  684. }
  685. .pub_fix ul li a {
  686. text-decoration: none;
  687. }
  688. .pub_fix ul li a img {
  689. width: 45px;
  690. height: 45px;
  691. border-radius: 50%;
  692. background: #ffc443;
  693. display: inline-block;
  694. }
  695. .pub_fix ul li:hover a img {
  696. background: #fc9501
  697. }
  698. .navHeader .nav_right{
  699. font-size: 16px;
  700. }
  701. /* 导航动作 */
  702. /* .nav_right>img{
  703. cursor: pointer;
  704. animation:mymove 5s infinite;
  705. -webkit-animation:mymove 5s infinite;
  706. }
  707. @keyframes mymove{
  708. from{transform:rotateY(360deg)};
  709. to{transform:rotateY(0deg)}
  710. } */
  711. .loading{
  712. position: fixed;
  713. width: 100%;
  714. height: 100%;
  715. background: rgba(221, 218, 218, 0.1);
  716. top: 0;
  717. left: 0;
  718. z-index: 99999999999;
  719. }
  720. .loading{
  721. width: 100%;
  722. height: 100%;
  723. display: none;
  724. }
  725. .loading div{
  726. position: fixed;
  727. width: 100%;
  728. height: 100%;
  729. }
  730. .loading p{
  731. position: absolute;
  732. left: 50%;
  733. top: 50%;
  734. width: 200px;
  735. height: 40px;
  736. margin-left: -100px;
  737. margin-top: -20px;
  738. }
  739. .loading p span{
  740. display: inline-block;
  741. font-size: 30px;
  742. color: #17a2b8;
  743. transition: all 1s ease-in-out;
  744. }
  745. .loading p span.active{
  746. margin-left: -4px;
  747. transition: all 1s ease-in;
  748. }
  749. /* banner */
  750. .carousel{
  751. width: 100%;
  752. }
  753. .carousel img{
  754. width: 100%;
  755. }
  756. /* 分页 */
  757. .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
  758. background-color:#ff5910;
  759. color: #ffffff!important;
  760. border-color: #ff5910;
  761. }