public.css 13 KB

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