list-style-mb.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849
  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 a {
  467. color: #727679;
  468. }
  469. .mb__infoCard__detail__l {
  470. -ms-flex-preferred-size: 30%;
  471. flex-basis: 30%;
  472. display: -webkit-box;
  473. display: -ms-flexbox;
  474. display: flex;
  475. -webkit-box-pack: end;
  476. -ms-flex-pack: end;
  477. justify-content: flex-end;
  478. -webkit-box-flex: 0;
  479. -ms-flex-positive: 0;
  480. flex-grow: 0;
  481. max-width: 30%;
  482. }
  483. .mb__infoCard__detail__l.title {
  484. color: #AAAAAA;
  485. font-size: 1.125rem;
  486. font-weight: bold;
  487. -webkit-transform: translateX(-15px);
  488. transform: translateX(-15px);
  489. }
  490. .mb__infoCard__detail__r {
  491. -ms-flex-preferred-size: 70%;
  492. flex-basis: 70%;
  493. text-align: start;
  494. -webkit-box-flex: 0;
  495. -ms-flex-positive: 0;
  496. flex-grow: 0;
  497. max-width: 70%;
  498. word-break: break-all;
  499. }
  500. .mb__infoCard .scMedia {
  501. display: -webkit-box;
  502. display: -ms-flexbox;
  503. display: flex;
  504. padding: 1rem 0;
  505. width: 100%;
  506. margin-left: auto;
  507. margin-right: auto;
  508. -ms-flex-pack: distribute;
  509. justify-content: space-around;
  510. }
  511. .mb__infoCard .scMedia a {
  512. width: 16%;
  513. }
  514. .mb__infoCard .scMedia a img {
  515. width: 100%;
  516. }
  517. .infoContent a {
  518. color: #727679;
  519. text-decoration: none;
  520. font-size: .9rem;
  521. }
  522. .infoContent a.active {
  523. color: #EE7800;
  524. }
  525. .infoContent__navBlock.tab_sticky {
  526. position: fixed;
  527. top: 60px;
  528. width: 100%;
  529. z-index: 12;
  530. }
  531. .infoContent .nav-item {
  532. margin: 0;
  533. width: 25%;
  534. text-align: center;
  535. max-width: 25%;
  536. }
  537. .infoContent .nav-item-link {
  538. display: block;
  539. padding: 1rem 0.5rem;
  540. text-decoration: none;
  541. background-color: transparent;
  542. font-size: .9rem;
  543. color: #727679;
  544. text-align: center;
  545. font-size: 1.12rem;
  546. }
  547. .infoContent .nav-item-link.active {
  548. color: #EE7800;
  549. border-bottom: 2px solid #EE7800;
  550. }
  551. .infoContent .likeSee {
  552. font-size: 1.05rem;
  553. }
  554. .infoContent .likeSee span {
  555. color: #727679;
  556. font-size: .9rem;
  557. }
  558. .infoContent .likeSee__divider {
  559. height: 12px;
  560. display: inline-block;
  561. border: 0.5px solid #9d9d9d;
  562. }
  563. .infoContent .tab-content {
  564. padding: 0 1rem;
  565. }
  566. .infoContent .tab-content .row > div {
  567. padding-left: 5px;
  568. padding-right: 5px;
  569. }
  570. .infoContent .card {
  571. -webkit-box-shadow: 0 1px 10px #eee;
  572. box-shadow: 0 1px 10px #eee;
  573. margin: 0 0 1.5rem;
  574. border: none;
  575. }
  576. .infoContent .card__bgImg {
  577. height: 145px;
  578. background-repeat: no-repeat;
  579. background-size: cover;
  580. background-position: center;
  581. position: relative;
  582. display: -webkit-box;
  583. display: -ms-flexbox;
  584. display: flex;
  585. -ms-flex-pack: center;
  586. justify-content: center;
  587. -webkit-box-align: center;
  588. -ms-flex-align: center;
  589. align-items: center;
  590. -webkit-box-pack: center;
  591. }
  592. .infoContent .card-body {
  593. padding: 0.5rem 1rem;
  594. }
  595. .infoContent .card__title {
  596. font-size: 1.125rem;
  597. -webkit-box-orient: vertical;
  598. box-orient: vertical;
  599. -webkit-line-clamp: 2;
  600. height: calc(18px * 2 * 1.5);
  601. overflow: hidden;
  602. text-overflow: ellipsis;
  603. display: -webkit-box;
  604. font-weight: bold;
  605. margin: 0.5rem 0;
  606. color: #727679;
  607. }
  608. .infoContent .card__tag {
  609. margin: 0 0.2rem 0 0;
  610. }
  611. .infoContent .company__block {
  612. margin: 0 0 2rem;
  613. }
  614. .infoContent .company__block:nth-of-type(2) {
  615. margin-top: 2rem;
  616. }
  617. .infoContent .company__title {
  618. color: #AAAAAA;
  619. font-size: 1.12rem;
  620. font-weight: 400;
  621. }
  622. .infoContent .company__text {
  623. color: #43484C;
  624. }
  625. .infoContent__navBlock.tab_sticky + .row {
  626. padding-top: 65px;
  627. }
  628. .infoContent__navBlock {
  629. padding-top: 0rem;
  630. }
  631. .freeCall {
  632. position: fixed;
  633. bottom: 78px;
  634. z-index: 11;
  635. width: 100%;
  636. text-align: center;
  637. background: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 244, 244, 0.9)), to(rgba(244, 244, 244, 0.9)));
  638. background: linear-gradient(180deg, rgba(244, 244, 244, 0.9) 0%, rgba(244, 244, 244, 0.9) 100%);
  639. }
  640. .freeCall__btn {
  641. color: #fff;
  642. background-color: #EE7800;
  643. border-color: #EE7800;
  644. }
  645. .fixed-btn {
  646. position: fixed;
  647. right: 15px;
  648. bottom: 5.5rem;
  649. z-index: 15;
  650. }
  651. @media (min-width: 480px) {
  652. .fixed-btn {
  653. bottom: 5rem;
  654. }
  655. }
  656. .fixed-btn .btn-gotop {
  657. padding: 1rem .65rem;
  658. background-color: rgba(255, 255, 255, 0.897);
  659. display: -webkit-box;
  660. display: -ms-flexbox;
  661. display: flex;
  662. -webkit-box-align: center;
  663. -ms-flex-align: center;
  664. align-items: center;
  665. 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);
  666. -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);
  667. -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);
  668. }
  669. .like {
  670. display: none;
  671. }
  672. #pills-video .col-6, #pills-columns .col-6 {
  673. width: 100%;
  674. }
  675. #pills-video .card__bgImg, #pills-columns .card__bgImg {
  676. height: 215px;
  677. }
  678. .emodal-title {
  679. color: #EE7800;
  680. margin: 0 auto;
  681. font-size: 18px;
  682. }
  683. .emodal .form-control:focus {
  684. border-color: #ffb76f;
  685. -webkit-box-shadow: none;
  686. box-shadow: none;
  687. }
  688. .emodal .btn-plus {
  689. color: #aaa;
  690. border-color: #aaa;
  691. }
  692. .emodal .btn-send {
  693. background-color: #ee7800;
  694. color: white;
  695. width: 30%;
  696. border: none;
  697. padding: 0.875rem 1rem;
  698. border-radius: 2px;
  699. }
  700. .emodal .btn-dismiss {
  701. width: 30%;
  702. border: none;
  703. padding: 0.875rem 1rem;
  704. background-color: #d1d2d3;
  705. border-radius: 2px;
  706. color: #fff;
  707. }
  708. #putEmail_hidden {
  709. border: 1px solid;
  710. border-radius: 28px;
  711. color: #EE7800 !important;
  712. }
  713. #putEmail_hidden .fm-email-btn {
  714. padding: 2px 5px 2px 5px;
  715. }
  716. /*# sourceMappingURL=list-style-mb.css.map */