request.css 22 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123
  1. @charset "UTF-8";
  2. /* 裝修需求計算機 */
  3. /* request Start */
  4. .request-content {
  5. background-color: #FAFAFA;
  6. }
  7. .request-content .accordion-button:not(.collapsed) {
  8. font-weight: 500;
  9. color: #EE751B;
  10. background-color: #fff;
  11. }
  12. .request-content .accordion-button:not(.collapsed)::after {
  13. filter: invert(68%) sepia(41%) saturate(6755%) hue-rotate(350deg) brightness(96%) contrast(93%);
  14. }
  15. .request-content .accordion-button:focus {
  16. box-shadow: none;
  17. }
  18. .request-content .accordion-body {
  19. font-size: 0.8rem;
  20. line-height: 1.4rem;
  21. letter-spacing: 1px;
  22. font-weight: 500;
  23. }
  24. .request-content .ad-list {
  25. padding: 0 50px;
  26. }
  27. @media (min-width: 767px) {
  28. .request-content .ad-list {
  29. position: fixed;
  30. bottom: 50px;
  31. }
  32. }
  33. .request-content .ad-list .img-item {
  34. display: flex;
  35. justify-content: center;
  36. max-width: 700px;
  37. margin: auto;
  38. }
  39. @media (max-width: 1200px) {
  40. .request-content .ad-list .img-item {
  41. max-width: 400px;
  42. flex-direction: column;
  43. }
  44. }
  45. .request-content .ad-list .img-item a {
  46. padding-top: 15px;
  47. display: inline-block;
  48. border-top: 1px solid #fff;
  49. }
  50. @media (max-width: 1200px) {
  51. .request-content .ad-list .img-item a {
  52. border-top: none;
  53. }
  54. }
  55. @media (max-width: 1200px) {
  56. .request-content .ad-list .img-item a:first-child {
  57. border-top: 1px solid #fff;
  58. }
  59. }
  60. @media (max-width: 767px) {
  61. .request-content .ad-list {
  62. width: 100%;
  63. padding: 0;
  64. margin-top: 50px;
  65. }
  66. }
  67. .request-content .ad-list p {
  68. padding-bottom: 10px;
  69. text-align: center;
  70. }
  71. @media (max-width: 767px) {
  72. .request-content .ad-list p {
  73. padding-bottom: 15px;
  74. border-bottom: 1px solid #000;
  75. }
  76. }
  77. .request-content .ad-list img {
  78. width: 100%;
  79. padding: 0 8px;
  80. box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  81. }
  82. @media (max-width: 767px) {
  83. .request-content .ad-list img {
  84. padding: 0;
  85. }
  86. }
  87. .request-content .main {
  88. width: 70%;
  89. position: relative;
  90. }
  91. @media (max-width: 1400px) {
  92. .request-content .main {
  93. width: 60%;
  94. }
  95. }
  96. @media (max-width: 1200px) {
  97. .request-content .main {
  98. width: 55%;
  99. }
  100. }
  101. @media (max-width: 991px) {
  102. .request-content .main {
  103. width: 50%;
  104. }
  105. }
  106. @media (max-width: 767px) {
  107. .request-content .main {
  108. width: 100%;
  109. }
  110. }
  111. .request-content .main h2,
  112. .request-content .main h3 {
  113. font-weight: normal;
  114. }
  115. .request-content .main .info-block {
  116. height: 100%;
  117. padding: 100px 50px;
  118. display: flex;
  119. flex-direction: column;
  120. align-items: center;
  121. justify-content: space-between;
  122. position: absolute;
  123. left: 0;
  124. right: 0;
  125. z-index: 100;
  126. color: #fff;
  127. }
  128. @media (max-width: 767px) {
  129. .request-content .main .info-block {
  130. justify-content: center;
  131. }
  132. }
  133. @media (min-width: 767px) {
  134. .request-content .main .info-block .headline {
  135. position: fixed;
  136. top: 100px;
  137. padding: 0 50px;
  138. }
  139. }
  140. .request-content .main .info-block h2 {
  141. font-size: 70px;
  142. font-weight: bold;
  143. }
  144. @media (max-width: 1200px) {
  145. .request-content .main .info-block h2 {
  146. font-size: 38px;
  147. }
  148. }
  149. @media (max-width: 575px) {
  150. .request-content .main .info-block h2 {
  151. font-size: 26px;
  152. line-height: 36px;
  153. }
  154. }
  155. .request-content .main .info-block h3 {
  156. font-size: 20px;
  157. margin-top: 30px;
  158. line-height: 30px;
  159. letter-spacing: 1px;
  160. }
  161. @media (max-width: 767px) {
  162. .request-content .main .info-block h3 {
  163. font-size: 16px;
  164. }
  165. }
  166. @media (max-width: 575px) {
  167. .request-content .main .info-block h3 {
  168. font-size: 14px;
  169. line-height: 24px;
  170. }
  171. }
  172. .request-content .main .img-block {
  173. width: 70%;
  174. height: 100%;
  175. position: fixed;
  176. /* 設置灰色遮罩 */
  177. }
  178. @media (max-width: 1400px) {
  179. .request-content .main .img-block {
  180. width: 60%;
  181. }
  182. }
  183. @media (max-width: 1200px) {
  184. .request-content .main .img-block {
  185. width: 55%;
  186. }
  187. }
  188. @media (max-width: 991px) {
  189. .request-content .main .img-block {
  190. width: 50%;
  191. }
  192. }
  193. @media (max-width: 767px) {
  194. .request-content .main .img-block {
  195. width: 100%;
  196. position: unset;
  197. }
  198. }
  199. .request-content .main .img-block::before {
  200. content: "";
  201. position: absolute;
  202. top: 0;
  203. left: 0;
  204. width: 99.9%;
  205. height: 100%;
  206. z-index: 1;
  207. background-color: rgba(0, 0, 0, 0.7);
  208. }
  209. .request-content .main .img-block .img-slider {
  210. width: 33.3%;
  211. height: 100vh;
  212. min-height: 100%;
  213. overflow: hidden;
  214. }
  215. @media (max-width: 767px) {
  216. .request-content .main .img-block .img-slider {
  217. height: 50vh;
  218. }
  219. }
  220. @media (max-width: 575px) {
  221. .request-content .main .img-block .img-slider {
  222. height: 40vh;
  223. }
  224. }
  225. .request-content .main .img-block .img-slider .img-slider-list {
  226. position: relative;
  227. }
  228. .request-content .main .img-block .img-slider .img-slider-list img {
  229. width: 100%;
  230. height: 330px;
  231. -o-object-fit: cover;
  232. object-fit: cover;
  233. }
  234. @media (min-height: 1300px) {
  235. .request-content .main .img-block .img-slider .img-slider-list img {
  236. height: 38vh;
  237. }
  238. }
  239. .request-content .main .logo {
  240. display: block;
  241. width: 100%;
  242. text-align: center;
  243. }
  244. .request-content .main .logo img {
  245. width: 100%;
  246. max-width: 300px;
  247. }
  248. .request-content .form-block {
  249. padding: 2rem 2.5rem;
  250. width: 30%;
  251. margin-left: auto;
  252. border: none;
  253. background-color: #FAFAFA;
  254. }
  255. @media (max-width: 1400px) {
  256. .request-content .form-block {
  257. width: 40%;
  258. }
  259. }
  260. @media (max-width: 1200px) {
  261. .request-content .form-block {
  262. width: 45%;
  263. }
  264. }
  265. @media (max-width: 991px) {
  266. .request-content .form-block {
  267. width: 50%;
  268. padding: 2rem;
  269. }
  270. }
  271. @media (max-width: 767px) {
  272. .request-content .form-block {
  273. width: 100%;
  274. padding: 2rem 4rem;
  275. }
  276. }
  277. @media (max-width: 575px) {
  278. .request-content .form-block {
  279. width: 100%;
  280. padding: 2rem;
  281. }
  282. }
  283. .request-content .form-block .card {
  284. border: none;
  285. max-width: 365px;
  286. }
  287. @media (max-width: 767px) {
  288. .request-content .form-block .card {
  289. max-width: 435px;
  290. }
  291. }
  292. .request-content .form-block .card .logo,
  293. .request-content .form-block .card .card-body {
  294. background-color: #FAFAFA;
  295. }
  296. .request-content .form-block form {
  297. color: #34404B;
  298. }
  299. .request-content .form-block form ::-moz-placeholder {
  300. color: #d3d3d3;
  301. opacity: 1;
  302. /* Firefox */
  303. }
  304. .request-content .form-block form ::placeholder {
  305. color: #d3d3d3;
  306. opacity: 1;
  307. /* Firefox */
  308. }
  309. .request-content .form-block form .invalid-feedback {
  310. display: none;
  311. height: 0px;
  312. text-align: end;
  313. }
  314. .request-content .form-block form .submit {
  315. padding: 10px;
  316. background-color: #EE751B;
  317. border: none;
  318. }
  319. .request-content .form-block form .type-items {
  320. height: 70px;
  321. padding: 5px 10px;
  322. align-items: center;
  323. border: 1px solid #aaaaaa;
  324. border-radius: 5px;
  325. transition: all 0.3s;
  326. }
  327. .request-content .form-block form .type-items:hover {
  328. border-color: #ee751b;
  329. }
  330. .request-content .form-block form .type-items span {
  331. width: 100px;
  332. }
  333. .request-content .form-block form .type-items span h4 {
  334. margin-bottom: 0;
  335. font-size: 18px;
  336. }
  337. .request-content .form-block form .type-items span p {
  338. margin-bottom: 0;
  339. font-size: 12px;
  340. color: #ee751b;
  341. }
  342. .request-content .form-block form .type-items small {
  343. max-width: 180px;
  344. display: inline-block;
  345. font-size: 12px;
  346. color: #959595;
  347. }
  348. @media (max-width: 991px) {
  349. .request-content .form-block form .type-items small {
  350. max-width: 150px;
  351. }
  352. }
  353. @media (max-width: 767px) {
  354. .request-content .form-block form .type-items small {
  355. max-width: 100%;
  356. }
  357. }
  358. @media (max-width: 400px) {
  359. .request-content .form-block form .type-items small {
  360. max-width: 140px;
  361. }
  362. }
  363. .request-content .form-block form .type-items label,
  364. .request-content .form-block form .type-items input {
  365. cursor: pointer;
  366. }
  367. .request-content .form-block form .type-items input {
  368. margin: 0 5px;
  369. border: 2px solid white;
  370. box-shadow: 0 0 0 1px #EE751B;
  371. -webkit-appearance: none;
  372. -moz-appearance: none;
  373. appearance: none;
  374. border-radius: 50%;
  375. width: 12px;
  376. height: 12px;
  377. background-color: #fff;
  378. transition: all ease-in 0.2s;
  379. }
  380. @media (max-width: 991px) {
  381. .request-content .form-block form .type-items input {
  382. width: 11px;
  383. height: 11px;
  384. }
  385. }
  386. @media (max-width: 575px) {
  387. .request-content .form-block form .type-items input {
  388. height: 10px;
  389. }
  390. }
  391. .request-content .form-block form .type-items input:checked {
  392. background-color: #EE751B;
  393. }
  394. .request-content .form-block form .disclaimer {
  395. margin-top: 5px;
  396. font-size: 12px;
  397. text-align: center;
  398. }
  399. .request-content .form-block form .disclaimer a {
  400. color: #EE751B;
  401. text-decoration: underline;
  402. }
  403. .request-content .form-block form input[type=checkbox] {
  404. position: relative;
  405. border-color: #000;
  406. cursor: pointer;
  407. }
  408. .request-content .form-block form input[type=checkbox]:focus {
  409. box-shadow: unset;
  410. }
  411. .request-content .form-block form input[type=checkbox]:checked {
  412. background-color: white;
  413. }
  414. .request-content .form-block form input[type=checkbox]:checked::before {
  415. content: "✓";
  416. position: absolute;
  417. top: 50%;
  418. left: 50%;
  419. transform: translate(-50%, -50%);
  420. font-size: 14px;
  421. color: black;
  422. }
  423. .request-content .loading-block {
  424. width: 100vw;
  425. height: 100vh;
  426. display: none;
  427. align-items: center;
  428. flex-direction: column;
  429. justify-content: center;
  430. background: #fff;
  431. position: fixed;
  432. top: 50%;
  433. left: 50%;
  434. transform: translate(-50%, -50%);
  435. z-index: 100;
  436. }
  437. .request-content .loading-block p {
  438. font-size: 16px;
  439. color: #EE751B;
  440. letter-spacing: 4.8px;
  441. }
  442. .request-content .loading-block .spinner {
  443. /* Size and position */
  444. font-size: 100px;
  445. /* 1em */
  446. width: 1em;
  447. height: 1em;
  448. margin-bottom: 20px;
  449. position: relative;
  450. /* Styles */
  451. list-style: none;
  452. border-radius: 50%;
  453. border: 0.01em solid rgba(150, 150, 150, 0.2);
  454. /* Subtle white line circling the dots */
  455. }
  456. .request-content .loading-block .spinner li {
  457. width: 0.2em;
  458. height: 0.2em;
  459. position: absolute;
  460. border-radius: 50%;
  461. }
  462. .request-content .loading-block .spinner li:nth-child(1) {
  463. background: #EE751B;
  464. /* Blue */
  465. top: 0;
  466. left: 50%;
  467. margin-left: -0.1em;
  468. transform-origin: 50% 250%;
  469. animation: rota 1.13s linear infinite, opa 3.67s ease-in-out infinite alternate;
  470. }
  471. .request-content .loading-block .spinner li:nth-child(2) {
  472. background: #FF505E;
  473. /* Red */
  474. top: 50%;
  475. right: 0;
  476. margin-top: -0.1em;
  477. transform-origin: -150% 50%;
  478. animation: rota 1.86s linear infinite, opa 4.29s ease-in-out infinite alternate;
  479. }
  480. .request-content .loading-block .spinner li:nth-child(3) {
  481. background: #FFCD26;
  482. /* Yellow */
  483. bottom: 0;
  484. left: 50%;
  485. margin-left: -0.1em;
  486. transform-origin: 50% -150%;
  487. animation: rota 1.45s linear infinite, opa 5.12s ease-in-out infinite alternate;
  488. }
  489. .request-content .loading-block .spinner li:nth-child(4) {
  490. background: #AAD647;
  491. /* Green */
  492. top: 50%;
  493. left: 0;
  494. margin-top: -0.1em;
  495. transform-origin: 250% 50%;
  496. animation: rota 1.72s linear infinite, opa 5.25s ease-in-out infinite alternate;
  497. }
  498. @keyframes rota {
  499. to {
  500. transform: rotate(360deg);
  501. }
  502. }
  503. @keyframes opa {
  504. 12.0% {
  505. opacity: 0.8;
  506. }
  507. 19.5% {
  508. opacity: 0.88;
  509. }
  510. 37.2% {
  511. opacity: 0.64;
  512. }
  513. 40.5% {
  514. opacity: 0.52;
  515. }
  516. 52.7% {
  517. opacity: 0.69;
  518. }
  519. 60.2% {
  520. opacity: 0.6;
  521. }
  522. 66.6% {
  523. opacity: 0.52;
  524. }
  525. 70.0% {
  526. opacity: 0.63;
  527. }
  528. 79.9% {
  529. opacity: 0.6;
  530. }
  531. 84.2% {
  532. opacity: 0.75;
  533. }
  534. 91.0% {
  535. opacity: 0.87;
  536. }
  537. }
  538. .request-content .logo,
  539. .result-content .logo {
  540. display: flex;
  541. justify-content: center;
  542. }
  543. .request-content .logo img,
  544. .result-content .logo img {
  545. width: 100%;
  546. max-width: 150px;
  547. }
  548. @media (max-width: 767px) {
  549. .request-content .logo img,
  550. .result-content .logo img {
  551. max-width: 110px;
  552. }
  553. }
  554. .result-content {
  555. padding: 20px 0 50px;
  556. }
  557. .result-content a {
  558. text-decoration: none;
  559. }
  560. .result-content p {
  561. margin-bottom: 0;
  562. }
  563. .result-content ul {
  564. list-style: none;
  565. padding: 0;
  566. }
  567. .result-content .logo {
  568. margin-bottom: 25px;
  569. }
  570. .result-content .line {
  571. position: relative;
  572. z-index: 100;
  573. padding: 25px 0;
  574. border-top: 1px solid #959595;
  575. border-bottom: 1px solid #959595;
  576. }
  577. @media (max-width: 767px) {
  578. .result-content .line {
  579. border-bottom: none;
  580. }
  581. }
  582. .result-content .bg-text {
  583. position: absolute;
  584. font-size: 20em;
  585. top: 20px;
  586. left: 0;
  587. color: #fff;
  588. }
  589. @media (max-width: 767px) {
  590. .result-content .bg-text {
  591. display: none;
  592. }
  593. }
  594. .result-content .tab-list {
  595. margin: 0;
  596. padding: 0;
  597. display: none;
  598. justify-content: center;
  599. position: absolute;
  600. z-index: 1000;
  601. top: 15px;
  602. left: 0;
  603. right: 0;
  604. }
  605. @media (max-width: 575px) {
  606. .result-content .tab-list {
  607. top: 10px;
  608. }
  609. }
  610. .result-content .tab-list li {
  611. margin: 0 20px;
  612. }
  613. .result-content .tab-list li a {
  614. color: #959595;
  615. }
  616. .result-content .tab-list #underline {
  617. position: absolute;
  618. bottom: -1px;
  619. left: 40px;
  620. width: 40px;
  621. height: 1px;
  622. z-index: 1000;
  623. background-color: #fff;
  624. transition: width 0.3s;
  625. }
  626. .result-content .card-item {
  627. position: relative;
  628. width: 100%;
  629. height: 550px;
  630. background-image: url("../img/result-bg.png");
  631. background-size: auto;
  632. background-position: center;
  633. background-repeat: no-repeat;
  634. border-radius: 20px;
  635. }
  636. @media (max-width: 991px) {
  637. .result-content .card-item {
  638. height: 690px;
  639. }
  640. }
  641. @media (max-width: 575px) {
  642. .result-content .card-item {
  643. height: 800px;
  644. }
  645. }
  646. .result-content .card-item::before {
  647. content: "";
  648. position: absolute;
  649. top: 0;
  650. left: 0;
  651. width: 100%;
  652. height: 100%;
  653. border-radius: 20px;
  654. background-color: rgba(5, 13, 21, 0.8);
  655. -webkit-backdrop-filter: blur(2px);
  656. backdrop-filter: blur(2px);
  657. }
  658. .result-content .card-item .main-info {
  659. height: 80%;
  660. justify-content: center;
  661. }
  662. @media (max-width: 991px) {
  663. .result-content .card-item .main-info {
  664. align-items: center;
  665. flex-direction: column;
  666. }
  667. }
  668. @media (max-width: 991px) {
  669. .result-content .card-item .main-info.type .chart-box {
  670. top: -28%;
  671. }
  672. }
  673. @media (max-width: 991px) {
  674. .result-content .card-item .main-info.type .chart-text {
  675. top: 18.5%;
  676. }
  677. }
  678. .result-content .card-item .chart-box {
  679. position: absolute;
  680. z-index: 100;
  681. height: 100%;
  682. display: flex;
  683. align-items: center;
  684. justify-content: center;
  685. }
  686. @media (max-width: 991px) {
  687. .result-content .card-item .chart-box {
  688. top: -30%;
  689. }
  690. }
  691. .result-content .card-item .chart-box #chart {
  692. width: 300px !important;
  693. }
  694. @media (max-width: 991px) {
  695. .result-content .card-item .chart-box #chart {
  696. width: 200px !important;
  697. }
  698. }
  699. .result-content .chart-text {
  700. position: absolute;
  701. z-index: 100;
  702. font-size: 42px;
  703. font-weight: 500;
  704. color: #fff;
  705. text-align: center;
  706. }
  707. @media (max-width: 991px) {
  708. .result-content .chart-text {
  709. top: 17%;
  710. font-size: 30px;
  711. }
  712. }
  713. .result-content .chart-text.range {
  714. display: none;
  715. }
  716. @media (max-width: 991px) {
  717. .result-content .chart-text.range {
  718. top: 10%;
  719. }
  720. }
  721. @media (max-width: 575px) {
  722. .result-content .chart-text.range {
  723. top: 11.5%;
  724. }
  725. }
  726. .result-content .chart-text.range .tilde {
  727. position: absolute;
  728. left: 50px;
  729. transform: rotate(90deg);
  730. }
  731. @media (max-width: 767px) {
  732. .result-content .chart-text.range .tilde {
  733. left: 35px;
  734. }
  735. }
  736. .result-content .price-card {
  737. position: absolute;
  738. z-index: 100;
  739. color: #fff;
  740. }
  741. @media (max-width: 991px) {
  742. .result-content .price-card {
  743. top: 39%;
  744. left: 0;
  745. right: 0;
  746. display: flex;
  747. flex-direction: column;
  748. align-items: center;
  749. }
  750. }
  751. @media (max-width: 575px) {
  752. .result-content .price-card {
  753. padding: 0 15px;
  754. }
  755. }
  756. .result-content .price-card ul {
  757. width: 250px;
  758. max-width: 100%;
  759. margin-bottom: 0;
  760. padding: 15px 0 25px;
  761. display: flex;
  762. flex-direction: column;
  763. align-items: center;
  764. font-size: 20px;
  765. border-radius: 10px;
  766. border: 1px solid #fff;
  767. }
  768. @media (max-width: 991px) {
  769. .result-content .price-card ul {
  770. width: 100%;
  771. padding: 10px 0;
  772. display: flex;
  773. flex-wrap: wrap;
  774. flex-direction: row;
  775. justify-content: space-evenly;
  776. }
  777. }
  778. @media (max-width: 575px) {
  779. .result-content .price-card ul {
  780. max-width: 450px;
  781. width: 95%;
  782. margin: auto;
  783. font-size: 14px;
  784. }
  785. }
  786. .result-content .price-card ul li span {
  787. width: 90px;
  788. display: inline-block;
  789. text-align: center;
  790. border-bottom: 1px solid #fff;
  791. font-size: 28px;
  792. font-weight: 500;
  793. }
  794. @media (max-width: 575px) {
  795. .result-content .price-card ul li span {
  796. width: 70px;
  797. font-size: 20px;
  798. }
  799. }
  800. .result-content .price-card small {
  801. margin-top: 20px;
  802. display: block;
  803. color: #B7B7B7;
  804. text-align: center;
  805. }
  806. @media (max-width: 991px) {
  807. .result-content .price-card small {
  808. margin-top: 10px;
  809. }
  810. }
  811. @media (max-width: 767px) {
  812. .result-content .price-card small {
  813. width: 90%;
  814. text-align: end;
  815. }
  816. }
  817. @media (max-width: 991px) {
  818. .result-content .price-card .main {
  819. max-width: 480px;
  820. }
  821. }
  822. @media (max-width: 575px) {
  823. .result-content .price-card .main {
  824. max-width: 430px;
  825. }
  826. }
  827. .result-content .price-card .partial {
  828. width: 280px;
  829. display: none;
  830. }
  831. @media (max-width: 991px) {
  832. .result-content .price-card .partial {
  833. /* Grid */
  834. width: 600px;
  835. max-width: 100%;
  836. grid-template-columns: repeat(auto-fit, minmax(220px, max-content));
  837. padding: initial;
  838. }
  839. }
  840. @media (max-width: 767px) {
  841. .result-content .price-card .partial {
  842. width: 500px;
  843. grid-template-columns: repeat(auto-fit, minmax(180px, max-content));
  844. font-size: 16px;
  845. }
  846. }
  847. @media (max-width: 575px) {
  848. .result-content .price-card .partial {
  849. width: 350px;
  850. grid-template-columns: repeat(auto-fit, minmax(300px, max-content));
  851. font-size: 14px;
  852. }
  853. }
  854. .result-content .price-card .partial li {
  855. display: flex;
  856. align-items: end;
  857. justify-content: center;
  858. }
  859. @media (max-width: 991px) {
  860. .result-content .price-card .partial li {
  861. padding: 0px 10px 10px;
  862. }
  863. }
  864. .result-content .price-card .partial li span {
  865. margin: 0 5px;
  866. width: 120px;
  867. }
  868. @media (max-width: 767px) {
  869. .result-content .price-card .partial li span {
  870. width: 100px;
  871. font-size: 24px;
  872. }
  873. }
  874. .result-content .price-card .partial li p {
  875. width: 80px;
  876. text-align: center;
  877. }
  878. .result-content .info-item {
  879. display: flex;
  880. flex-direction: column;
  881. align-items: center;
  882. justify-content: space-around;
  883. }
  884. .result-content .info-item h3 {
  885. font-size: 24px;
  886. line-height: 32px;
  887. text-align: center;
  888. }
  889. @media (max-width: 1200px) {
  890. .result-content .info-item h3 {
  891. font-size: 20px;
  892. }
  893. }
  894. .result-content .info-item h4 {
  895. font-size: 16px;
  896. font-weight: 300;
  897. color: #34404B;
  898. }
  899. @media (max-width: 1200px) {
  900. .result-content .info-item h4 {
  901. font-size: 15px;
  902. }
  903. }
  904. @media (max-width: 991px) {
  905. .result-content .info-item,
  906. .result-content .info-item img {
  907. margin-top: 25px;
  908. }
  909. }
  910. .result-content .info-item img {
  911. width: 100%;
  912. height: 450px;
  913. max-width: 330px;
  914. -o-object-fit: cover;
  915. object-fit: cover;
  916. border-radius: 0 0 50% 0;
  917. }
  918. .result-content .info-item .img-block {
  919. position: relative;
  920. }
  921. .result-content .info-item .img-block a {
  922. display: block;
  923. position: absolute;
  924. bottom: 0;
  925. right: 0;
  926. z-index: 1000;
  927. }
  928. .result-content .info-item .img-block a img {
  929. width: 150px;
  930. height: 150px;
  931. }
  932. .result-content .info-item .img-block a .btn {
  933. position: relative;
  934. z-index: 100;
  935. transition: all 0.3s;
  936. }
  937. .result-content .info-item .img-block a .btn:hover {
  938. opacity: 0.9;
  939. }
  940. .result-content .info-item .img-block a .text {
  941. width: 140px;
  942. height: 140px;
  943. position: absolute;
  944. left: 5px;
  945. top: 2px;
  946. animation: rotate 15s linear infinite;
  947. }
  948. .result-content .info-item .img-block a .bg {
  949. position: absolute;
  950. left: 0px;
  951. top: -3px;
  952. z-index: -1;
  953. }
  954. @keyframes rotate {
  955. from {
  956. transform: rotate(0deg);
  957. }
  958. to {
  959. transform: rotate(360deg);
  960. }
  961. }
  962. .result-content .info-card {
  963. width: 93%;
  964. margin: 30px;
  965. position: absolute;
  966. bottom: 0;
  967. background: #fff;
  968. border-radius: 10px;
  969. }
  970. @media (max-width: 767px) {
  971. .result-content .info-card {
  972. margin: 20px;
  973. }
  974. }
  975. @media (max-width: 575px) {
  976. .result-content .info-card {
  977. padding: 0 20px;
  978. }
  979. }
  980. .result-content .info-card .row {
  981. padding: 20px 0;
  982. }
  983. @media (max-width: 991px) {
  984. .result-content .info-card .row {
  985. padding: 0 0 15px;
  986. justify-content: center;
  987. }
  988. }
  989. @media (max-width: 991px) {
  990. .result-content .info-card .row div:first-child {
  991. width: 400px;
  992. }
  993. }
  994. .result-content .info-card .row ul {
  995. margin: 0;
  996. padding: 0;
  997. }
  998. @media (max-width: 991px) {
  999. .result-content .info-card .row ul {
  1000. width: 100%;
  1001. display: flex;
  1002. justify-content: space-between;
  1003. }
  1004. }
  1005. .result-content .info-card .row ul li {
  1006. font-weight: 500;
  1007. }
  1008. .result-content .info-card .row .caption {
  1009. display: flex;
  1010. align-items: center;
  1011. justify-content: space-around;
  1012. }
  1013. @media (max-width: 1200px) {
  1014. .result-content .info-card .row .caption {
  1015. flex-direction: column;
  1016. }
  1017. }
  1018. @media (max-width: 991px) {
  1019. .result-content .info-card .row .caption {
  1020. width: 400px;
  1021. flex-direction: row;
  1022. justify-content: space-between;
  1023. }
  1024. }
  1025. .result-content .info-card .row .caption h3 {
  1026. font-size: 18px;
  1027. color: #34404B;
  1028. margin-bottom: 0;
  1029. }
  1030. .result-content .info-card .row .caption small {
  1031. font-size: 14px;
  1032. color: #EE751B;
  1033. }
  1034. .result-content .info-card .row .caption p {
  1035. max-width: 220px;
  1036. font-size: 14px;
  1037. color: #959595;
  1038. overflow: hidden;
  1039. text-overflow: ellipsis;
  1040. display: -webkit-box;
  1041. -webkit-line-clamp: 2;
  1042. -webkit-box-orient: vertical;
  1043. }
  1044. @media (max-width: 575px) {
  1045. .result-content .info-card .row .caption section {
  1046. width: 100%;
  1047. }
  1048. }
  1049. @media (max-width: 991px) {
  1050. .result-content .info-card .row .border-end {
  1051. padding: 10px;
  1052. border-right: none !important;
  1053. border-bottom: 2px solid #dddddd;
  1054. }
  1055. }
  1056. .result-content .info-card .row .reset-btn {
  1057. width: 100%;
  1058. height: 100%;
  1059. border: none;
  1060. border-radius: 10px;
  1061. background-color: #B7B7B7;
  1062. color: #fff;
  1063. transition: all 0.3s;
  1064. }
  1065. @media (max-width: 991px) {
  1066. .result-content .info-card .row .reset-btn {
  1067. width: 180px;
  1068. height: 50px;
  1069. margin: 15px auto 0;
  1070. }
  1071. }
  1072. .result-content .info-card .row .reset-btn:hover {
  1073. background-color: #959595;
  1074. }
  1075. @media (max-width: 767px) {
  1076. .result-content .style-list {
  1077. border-top: 1px solid #959595;
  1078. }
  1079. }
  1080. .result-content .style-list p {
  1081. padding: 20px;
  1082. margin-bottom: 0;
  1083. font-size: 20px;
  1084. font-weight: 500;
  1085. color: #34404B;
  1086. text-align: center;
  1087. }
  1088. .result-content .style-list a {
  1089. display: block;
  1090. position: relative;
  1091. overflow: hidden;
  1092. border-radius: 10px;
  1093. }
  1094. .result-content .style-list a:hover img {
  1095. transform: scale(1.1);
  1096. }
  1097. .result-content .style-list a p {
  1098. padding: 5px;
  1099. position: absolute;
  1100. bottom: 0;
  1101. left: 0;
  1102. right: 0;
  1103. font-size: 18px;
  1104. background: rgba(255, 255, 255, 0.75);
  1105. }
  1106. .result-content .style-list a img {
  1107. width: 100%;
  1108. height: 180px;
  1109. -o-object-fit: cover;
  1110. object-fit: cover;
  1111. border-radius: 10px;
  1112. transition: all 0.5s;
  1113. box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  1114. }
  1115. @media (max-width: 575px) {
  1116. .result-content .style-list a img {
  1117. height: 120px;
  1118. }
  1119. }
  1120. /* request End *//*# sourceMappingURL=request.css.map */