m-home.css 15 KB

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