list-style.css 21 KB

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