list-style-mb.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774
  1. body {
  2. font-family: 'Helvetica Neue';
  3. }
  4. a:focus {
  5. outline: none;
  6. }
  7. a:focus-visible {
  8. outline: none;
  9. }
  10. button:focus-visible {
  11. outline: none;
  12. }
  13. img:focus-visible {
  14. outline: none;
  15. }
  16. a {
  17. text-decoration: none;
  18. }
  19. .text-hhh {
  20. color: #EE7800;
  21. }
  22. .navbar {
  23. box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  24. -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  25. -moz-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  26. padding-top: 5px;
  27. padding-bottom: 5px;
  28. background-color: white !important;
  29. z-index: 99;
  30. }
  31. .navbar-toggler {
  32. padding-left: 0;
  33. border-color: transparent !important;
  34. }
  35. .navbar-toggler:focus {
  36. -webkit-box-shadow: none;
  37. box-shadow: none;
  38. }
  39. .navbar-toggler-icon {
  40. display: -webkit-box;
  41. display: -ms-flexbox;
  42. display: flex;
  43. justify-items: center;
  44. }
  45. .navbar-toggler-icon i {
  46. font-size: 25px;
  47. line-height: 30px;
  48. display: inline-block;
  49. }
  50. .navbar-search {
  51. padding-right: 2px;
  52. }
  53. .navbar-brand {
  54. font-size: 1.5rem;
  55. }
  56. .navbar-main.sticky {
  57. position: fixed;
  58. top: 0;
  59. width: 100%;
  60. }
  61. .navbar-main.sticky + .sec-01 {
  62. padding-top: 58px;
  63. }
  64. .fixed_menu {
  65. height: 78px;
  66. position: fixed;
  67. z-index: 4;
  68. bottom: 0;
  69. left: 0;
  70. width: 100%;
  71. background-color: #fff;
  72. box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  73. -webkit-box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  74. -moz-box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  75. }
  76. @media (min-width: 480px) {
  77. .fixed_menu {
  78. height: 50px;
  79. }
  80. }
  81. @media (min-width: 480px) {
  82. .fixed_menu .row {
  83. height: 50px;
  84. }
  85. }
  86. @media (min-width: 480px) {
  87. .fixed_menu__box {
  88. width: 100%;
  89. height: 100%;
  90. }
  91. }
  92. .fixed_menu__box img:focus-visible {
  93. outline: none;
  94. }
  95. @media (min-width: 480px) {
  96. .fixed_menu__box img {
  97. width: 100%;
  98. height: 100%;
  99. }
  100. }
  101. .sec-menu {
  102. display: none;
  103. z-index: 105;
  104. position: absolute;
  105. top: 0;
  106. left: 0;
  107. right: 0;
  108. font-size: 14px;
  109. }
  110. .sec-menu-block {
  111. padding-top: 61px;
  112. margin: 0;
  113. -webkit-transition: -webkit-transform .5s;
  114. transition: -webkit-transform .5s;
  115. transition: transform .5s;
  116. transition: transform .5s, -webkit-transform .5s;
  117. position: fixed;
  118. top: 0;
  119. left: -100%;
  120. right: 0;
  121. height: 100%;
  122. overflow-y: scroll;
  123. max-width: 100%;
  124. background-color: white;
  125. }
  126. .sec-menu-block.slidein {
  127. -webkit-animation: slidein 0.3s forwards;
  128. animation: slidein 0.3s forwards;
  129. }
  130. .sec-menu-block.slideout {
  131. -webkit-animation: slideout 0.3s forwards;
  132. animation: slideout 0.3s forwards;
  133. }
  134. .sec-menu-list {
  135. background: white;
  136. margin-bottom: 0;
  137. }
  138. .sec-menu-list .navbar-nav {
  139. padding: 0 2rem;
  140. width: 100%;
  141. }
  142. .sec-menu-list .navbar-nav .dropdown-menu {
  143. border: none;
  144. padding: 0;
  145. height: 0;
  146. opacity: 0;
  147. -webkit-transition: all 1s;
  148. transition: all 1s;
  149. }
  150. .sec-menu-list .navbar-nav .dropdown-menu.show {
  151. height: -webkit-fit-content;
  152. height: -moz-fit-content;
  153. height: fit-content;
  154. opacity: 1;
  155. }
  156. .sec-menu-list .navbar-nav .dropdown-menu .dropdown-item {
  157. padding-left: 3rem;
  158. }
  159. .sec-menu-list .navbar-nav .dropdown-menu .dropdown-item:active, .sec-menu-list .navbar-nav .dropdown-menu .dropdown-item.active, .sec-menu-list .navbar-nav .dropdown-menu .dropdown-item:focus {
  160. background-color: white;
  161. }
  162. .sec-menu-list .navbar-nav .dropdown-menu .dropdown-item:hover {
  163. background-color: white;
  164. }
  165. .sec-menu-list .navbar-nav .dropdown-menu .sub-menu .dropdown-item {
  166. padding-left: 6rem;
  167. }
  168. .sec-menu-list .nav-item {
  169. font-size: 17px;
  170. display: block;
  171. width: 100%;
  172. }
  173. .sec-menu-list .nav-link {
  174. padding-top: 11px;
  175. padding-bottom: 8px;
  176. color: #707070;
  177. position: relative;
  178. }
  179. .sec-menu-list .nav-link .link_div {
  180. width: 25px;
  181. }
  182. .sec-menu-list .nav-link a {
  183. color: #707070;
  184. text-decoration: none;
  185. }
  186. .sec-menu-list .nav-link.show i {
  187. -webkit-transform: rotate(-180deg);
  188. transform: rotate(-180deg);
  189. }
  190. .sec-menu-list .nav-link .expand {
  191. position: absolute;
  192. right: 10px;
  193. }
  194. .sec-menu-list .nav-link .expand i {
  195. font-size: 11px;
  196. color: #D3D3D3;
  197. -webkit-transition: all .5s;
  198. transition: all .5s;
  199. }
  200. .sec-menu-list .nav-link.text-main {
  201. color: #EE7800;
  202. }
  203. .sec-menu-list .sub-link .expand {
  204. position: absolute;
  205. right: 20px;
  206. top: 8px;
  207. width: 1.5rem;
  208. text-align: center;
  209. }
  210. .sec-menu-list .sub-menu {
  211. display: none;
  212. }
  213. .sec-menu-list .sub-menu.show {
  214. display: block;
  215. }
  216. .sec-menu-list hr {
  217. margin: 3px 0;
  218. background-color: #bbbbbb;
  219. }
  220. .sec-menu-follows {
  221. padding: 2rem 2.5rem;
  222. background-color: #e6e6e6ef;
  223. margin-top: -9px;
  224. }
  225. .sec-menu-follows-title {
  226. color: #797979;
  227. font-size: 14px;
  228. }
  229. .sec-menu-links {
  230. margin-bottom: 2.5rem;
  231. }
  232. .sec-menu-links a {
  233. color: #797979;
  234. text-decoration: none;
  235. display: inline-block;
  236. padding: 1px 0;
  237. border-bottom: 1px solid #acacac;
  238. margin: 0 .6rem;
  239. -ms-flex-wrap: nowrap;
  240. flex-wrap: nowrap;
  241. }
  242. @media screen and (max-width: 385px) {
  243. .sec-menu-links a {
  244. margin: 0 .4rem;
  245. }
  246. }
  247. .sec-menu .follows-fp {
  248. color: #797979;
  249. text-decoration: none;
  250. font-weight: 400;
  251. display: block;
  252. padding-left: .5rem;
  253. }
  254. .sec-menu .follows-fp:nth-of-type(1) {
  255. margin-bottom: .6rem;
  256. }
  257. .sec-menu .copyright {
  258. color: #797979;
  259. font-size: 13px;
  260. }
  261. @-webkit-keyframes slidein {
  262. 100% {
  263. left: 0;
  264. }
  265. }
  266. @keyframes slidein {
  267. 100% {
  268. left: 0;
  269. }
  270. }
  271. @-webkit-keyframes slideout {
  272. 100% {
  273. left: -100%;
  274. }
  275. }
  276. @keyframes slideout {
  277. 100% {
  278. left: -100%;
  279. }
  280. }
  281. .sec-search {
  282. display: none;
  283. z-index: 107;
  284. position: absolute;
  285. top: 0;
  286. left: 0;
  287. right: 0;
  288. font-size: 14px;
  289. }
  290. .sec-search-block {
  291. padding-top: 61px;
  292. margin: 0;
  293. position: fixed;
  294. top: 0;
  295. left: 0;
  296. right: 0;
  297. width: 100;
  298. height: 100%;
  299. overflow-y: scroll;
  300. background-color: rgba(0, 0, 0, 0.774);
  301. }
  302. .sec-search-list {
  303. background-color: #F3F3F3;
  304. padding: 1rem;
  305. padding-bottom: 1.4rem;
  306. }
  307. .sec-search-list hr {
  308. background-color: #aaaaaa;
  309. }
  310. .sec-search-form {
  311. width: 100%;
  312. }
  313. .sec-search .searchBar {
  314. font-size: 17px;
  315. padding: .5rem .3rem;
  316. display: inline-block;
  317. width: 88%;
  318. outline: none;
  319. border: 2px solid #EE7800;
  320. border-radius: 5px;
  321. }
  322. .sec-search .searchBtn {
  323. outline: none;
  324. border: none;
  325. background-color: transparent;
  326. display: inline-block;
  327. width: 10%;
  328. }
  329. .sec-search-hots {
  330. padding: 1rem;
  331. background-color: white;
  332. -webkit-box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
  333. box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
  334. }
  335. .sec-search-hots__title {
  336. color: #AAAAAA;
  337. font-size: 18px;
  338. font-weight: 400;
  339. padding-top: .5rem;
  340. }
  341. .sec-search-hots__link {
  342. display: inline-block;
  343. text-decoration: none;
  344. color: #797979;
  345. border: 1px solid #797979;
  346. border-radius: 3rem;
  347. padding: .3rem .5rem;
  348. margin-right: .8rem;
  349. margin-bottom: .8rem;
  350. }
  351. .sec-search-hots__link:hover {
  352. color: #797979;
  353. }
  354. .sec-login {
  355. display: none;
  356. z-index: 109;
  357. position: absolute;
  358. top: 0;
  359. left: 0;
  360. right: 0;
  361. font-size: 14px;
  362. }
  363. .sec-login-block {
  364. padding-top: 61px;
  365. margin: 0;
  366. position: fixed;
  367. top: 0;
  368. left: 0;
  369. right: 0;
  370. width: 100;
  371. height: 100%;
  372. overflow-y: hidden;
  373. background-color: #F3F3F3;
  374. }
  375. .sec-login-list {
  376. background-color: #F3F3F3;
  377. padding: 1rem;
  378. padding-bottom: 1.4rem;
  379. }
  380. .sec-login-list hr {
  381. background-color: #aaaaaa;
  382. }
  383. .sec-login-btns {
  384. padding: 1rem;
  385. background-color: white;
  386. -webkit-box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
  387. box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
  388. }
  389. .text-main {
  390. color: #EE7800;
  391. }
  392. .text-phone {
  393. color: #EA068C;
  394. text-decoration: none;
  395. }
  396. .bg-white {
  397. background-color: #fff;
  398. }
  399. .mb__hero {
  400. margin-top: calc(52px);
  401. }
  402. .mb__hero__bgImg {
  403. height: 240px;
  404. background-repeat: no-repeat;
  405. background-size: cover;
  406. background-position: center center;
  407. }
  408. .mb__content {
  409. background-color: rgba(244, 244, 244, 0.8);
  410. }
  411. .other {
  412. display: none;
  413. }
  414. .mb__infoCard {
  415. color: #727679;
  416. text-align: center;
  417. padding: 1rem;
  418. background-color: rgba(244, 244, 244, 0.8);
  419. margin: 3rem 0 0;
  420. }
  421. .mb__infoCard__name, .mb__infoCard__span {
  422. font-size: 1.25rem;
  423. color: #43484C;
  424. font-weight: bold;
  425. }
  426. .mb__infoCard__span {
  427. font-size: 1rem;
  428. }
  429. .mb__infoCard__cmy {
  430. font-size: 1.125rem;
  431. font-weight: 400;
  432. }
  433. .mb__infoCard__avatar {
  434. width: 188px;
  435. height: 188px;
  436. position: absolute;
  437. top: -120px;
  438. border: 3px solid #FFF;
  439. border-radius: 50%;
  440. background-size: cover;
  441. background-repeat: no-repeat;
  442. left: 50%;
  443. -webkit-transform: translateX(-50%);
  444. transform: translateX(-50%);
  445. }
  446. .mb__infoCard__seo {
  447. font-size: 1.12rem;
  448. text-align: center;
  449. padding: 1rem;
  450. display: block;
  451. line-height: 1.2;
  452. font-weight: 400;
  453. }
  454. .mb__infoCard__approve {
  455. color: #FF0000;
  456. }
  457. .mb__infoCard__more {
  458. color: #FFAC73;
  459. text-align: center;
  460. cursor: pointer;
  461. }
  462. .mb__infoCard__detail aside {
  463. line-height: 2;
  464. font-size: 1rem;
  465. }
  466. .mb__infoCard__detail__l {
  467. -ms-flex-preferred-size: 30%;
  468. flex-basis: 30%;
  469. display: -webkit-box;
  470. display: -ms-flexbox;
  471. display: flex;
  472. -webkit-box-pack: end;
  473. -ms-flex-pack: end;
  474. justify-content: flex-end;
  475. -webkit-box-flex: 0;
  476. -ms-flex-positive: 0;
  477. flex-grow: 0;
  478. max-width: 30%;
  479. }
  480. .mb__infoCard__detail__l.title {
  481. color: #AAAAAA;
  482. font-size: 1.125rem;
  483. font-weight: bold;
  484. -webkit-transform: translateX(-15px);
  485. transform: translateX(-15px);
  486. }
  487. .mb__infoCard__detail__r {
  488. -ms-flex-preferred-size: 70%;
  489. flex-basis: 70%;
  490. text-align: start;
  491. -webkit-box-flex: 0;
  492. -ms-flex-positive: 0;
  493. flex-grow: 0;
  494. max-width: 70%;
  495. word-break: break-all;
  496. }
  497. .mb__infoCard .scMedia {
  498. display: -webkit-box;
  499. display: -ms-flexbox;
  500. display: flex;
  501. padding: 1rem 0;
  502. width: 100%;
  503. margin-left: auto;
  504. margin-right: auto;
  505. -ms-flex-pack: distribute;
  506. justify-content: space-around;
  507. }
  508. .mb__infoCard .scMedia a {
  509. width: 16%;
  510. }
  511. .mb__infoCard .scMedia a img {
  512. width: 100%;
  513. }
  514. .infoContent a {
  515. color: #727679;
  516. text-decoration: none;
  517. font-size: .9rem;
  518. }
  519. .infoContent a.active {
  520. color: #EE7800;
  521. }
  522. .infoContent__navBlock.tab_sticky {
  523. position: fixed;
  524. top: 60px;
  525. width: 100%;
  526. z-index: 12;
  527. }
  528. .infoContent .nav-item {
  529. margin: 0;
  530. width: 25%;
  531. text-align: center;
  532. }
  533. .infoContent .nav-item-link {
  534. display: block;
  535. padding: 1rem 0.5rem;
  536. text-decoration: none;
  537. background-color: transparent;
  538. font-size: .9rem;
  539. color: #727679;
  540. text-align: center;
  541. font-size: 1.12rem;
  542. }
  543. .infoContent .nav-item-link.active {
  544. color: #EE7800;
  545. border-bottom: 2px solid #EE7800;
  546. }
  547. .infoContent .likeSee__divider {
  548. height: 12px;
  549. display: inline-block;
  550. border: 0.5px solid #9d9d9d;
  551. }
  552. .infoContent .tab-content {
  553. padding: 0 1rem;
  554. }
  555. .infoContent .tab-content .row > div {
  556. padding-left: 5px;
  557. padding-right: 5px;
  558. }
  559. .infoContent .card {
  560. -webkit-box-shadow: 0 1px 10px #eee;
  561. box-shadow: 0 1px 10px #eee;
  562. margin: 0 0 1.5rem;
  563. border: none;
  564. }
  565. .infoContent .card__bgImg {
  566. height: 145px;
  567. background-repeat: no-repeat;
  568. background-size: cover;
  569. background-position: center;
  570. position: relative;
  571. display: -webkit-box;
  572. display: -ms-flexbox;
  573. display: flex;
  574. -ms-flex-pack: center;
  575. justify-content: center;
  576. -webkit-box-align: center;
  577. -ms-flex-align: center;
  578. align-items: center;
  579. -webkit-box-pack: center;
  580. }
  581. .infoContent .card-body {
  582. padding: 0.5rem 1rem;
  583. }
  584. .infoContent .card__title {
  585. font-size: 1.125rem;
  586. -webkit-box-orient: vertical;
  587. box-orient: vertical;
  588. -webkit-line-clamp: 2;
  589. height: calc(18px * 2 * 1.5);
  590. overflow: hidden;
  591. text-overflow: ellipsis;
  592. display: -webkit-box;
  593. font-weight: bold;
  594. margin: 0.5rem 0;
  595. color: #727679;
  596. }
  597. .infoContent .card__tag {
  598. margin: 0 0.2rem 0 0;
  599. }
  600. .infoContent .company__block {
  601. margin: 0 0 2rem;
  602. }
  603. .infoContent .company__title {
  604. color: #AAAAAA;
  605. font-size: 1.125rem;
  606. font-weight: bold;
  607. }
  608. .infoContent .company__text {
  609. color: #43484C;
  610. }
  611. .infoContent__navBlock {
  612. padding-top: 0rem;
  613. }
  614. .infoContent__navBlock.tab_sticky + .tab-content {
  615. padding-top: 60.8px;
  616. }
  617. .freeCall {
  618. position: fixed;
  619. bottom: 78px;
  620. z-index: 11;
  621. width: 100%;
  622. text-align: center;
  623. background: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 244, 244, 0.9)), to(rgba(244, 244, 244, 0.9)));
  624. background: linear-gradient(180deg, rgba(244, 244, 244, 0.9) 0%, rgba(244, 244, 244, 0.9) 100%);
  625. }
  626. .freeCall__btn {
  627. color: #fff;
  628. background-color: #EE7800;
  629. border-color: #EE7800;
  630. }
  631. .fixed-btn {
  632. position: fixed;
  633. right: 15px;
  634. bottom: 5.5rem;
  635. z-index: 15;
  636. }
  637. @media (min-width: 480px) {
  638. .fixed-btn {
  639. bottom: 5rem;
  640. }
  641. }
  642. .fixed-btn .btn-gotop {
  643. padding: 1rem .65rem;
  644. background-color: rgba(255, 255, 255, 0.897);
  645. display: -webkit-box;
  646. display: -ms-flexbox;
  647. display: flex;
  648. -webkit-box-align: center;
  649. -ms-flex-align: center;
  650. align-items: center;
  651. box-shadow: 1px 1px 1px -3px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  652. -webkit-box-shadow: 1px 1px 1px -3px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  653. -moz-box-shadow: 1px 1px 1px -3px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  654. }
  655. /*# sourceMappingURL=list-style-mb.css.map */