lpindex.css 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014
  1. body{background-color:#fff;}
  2. /*2019-08-22 头部幻灯修改*/
  3. .y_lphome_top{ width: 100%; height: auto;}
  4. .y_lohomemain{ width: 100%; height: auto;}
  5. .swiper-container-horizontal>.s-li .swiper-pagination-bullet {margin:0 2px;width:6px;height:6px;opacity:1;background:#fff;}
  6. .swiper-container-horizontal>.s-li .swiper-pagination-bullet-active {width:12px;background:#ED523D;height:6;border-radius:3px;}
  7. .y_lohomemain .case{
  8. height: 250px;
  9. width: 100%;
  10. overflow: hidden;
  11. background: #f9f9f9;
  12. }
  13. .case .swiper-slide{ width: 100%; height: 100%;}
  14. .case .swiper-slide img {
  15. width: 100%;
  16. height: 100%;
  17. }
  18. .swiper-container {
  19. width: 100%;
  20. height: 100%;
  21. }
  22. .carousel {
  23. width: 100%;
  24. height: 100%;
  25. }
  26. /*视频*/
  27. #slideVideo{width: 100%; height: 100%;}
  28. #slideVideo_1{
  29. width: 100%;
  30. height: 100%;
  31. }
  32. .swiper-slideVideo {
  33. width: 100%;
  34. height: 100%;
  35. position: relative;
  36. }
  37. .video_btn {
  38. width: 56px;
  39. height: 56px;
  40. position: absolute;
  41. left: 50%;
  42. top: 50%;
  43. margin-top: -28px;
  44. margin-left:-28px;
  45. }
  46. .video_btn>img {
  47. width: 100%;
  48. height: 100%;
  49. }
  50. .swiper-slideVideo>video {
  51. width: 100%;
  52. height: 100%;
  53. }
  54. /*图片/视频切换*/
  55. .vAndi {
  56. width: 100%;
  57. height: 36px;
  58. border-bottom: 1px solid #eee;
  59. display: -webkit-flex; /* Safari */
  60. display: flex;
  61. align-items: center;
  62. justify-content:center ;
  63. }
  64. .vAndiCont {
  65. width:auto;
  66. margin: 0 auto;
  67. display: flex;
  68. justify-content: center; /* 让子元素水平居中 */
  69. }
  70. .vAndiCont>div {
  71. border-radius: 3px;
  72. width: auto;
  73. height: 20px;
  74. padding: 0 12px;
  75. line-height: 20px;
  76. background:#F4F4F4;
  77. border-radius: 10px;
  78. color: #333;
  79. font-size: 0.625rem;
  80. text-align: center;
  81. margin: 0 5px;
  82. }
  83. .liveBtn.SWactive {
  84. background: #4292F1;
  85. color: #fff;
  86. }
  87. .videoBtn.SWactive {
  88. background: #4292F1;
  89. color: #fff;
  90. }
  91. .vrBtn.SWactive {
  92. background: #4292F1;
  93. color: #fff;
  94. }
  95. .imgBtn.SWactive {
  96. background: #4292F1;
  97. color: #fff;
  98. }
  99. .weizhi {
  100. position: absolute;
  101. bottom: 0;
  102. z-index: 2;
  103. width: 100%;
  104. display: none;
  105. }
  106. .carousel .swiper-pagination2{
  107. position: inherit;
  108. margin-right: 5px;
  109. }
  110. .carousel .swiper-pagination2 .swiper-pagination-bullet {
  111. background:#E6E6E6;
  112. opacity: 1;
  113. height: 5px;
  114. width: 5px;
  115. border-radius: 20px;
  116. margin: 0 3px;
  117. }
  118. .carousel .swiper-pagination2 .swiper-pagination-bullet-active {
  119. background: #4292F1;
  120. width: 15px;
  121. }
  122. .vvid_pic_ico {border-radius: 100%;width:56px;height:56px;background: url(/overseas/img/vr_animation.png);background-color:rgba(0,0,0,0.5);background-position-y: 0;background-repeat: no-repeat;background-size: 100%;border: 1px solid hsl(0, 0%, 97%);box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);}
  123. .vr-animation-forever { -webkit-animation:vr 5s steps(80) infinite;animation:vr 5s steps(80) infinite;}
  124. @-webkit-keyframes vr {to{background-position-y:100%}}
  125. @keyframes vr {to{background-position-y:100%}}
  126. /* v2 楼盘信息 */
  127. .yv2_lphomeHead{
  128. width: 100%;
  129. margin-top: 15px;
  130. }
  131. .yv2_lphomeHead_main{
  132. width: 92%;
  133. margin:0 auto;
  134. }
  135. .yv2_lphomeHead_main .lptitle{
  136. display: -webkit-flex; /* Safari */
  137. display: flex;
  138. align-items: center;
  139. justify-content: space-between;
  140. }
  141. .yv2_lphomeHead_main .lptitle h2{
  142. font-size: 1.25rem;
  143. font-weight: bold;
  144. color: #2D2D2D;
  145. }
  146. .yv2_lphomeHead_main .lptitle a{
  147. height: 25px;
  148. background: #F2F6FB;
  149. font-size: 0.75rem;
  150. color: #3881D2;
  151. border-radius: 12px;
  152. display: -webkit-flex; /* Safari */
  153. display: flex;
  154. align-items: center;
  155. justify-content: space-between;
  156. padding: 0 10px;
  157. }
  158. .yv2_lphomeHead_main .lptitle a img{
  159. width: 14px;
  160. height: 14px;
  161. display:inline-block;
  162. margin-right: 5px;
  163. }
  164. .yv2_lphomeHead_main .lpstyle{
  165. display: -webkit-flex; /* Safari */
  166. display: flex;
  167. align-items: center;
  168. justify-content: flex-start;
  169. font-size: 0;
  170. margin-top: 8px;
  171. }
  172. .yv2_lphomeHead_main .lpstyle i{
  173. display: inline-block;
  174. font-size: 0.625rem;
  175. color: #fff;
  176. background: #3881D2;
  177. height: 18px;
  178. line-height: 18px;
  179. padding: 0 5px;
  180. border-radius: 1px;
  181. }
  182. .yv2_lphomeHead_main .lpstyle span{
  183. display: inline-block;
  184. font-size: 0.625rem;
  185. color: #507DAF;
  186. background:#EEF3F9;
  187. height: 18px;
  188. line-height: 18px;
  189. padding: 0 5px;
  190. border-radius: 1px;
  191. margin-left: 5px;
  192. }
  193. .yv2_lphomeHead_main .lppric{
  194. display: -webkit-flex; /* Safari */
  195. display: flex;
  196. align-items: center;
  197. justify-content: flex-start;
  198. margin-top: 12px;
  199. }
  200. .yv2_lphomeHead_main .lppric span{
  201. font-size: 0.625rem;
  202. color: #FF3131;
  203. display: inline-block;
  204. }
  205. .yv2_lphomeHead_main .lppric span em{
  206. font-size: 1.1875rem;
  207. font-weight: bold;
  208. }
  209. .yv2_lphomeHead_main .lppric i.yv2_yxq{
  210. font-size: 0.625rem;
  211. color: #999;
  212. display: inline-block;
  213. margin-left: 10px;
  214. }
  215. .yv2_lphomeHead_main .lpdz{
  216. display: -webkit-flex; /* Safari */
  217. display: flex;
  218. align-items: flex-start;
  219. justify-content: flex-start;
  220. margin-top: 12px;
  221. font-size: 0.75rem;
  222. line-height: 20px;
  223. }
  224. .yv2_lphomeHead_main .lpdz i{
  225. color: #888;
  226. display: inline-block;
  227. }
  228. .yv2_lphomeHead_main .lpdz span{
  229. color: #333;
  230. display: inline-block;
  231. width: 88%;
  232. margin-left: 10px;
  233. }
  234. .yv2_lphomeHead_main .lpbaomin{
  235. margin-top: 15px;
  236. display: -webkit-flex; /* Safari */
  237. display: flex;
  238. align-items: center;
  239. justify-content: space-between;
  240. background: #F2F6FB;
  241. border-radius: 4px;
  242. }
  243. .yv2_lphomeHead_main .lpbaomin a{
  244. display: -webkit-flex; /* Safari */
  245. display: flex;
  246. align-items: center;
  247. justify-content: center;
  248. width: 49%;
  249. height: 40px;
  250. font-size: 0.875rem;
  251. color: #3881D2;
  252. font-weight: bold;
  253. }
  254. .yv2_lphomeHead_main .lpbaomin a img{
  255. width: 17px;
  256. height: 17px;
  257. display:inline-block;
  258. margin-right: 5px;
  259. }
  260. .yv2_lphomeHead_main .lpbaomin i{
  261. width: 1px;
  262. height: 14px;
  263. background: #C8DDF7;
  264. display: inline-block;
  265. }
  266. /* v2 电话 */
  267. .yv2_lpTell{
  268. margin-top: 20px;
  269. width: 100%;
  270. }
  271. .yv2_lpTellBox{
  272. width: 95%;
  273. margin: 0 auto;
  274. background: linear-gradient(-90deg, #EAF6FF 0%, #D8F7FD 99%);
  275. padding: 10px 0;
  276. display: -webkit-flex; /* Safari */
  277. display: flex;
  278. align-items: center;
  279. justify-content: space-between;
  280. }
  281. .yv2_lpTellBox .yv2_lpTell_left{
  282. margin-left: 12px;
  283. }
  284. .yv2_lpTellBox .yv2_lpTell_left p.top{
  285. font-size: 0.875rem;
  286. color: #24292E;
  287. font-weight: bold;
  288. }
  289. .yv2_lpTellBox .yv2_lpTell_left p.top span{
  290. font-size: 1.25rem;
  291. font-weight: bold;
  292. }
  293. .yv2_lpTellBox .yv2_lpTell_left p.text{
  294. font-size: 0.625rem;
  295. color: #6D7D8D;
  296. margin-top: 8px;
  297. }
  298. .yv2_lpTellBox a{
  299. width: 50px;
  300. height: 50px;
  301. margin-right: 12px;
  302. display: -webkit-flex; /* Safari */
  303. display: flex;
  304. align-items: center;
  305. }
  306. .yv2_lpTellBox a img{
  307. width: 100%;
  308. height: 100%;
  309. }
  310. .lphomeV2type_h{
  311. width: 95%;
  312. margin: 0 auto;
  313. }
  314. .lphomeV2type_h span{
  315. display: inline-block;
  316. font-size: 1.125rem;
  317. color: #555;
  318. font-weight: bold;
  319. }
  320. .lphomeV2type_h span em{
  321. font-weight: bold;
  322. }
  323. /* v2 优惠活动 */
  324. .yv2_discounts{
  325. margin-top: 25px;
  326. background: #fff;
  327. width: 100%;
  328. }
  329. .yv2_discountsBox{
  330. width: 95%;
  331. margin: 0 auto;
  332. }
  333. .yv2_discountsBox .yv2_discounts_text{
  334. background: url('/overseas/img/v2image/v2_ico18.png') center no-repeat;
  335. background-size:100% 100%;
  336. height: 85px;
  337. width: 100%;
  338. margin-top: 10px;
  339. display: -webkit-flex; /* Safari */
  340. display: flex;
  341. align-items: center;
  342. justify-content: space-between;
  343. }
  344. .yv2_discountsBox .yv2_discounts_text .yv2_text_left{
  345. width: 67%;
  346. padding: 0 5%;
  347. }
  348. .yv2_discountsBox .yv2_discounts_text .yv2_text_left p.zk_m{
  349. font-size: 0.937rem;
  350. color: #2D2D2D;
  351. font-weight: bold;
  352. width: 100%;
  353. display: -webkit-box;
  354. -webkit-box-orient: vertical;
  355. -webkit-line-clamp: 2;
  356. overflow: hidden;
  357. }
  358. .yv2_discountsBox .yv2_discounts_text .yv2_text_left p.text{
  359. font-size: 0.75rem;
  360. color: #666;
  361. margin-top: 8px;
  362. }
  363. .yv2_discountsBox .yv2_discounts_text .yv2_text_right{
  364. width: 33%;
  365. text-align: center;
  366. }
  367. .yv2_discountsBox .yv2_discounts_text .yv2_text_right a{
  368. display: inline-block;
  369. height: 30px;
  370. border-radius: 4px;
  371. background: #fff;
  372. font-size: 0.875rem;
  373. color: #FF5849;
  374. line-height: 30px;
  375. padding: 0 10px;
  376. }
  377. .yv2_discountsBox .yv2_discounts_text .yv2_text_right p{
  378. font-size: 0.75rem;
  379. color: #fff;
  380. margin-top: 8px;
  381. }
  382. /*户型*/
  383. .lphomeV2type{ background: #fff; margin-top: 25px;}
  384. .lphomeV2type_main{
  385. width: 95%;
  386. margin: 0 auto;
  387. }
  388. .lphomeV2type_ul ul li{ border-bottom: 1px solid #eee; padding: 15px 0; position: relative;width: 95%; margin: 0 auto;}
  389. .lphomeV2type_ul ul li .left_img{
  390. width: 35%;
  391. height: 100px;
  392. border: 1px solid #eee;
  393. display: -webkit-flex; /* Safari */
  394. display: flex;
  395. align-items: center;
  396. justify-content: center;
  397. }
  398. .lphomeV2type_ul ul li .left_img img{
  399. width: auto;
  400. height: auto;
  401. max-width: 100%;
  402. max-height: 100%;
  403. }
  404. .lphomeV2type_ul ul li .list_main a{
  405. display: -webkit-flex; /* Safari */
  406. display: flex;
  407. align-items: flex-start;
  408. justify-content: space-between;
  409. }
  410. .lphomeV2type_ul ul li .right_text{
  411. width: 62%;
  412. }
  413. .lphomeV2type_ul ul li .right_text p{ padding-top: 8px;}
  414. .lphomeV2type_ul ul li .right_text p:nth-child(1){ font-size: 1rem; color: #333; font-weight:bold;}
  415. .lphomeV2type_ul ul li .right_text p:nth-child(2){ font-size: 0.875rem; color: #888;}
  416. .lphomeV2type_ul ul li .right_text p:nth-child(3){ font-size: 0.875rem; color: #888;}
  417. .lphomeV2type_ul ul li .yv2_hxbj{
  418. position: absolute;
  419. right: 0px;
  420. top:50%;
  421. z-index: 2;
  422. margin-top: -22px;
  423. }
  424. .lphomeV2type_ul ul li .yv2_hxbj a{
  425. height: 30px;
  426. font-size: 0.75rem;
  427. background: #F2F6FB;
  428. color: #3881D2;
  429. display: -webkit-flex; /* Safari */
  430. display: flex;
  431. align-items: center;
  432. padding: 0 10px;
  433. border-radius:3px;
  434. }
  435. .lphomeV2type_ul ul li .yv2_hxbj a img{
  436. width: 10px;
  437. height: 10px;
  438. display: inline-block;
  439. margin-right: 5px;
  440. }
  441. .lphomeV2type_ul ul li:last-child{ border-bottom: none;}
  442. .lphomeV2type_gd{ width: 95%; margin: 0 auto; }
  443. .lphomeV2type_gd a{
  444. font-size: 0.875rem;
  445. color: #888;
  446. display: block;
  447. width: 100%;
  448. background: #F2F6FB;
  449. text-align: center;
  450. height: 40px;
  451. line-height: 40px;
  452. border-radius: 3px;
  453. }
  454. /* v2 直播看房 */
  455. .yv2_liveHome{
  456. margin-top: 25px;
  457. width: 100%;
  458. }
  459. .yv2_liveHomeBox{
  460. width: 95%;
  461. margin: 0 auto;
  462. height: auto;
  463. }
  464. .yv2_liveHomeBox img{
  465. width: 100%;
  466. height: auto;
  467. }
  468. /*/周边配套*/
  469. .y_lpzbpt{ background: #fff;margin-top: 25px;}
  470. .y_lpzbpt_box{
  471. width: 95%;
  472. margin: 0 auto;
  473. }
  474. .y_lpzbpt_cent{ margin-top: 5px;}
  475. .y_lpdt{ width: 100%; height: 260px;}
  476. .y_lpdt_list{ margin-top: 20px;}
  477. .y_lpdt_list ul li{ width: 12.5%; text-align: center; float: left;}
  478. .y_lpdt_list ul li .y_tu{ width: 32px; height: auto; margin: 0 auto;}
  479. .y_lpdt_list ul li .y_tu img{ width: 100%; height: auto;}
  480. .y_lpdt_list ul li .y_text{ font-size: 1rem; color:#999; margin-top: 5px;}
  481. .y_lpdt_list ul li+li{ margin-left: 2%;}
  482. .y_maplpdizhi{ padding: 5px 0 10px;}
  483. .y_maplpdizhi em{font-size: 0.9rem; color: #999;display: inline-block;float: left;}
  484. .y_maplpdizhi span{font-size: 0.9rem; color: #333;display: inline-block;float: left; width: 78%;}
  485. /*楼盘推荐*/
  486. .xiang_bom{
  487. height: 10px;
  488. width: 100%;
  489. background: #f4f6f9;
  490. margin-top: 20px;
  491. }
  492. .y_lphometj{ background: #fff;margin-top: 25px;}
  493. .y_lphometj_main{
  494. width: 95%;
  495. margin: 0 auto;
  496. }
  497. .y_lphometj_cent{
  498. width: 95%;
  499. margin: 0 auto;
  500. }
  501. .y_lphometj_cent ul li{
  502. border-bottom: 1px solid #eee;
  503. padding-bottom: 15px;
  504. margin-top: 15px;
  505. position: relative;
  506. }
  507. .y_lphometj_cent ul li .sell_conterBox a{
  508. display: -webkit-flex; /* Safari */
  509. display: flex;
  510. align-items: flex-start;
  511. justify-content:space-between;
  512. }
  513. .y_lphometj_cent ul li .sell_conterBox .sell_conterBox_l{
  514. width: 35%;
  515. height: 92px;
  516. position: relative;
  517. }
  518. .y_lphometj_cent ul li .sell_conterBox .sell_conterBox_l p.img{
  519. width: 100%;
  520. height: 100%;
  521. border-radius: 5px;
  522. overflow: hidden;
  523. }
  524. .y_lphometj_cent ul li .sell_conterBox .sell_conterBox_l p.img img{
  525. width: 100%;
  526. height: 100%;
  527. }
  528. .y_lphometj_cent ul li .sell_conterBox .sell_conterBox_l p.city{
  529. position: absolute;
  530. top:0;
  531. left: 0;
  532. font-size: 0.625rem;
  533. color: #fff;
  534. height: 18px;
  535. line-height: 18px;
  536. padding: 0 10px;
  537. border-radius: 5px 0 5px 0;
  538. background: rgba(0,0,0,0.4);
  539. z-index: 2;
  540. }
  541. .y_lphometj_cent ul li .sell_conterBox .sell_conterBox_l p.hangpai{
  542. position: absolute;
  543. right: -5px;
  544. top: -3px;
  545. font-size:0.625rem;
  546. color: #fff;
  547. padding: 0 10px;
  548. height: 20px;
  549. line-height: 18px;
  550. background: linear-gradient(-90deg, #4A4EA5 0%, #686DD2 98%);
  551. border-radius: 15px 10px 0px 15px;
  552. z-index: 2;
  553. }
  554. .y_lphometj_cent ul li .sell_conterBox .sell_conterBox_l p.hangpai:after{
  555. content:'';
  556. position: absolute;
  557. right: 0px;
  558. top:20px;
  559. right: 0px;
  560. width: 0;
  561. height: 0;
  562. border-top: 5px solid #2C3078ed;
  563. border-right: 5px solid transparent;
  564. }
  565. .y_lphometj_cent ul li .sell_conterBox .sell_conterBox_l .sdin{
  566. position: absolute;
  567. left: 5px;
  568. bottom: 4px;
  569. z-index: 2;
  570. display: -webkit-flex; /* Safari */
  571. display: flex;
  572. align-items: center;
  573. justify-content:flex-start;
  574. }
  575. .y_lphometj_cent ul li .sell_conterBox .sell_conterBox_l .vvid_pic_ico {
  576. border-radius: 100%;
  577. width:16px;
  578. height:16px;
  579. border:1px solid #fff;
  580. background: url(/overseas/img/vr_animation.png) rgba(0,0,0,0.5);
  581. background-position-y: 0;
  582. background-repeat: no-repeat;
  583. background-size: 100%;
  584. }
  585. .y_lphometj_cent ul li .sell_conterBox .sell_conterBox_l .vr-animation-forever {
  586. -webkit-animation:vr 5s steps(80) infinite;
  587. animation:vr 5s steps(80) infinite;
  588. }
  589. @-webkit-keyframes vr {to{background-position-y:100%}}
  590. @keyframes vr {to{background-position-y:100%}}
  591. .y_lphometj_cent ul li .sell_conterBox .sell_conterBox_l .vid_ico{
  592. width: 16px;
  593. height: 16px;
  594. display: -webkit-flex; /* Safari */
  595. display: flex;
  596. align-items: center;
  597. margin-left: 4px;
  598. }
  599. .y_lphometj_cent ul li .sell_conterBox .sell_conterBox_l .vid_ico img{
  600. width: 100%;
  601. height: 100%;
  602. }
  603. .y_lphometj_cent ul li .sell_conterBox .sell_conterBox_r{
  604. width: 61%;
  605. }
  606. .y_lphometj_cent ul li .sell_conterBox .sell_conterBox_r h2{
  607. font-size: 0.937rem;
  608. font-weight: bold;
  609. color: #343434;
  610. overflow: hidden;
  611. text-overflow: ellipsis;
  612. white-space: nowrap;
  613. max-width: 70%;
  614. margin-top: 2px;
  615. }
  616. .y_lphometj_cent ul li .sell_conterBox .sell_conterBox_r p.pric{
  617. margin-top: 8px;
  618. font-size: 0.625rem;
  619. color: #FB5034;
  620. }
  621. .y_lphometj_cent ul li .sell_conterBox .sell_conterBox_r p.pric span{
  622. font-size: 0.937rem;
  623. font-weight: bold;
  624. }
  625. .y_lphometj_cent ul li .sell_conterBox .sell_conterBox_r p.time{
  626. margin-top: 5px;
  627. font-size: 0.625rem;
  628. color: #9A9A9A;
  629. }
  630. .y_lphometj_cent ul li .sell_conterBox .sell_conterBox_r p.style{
  631. margin-top: 5px;
  632. display: -webkit-flex; /* Safari */
  633. display: flex;
  634. align-items: center;
  635. font-size: 0;
  636. }
  637. .y_lphometj_cent ul li .sell_conterBox .sell_conterBox_r p.style i{
  638. font-size: 0.625rem;
  639. color: #fff;
  640. height: 18px;
  641. line-height: 18px;
  642. background: #3882D2;
  643. padding: 0 5px;
  644. border-radius: 2px;
  645. }
  646. .y_lphometj_cent ul li .sell_conterBox .sell_conterBox_r p.style span{
  647. font-size: 0.625rem;
  648. color: #507EB0;
  649. height: 18px;
  650. line-height: 18px;
  651. background: #F1F7FF;
  652. padding: 0 5px;
  653. border-radius: 2px;
  654. display: inline-block;
  655. margin-left: 5px;
  656. }
  657. .y_lphometj_cent ul li .sell_conterBox .lp_zk{
  658. margin-top:11px;
  659. width: 100%;
  660. display: -webkit-flex; /* Safari */
  661. display: flex;
  662. align-items: center;
  663. justify-content: flex-start;
  664. }
  665. .y_lphometj_cent ul li .sell_conterBox .lp_zk span{
  666. background: linear-gradient(90deg, #FFEFED 0%, #FFF8F7 100%);
  667. border-radius: 10px;
  668. display: inline-block;
  669. padding: 3px 8px;
  670. font-size: 0.625rem;
  671. color: #333333;
  672. }
  673. .y_lphometj_cent ul li .sell_conterBox .lp_zk img{
  674. width: 13px;
  675. height: 13px;
  676. display: inline-block;
  677. margin-right: 3px;
  678. }
  679. .y_lphometj_cent ul li .sell_conterBox .lp_zk i{
  680. color: #B5B5B5;
  681. display: inline-block;
  682. padding: 0 3px;
  683. }
  684. .y_lphometj_cent ul li .lp_tell{
  685. position: absolute;
  686. right: 0px;
  687. top:22%;
  688. }
  689. .y_lphometj_cent ul li .lp_tell a{
  690. display: -webkit-flex; /* Safari */
  691. display: flex;
  692. align-items: center;
  693. font-size: 0.75rem;
  694. color: #fff;
  695. height: 27px;
  696. padding: 0 10px;
  697. background: #44A6F5;
  698. border-radius: 14px;
  699. }
  700. .y_lphometj_cent ul li .lp_tell a img{
  701. width: 12px;
  702. height: 12px;
  703. display: inline-block;
  704. margin-right: 5px;
  705. }
  706. /* v2 看房定制 */
  707. .yv2_customBox{
  708. margin-top: 30px;
  709. width: 100%;
  710. height: auto;
  711. }
  712. .yv2_customBox_main{
  713. position: relative;
  714. width: 100%;
  715. height: auto;
  716. }
  717. .yv2_customBox_bg,.yv2_customBox_bg img{
  718. width: 100%;
  719. height: auto;
  720. }
  721. .yv2_customBox_form{
  722. position: absolute;
  723. left: 50%;
  724. bottom: 5%;
  725. width: 70%;
  726. margin-left: -35%;
  727. }
  728. .yv2_customBox_form input.yv2_input{
  729. width: 100%;
  730. height: 40px;
  731. text-align: center;
  732. border-radius: 3px;
  733. background: #F4F4F4;
  734. border:none;
  735. font-size: 0.875rem;
  736. color: #666;
  737. }
  738. .yv2_customBox_form a.yv2_buttom{
  739. width: 100%;
  740. height: 40px;
  741. border-radius: 3px;
  742. line-height: 40px;
  743. font-size: 1rem;
  744. color: #fff;
  745. background: #FF7138;
  746. text-align: center;
  747. display: block;
  748. margin-top:10px;
  749. }
  750. .yv2_customBox_form p.yv2_renshu{
  751. margin-top: 10px;
  752. font-size: 0.75rem;
  753. color: #888;
  754. text-align: center;
  755. }
  756. .yv2_customBox_form p.yv2_renshu em{
  757. color: #FA8919;
  758. }
  759. /*楼盘首页导航*/
  760. .y_lpindexnav{position: fixed;left: 0px; top: 50px; z-index: 10; background: rgba(0,0,0,0.8); width: 100%; display: none;}
  761. .y_lpindexnav_main {white-space:nowrap;}
  762. .y_lpindexnav_main ul li{ display:inline-block; width:80px; text-align: center; padding: 15px 0;}
  763. .y_lpindexnav_main ul li a{ font-size: 1rem; color: #fff; display: block;}
  764. .y_lpindexnav_main ul li a i{ display:block; height: 4px; border-radius: 10px; width: 50%; margin: 0 auto; position: relative; top:15px;}
  765. .y_lpindexnav_main ul li.on a i{ background-color:#efdbc1;}
  766. .lphomev3Bm{
  767. width: 100%;
  768. margin-top: 10px;
  769. background: #fff;
  770. padding:10px 0;
  771. }
  772. .lphomev3Bm_main{
  773. background: #D4ECFF;
  774. padding: 15px;
  775. display: -webkit-flex; /* Safari */
  776. display: flex;
  777. justify-content:space-between;
  778. align-items:center;
  779. }
  780. .lphomev3Bm_main .left_text{
  781. width:37%;
  782. }
  783. .lphomev3Bm_main .left_text p.t{
  784. font-size: 0.937rem;
  785. color: #00559A;
  786. font-weight: bold;
  787. text-align: center;
  788. }
  789. .lphomev3Bm_main .left_text p.m{
  790. font-size: 0.625rem;
  791. color: #00559A;
  792. margin-top: 5px;
  793. text-align: center;
  794. letter-spacing:5px
  795. }
  796. .lphomev3Bm_main .right_form{
  797. width:60%;
  798. }
  799. .lphomev3Bm_main .right_form p{
  800. display: -webkit-flex; /* Safari */
  801. display: flex;
  802. justify-content:center;
  803. align-items:center;
  804. }
  805. .lphomev3Bm_main .right_form p input{
  806. width: 65%;
  807. border:none;
  808. background: #fff;
  809. font-size: 0.75rem;
  810. color: #666;
  811. height: 30px;
  812. padding-left: 10px;
  813. border-radius: 15px 0 0 15px;
  814. }
  815. .lphomev3Bm_main .right_form p a{
  816. display: inline-block;
  817. height: 30px;
  818. line-height: 30px;
  819. width: 35%;
  820. border-radius: 0 15px 15px 0;
  821. font-size: 12px;
  822. color: #fff;
  823. text-align: center;
  824. background: #42A5F5;
  825. font-weight: bold;
  826. }
  827. /* v2 楼盘升值 */
  828. .yv2_appreciation{
  829. margin-top: 25px;
  830. width: 100%;
  831. }
  832. .yv2_appreciationBox{
  833. width: 95%;
  834. margin: 0 auto;
  835. background: linear-gradient(-90deg, #D2ECFE 0%, #D6F5FC 99%);
  836. }
  837. .yv2_appreciationBox_main{
  838. padding: 10px;
  839. display: -webkit-flex; /* Safari */
  840. display: flex;
  841. justify-content:space-between;
  842. align-items:center;
  843. }
  844. .yv2_appreciationBox_main .yv2_appreciation_l{
  845. display: -webkit-flex; /* Safari */
  846. display: flex;
  847. justify-content:flex-start;
  848. align-items:center;
  849. }
  850. .yv2_appreciationBox_main .yv2_appreciation_l p.ico_img{
  851. border: 1px solid #4292F1;
  852. border-radius: 100%;
  853. width: 50px;
  854. height: 50px;
  855. overflow: hidden;
  856. background: radial-gradient(circle, #FFFFFF 38%, #D0DDE8 97%);
  857. }
  858. .yv2_appreciationBox_main .yv2_appreciation_l p.ico_img img{
  859. width: 100%;
  860. height: 100%;
  861. }
  862. .yv2_appreciationBox_main .yv2_appreciation_l .text_m{
  863. margin-left: 10px;
  864. }
  865. .yv2_appreciationBox_main .yv2_appreciation_l .text_m p.text_1{
  866. font-size: 0.937rem;
  867. color: #3881D2;
  868. font-weight: bold;
  869. }
  870. .yv2_appreciationBox_main .yv2_appreciation_l .text_m p.text_2{
  871. font-size: 0.625rem;
  872. color:#6097D3;
  873. margin-top: 8px;
  874. }
  875. .yv2_appreciationBox_main .yv2_appreciation_l .text_m p.text_2 em{
  876. color: #FF5849;
  877. }
  878. .yv2_appreciationBox_main .yv2_appreciation_r a{
  879. display: inline-block;
  880. font-size: 0.75rem;
  881. color: #fff;
  882. background: #4292F1;
  883. border-radius: 15px;
  884. height: 30px;
  885. line-height: 30px;
  886. padding: 0 10px;
  887. }
  888. .lphomeV2news{
  889. width: 95%;
  890. margin: 0 auto;
  891. margin-top: 25px;
  892. }
  893. .lphomeV2news_main{
  894. width: 95%;
  895. margin: 0 auto;
  896. }
  897. .lphomeV2news_main ul li{
  898. border-bottom: 1px solid #eee;
  899. padding-bottom: 15px;
  900. margin-top: 15px;
  901. }
  902. .lphomeV2news_main ul li a{
  903. display: -webkit-flex; /* Safari */
  904. display: flex;
  905. justify-content:space-between;
  906. align-items:center;
  907. }
  908. .lphomeV2news_main ul li .left_text{
  909. width: 65%;
  910. height: 75px;
  911. position: relative;
  912. }
  913. .lphomeV2news_main ul li .left_text h2{
  914. font-size: 0.937rem;
  915. color: #333;
  916. font-weight: bold;
  917. line-height: 23px;
  918. display: -webkit-box;
  919. -webkit-box-orient: vertical;
  920. -webkit-line-clamp: 2;
  921. overflow: hidden;
  922. }
  923. .lphomeV2news_main ul li .left_text .style{
  924. position: absolute;
  925. left: 0px;
  926. bottom: 0px;
  927. width: 100%;
  928. display: -webkit-flex; /* Safari */
  929. display: flex;
  930. justify-content:space-between;
  931. align-items:center;
  932. }
  933. .lphomeV2news_main ul li .left_text .style span{
  934. font-size: 0.625rem;
  935. background: #F9EFEA;
  936. color: #B4765A;
  937. height: 20px;
  938. line-height: 20px;
  939. padding: 0 10px;
  940. }
  941. .lphomeV2news_main ul li .left_text .style em{
  942. font-size: 0.75rem;
  943. color: #999;
  944. }
  945. .lphomeV2news_main ul li .right_ico{
  946. width: 30%;
  947. height: 75px;
  948. border-radius: 5px;
  949. overflow: hidden;
  950. background: #f9f9f9;
  951. }
  952. .lphomeV2news_main ul li .right_ico img{
  953. width: 100%;
  954. height: 100%;
  955. }
  956. .lphomeV2data{
  957. width: 95%;
  958. margin: 0 auto;
  959. margin-top: 25px;
  960. }
  961. .lphomeV2data_main{ width: 95%; margin:0px auto; margin-top: 16px;}
  962. .lphomeV2data_ul ul li{ position: relative;}
  963. .lphomeV2data_ul ul li+li{ margin-top: 10px;}
  964. .lphomeV2data_ul ul li em{display: inline-block; background: #F9F9F9; font-size: 0.8125rem; color: #888; padding: 0px 8px; height: 22px;line-height: 22px; float: left;}
  965. .lphomeV2data_ul ul li span{ float: left; width: 74%; display: inline-block; font-size:0.875rem; color: #333; margin-left: 12px;line-height:22px;}
  966. .lphomeV2data_ul ul li a.lp_kptz{ position: absolute; right:0; top:-2px; display: block; font-size: 0.875rem; color: #F4512C; border:1px solid #F1A18C; border-radius: 30px; background: #FEF3F0; padding: 3px 10px;}
  967. .lphomeV2data_ul li span i{ display: inline-block; margin-right: 10px;}
  968. .y_lphome_h { padding-bottom: 0px; border-bottom: 2px solid #40a0eb;}