m.home-voca.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849
  1. .main-body{
  2. padding: 0px;
  3. }
  4. .home-intro{
  5. background: url('../imgs/home-background-01.jpg');
  6. padding: 0px 15px;
  7. }
  8. .home-intro-right-cover{
  9. display: inline-block;
  10. margin: auto;
  11. text-align: center;
  12. padding-bottom: 50px;
  13. }
  14. .home-intro-name{
  15. font-family: opensansbold;
  16. font-size: 50px;
  17. line-height: 60px;
  18. color: #fff;
  19. margin-bottom: 20px;
  20. }
  21. .home-intro-line{
  22. display: block;
  23. width: 85px;
  24. height: 2px;
  25. background: #fff;
  26. margin: auto;
  27. }
  28. .powerful-method{
  29. min-height: 50px;
  30. float: left;
  31. width: 100%;
  32. margin-top: -50px;
  33. background: #000;
  34. opacity: 0.7;
  35. text-align: center;
  36. padding-top: 10px;
  37. }
  38. .powerful-method p{
  39. color: #fff;
  40. font-size: 20px;
  41. font-family: opensanssemibold;
  42. }
  43. .home-intro-detail{
  44. font-family: opensanssemibold;
  45. font-size: 25px;
  46. color: #fff;
  47. line-height: 35px;
  48. margin: auto;
  49. margin-top: 30px;
  50. max-width: 170px;
  51. }
  52. .home-project-container .home-intro-button{
  53. font-family: opensanssemibold;
  54. font-size: 18px;
  55. color: #fff;
  56. text-align: center;
  57. text-decoration: none;
  58. outline: 0px;
  59. border: 0px;
  60. text-transform: uppercase;
  61. display: block;
  62. width: 230px;
  63. height: 50px;
  64. line-height: 50px;
  65. background: #7AC60C;
  66. border-radius: 30px;
  67. margin: auto;
  68. margin-top: 20px;
  69. border-bottom: 2px solid #4c7b09;
  70. }
  71. .home-project-container .home-intro-try-free{
  72. font-family: opensanslight;
  73. font-size: 18px;
  74. color: #fff;
  75. display: block;
  76. margin: auto;
  77. text-decoration: none;
  78. margin-top: 15px;
  79. }
  80. .home-intro-2{
  81. width: 100%;
  82. margin: auto;
  83. background: #F2F2F2;
  84. padding: 30px 0px;
  85. }
  86. .home-intro-title{
  87. line-height: 20px;
  88. font-size: 18px;
  89. font-family: opensansregular;
  90. color: var(--color-default-text);
  91. margin: 0px;
  92. text-align: justify;
  93. }
  94. .home-intro-line-2{
  95. display: inline-block;
  96. width: 80px;
  97. height: 5px;
  98. background: #231F20;
  99. margin: 15px 0px 20px;
  100. }
  101. .home-intro-detail-small{
  102. font-family: opensanslight;
  103. font-size: 15px;
  104. line-height: 20px;
  105. color: #939598;
  106. text-align: justify;
  107. margin-bottom: 15px;
  108. margin-top: 10px;
  109. }
  110. .home-intro-2-left{
  111. padding: 0px 15px;
  112. }
  113. .home-intro-2-left .left-cover{
  114. width: 100%;
  115. margin: auto;
  116. }
  117. .home-intro-2 .home-intro-link-video{
  118. font-family: opensanssemibold;
  119. font-size: 16px;
  120. color: var(--color-blue-text);
  121. outline: 0px;
  122. }
  123. .home-intro-link-video::before{
  124. display: inline-block;
  125. background: url('../imgs/m-home-icon-bg.svg') 0px 0px;
  126. text-align: center;
  127. width: 20px;
  128. height: 20px;
  129. cursor: pointer;
  130. vertical-align: text-bottom;
  131. margin-right: 10px;
  132. }
  133. .home-img-cover{
  134. text-align: center;
  135. }
  136. .home-img-cover img{
  137. max-width: 100%;
  138. }
  139. .home-step-container{
  140. padding: 30px 15px 5px;
  141. background: #fff;
  142. text-align: center;
  143. }
  144. .home-step-cover{
  145. max-width: 1140px;
  146. margin: auto;
  147. }
  148. .home-step-title{
  149. font-family: opensansregular;
  150. font-size: 20px;
  151. color: var(--color-default-text);
  152. margin: 0px;
  153. margin-bottom: 5px;
  154. }
  155. .home-step-intro{
  156. font-family: opensanslight;
  157. font-size: 15px;
  158. line-height: 24px;
  159. color: var(--color-default-text);
  160. margin: 0px;
  161. margin-bottom: 20px;
  162. }
  163. .home-step-item{
  164. padding-left: 30px;
  165. margin-bottom: 15px;
  166. }
  167. .home-step-item .item-image{
  168. width: 25px;
  169. height: 30px;
  170. display: flex;
  171. position: absolute;
  172. left: 15px;
  173. top: -4px;
  174. }
  175. .home-step-item .item-image span{
  176. display: inline-block;
  177. margin: auto;
  178. background: url('../imgs/m-home-icon-bg.svg');
  179. }
  180. .home-step-item .item-image span.image-1{
  181. width: 11px;
  182. height: 20px;
  183. background-position: 0px -25px;
  184. }
  185. .home-step-item .item-image span.image-2{
  186. width: 21px;
  187. height: 12px;
  188. background-position: 0px -50px;
  189. }
  190. .home-step-item .item-image span.image-3{
  191. width: 17px;
  192. height: 16px;
  193. background-position: 0px -65px;
  194. }
  195. .home-step-item .item-name{
  196. font-family: opensansregular;
  197. font-size: 17px;
  198. color: #58595B;
  199. margin: 0px;
  200. text-align: left;
  201. margin-bottom: 5px;
  202. }
  203. .home-step-item .item-description{
  204. font-family: opensanslight;
  205. font-size: 15px;
  206. color: #939598;
  207. margin: auto;
  208. line-height: 21px;
  209. text-align: justify;
  210. }
  211. .home-step-image{
  212. text-align: center;
  213. padding: 0px 15px;
  214. }
  215. .home-step-image img{
  216. max-width: 100%;
  217. margin-bottom: 15px;
  218. }
  219. .home-step-container .home-step-button{
  220. font-family: opensanssemibold;
  221. font-size: 14px;
  222. color: #fff;
  223. display: block;
  224. height: 48px;
  225. width: 170px;
  226. background: #7AC30C;
  227. border-bottom: 2px solid #6EA50E;
  228. border-radius: 30px;
  229. line-height: 48px;
  230. text-shadow: 0px -2px #6EA50E;
  231. margin: auto;
  232. margin-top: 50px;
  233. text-decoration: none;
  234. }
  235. .home-product-container{
  236. padding: 30px 15px 55px;
  237. text-align: center;
  238. background: #F2F2F2;
  239. }
  240. .home-product-cover{
  241. max-width: 1140px;
  242. margin: auto;
  243. }
  244. .home-product-title{
  245. font-family: opensansregular;
  246. font-size: 20px;
  247. line-height: 22px;
  248. color: var(--color-default-text);
  249. margin: 0px;
  250. margin-bottom: 5px;
  251. }
  252. .home-product-intro{
  253. font-family: opensanslight;
  254. font-size: 15px;
  255. line-height: 20px;
  256. color: var(--color-default-text);
  257. margin: 0px;
  258. margin-bottom: 25px;
  259. }
  260. #home-product-slider{
  261. position: relative;
  262. top: 0px;
  263. left: 0px;
  264. height: 350px;
  265. margin: auto;
  266. }
  267. #home-product-slider .slider-container-cover{
  268. cursor: pointer;
  269. position: absolute;
  270. overflow: hidden;
  271. left: 0px;
  272. top: 0px;
  273. height: 350px;
  274. }
  275. .home-product-list .home-library-product{
  276. width: 259px;
  277. height: 340px;
  278. display: inline-block;
  279. vertical-align: top;
  280. margin: 5px 15px;
  281. position: relative;
  282. text-align: left;
  283. }
  284. .home-product-list .home-library-product-cover{
  285. width: 100%;
  286. height: 100%;
  287. display: inline-block;
  288. text-decoration: none;
  289. border-radius: 10px;
  290. background: #fff;
  291. border: 1px solid #E3E4E5;
  292. box-shadow: 0px 0px 5px 0px #E8E8E8;
  293. position: relative;
  294. overflow: hidden;
  295. }
  296. .home-product-list .home-library-product:hover .home-library-product-cover{
  297. box-shadow: 0px 2px 10px 1px #E8E8E8;
  298. }
  299. .home-product-icon-nav{
  300. display: block;
  301. width: 49px;
  302. height: 11px;
  303. background: url('../imgs/m-home-icon-bg.svg') 0px -175px;
  304. margin: auto;
  305. margin-top: 20px;
  306. }
  307. .home-library-product .product-image{
  308. width: 100%;
  309. height: 120px;
  310. margin-bottom: 15px;
  311. }
  312. .home-library-product .product-name{
  313. padding: 0px 15px;
  314. font-family: opensansbold;
  315. font-size: 16px;
  316. color: var(--color-default-title);
  317. margin-bottom: 5px;
  318. line-height: 20px;
  319. min-height: 25px;
  320. overflow: hidden;
  321. -webkit-line-clamp: 2;
  322. -webkit-box-orient: vertical;
  323. display: -webkit-box;
  324. }
  325. .home-library-product .product-category{
  326. padding: 0px 15px;
  327. font-family: opensansregular;
  328. font-size: 13px;
  329. color: var(--color-green-text);
  330. margin-bottom: 10px;
  331. }
  332. .home-library-product .product-description{
  333. padding: 0px 15px;
  334. font-family: opensansregular;
  335. font-size: 13px;
  336. color: #AFAFAF;
  337. line-height: 18px;
  338. margin: 0px;
  339. overflow: hidden;
  340. -webkit-line-clamp: 4;
  341. -webkit-box-orient: vertical;
  342. display: -webkit-box;
  343. }
  344. .home-library-product .product-bottom{
  345. padding: 0px 15px;
  346. width: 100%;
  347. height: 55px;
  348. display: flex;
  349. position: absolute;
  350. left: 0px;
  351. bottom: 0px;
  352. background: #E5E5E5;
  353. }
  354. .home-library-product .product-bottom .bottom-text{
  355. font-family: opensanslight;
  356. font-size: 16px;
  357. color: var(--color-default-title);
  358. margin: auto;
  359. text-align: center;
  360. }
  361. .home-library-product .product-bottom .bottom-text .text-bold{
  362. font-family: opensanssemibold;
  363. }
  364. .home-project-container{
  365. padding: 25px 15px;
  366. background: #fff;
  367. }
  368. .home-project-cover{
  369. max-width: 1140px;
  370. margin: auto;
  371. }
  372. .home-project-container .project-name{
  373. font-family: opensansregular;
  374. font-size: 20px;
  375. color: var(--color-blue-text);
  376. text-align: center;
  377. line-height: 22px;
  378. margin: 0px;
  379. margin-bottom: 5px;
  380. }
  381. .home-project-container .project-pos{
  382. font-family: opensanslight;
  383. font-size: 15px;
  384. color: var(--color-default-text);
  385. text-align: center;
  386. line-height: 20px;
  387. margin: 0px;
  388. margin-bottom: 15px;
  389. }
  390. .home-project-container .project-info{
  391. font-family: opensansregular;
  392. font-size: 15px;
  393. color: var(--color-default-text);
  394. text-align: center;
  395. line-height: 21px;
  396. margin: 0px;
  397. margin-bottom: 21px;
  398. text-align: justify;
  399. }
  400. .home-project-container .project-info span{
  401. font-family: opensanssemibold;
  402. }
  403. .home-project-container .button-more{
  404. text-decoration: none;
  405. outline: 0px;
  406. color: var(--color-blue-text);
  407. font-family: opensanslight;
  408. font-size: 15px;
  409. cursor: pointer;
  410. text-align: center;
  411. display: block;
  412. }
  413. .home-project-container .button-more i{
  414. font-size: 30px;
  415. display: block;
  416. transition: 0.2s 0.4s all ease;
  417. margin-bottom: -5px;
  418. }
  419. .home-project-info-cover{
  420. overflow: hidden;
  421. }
  422. .home-student-container{
  423. padding: 20px 15px;
  424. text-align: center;
  425. background: #F2F2F2;
  426. }
  427. .home-student-cover{
  428. max-width: 1140px;
  429. margin: auto;
  430. }
  431. .home-student-title{
  432. font-family: opensansregular;
  433. font-size: 20px;
  434. line-height: 25px;
  435. color: var(--color-default-text);
  436. margin: 0px;
  437. margin-bottom: 0px;
  438. }
  439. .home-student-intro{
  440. font-family: opensanslight;
  441. font-size: 15px;
  442. line-height: 20px;
  443. color: var(--color-default-text);
  444. margin: 0px;
  445. margin-bottom: 20px;
  446. }
  447. .home-student-text-bottom{
  448. font-family: opensanslight;
  449. font-size: 25px;
  450. color: #231F20;
  451. max-width: 430px;
  452. margin: auto;
  453. }
  454. .home-student-cover .home-student-button{
  455. font-family: opensanssemibold;
  456. font-size: 14px;
  457. color: #fff;
  458. display: block;
  459. margin: auto;
  460. width: 230px;
  461. height: 50px;
  462. border-bottom: 2px solid #FF9D00;
  463. border-radius: 30px;
  464. text-shadow: 0px -1px #FF9D00;
  465. background: #FFB020;
  466. line-height: 48px;
  467. text-decoration: none;
  468. margin-top: 30px;
  469. }
  470. .home-student-list{
  471. padding-bottom: 5px;
  472. }
  473. #home-student-slider{
  474. position: relative;
  475. top: 0px;
  476. left: 0px;
  477. height: 410px;
  478. margin: auto;
  479. }
  480. #home-student-slider .slider-container-cover{
  481. cursor: pointer;
  482. position: absolute;
  483. overflow: hidden;
  484. left: 0px;
  485. top: 0px;
  486. height: 410px;
  487. }
  488. .home-student-item{
  489. display: flex;
  490. text-align: center;
  491. }
  492. .home-student-item>a{
  493. width: 100%;
  494. }
  495. .home-student-item .item-cover{
  496. margin: auto;
  497. padding: 20px;
  498. }
  499. .home-student-item.item-active .item-cover{
  500. height: 340px;
  501. width: 260px;
  502. padding-top: 25px;
  503. }
  504. .home-student-item .item-image{
  505. width: 80px;
  506. height: 80px;
  507. border: 2px solid #F2F2F2;
  508. box-shadow: 0px 0px 0px 1px var(--color-blue-bg);
  509. border-radius: 50%;
  510. margin-bottom: 15px;
  511. transition: inherit;
  512. }
  513. .home-student-item .item-name{
  514. color: var(--color-blue-text);
  515. font-family: opensansregular;
  516. font-size: 20px;
  517. margin-bottom: 10px;
  518. white-space: nowrap;
  519. text-overflow: ellipsis;
  520. overflow: hidden;
  521. transition: inherit;
  522. }
  523. .home-student-item .item-detail{
  524. color: var(--color-default-text);
  525. font-family: opensanslight;
  526. font-size: 15px;
  527. line-height: 22px;
  528. margin: auto;
  529. max-width: 350px;
  530. padding: 0px 20px;
  531. position: relative;
  532. }
  533. .home-student-item .item-detail::before, .home-student-item .item-detail::after{
  534. content: "";
  535. display: inline-block;
  536. width: 53px;
  537. height: 42px;
  538. background: url('../imgs/m-home-icon-bg.svg');
  539. position: absolute;
  540. z-index: -1;
  541. }
  542. .home-student-item .item-detail::before{
  543. background-position: 0px -85px;
  544. left: 0px;
  545. top: -20px;
  546. }
  547. .home-student-item .item-detail::after{
  548. background-position: 0px -130px;
  549. right: 0px;
  550. bottom: -10px;
  551. }
  552. .home-student-item .item-button{
  553. font-family: opensanssemibold;
  554. font-size: 16px;
  555. color: #fff;
  556. background-color: #7AC60C;
  557. display: block;
  558. width: 130px;
  559. height: 40px;
  560. line-height: 40px;
  561. border: 0px;
  562. outline: 0px;
  563. text-align: center;
  564. text-decoration: none;
  565. text-transform: uppercase;
  566. margin: auto;
  567. border-radius: 30px;
  568. margin-top: 15px;
  569. transition: inherit;
  570. }
  571. .home-student-item.item-active .item-name{
  572. font-size: 16px;
  573. }
  574. .home-student-item.item-active .item-image{
  575. width: 85px;
  576. height: 85px;
  577. }
  578. .home-student-item.item-active .item-button{
  579. font-size: 17px;
  580. width: 140px;
  581. height: 46px;
  582. line-height: 46px;
  583. }
  584. .home-student-item.item-active .item-detail{
  585. font-size: 15px;
  586. line-height: 20px;
  587. height: 100px;
  588. }
  589. .home-bullet-navigator-cover{
  590. position: absolute;
  591. bottom: -30px;
  592. display: none;
  593. }
  594. .home-student-container .home-bullet-navigator-cover{
  595. display: none;
  596. }
  597. .home-bullet-navigator{
  598. width: 9px;
  599. height: 9px;
  600. background: transparent;
  601. border: 1px solid var(--color-blue-bg);
  602. border-radius: 50%;
  603. transition: 0.2s all linear;
  604. }
  605. .home-bullet-navigator.home-bullet-navigatorav{
  606. opacity: 1;
  607. width: 11px;
  608. height: 11px;
  609. background: var(--color-blue-bg);
  610. transform: translate(-1px, -1px);
  611. }
  612. .home-intro-container-top{
  613. background: radial-gradient(circle at center 150px, rgba(255, 255, 255, .3) 0px, rgba(255, 255, 255, 0) 200px), radial-gradient(circle at center 150px, #7FD5FF 0px, #00BAF4 250px);
  614. padding: 40px 15px 50px;
  615. }
  616. .home-intro-cover-top{
  617. max-width: 1140px;
  618. margin: auto;
  619. }
  620. .home-intro-container-top .home-intro-left{
  621. text-align: center;
  622. }
  623. .home-intro-container-top .home-intro-left .intro-image{
  624. max-width: 100%;
  625. border-radius: 50%;
  626. }
  627. .home-intro-container-top .home-intro-left .intro-name{
  628. font-family: opensanssemibold;
  629. font-size: 35px;
  630. color: #fff;
  631. margin: 0px;
  632. margin-bottom: 10px;
  633. }
  634. .home-intro-container-top .home-intro-left .intro-pos{
  635. font-family: opensanslight;
  636. font-size: 20px;
  637. color: #fff;
  638. margin: 0px;
  639. }
  640. .home-intro-container-top .home-intro-right{
  641. padding-left: 60px;
  642. }
  643. .home-intro-container-top .home-intro-right .intro-info{
  644. font-family: opensansregular;
  645. font-size: 15px;
  646. color: #fff;
  647. margin-bottom: 10px;
  648. line-height: 21px;
  649. text-align: justify;
  650. }
  651. .home-intro-container-top .home-intro-right .intro-info span{
  652. color: var(--color-blue-text);
  653. }
  654. .home-intro-container-top .home-intro-right .intro-info span.tbold{
  655. font-family: opensanssemibold;
  656. }
  657. .home-intro-container-top .home-intro-button{
  658. font-family: opensanssemibold;
  659. font-size: 18px;
  660. color: #fff;
  661. text-align: center;
  662. text-decoration: none;
  663. outline: 0px;
  664. border: 0px;
  665. text-transform: uppercase;
  666. display: block;
  667. width: 230px;
  668. height: 52px;
  669. line-height: 52px;
  670. background: #FEBF10;
  671. border-radius: 30px;
  672. margin: auto;
  673. margin-top: 25px;
  674. border-bottom: 4px solid #FFB600;
  675. }
  676. .home-intro-container-top .home-intro-try-free{
  677. font-family: opensanslight;
  678. font-size: 18px;
  679. color: #fff;
  680. display: block;
  681. margin: auto;
  682. text-decoration: none;
  683. margin-top: 15px;
  684. }
  685. #home-video{
  686. max-width: 345px;
  687. height: 194px;
  688. margin: 25px auto 0px;
  689. border-radius: 10px;
  690. overflow: hidden;
  691. position: relative;
  692. border: 1px solid #00baf3;
  693. background: #00baf3;
  694. }
  695. #home-video .layout-video{
  696. width: 100%;
  697. height: 100%;
  698. position: absolute;
  699. left: 0px;
  700. top: 0px;
  701. z-index: 2;
  702. background: var(--color-main-blue-light);
  703. display: flex;
  704. opacity: 1;
  705. transition: 0.4s all;
  706. cursor: pointer;
  707. }
  708. #home-video .layout-video.hide-layout{
  709. opacity: 0;
  710. }
  711. #home-video .layout-video::after{
  712. content: "";
  713. display: inline-block;
  714. width: 65.914px;
  715. height: 51.17px;
  716. margin: auto;
  717. background: url(../imgs/guide-icon-bg.svg) 0px -40px;
  718. z-index: 2;
  719. position: absolute;
  720. left: calc(50% - 25px);
  721. top: calc(50% - 32px);
  722. }
  723. #home-video .layout-video::before{
  724. content: "";
  725. display: inline-block;
  726. width: 100%;
  727. height: 100%;
  728. margin: auto;
  729. background: url(../imgs/video-intro.jpg);
  730. z-index: 1;
  731. background-size: cover;
  732. }
  733. #home-video .layout-video .layout-text{
  734. position: absolute;
  735. left: 0px;
  736. transform: translate(0, -50%);
  737. top: calc(50% + 32px);
  738. font-family: opensansregular;
  739. font-size: 10px;
  740. color: #fff;
  741. width: 100%;
  742. text-align: center;
  743. }