main.css 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952
  1. @font-face {
  2. font-family: opensanslight;
  3. src: url(../fonts/opensans-light.ttf);
  4. }
  5. @font-face {
  6. font-family: opensansbold;
  7. src: url(../fonts/opensans-bold.ttf);
  8. font-weight: 800;
  9. }
  10. @font-face {
  11. font-family: opensansregular;
  12. src: url(../fonts/OpenSans-Regular.ttf);
  13. font-weight: 400;
  14. }
  15. @font-face {
  16. font-family: opensansitalic;
  17. src: url(../fonts/opensans-italic.ttf);
  18. font-weight: 400;
  19. }
  20. @font-face {
  21. font-family: opensanssemibold;
  22. src: url(../fonts/opensans-semibold.ttf);
  23. font-weight: 600;
  24. }
  25. @font-face {
  26. font-family: robotobold;
  27. src: url(../fonts/roboto-bold.ttf);
  28. }
  29. @font-face {
  30. font-family: robotoitalic;
  31. src: url(../fonts/Roboto-Italic.ttf);
  32. }
  33. @font-face {
  34. font-family: robotolight;
  35. src: url(../fonts/Roboto-Light.ttf);
  36. }
  37. @font-face {
  38. font-family: robotomedium;
  39. src: url(../fonts/Roboto-Medium.ttf);
  40. }
  41. @font-face {
  42. font-family: robotosemibold;
  43. src: url(../fonts/Roboto-Medium.ttf);
  44. }
  45. @font-face {
  46. font-family: robotoregular;
  47. src: url(../fonts/Roboto-Regular.ttf);
  48. }
  49. @font-face {
  50. font-family: segoeui;
  51. src: url(../fonts/segoeui.ttf);
  52. }
  53. @font-face {
  54. font-family: uvnvanbold;
  55. src: url(../fonts/uvnvan-bold.ttf);
  56. }
  57. @font-face {
  58. font-family: 'MaterialIcons';
  59. font-style: normal;
  60. font-weight: 400;
  61. src: url(../fonts/materialicons.woff2) format('woff2');
  62. }
  63. .material-icons {
  64. font-family: 'MaterialIcons' !important;
  65. font-weight: normal;
  66. font-style: normal;
  67. font-size: 24px;
  68. line-height: 1;
  69. letter-spacing: normal;
  70. text-transform: none;
  71. display: inline-block;
  72. white-space: nowrap;
  73. word-wrap: normal;
  74. direction: ltr;
  75. -webkit-font-feature-settings: 'liga';
  76. -webkit-font-smoothing: antialiased;
  77. }
  78. body {
  79. font-family: opensansregular;
  80. color: #4c4c4c;
  81. font-size: 16px;
  82. background: #F7F7F7;
  83. }
  84. b, strong {
  85. font-weight: 100;
  86. font-family: opensanssemibold;
  87. }
  88. :root {
  89. --color-header: #7AC60C;
  90. --max-width: 1470px;
  91. --color-text-main: #77BC00;
  92. --background-process-bar: linear-gradient(to right, #f8d319 0%, #ffa926 100%);
  93. --color-orange: #FEBF10;
  94. --color-main-bg: #7AC60C;
  95. --color-main-text: #231F20;
  96. --color-gray: #AFAFAF;
  97. --color-red: #DD381D;
  98. --color-blue: #00BCEF;
  99. }
  100. .main-header-top {
  101. height: 30px;
  102. width: 100%;
  103. background: #000;
  104. padding: 0px 15px;
  105. overflow: hidden;
  106. }
  107. .main-cover {
  108. width: 100%;
  109. height: 100%;
  110. max-width: var(--max-width);
  111. margin: auto;
  112. }
  113. .main-header-top .left {
  114. float: left;
  115. }
  116. .main-header-top .right {
  117. float: right;
  118. }
  119. .main-header-top .left .link {
  120. font-size: 11px;
  121. color: #888;
  122. line-height: 30px;
  123. float: left;
  124. display: inline-block;
  125. height: 30px;
  126. text-decoration: none;
  127. margin: 0px 15px;
  128. font-family: opensanssemibold;
  129. }
  130. .main-header-top .left .link:first-child {
  131. margin-left: 0px;
  132. position: relative;
  133. }
  134. .main-header-top .left .link:first-child::after {
  135. content: "";
  136. display: inline-block;
  137. width: 1px;
  138. height: 13px;
  139. background: #888;
  140. position: absolute;
  141. top: 50%;
  142. right: 0px;
  143. transform: translate(15px, -50%);
  144. }
  145. .main-header-top .left .link.link-active {
  146. font-family: opensanssemibold;
  147. color: #fff;
  148. }
  149. .main-header-top .right .link {
  150. float: left;
  151. display: inline-block;
  152. height: 30px;
  153. line-height: 30px;
  154. color: #888;
  155. font-size: 13px;
  156. margin: 0px 20px;
  157. text-decoration: none;
  158. }
  159. .main-header-top .right .link:last-child {
  160. margin-right: 0px;
  161. }
  162. .main-header-top .right .link.phone {
  163. font-family: opensansbold;
  164. color: #fff;
  165. }
  166. .main-header-top .right .link.language button.dropdown-toggle {
  167. border: 0px;
  168. outline: 0px;
  169. background: transparent;
  170. padding: 0px;
  171. height: 35px;
  172. line-height: 35px;
  173. border-radius: 0px;
  174. margin-top: -5px;
  175. text-shadow: none;
  176. box-shadow: none;
  177. }
  178. .main-header-top .right .link.language .icon-dropdown {
  179. font-size: 18px;
  180. color: #fff;
  181. vertical-align: middle;
  182. margin-left: 5px
  183. }
  184. .main-header-top .right .link .icon {
  185. margin-right: 3px;
  186. vertical-align: inherit;
  187. }
  188. #main-container {
  189. padding-top: 60px !important;
  190. }
  191. .main-header {
  192. background: var(--color-header);
  193. padding: 0px 15px;
  194. position: relative;
  195. width: 100%;
  196. top: 0px;
  197. left: 0px;
  198. right: 0px;
  199. z-index: 1002;
  200. }
  201. .main-header-cover {
  202. max-width: var(--max-width);
  203. width: 100%;
  204. margin: auto;
  205. display: table;
  206. min-height: 65px;
  207. padding: 0px;
  208. position: relative;
  209. }
  210. .main-header-cover .header-left {
  211. display: table-cell;
  212. vertical-align: middle;
  213. text-align: left;
  214. }
  215. .main-header-cover .header-left a:hover {
  216. text-decoration: none;
  217. }
  218. .main-header-cover .header-right {
  219. display: table-cell;
  220. vertical-align: middle;
  221. text-align: right;
  222. }
  223. .main-header-cover form {
  224. margin: 0px;
  225. padding: 0px;
  226. }
  227. .main-header-cover .header-logo {
  228. vertical-align: middle;
  229. display: inline-block;
  230. margin-right: 0px;
  231. font-size: 24px;
  232. color: #FFF;
  233. }
  234. .main-header-cover .header-menu {
  235. display: inline-block;
  236. vertical-align: middle;
  237. }
  238. .main-header-cover .header-menu-link {
  239. display: inline-block;
  240. padding: 0px 10px;
  241. height: 32px;
  242. line-height: 30px;
  243. border-radius: 30px;
  244. font-family: opensanssemibold;
  245. font-size: 14px;
  246. color: #fff;
  247. text-align: center;
  248. text-decoration: none;
  249. outline: 0px;
  250. border: 0px;
  251. }
  252. .main-header-cover .header-menu-link.link-active {
  253. background: rgba(0, 0, 0, 0.1);
  254. }
  255. .main-header-cover .header-menu-link:hover {
  256. background: rgba(0, 0, 0, 0.1);
  257. }
  258. .main-header-cover .header-menu-link.link-upgrade {
  259. background: var(--color-orange);
  260. border-radius: 3px;
  261. padding: 0px 8px;
  262. margin-left: 20px;
  263. }
  264. .main-header-cover .header-menu-link.link-upgrade:hover {
  265. background: var(--color-orange);
  266. }
  267. .main-header-cover .avatar-cover {
  268. display: inline-block;
  269. width: 40px;
  270. height: 40px;
  271. overflow: hidden;
  272. border-radius: 50%;
  273. border: 1px solid #fff;
  274. vertical-align: middle;
  275. margin-left: 5px;
  276. }
  277. .main-header-cover .avatar-cover img {
  278. width: 100%;
  279. height: 100%;
  280. }
  281. .main-header-cover .avatar-cover span {
  282. display: inline-block;
  283. width: 40px;
  284. height: 40px;
  285. line-height: 40px;
  286. font-size: 25px;
  287. text-align: center;
  288. background: #4c87ed;
  289. margin-left: -2px;
  290. }
  291. .main-header-cover .button-dropdown {
  292. color: #fff;
  293. vertical-align: middle;
  294. font-size: 25px;
  295. }
  296. .main-body {
  297. padding: 30px 15px;
  298. overflow: hidden;
  299. }
  300. .main-body-container {
  301. margin: auto;
  302. max-width: var(--max-width);
  303. box-shadow: 0 0 25px rgba(0,0,0,.04);
  304. background: #fff;
  305. border-radius: 10px;
  306. }
  307. .main-header-cover .header-button-login {
  308. display: inline-block;
  309. width: 115px;
  310. height: 38px;
  311. line-height: 38px;
  312. border-radius: 30px;
  313. text-align: center;
  314. text-decoration: none;
  315. background: #fff;
  316. color: var(--color-text-main);
  317. font-family: opensanssemibold;
  318. font-size: 14px;
  319. outline: 0px;
  320. }
  321. .main-header-cover .header-button-login.login-system {
  322. background: transparent;
  323. color: #fff;
  324. }
  325. .main-header-cover .header-language {
  326. display: inline-block;
  327. }
  328. .main-header-cover .header-language:hover .dropdown-menu {
  329. display: block;
  330. }
  331. .main-header-cover .header-language button {
  332. font-family: opensanssemibold;
  333. font-size: 14px;
  334. border: 0px;
  335. background: transparent;
  336. outline: 0px;
  337. text-decoration: none;
  338. color: #fff;
  339. text-align: center;
  340. position: relative;
  341. margin-right: 30px;
  342. padding: 22px 0px;
  343. }
  344. .main-header-cover .header-language.header-avatar button {
  345. padding: 12px 0px;
  346. margin-right: 0px;
  347. }
  348. .main-header-cover .header-language button::after {
  349. content: "";
  350. display: inline-block;
  351. width: 10px;
  352. height: 10px;
  353. border: 2px solid #fff;
  354. border-color: transparent #fff #fff transparent;
  355. transform: rotate(45deg);
  356. vertical-align: text-top;
  357. margin-left: 7px;
  358. }
  359. .main-header-cover .header-language.header-avatar button::after {
  360. display: none;
  361. }
  362. .main-header-cover .header-language .dropdown-menu {
  363. min-width: 180px;
  364. padding: 15px 0px;
  365. border-radius: 10px;
  366. left: -21px;
  367. top: 56px;
  368. }
  369. .main-header-cover .header-language.header-avatar .dropdown-menu {
  370. left: unset;
  371. top: 57px;
  372. right: 27px;
  373. box-shadow: 0px 0px 13px 0px #fff;
  374. border-color: #fff;
  375. }
  376. .main-header-cover .header-language .dropdown-menu::after {
  377. content: "";
  378. display: inline-block;
  379. width: 16px;
  380. height: 9px;
  381. border-style: solid;
  382. border-width: 0px 8px 9px 8px;
  383. border-color: transparent transparent #fff transparent;
  384. position: absolute;
  385. right: 21px;
  386. top: -9px;
  387. }
  388. .main-header-cover .header-language .dropdown-menu li a {
  389. width: 100%;
  390. height: 35px;
  391. line-height: 35px;
  392. padding: 0px;
  393. padding-left: 20px;
  394. background: transparent;
  395. color: #231F20;
  396. font-family: opensansregular;
  397. font-size: 14px;
  398. cursor: pointer;
  399. }
  400. .main-header-cover .header-language .dropdown-menu li a:hover, .main-header-cover .header-language .dropdown-menu li a.lang-active {
  401. font-family: opensanssemibold;
  402. color: #fff;
  403. background: var(--color-header);
  404. }
  405. /* Header product */
  406. .header-product-left {
  407. height: 100%;
  408. margin: 21px auto;
  409. }
  410. .header-product-right {
  411. height: 100%;
  412. margin: auto 0px auto auto;
  413. }
  414. .header-product .header-product-middle {
  415. display: inline-block;
  416. text-decoration: none;
  417. outline: 0px;
  418. position: absolute;
  419. left: 50%;
  420. top: 50%;
  421. transform: translate(-50%, -50%);
  422. z-index: 2;
  423. }
  424. .header-product .header-product-middle svg {
  425. float: left;
  426. }
  427. .header-product .header-link-back {
  428. font-family: opensanssemibold;
  429. font-size: 13px;
  430. color: #fff;
  431. text-decoration: none;
  432. outline: 0px;
  433. }
  434. .header-product .header-link-back::before {
  435. content: "";
  436. display: inline-block;
  437. width: 22px;
  438. height: 20px;
  439. background: url('../imgs/icon-home.svg') 0px -587px;
  440. vertical-align: top;
  441. margin-right: 10px;
  442. }
  443. /* End header product */
  444. /**begin footer**/
  445. .footer-content {
  446. max-width: var(--max-width);
  447. margin: auto;
  448. }
  449. .footer-item {
  450. width: 16.6%;
  451. float: left;
  452. }
  453. .footer-item .footer-title {
  454. font-size: 13px;
  455. color: var(--color-text-main);
  456. font-family: opensanssemibold;
  457. margin-bottom: 16px;
  458. }
  459. .footer-item-content {
  460. margin-bottom: 10px;
  461. width: 80%;
  462. }
  463. .footer-item-term {
  464. width: 80%;
  465. }
  466. .footer-item-logo {
  467. float: left;
  468. margin-right: 10px;
  469. }
  470. .footer-item-website a:nth-of-type(1) {
  471. display: block;
  472. font-size: 12px;
  473. color: var(--color-text-main);
  474. }
  475. .footer-info a:hover {
  476. text-decoration: none;
  477. }
  478. .footer-item-website a:nth-of-type(2) {
  479. font-size: 12px;
  480. color: var(--color-text-main);
  481. font-family: opensanssemibold;
  482. line-height: 12px;
  483. display: block;
  484. }
  485. .footer-item-website a:hover {
  486. color: var(--color-text-main);
  487. }
  488. .footer-contact {
  489. font-size: 12px;
  490. color: var(--color-text-main);
  491. margin-bottom: 10px;
  492. }
  493. .footer-support {
  494. background: var(--color-text-main);
  495. margin-top: 10px;
  496. padding: 10px;
  497. width: 100%;
  498. max-width: 230px;
  499. font-size: 12px;
  500. font-family: opensansbold;
  501. border-radius: 6px;
  502. text-transform: uppercase;
  503. color: #fff;
  504. }
  505. .footer-support p {
  506. margin-bottom: 0px;
  507. }
  508. .footer-cate {
  509. margin-bottom: 1px;
  510. }
  511. .footer-cate a {
  512. font-size: 12px;
  513. color: var(--color-text-main);
  514. }
  515. .footer-cate-active a {
  516. color: #7ac40c;
  517. }
  518. .footer-item-android svg, .footer-item-ios svg {
  519. width: 100%;
  520. max-width: 171px;
  521. background: #fff;
  522. border-radius: 6px;
  523. }
  524. footer {
  525. background: #e4e4e4;
  526. }
  527. .footer-info {
  528. padding-top: 30px;
  529. padding-bottom: 30px;
  530. background: #fff;
  531. border-bottom: 0px;
  532. border-top: 0px;
  533. }
  534. .footer-copyright {
  535. text-align: center;
  536. padding: 8px 10px;
  537. color: var(--color-main-text);
  538. font-size: 12px;
  539. border-top: 1px solid #ddd;
  540. max-width: 100%;
  541. margin: auto;
  542. background: #fff;
  543. }
  544. .footer-copyright span {
  545. margin-right: 20px;
  546. color: #FFF100;
  547. }
  548. @media(max-width: 768px) {
  549. .footer-info {
  550. display: none;
  551. }
  552. }
  553. .footer-container {
  554. background: #fff;
  555. padding: 0px 15px;
  556. }
  557. .footer-container .footer-cover {
  558. max-width: var(--max-width);
  559. margin: auto;
  560. }
  561. .footer-container .footer-title {
  562. font-family: opensanssemibold;
  563. font-size: 16px;
  564. color: #231F20;
  565. line-height: 20px;
  566. min-height: 40px;
  567. margin-bottom: 25px;
  568. margin-top: 40px;
  569. }
  570. .footer-container .footer-link {
  571. font-family: opensansregular;
  572. font-size: 13px;
  573. color: #231F20;
  574. margin-bottom: 15px;
  575. line-height: 21px;
  576. text-decoration: none;
  577. outline: 0px;
  578. display: block;
  579. transition: 0.15s all linear;
  580. }
  581. .footer-container .footer-link.link-bold {
  582. font-family: opensanssemibold;
  583. }
  584. .footer-container a.footer-link:hover {
  585. color: #00C5F9;
  586. }
  587. .footer-bottom {
  588. font-family: opensansregular;
  589. font-size: 12px;
  590. color: #231F20;
  591. line-height: 38px;
  592. text-align: center;
  593. margin: 0px;
  594. border-top: 1px solid #C4C4C4;
  595. margin-top: 30px;
  596. }
  597. /**end footer**/
  598. .main-errors {
  599. background: #ffd4cc;
  600. border-radius: 10px;
  601. margin: 20px 0px;
  602. padding: 15px;
  603. }
  604. .main-success {
  605. background: #dcefc3;
  606. border-radius: 10px;
  607. margin: 20px 0px;
  608. padding: 15px;
  609. }
  610. .main-errors p, .main-success p {
  611. margin: 0px;
  612. font-size: 16px;
  613. font-family: opensansregular;
  614. }
  615. .header-middle {
  616. display: none;
  617. }
  618. @media (max-width: 1100px) {
  619. .main-header-cover .header-language {
  620. display: none;
  621. }
  622. }
  623. @media (min-width: 901px) {
  624. .main-header-cover .header-right {
  625. display: table-cell !important;
  626. }
  627. .main-header-cover .header-menu {
  628. display: inline-block !important;
  629. margin-left: 30px;
  630. }
  631. }
  632. @media (max-width: 900px) {
  633. .main-header-cover .header-logo {
  634. margin-right: 0px;
  635. }
  636. .main-header-cover .header-menu {
  637. position: absolute;
  638. width: calc(100% + 30px);
  639. left: -15px;
  640. bottom: 0px;
  641. transform: translate(0%, 100%);
  642. background: var(--color-header);
  643. display: none;
  644. padding-top: 70px;
  645. padding-left: 15px;
  646. padding-right: 15px;
  647. box-shadow: inset 0 3px 5px rgba(0,0,0,0.05);
  648. }
  649. .main-header-cover .header-menu-link {
  650. display: block;
  651. margin: 10px 0px;
  652. border-radius: 0;
  653. }
  654. .main-header-cover .header-language {
  655. display: inline-block;
  656. }
  657. .main-header-cover .header-right {
  658. display: none;
  659. position: absolute;
  660. left: 0px;
  661. width: 100%;
  662. bottom: 0px;
  663. transform: translate(0, 100%);
  664. }
  665. .header-middle {
  666. display: table-cell;
  667. vertical-align: middle;
  668. text-align: right;
  669. cursor: pointer;
  670. }
  671. .header-menu-icon {
  672. display: inline-block;
  673. position: relative;
  674. width: 30px;
  675. height: 4px;
  676. background-color: #fff;
  677. border-radius: 100px;
  678. transition: transform .4s ease;
  679. outline: none;
  680. cursor: pointer;
  681. }
  682. .header-menu-icon::before {
  683. content: '';
  684. display: block;
  685. width: 100%;
  686. position: absolute;
  687. height: 4px;
  688. background-color: #fff;
  689. border-radius: 100px;
  690. transition: all .2s ease;
  691. bottom: 200%;
  692. right: 0;
  693. }
  694. .header-menu-icon::after {
  695. content: '';
  696. display: block;
  697. width: 100%;
  698. position: absolute;
  699. height: 4px;
  700. background-color: #fff;
  701. border-radius: 100px;
  702. transition: all .2s ease;
  703. top: 200%;
  704. right: 0;
  705. }
  706. .header-button-login.login-system,
  707. .main-header-cover .header-button-login {
  708. font-family: opensansregular;
  709. font-size: 15px;
  710. color: #fff;
  711. text-align: center;
  712. text-decoration: none;
  713. outline: 0px;
  714. border: 0px;
  715. width: 100%;
  716. background: transparent;
  717. text-transform: none;
  718. }
  719. .header-language.dropdown {
  720. display: none !important;
  721. }
  722. }
  723. .m-main-footer {
  724. padding: 50px 0px 0px;
  725. background-color: #0B1902;
  726. background-image: url('../imgs/footer-02.jpg');
  727. background-position: bottom center;
  728. background-repeat: repeat no-repeat;
  729. }
  730. .m-main-footer-top {
  731. text-align: center;
  732. }
  733. .m-main-footer-top .top-title {
  734. font-family: opensanslight;
  735. font-size: 18px;
  736. color: #fff;
  737. max-width: 160px;
  738. margin: 0px auto 20px;
  739. }
  740. .m-main-footer-top .top-title span {
  741. font-family: opensanssemibold;
  742. }
  743. .m-main-footer-top .top-button {
  744. display: block;
  745. font-family: opensanssemibold;
  746. font-size: 16px;
  747. color: #fff;
  748. margin: auto;
  749. width: 225px;
  750. height: 50px;
  751. text-align: center;
  752. text-decoration: none;
  753. background: var(--color-header);
  754. border-bottom: 2px solid #68A300;
  755. border-radius: 30px;
  756. line-height: 50px;
  757. }
  758. .m-main-footer-link {
  759. display: inline-block;
  760. width: 100%;
  761. padding: 35px 15px;
  762. }
  763. .m-main-footer-link .list-link {
  764. width: 50%;
  765. float: left;
  766. }
  767. .m-main-footer-link .list-link:first-child {
  768. padding-left: 20px;
  769. }
  770. .m-main-footer-link .list-link a {
  771. display: block;
  772. text-decoration: none;
  773. color: #fff;
  774. font-family: opensanslight;
  775. font-size: 15px;
  776. margin-bottom: 10px;
  777. }
  778. .m-main-footer-link .list-link a.link-title {
  779. font-family: opensanssemibold;
  780. }
  781. .m-main-footer .footer-all-rights .name {
  782. color: var(--color-text-main);
  783. }
  784. .m-main-footer .footer-all-rights {
  785. background-color: inherit;
  786. overflow: hidden;
  787. font-size: 13px;
  788. }
  789. .home-modal-close {
  790. display: inline-block;
  791. width: 25px;
  792. height: 25px;
  793. border-radius: 50%;
  794. background: url('../imgs/icon-home.svg') 0px -610px;
  795. position: absolute;
  796. right: -8px;
  797. top: -9px;
  798. cursor: pointer;
  799. }
  800. .toast-msg {
  801. font-family: opensanssemibold;
  802. font-size: 13px;
  803. color: #fff;
  804. background: #000;
  805. min-width: 245px;
  806. height: 48px;
  807. line-height: 48px;
  808. text-align: center;
  809. position: fixed;
  810. z-index: 1002;
  811. left: 50%;
  812. bottom: 100px;
  813. transform: translate(-50%, 0%);
  814. border-radius: 30px;
  815. display: none;
  816. padding-left: 15px;
  817. padding-right: 15px;
  818. }