office.css 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830
  1. body{
  2. max-width: 750px;
  3. margin: 0 auto;
  4. background: #fff;
  5. }
  6. .list_gengduo{
  7. text-align: center;
  8. margin: 15px auto;
  9. }
  10. .list_gengduo a{
  11. display: inline-block;
  12. font-size: 15px;
  13. color: #fff;
  14. background: #FF5849;
  15. width: 40%;
  16. border-radius: 5px;
  17. height: 35px;
  18. line-height: 35px;
  19. text-align: center;
  20. }
  21. .list_gengduo a:hover{
  22. background: #ea3423;
  23. }
  24. .officeHead{
  25. width: 100%;
  26. height: auto;
  27. }
  28. .officeHead p,.officeHead p img{
  29. width: 100%;
  30. height: auto;
  31. }
  32. .officeHead p.time{
  33. position: relative;
  34. }
  35. .officeHead p.time span{
  36. display: block;
  37. position: absolute;
  38. left: 0px;
  39. bottom: 5%;
  40. text-align: center;
  41. width: 100%;
  42. }
  43. .officeHead p.time span em{
  44. display: inline-block;
  45. font-size: 0.75rem;
  46. color: #fff;
  47. background: rgba(0,0,0,0.5);
  48. border-radius: 10px;
  49. padding: 3px 10px;
  50. }
  51. .officeDy{
  52. width: 100%;
  53. height: auto;
  54. }
  55. .officeDy_main{
  56. width: 92%;
  57. margin: 0 auto;
  58. height: auto;
  59. }
  60. .officeDy_main p,.officeDy_main p img{
  61. width: 100%;
  62. height: auto;
  63. }
  64. .officeBm{
  65. width: 100%;
  66. height: auto;
  67. }
  68. .officeBm_main{
  69. width: 92%;
  70. margin: 0 auto;
  71. position: relative;
  72. }
  73. .officeBm_main p.bg,.officeBm_main p.bg img{
  74. width: 100%;
  75. height: auto;
  76. }
  77. .officeBm_form{
  78. position: absolute;
  79. left: 50%;
  80. width: 80%;
  81. margin-left: -40%;
  82. bottom: 8%;
  83. }
  84. .officeBm_form p.int{
  85. display: -webkit-flex; /* Safari */
  86. display: flex;
  87. justify-content:space-between;
  88. align-items:center;
  89. background: #fff;
  90. border-radius: 20px;
  91. height: 38px;
  92. }
  93. .officeBm_form p.int img{
  94. display: inline-block;
  95. width: 10px;
  96. height: 17px;
  97. line-height: 18px;
  98. margin-left: 10px;
  99. }
  100. .officeBm_form p.int input{
  101. display: inline-block;
  102. height: 32px;
  103. background: #fff;
  104. border:none;
  105. font-size: 0.8125rem;
  106. color: #666;
  107. width: 55%;
  108. }
  109. .officeBm_form p.int a{
  110. display: inline-block;
  111. height: 32px;
  112. line-height: 32px;
  113. text-align: center;
  114. width: 30%;
  115. border-radius: 20px;
  116. font-size: 0.937rem;
  117. font-weight: bold;
  118. color: #2E2200;
  119. background: #FFF600;
  120. margin-right: 5px;
  121. }
  122. .office_title{
  123. text-align: center;
  124. margin-bottom: 15px;
  125. }
  126. .office_title p{
  127. width: auto;
  128. position: relative;
  129. z-index: 1;
  130. }
  131. .office_title p span{
  132. font-size: 1.5625rem;
  133. color: #333;
  134. font-weight: bold;
  135. position: relative;
  136. z-index: 2;
  137. }
  138. .office_title i{
  139. display: inline-block;
  140. width: 33px;
  141. height: 3px;
  142. background: #2465CD;
  143. margin-top: 0px;
  144. position: relative;
  145. z-index: 2;
  146. }
  147. .office_title em{
  148. position: absolute;
  149. left: 0px;
  150. bottom: -13px;
  151. font-size: 0.973rem;
  152. font-weight: bold;
  153. display: inline-block;
  154. width: 100%;
  155. text-align: center;
  156. z-index: 1;
  157. color: #F1F4F6;
  158. }
  159. .officeTiele,.officeTiele img{
  160. width: 100%;
  161. height: auto;
  162. }
  163. .officeLise{
  164. width: 100%;
  165. height:auto;
  166. margin-top: 25px;
  167. }
  168. .officeLise_main{
  169. width: 92%;
  170. margin: 0 auto;
  171. }
  172. .officeLise_list{
  173. width: 100%;
  174. height: auto;
  175. overflow: hidden;
  176. }
  177. .officeLise_list .list_li{
  178. display: -webkit-flex; /* Safari */
  179. display: flex;
  180. justify-content:space-between;
  181. align-items:center;
  182. background: #F1F4F6;
  183. padding: 10px;
  184. margin-bottom: 20px;
  185. }
  186. .officeLise_list .list_li .list_mL{
  187. width: 40%;
  188. position: relative;
  189. height: 130px;
  190. }
  191. .officeLise_list .list_li .list_mL img{
  192. width: 100%;
  193. height: 100%;
  194. }
  195. .officeLise_list .list_li .list_mL p.zk{
  196. position: absolute;
  197. left: 0px;
  198. top: 10px;
  199. width: 100%;
  200. display: -webkit-flex; /* Safari */
  201. display: flex;
  202. justify-content:flex-start;
  203. align-items:center;
  204. }
  205. .officeLise_list .list_li .list_mL p.zk span{
  206. display: inline-block;
  207. font-size: 0.75rem;
  208. color: #fff;
  209. background:#FC4C31;
  210. height: 22px;
  211. line-height: 22px;
  212. padding: 0 5px 0 8px;
  213. max-width: 90%;
  214. overflow: hidden;
  215. text-overflow: ellipsis;
  216. white-space: nowrap;
  217. }
  218. .officeLise_list .list_li .list_mL p.zk img{
  219. width: auto;
  220. height: 22px;
  221. display: inline-block;
  222. }
  223. .officeLise_list .list_li .list_mR{
  224. width: 55%;
  225. height: 130px;
  226. position: relative;
  227. }
  228. .officeLise_list .list_li .list_mR .list_mR_m p.title{
  229. font-size: 1.0125rem;
  230. font-weight: bold;
  231. color: #333;
  232. }
  233. .officeLise_list .list_li .list_mR .list_mR_m p.pric{
  234. font-size: 0.75rem;
  235. color: #F10909;
  236. margin-top: 10px;
  237. }
  238. .officeLise_list .list_li .list_mR .list_mR_m p.pric em{
  239. font-size: 1.0125rem;
  240. font-weight: bold;
  241. }
  242. .officeLise_list .list_li .list_mR .list_mR_m p.city{
  243. display: -webkit-flex; /* Safari */
  244. display: flex;
  245. justify-content:flex-start;
  246. align-items:flex-start;
  247. margin-top: 6px;
  248. }
  249. .officeLise_list .list_li .list_mR .list_mR_m p.city img{
  250. width: 9px;
  251. height: 12px;
  252. line-height: 12px;
  253. position: relative;
  254. top: 2px;
  255. display: inline-block;
  256. }
  257. .officeLise_list .list_li .list_mR .list_mR_m p.city span{
  258. display: block;
  259. font-size: 0.75rem;
  260. color: #666;
  261. display: -webkit-box;
  262. -webkit-box-orient: vertical;
  263. -webkit-line-clamp: 2;
  264. overflow: hidden;
  265. width: 90%;
  266. margin-left: 5px;
  267. }
  268. .officeLise_list .list_li .list_mR .lpbm{
  269. position: absolute;
  270. left: 0px;
  271. bottom: 0px;
  272. width: 100%;
  273. display: -webkit-flex; /* Safari */
  274. display: flex;
  275. justify-content:space-between;
  276. align-items:center;
  277. }
  278. .officeLise_list .list_li .list_mR .lpbm a{
  279. display: inline-block;
  280. font-size: 0.875rem;
  281. color: #fff;
  282. font-weight: bold;
  283. height: 30px;
  284. line-height: 30px;
  285. width: 45%;
  286. text-align: center;
  287. }
  288. .officeLise_list .list_li .list_mR .lpbm a.djtx{
  289. background: #2567CE;
  290. }
  291. .officeLise_list .list_li .list_mR .lpbm a.zxzx{
  292. background: #F19718;
  293. }
  294. .officeLise_list .swiper-pagination{
  295. position: static;
  296. }
  297. .officeLise_list .swiper-pagination-bullet{
  298. height: 25px;
  299. width: 25px;
  300. color: #333;
  301. background:#eee;
  302. font-size: 12px;
  303. line-height: 25px;
  304. opacity: 1;
  305. border-radius: 3px;
  306. }
  307. .officeLise_list .swiper-pagination-bullet-active{
  308. color: #fff;
  309. background: #2465CD;
  310. opacity: 1;
  311. }
  312. .officeHot{
  313. width: 100%;
  314. background: #F1F4F6;
  315. height: auto;
  316. margin-top: 30px;
  317. overflow: hidden;
  318. }
  319. .officeHot_main{
  320. width: 92%;
  321. margin:0 auto;
  322. padding: 25px 0 30px;
  323. }
  324. .office_title2 em{
  325. color: #fff;
  326. }
  327. .officeHot_list{
  328. width: 100%;
  329. height: 285px;
  330. margin-top: 18px;
  331. }
  332. .officeHot_list ul li{
  333. width: 259px;
  334. height: 265px;
  335. background: #fff;
  336. margin-left: 20px;
  337. position: relative;
  338. top: 12px;
  339. }
  340. .officeHot_list ul li .top_ico{
  341. position: relative;
  342. width: 236px;
  343. height: 144px;
  344. margin: 0 auto;
  345. margin-top: 14px;
  346. }
  347. .officeHot_list ul li .top_ico p.img,.officeHot_list ul li .top_ico p.img img{
  348. width: 100%;
  349. height: 100%;
  350. }
  351. .officeHot_list ul li .top_ico .ap_text{
  352. position: absolute;
  353. left: 0px;
  354. width: 100%;
  355. bottom:0px;
  356. z-index: 2;
  357. display: -webkit-flex; /* Safari */
  358. display: flex;
  359. justify-content:flex-end;
  360. align-items:flex-end;
  361. }
  362. .officeHot_list ul li .top_ico .ap_text p.pric{
  363. font-size: 0.625rem;
  364. color: #fff;
  365. background: url('/overseas/zt/office20200727/image/ico_12.png') no-repeat center;
  366. background-size:100% 100%;
  367. height: 40px;
  368. line-height: 40px;
  369. padding: 0 5px 0 10px;
  370. position: relative;
  371. z-index: 2;
  372. }
  373. .officeHot_list ul li .top_ico .ap_text p.pric span{
  374. font-size: 1.0625rem;
  375. font-weight: bold;
  376. padding: 0 3px;
  377. }
  378. .officeHot_list ul li .top_ico .ap_text p.zkyh{
  379. background: url('/overseas/zt/office20200727/image/ico_19.png') no-repeat center;
  380. background-size:100% 100%;
  381. height: 25px;
  382. line-height: 25px;
  383. font-size: 0.625rem;
  384. color: #fff;
  385. position: relative;
  386. padding: 0 15px 0 20px;
  387. right: -10px;
  388. z-index: 1;
  389. overflow: hidden;
  390. text-overflow: ellipsis;
  391. white-space: nowrap;
  392. max-width: 45%;
  393. }
  394. .officeHot_list ul li .text_b{
  395. width: 236px;
  396. margin: 0 auto;
  397. }
  398. .officeHot_list ul li .text_b .top_text{
  399. margin-top: 8px;
  400. }
  401. .officeHot_list ul li .text_b .top_text a{
  402. font-size: 1rem;
  403. font-weight: bold;
  404. color: #333;
  405. display: inline-block;
  406. overflow: hidden;
  407. text-overflow: ellipsis;
  408. white-space: nowrap;
  409. }
  410. .officeHot_list ul li .text_b .top_text p.city{
  411. display: -webkit-flex; /* Safari */
  412. display: flex;
  413. justify-content:flex-start;
  414. align-items:center;
  415. margin-top: 0px;
  416. }
  417. .officeHot_list ul li .text_b .top_text p.city span{
  418. display: inline-block;
  419. font-size: 0.75rem;
  420. color: #999;
  421. overflow: hidden;
  422. text-overflow: ellipsis;
  423. white-space: nowrap;
  424. }
  425. .officeHot_list ul li .text_b .lpbm{
  426. display: -webkit-flex; /* Safari */
  427. display: flex;
  428. justify-content:space-between;
  429. align-items:center;
  430. margin-top: 10px;
  431. }
  432. .officeHot_list ul li .text_b .lpbm a{
  433. display: inline-block;
  434. font-size: 0.937rem;
  435. color: #fff;
  436. height: 32px;
  437. line-height: 32px;
  438. width: 45%;
  439. text-align: center;
  440. }
  441. .officeHot_list ul li .text_b .lpbm a.djtx{
  442. background: #2567CE;
  443. }
  444. .officeHot_list ul li .text_b .lpbm a.zxzx{
  445. background: #F19718;
  446. }
  447. .officeHot_list ul li.swiper-slide-active{/*选中的效果*/
  448. position:relative;
  449. top:0;
  450. transition: all .3s;
  451. height:287px;
  452. width: 293px;
  453. }
  454. .officeHot_list ul li.swiper-slide-active .top_ico{
  455. width: 262px;
  456. height: 159px;
  457. }
  458. .officeHot_list ul li.swiper-slide-active .top_ico .ap_text p.pric{
  459. height: 35px;
  460. line-height: 35px;
  461. font-size: 0.75rem;
  462. }
  463. .officeHot_list ul li.swiper-slide-active .top_ico .ap_text p.pric span{
  464. font-size: 1.025rem;
  465. }
  466. .officeHot_list ul li.swiper-slide-active .text_b{
  467. width: 262px;
  468. }
  469. .officeHot_list ul li.swiper-slide-active .top_ico .ap_text p.zkyh{
  470. height: 28px;
  471. line-height: 28px;
  472. font-size: 0.75rem;
  473. }
  474. .officeHot_list ul li.swiper-slide-active .text_b .top_text{
  475. margin-top: 8px;
  476. }
  477. .officeHot_list ul li.swiper-slide-active .text_b .top_text a{
  478. font-size: 1.25rem;
  479. }
  480. .officeHot_list ul li.swiper-slide-active .text_b .top_text p.city span{
  481. font-size: 0.875rem;
  482. }
  483. .officeHot_list ul li.swiper-slide-active .text_b .lpbm a{
  484. font-size: 0.975rem;
  485. width: 45%;
  486. height: 34px;
  487. line-height: 34px;
  488. }
  489. .officeHot_list_main .swiper-pagination{
  490. margin-top: 20px;
  491. position: static;
  492. }
  493. .officeHot_list_main .swiper-pagination-bullet{
  494. width: 7px;
  495. height: 7px;
  496. background:#fff;
  497. opacity: 1;
  498. margin: 0 4px;
  499. }
  500. .officeHot_list_main .swiper-pagination-bullet-active{
  501. height: 7px;
  502. width: 24px;
  503. background: #2465CD;
  504. opacity: 1;
  505. border-radius: 10px;
  506. }
  507. .officeTeam{
  508. width: 100%;
  509. height: auto;
  510. margin-top: 20px;
  511. }
  512. .officeTeam_t{
  513. width: 92%;
  514. margin: 0 auto;
  515. }
  516. .officeTeam_main{
  517. background: url('/overseas/zt/office20200727/image/ico_20.png') no-repeat;
  518. background-size: 100% auto;
  519. padding: 16px 0;
  520. }
  521. .officeTeam_top{
  522. width: 92%;
  523. margin:0 auto;
  524. background: url('/overseas/zt/office20200727/image/ico_22.jpg') no-repeat;
  525. background-size: 100% 100%;
  526. display: -webkit-flex; /* Safari */
  527. display: flex;
  528. justify-content:space-between;
  529. align-items:center;
  530. }
  531. .officeTeam_top .t_list{
  532. width: 30%;
  533. height: auto;
  534. position: relative;
  535. bottom: 0px;
  536. left: 12px;
  537. margin-top: 12px;
  538. }
  539. .officeTeam_top .t_list img{
  540. width: 100%;
  541. height: auto;
  542. }
  543. .officeTeam_top .t_right{
  544. width: 65%;
  545. position: relative;
  546. right: 20px;
  547. height: 100px;
  548. }
  549. .officeTeam_top .t_right p.name span{
  550. font-size: 1.025rem;
  551. color: #fff;
  552. font-weight: bold;
  553. }
  554. .officeTeam_top .t_right p.name em{
  555. font-size: 0.75rem;
  556. color: #fff;
  557. margin-left: 5px;
  558. display: inline-block;
  559. }
  560. .officeTeam_top .t_right p.text{
  561. font-size: 0.75rem;
  562. color: #fff;
  563. margin-top: 5px;
  564. }
  565. .officeTeam_top .t_right a{
  566. background: #F19718;
  567. font-size: 0.937rem;
  568. font-weight: bold;
  569. color: #fff;
  570. height: 32px;
  571. line-height: 32px;
  572. text-align: center;
  573. width: 100px;
  574. position: absolute;
  575. right: 0px;
  576. bottom: -5px;
  577. }
  578. .officeTeam_list{
  579. width: 92%;
  580. margin: 0 auto;
  581. }
  582. .officeTeam_list .b_list ul{
  583. display: -webkit-flex; /* Safari */
  584. display: flex;
  585. justify-content:center;
  586. align-items:center;
  587. }
  588. .officeTeam_list .b_list ul li{
  589. width: 18%;
  590. background: #F1F4F6;
  591. height: 63px;
  592. }
  593. .officeTeam_list .b_list ul li a{
  594. display: inline-block;
  595. width: 100%;
  596. height: 100%;
  597. display: -webkit-flex; /* Safari */
  598. display: flex;
  599. justify-content:center;
  600. align-items:flex-end;
  601. }
  602. .officeTeam_list .b_list ul li+li{
  603. margin-left: 3%;
  604. }
  605. .officeTeam_list .b_list ul li img{
  606. width: 80%;
  607. margin: 0 auto;
  608. display: inline-block;
  609. }
  610. .officeTeam_list .b_list ul li.on{
  611. background: #2567CE;
  612. }
  613. .myAdvantage{
  614. width: 100%;
  615. height: auto;
  616. }
  617. .myAdvantage_main,.myAdvantage_main p,.myAdvantage_main p img{
  618. width: 100%;
  619. height: auto;
  620. }
  621. .officeAppen{
  622. position: fixed;
  623. width: 90%;
  624. margin-left: -45%;
  625. left: 50%;
  626. top: 15%;
  627. z-index: 202;
  628. display: none;
  629. }
  630. .officeAppen_bg{
  631. width:100%;
  632. height: 100%;
  633. position: fixed;
  634. left: 0px;
  635. top: 0px;
  636. z-index: 200;
  637. background: rgba(0,0,0,0.5);
  638. display: none;
  639. }
  640. .officeAppen_main{
  641. width: 100%;
  642. height: auto;
  643. position: relative;
  644. }
  645. .officeAppen_m,.officeAppen_m img{
  646. width: 100%;
  647. height: auto;
  648. }
  649. .officeAppen_gb{
  650. position: absolute;
  651. z-index: 2;
  652. right: 25px;
  653. top: 20px;
  654. width: 23px;
  655. height: 23px;
  656. }
  657. .officeAppen_gb img{
  658. width: 100%;
  659. height: 100%;
  660. }
  661. .officeAppen_form{
  662. position: absolute;
  663. width: 70%;
  664. margin-left: -35%;
  665. left: 50%;
  666. bottom:23.5%;
  667. }
  668. .officeAppen_form p.un{
  669. background: #fff;
  670. height: 40px;
  671. width: 100%;
  672. border-radius: 20px;
  673. display: -webkit-flex; /* Safari */
  674. display: flex;
  675. justify-content:center;
  676. align-items:center;
  677. }
  678. .officeAppen_form p.un img{
  679. width: 10px;
  680. height: 13px;
  681. display: inline-block;
  682. margin-right: 10px;
  683. }
  684. .officeAppen_form p.un input{
  685. display: inline-block;
  686. height: 38px;
  687. font-size: 0.875rem;
  688. color: #666;
  689. width: 80%;
  690. background: #fff;
  691. border:none;
  692. border-radius: 0 20px 20px 0;
  693. }
  694. .officeAppen_form p.inb{
  695. width: 100%;
  696. height: 40px;
  697. margin-top: 10px;
  698. }
  699. .officeAppen_form p.inb a{
  700. display: inline-block;
  701. height: 40px;
  702. line-height: 40px;
  703. width: 100%;
  704. text-align: center;
  705. border-radius: 20px;
  706. font-size: 1.0625rem;
  707. color: #543300;
  708. font-weight: bold;
  709. background:linear-gradient(0deg,rgba(226,163,53,1) 0%,rgba(255,252,0,1) 100%);
  710. }
  711. .appleBm{display: none; width:86%; height: auto; z-index: 106; padding: 24px 0; background: #fff; position: fixed; left: 50%; margin-left: -43%; top: 20%; border-radius: 5px;}
  712. .appleBm_main{width: 100%; position: relative; height: auto;}
  713. .appleBm_gb{position: absolute;top: -10px; right: 5%; width: 16px; height: 16px;}
  714. .appleBm_gb a{ display: inline-block; width:100%; height:100%;}
  715. .appleBm_gb a img{width: 100%; height: 100%;}
  716. .appleBm_center{ width: 85%; margin: 0 auto;height: auto;}
  717. .appleBm_top p.title{ text-align: center; font-size: 1.25rem; color: #2F3944;font-weight: bold;}
  718. .appleBm_top p.i_ico{
  719. width: 100%;
  720. height: auto;
  721. margin-top: 15px;
  722. }
  723. .appleBm_top p.i_ico img{
  724. width: 100%;
  725. height: auto;
  726. }
  727. .appleBm_top p.text{ font-size: 0.75rem; color: #5C5C5C; line-height: 22px; margin-top: 15px;}
  728. .appleBm_form{ width: 100%; height: auto; margin: 0 auto; margin-top: 15px;}
  729. .appleBm_form .appleBm_input{ font-size: 0.875rem; color: #5E6370; padding-left: 30px; border: none;border:none; background: url('/image/imagev3/v3_ico34.png') #F7F7F7 no-repeat 10px center; background-size: 12px 16px; border-radius: 5px; width: 100%; height: 37px; }
  730. .appleBm_form .saw{ margin-top: 15px; width: 100%; height: 37px; line-height: 37px; text-align: center; font-size: 1rem; font-weight: bold; color: #fff; background:#E03700; display: block; border-radius: 5px;}
  731. .appleBm_bg{
  732. font-size: 0.75rem;
  733. color: #ACACAC;
  734. text-align: center;
  735. margin-top: 10px;
  736. }
  737. .appleBmBG{
  738. display: none;
  739. width: 100%;
  740. height: 100%;
  741. position: fixed;
  742. left: 0;
  743. top: 0;
  744. background: rgba(0,0,0,0.5);
  745. z-index: 105;
  746. }