lpindex.css 39 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549
  1. /*楼盘首页*/
  2. body{background: #F4F7FA;}
  3. /* v2 改版 */
  4. .yv2Home_head{
  5. margin-top: 20px;
  6. }
  7. .yv2Home_head_box{
  8. background: #fff;
  9. height: auto;
  10. padding: 25px 0 30px;
  11. }
  12. .yv2Home_title{
  13. display: -webkit-flex; /* Safari */
  14. display: flex;
  15. justify-content:space-between;
  16. align-items:center;
  17. padding: 0 25px 0 15px;
  18. }
  19. .yv2Home_title .yv2Home_title_l{
  20. display: -webkit-flex; /* Safari */
  21. display: flex;
  22. justify-content:flex-start;
  23. align-items:center;
  24. }
  25. .yv2Home_title .yv2Home_title_l h2{
  26. font-size: 30px;
  27. color: #333;
  28. }
  29. .yv2Home_title .yv2Home_title_l span{
  30. display: inline-block;
  31. font-size: 14px;
  32. color: #fff;
  33. background: #3882D2;
  34. height: 24px;
  35. line-height: 24px;
  36. padding: 0 8px;
  37. margin-left: 10px;
  38. border-radius: 2px;
  39. }
  40. .yv2Home_title .yv2Home_title_l p{
  41. font-size: 0;
  42. display: -webkit-flex; /* Safari */
  43. display: flex;
  44. justify-content:flex-start;
  45. align-items:center;
  46. }
  47. .yv2Home_title .yv2Home_title_l p i{
  48. display: inline-block;
  49. height: 24px;
  50. line-height: 24px;
  51. font-size: 14px;
  52. color: #507DAF;
  53. background: #EEF3F9;
  54. border-radius: 2px;
  55. margin-left: 10px;
  56. padding: 0 8px;
  57. }
  58. .yv2Home_title .yv2Home_title_r span{
  59. font-size: 12px;
  60. color: #999;
  61. }
  62. .yv2Home_intop{
  63. display: -webkit-flex; /* Safari */
  64. display: flex;
  65. justify-content:space-between;
  66. align-items:flex-start;
  67. padding: 0 25px 0 15px;
  68. margin-top: 20px;
  69. }
  70. .yv2Home_intop_l{
  71. width: 720px;
  72. }
  73. .yv2_banner{
  74. width: 100%;
  75. height: auto;
  76. }
  77. .yv2_banner_image{
  78. width: 720px;
  79. height: 430px;
  80. overflow: hidden;
  81. background: #f9f9f9;
  82. }
  83. .yv2_banner_image ul li{
  84. width: 720px;
  85. height: 430px;
  86. position: relative;
  87. }
  88. .yv2_banner_image ul li img{
  89. width: 100%;
  90. height: 100%;
  91. }
  92. .yv2_banner_image ul li.video_puic p.video_puic_ico{
  93. width: 70px;
  94. height: 70px;
  95. position: absolute;
  96. left: 50%;
  97. top:50%;
  98. margin-top: -35px;
  99. margin-left: -35px;
  100. z-index: 3;
  101. }
  102. .yv2_banner_image ul li.video_puic p.video_puic_img{
  103. width: 100%;
  104. height: 100%;
  105. position: absolute;
  106. left: 0px;
  107. top: 0px;
  108. z-index: 2;
  109. }
  110. .yv2_banner_image ul li.video_puic video{
  111. width: 100%;
  112. height: 100%;
  113. }
  114. .yv2_banner_image ul li p.video_puic_img{
  115. width: 100%;
  116. height: 100%;
  117. position: absolute;
  118. left: 0px;
  119. top: 0px;
  120. z-index: 2;
  121. }
  122. .yv2_banner .small_box{
  123. margin-top: 12px;
  124. width: 720px;
  125. height: auto;
  126. position: relative;
  127. }
  128. .yv2_banner .small_box .small_list{
  129. width: 656px;
  130. margin: 0 auto;
  131. overflow: hidden;
  132. height: 90px;
  133. }
  134. .yv2_banner .small_box span.btn{
  135. width: 24px;
  136. height: 90px;
  137. position: absolute;
  138. top: 0px;
  139. display: inline-block;
  140. }
  141. .yv2_banner .small_box span.btn.left_btn{
  142. left:0px;
  143. background: url('/overseas/img/v2image/v2_ico9_1.png') no-repeat center #AAAAAA;
  144. background-size: 8px auto;
  145. }
  146. .yv2_banner .small_box span.btn.right_btn{
  147. right:0px;
  148. background: url('/overseas/img/v2image/v2_ico9.png') no-repeat center #AAAAAA;
  149. background-size: 8px auto;
  150. }
  151. .yv2_banner .small_box span.btn:hover{
  152. background-color: #6A6A6A;
  153. }
  154. .yv2_banner .small_box .small_list ul li{
  155. width: 122px;
  156. height:86px;
  157. border:2px solid #fff;
  158. position: relative;
  159. background-color: #f9f9f9;
  160. float: left;
  161. }
  162. .yv2_banner .small_box .small_list ul li+li{
  163. margin-left: 6px;
  164. }
  165. .yv2_banner .small_box .small_list ul li.on{
  166. border-color: #43A6F5;
  167. }
  168. .yv2_banner .small_box .small_list ul li img{
  169. width: 100%;
  170. height: 100%;
  171. }
  172. .yv2_banner .small_box .small_list ul li img.small_listimg{
  173. width: 32px;
  174. height: 32px;
  175. position: absolute;
  176. left: 50%;
  177. top:50%;
  178. margin-left: -16px;
  179. margin-top: -16px;
  180. }
  181. .yv2_banner .small_box .small_list ul li span{
  182. width: 100%;
  183. height: 24px;
  184. line-height: 24px;
  185. background: rgba(0,0,0,0.5);
  186. text-align: center;
  187. font-size:12px;
  188. color: #fff;
  189. position: absolute;
  190. left: 0px;
  191. bottom:0px;
  192. }
  193. .yv2_banner .small_box .small_list ul li.on span{
  194. background: #43A6F5;
  195. }
  196. .yv2_banner .small_box .small_list ul li .vvid_pic_ico {
  197. position: absolute;
  198. top:50%;
  199. left:50%;
  200. border-radius: 100%;
  201. width:30px;
  202. height:30px;
  203. background: url(/overseas/img/vr_animation.png);
  204. background-color:rgba(0,0,0,0.5);
  205. background-position-y: 0;
  206. background-repeat: no-repeat;
  207. background-size: 100%;
  208. border: 1px solid hsl(0, 0%, 97%);
  209. box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
  210. margin:-16px 0 0 -16px;
  211. z-index: 2;
  212. }
  213. .yv2_banner .small_box .small_list ul li .vr-animation-forever {
  214. -webkit-animation:vr 5s steps(80) infinite;
  215. animation:vr 5s steps(80) infinite;
  216. }
  217. .yv2_banner .yv2_banner_image ul li .vvid_pic_ico {
  218. position: absolute;
  219. top:50%;
  220. left:50%;
  221. border-radius: 100%;
  222. width:70px;
  223. height:70px;
  224. background: url(/overseas/img/vr_animation.png);
  225. background-color:rgba(0,0,0,0.5);
  226. background-position-y: 0;
  227. background-repeat: no-repeat;
  228. background-size: 100%;
  229. border: 1px solid hsl(0, 0%, 97%);
  230. box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
  231. margin:-35px 0 0 -35px;
  232. z-index: 2;
  233. }
  234. .yv2_banner .yv2_banner_image ul li .vr-animation-forever {
  235. -webkit-animation:vr 5s steps(80) infinite;
  236. animation:vr 5s steps(80) infinite;
  237. }
  238. @-webkit-keyframes vr {to{background-position-y:100%}}
  239. @keyframes vr {to{background-position-y:100%}}
  240. .yv2Home_intop_r{
  241. width: 414px;
  242. }
  243. .yv2Home_intop_r .yv2Home_pric{
  244. display: -webkit-flex; /* Safari */
  245. display: flex;
  246. justify-content:flex-start;
  247. align-items:center;
  248. border-bottom: 1px solid #eee;
  249. padding-bottom: 17px;
  250. }
  251. .yv2Home_intop_r .yv2Home_pric .yv2Home_pric_l{
  252. display: -webkit-flex; /* Safari */
  253. display: flex;
  254. justify-content:flex-start;
  255. align-items:center;
  256. }
  257. .yv2Home_intop_r .yv2Home_pric .yv2Home_pric_l span{
  258. display: inline-block;
  259. font-size: 16px;
  260. color: #888;
  261. }
  262. .yv2Home_intop_r .yv2Home_pric .yv2Home_pric_l em{
  263. display: -webkit-flex; /* Safari */
  264. display: flex;
  265. justify-content:flex-start;
  266. align-items:flex-end;
  267. font-size: 28px;
  268. color: #FF3131;
  269. font-weight: bold;
  270. }
  271. .yv2Home_intop_r .yv2Home_pric .yv2Home_pric_l em i{
  272. font-size: 12px;
  273. color: #FF3131;
  274. font-weight: bold;
  275. position: relative;
  276. top: -8px;
  277. padding-left: 3px;
  278. }
  279. .yv2Home_intop_r .yv2Home_pric .pric_tz{
  280. display: inline-block;
  281. height: 24px;
  282. background-color: #EFF7FE;
  283. border-radius: 2px;
  284. padding: 0 5px;
  285. display: -webkit-flex; /* Safari */
  286. display: flex;
  287. align-items:center;
  288. font-size: 16px;
  289. color: #43A6F5;
  290. margin-left: 20px;
  291. }
  292. .yv2Home_intop_r .yv2Home_pric .pric_tz img{
  293. display: inline-block;
  294. margin-right: 5px;
  295. width: 18px;
  296. height: 18px;
  297. }
  298. .yv2Home_intop_r .yv2Home_fy{
  299. margin-top: 18px;
  300. display: -webkit-flex; /* Safari */
  301. display: flex;
  302. justify-content:flex-start;
  303. align-items:center;
  304. }
  305. .yv2Home_intop_r .yv2Home_fy span{
  306. display: inline-block;
  307. font-size: 16px;
  308. color: #888;
  309. }
  310. .yv2Home_intop_r .yv2Home_fy .yv2Home_fy_form p{
  311. display: -webkit-flex; /* Safari */
  312. display: flex;
  313. justify-content:flex-start;
  314. align-items:center;
  315. }
  316. .yv2Home_intop_r .yv2Home_fy .yv2Home_fy_form p input{
  317. width: 172px;
  318. height: 28px;
  319. font-size: 16px;
  320. color: #666;
  321. border:1px solid #D9D9D9;
  322. background: #fff;
  323. padding-left: 10px;
  324. border-radius: 4px;
  325. }
  326. .yv2Home_intop_r .yv2Home_fy .yv2Home_fy_form p a{
  327. display: inline-block;
  328. font-size: 16px;
  329. color: #fff;
  330. background: #FF5849;
  331. border-radius: 4px;
  332. height: 30px;
  333. line-height: 30px;
  334. padding: 0 8px;
  335. margin-left: 15px;
  336. }
  337. .yv2Home_intop_r .yv2Home_puicTxt{
  338. display: -webkit-flex; /* Safari */
  339. display: flex;
  340. justify-content:flex-start;
  341. align-items:center;
  342. margin-top: 18px;
  343. }
  344. .yv2Home_intop_r .yv2Home_puicTxt span{
  345. display: inline-block;
  346. font-size: 16px;
  347. color: #888;
  348. }
  349. .yv2Home_intop_r .yv2Home_puicTxt em{
  350. display: inline-block;
  351. font-size: 16px;
  352. color: #333;
  353. max-width:250px;
  354. text-overflow: ellipsis;
  355. white-space: nowrap;
  356. overflow: hidden;
  357. }
  358. .yv2Home_intop_r .yv2_zlhx a{
  359. margin-left: 15px;
  360. font-size: 16px;
  361. color: #507DAF;
  362. }
  363. .yv2Home_intop_r .yv2_zlhx a:hover{
  364. text-decoration: underline !important;
  365. }
  366. .yv2Home_intop_r .yv2_kptz a{
  367. display: -webkit-flex; /* Safari */
  368. display: flex;
  369. align-items:center;
  370. font-size: 16px;
  371. color: #43A6F5;
  372. background: #EFF7FE;
  373. height: 24px;
  374. line-height: 24px;
  375. border-radius: 2px;
  376. padding: 0 5px;
  377. margin-left: 20px;
  378. }
  379. .yv2Home_intop_r .yv2_kptz a img{
  380. width: 18px;
  381. height: 18px;
  382. display: inline-block;
  383. margin-right: 3px;
  384. }
  385. .yv2Home_intop_r .yv2_dz a{
  386. margin-left: 15px;
  387. font-size: 16px;
  388. color: #507DAF;
  389. }
  390. .yv2Home_intop_r .yv2_dz a:hover{
  391. text-decoration: underline !important;
  392. }
  393. .yv2Home_intop_r .yv2Home_gd{
  394. margin-top: 15px;
  395. border-bottom: 1px solid #eee;
  396. padding-bottom: 20px;
  397. }
  398. .yv2Home_intop_r .yv2Home_gd a{
  399. font-size: 16px;
  400. color: #507DAF;
  401. }
  402. .yv2Home_intop_r .yv2Home_gd a:hover{
  403. text-decoration: underline !important;
  404. }
  405. .yv2Home_intop_r .yv2Home_zk{
  406. margin-top: 15px;
  407. background: #F9F9F9;
  408. border-radius: 4px 4px 0px 4px;
  409. height: 45px;
  410. display: -webkit-flex; /* Safari */
  411. display: flex;
  412. justify-content:flex-start;
  413. align-items:center;
  414. }
  415. .yv2Home_intop_r .yv2Home_zk i{
  416. width: 20px;
  417. height: 20px;
  418. margin-left: 14px;
  419. display: inline-block;
  420. }
  421. .yv2Home_intop_r .yv2Home_zk i img{
  422. width: 100%;
  423. height: 100%;
  424. }
  425. .yv2Home_intop_r .yv2Home_zk span{
  426. margin-left: 8px;
  427. font-size: 16px;
  428. color: #FF5849;
  429. display: inline-block;
  430. width:265px;
  431. text-overflow: ellipsis;
  432. white-space: nowrap;
  433. overflow: hidden;
  434. }
  435. .yv2Home_intop_r .yv2Home_zk a{
  436. display: inline-block;
  437. height: 28px;
  438. line-height: 28px;
  439. border: 1px solid #FFCFCA;
  440. background: #fff;
  441. font-size: 16px;
  442. color: #FF5849;
  443. padding: 0 8px;
  444. border-radius: 4px;
  445. margin-left: 10px;
  446. }
  447. .yv2Home_intop_r .yv2Home_tell{
  448. margin-top: 10px;
  449. height: 50px;
  450. background: linear-gradient(180deg, #56A2DF 0%, #84C2F4 99%);
  451. border-radius: 4px;
  452. display: -webkit-flex; /* Safari */
  453. display: flex;
  454. justify-content:center;
  455. align-items:center;
  456. }
  457. .yv2Home_intop_r .yv2Home_tell span{
  458. font-size: 18px;
  459. color: #fff;
  460. font-weight: bold;
  461. }
  462. .yv2Home_intop_r .yv2Home_tell em{
  463. font-size: 20px;
  464. color: #fff;
  465. font-weight: bold;
  466. }
  467. .yv2Home_intop_r .yv2Home_zx{
  468. display: -webkit-flex; /* Safari */
  469. display: flex;
  470. justify-content:space-between;
  471. align-items:center;
  472. margin-top: 10px;
  473. }
  474. .yv2Home_intop_r .yv2Home_zx .yv2Home_zx_l{
  475. width: 140px;
  476. }
  477. .yv2Home_intop_r .yv2Home_zx .yv2Home_zx_l a{
  478. display: inline-block;
  479. width: 100%;
  480. height: 48px;
  481. line-height: 48px;
  482. background:#E6F1F9;
  483. display: -webkit-flex; /* Safari */
  484. display: flex;
  485. justify-content:center;
  486. align-items:center;
  487. border: 1px solid #C7E2F7;
  488. border-radius: 4px;
  489. }
  490. .yv2Home_intop_r .yv2Home_zx .yv2Home_zx_l a i{
  491. width: 26px;
  492. height: 26px;
  493. background: #81B4DC;
  494. display: inline-block;
  495. border-radius: 100%;
  496. display: -webkit-flex; /* Safari */
  497. display: flex;
  498. justify-content:center;
  499. align-items:center;
  500. }
  501. .yv2Home_intop_r .yv2Home_zx .yv2Home_zx_l a i img{
  502. width: 18px;
  503. height: 18px;
  504. display: inline-block;
  505. }
  506. .yv2Home_intop_r .yv2Home_zx .yv2Home_zx_l a span{
  507. font-size: 16px;
  508. color: #2D2D2D;
  509. font-weight: bold;
  510. margin-left: 8px;
  511. display: inline-block;
  512. }
  513. .yv2Home_intop_r .yv2Home_zx_r{
  514. width: 260px;
  515. height: 50px;
  516. background: linear-gradient(90deg, #C7E2F7 0%, #E6F1F9 100%);
  517. border-radius: 4px;
  518. overflow: hidden;
  519. }
  520. .yv2Home_intop_r .yv2Home_zx_r a{
  521. display: -webkit-flex; /* Safari */
  522. display: flex;
  523. justify-content:space-around;
  524. align-items:center;
  525. }
  526. .yv2Home_intop_r .yv2Home_zx_r a span{
  527. width: 210px;
  528. display: -webkit-flex; /* Safari */
  529. display: flex;
  530. justify-content:center;
  531. align-items:center;
  532. font-size: 16px;
  533. color: #2D2D2D;
  534. font-weight: bold;
  535. }
  536. .yv2Home_intop_r .yv2Home_zx_r a span i{
  537. width: 26px;
  538. height: 26px;
  539. background: #81B4DC;
  540. display: inline-block;
  541. border-radius: 100%;
  542. display: -webkit-flex; /* Safari */
  543. display: flex;
  544. justify-content:center;
  545. align-items:center;
  546. margin-right: 8px;
  547. }
  548. .yv2Home_intop_r .yv2Home_zx_r a span i img{
  549. width: 18px;
  550. height: 18px;
  551. display: inline-block;
  552. }
  553. .yv2Home_intop_r .yv2Home_zx_r a em{
  554. width: 50px;
  555. height: 50px;
  556. display:inline-block;
  557. overflow: hidden;
  558. background: radial-gradient(circle, #FFFFFF 0%, #D0DDE8 100%);
  559. border-radius: 0px 4px 4px 0px;
  560. }
  561. .yv2Home_intop_r .yv2Home_zx_r a em img{
  562. width: 100%;
  563. height: auto;
  564. }
  565. /*楼盘动态 2018 10 16*/
  566. .m_dynamic_l_title{
  567. border-bottom:1px solid #EFEFEF;
  568. display: -webkit-flex; /* Safari */
  569. display: flex;
  570. justify-content:space-between;
  571. align-items:center;
  572. padding-bottom: 15px;
  573. }
  574. .m_dynamic_l_title em{
  575. font-size:24px;
  576. color:#333;
  577. font-weight: bold;
  578. }
  579. .m_dynamic_l_title a{
  580. font-size:14px;
  581. color:#507DAF;
  582. display: inline-block;
  583. }
  584. .m_dynamic{
  585. width:1200px;
  586. margin:auto;
  587. margin-top:24px;
  588. background:#FFF;
  589. overflow:hidden;
  590. padding: 25px 0 30px;
  591. display: -webkit-flex; /* Safari */
  592. display: flex;
  593. justify-content:space-between;
  594. align-items:flex-start;
  595. }
  596. .m_dynamic_l{
  597. width:790px;
  598. float:left;
  599. margin-left: 20px;
  600. }
  601. .m_dynamic_l_zx li{
  602. border-bottom:1px solid #EEE;
  603. padding:27px 0;
  604. }
  605. .m_dynamic_l_zx li a{
  606. display: -webkit-flex; /* Safari */
  607. display: flex;
  608. justify-content:space-between;
  609. align-items:flex-start;
  610. }
  611. .m_dynamic_l_zx li a:hover .m_dynamic_l_zx_title em{
  612. color:#43A6F5;
  613. }
  614. .m_dynamic_l_zx li .m_dynamic_l_dg{
  615. display:block;
  616. padding:0px 7px;
  617. height: 22px;
  618. line-height: 22px;
  619. font-size:14px;
  620. color:#B4765A;
  621. background:#F9EFEA;
  622. }
  623. .m_dynamic_l_zx_text{
  624. width:700px;
  625. }
  626. .m_dynamic_l_zx_text .m_dynamic_l_zx_title{
  627. display: -webkit-flex; /* Safari */
  628. display: flex;
  629. justify-content:space-between;
  630. align-items:center;
  631. }
  632. .m_dynamic_l_zx_text .m_dynamic_l_zx_title em{
  633. font-size:18px;
  634. color:#333;
  635. width:570px;
  636. display:block;
  637. text-overflow:ellipsis;
  638. white-space:nowrap;
  639. overflow:hidden;
  640. }
  641. .m_dynamic_l_zx_text .m_dynamic_l_zx_title i{
  642. font-size:14px;
  643. color:#999;
  644. display:block;
  645. }
  646. .m_dynamic_l_zx_text p{
  647. font-size:15px;
  648. color:#666;
  649. text-overflow:ellipsis;
  650. white-space:nowrap;
  651. overflow:hidden;
  652. margin-top:15px;
  653. }
  654. .m_dynamic_rbox{
  655. width:320px;
  656. margin-right: 20px;
  657. overflow:hidden;
  658. border:1px solid #EFEFEF;
  659. padding: 17px 0 23px;
  660. }
  661. .m_dynamic_r .tw {
  662. display: -webkit-flex; /* Safari */
  663. display: flex;
  664. justify-content:flex-start;
  665. align-items: center;
  666. }
  667. .m_dynamic_r .tw i{
  668. width: 4px;
  669. height: 20px;
  670. background: #FF5849;
  671. border-radius: 0px 2px 2px 0px;
  672. display: inline-block;
  673. }
  674. .m_dynamic_r .tw span {
  675. color:#333;
  676. font-size: 18px;
  677. font-weight: bold;
  678. display: inline-block;
  679. margin-left: 20px;
  680. }
  681. .m_dynamic_r .dt_ico{
  682. width: 272px;
  683. height: 81px;
  684. margin: 0 auto;
  685. margin-top: 10px;
  686. }
  687. .m_dynamic_r .dt_ico img{
  688. width: 100%;
  689. height: 100%;
  690. }
  691. .m_dynamic_r .dt_ico_text{
  692. font-size: 14px;
  693. color: #666;
  694. width: 272px;
  695. margin: 0 auto;
  696. margin-top: 13px;
  697. }
  698. .m_dynamic_form{
  699. width: 272px;
  700. margin: 0 auto;
  701. margin-top: 20px;
  702. }
  703. .m_dynamic_r .m_dynamic_form .m_form_input{
  704. width:100%;
  705. height:40px;
  706. display:block;
  707. font-size:16px;
  708. color:#666;
  709. border:none;
  710. text-align:center;
  711. border-radius:4px;
  712. background: #F3F3F3;
  713. }
  714. .m_dynamic_r .m_dynamic_form .m_form_buttom{
  715. width:100%;
  716. height:40px;
  717. border: none;
  718. line-height:40px;
  719. font-size:16px;
  720. color:#FFF;
  721. display:block;
  722. text-align:center;
  723. background:#FF5849;
  724. margin-top:10px;
  725. border-radius:4px;
  726. }
  727. /* v2 户型改版 */
  728. .yv2_Homehx{
  729. margin-top: 24px;
  730. }
  731. .yv2_HomehxBox{
  732. background: #fff;
  733. padding: 22px 0;
  734. }
  735. .yv2_Homehx_text{
  736. width: 1160px;
  737. margin: 0 auto;
  738. position: relative;
  739. }
  740. .yv2_Homehx_text .yv2_Homehx_nav{
  741. position: absolute;
  742. left: 120px;
  743. bottom: 20px;
  744. display: -webkit-flex; /* Safari */
  745. display: flex;
  746. justify-content:flex-start;
  747. align-items: center;
  748. }
  749. .yv2_Homehx_text .yv2_Homehx_nav a{
  750. font-size: 16px;
  751. color: #333;
  752. display: inline-block;
  753. padding: 0 15px;
  754. }
  755. .yv2_Homehx_text .yv2_Homehx_nav a span{
  756. border-bottom: 2px solid #fff;
  757. padding-bottom: 10px;
  758. }
  759. .yv2_Homehx_text .yv2_Homehx_nav a.on span{
  760. border-bottom-color:#43A6F5;
  761. }
  762. .yv2_Homehx_text .yv2_Homehx_nav a:hover span{
  763. border-bottom-color:#43A6F5;
  764. }
  765. .yv2_Homehx_list{
  766. width: 1160px;
  767. margin: 0 auto;
  768. }
  769. .yv2_Homehx_list ul li{
  770. padding: 30px 0;
  771. border-bottom: 1px solid #EFEFEF;
  772. position: relative;
  773. }
  774. .yv2_Homehx_list ul li .left_main a{
  775. display: -webkit-flex; /* Safari */
  776. display: flex;
  777. justify-content:flex-start;
  778. align-items:cenrer;
  779. }
  780. .yv2_Homehx_list ul li .left_main .left_img{
  781. width: 208px;
  782. height: 156px;
  783. border: 1px solid #eee;
  784. display: -webkit-flex; /* Safari */
  785. display: flex;
  786. justify-content:center;
  787. align-items: center;
  788. position: relative;
  789. }
  790. .yv2_Homehx_list ul li .left_main .vvid_pic_ico{
  791. position: absolute;
  792. top: 50%;
  793. left: 50%;
  794. border-radius: 100%;
  795. width: 40px;
  796. height: 40px;
  797. background: url(/overseas/img/vr_animation.png);
  798. background-color: rgba(0,0,0,0.5);
  799. background-position-y: 0;
  800. background-repeat: no-repeat;
  801. background-size: 100%;
  802. border: 1px solid hsl(0, 0%, 97%);
  803. box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
  804. margin: -20px 0 0 -20px;
  805. }
  806. .yv2_Homehx_list ul li .left_main .vr-animation-forever {
  807. -webkit-animation:vr 5s steps(80) infinite;
  808. animation:vr 5s steps(80) infinite;
  809. }
  810. .yv2_Homehx_list ul li .left_main .left_img img{
  811. width: auto;
  812. height: auto;
  813. max-width: 100%;
  814. max-height: 100%;
  815. display: inline-block;
  816. }
  817. .yv2_Homehx_list ul li .left_main .right_text{
  818. margin-left: 30px;
  819. margin-top: 8px;
  820. }
  821. .yv2_Homehx_list ul li .left_main .right_text p.hx_m{
  822. font-size: 20px;
  823. color: #333;
  824. }
  825. .yv2_Homehx_list ul li .left_main .right_text p.js_m{
  826. font-size: 16px;
  827. color: #666;
  828. margin-top: 15px;
  829. }
  830. .yv2_Homehx_list ul li .left_main .right_text p.mj_m{
  831. font-size: 16px;
  832. color: #666;
  833. margin-top: 15px;
  834. }
  835. .yv2_Homehx_list ul li .left_main .right_text p.style_m{
  836. margin-top: 20px;
  837. font-size: 0;
  838. }
  839. .yv2_Homehx_list ul li .left_main .right_text p.style_m i{
  840. font-size: 14px;
  841. color: #999;
  842. display: inline-block;
  843. border: 1px solid #eee;
  844. height: 20px;
  845. line-height: 20px;
  846. padding: 0 10px;
  847. margin-right: 10px;
  848. }
  849. .yv2_Homehx_list ul li .hx_hqbj{
  850. position: absolute;
  851. right: 103px;
  852. top: 50%;
  853. margin-top: -50px;
  854. z-index: 3;
  855. text-align: center;
  856. }
  857. .yv2_Homehx_list ul li .hx_hqbj p.ico{
  858. width: 80px;
  859. height: 80px;
  860. border-radius: 100%;
  861. overflow: hidden;
  862. margin: 0 auto;
  863. background: radial-gradient(circle, #FFFFFF 0%, #D0DDE8 100%);
  864. }
  865. .yv2_Homehx_list ul li .hx_hqbj p.ico img{
  866. width: 100%;
  867. height: auto;
  868. }
  869. .yv2_Homehx_list ul li .hx_hqbj p.text_m{
  870. width: 114px;
  871. height: 30px;
  872. background: #42A5F5;
  873. text-align: center;
  874. line-height: 30px;
  875. font-size: 14px;
  876. color: #fff;
  877. position: relative;
  878. top: -10px;
  879. z-index: 2;
  880. }
  881. .yv2_Homehx_list ul li .hx_hqbj:hover p.text_m{
  882. background: #008DFF;
  883. border-radius: 15px;
  884. }
  885. .y_lpindxinxi_cent{
  886. width: 1160px;
  887. margin: 0 auto;
  888. padding: 22px 0px 30px;
  889. }
  890. .y_lpinde_h{
  891. border-bottom: 1px solid #EFEFEF;
  892. padding-bottom: 15px;
  893. display: -webkit-flex; /* Safari */
  894. display: flex;
  895. justify-content:space-between;
  896. align-items: center;
  897. }
  898. .y_lpinde_h h2{
  899. font-size: 24px;
  900. color: #333;
  901. }
  902. .y_lpinde_h a{
  903. font-size: 14px;
  904. color: #507DAF;
  905. display: block;
  906. }
  907. .y_lpindxinxi{
  908. margin-top: 24px;
  909. }
  910. .y_lpindxinxi_centma{
  911. width: 1160px;
  912. margin: 0 auto;
  913. margin-top: 24px;
  914. }
  915. .y_lpindxinxi_centma table{
  916. width: 100%;
  917. }
  918. .y_lpindxinxi_centma table tr td{
  919. width: 385px;
  920. font-size: 0;
  921. border: 1px solid #EFEFEF;
  922. padding: 0;
  923. }
  924. .y_lpindxinxi_centma table tr td .main_text{
  925. display: -webkit-flex; /* Safari */
  926. display: flex;
  927. justify-content:flex-start;
  928. align-items: center;
  929. height: 50px;
  930. }
  931. .y_lpindxinxi_centma table tr td em{
  932. display: inline-block;
  933. width:112px;
  934. text-align: center;
  935. background: #F8F8F8;
  936. font-size: 16px;
  937. color: #666;
  938. height: 100%;
  939. display: -webkit-flex; /* Safari */
  940. display: flex;
  941. justify-content:center;
  942. align-items: center;
  943. }
  944. .y_lpindxinxi_centma table tr td span{
  945. width: 253px;
  946. display: inline-block;
  947. color: #333;
  948. background: #fff;
  949. font-size: 16px;
  950. height: 100%;
  951. display: -webkit-flex; /* Safari */
  952. display: flex;
  953. justify-content:flex-start;
  954. align-items: center;
  955. padding: 0 10px;
  956. }
  957. .y_lpindxinxi_bottom{
  958. border:1px solid #EFEFEF;
  959. border-top: none;
  960. }
  961. .y_lpindxinxi_bottom p{
  962. display: -webkit-flex; /* Safari */
  963. display: flex;
  964. justify-content:flex-start;
  965. align-items: center;
  966. height: 70px;
  967. }
  968. .y_lpindxinxi_bottom em{
  969. width: 1028px;
  970. display: inline-block;
  971. color: #333;
  972. background: #fff;
  973. font-size: 16px;
  974. height: 100%;
  975. display: -webkit-flex; /* Safari */
  976. display: flex;
  977. justify-content:flex-start;
  978. align-items: center;
  979. padding: 0 10px;
  980. }
  981. .y_lpindxinxi_bottom span{
  982. display: inline-block;
  983. width:112px;
  984. text-align: center;
  985. background: #F8F8F8;
  986. font-size: 16px;
  987. color: #666;
  988. height: 100%;
  989. display: -webkit-flex; /* Safari */
  990. display: flex;
  991. justify-content:center;
  992. align-items: center;
  993. }
  994. .y_lpind_add{ margin-top: 20px;}
  995. .y_lpind_add_main{ position: relative;}
  996. .y_lpind_addipunt{ background: #fff; position: absolute;right: 30px; top: 50%; margin-top: -23px; width: 447px; height: 45px; border-radius: 23px;}
  997. .y_lpind_addipunt input.y_lpipnt{ border: none; font-size: 15px; color: #654141; width: 327px; height: 35px; margin-left: 10px; display:block; float: left; position: relative; top: 5px;left:10px}
  998. .y_lpind_addipunt input.y_lpb{ box-shadow: 0px 0px 4px 1px #FF3716; width: 100px; height: 35px; display:block; float: left; position: relative; top: 5px; background: #FF5936; font-size: 15px; color: #fff; border: none; border-radius: 18px;}
  999. .y_lpmating{ margin-top: 24px;}
  1000. .y_lpmating_cent{ padding: 20px 15px;}
  1001. .y_lpmating_map{ position: relative; width: 1161px; margin: 0 auto; margin-top: 20px; overflow: hidden;}
  1002. .y_lpmap{ width: 100%; height: 401px;}
  1003. .y_lpmap_lsit{ position: absolute; right: 0px; top: 16px;}
  1004. .y_lpmap_lsit ul li{ margin-bottom: 10px;}
  1005. .y_lpmap_lsit ul li i{position: relative; top: -1px; display: inline-block; background: #3D3D3D; width: 31px; height: 31px; text-align: center; line-height: 31px;}
  1006. .y_lpmap_lsit ul li i img{display: inline-block; position: relative; top: 5px;}
  1007. .y_lpmap_lsit ul li span{ background: rgba(0,0,0,0.5); height: 31px; line-height: 31px;width: 81px; text-align: center; display: inline-block; font-size: 14px; color: #fff;}
  1008. .y_lpmap_lsit ul li:hover i{background-color:#1CC4B2;}
  1009. .y_lpmap_lsit ul li:hover span{background-color:rgba(28,196,178,0.2); color:#5B5B5B;}
  1010. .y_lpmap_lsit ul li.on i{background-color:#1CC4B2;}
  1011. .y_lpmap_lsit ul li.on span{background-color:rgba(28,196,178,0.2); color:#5B5B5B;}
  1012. .y_lpphoto{ margin-top: 24px;}
  1013. .y_lpphoto_cenr{ padding: 20px 15px;}
  1014. .y_lpphoto_list{ margin-top: 20px; position: relative;}
  1015. .y_xcslider { position: relative;width: 100%;}
  1016. .y_xcframe { position: relative; width: 100%;margin: 0 auto;overflow: hidden; white-space: nowrap;padding-top: 20px;}
  1017. .y_xcframe li { position: relative;display: inline-block;margin-right: 20px;width: 275px; height: 221px;}
  1018. .y_xcslides {display: inline-block;}
  1019. .multislides li:last-child { margin-right: 0;}
  1020. .y_xcprev, .y_xcnext { position: absolute; top: 50%;margin-top: -35px; display: block; cursor: pointer; background: rgba(0,0,0,0.5); height: 80px;width: 25px;text-align: center;}
  1021. .y_xcnext img,.y_xcprev img{ position: relative; top: 50%; margin-top: -15px;}
  1022. .y_xcnext { right: 0;}
  1023. .y_xcprev {left: 0;}
  1024. .y_lpphoto_list ul li .y_text{display: block; position: absolute;left: 0px; bottom: 0px; width: 100%; padding-top: 30px; padding-bottom: 10px; text-align: center; font-size: 22px; color: #fff;}
  1025. .y_lpphoto_list ul li .y_text{
  1026. background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.6)));
  1027. background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6));
  1028. background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6));
  1029. background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6));
  1030. background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6));
  1031. }
  1032. .y_lpphoto_list ul li .y_tu{ width: 100%; height: 100%; position: relative;}
  1033. .y_lpphoto_list ul li .y_tu .y_img{ width: 100%; height: 100%;}
  1034. .y_lpphoto_list ul li .y_tu .y_img img{ width: 100%; height: 100%;}
  1035. .y_lpphoto_list ul li .y_tu .y_img img:hover{opacity: 0.7;}
  1036. .y_lpphoto_list ul li .y_tu .y_sm{ position: absolute; right: 0px; top: 0px; background:#344349; padding: 5px 10px;}
  1037. .y_lpphoto_list ul li .y_tu .y_sm i{ width: 18px; height: 14px;display: inline-block;}
  1038. .y_lpphoto_list ul li .y_tu .y_sm i img{ width: 100%; height: 100%;}
  1039. .y_lpphoto_list ul li .y_tu .y_sm span{ font-size: 14px; color: #fff; display: inline-block; margin-left: 5px;}
  1040. .y_lptrend{ margin-top: 24px;}
  1041. .y_lptrend_cent{ padding: 20px 15px;}
  1042. .y_lptrend_centmain{ margin: 0 auto; margin-top: 20px; width: 1160px; height: 364px;}
  1043. .y_lpreco{ margin-top: 24px;}
  1044. .y_lpreco_cent{ padding: 20px 15px;}
  1045. .y_lpdtpc_list ul li{ width: 276px; background: #f5f7fa; float: left; margin: 10px 8px;}
  1046. .y_lpdtpc_list ul{ position: relative; left: 6px; margin-top: 10px;}
  1047. .y_lpdtpc_list ul li .y_love_list_main{ padding: 10px;}
  1048. .y_lpdtpc_list ul li .y_love_list_main .y_tu{ width: 256px; height: 211px; overflow: hidden;}
  1049. .y_lpdtpc_list ul li .y_love_list_main .y_tu img{ width: 100%; height: 100%; cursor: pointer; transition: all 0.8s;}
  1050. .y_lpdtpc_list ul li .y_love_list_main .y_tu img:hover{ transform: scale(1.1);}
  1051. .y_lpdtpc_list ul li .y_love_list_main .y_text h2{ margin-top: 15px;}
  1052. .y_lpdtpc_list ul li .y_love_list_main .y_text h2 a{ font-size: 16px; color: #545454; font-weight: normal; display: inline-block; width: 70%;overflow: hidden;
  1053. text-overflow: ellipsis;white-space: nowrap;}
  1054. .y_lpdtpc_list ul li .y_love_list_main .y_text h2 a:hover{ color: #f00;}
  1055. .y_lpdtpc_list ul li .y_love_list_main .y_text h2 i{font-size: 13px; color: #817676; font-weight: normal; display: inline-block; margin-left: 5px;}
  1056. .y_lpdtpc_list ul li .y_love_list_main .y_text p.y_pic{ margin-top: 10px;}
  1057. .y_lpdtpc_list ul li .y_love_list_main .y_text p.y_pic span{font-size: 16px; color: #FF000D;display: inline-block;}
  1058. .y_lpdtpc_list ul li .y_love_list_main .y_text p.y_pic i{font-size: 16px; color: #999; display: inline-block;}
  1059. /*房贷计算*/
  1060. .y_lploat_cent{ padding: 20px 15px;}
  1061. .Real_trends {background: #ffffff;box-shadow: 0 5px 10px 0 rgba(38, 45, 55, 0.08);border-radius: 2px;margin-top: 30px;position: relative;}
  1062. .Real_trends .trends_Box{
  1063. height: 30px;
  1064. position: absolute;
  1065. top: 100px;
  1066. left: 88px;
  1067. z-index: 10;
  1068. }
  1069. .Real_trends .trends_Box li{
  1070. float: left;
  1071. border: 1px solid red;
  1072. padding: 3px 8px;
  1073. font-size: 14px;
  1074. color: #333;
  1075. margin-right: 35px;
  1076. }
  1077. .Real_trends .Top {
  1078. width: 100%;
  1079. height: 70px;
  1080. border-bottom: 1px solid #eeeeee;
  1081. padding: 0 30px;
  1082. line-height: 70px;
  1083. }
  1084. .Real_trends .Top h4 {
  1085. font-size: 20px;
  1086. float: left;
  1087. }
  1088. .Real_trends .Top h4 i {
  1089. font-size: 14px;
  1090. padding-left: 15px;
  1091. }
  1092. .Real_trends .Top a {
  1093. float: right;
  1094. font-size: 14px;
  1095. color: #999999;
  1096. }
  1097. .Real_trends .Top a:hover {
  1098. color: #262d37;
  1099. }
  1100. .Real_trends .Top p {
  1101. float: right;
  1102. }
  1103. .Real_trends .Top p i {
  1104. font-size: 14px;
  1105. border-right: 1px solid #262d37;
  1106. padding-left: 8px;
  1107. padding-right: 10px;
  1108. cursor: pointer
  1109. }
  1110. .Real_trends .Top p i a {
  1111. float: none;
  1112. color: #262d37;
  1113. }
  1114. .Real_trends .Top p i a:hover{
  1115. color:#e9333c;
  1116. }
  1117. .Real_trends .Top p i:last-child {
  1118. border-right: 0;
  1119. }
  1120. .Real_trends .Top span {
  1121. float: left;
  1122. display: inline-block;
  1123. padding-top: 3px;
  1124. line-height: 67px;
  1125. padding-left: 5px;
  1126. }
  1127. .Real_trends .Top span i {
  1128. font-size: 14px;
  1129. border-right: 1px solid #262d37;
  1130. padding-left: 8px;
  1131. padding-right: 10px;
  1132. }
  1133. .Real_trends .Top span i:hover a{
  1134. color: #e9333c;
  1135. }
  1136. .Real_trends .Top span i a {
  1137. float: none;
  1138. color: #262d37;
  1139. }
  1140. .Real_trends .Top span i:last-child {
  1141. border-right: 0;
  1142. }
  1143. .Real_trends .trends_cun {
  1144. width: 100%;
  1145. padding: 0 30px;
  1146. }
  1147. .Real_trends .trends_count {
  1148. width: 100%;
  1149. float: left;
  1150. }
  1151. .Real_trends .trends_count .count_Box {
  1152. width: 100%;
  1153. padding-top: 30px;
  1154. padding-bottom: 20px;
  1155. float: left;
  1156. position: relative;
  1157. }
  1158. .Real_trends .trends_count .count_Box .countL {
  1159. width: 474px;
  1160. float: left;
  1161. position: relative;
  1162. left: 30px;
  1163. }
  1164. .Real_trends .trends_count .count_Box .countL h4 {
  1165. width: 100%;
  1166. text-align: center;
  1167. font-size: 18px;
  1168. padding-bottom: 30px;
  1169. }
  1170. .Real_trends .trends_count .count_Box .countL .p-tip {
  1171. color: #bbb;
  1172. font-size: 12px;
  1173. height: 12px;
  1174. margin-bottom: 30px;
  1175. float: left;
  1176. }
  1177. .Real_trends .trends_count .count_Box .countL .count_lst {
  1178. width: 100%;
  1179. float: left;
  1180. }
  1181. .Real_trends .trends_count .count_Box .countL .count_lst li {
  1182. width: 100%;
  1183. padding-bottom: 20px;
  1184. float: left;
  1185. }
  1186. .Real_trends .trends_count .count_Box .countL .count_lst li label {
  1187. float: left;
  1188. padding-right: 23px;
  1189. line-height: 54px;
  1190. font-weight: unset;
  1191. font-size: 15px;
  1192. color:#534e4e;
  1193. }
  1194. .Real_trends .trends_count .count_Box .countL .count_lst li label i {
  1195. padding: 0 12px;
  1196. }
  1197. .Real_trends .trends_count .count_Box .countL .count_lst li .lst_box {
  1198. width: 340px;
  1199. height: 54px;
  1200. float: left;
  1201. border: 1px solid #dddddd;
  1202. border-radius: 2px;
  1203. position: relative;
  1204. box-sizing: border-box;
  1205. }
  1206. .Real_trends .trends_count .count_Box .countL .count_lst li .lst_box .lst_text {
  1207. width: 317px;
  1208. height: 100%;
  1209. display: inline-block;
  1210. padding-left: 20px;
  1211. line-height: 54px;
  1212. font-size: 15px;
  1213. cursor: pointer;
  1214. color:#805454;
  1215. }
  1216. .Real_trends .trends_count .count_Box .countL .count_lst li .lst_box p {
  1217. position: absolute;
  1218. top: 56px;
  1219. left: 0;
  1220. font-size: 12px;
  1221. color: #e9333c;
  1222. padding-left: 20px;
  1223. display: none;
  1224. }
  1225. .Real_trends .trends_count .count_Box .countL .count_lst li .lst_box i {
  1226. width: 8px;
  1227. height: 5px;
  1228. background: url('/overseas/img/ico_38.png') no-repeat center center;
  1229. position: absolute;
  1230. top: 25px;
  1231. right: 25px;
  1232. }
  1233. .Real_trends .trends_count .count_Box .countL .count_lst li .lst_box i.cur{
  1234. background: url('/overseas/img/ico_38.png') no-repeat center center;
  1235. }
  1236. .Real_trends .trends_count .count_Box .countL .count_lst li .lst_box .lst_cun {
  1237. width: 340px;
  1238. position: absolute;
  1239. top: 53px;
  1240. left: -1px;
  1241. border: 1px solid #ddd;
  1242. background-color: #fff;
  1243. max-height: 215px;
  1244. overflow-y: auto;
  1245. border-top: none;
  1246. z-index: 999;
  1247. box-sizing: border-box;
  1248. display: none;
  1249. overflow-x:hidden;
  1250. }
  1251. .Real_trends .trends_count .count_Box .countL .count_lst li .lst_box .lst_cun li {
  1252. width: 100%;
  1253. padding: 16px 21px;
  1254. font-size: 13px;
  1255. cursor: pointer;
  1256. }
  1257. .Real_trends .trends_count .count_Box .countL .count_lst li .lst_box .lst_cun li:hover {
  1258. background: #f8fafc;
  1259. color: #e9333c;
  1260. }
  1261. .Real_trends .trends_count .count_Box .countL .count_lst li .lst_box .money {
  1262. position: absolute;
  1263. top: 0;
  1264. right: 21px;
  1265. font-size: 16px;
  1266. color: #988282;
  1267. line-height: 52px;
  1268. }
  1269. .Real_trends .trends_count .count_Box .countL .count_lst li .Total {
  1270. width: 317px;
  1271. height: 100%;
  1272. border: 0;
  1273. padding-left: 20px;
  1274. line-height: 54px;
  1275. font-size: 16px;
  1276. }
  1277. .Real_trends .trends_count .count_Box .countL .count_lst li .dk_money{
  1278. disabled:disabled;
  1279. background: #FFF;
  1280. }
  1281. .Real_trends .trends_count .count_Box .countL .count_lst li.group {
  1282. display: none;
  1283. }
  1284. .Real_trends .trends_count .count_Box .countR {
  1285. width: 420px;
  1286. float: right;
  1287. position: relative;
  1288. right: 30px;
  1289. }
  1290. .Real_trends .trends_count .count_Box .countR h4 {
  1291. width: 100%;
  1292. text-align: center;
  1293. font-size: 18px;
  1294. padding-bottom: 30px;
  1295. }
  1296. .Real_trends .trends_count .count_Box .countR .countR_box {
  1297. width: 100%;
  1298. height: 460px;
  1299. }
  1300. .Real_trends .trends_count .count_Box .countR .countR_box .countR_cut {
  1301. width: 100%;
  1302. float: left;
  1303. }
  1304. .Real_trends .trends_count .count_Box .countR .countR_box .countR_cut li {
  1305. width: 50%;
  1306. padding: 10px 0;
  1307. text-align: center;
  1308. font-size: 16px;
  1309. border-bottom: 1px solid #dddddd;
  1310. float: left;
  1311. cursor: pointer;
  1312. }
  1313. .Real_trends .trends_count .count_Box .countR .countR_box .countR_cut li.on{
  1314. padding-bottom: 9px;
  1315. border-bottom: 3px solid #E9333C;
  1316. }
  1317. .Real_trends .trends_count .count_Box .countR .countR_box .echart_box {
  1318. width: 100%;
  1319. padding: 30px 0;
  1320. border-bottom: 1px dashed #ccc;
  1321. float: left;
  1322. }
  1323. .Real_trends .trends_count .count_Box .countR .countR_box .echart_box .echart_img {
  1324. float: left;
  1325. width: 160px;
  1326. height: 160px;
  1327. }
  1328. .Real_trends .trends_count .count_Box .countR .countR_box .echart_box .echart_data {
  1329. float: left;
  1330. margin-left: 20px;
  1331. padding: 12px 0 2px 0;
  1332. }
  1333. .Real_trends .trends_count .count_Box .countR .countR_box .echart_box .echart_data .data_line {
  1334. width: 100%;
  1335. height: 46px;
  1336. line-height: 46px;
  1337. font-size: 15px;
  1338. vertical-align: middle;
  1339. }
  1340. .Real_trends .trends_count .count_Box .countR .countR_box .echart_box .echart_data .data_line i {
  1341. display: inline-block;
  1342. width: 16px;
  1343. height: 16px;
  1344. vertical-align: middle;
  1345. margin-top: -3px;
  1346. margin-right: 10px;
  1347. }
  1348. .Real_trends .trends_count .count_Box .countR .countR_box .echart_box .echart_data .loansum_line i {
  1349. background-color: #608cfb;
  1350. }
  1351. .Real_trends .trends_count .count_Box .countR .countR_box .echart_box .echart_data .interest_line i {
  1352. background-color: #ff794f;
  1353. }
  1354. .Real_trends .trends_count .count_Box .countR .countR_box .echart_box .echart_data .fstprice_line i {
  1355. background-color: #fbae35;
  1356. }
  1357. .Real_trends .trends_count .count_Box .countR .countR_box .bus_fstmonth {
  1358. margin-top: 70px;
  1359. height: 50px;
  1360. line-height: 50px;
  1361. text-align: right;
  1362. padding-right: 8px;
  1363. font-size: 22px;
  1364. width: 100%;
  1365. float: left;
  1366. }
  1367. .Real_trends .trends_count .count_Box .countR .countR_box .bus_fstmonth span {
  1368. font-size: 45px;
  1369. color: #dd0009;
  1370. font-family: Arial;
  1371. padding: 0 10px;
  1372. }
  1373. .Real_trends .trends_count .count_Box .countR .countR_box .bus_monthcut {
  1374. width: 100%;
  1375. text-align: right;
  1376. padding-right: 8px;
  1377. font-size: 14px;
  1378. height: 22px;
  1379. line-height: 22px;
  1380. }
  1381. .Real_trends .trends_count .count_Box .reckon {
  1382. width: 130px;
  1383. height: 45px;
  1384. position: absolute;
  1385. top: 50%;
  1386. left: 50%;
  1387. margin-left: -65px;
  1388. margin-top: -22.5px;
  1389. }
  1390. .Real_trends .trends_count .count_Box .reckon input {
  1391. width: 100%;
  1392. height: 100%;
  1393. border: 0;
  1394. background: #e9333c;
  1395. font-size: 16px;
  1396. color: #FFF;
  1397. border-radius: 50px;
  1398. }
  1399. .y_lpdtpc_nav{ border-bottom:1px solid #EAE9E9; padding-bottom: 18px;overflow:hidden;}
  1400. .y_lpdtpc_nav ul{ float: left;}
  1401. .y_lpdtpc_nav ul li{ float: left;}
  1402. .y_lpdtpc_nav ul li a{ display: inline-block; font-size: 22px; color: #333; padding:0 20px;}
  1403. .y_lpdtpc_nav ul li.on a{ color: #FF5849;}
  1404. /* v2 新增 悬挂扫码 */
  1405. .yv2_saomaBox{
  1406. width: 144px;
  1407. height: auto;
  1408. position: fixed;
  1409. right: 50%;
  1410. margin-right:-765px;
  1411. top: 30%;
  1412. z-index: 5;
  1413. background: #FF3131;
  1414. border-radius: 10px;
  1415. }
  1416. .yv2_saomaBox_main{
  1417. width: 132px;
  1418. margin: 0 auto;
  1419. padding: 7px 0;
  1420. position: relative;
  1421. }
  1422. .yv2_saomaBox_main p.text_top{
  1423. display: -webkit-flex; /* Safari */
  1424. display: flex;
  1425. justify-content: center;
  1426. align-items: center;
  1427. font-size: 14px;
  1428. color: #fff;
  1429. font-weight: bold;
  1430. }
  1431. .yv2_saomaBox_main p.text_top img{
  1432. width: 18px;
  1433. height: 18px;
  1434. display: inline-block;
  1435. margin-right: 5px;
  1436. }
  1437. .yv2_saomaBox_main .yv2_saomaBox_center{
  1438. width: 132px;
  1439. height: 132px;
  1440. background: #fff;
  1441. margin: 5px auto;
  1442. }
  1443. .yv2_saomaBox_main .yv2_saomaBox_center p{
  1444. width: 122px;
  1445. height: 122px;
  1446. margin: 0 auto;
  1447. position: relative;
  1448. top: 5px;
  1449. background: #fff;
  1450. }
  1451. .yv2_saomaBox_main a.ganbi{
  1452. font-size: 14px;
  1453. color: #999;
  1454. position: absolute;
  1455. left: 10px;
  1456. top: -20px;
  1457. }
  1458. /*订阅报名*/
  1459. .y_lpdtpc_bm{ float: right;}
  1460. .subscribe_box {width:280px;background:#fff;padding-bottom:25px;}
  1461. .subscribe_box > img {display:block;width:100%;}
  1462. .subscribe_box .subscribe_font {text-align:center;margin-top:10px}
  1463. .subscribe_box .subscribe_font p{font-size:14px;color:#999; padding: 0 15px;}
  1464. .m_bm_form_xm {text-align:center;}
  1465. .m_bm_form_xm input {height:32px;line-height:32px;background:#ECEBF2;color:#9C9C9D;margin-top:10px;border:none;padding:0 15px;width:200px;font-size:14px}
  1466. .m_bm_form_submit {background:#FF792A;height:32px;border-radius:16px;color:#fff;text-align:center;width:130px;border:none;margin:0 auto;display:block;margin-top:15px;font-size:16px}
  1467. .y_lpdtpc_nav_gd{ float: right; position: relative; top: 8px;}
  1468. .y_lpdtpc_nav_gd a{display: block; font-size: 14px; color: #786565;}
  1469. /*发送消息*/
  1470. .bottom-bar {position: fixed;bottom: 0;left: 0;width: 100%;height: 54px;box-shadow: 0 0 2px 1px rgba(0, 0, 0, .05);z-index: 8;background-color: #f5fbff;}
  1471. .bar-box{ width: 100%;height: 100%;padding: 8px 10px;background-color: #fcfafa;}
  1472. .bottom-bar textarea {-webkit-appearance: none;resize: none; border: 1px solid #eee;background-color: #fff;height: 37px;line-height: 25px;padding: 5px 10px;width: 76%;font-size: 15px;outline: none;float: left;border-radius:3px;}
  1473. .bottom-bar textarea:focus {background-color: #fff;}
  1474. .bottom-bar .u-send {float:right;background:#20a0ff;border-radius:3px;height:36px;width:20%;text-align:center;line-height:35px;}
  1475. .u-send span {font-size: 0.95rem;color:#FFF;}
  1476. .y_reduced2{display: none; width: 360px; height: 274px; background: #fff; z-index: 6; border-radius: 4px;overflow:hidden; position: fixed; left: 50%;top: 50%; margin-top: -137px; margin-left: -180px;}
  1477. .y_reduced2_main{position:relative; width: 100%; height: 100%;}
  1478. .m_reduced_r2{width:100%;height:100%; position: relative; padding-bottom: 20px;}
  1479. .y_reduced2_gb{ width: 25px; height: 25px; position: absolute; right: 10px; top: 10px; z-index: 1;}
  1480. .y_reduced2_gb a{display: block; text-align: center; line-height: 25px;}
  1481. .y_reduced2_gb img{ width: 20px; height: 20px; display: inline-block; line-height: 20px;}
  1482. .m_reduced_r_title2{width: 80%; margin: 0 auto; padding-top:20px;}
  1483. .m_reduced_r_title2 em{display:block;font-size:20px;color:#333; font-weight: bold;}
  1484. .m_reduced_r_title2 span{font-size:14px;color:#999;display:block;margin-top:10px;}
  1485. .m_reduced_r2 form{width:288px; display:block; margin: 15px auto 10px;}
  1486. .y_reduced2_bg{ display: none; width: 100%; height: 100%; position: fixed; left: 0px; top: 0px; z-index: 5; background: rgba(0,0,0,0.5);}
  1487. .y_reduced_left2 p.zhanghao{ position: relative; margin-bottom: 20px;}
  1488. .y_reduced_left2 p.zhanghao span{display: block; width: 12px; height: 20px; position: absolute; left: 15px; top: 10px;}
  1489. .y_reduced_left2 p.zhanghao input.in-text{ font-size: 14px; color: #666; width:248px; height: 40px; border-radius: 3px; border:1px solid #CBCBCB; background: #fff; padding-left:36px; }
  1490. .y_reduced_left2 p.zhanghao a{position: absolute; display: none; right: 16px; top: 14px; width: 17px; height: 17px;}
  1491. .y_reduced_left2 p.zhanghao span img{ width: 100%; height: 100%;}
  1492. .y_reduced_left2 p.zhanghao a img{width: 100%; height: 100%;}
  1493. .y_reduced_left2 p.zhanghao b.hint-text{ font-size: 12px; font-weight: normal; color: #FF3F3F; display: none; position: absolute; left: 3px; bottom: -17px;}
  1494. .y_reduced_left2 p.zhanghao input.in-text.on{border-color: #FF3F3F;}
  1495. .y_reduced_left2 p.mima{ width: 100%; position: relative;}
  1496. .y_reduced_left2 p.mima em{ display:inline-block; width: 180px; position: relative; height: 40px;}
  1497. .y_reduced_left2 p.mima em span{display: inline-block; position: absolute; left: 12px; top: 50%; margin-top: -6.5px; width: 15px; height: 13px;}
  1498. .y_reduced_left2 p.mima em span img{width: 100%; height: 100%;}
  1499. .y_reduced_left2 p.mima em input.in-text{ width: 140px; font-size: 14px; color: #666; height: 38px; border-radius: 3px; border:1px solid #CBCBCB; background: #fff; padding-left:36px;}
  1500. .y_reduced_left2 p.mima input.btn{ width: 32%; height: 40px; color: #999; border-radius: 3px; border:1px solid #CBCBCB; background: #fff; font-size: 14px;}
  1501. .y_reduced_left2 p.mima input.btn.on{ color: #2DB1FB; border-color:#2DB1FB; }
  1502. .y_reduced_left2 p.mima input.btn:hover{ color: #2DB1FB; border-color:#2DB1FB; }
  1503. .y_reduced_left2 p.mima b.hint-text{ font-size: 14px; color: #FF3F3F; font-weight: normal; display: none; position: absolute; left: 3px; bottom: -17px;}
  1504. .y_reduced_left2 p.mima em input.in-text.on{border-color: #FF3F3F;}
  1505. .m_reduced_r2 form #buttom_m{width:100%;height:40px;background:#3072F6;text-align: center; line-height: 40px; display:block;border:0;margin-top:20px;font-size:15px;color:#FFF;border-radius:4px;}
  1506. .m_reduced_r2 form #buttom_m:hover{background: #1C5BDA;}