list-style-mb.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900
  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. -webkit-appearance: none !important;
  179. -moz-appearance: none !important;
  180. appearance: none !important;
  181. border-radius: 0;
  182. }
  183. .sec-menu-list .nav-link .link_div {
  184. width: 25px;
  185. }
  186. .sec-menu-list .nav-link a {
  187. color: #707070;
  188. text-decoration: none;
  189. }
  190. .sec-menu-list .nav-link.show i {
  191. -webkit-transform: rotate(-180deg);
  192. transform: rotate(-180deg);
  193. }
  194. .sec-menu-list .nav-link .expand {
  195. position: absolute;
  196. right: 10px;
  197. }
  198. .sec-menu-list .nav-link .expand i {
  199. font-size: 11px;
  200. color: #D3D3D3;
  201. -webkit-transition: all .5s;
  202. transition: all .5s;
  203. }
  204. .sec-menu-list .nav-link.text-main {
  205. color: #EE7800;
  206. }
  207. .sec-menu-list .sub-link .expand {
  208. position: absolute;
  209. right: 20px;
  210. top: 8px;
  211. width: 1.5rem;
  212. text-align: center;
  213. }
  214. .sec-menu-list .sub-menu {
  215. display: none;
  216. }
  217. .sec-menu-list .sub-menu.show {
  218. display: block;
  219. }
  220. .sec-menu-list hr {
  221. margin: 3px 0;
  222. background-color: #bbbbbb;
  223. }
  224. .sec-menu-follows {
  225. padding: 2rem 2.5rem;
  226. background-color: #e6e6e6ef;
  227. margin-top: -9px;
  228. }
  229. .sec-menu-follows-title {
  230. color: #797979;
  231. font-size: 14px;
  232. }
  233. .sec-menu-links {
  234. margin-bottom: 2.5rem;
  235. }
  236. .sec-menu-links a {
  237. color: #797979;
  238. text-decoration: none;
  239. display: inline-block;
  240. padding: 1px 0;
  241. border-bottom: 1px solid #acacac;
  242. margin: 0 .6rem;
  243. -ms-flex-wrap: nowrap;
  244. flex-wrap: nowrap;
  245. }
  246. @media screen and (max-width: 385px) {
  247. .sec-menu-links a {
  248. margin: 0 .4rem;
  249. }
  250. }
  251. .sec-menu .follows-fp {
  252. color: #797979;
  253. text-decoration: none;
  254. font-weight: 400;
  255. display: block;
  256. padding-left: .5rem;
  257. }
  258. .sec-menu .follows-fp:nth-of-type(1) {
  259. margin-bottom: .6rem;
  260. }
  261. .sec-menu .copyright {
  262. color: #797979;
  263. font-size: 13px;
  264. }
  265. @-webkit-keyframes slidein {
  266. 100% {
  267. left: 0;
  268. }
  269. }
  270. @keyframes slidein {
  271. 100% {
  272. left: 0;
  273. }
  274. }
  275. @-webkit-keyframes slideout {
  276. 100% {
  277. left: -100%;
  278. }
  279. }
  280. @keyframes slideout {
  281. 100% {
  282. left: -100%;
  283. }
  284. }
  285. .sec-search {
  286. display: none;
  287. z-index: 107;
  288. position: absolute;
  289. top: 0;
  290. left: 0;
  291. right: 0;
  292. font-size: 14px;
  293. }
  294. .sec-search-block {
  295. padding-top: 61px;
  296. margin: 0;
  297. position: fixed;
  298. top: 0;
  299. left: 0;
  300. right: 0;
  301. width: 100;
  302. height: 100%;
  303. overflow-y: scroll;
  304. background-color: rgba(0, 0, 0, 0.774);
  305. }
  306. .sec-search-list {
  307. background-color: #F3F3F3;
  308. padding: 1rem;
  309. padding-bottom: 1.4rem;
  310. }
  311. .sec-search-list hr {
  312. background-color: #aaaaaa;
  313. }
  314. .sec-search-form {
  315. width: 100%;
  316. }
  317. .sec-search .searchBar {
  318. font-size: 17px;
  319. padding: .5rem .3rem;
  320. display: inline-block;
  321. width: 88%;
  322. outline: none;
  323. border: 2px solid #EE7800;
  324. border-radius: 5px;
  325. }
  326. .sec-search .searchBtn {
  327. outline: none;
  328. border: none;
  329. background-color: transparent;
  330. display: inline-block;
  331. width: 10%;
  332. }
  333. .sec-search-hots {
  334. padding: 1rem;
  335. background-color: white;
  336. -webkit-box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
  337. box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
  338. }
  339. .sec-search-hots__title {
  340. color: #AAAAAA;
  341. font-size: 18px;
  342. font-weight: 400;
  343. padding-top: .5rem;
  344. }
  345. .sec-search-hots__link {
  346. display: inline-block;
  347. text-decoration: none;
  348. color: #797979;
  349. border: 1px solid #797979;
  350. border-radius: 3rem;
  351. padding: .3rem .5rem;
  352. margin-right: .8rem;
  353. margin-bottom: .8rem;
  354. }
  355. .sec-search-hots__link:hover {
  356. color: #797979;
  357. }
  358. .sec-login {
  359. display: none;
  360. z-index: 109;
  361. position: absolute;
  362. top: 0;
  363. left: 0;
  364. right: 0;
  365. font-size: 14px;
  366. }
  367. .sec-login-block {
  368. padding-top: 61px;
  369. margin: 0;
  370. position: fixed;
  371. top: 0;
  372. left: 0;
  373. right: 0;
  374. width: 100;
  375. height: 100%;
  376. overflow-y: hidden;
  377. background-color: #F3F3F3;
  378. }
  379. .sec-login-list {
  380. background-color: #F3F3F3;
  381. padding: 1rem;
  382. padding-bottom: 1.4rem;
  383. }
  384. .sec-login-list hr {
  385. background-color: #aaaaaa;
  386. }
  387. .sec-login-btns {
  388. padding: 1rem;
  389. background-color: white;
  390. -webkit-box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
  391. box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
  392. }
  393. .text-main {
  394. color: #EE7800;
  395. }
  396. .text-phone {
  397. color: #EA068C;
  398. text-decoration: none;
  399. }
  400. .bg-white {
  401. background-color: #fff;
  402. }
  403. .mb__hero {
  404. margin-top: calc(52px);
  405. }
  406. .mb__hero__bgImg {
  407. height: 240px;
  408. background-repeat: no-repeat;
  409. background-size: cover;
  410. background-position: center center;
  411. }
  412. .mb__content {
  413. background-color: rgba(244, 244, 244, 0.8);
  414. }
  415. .other {
  416. display: none;
  417. }
  418. .mb__infoCard {
  419. color: #727679;
  420. text-align: center;
  421. padding: 1rem;
  422. background-color: rgba(244, 244, 244, 0.8);
  423. margin: 3rem 0 0;
  424. }
  425. .mb__infoCard__name, .mb__infoCard__span {
  426. font-size: 1.25rem;
  427. color: #43484C;
  428. font-weight: bold;
  429. }
  430. .mb__infoCard__span {
  431. font-size: 1rem;
  432. }
  433. .mb__infoCard__cmy {
  434. font-size: 1.125rem;
  435. font-weight: 400;
  436. }
  437. .mb__infoCard__avatar {
  438. width: 188px;
  439. height: 188px;
  440. position: absolute;
  441. top: -120px;
  442. border: 3px solid #FFF;
  443. border-radius: 50%;
  444. background-size: cover;
  445. background-repeat: no-repeat;
  446. left: 50%;
  447. -webkit-transform: translateX(-50%);
  448. transform: translateX(-50%);
  449. }
  450. .mb__infoCard__seo {
  451. font-size: 1.12rem;
  452. text-align: center;
  453. padding: 1rem;
  454. display: block;
  455. line-height: 1.2;
  456. font-weight: 400;
  457. }
  458. .mb__infoCard__approve {
  459. color: #FF0000;
  460. }
  461. .mb__infoCard__more {
  462. color: #FFAC73;
  463. text-align: center;
  464. cursor: pointer;
  465. }
  466. .mb__infoCard__detail aside {
  467. line-height: 2;
  468. font-size: 1rem;
  469. }
  470. .mb__infoCard__detail a {
  471. color: #727679;
  472. }
  473. .mb__infoCard__detail__l {
  474. -ms-flex-preferred-size: 30%;
  475. flex-basis: 30%;
  476. display: -webkit-box;
  477. display: -ms-flexbox;
  478. display: flex;
  479. -webkit-box-pack: end;
  480. -ms-flex-pack: end;
  481. justify-content: flex-end;
  482. -webkit-box-flex: 0;
  483. -ms-flex-positive: 0;
  484. flex-grow: 0;
  485. max-width: 30%;
  486. }
  487. .mb__infoCard__detail__l.title {
  488. color: #AAAAAA;
  489. font-size: 1.125rem;
  490. font-weight: bold;
  491. -webkit-transform: translateX(-15px);
  492. transform: translateX(-15px);
  493. }
  494. .mb__infoCard__detail__r {
  495. -ms-flex-preferred-size: 70%;
  496. flex-basis: 70%;
  497. text-align: start;
  498. -webkit-box-flex: 0;
  499. -ms-flex-positive: 0;
  500. flex-grow: 0;
  501. max-width: 70%;
  502. word-break: break-all;
  503. }
  504. .mb__infoCard .scMedia {
  505. display: -webkit-box;
  506. display: -ms-flexbox;
  507. display: flex;
  508. padding: 1rem 0;
  509. width: 100%;
  510. margin-left: auto;
  511. margin-right: auto;
  512. -ms-flex-pack: distribute;
  513. justify-content: space-around;
  514. }
  515. .mb__infoCard .scMedia a {
  516. width: 16%;
  517. }
  518. .mb__infoCard .scMedia a img {
  519. width: 100%;
  520. }
  521. .infoContent a {
  522. color: #727679;
  523. text-decoration: none;
  524. font-size: .9rem;
  525. }
  526. .infoContent a.active {
  527. color: #EE7800;
  528. }
  529. .infoContent__navBlock.tab_sticky {
  530. position: fixed;
  531. top: 60px;
  532. width: 100%;
  533. z-index: 12;
  534. }
  535. .infoContent .nav-item {
  536. margin: 0;
  537. width: 25%;
  538. text-align: center;
  539. max-width: 25%;
  540. -webkit-appearance: none !important;
  541. -moz-appearance: none !important;
  542. appearance: none !important;
  543. }
  544. .infoContent .nav-item-link {
  545. display: block;
  546. padding: 1rem 0.5rem;
  547. text-decoration: none;
  548. background-color: transparent;
  549. font-size: .9rem;
  550. color: #727679;
  551. text-align: center;
  552. font-size: 1.12rem;
  553. -webkit-appearance: none !important;
  554. -moz-appearance: none !important;
  555. appearance: none !important;
  556. border-radius: 0;
  557. }
  558. .infoContent .nav-item-link.active {
  559. color: #EE7800;
  560. border-bottom: 2px solid #EE7800;
  561. -webkit-appearance: none !important;
  562. -moz-appearance: none;
  563. appearance: none;
  564. }
  565. .infoContent .likeSee {
  566. font-size: 1.05rem;
  567. }
  568. .infoContent .likeSee span {
  569. color: #727679;
  570. font-size: .9rem;
  571. }
  572. .infoContent .likeSee__divider {
  573. height: 12px;
  574. display: inline-block;
  575. border: 0.5px solid #9d9d9d;
  576. }
  577. .infoContent .tab-content {
  578. padding: 0 1rem;
  579. }
  580. .infoContent .tab-content .row > div {
  581. padding-left: 5px;
  582. padding-right: 5px;
  583. }
  584. .infoContent .card {
  585. -webkit-box-shadow: 0 1px 10px #eee;
  586. box-shadow: 0 1px 10px #eee;
  587. margin: 0 0 1.5rem;
  588. border: none;
  589. }
  590. .infoContent .card__bgImg {
  591. height: 145px;
  592. background-repeat: no-repeat;
  593. background-size: cover;
  594. background-position: center;
  595. position: relative;
  596. display: -webkit-box;
  597. display: -ms-flexbox;
  598. display: flex;
  599. -ms-flex-pack: center;
  600. justify-content: center;
  601. -webkit-box-align: center;
  602. -ms-flex-align: center;
  603. align-items: center;
  604. -webkit-box-pack: center;
  605. }
  606. .infoContent .card-body {
  607. padding: 0.5rem 1rem;
  608. }
  609. .infoContent .card__title {
  610. font-size: 1.125rem;
  611. -webkit-box-orient: vertical;
  612. box-orient: vertical;
  613. -webkit-line-clamp: 2;
  614. height: calc(18px * 2 * 1.2);
  615. overflow: hidden;
  616. text-overflow: ellipsis;
  617. display: -webkit-box;
  618. font-weight: bold;
  619. margin: 0.5rem 0;
  620. color: #727679;
  621. }
  622. .infoContent .card__tag {
  623. margin: 0 0.2rem 0 0;
  624. }
  625. .infoContent .company__block {
  626. margin: 0 0 2rem;
  627. }
  628. .infoContent .company__block:nth-of-type(2) {
  629. margin-top: 2rem;
  630. }
  631. .infoContent .company__title {
  632. color: #AAAAAA;
  633. font-size: 1.12rem;
  634. font-weight: 400;
  635. }
  636. .infoContent .company__text {
  637. color: #43484C;
  638. }
  639. .infoContent__navBlock.tab_sticky + .row {
  640. padding-top: 65px;
  641. }
  642. .infoContent__navBlock {
  643. padding-top: 0rem;
  644. }
  645. .freeCall {
  646. position: fixed;
  647. bottom: 78px;
  648. z-index: 11;
  649. width: 100%;
  650. text-align: center;
  651. background: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 244, 244, 0.9)), to(rgba(244, 244, 244, 0.9)));
  652. background: linear-gradient(180deg, rgba(244, 244, 244, 0.9) 0%, rgba(244, 244, 244, 0.9) 100%);
  653. }
  654. .freeCall__btn {
  655. color: #fff;
  656. background-color: #EE7800;
  657. border-color: #EE7800;
  658. }
  659. .fixed-btn {
  660. position: fixed;
  661. right: 15px;
  662. bottom: 5.5rem;
  663. z-index: 15;
  664. }
  665. @media (min-width: 480px) {
  666. .fixed-btn {
  667. bottom: 5rem;
  668. }
  669. }
  670. .fixed-btn .btn-gotop {
  671. padding: 1rem .65rem;
  672. background-color: rgba(255, 255, 255, 0.897);
  673. display: -webkit-box;
  674. display: -ms-flexbox;
  675. display: flex;
  676. -webkit-box-align: center;
  677. -ms-flex-align: center;
  678. align-items: center;
  679. 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);
  680. -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);
  681. -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);
  682. }
  683. .like {
  684. display: none;
  685. }
  686. #pills-video .col-6, #pills-columns .col-6 {
  687. width: 100%;
  688. }
  689. #pills-video .card__bgImg, #pills-columns .card__bgImg {
  690. height: 215px;
  691. }
  692. .emodal-title {
  693. color: #EE7800;
  694. margin: 0 auto;
  695. font-size: 18px;
  696. }
  697. .emodal .form-control:focus {
  698. border-color: #ffb76f;
  699. -webkit-box-shadow: none;
  700. box-shadow: none;
  701. }
  702. .emodal .btn-plus {
  703. color: #aaa;
  704. border-color: #aaa;
  705. }
  706. .emodal .btn-send {
  707. background-color: #ee7800;
  708. color: white;
  709. width: 30%;
  710. border: none;
  711. padding: 0.875rem 1rem;
  712. border-radius: 2px;
  713. }
  714. .emodal .btn-dismiss {
  715. width: 30%;
  716. border: none;
  717. padding: 0.875rem 1rem;
  718. background-color: #d1d2d3;
  719. border-radius: 2px;
  720. color: #fff;
  721. }
  722. #putEmail_hidden {
  723. border: 1px solid;
  724. border-radius: 28px;
  725. color: #EE7800 !important;
  726. }
  727. #putEmail_hidden .fm-email-btn {
  728. padding: 2px 5px 2px 5px;
  729. }
  730. .loading-move {
  731. -webkit-animation-name: move;
  732. animation-name: move;
  733. -webkit-animation-duration: 2s;
  734. animation-duration: 2s;
  735. -webkit-animation-delay: 0;
  736. animation-delay: 0;
  737. -webkit-animation-iteration-count: infinite;
  738. animation-iteration-count: infinite;
  739. -webkit-animation-direction: normal;
  740. animation-direction: normal;
  741. -webkit-animation-timing-function: linear;
  742. animation-timing-function: linear;
  743. }
  744. @-webkit-keyframes move {
  745. from {
  746. -webkit-transform: rotate(0deg);
  747. transform: rotate(0deg);
  748. }
  749. to {
  750. -webkit-transform: rotate(360deg);
  751. transform: rotate(360deg);
  752. }
  753. }
  754. @keyframes move {
  755. from {
  756. -webkit-transform: rotate(0deg);
  757. transform: rotate(0deg);
  758. }
  759. to {
  760. -webkit-transform: rotate(360deg);
  761. transform: rotate(360deg);
  762. }
  763. }
  764. /*# sourceMappingURL=list-style-mb.css.map */