list-style.css 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218
  1. body {
  2. font-family: 'Helvetica Neue';
  3. }
  4. .sec-00 {
  5. background-color: #cacaca;
  6. -webkit-transition-property: height;
  7. transition-property: height;
  8. -webkit-transition-duration: 300ms;
  9. transition-duration: 300ms;
  10. }
  11. .sec-00__close {
  12. position: absolute;
  13. top: 0;
  14. right: 20px;
  15. width: 50px;
  16. height: 30px;
  17. background-color: rgba(255, 255, 255, 0.66);
  18. border-radius: 0 0 50px 50px;
  19. color: #888;
  20. border: none;
  21. outline: none;
  22. font-size: 11px;
  23. -webkit-box-shadow: 0 0 10px rgba(32, 32, 32, 0.25);
  24. box-shadow: 0 0 10px rgba(32, 32, 32, 0.25);
  25. line-height: 12px;
  26. z-index: 3;
  27. }
  28. .sec-00.bannerClose {
  29. height: 0;
  30. overflow: hidden;
  31. -webkit-transition-property: height;
  32. transition-property: height;
  33. -webkit-transition-duration: 300ms;
  34. transition-duration: 300ms;
  35. }
  36. .sec-00 .container-fluid {
  37. background-color: #cacaca;
  38. }
  39. .sec-00__slider {
  40. margin: 0 auto;
  41. width: 100%;
  42. height: 100%;
  43. max-width: 1310px;
  44. padding-top: 20px;
  45. padding-bottom: 24px;
  46. }
  47. @media (max-width: 1850px) {
  48. .sec-00__slider {
  49. max-width: 1310px;
  50. }
  51. }
  52. @media (max-width: 1550px) {
  53. .sec-00__slider {
  54. max-width: 1310px;
  55. }
  56. }
  57. @media screen and (max-width: 576px) {
  58. .sec-00__slider {
  59. max-width: 100%;
  60. height: auto;
  61. }
  62. }
  63. .sec-00__slider .slide-item {
  64. width: 100%;
  65. height: 100%;
  66. max-width: 1310px;
  67. max-height: 300px;
  68. -o-object-fit: contain;
  69. object-fit: contain;
  70. height: 300px;
  71. cursor: pointer;
  72. }
  73. @media screen and (max-width: 576px) {
  74. .sec-00__slider .slide-item {
  75. max-width: 100%;
  76. height: auto;
  77. }
  78. }
  79. @media screen and (max-width: 576px) {
  80. .sec-00 .slick-next {
  81. right: 25px;
  82. }
  83. }
  84. .sec-00 .slick-prev {
  85. z-index: 100;
  86. }
  87. @media screen and (max-width: 576px) {
  88. .sec-00 .slick-prev {
  89. left: 25px;
  90. }
  91. }
  92. .sec-00 .slick-prev:before, .sec-00 .slick-next:before {
  93. display: none;
  94. }
  95. .sec-00__bulletList {
  96. position: absolute;
  97. bottom: 21px;
  98. left: calc(50% - 655px);
  99. width: 1310px;
  100. -webkit-box-sizing: border-box;
  101. box-sizing: border-box;
  102. display: -webkit-box;
  103. display: -ms-flexbox;
  104. display: flex;
  105. z-index: 10;
  106. background-color: rgba(0, 0, 0, 0.1);
  107. }
  108. @media screen and (max-width: 576px) {
  109. .sec-00__bulletList {
  110. width: 100%;
  111. left: 0px;
  112. }
  113. }
  114. .sec-00__bullet {
  115. position: relative;
  116. width: 100%;
  117. height: 3px;
  118. background-color: rgba(0, 0, 0, 0.1);
  119. -webkit-box-flex: 1;
  120. -ms-flex: 1 1 auto;
  121. flex: 1 1 auto;
  122. opacity: 1;
  123. }
  124. .sec-00__bullet::after {
  125. content: "";
  126. background: #ee7800;
  127. position: absolute;
  128. width: 0;
  129. height: 100%;
  130. left: 0;
  131. top: 0;
  132. border-radius: 2px;
  133. }
  134. .sec-00 .bullet-active::after {
  135. width: 0;
  136. -webkit-animation-name: progress;
  137. animation-name: progress;
  138. -webkit-animation-duration: 4s;
  139. animation-duration: 4s;
  140. -webkit-animation-timing-function: linear;
  141. animation-timing-function: linear;
  142. }
  143. @keyframes progress {
  144. 0% {
  145. width: 0%;
  146. }
  147. 25% {
  148. width: 25%;
  149. }
  150. 50% {
  151. width: 50%;
  152. }
  153. 75% {
  154. width: 75%;
  155. }
  156. 100% {
  157. width: 100%;
  158. }
  159. }
  160. @-webkit-keyframes progress {
  161. 0% {
  162. width: 0%;
  163. }
  164. 25% {
  165. width: 25%;
  166. }
  167. 50% {
  168. width: 50%;
  169. }
  170. 75% {
  171. width: 75%;
  172. }
  173. 100% {
  174. width: 100%;
  175. }
  176. }
  177. @-webkit-keyframes slidein {
  178. 100% {
  179. height: 0px;
  180. }
  181. }
  182. @keyframes slidein {
  183. 100% {
  184. height: 0px;
  185. }
  186. }
  187. .navbar {
  188. 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);
  189. -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);
  190. -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);
  191. padding-top: 5px;
  192. padding-bottom: 5px;
  193. background-color: white !important;
  194. z-index: 99;
  195. }
  196. .navbar .container-fluid {
  197. padding: 0 2.5rem;
  198. }
  199. @media (max-width: 1100px) {
  200. .navbar .container-fluid {
  201. padding: 0 .6rem;
  202. }
  203. }
  204. .navbar-toggler {
  205. padding-left: 0;
  206. border-color: transparent !important;
  207. }
  208. .navbar-toggler:focus {
  209. -webkit-box-shadow: none;
  210. box-shadow: none;
  211. }
  212. .navbar-toggler-icon {
  213. display: -webkit-box;
  214. display: -ms-flexbox;
  215. display: flex;
  216. justify-items: center;
  217. }
  218. .navbar-toggler-icon i {
  219. font-size: 25px;
  220. line-height: 30px;
  221. display: inline-block;
  222. }
  223. .navbar-search, .navbar-login {
  224. padding-right: 2px;
  225. }
  226. .navbar-login {
  227. cursor: pointer;
  228. }
  229. .navbar-search-magnify {
  230. cursor: pointer;
  231. }
  232. .navbar-brand {
  233. font-size: 1.5rem;
  234. }
  235. .navbar-brand.navbar-logo {
  236. display: -webkit-box;
  237. display: -ms-flexbox;
  238. display: flex;
  239. -webkit-box-align: center;
  240. -ms-flex-align: center;
  241. align-items: center;
  242. }
  243. .navbar-brand .navbar-login {
  244. font-size: 1rem;
  245. color: #EE7800;
  246. text-decoration: none;
  247. }
  248. .navbar .nav-link {
  249. cursor: pointer;
  250. }
  251. @media (max-width: 1100px) {
  252. .navbar .nav-link {
  253. padding: .5rem .5rem;
  254. font-size: .9rem;
  255. }
  256. }
  257. .navbar .navbar-nav .nav-item {
  258. margin: 0 .5rem;
  259. }
  260. @media (max-width: 1100px) {
  261. .navbar .navbar-nav .nav-item {
  262. margin: 0 0rem;
  263. }
  264. }
  265. .navbar .navbar-nav .nav-item .dropbox {
  266. visibility: hidden;
  267. opacity: 0;
  268. -webkit-transition: all .4s;
  269. transition: all .4s;
  270. position: absolute;
  271. width: 100vw;
  272. top: 100%;
  273. left: 0;
  274. background-color: rgba(255, 255, 255, 0.932);
  275. padding-top: 1.5rem;
  276. padding-bottom: 3rem;
  277. z-index: 1012;
  278. }
  279. .navbar .navbar-nav .nav-item .dropbox ul {
  280. padding-left: 0;
  281. }
  282. .navbar .navbar-nav .nav-item .dropbox-item {
  283. margin-bottom: .5rem;
  284. }
  285. .navbar .navbar-nav .nav-item .dropbox-item.first {
  286. font-size: 1.1rem;
  287. font-weight: 600;
  288. }
  289. .navbar .navbar-nav .nav-item .dropbox-item.first .dropbox-link {
  290. color: black;
  291. }
  292. .navbar .navbar-nav .nav-item .dropbox-link {
  293. text-decoration: none;
  294. color: #929292;
  295. font-size: .85rem;
  296. }
  297. .navbar .navbar-nav .nav-item .dropbox-link:hover {
  298. color: #EE7800;
  299. }
  300. .navbar .navbar-nav .nav-item .dropbox-link.dropbox-btn {
  301. border: 1px solid #929292;
  302. padding: .5rem 2rem;
  303. border-radius: 5px;
  304. width: 85%;
  305. min-width: 7rem;
  306. max-width: 11rem;
  307. }
  308. .navbar .navbar-nav .nav-item .dropbox-btn {
  309. display: -webkit-box;
  310. display: -ms-flexbox;
  311. display: flex;
  312. -webkit-box-align: center;
  313. -ms-flex-align: center;
  314. align-items: center;
  315. -webkit-box-pack: center;
  316. -ms-flex-pack: center;
  317. justify-content: center;
  318. }
  319. .navbar .navbar-nav .nav-item .dropbox .container {
  320. max-width: 900px;
  321. width: 70%;
  322. }
  323. .navbar .navbar-nav .nav-item .dropbox .container.stylebox {
  324. -webkit-transform: translateX(-30%);
  325. transform: translateX(-30%);
  326. }
  327. .navbar .navbar-nav .nav-item .dropbox .container.designerbox {
  328. -webkit-transform: translateX(-5%);
  329. transform: translateX(-5%);
  330. }
  331. .navbar .navbar-nav .nav-item .dropbox .container.newbox {
  332. -webkit-transform: translateX(15%);
  333. transform: translateX(15%);
  334. }
  335. .navbar .navbar-nav .nav-item .dropbox .container.forumbox {
  336. -webkit-transform: translateX(50%);
  337. transform: translateX(50%);
  338. }
  339. .navbar .navbar-nav .nav-item .nav-link {
  340. position: relative;
  341. }
  342. .navbar .navbar-nav .nav-item .nav-link:after {
  343. position: absolute;
  344. content: " ";
  345. width: 100%;
  346. height: 90%;
  347. top: 0;
  348. right: 0;
  349. border-bottom: 2px solid #EE7800;
  350. opacity: 0;
  351. -webkit-transform: opacity 1s;
  352. transform: opacity 1s;
  353. }
  354. .navbar .navbar-nav .nav-item:hover .nav-link:after {
  355. opacity: 1;
  356. }
  357. .navbar .navbar-nav .nav-item:hover > .dropbox {
  358. visibility: visible;
  359. opacity: 1;
  360. }
  361. .navbar .navbar-nav .nav-item.lg .container {
  362. max-width: 1200px;
  363. width: 90%;
  364. }
  365. .navbar .navbar-nav .nav-item.lg .dropbox-link {
  366. text-decoration: none;
  367. color: #929292;
  368. font-size: .7rem;
  369. }
  370. .navbar .navbar-nav .nav-item.lg .dropbox-link:hover {
  371. color: #EE7800;
  372. }
  373. .navbar .navbar-nav .nav-item.lg .dropbox-item {
  374. margin-bottom: .1rem;
  375. }
  376. .navbar .navbar-nav .nav-item.lg .dropbox-item.first .dropbox-link {
  377. font-size: .85rem;
  378. }
  379. .navbar-search .container {
  380. max-width: 900px;
  381. width: 70%;
  382. }
  383. @media (max-width: 1100px) {
  384. .navbar-search .container {
  385. width: 90%;
  386. }
  387. }
  388. .navbar-search .dropbox {
  389. visibility: hidden;
  390. opacity: 0;
  391. -webkit-transition: all .2s;
  392. transition: all .2s;
  393. position: absolute;
  394. width: 100vw;
  395. top: 100%;
  396. left: 0;
  397. background-color: rgba(255, 255, 255, 0.932);
  398. padding-top: 1.5rem;
  399. padding-bottom: 3rem;
  400. }
  401. .navbar-search .dropbox.open {
  402. visibility: visible;
  403. opacity: 1;
  404. }
  405. .navbar-search .dropbox__searchtab {
  406. width: 100%;
  407. background-color: gray;
  408. border-radius: 3px;
  409. padding: .2rem 1rem;
  410. padding-bottom: 1rem;
  411. }
  412. .navbar-search .dropbox__hots__title {
  413. font-size: 1rem;
  414. color: #6b6b6b;
  415. }
  416. .navbar-search .dropbox__hots__link {
  417. font-size: .9rem;
  418. color: #929292;
  419. text-decoration: none;
  420. cursor: pointer;
  421. margin: 0 .2rem;
  422. }
  423. .navbar-search .dropbox__searchBar__input {
  424. width: 100%;
  425. outline: none;
  426. border: 2px solid #EE7800;
  427. border-radius: 5rem;
  428. padding: .3rem 1.2rem;
  429. font-size: .9rem;
  430. }
  431. .navbar-search .dropbox__searchBar__submit {
  432. outline: none;
  433. border: none;
  434. font-size: .9rem;
  435. background-color: transparent;
  436. color: #EE7800;
  437. margin-left: -1rem;
  438. -webkit-transform: translateX(-100%);
  439. transform: translateX(-100%);
  440. padding: 0 .6rem;
  441. }
  442. .navbar-search .dropbox__tab .nav-item {
  443. margin: 0 .6rem;
  444. }
  445. .navbar-search .dropbox .nav-item-link {
  446. border: none;
  447. outline: none;
  448. font-size: 1rem;
  449. color: white;
  450. padding: 3px;
  451. position: relative;
  452. }
  453. .navbar-search .dropbox .nav-item-link::after {
  454. position: absolute;
  455. content: "";
  456. top: 0;
  457. left: 0;
  458. width: 100%;
  459. height: 100%;
  460. border-bottom: 3px solid #EE7800;
  461. opacity: 0;
  462. }
  463. .navbar-search .dropbox .nav-item-link.active::after {
  464. opacity: 1;
  465. }
  466. .navbar-search .dropbox-tab-content .tabpar {
  467. display: -webkit-box;
  468. display: -ms-flexbox;
  469. display: flex;
  470. padding-top: .5rem;
  471. }
  472. .navbar-search .dropbox-tab-content .tabpar .col {
  473. margin: 0 .6rem;
  474. }
  475. .navbar-search .dropbox-tab-content .tabpar .select {
  476. font-size: 1rem;
  477. padding: .6rem;
  478. border-radius: 3px;
  479. color: #747474;
  480. }
  481. .navbar-search .dropbox-tab-content .tabpar button {
  482. border: none;
  483. outline: none;
  484. background-color: #EE7800;
  485. border-radius: 3px;
  486. color: white;
  487. font-size: 1rem;
  488. padding: .6rem;
  489. }
  490. .navbar-search .dropbox-tab-content .tabpar .image-search {
  491. border: none;
  492. outline: none;
  493. background-color: #EE7800;
  494. border-radius: 3px;
  495. color: white;
  496. font-size: 1rem;
  497. }
  498. .navbar-search .dropbox-tab-content .tabpar .article-btn {
  499. border: none;
  500. outline: none;
  501. background-color: #EE7800;
  502. border-radius: 3px;
  503. color: white;
  504. font-size: 1rem;
  505. padding: .6rem;
  506. }
  507. .navbar-search .dropbox-tab-content .tabpar .home-btn {
  508. border: none;
  509. outline: none;
  510. background-color: #EE7800;
  511. border-radius: 3px;
  512. color: white;
  513. font-size: 1rem;
  514. padding: .6rem;
  515. }
  516. .navbar-search .dropbox__tab .nav-item-link.active .nav-item-link::after {
  517. opacity: 1;
  518. }
  519. .navbar-main.sticky {
  520. position: fixed;
  521. top: 0;
  522. width: 100%;
  523. }
  524. .navbar-main.sticky + .sec-02 {
  525. padding-top: 53.5px;
  526. }
  527. .sec-02__slider {
  528. width: 100%;
  529. height: 100%;
  530. }
  531. .sec-02__slider .slide-item {
  532. width: 100%;
  533. height: 74vh;
  534. background-position: center center;
  535. background-size: cover;
  536. background-repeat: no-repeat;
  537. cursor: pointer;
  538. }
  539. .sec-02 .slick-prev:before, .sec-02 .slick-next:before {
  540. display: none;
  541. }
  542. .sec-02 .slick-prev {
  543. left: 15px;
  544. z-index: 3;
  545. }
  546. .sec-02 .slick-next {
  547. right: 15px;
  548. }
  549. a {
  550. text-decoration: none;
  551. }
  552. .text-hhh {
  553. color: #EE7800;
  554. }
  555. .content {
  556. background-color: #FCFCFC;
  557. padding: 1rem 30px 0.5rem;
  558. }
  559. .content .infoCard {
  560. color: #727679;
  561. text-align: center;
  562. padding: 1rem;
  563. background-color: rgba(244, 244, 244, 0.8);
  564. -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  565. box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  566. -webkit-transform: translateY(-150px);
  567. transform: translateY(-150px);
  568. }
  569. .content .infoCard__seo {
  570. font-size: .9rem;
  571. text-align: center;
  572. padding: 1rem;
  573. display: block;
  574. line-height: 1.2;
  575. }
  576. .content .infoCard__approve {
  577. color: #FF0000;
  578. }
  579. .content .infoCard__avatar {
  580. width: 200px;
  581. height: 200px;
  582. border: 3px solid #FFF;
  583. border-radius: 50%;
  584. background-size: cover;
  585. background-repeat: no-repeat;
  586. }
  587. .content .infoCard__detail aside {
  588. line-height: 2;
  589. font-size: .9rem;
  590. }
  591. .content .infoCard__detail__l {
  592. -ms-flex-preferred-size: 30%;
  593. flex-basis: 30%;
  594. display: -webkit-box;
  595. display: -ms-flexbox;
  596. display: flex;
  597. -webkit-box-pack: end;
  598. -ms-flex-pack: end;
  599. justify-content: flex-end;
  600. -webkit-box-flex: 0;
  601. -ms-flex-positive: 0;
  602. flex-grow: 0;
  603. max-width: 30%;
  604. }
  605. .content .infoCard__detail__l.title {
  606. color: #AAAAAA;
  607. font-size: 1.125rem;
  608. font-weight: 400;
  609. -webkit-transform: translateX(-15px);
  610. transform: translateX(-15px);
  611. }
  612. .content .infoCard__detail__r {
  613. -ms-flex-preferred-size: 70%;
  614. flex-basis: 70%;
  615. text-align: start;
  616. -webkit-box-flex: 0;
  617. -ms-flex-positive: 0;
  618. flex-grow: 0;
  619. max-width: 70%;
  620. word-break: break-all;
  621. }
  622. .content .infoCard__detail__r a {
  623. color: #727679;
  624. }
  625. .content .infoCard__detail__r a:hover {
  626. color: #EE7800;
  627. }
  628. .content .infoCard .scMedia {
  629. display: -webkit-box;
  630. display: -ms-flexbox;
  631. display: flex;
  632. padding: 1rem 0;
  633. width: 100%;
  634. margin-left: auto;
  635. margin-right: auto;
  636. -ms-flex-pack: distribute;
  637. justify-content: space-around;
  638. }
  639. .content .infoCard .scMedia a {
  640. width: 16%;
  641. }
  642. .content .infoCard .scMedia a img {
  643. width: 100%;
  644. }
  645. .content .infoCard .scMedia span {
  646. width: 16%;
  647. cursor: pointer;
  648. }
  649. .content .infoCard .scMedia span img {
  650. width: 100%;
  651. }
  652. .infoContent a {
  653. color: #727679;
  654. text-decoration: none;
  655. font-size: .9rem;
  656. }
  657. .infoContent a.active {
  658. color: #EE7800;
  659. }
  660. .infoContent .nav-item {
  661. margin: 0 0.8rem;
  662. width: auto;
  663. }
  664. .infoContent .nav-item-link {
  665. display: block;
  666. padding: 0.5rem 2.5rem;
  667. text-decoration: none;
  668. background-color: transparent;
  669. font-size: .9rem;
  670. color: #727679;
  671. -webkit-transition: all .3s;
  672. transition: all .3s;
  673. }
  674. @media screen and (max-width: 1200px) {
  675. .infoContent .nav-item-link {
  676. padding: 0.5rem .8rem;
  677. }
  678. }
  679. .infoContent .nav-item-link:hover {
  680. color: #EE7800;
  681. }
  682. .infoContent .nav-item-link.active {
  683. color: #EE7800;
  684. border-bottom: 2px solid #EE7800;
  685. }
  686. .infoContent .likeSee {
  687. margin-top: .8rem;
  688. }
  689. @media screen and (max-width: 1200px) {
  690. .infoContent .likeSee {
  691. width: 12%;
  692. position: absolute;
  693. right: -1.5rem;
  694. bottom: -1.5rem;
  695. }
  696. }
  697. .infoContent .likeSee span {
  698. color: #727679;
  699. font-size: .9rem;
  700. cursor: pointer;
  701. }
  702. .infoContent .likeSee span:hover {
  703. color: #EE7800;
  704. }
  705. .infoContent .likeSee__divider {
  706. height: 12px;
  707. display: inline-block;
  708. border: 0.5px solid #9d9d9d;
  709. }
  710. .infoContent .card {
  711. -webkit-box-shadow: 0 1px 10px #eee;
  712. box-shadow: 0 1px 10px #eee;
  713. margin: 0 0 1.5rem;
  714. border: none;
  715. overflow: hidden;
  716. }
  717. .infoContent .card:hover .card__bgImg {
  718. -webkit-transform: scale(1.1);
  719. transform: scale(1.1);
  720. }
  721. .infoContent .card__bgImg {
  722. height: 293px;
  723. background-repeat: no-repeat;
  724. background-size: cover;
  725. background-position: center;
  726. position: relative;
  727. display: -webkit-box;
  728. display: -ms-flexbox;
  729. display: flex;
  730. -ms-flex-pack: center;
  731. justify-content: center;
  732. -webkit-box-align: center;
  733. -ms-flex-align: center;
  734. align-items: center;
  735. -webkit-box-pack: center;
  736. -webkit-transition: all .4s;
  737. transition: all .4s;
  738. }
  739. .infoContent .card-body {
  740. padding: 0.5rem 1rem;
  741. }
  742. .infoContent .card__title {
  743. font-size: 1.125rem;
  744. -webkit-box-orient: vertical;
  745. box-orient: vertical;
  746. -webkit-line-clamp: 2;
  747. height: calc(18px * 2 * 1.5);
  748. overflow: hidden;
  749. text-overflow: ellipsis;
  750. display: -webkit-box;
  751. font-weight: bold;
  752. margin: 0.5rem 0;
  753. color: #727679;
  754. }
  755. .infoContent .card__tag {
  756. margin: 0 0.2rem 0 0;
  757. }
  758. .infoContent .card__tag:hover {
  759. color: #EE7800;
  760. }
  761. .infoContent .company__block {
  762. margin: 0 0 2rem;
  763. }
  764. .infoContent .company__title {
  765. color: #AAAAAA;
  766. font-size: 2rem;
  767. font-weight: bold;
  768. }
  769. .infoContent .company__text {
  770. color: #43484C;
  771. }
  772. .nav-collapse-fixed {
  773. position: fixed;
  774. top: 52px;
  775. z-index: -1;
  776. width: 100%;
  777. opacity: 0;
  778. -webkit-transition: opacity .5s;
  779. transition: opacity .5s;
  780. }
  781. @media screen and (max-width: 1200px) {
  782. .nav-collapse-fixed {
  783. width: auto;
  784. }
  785. }
  786. .nav-collapse-fixed.sticky {
  787. display: block;
  788. opacity: 1;
  789. z-index: 20;
  790. }
  791. .nav-collapse-fixed .nav-collpase {
  792. padding: 1rem 0;
  793. background-color: #FCFCFC;
  794. -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  795. box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  796. }
  797. .navbar-main.sticky + .hero {
  798. padding-top: 53px;
  799. }
  800. .fixed-btn {
  801. position: fixed;
  802. right: 15px;
  803. bottom: 2rem;
  804. }
  805. .fixed-btn .btn-gotop, .fixed-btn .btn-login, .fixed-btn .btn-favor {
  806. cursor: pointer;
  807. padding: 1.2rem .8rem;
  808. background-color: rgba(255, 255, 255, 0.897);
  809. display: -webkit-box;
  810. display: -ms-flexbox;
  811. display: flex;
  812. -webkit-box-align: center;
  813. -ms-flex-align: center;
  814. align-items: center;
  815. 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);
  816. -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);
  817. -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);
  818. }
  819. .footer {
  820. background: #e9e9e9;
  821. padding: 2.5rem 0;
  822. }
  823. @media (max-width: 1100px) {
  824. .footer .container {
  825. width: 98%;
  826. max-width: 950px;
  827. }
  828. }
  829. .footer__block {
  830. padding: 1rem 3rem;
  831. border-left: 1px solid #8f8f8f;
  832. }
  833. @media (max-width: 1100px) {
  834. .footer__block {
  835. padding: 1rem 1rem;
  836. }
  837. }
  838. .footer__block-title {
  839. font-size: 1.3rem;
  840. margin-bottom: 1.5rem;
  841. }
  842. .footer__block-list {
  843. padding-left: 0;
  844. }
  845. .footer__block:nth-of-type(1) {
  846. border-left: none;
  847. }
  848. .footer__block:nth-of-type(2) {
  849. padding: 1rem 4rem;
  850. }
  851. @media (max-width: 1100px) {
  852. .footer__block:nth-of-type(2) {
  853. padding: 1rem 1rem;
  854. }
  855. }
  856. .footer__block-socials {
  857. padding-left: 0;
  858. display: -webkit-box;
  859. display: -ms-flexbox;
  860. display: flex;
  861. -webkit-box-align: center;
  862. -ms-flex-align: center;
  863. align-items: center;
  864. -webkit-box-pack: justify;
  865. -ms-flex-pack: justify;
  866. justify-content: space-between;
  867. }
  868. @media (max-width: 1100px) {
  869. .footer__block-socials img {
  870. width: 30px;
  871. }
  872. }
  873. .footer__block .follows-fp {
  874. text-decoration: none;
  875. color: #696969;
  876. font-size: .9rem;
  877. display: -webkit-box;
  878. display: -ms-flexbox;
  879. display: flex;
  880. -webkit-box-align: center;
  881. -ms-flex-align: center;
  882. align-items: center;
  883. }
  884. @media (max-width: 1100px) {
  885. .footer__block .follows-fp {
  886. font-size: .8rem;
  887. }
  888. }
  889. .footer__block-phone p {
  890. display: inline;
  891. }
  892. @media (max-width: 900px) {
  893. .footer__block-phone p {
  894. display: block;
  895. }
  896. }
  897. .footer__block-phone p, .footer__block-phone span {
  898. font-size: .9rem;
  899. }
  900. .footer__block-phone .text-phone {
  901. color: #EE7800;
  902. text-decoration: none;
  903. }
  904. .footer__block-links {
  905. display: -webkit-box;
  906. display: -ms-flexbox;
  907. display: flex;
  908. -webkit-box-align: center;
  909. -ms-flex-align: center;
  910. align-items: center;
  911. margin-top: 1rem;
  912. -webkit-box-pack: center;
  913. -ms-flex-pack: center;
  914. justify-content: center;
  915. }
  916. .footer__block-links-grp {
  917. padding: .3rem;
  918. border-left: 1px solid #b9b9b9;
  919. }
  920. .footer__block-links-grp:nth-of-type(1) {
  921. border-left: none;
  922. }
  923. .footer__block-links-grp a {
  924. display: block;
  925. text-decoration: none;
  926. color: #696969;
  927. font-size: .9rem;
  928. margin-bottom: .4rem;
  929. }
  930. @media (max-width: 1100px) {
  931. .footer__block-links-grp a {
  932. font-size: .8rem;
  933. }
  934. }
  935. .footer__block-subscribe {
  936. width: 100%;
  937. margin-top: 1rem;
  938. }
  939. .footer__block-subscribe .subscribeBar {
  940. font-size: .8rem;
  941. width: 70%;
  942. margin-left: 7%;
  943. }
  944. @media (max-width: 900px) {
  945. .footer__block-subscribe .subscribeBar {
  946. width: 75%;
  947. margin-left: 3%;
  948. font-size: .7rem;
  949. }
  950. }
  951. .footer__block-subscribe .subscribeBtn {
  952. width: 20%;
  953. padding: .4rem .6rem;
  954. padding-bottom: 9px;
  955. border: none;
  956. outline: none;
  957. background-color: #292929;
  958. color: white;
  959. border-radius: 0 3px 3px 0;
  960. margin-left: -.4rem;
  961. }
  962. @media (max-width: 900px) {
  963. .footer__block-subscribe .subscribeBtn {
  964. margin-left: -.3rem;
  965. font-size: .8rem;
  966. padding-top: 9px;
  967. padding-bottom: 10px;
  968. }
  969. }
  970. .footer__list-item {
  971. display: -webkit-box;
  972. display: -ms-flexbox;
  973. display: flex;
  974. -webkit-box-align: center;
  975. -ms-flex-align: center;
  976. align-items: center;
  977. text-decoration: none;
  978. margin-bottom: .5rem;
  979. }
  980. .footer__list-item p {
  981. color: #696969;
  982. font-size: .9rem;
  983. font-weight: 300;
  984. }
  985. .footer__list-icon {
  986. width: 30px;
  987. display: -webkit-box;
  988. display: -ms-flexbox;
  989. display: flex;
  990. -webkit-box-pack: center;
  991. -ms-flex-pack: center;
  992. justify-content: center;
  993. margin-right: .3rem;
  994. }
  995. .footer .bottom-box {
  996. padding: 1rem 0;
  997. border-top: 1px solid #b9b9b9;
  998. margin-top: 2.5rem;
  999. }
  1000. .like {
  1001. display: none;
  1002. }
  1003. .emodal-title {
  1004. color: #EE7800;
  1005. margin: 0 auto;
  1006. font-size: 18px;
  1007. }
  1008. .emodal .form-control:focus {
  1009. border-color: #ffb76f;
  1010. -webkit-box-shadow: none;
  1011. box-shadow: none;
  1012. }
  1013. .emodal .btn-plus {
  1014. color: #aaa;
  1015. border-color: #aaa;
  1016. }
  1017. .emodal .btn-send {
  1018. background-color: #ee7800;
  1019. color: white;
  1020. width: 30%;
  1021. border: none;
  1022. padding: 0.875rem 1rem;
  1023. border-radius: 2px;
  1024. }
  1025. .emodal .btn-dismiss {
  1026. width: 30%;
  1027. border: none;
  1028. padding: 0.875rem 1rem;
  1029. background-color: #d1d2d3;
  1030. border-radius: 2px;
  1031. color: #fff;
  1032. }
  1033. #putEmail_hidden {
  1034. border: 1px solid;
  1035. border-radius: 28px;
  1036. color: #EE7800 !important;
  1037. }
  1038. #putEmail_hidden .fm-email-btn {
  1039. padding: 2px 5px 2px 5px;
  1040. }
  1041. /*# sourceMappingURL=list-style.css.map */