style.css 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545
  1. @charset "UTF-8";
  2. * {
  3. letter-spacing: 1px;
  4. }
  5. .navbar {
  6. -webkit-box-shadow: 0 2px 10px 2px #cccccc;
  7. box-shadow: 0 2px 10px 2px #cccccc;
  8. background-color: white;
  9. width: 100%;
  10. }
  11. .navbar .navbar-collapse {
  12. -webkit-box-flex: 0;
  13. -ms-flex-positive: 0;
  14. flex-grow: 0;
  15. }
  16. .header {
  17. margin-top: 70px;
  18. position: relative;
  19. padding: 6rem 0 3rem;
  20. }
  21. .header-lefttop {
  22. position: absolute;
  23. left: 0;
  24. top: 0;
  25. z-index: -1;
  26. width: 350px;
  27. }
  28. .header-title {
  29. font-size: 3rem;
  30. font-weight: bold;
  31. }
  32. .header__sub {
  33. color: #38a7bb;
  34. font-size: 1.5rem;
  35. font-weight: 300;
  36. position: relative;
  37. }
  38. .header__sub::before,
  39. .header__sub::after {
  40. content: " ";
  41. position: absolute;
  42. width: 12%;
  43. height: 1px;
  44. background-color: #38a7bb;
  45. top: 50%;
  46. }
  47. .header__sub::before {
  48. left: 28%;
  49. }
  50. .header__sub::after {
  51. left: 60%;
  52. }
  53. .header__form {
  54. margin: 1rem auto;
  55. -webkit-box-pack: center;
  56. -ms-flex-pack: center;
  57. justify-content: center;
  58. }
  59. .header__form__input {
  60. border-radius: 10rem;
  61. padding: 0.4rem 0.8rem;
  62. width: 60%;
  63. margin-left: 4.5rem;
  64. }
  65. .header__form__sub {
  66. border-radius: 10rem;
  67. background-color: #fca25e;
  68. color: white;
  69. border: none;
  70. width: 5rem;
  71. -webkit-transform: translateX(-100%);
  72. transform: translateX(-100%);
  73. -webkit-transition: all 0.3s;
  74. transition: all 0.3s;
  75. }
  76. .header__form__sub:hover {
  77. background-color: #ff892e;
  78. }
  79. .header-right {
  80. width: 80%;
  81. height: 50vh;
  82. background-image: url("../imgs/電腦2.webp");
  83. background-size: contain;
  84. background-repeat: no-repeat;
  85. margin: 0 auto;
  86. position: relative;
  87. }
  88. .header-right.header-dm {
  89. background-image: url("https://i.imgur.com/SOu53ii.jpg");
  90. }
  91. .header-right-cir {
  92. width: 60%;
  93. position: absolute;
  94. right: 0%;
  95. top: -5%;
  96. z-index: -1;
  97. }
  98. .header-right__video {
  99. position: absolute;
  100. width: calc(80% - 10%);
  101. height: auto;
  102. left: 3.3rem;
  103. top: 1.8rem;
  104. }
  105. .header-right-magnifier {
  106. position: absolute;
  107. width: 25%;
  108. right: 3%;
  109. bottom: 1%;
  110. }
  111. .header-right-bubble {
  112. position: absolute;
  113. width: 22%;
  114. top: 0;
  115. left: 0;
  116. -webkit-transform: translate(-60%, -50%);
  117. transform: translate(-60%, -50%);
  118. }
  119. .header-right-linecir {
  120. width: 45%;
  121. position: absolute;
  122. left: -8%;
  123. bottom: -3%;
  124. z-index: -1;
  125. }
  126. /* footer.html Start */
  127. .footer {
  128. color: #656565;
  129. }
  130. .footer .footer-contacts {
  131. margin-top: 2rem;
  132. line-height: 32px;
  133. }
  134. .footer a {
  135. color: #656565;
  136. text-decoration: none;
  137. }
  138. .footer h5 {
  139. color: black;
  140. font-weight: 600;
  141. padding-bottom: 15px;
  142. }
  143. .footer .link {
  144. padding-bottom: 20px;
  145. }
  146. .footer {
  147. background-color: #f0f0f0;
  148. padding: 3rem;
  149. }
  150. .footer .right-column {
  151. border-left: 1px solid black;
  152. }
  153. .footer .footer-aigirl {
  154. font-weight: 600;
  155. font-size: 2rem;
  156. margin-top: 1rem;
  157. margin-bottom: 1rem;
  158. }
  159. .footer .footer-follow {
  160. font-size: 1.6rem;
  161. margin-bottom: 1rem;
  162. color: black;
  163. font-size: 1rem;
  164. font-weight: 600;
  165. margin-top: 2rem;
  166. }
  167. .footer .footer-socials a {
  168. margin-right: 5px;
  169. }
  170. /* footer.html End */
  171. /* footer_default.html Start */
  172. .footer h4 {
  173. text-transform: uppercase;
  174. color: white;
  175. font-size: 14px;
  176. font-weight: 800;
  177. }
  178. .footer__btn__text {
  179. font-size: 1.3rem;
  180. color: white;
  181. }
  182. .footer .btn {
  183. border: 2px solid #38a7bb;
  184. color: #38a7bb;
  185. text-decoration: none;
  186. }
  187. .followus__btn {
  188. text-decoration: none;
  189. color: white;
  190. }
  191. .followus__btn:hover {
  192. color: #38a7bb;
  193. }
  194. .footer .btn:hover {
  195. color: white;
  196. background-color: #38a7bb;
  197. }
  198. .followus__txt {
  199. display: inline-block;
  200. margin-right: 1rem;
  201. color: white;
  202. font-weight: 600;
  203. }
  204. .footer-img {
  205. height: 60px;
  206. }
  207. /* footer_default.html End */
  208. /* iframe Start */
  209. .video-box {
  210. position: relative;
  211. width: 70%;
  212. height: 0;
  213. padding-bottom: 40%;
  214. }
  215. @media (max-width: 1200px) {
  216. .video-box {
  217. width: 80%;
  218. padding-bottom: 45%;
  219. }
  220. }
  221. @media (max-width: 767px) {
  222. .video-box {
  223. margin: 50px auto 0;
  224. }
  225. }
  226. @media (max-width: 576px) {
  227. .video-box {
  228. width: 90%;
  229. padding-bottom: 50%;
  230. }
  231. }
  232. .video-box iframe {
  233. position: absolute;
  234. top: 0;
  235. left: 0;
  236. width: 100%;
  237. height: 100%;
  238. }
  239. /* iframe End */
  240. .category {
  241. padding: 2rem 0rem;
  242. }
  243. .category.dm-description {
  244. padding: 2rem 8rem;
  245. }
  246. .category-sub-h2 {
  247. position: relative;
  248. }
  249. .category-sub-h2::after {
  250. position: absolute;
  251. content: "";
  252. width: 4rem;
  253. height: 1rem;
  254. border-bottom: 10px solid #ff892e;
  255. left: 50%;
  256. top: -1.5rem;
  257. -webkit-transform: translateX(-50%);
  258. transform: translateX(-50%);
  259. }
  260. .category-btngrp {
  261. padding: 0 8rem;
  262. }
  263. .category-btn {
  264. background-color: #a7d9e2;
  265. border: none;
  266. border-radius: 5rem;
  267. outline: none;
  268. color: white;
  269. font-size: 1.3rem;
  270. padding: 0.4rem 2rem;
  271. text-decoration: none;
  272. }
  273. .category-btn.active {
  274. background-color: #38a7bb;
  275. text-decoration: none;
  276. color: white;
  277. }
  278. .card__rank {
  279. border: 1px solid #cecece;
  280. -webkit-box-shadow: 1px 1px 5px 1px lightgray;
  281. box-shadow: 1px 1px 5px 1px lightgray;
  282. position: relative;
  283. padding: 1rem 1.5rem;
  284. }
  285. .top20 .card__rank {
  286. margin-bottom: 1.5rem;
  287. }
  288. .top3 {
  289. padding: 3rem 0rem;
  290. padding-bottom: 5rem;
  291. position: relative;
  292. }
  293. .top3 .row {
  294. padding: 0rem 4rem;
  295. }
  296. .top3 .backfill {
  297. position: absolute;
  298. width: 100%;
  299. height: 100px;
  300. background-color: #ffebe8;
  301. left: 0;
  302. right: 0;
  303. top: 7rem;
  304. }
  305. .top3__num {
  306. color: #fca25e;
  307. font-size: 5.8rem;
  308. font-family: "Trebuchet MS";
  309. position: absolute;
  310. left: 1rem;
  311. top: -3.5rem;
  312. font-weight: 300;
  313. }
  314. .card__rank__word {
  315. color: #20616d;
  316. margin-left: 3rem;
  317. font-size: 1.8rem;
  318. font-weight: 400;
  319. }
  320. .card__rank__goto {
  321. text-align: right;
  322. }
  323. .card__rank__link {
  324. color: #38a7bb;
  325. text-decoration: none;
  326. font-weight: 400;
  327. }
  328. .card__rank__link:hover {
  329. color: #19879b;
  330. }
  331. .top20 {
  332. padding-bottom: 5rem;
  333. }
  334. .top20 .row {
  335. padding: 0rem 4rem;
  336. }
  337. .top20 .card__rank__word {
  338. margin-left: 0;
  339. }
  340. .top20__num {
  341. color: #fca25e;
  342. font-size: 2.5rem;
  343. font-family: "Trebuchet MS";
  344. font-weight: 300;
  345. display: inline-block;
  346. width: 3rem;
  347. }
  348. /* content page */
  349. .cntheader {
  350. margin-top: 81px;
  351. padding: 4rem 0;
  352. position: relative;
  353. padding-bottom: 2rem;
  354. }
  355. .cntheader__sub {
  356. color: #38a7bb;
  357. font-size: 1.5rem;
  358. font-weight: 300;
  359. position: relative;
  360. }
  361. .cntheader__sub::before,
  362. .cntheader__sub::after {
  363. content: " ";
  364. position: absolute;
  365. width: 15%;
  366. height: 1px;
  367. background-color: #38a7bb;
  368. top: 50%;
  369. }
  370. .cntheader__sub::before {
  371. left: 18%;
  372. }
  373. .cntheader__sub::after {
  374. left: 67%;
  375. }
  376. .cntheader .category-btngrp {
  377. padding: 0 4rem;
  378. }
  379. .card__art {
  380. padding: 1rem;
  381. border: 1px solid #20616d;
  382. border-radius: 1rem;
  383. margin-bottom: 1rem;
  384. }
  385. .card__title {
  386. font-size: 1.8rem;
  387. font-weight: 400;
  388. }
  389. .card__text {
  390. color: #918f8f;
  391. }
  392. .card__link {
  393. display: inline-block;
  394. color: #38a7bb;
  395. margin-right: 1rem;
  396. text-decoration: none;
  397. }
  398. .card__link:hover {
  399. color: #20616d;
  400. }
  401. .toparticle {
  402. border: 1px solid #cecece;
  403. -webkit-box-shadow: 1px 2px 3px 1px #e0e0e0;
  404. box-shadow: 1px 2px 3px 1px #e0e0e0;
  405. }
  406. .toparticle__title {
  407. color: white;
  408. background-color: #38a7bb;
  409. text-align: center;
  410. font-size: 1.3rem;
  411. padding: 0.3rem 0;
  412. position: relative;
  413. }
  414. .toparticle__title img {
  415. position: absolute;
  416. width: 150px;
  417. right: -4rem;
  418. top: -3.5rem;
  419. }
  420. .toparticle__list {
  421. padding: 1.5rem;
  422. padding-top: 0;
  423. list-style: none;
  424. padding-bottom: 1rem;
  425. }
  426. .toparticle__list-item {
  427. padding: 0.3rem;
  428. border-bottom: 1px solid #cecece;
  429. color: #38a7bb;
  430. position: relative;
  431. }
  432. .toparticle__list-item:nth-of-type(10) {
  433. border: none;
  434. }
  435. .toparticle__list-item a {
  436. text-decoration: none;
  437. color: #38a7bb;
  438. }
  439. .toparticle__num {
  440. color: #fca25e;
  441. font-size: 1.8rem;
  442. font-family: "Trebuchet MS";
  443. font-weight: 300;
  444. margin-right: 8px;
  445. }
  446. .toparticle__top {
  447. font-size: 2rem;
  448. }
  449. .toparticle__list-item small {
  450. position: absolute;
  451. right: 0;
  452. top: 45%;
  453. }
  454. .cntsubscribe {
  455. text-align: center;
  456. }
  457. .cntsubscribe__form {
  458. position: relative;
  459. }
  460. .cntsubscribe__sub {
  461. border-radius: 10rem;
  462. background-color: #fca25e;
  463. color: white;
  464. border: none;
  465. width: 5rem;
  466. position: absolute;
  467. right: 0;
  468. top: 0;
  469. padding: 0.45rem 0.8rem;
  470. }
  471. .cntsubscribe__sub:hover {
  472. background-color: #ff892e;
  473. color: white;
  474. }
  475. .cntsubscribe__input {
  476. border-radius: 10rem;
  477. padding: 0.4rem 0.8rem;
  478. width: 100%;
  479. }
  480. .img-block .img-block-img {
  481. width: 70%;
  482. }
  483. .img-block-list {
  484. padding: 2rem 6rem;
  485. }
  486. .img-block-linecir {
  487. position: absolute;
  488. right: 10%;
  489. bottom: 5%;
  490. width: 30%;
  491. z-index: -1;
  492. }
  493. .img-block-linecir.left {
  494. right: -10%;
  495. bottom: -5%;
  496. }
  497. .img-block-linecir.right {
  498. left: -10%;
  499. bottom: -5%;
  500. }
  501. .img-block-linecir.left {
  502. left: -10%;
  503. bottom: -5%;
  504. }
  505. .aboutus_img {
  506. width: 100%;
  507. }
  508. .aboutus_prize_img {
  509. border: 1.5rem solid #e7e7e7;
  510. border-radius: 1rem;
  511. }
  512. .header__ai-training__span {
  513. width: 6rem;
  514. height: 6rem;
  515. padding: 1rem;
  516. display: inline-block;
  517. font-size: 1.4rem;
  518. background-color: #ffff9f;
  519. border-radius: 50%;
  520. }
  521. .ai-training__action {
  522. border: 3px dashed #ffebe8;
  523. }
  524. .ai-training__card .card-img-top {
  525. height: 35vh;
  526. }
  527. .ai-training__action ul {
  528. list-style: none;
  529. line-height: 2rem;
  530. }
  531. .ai-training__action__box {
  532. -webkit-box-orient: horizontal;
  533. -webkit-box-direction: normal;
  534. -ms-flex-direction: row;
  535. flex-direction: row;
  536. }
  537. .ai-training__action__btn {
  538. padding: 0.5rem 2rem;
  539. border: none;
  540. outline: none;
  541. border-radius: 4rem;
  542. background: #ea5413;
  543. font-size: 1.3rem;
  544. color: white;
  545. }
  546. .ai-training__action__img {
  547. width: 15rem;
  548. height: 15rem;
  549. background-repeat: no-repeat;
  550. background-position: center;
  551. background-size: cover;
  552. border-radius: 50%;
  553. border: 3px solid #ffdbd6;
  554. }
  555. .hero-btn {
  556. border: none;
  557. outline: none;
  558. border-radius: 3rem;
  559. margin-top: 0.5rem;
  560. padding: 0.6rem 1.5rem;
  561. background: linear-gradient(20deg, #ea5413, #920783);
  562. color: white;
  563. font-size: 1.1rem;
  564. -webkit-box-shadow: 1px 1px 5px 1px #cfcfcf87;
  565. box-shadow: 1px 1px 5px 1px #cfcfcf87;
  566. }
  567. .contact-btn {
  568. text-decoration: none;
  569. color: white;
  570. border: 1px solid #ea5413;
  571. padding: 0.6rem 1.5rem;
  572. outline: none;
  573. background-color: #ea5413;
  574. margin-top: 0.5rem;
  575. border-radius: 3rem;
  576. -webkit-box-shadow: 1px 1px 5px 1px rgba(201, 201, 201, 0.637);
  577. box-shadow: 1px 1px 5px 1px rgba(201, 201, 201, 0.637);
  578. -webkit-transition: all 0.3s;
  579. transition: all 0.3s;
  580. }
  581. .contact-btn:hover {
  582. color: #ea5413;
  583. background-color: transparent;
  584. border: 1px solid #ea5413;
  585. }
  586. .loaded {
  587. -webkit-box-shadow: 0 4px 8px 0 #3569804d, 0 6px 20px 0 #a5c8d569;
  588. box-shadow: 0 4px 8px 0 #3569804d, 0 6px 20px 0 #a5c8d569;
  589. margin-bottom: 4rem;
  590. }
  591. .pageForm-title {
  592. padding: 0 0 0 40px;
  593. background-image: url(/imgs/dm/accept.png);
  594. background-position: 0 0;
  595. background-repeat: no-repeat;
  596. background-size: 30px auto;
  597. }
  598. .pageForm-txt {
  599. padding-left: 40px;
  600. }
  601. .pageForm-notice {
  602. padding-left: 40px;
  603. color: grey;
  604. margin-top: 50px;
  605. }
  606. .pageForm-p {
  607. padding: 40px;
  608. }
  609. .btn-detailForm {
  610. background-color: transparent;
  611. border: none;
  612. outline: none;
  613. color: #ff892e;
  614. padding: 0 0;
  615. padding-bottom: 0.1rem;
  616. margin-bottom: 0.8rem;
  617. display: inline-block;
  618. border-bottom: 1px dotted #ff892e;
  619. -webkit-transition: all 0.4s;
  620. transition: all 0.4s;
  621. text-decoration: none;
  622. }
  623. .btn-detailForm:hover {
  624. -webkit-transform: translate(2px, 2px);
  625. transform: translate(2px, 2px);
  626. text-decoration: none;
  627. color: #ff892e;
  628. }
  629. @media (max-width: 1300px) {
  630. .header-right__video {
  631. position: absolute;
  632. width: calc(80% - 4%);
  633. }
  634. }
  635. @media (max-width: 992px) {
  636. .header-title {
  637. font-size: 3rem;
  638. }
  639. .cntheader .header-title {
  640. font-size: 2.2rem;
  641. }
  642. .header-right {
  643. height: 40vh;
  644. }
  645. .header-right-magnifier {
  646. right: -2.5rem;
  647. bottom: 1rem;
  648. }
  649. .header__sub {
  650. font-size: 1.3rem;
  651. }
  652. .header__sub::before,
  653. .header__sub::after {
  654. width: 8%;
  655. }
  656. .header__sub::before {
  657. left: 30%;
  658. }
  659. .header__sub::after {
  660. left: 62%;
  661. }
  662. .header__form__input {
  663. font-size: 0.9rem;
  664. }
  665. .category-btngrp {
  666. padding: 0;
  667. }
  668. .category-btn {
  669. padding: 0.3rem 1.5rem;
  670. font-size: 1.2rem;
  671. }
  672. .ctncategory-btn {
  673. padding: 0.2rem 1rem;
  674. font-size: 1rem;
  675. }
  676. .top3 .row {
  677. padding: 0;
  678. }
  679. .card__rank {
  680. padding: 0.8rem 1rem;
  681. }
  682. .top3__num {
  683. left: 0.6rem;
  684. top: -2.5rem;
  685. font-size: 4rem;
  686. }
  687. .card__rank__word {
  688. margin-left: 1.5rem;
  689. font-size: 1.2rem;
  690. }
  691. .card__rank hr {
  692. margin-top: 8px;
  693. margin-bottom: 8px;
  694. }
  695. .top20 .row {
  696. padding: 0;
  697. }
  698. .top20__num {
  699. font-size: 2.1rem;
  700. width: 1.6rem;
  701. }
  702. .container__footer {
  703. width: 95vw;
  704. }
  705. .header__form {
  706. width: 85%;
  707. position: relative;
  708. }
  709. .header__form__input {
  710. margin-left: 0;
  711. width: 100%;
  712. }
  713. .header__form__sub {
  714. -webkit-transform: none;
  715. transform: none;
  716. position: absolute;
  717. right: 0;
  718. top: 0;
  719. }
  720. .header-right-linecir {
  721. bottom: 0;
  722. }
  723. .cntheader__sub {
  724. font-size: 1.2rem;
  725. }
  726. .cntheader__sub::before {
  727. left: 13%;
  728. }
  729. .cntheader__sub::after {
  730. left: 72%;
  731. }
  732. .toparticle__title img {
  733. position: absolute;
  734. width: 90px;
  735. right: -2rem;
  736. top: -2rem;
  737. }
  738. .toparticle__top {
  739. font-size: 1.7rem;
  740. }
  741. .fb__fr {
  742. width: 100%;
  743. }
  744. .cntsubscribe__form {
  745. width: 100%;
  746. }
  747. .ai-training__action__box {
  748. -webkit-box-orient: vertical;
  749. -webkit-box-direction: normal;
  750. -ms-flex-direction: column;
  751. flex-direction: column;
  752. }
  753. }
  754. @media (max-width: 767px) {
  755. .header .col-md-5 {
  756. margin-bottom: 3rem;
  757. }
  758. .header-right-bubble {
  759. width: 15%;
  760. }
  761. .header-right-magnifier {
  762. right: 4rem;
  763. bottom: 1rem;
  764. }
  765. .category {
  766. padding-top: 4rem;
  767. }
  768. .category.dm-description {
  769. padding-top: 4rem;
  770. padding-left: 0;
  771. padding-right: 0;
  772. margin-top: 4.5rem;
  773. }
  774. .category.mt-xl {
  775. margin-top: 8.5rem;
  776. }
  777. .category.dm-description h5 {
  778. padding-left: 1rem;
  779. padding-right: 1rem;
  780. }
  781. .top3 {
  782. padding-bottom: 2rem;
  783. }
  784. .top3 .col-md-4 {
  785. margin-bottom: 1.5rem;
  786. }
  787. .top3 .col-md-4:nth-of-type(3) {
  788. margin-bottom: 0;
  789. }
  790. .card__rank {
  791. margin-bottom: 1.5rem;
  792. }
  793. .row-right {
  794. margin-top: 2rem;
  795. }
  796. .cntheader {
  797. padding-bottom: 0rem;
  798. }
  799. .header-right__video {
  800. position: absolute;
  801. width: calc(80% - 10%);
  802. left: 2.3rem;
  803. top: 1.5rem;
  804. }
  805. .img-block-list {
  806. padding: 2rem 1.5rem;
  807. }
  808. .ai-training__card .card-img-top {
  809. height: 50vh;
  810. }
  811. }
  812. @media (max-width: 576px) {
  813. .header-title {
  814. font-size: 2.5rem;
  815. }
  816. .header.ai-training {
  817. height: 80vh;
  818. }
  819. .header-right {
  820. height: 30vh;
  821. }
  822. .header-right-magnifier {
  823. right: 0rem;
  824. bottom: 1.5rem;
  825. }
  826. .category-btn {
  827. padding: 0.2rem 1rem;
  828. font-size: 1rem;
  829. }
  830. .category {
  831. padding: 1rem;
  832. }
  833. .footer-img {
  834. height: 50px;
  835. }
  836. .footer {
  837. font-size: 0.9rem;
  838. }
  839. .pageForm-p {
  840. padding: 15px;
  841. }
  842. .pageForm {
  843. width: 95%;
  844. }
  845. }
  846. @media (max-width: 480px) {
  847. .ctncategory-btn {
  848. margin-top: 0.6rem;
  849. }
  850. .header-right__video {
  851. position: absolute;
  852. width: calc(80% - 5%);
  853. left: 2.1rem;
  854. top: 1.3rem;
  855. }
  856. }
  857. /* blog-traffic Start */
  858. .blog-traffic {
  859. overflow-x: hidden;
  860. }
  861. .blog-traffic .header {
  862. padding: 0;
  863. }
  864. .blog-traffic .banner {
  865. width: 100vw;
  866. height: auto;
  867. position: absolute;
  868. z-index: -10;
  869. }
  870. @media (max-width: 767px) {
  871. .blog-traffic .banner {
  872. width: 150vw;
  873. height: auto;
  874. }
  875. }
  876. .blog-traffic .header-img {
  877. width: 150%;
  878. height: auto;
  879. position: relative;
  880. top: -30px;
  881. right: 30px;
  882. z-index: -1;
  883. }
  884. @media (max-width: 767px) {
  885. .blog-traffic .header-img {
  886. width: 100%;
  887. top: -45px;
  888. right: unset;
  889. }
  890. }
  891. .blog-traffic .header-title {
  892. font-size: 2.5rem;
  893. line-height: 65px;
  894. font-weight: 600;
  895. color: #000;
  896. }
  897. @media (max-width: 768px) {
  898. .blog-traffic .header-title {
  899. font-size: 2.2rem;
  900. }
  901. }
  902. .blog-traffic .dm-description {
  903. margin-top: -250px;
  904. }
  905. @media (max-width: 1400px) {
  906. .blog-traffic .dm-description {
  907. margin-top: -190px;
  908. }
  909. }
  910. @media (max-width: 991px) {
  911. .blog-traffic .dm-description {
  912. margin-top: -100px;
  913. }
  914. }
  915. .blog-traffic .dm-description p {
  916. font-size: 20px;
  917. line-height: 32px;
  918. }
  919. .blog-traffic .category {
  920. padding: 0;
  921. position: relative;
  922. }
  923. .blog-traffic .category.dm-description {
  924. padding: 0;
  925. }
  926. @media (max-width: 575px) {
  927. .blog-traffic .category {
  928. padding: 0 10px;
  929. }
  930. }
  931. .blog-traffic .category h4 {
  932. font-size: 2rem;
  933. }
  934. .blog-traffic .category h4,
  935. .blog-traffic .category .sub-title {
  936. margin: 0;
  937. color: #f5ab1b;
  938. font-weight: bold;
  939. }
  940. .blog-traffic .category-sub-h2::after {
  941. width: 3rem;
  942. border-bottom: 10px solid #ea5413;
  943. margin-top: 15px;
  944. }
  945. .blog-traffic ul {
  946. padding: 0;
  947. list-style: none;
  948. }
  949. .blog-traffic ul li {
  950. line-height: 32px;
  951. }
  952. .blog-traffic .img-block-img {
  953. width: 12%;
  954. -o-object-fit: contain;
  955. object-fit: contain;
  956. image-rendering: -webkit-optimize-contrast;
  957. position: relative;
  958. top: -30px;
  959. }
  960. @media (max-width: 1200px) {
  961. .blog-traffic .img-block-img {
  962. top: -10px;
  963. }
  964. }
  965. @media (max-width: 991px) {
  966. .blog-traffic .img-block-img {
  967. width: 15%;
  968. }
  969. }
  970. @media (max-width: 767px) {
  971. .blog-traffic .img-block-img {
  972. width: 20%;
  973. top: 5px;
  974. }
  975. }
  976. @media (max-width: 490px) {
  977. .blog-traffic .img-block-img {
  978. top: 15px;
  979. }
  980. }
  981. @media (max-width: 414px) {
  982. .blog-traffic .img-block-img {
  983. top: 22px;
  984. }
  985. }
  986. @media (max-width: 1200px) {
  987. .blog-traffic .img-first {
  988. top: 0;
  989. }
  990. }
  991. @media (max-width: 767px) {
  992. .blog-traffic .img-first {
  993. top: 15px;
  994. }
  995. }
  996. @media (max-width: 490px) {
  997. .blog-traffic .img-first {
  998. top: 40px;
  999. }
  1000. }
  1001. .blog-traffic .add-img {
  1002. width: 130px;
  1003. margin: 10px auto 0;
  1004. image-rendering: -webkit-optimize-contrast;
  1005. }
  1006. @media (max-width: 991px) {
  1007. .blog-traffic .add-img {
  1008. margin: 0 auto;
  1009. }
  1010. }
  1011. @media (max-width: 767px) {
  1012. .blog-traffic .add-img {
  1013. margin: 10px auto -25px;
  1014. }
  1015. }
  1016. .blog-traffic .purple-circle {
  1017. width: 50%;
  1018. left: -250px;
  1019. bottom: 100px;
  1020. }
  1021. @media (max-width: 991px) {
  1022. .blog-traffic .purple-circle {
  1023. left: -150px;
  1024. }
  1025. }
  1026. @media (max-width: 767px) {
  1027. .blog-traffic .purple-circle {
  1028. left: -50px;
  1029. }
  1030. }
  1031. .blog-traffic .orange-circle {
  1032. width: 50%;
  1033. right: -200px;
  1034. top: -200px;
  1035. }
  1036. @media (max-width: 767px) {
  1037. .blog-traffic .orange-circle {
  1038. right: -100px;
  1039. top: -150px;
  1040. }
  1041. }
  1042. .blog-traffic .data-text .circle {
  1043. top: -250px;
  1044. right: -5vw;
  1045. }
  1046. @media (max-width: 767px) {
  1047. .blog-traffic .data-text .circle {
  1048. top: 0px;
  1049. }
  1050. }
  1051. /* blog-traffic End */
  1052. /* seo Start */
  1053. #seo-dm {
  1054. overflow: hidden;
  1055. }
  1056. #seo-dm .stock-01 {
  1057. position: absolute;
  1058. z-index: -1;
  1059. width: 800px;
  1060. top: -180px;
  1061. left: -300px;
  1062. }
  1063. #seo-dm .bg-img {
  1064. width: 50%;
  1065. position: absolute;
  1066. right: -50px;
  1067. z-index: -1;
  1068. }
  1069. #seo-dm .block-content {
  1070. margin-left: -35px;
  1071. }
  1072. #seo-dm .block-content h3 {
  1073. color: #f6ab1c;
  1074. font-size: 2.2rem;
  1075. font-weight: bold;
  1076. }
  1077. #seo-dm .block-content p {
  1078. color: #656565;
  1079. font-weight: bold;
  1080. }
  1081. /* seo End */
  1082. /* youtube-views Start */
  1083. #youtube-views {
  1084. overflow-x: hidden;
  1085. }
  1086. #youtube-views h5 {
  1087. line-height: 32px;
  1088. }
  1089. #youtube-views .title {
  1090. color: #ea5413;
  1091. font-size: 1.3rem;
  1092. font-weight: bold;
  1093. }
  1094. #youtube-views .header-right {
  1095. background-position: center;
  1096. }
  1097. #youtube-views .card-group {
  1098. margin-top: 50px;
  1099. }
  1100. #youtube-views .card-group .card {
  1101. -webkit-box-shadow: 0 0 10px #20202040;
  1102. box-shadow: 0 0 10px #20202040;
  1103. }
  1104. #youtube-views .card-group .card ul {
  1105. padding: 0;
  1106. list-style: none;
  1107. }
  1108. #youtube-views .card-group .card ul img {
  1109. margin-bottom: 1px;
  1110. }
  1111. #youtube-views .card-group .card .price {
  1112. width: 100%;
  1113. padding: 10px 0;
  1114. font-size: 28px;
  1115. font-weight: bold;
  1116. text-align: center;
  1117. color: #fff;
  1118. background-color: #ea5413;
  1119. letter-spacing: 2px;
  1120. }
  1121. #youtube-views .card-group .card .buy-btn {
  1122. padding: 10px 20px;
  1123. color: #fff;
  1124. border: 1px solid transparent;
  1125. border-radius: 50px;
  1126. background: #ea5413;
  1127. -webkit-transition: all 0.3s;
  1128. transition: all 0.3s;
  1129. }
  1130. #youtube-views .card-group .card .buy-btn:hover {
  1131. color: #ea5413;
  1132. border: 1px solid #ea5413;
  1133. background: #fff;
  1134. }
  1135. #youtube-views .card-group .paypal-content {
  1136. margin: 0 20px;
  1137. -webkit-box-shadow: none;
  1138. box-shadow: none;
  1139. }
  1140. #youtube-views .direction-list {
  1141. margin-top: 100px;
  1142. }
  1143. #youtube-views .direction-list img {
  1144. width: 50px;
  1145. -o-object-fit: contain;
  1146. object-fit: contain;
  1147. -webkit-filter: invert(33%) sepia(55%) saturate(2232%) hue-rotate(357deg) brightness(102%) contrast(89%);
  1148. filter: invert(33%) sepia(55%) saturate(2232%) hue-rotate(357deg) brightness(102%) contrast(89%);
  1149. }
  1150. #youtube-views .direction-list .content > div {
  1151. margin-bottom: 40px;
  1152. padding: 0px 15px;
  1153. border-left: 1px solid rgba(0, 0, 0, 0.125);
  1154. border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  1155. }
  1156. #youtube-views .direction-list section h5 {
  1157. margin: 0;
  1158. font-size: 18px;
  1159. font-weight: bold;
  1160. }
  1161. #youtube-views .direction-list section p {
  1162. font-size: 14px;
  1163. }
  1164. #youtube-views .accordion-button {
  1165. padding: 20px;
  1166. }
  1167. #youtube-views .accordion-button:not(.collapsed) {
  1168. color: #ea5413 !important;
  1169. background-color: #ffebe2 !important;
  1170. }
  1171. #youtube-views button:focus:not(:focus-visible) {
  1172. -webkit-box-shadow: none !important;
  1173. box-shadow: none !important;
  1174. }
  1175. #youtube-views .accordion-button:not(.collapsed)::after {
  1176. background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ea5413'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  1177. }
  1178. @media (max-width: 767px) {
  1179. #youtube-views .category.dm-description {
  1180. padding-top: 6rem;
  1181. }
  1182. }
  1183. @media (max-width: 575px) {
  1184. #youtube-views .category.dm-description {
  1185. padding-top: 14rem;
  1186. }
  1187. }
  1188. /* youtube-views End */
  1189. /* seo-image Start */
  1190. .seo-image {
  1191. overflow-x: hidden;
  1192. }
  1193. .seo-image p {
  1194. line-height: 32px;
  1195. }
  1196. .seo-image .header {
  1197. padding: 0;
  1198. }
  1199. .seo-image .video-box {
  1200. width: 100%;
  1201. padding-bottom: 56%;
  1202. }
  1203. .seo-image .content {
  1204. margin: 150px auto;
  1205. }
  1206. @media (max-width: 767px) {
  1207. .seo-image .content {
  1208. margin: 80px auto;
  1209. }
  1210. }
  1211. .seo-image .line {
  1212. width: 820px;
  1213. position: absolute;
  1214. top: -70px;
  1215. left: 345px;
  1216. }
  1217. @media (max-width: 1400px) {
  1218. .seo-image .line {
  1219. width: 840px;
  1220. top: -85px;
  1221. left: 210px;
  1222. }
  1223. }
  1224. @media (max-width: 1200px) {
  1225. .seo-image .line {
  1226. width: 880px;
  1227. top: -90px;
  1228. left: 114px;
  1229. }
  1230. }
  1231. @media (max-width: 991px) {
  1232. .seo-image .line {
  1233. display: none;
  1234. }
  1235. }
  1236. .seo-image .title {
  1237. font-size: 28px;
  1238. color: #f6ab1c;
  1239. font-weight: bold;
  1240. }
  1241. @media (max-width: 991px) {
  1242. .seo-image .img-item {
  1243. width: 100%;
  1244. max-width: 100% !important;
  1245. }
  1246. }
  1247. .seo-image .purple-circle,
  1248. .seo-image .orange-circle {
  1249. width: 100%;
  1250. }
  1251. @media (max-width: 991px) {
  1252. .seo-image .purple-circle,
  1253. .seo-image .orange-circle {
  1254. width: 60%;
  1255. }
  1256. }
  1257. .seo-image .purple-circle {
  1258. top: -470px;
  1259. right: -100%;
  1260. }
  1261. @media (max-width: 991px) {
  1262. .seo-image .purple-circle {
  1263. top: -350px;
  1264. right: -150px;
  1265. }
  1266. }
  1267. @media (max-width: 767px) {
  1268. .seo-image .purple-circle {
  1269. top: -250px;
  1270. right: -20px;
  1271. }
  1272. }
  1273. .seo-image .orange-circle {
  1274. top: -200px;
  1275. left: -100%;
  1276. }
  1277. @media (max-width: 991px) {
  1278. .seo-image .orange-circle {
  1279. top: -30vw;
  1280. left: -20vw;
  1281. }
  1282. }
  1283. .seo-image .data-text .circle {
  1284. top: -400px;
  1285. right: -5vw;
  1286. }
  1287. @media (max-width: 991px) {
  1288. .seo-image .data-text .circle {
  1289. top: -250px;
  1290. }
  1291. }
  1292. @media (max-width: 767px) {
  1293. .seo-image .data-text .circle {
  1294. top: -120px;
  1295. }
  1296. }
  1297. /* seo-image End */
  1298. /* 共用 className Start */
  1299. .purple-circle,
  1300. .orange-circle {
  1301. position: absolute;
  1302. z-index: -1;
  1303. }
  1304. .data-text {
  1305. position: relative;
  1306. }
  1307. .data-text p {
  1308. font-size: 28px;
  1309. font-weight: bold;
  1310. text-align: center;
  1311. }
  1312. .data-text .circle {
  1313. width: 500px;
  1314. z-index: -100;
  1315. position: absolute;
  1316. }
  1317. @media (max-width: 991px) {
  1318. .data-text .circle {
  1319. width: 400px;
  1320. }
  1321. }
  1322. @media (max-width: 767px) {
  1323. .data-text .circle {
  1324. width: 250px;
  1325. }
  1326. }
  1327. /* 共用 className End */
  1328. /*# sourceMappingURL=style.css.map */