public.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857
  1. *{margin: 0;padding: 0;list-style: none;font-family: "微软雅黑"}
  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: 214px;
  134. height: 37px;
  135. line-height: 40px;
  136. border: none;
  137. border-left: 1px solid #CCCCCC;
  138. padding-left: 12px;
  139. left: 40px;
  140. font-size: 16px;
  141. position: absolute;
  142. color: #333333;
  143. }
  144. .login_uesr .log_del {
  145. width: 16px;
  146. height: 16px;
  147. position: absolute;
  148. top: 10px;
  149. right: 10px;
  150. }
  151. .log_del:hover {
  152. cursor: pointer;
  153. }
  154. .login_uesr {
  155. margin-bottom: 20px;
  156. }
  157. .login_check a {
  158. color: #f18101;
  159. float: right;
  160. line-height: 38px;
  161. }
  162. .login_check label {
  163. height: 38px;
  164. line-height: 38px;
  165. color: #f18101;
  166. font-weight: normal;
  167. }
  168. .lab_check {
  169. background: url(../../../img/check_lo.png) no-repeat center left;
  170. background-size: 20% 40%;
  171. }
  172. .lab_checkno {
  173. background: url(../../../img/check_lono.png) no-repeat center left;
  174. background-size: 20% 40%;
  175. }
  176. .login_check label input {
  177. margin-right: 4px;
  178. visibility: hidden;
  179. }
  180. .login_check label:hover {
  181. cursor: pointer;
  182. }
  183. .login_submit {
  184. width: 100%;
  185. height: 38px;
  186. font-size: 20px;
  187. background: #f18101;
  188. color: #FFFFFF;
  189. text-align: center;
  190. border: none;
  191. }
  192. .login_hua {
  193. position: absolute;
  194. top: 0;
  195. left: 0;
  196. }
  197. .login_close {
  198. position: absolute;
  199. top: 10px;
  200. right: 10px;
  201. width: 24px;
  202. height: 22px;
  203. z-index: 2000;
  204. }
  205. .login_close:hover {
  206. cursor: pointer;
  207. }
  208. .login_shadow {
  209. position: absolute;
  210. bottom: -25px;
  211. width: 600px;
  212. height: 25px;
  213. right: 0;
  214. z-index: 2000;
  215. }
  216. .login_check label:first-child {
  217. margin-right: 15px;
  218. }
  219. .head_login:focus {
  220. text-decoration: none;
  221. }
  222. /*忘记密码页面*/
  223. #forget {
  224. width: 100%;
  225. height: 100%;
  226. background: rgba(6, 6, 6, .4);
  227. position: fixed;
  228. top: 0;
  229. left: 0;
  230. z-index: 999999;
  231. display: none;
  232. }
  233. .forget {
  234. width: 600px;
  235. background: #ffffff;
  236. position: absolute;
  237. top: 50%;
  238. margin-top: -200px;
  239. left: 50%;
  240. margin-left: -300px;
  241. padding-top: 10px;
  242. padding-bottom: 50px;
  243. }
  244. .forget_top {
  245. width: 100%;
  246. height: 50px;
  247. border-bottom: 1px solid #E5E5E5;
  248. padding-left: 20px;
  249. line-height: 50px;
  250. }
  251. .forget_top>a {
  252. color: #383838;
  253. font-size: 20px;
  254. float: left;
  255. }
  256. .forget_top>div {
  257. float: left;
  258. }
  259. .forget_center {
  260. padding-top: 30px;
  261. width: 100%;
  262. text-align: center;
  263. padding-right: 40px;
  264. }
  265. .forget_center>div {
  266. color: #616161;
  267. font-size: 16px;
  268. font-weight: normal;
  269. height: 40px;
  270. line-height: 40px;
  271. width: 410px;
  272. margin: 0 auto;
  273. margin-bottom: 15px;
  274. text-align: right;
  275. position: relative;
  276. }
  277. .forget_center>div input {
  278. height: 40px;
  279. margin-left: 5px;
  280. }
  281. .phone>label,.user>label {
  282. font-weight: normal;
  283. font-size: 18px;
  284. }
  285. .phone input,.user input {
  286. width: 250px;
  287. font-size: 16px;
  288. border: 1px solid #E5E5E5;
  289. padding-left: 5px;
  290. }
  291. .yanzheng>label {
  292. display: inline-block;
  293. color: #616161;
  294. font-weight: normal;
  295. font-size: 18px;
  296. }
  297. .yanzheng input {
  298. width: 160px;
  299. font-size: 16px;
  300. border: 1px solid #E5E5E5;
  301. padding-left: 5px;
  302. }
  303. .yanzheng {
  304. padding-right: 90px;
  305. }
  306. .yanzhengma_cont_ {
  307. width: 80px;
  308. height: 40px;
  309. display: inline-block;
  310. position: absolute;
  311. top: 0;
  312. right: 0;
  313. }
  314. .yanzhengma_cont_>img {
  315. width: 100%;
  316. height: 100%;
  317. }
  318. .cellcode_ {
  319. padding-right: 90px;
  320. }
  321. .cellcode_>div {
  322. display: inline-block;
  323. font-size: 18px;
  324. }
  325. .cellcode_>div>input {
  326. width: 160px;
  327. font-size: 16px;
  328. border: 1px solid #E5E5E5;
  329. padding-left: 5px;
  330. }
  331. .cellcode_>input {
  332. width: 80px;
  333. height: 40px;
  334. font-size: 14px;
  335. position: absolute;
  336. top: 0;
  337. right: 0;
  338. background: #fff;
  339. border: 1px solid #eee;
  340. cursor: pointer;
  341. color: #ccc;
  342. display: inline-block;
  343. padding-left: 0;
  344. background: none;
  345. text-align: center;
  346. }
  347. .forget_center .fastener {
  348. margin-top: 40px;
  349. text-align: center;
  350. padding-left: 30px;
  351. }
  352. .fastener>div {
  353. display: inline-block;
  354. width: 150px;
  355. height: 40px;
  356. }
  357. .fastener .forget_sub {
  358. background: #F18101;
  359. width: 150px;
  360. height: 40px;
  361. border: 1px solid #E5E5E5;
  362. margin-right: 20px;
  363. color: #fff;
  364. letter-spacing: 8px;
  365. font-size: 18px;
  366. }
  367. .fastener_right {
  368. color: #F18101;
  369. border: 1px solid #E5E5E5;
  370. text-align: center;
  371. letter-spacing: 8px;
  372. font-size: 18px;
  373. cursor: pointer;
  374. }
  375. /*新密码设置*/
  376. #new_password {
  377. width: 100%;
  378. height: 100%;
  379. background: rgba(6, 6, 6, .4);
  380. position: fixed;
  381. top: 0;
  382. left: 0;
  383. z-index: 999999;
  384. display: none;
  385. }
  386. .new_password {
  387. width: 600px;
  388. background: #ffffff;
  389. position: absolute;
  390. top: 50%;
  391. margin-top: -200px;
  392. left: 50%;
  393. margin-left: -300px;
  394. padding-top: 10px;
  395. padding-bottom: 50px;
  396. }
  397. .password_top {
  398. width: 100%;
  399. height: 50px;
  400. border-bottom: 1px solid #E5E5E5;
  401. padding-left: 20px;
  402. line-height: 50px;
  403. }
  404. .password_top>h4 {
  405. display: inline-block;
  406. color: #616161;
  407. font-size: 20px;
  408. }
  409. .password_top>span {
  410. font-size: 16px;
  411. color: #616161;
  412. background: url("../../../img/zhongdian.png") no-repeat left center;
  413. padding-left: 25px;
  414. margin-left: 15px;
  415. }
  416. .password_center {
  417. padding-top: 30px;
  418. width: 100%;
  419. text-align: center;
  420. padding-right: 40px;
  421. }
  422. .password_center>div {
  423. color: #616161;
  424. font-size: 16px;
  425. font-weight: normal;
  426. height: 40px;
  427. line-height: 40px;
  428. width: 410px;
  429. margin: 0 auto;
  430. margin-bottom: 15px;
  431. text-align: right;
  432. position: relative;
  433. }
  434. .password_center>div>label {
  435. font-weight: normal;
  436. font-size: 18px;
  437. }
  438. .password_center>div input {
  439. width: 250px;
  440. height: 40px;
  441. font-size: 16px;
  442. padding-left: 5px;
  443. }
  444. .new_password .fastener {
  445. margin-top: 40px;
  446. padding-left: 30px;
  447. }
  448. .fastener .new_password_sub {
  449. background: #F18101;
  450. width: 150px;
  451. height: 40px;
  452. border: 1px solid #E5E5E5;
  453. margin-right: 20px;
  454. color: #fff;
  455. letter-spacing: 8px;
  456. font-size: 18px;
  457. }
  458. a:link{text-decoration:none; } /* 指正常的未被访问过的链接*/
  459. a:visited{text-decoration:none; }/*指已经访问过的链接*/
  460. a:hover{text-decoration:none;}/*指鼠标在链接*/
  461. a:active{text-decoration:none;}/* 指正在点的链接*/
  462. /*弹出消息提示*/
  463. /*弹出消息提示*/
  464. .smg{width: 260px;height: 40px;text-align: center;transform: scale(0);
  465. line-height:40px;background:#17a2b8;border-radius: 10px;
  466. position: fixed;top: -200px; left: 50%;margin-left: -130px;color:#ffffff;
  467. transition: all .3s ease-in-out;
  468. }
  469. .smg input{width: 260px;height: 40px;border: none;background: none;text-align: center;font-size: 14px;}
  470. .smg.active{
  471. transform: scale(1) ;
  472. top: 200px;
  473. z-index: 9999999999;
  474. transition: all .3s ease-in;
  475. }
  476. /* msg tools*/
  477. .message {
  478. position: fixed;
  479. top: 80px;
  480. text-align: center;
  481. width: 100%;
  482. display: none;
  483. z-index: 99999999
  484. }
  485. .message span {
  486. background: rgba(0, 0, 0, 0.6);
  487. padding: 8px 20px;
  488. color: #fff;
  489. border-radius: 6px
  490. }
  491. #bottom {
  492. width: 100%;
  493. height: 386px;
  494. margin: 20px auto 0;
  495. position: relative;
  496. background: url(../../../img/bottom_bg.png) no-repeat center center;
  497. background-size: 120% 100%;
  498. ;
  499. }
  500. .bottom {
  501. width: 1200px;
  502. height: 386px;
  503. margin: 20px auto 0;
  504. position: relative;
  505. }
  506. .bottom_text {
  507. width: 1200px;
  508. height: 386px;
  509. position: absolute;
  510. left: 0;
  511. top: 0;
  512. }
  513. .text_top {
  514. width: 100%;
  515. height: 55px;
  516. position: absolute;
  517. top: 140px;
  518. left: 0;
  519. text-align: center;
  520. color: #fff;
  521. }
  522. .text_top>a {
  523. color: #fff;
  524. line-height: 25px;
  525. }
  526. .text_center {
  527. width: 100%;
  528. height: 90px;
  529. position: absolute;
  530. top: 195px;
  531. left: 0;
  532. color: #fff;
  533. margin-top: 10px;
  534. }
  535. .cont_left {
  536. vertical-align: top;
  537. width: 350px;
  538. height: 90px;
  539. display: inline-block;
  540. margin-left: 45px;
  541. }
  542. .cont_left>p{
  543. margin-top: 15px;
  544. }
  545. .cont_left>img {
  546. margin-left: 85px;
  547. width: 40px;
  548. }
  549. .cont_guanli>a>img {
  550. width: 40px;
  551. height: 40px;
  552. }
  553. .cont_guanli {
  554. width: 200px;
  555. height: 90px;
  556. display: inline-block;
  557. text-align: center;
  558. margin-left: 70px;
  559. }
  560. .cont_center {
  561. width: 200px;
  562. height: 90px;
  563. display: inline-block;
  564. text-align: center;
  565. }
  566. .cont_right,
  567. .cont_rightapp {
  568. width: 82px;
  569. height: 90px;
  570. display: inline-block;
  571. text-align: center;
  572. vertical-align: top;
  573. }
  574. .text_center p {
  575. color: #F5F6F9;
  576. font-weight: bold;
  577. }
  578. .cont_rightapp {
  579. margin-right: 5px;
  580. margin-left: 50px;
  581. }
  582. .cont_rightapp p {
  583. line-height: 30px;
  584. }
  585. .cont_right p {
  586. line-height: 30px;
  587. width: 80px;
  588. text-align: center;
  589. }
  590. .text_bottom {
  591. width: 100%;
  592. height: 75px;
  593. position: absolute;
  594. top: 285px;
  595. left: 0;
  596. color: #fff;
  597. padding-left: 45px;
  598. margin-top: 15px;
  599. }
  600. .text_bottom p {
  601. font-weight: bold;
  602. line-height: 25px;
  603. }
  604. .text_bottom a {
  605. color: #fff;
  606. font-size: 1.2rem;
  607. line-height: 18px;
  608. }
  609. .pol_act {
  610. margin-left: 5px;
  611. }
  612. .android {
  613. margin-right: 5px;
  614. }
  615. /*右侧挂件*/
  616. .pub_fix {
  617. width: 40px;
  618. position: fixed;
  619. right: 28px;
  620. bottom:104px;
  621. border-radius: 4px;
  622. border: 1px solid #e0e0e0;
  623. text-align: center;
  624. height: auto;
  625. background: #ffffff;
  626. z-index: 999;
  627. box-shadow: 0 0 4px rgb(228, 225, 225);
  628. }
  629. .pub_fix ul li:first-child{
  630. border: none
  631. }
  632. .pub_fix ul li:hover{
  633. background: #5888B5;
  634. }
  635. .pub_fix ul li:hover a span{
  636. color: #ffffff;
  637. }
  638. .pub_fix ul li{
  639. cursor: pointer;
  640. height: 40px;
  641. line-height: 40px;
  642. border-top: 1px dotted #ccc
  643. }
  644. .pub_fix ul li a{
  645. width: 100%;
  646. height: 100%;
  647. display: inline-block;
  648. }
  649. .phonefix{
  650. position: relative;
  651. }
  652. .phonefix a{
  653. width: 100%;
  654. height: 100%;
  655. top: 0;
  656. left: 0;
  657. }
  658. .pub_fix ul li:hover .phoneTxt{
  659. display: block;
  660. }
  661. .pub_fix ul li .phoneTxt{
  662. display: none;
  663. background: #ffffff;
  664. padding: 10px;
  665. position: absolute;
  666. left: -115px;
  667. box-shadow: 0 0 4px rgb(204, 203, 203);
  668. top: 0;
  669. }
  670. .right_cebian {
  671. width: 40px;
  672. height: 120px;
  673. position: fixed;
  674. right: 0;
  675. bottom: 180px;
  676. border-radius: 10px 0 0 10px;
  677. text-align: center;
  678. color: #fff;
  679. display: none;
  680. cursor: pointer;
  681. background: #5888B5 url("../../../img/youce_daohang.png") no-repeat center 5px;
  682. z-index: 999999;
  683. letter-spacing: 5px;
  684. font-size: 18px;
  685. padding-top: 30px;
  686. padding-left: 5px;
  687. line-height: 20px;
  688. }
  689. input:-webkit-autofill {
  690. background-color: #ffffff!important;
  691. background-image: none!important;
  692. color: #000;
  693. }
  694. .navHeader .nav_right{
  695. font-size: 16px;
  696. }
  697. /* 导航动作 */
  698. /* .nav_right>img{
  699. cursor: pointer;
  700. animation:mymove 5s infinite;
  701. -webkit-animation:mymove 5s infinite;
  702. }
  703. @keyframes mymove{
  704. from{transform:rotateY(360deg)};
  705. to{transform:rotateY(0deg)}
  706. } */
  707. .loading{
  708. position: fixed;
  709. width: 100%;
  710. height: 100%;
  711. background: rgba(221, 218, 218, 0.1);
  712. top: 0;
  713. left: 0;
  714. z-index: 99999999999;
  715. }
  716. .loading{
  717. width: 100%;
  718. height: 100%;
  719. display: none;
  720. }
  721. .loading div{
  722. position: fixed;
  723. width: 100%;
  724. height: 100%;
  725. }
  726. .loading p{
  727. position: absolute;
  728. left: 50%;
  729. top: 30%;
  730. width: 200px;
  731. height: 40px;
  732. margin-left: -100px;
  733. }
  734. .loading p span{
  735. display: inline-block;
  736. font-size: 20px;
  737. color: #17a2b8;
  738. transition: all .2s ease-in-out;
  739. }
  740. .loading p span.active{
  741. margin-left: -6px;
  742. transition: all .2s ease-in;
  743. }
  744. /* banner */
  745. .carousel{
  746. width: 100%!important;
  747. }
  748. .carousel img{
  749. width: 100%;
  750. }