index.css 37 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651
  1. body{
  2. background: #fff;
  3. }
  4. /* v2改版 幻灯 A */
  5. /* v2 幻灯 */
  6. .yhn_slide{
  7. width: 100%;
  8. height: 535px;
  9. overflow: hidden;
  10. position: relative;
  11. }
  12. .yhn_slideBox{
  13. width: 100%;
  14. height: 100%;
  15. position: relative;
  16. }
  17. .yhn_slideBox ul li{
  18. width: 100%;
  19. height: 535px;
  20. }
  21. .yhn_slideBox ul li img{
  22. width: 100%;
  23. height: 100%;
  24. }
  25. .yhn_slideBox ul li a{
  26. display: inline-block;
  27. width: 100%;
  28. height: 100%;
  29. position: relative;
  30. }
  31. .yhn_slideBox .prev{
  32. position:absolute;
  33. top:50%;
  34. left:100px;
  35. margin-top:-25px;
  36. background: rgba(51, 51, 51, 0.41) url(/image/zuo13.png) no-repeat -7px 5px/50px 46px;
  37. display:block;
  38. width:39px;
  39. height:56px;
  40. margin-top: -28px;
  41. z-index: 2;
  42. }
  43. .yhn_slideBox .next{
  44. position:absolute;
  45. top:50%;
  46. right:100px;
  47. margin-top:-25px;
  48. background: rgba(51, 51, 51, 0.41) url(/image/you13.png) no-repeat -4px 5px/50px 46px;
  49. display:block;
  50. width:39px;
  51. height:56px;
  52. margin-top: -28px;
  53. z-index: 2;
  54. }
  55. /* v2改版 筛选 */
  56. .yhn_screen{
  57. width: 100%;
  58. height: auto;
  59. }
  60. .yhn_screenBox{
  61. position: relative;
  62. top:-50px;
  63. height: auto;
  64. box-shadow: 1px 3px 16px 0px rgba(0, 0, 0, 0.08);
  65. z-index: 5;
  66. padding: 34px 0;
  67. }
  68. .yhn_screenBox_hot{
  69. margin: 0 34px;
  70. display: -webkit-flex; /* Safari */
  71. display: flex;
  72. justify-content:flex-start;
  73. align-items:center;
  74. height: 18px;
  75. line-height: 18px;
  76. }
  77. .yhn_screenBox_hot p.hot_title{
  78. display: -webkit-flex; /* Safari */
  79. display: flex;
  80. align-items:center;
  81. font-size: 14px;
  82. color: #666;
  83. }
  84. .yhn_screenBox_hot p.hot_title img{
  85. display: inline-block;
  86. width: 18px;
  87. height: 18px;
  88. margin-right: 3px;
  89. }
  90. .yhn_screenBox_hot p.hot_list{
  91. font-size: 0;
  92. display: -webkit-flex; /* Safari */
  93. display: flex;
  94. align-items:center;
  95. }
  96. .yhn_screenBox_hot p.hot_list a{
  97. display: inline-block;
  98. font-size: 14px;
  99. color: #666;
  100. }
  101. .yhn_screenBox_hot p.hot_list a+a{
  102. margin-left: 15px;
  103. }
  104. .yhn_screenBox_center{
  105. margin:0 34px;
  106. margin-top: 20px;
  107. font-size: 0;
  108. display: -webkit-flex; /* Safari */
  109. display: flex;
  110. align-items:center;
  111. justify-content:flex-start;
  112. }
  113. .yhn_screenBox_center .center_left{
  114. position: relative;
  115. width: auto;
  116. }
  117. .yhn_screenBox_center .center_left_search{
  118. display: -webkit-flex; /* Safari */
  119. display: flex;
  120. justify-content:flex-start;
  121. align-items:center;
  122. }
  123. .yhn_screenBox_center .center_left_search input.left_input{
  124. width: 670px;
  125. height: 50px;
  126. border:1px solid #D9D9D9;
  127. background: url('/overseas/img/v2image/v2_ico2.png') #fff 12px center no-repeat;
  128. background-size:20px 20px;
  129. border-radius: 6px 0 0 6px;
  130. font-size: 14px;
  131. color: #666;
  132. padding-left: 40px;
  133. }
  134. .yhn_screenBox_center .center_left_search input.left_input::-webkit-input-placeholder {
  135. color: #ACACAC;
  136. }
  137. .yhn_screenBox_center .center_left_search input.left_input::-moz-placeholder {
  138. /* Firefox 19+ */
  139. color: #ACACAC;
  140. }
  141. .yhn_screenBox_center .center_left_search input.left_input:-moz-placeholder {
  142. /* Firefox 18- */
  143. color: #ACACAC;
  144. }
  145. .yhn_screenBox_center .center_left_search input.left_input:-ms-input-placeholder {
  146. /* IE 10- */
  147. color: #ACACAC;
  148. }
  149. .yhn_screenBox_center .center_left_search input.right_button{
  150. width: 156px;
  151. height: 52px;
  152. background: linear-gradient(90deg, #01A4FE 0%, #2BC0F8 100%);
  153. border-radius: 0px 6px 6px 0px;
  154. border:none;
  155. font-size: 16px;
  156. color: #fff;
  157. font-weight: bold;
  158. }
  159. .yhn_screenBox_center .center_left .show_search{
  160. display: none;
  161. position: absolute;
  162. left: 0px;
  163. top:52px;
  164. height: 215px;
  165. width: 100%;
  166. background: #fff;
  167. border-radius:6px;
  168. z-index: 5;
  169. box-shadow: 1px 3px 16px 0px rgba(0, 0, 0, 0.08);
  170. }
  171. .yhn_screenBox_center .center_left .show_search ul{
  172. overflow-y: auto;
  173. height: 215px;
  174. overflow-x: hidden;
  175. }
  176. /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
  177. .yhn_screenBox_center .center_left .show_search ul::-webkit-scrollbar
  178. {
  179. width: 5px; /*滚动条宽度*/
  180. height: 8px; /*滚动条高度*/
  181. }
  182. /*定义滚动条轨道 内阴影+圆角*/
  183. .yhn_screenBox_center .center_left .show_search ul::-webkit-scrollbar-track
  184. {
  185. background-color: #fff;
  186. }
  187. /*定义滑块 内阴影+圆角*/
  188. .yhn_screenBox_center .center_left .show_search ul::-webkit-scrollbar-thumb
  189. {
  190. border-radius: 10px; /*滚动条的圆角*/
  191. background-color: #ccc; /*滚动条的背景颜色*/
  192. }
  193. .yhn_screenBox_center .center_left .show_search ul li{
  194. padding:0px 30px;
  195. height: 40px;
  196. line-height: 35px;
  197. }
  198. .yhn_screenBox_center .center_left .show_search ul li a{
  199. display: -webkit-flex; /* Safari */
  200. display: flex;
  201. align-items:center;
  202. justify-content:space-between;
  203. }
  204. .yhn_screenBox_center .center_left .show_search ul li p.left_name{
  205. display: -webkit-flex; /* Safari */
  206. display: flex;
  207. align-items:center;
  208. }
  209. .yhn_screenBox_center .center_left .show_search ul li p.left_name span{
  210. font-size: 15px;
  211. color: #333;
  212. font-weight: bolder;
  213. }
  214. .yhn_screenBox_center .center_left .show_search ul li p.left_name em{
  215. display: inline-block;
  216. font-size: 14px;
  217. color: #666;
  218. margin-left: 10px;
  219. }
  220. .yhn_screenBox_center .center_left .show_search ul li a i{
  221. font-size: 15px;
  222. color: #FF3131;
  223. display: inline-block;
  224. }
  225. .yhn_screenBox_center .center_left .show_search ul li.active{
  226. background: #F1F5F9;
  227. }
  228. .yhn_screenBox_center .center_left .show_search ul li.active p.left_name span{
  229. color: #43A6F5;
  230. }
  231. .yhn_screenBox_center .center_rgiht{
  232. margin-left: 25px;
  233. }
  234. .yhn_screenBox_center .center_rgiht a{
  235. display: -webkit-flex; /* Safari */
  236. display: flex;
  237. align-items:center;
  238. font-size: 16px;
  239. color: #507DAF;
  240. }
  241. .yhn_screenBox_center .center_rgiht a span{
  242. display: inline-block;
  243. font-weight: bold;
  244. }
  245. .yhn_screenBox_center .center_rgiht a img{
  246. display: inline-block;
  247. width: 20px;
  248. height: 20px;
  249. margin-right: 5px;
  250. }
  251. .screenBox_bottom{
  252. margin: 0 34px;
  253. margin-top: 30px;
  254. display: -webkit-flex; /* Safari */
  255. display: flex;
  256. align-items:flex-start;
  257. justify-content:flex-start;
  258. }
  259. .screenBox_bottom_main{
  260. width: 350px;
  261. margin-left: 27px;
  262. display: -webkit-flex; /* Safari */
  263. display: flex;
  264. align-items:flex-start;
  265. justify-content:flex-start;
  266. }
  267. .screenBox_bottom_main:nth-child(1){
  268. margin-left: 0px;
  269. }
  270. .screenBox_bottom_main p.left_style{
  271. width: 42px;
  272. height: 86px;
  273. background: #F1F5F9;
  274. border-radius: 0px 0px 21px 21px;
  275. display: -webkit-flex; /* Safari */
  276. display: flex;
  277. align-items:center;
  278. justify-content:center;
  279. }
  280. .screenBox_bottom_main p.left_style span{
  281. font-size: 14px;
  282. color: #333;
  283. font-weight: bold;
  284. display: inline-block;
  285. }
  286. .screenBox_bottom_main p.left_style span i{
  287. display: block;
  288. margin-top: 3px;
  289. }
  290. .screenBox_bottom_main p.left_list{
  291. margin-left: 18px;
  292. width: 290px;
  293. font-size: 0;
  294. display: -webkit-flex; /* Safari */
  295. display: flex;
  296. align-items:center;
  297. justify-content:flex-start;
  298. flex-wrap:wrap;
  299. }
  300. .screenBox_bottom_main p.left_list a{
  301. display: inline-block;
  302. font-size: 14px;
  303. color: #333;
  304. margin:0 8px;
  305. margin-bottom: 12px;
  306. }
  307. .screenBox_bottom_main p.left_list a:hover{
  308. color: #43A6F5;
  309. }
  310. /* v2 广告报名 */
  311. .yv2_indexAdc{
  312. margin-top:10px;
  313. }
  314. .yv2_indexAdc_main ul{
  315. display: -webkit-flex; /* Safari */
  316. display: flex;
  317. align-items:center;
  318. justify-content:flex-start;
  319. }
  320. .yv2_indexAdc_main ul li{
  321. width: 285px;
  322. height: 106px;
  323. }
  324. .yv2_indexAdc_main ul li img{
  325. width:100%;
  326. height: 100%;
  327. }
  328. .yv2_indexAdc_main ul li+li{
  329. margin-left: 20px;
  330. }
  331. .yv2_indexTiele{
  332. display: -webkit-flex; /* Safari */
  333. display: flex;
  334. align-items:flex-end;
  335. justify-content:space-between;
  336. }
  337. .yv2_indexTiele .yv2_indexTiele_l{
  338. display: -webkit-flex; /* Safari */
  339. display: flex;
  340. align-items:flex-end;
  341. justify-content:space-between;
  342. }
  343. .yv2_indexTiele .yv2_indexTiele_l p{
  344. font-size: 28px;
  345. color: #2D2D2D;
  346. font-weight: bold;
  347. }
  348. .yv2_indexTiele .yv2_indexTiele_l em{
  349. display:inline-block;
  350. font-size:16px;
  351. color:#666;
  352. margin-left: 24px;
  353. }
  354. .yv2_indexTiele .yv2_indexTiele_r a{
  355. display: -webkit-flex; /* Safari */
  356. display: flex;
  357. align-items:center;
  358. }
  359. .yv2_indexTiele .yv2_indexTiele_r a span{
  360. font-size:14px;
  361. color:#2D2D2D;
  362. display:inline-block;
  363. }
  364. .yv2_indexTiele .yv2_indexTiele_r a i{
  365. width:16px;
  366. height:16px;
  367. display:none;
  368. background: #CACACA;
  369. border-radius: 100%;
  370. display: -webkit-flex; /* Safari */
  371. display: flex;
  372. align-items:center;
  373. justify-content:center;
  374. margin-left:10px;
  375. }
  376. .yv2_indexTiele .yv2_indexTiele_r a i img{
  377. width: 6px;
  378. height: 8px;
  379. display:inline-block;
  380. }
  381. .yv2_indexTiele .yv2_indexTiele_r a:hover span{
  382. color:#43A6F5;
  383. }
  384. .yv2_indexTiele .yv2_indexTiele_r a:hover i{
  385. background: #43A6F5;
  386. }
  387. /* v2 VR全景看房 */
  388. .yv2_Panorama{
  389. margin-top: 60px;
  390. }
  391. .yv2_Panorama_main_list ul{
  392. display: -webkit-flex; /* Safari */
  393. display: flex;
  394. align-items:center;
  395. justify-content:flex-start;
  396. margin-top:25px;
  397. }
  398. .yv2_Panorama_main_list ul li{
  399. width: 292px;
  400. height: 245px;
  401. position: relative;
  402. overflow: hidden;
  403. border-radius:20px;
  404. }
  405. .yv2_Panorama_main_list ul li+li{
  406. margin-left: 11px;
  407. }
  408. .yv2_Panorama_main_list ul li p.img_ico,.yv2_Panorama_main_list ul li p.img_ico img{
  409. width: 100%;
  410. height:100%;
  411. }
  412. .yv2_Panorama_main_list ul li p.style_l{
  413. position: absolute;
  414. left: 0px;
  415. top:0px;
  416. height:24px;
  417. line-height: 24px;
  418. font-size:0;
  419. display: -webkit-flex; /* Safari */
  420. display: flex;
  421. align-items:center;
  422. justify-content:flex-start;
  423. z-index: 2;
  424. }
  425. .yv2_Panorama_main_list ul li p.style_l i{
  426. padding:0 7px 0 15px;
  427. background: #724E00;
  428. height: 100%;
  429. display: -webkit-flex; /* Safari */
  430. display: flex;
  431. align-items:center;
  432. }
  433. .yv2_Panorama_main_list ul li p.style_l i img{
  434. width: 20px;
  435. height: 20px;
  436. display:inline-block;
  437. }
  438. .yv2_Panorama_main_list ul li p.style_l span{
  439. font-size:12px;
  440. color:#724E00;
  441. background: #FFE362;
  442. border-radius: 0px 0px 20px 0px;
  443. padding: 0 13px 0 8px;
  444. font-weight: bold;
  445. }
  446. .yv2_Panorama_main_list ul li p.lp_title{
  447. position: absolute;
  448. left:0px;
  449. bottom: 0px;
  450. z-index: 2;
  451. background: rgba(0, 0, 0, 0.4);
  452. width: 100%;
  453. height: 34px;
  454. display: -webkit-flex; /* Safari */
  455. display: flex;
  456. align-items:center;
  457. justify-content:center;
  458. }
  459. .yv2_Panorama_main_list ul li p.lp_title span{
  460. display: inline-block;
  461. font-size: 14px;
  462. color:#fff;
  463. text-overflow: ellipsis;
  464. white-space: nowrap;
  465. overflow: hidden;
  466. max-width: 200px;
  467. }
  468. .yv2_Panorama_main_list ul li p.lp_title em{
  469. display:inline-block;
  470. font-size:14px;
  471. color: #fff;
  472. margin-left: 8px;
  473. }
  474. .yv2_Panorama_main_list ul li .vvid_pic_ico {
  475. position: absolute;
  476. top:50%;
  477. left:50%;
  478. border-radius: 100%;
  479. width:60px;
  480. height:60px;
  481. background: url(/overseas/img/vr_animation.png);
  482. background-color:rgba(0,0,0,0.5);
  483. background-position-y: 0;
  484. background-repeat: no-repeat;
  485. background-size: 100%;
  486. border: 1px solid hsl(0, 0%, 97%);
  487. box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
  488. margin:-30px 0 0 -30px;
  489. z-index: 2;
  490. }
  491. .yv2_Panorama_main_list ul li .vr-animation-forever {
  492. -webkit-animation:vr 5s steps(80) infinite;
  493. animation:vr 5s steps(80) infinite;
  494. }
  495. @-webkit-keyframes vr {to{background-position-y:100%}}
  496. @keyframes vr {to{background-position-y:100%}}
  497. /*热门活动、本周精选*/
  498. .m_hot{width:1200px;overflow:hidden;margin:auto;margin-top:60px;}
  499. .m_hot_top{margin-bottom:17px;height:213px;}
  500. .m_hot_top_img{width:213px;height:213px;position:relative;float:left;}
  501. .m_hot_top_img img{width:100%;height:100%;}
  502. .m_hot_top_img span{position:absolute;top:64px;left:48px;font-size:30px;color:#FFF;}
  503. .m_hot_top_img i{position:absolute;top:110px;left:38px;font-size:14px;color:#FFF;}
  504. .m_hot_top ul{float:left;margin-left:17px;}
  505. .m_hot_top ul li{width:475px;height:213px;float:left;margin-right:17px;}
  506. .m_hot_top ul li:nth-child(2){margin-right:-50px;}
  507. .m_hot_top ul li img{width:100%;height:100%;}
  508. /*热销楼盘 特效*/
  509. /*盒子*/
  510. .m_box{position:relative;perspective:1000px;}
  511. .m_box .content1{
  512. opacity:1;
  513. transition: all 0.8s;
  514. -webkit-transition: all 0.8s;
  515. -moz-transition: all 0.8s;
  516. -o-transition: all 0.8s;
  517. transform:translateY(0) rotateX(0);
  518. -webkit-transform:translateY(0) rotateX(0);
  519. -moz-transform:translateY(0) rotateX(0);
  520. -o-transform:translateY(0) rotateX(0);
  521. }
  522. .m_box:hover .content1{
  523. transition: all 0.8s;
  524. -webkit-transition: all 0.8s;
  525. -moz-transition: all 0.8s;
  526. -o-transition: all 0.8s;
  527. transform: translateY(-100%) rotateX(90deg);
  528. -webkit-transform: translateY(-100%) rotateX(90deg);
  529. -moz-transform: translateY(-100%) rotateX(90deg);
  530. -o-transform: translateY(-100%) rotateX(90deg);
  531. transform-origin:bottom center;
  532. -webkit-transform-origin:bottom center;
  533. -moz-transform-origin:bottom center;
  534. -o-transform-origin:bottom center;
  535. opacity:0;
  536. }
  537. .m_box .content2{opacity:0;
  538. transition: all 0.8s;
  539. -webkit-transition: all 0.8s;
  540. -moz-transition: all 0.8s;
  541. -o-transition: all 0.8s;
  542. }
  543. .m_box:hover .content2{opacity:1;
  544. transition: all 0.8s;
  545. -webkit-transition: all 0.8s;
  546. -moz-transition: all 0.8s;
  547. -o-transition: all 0.8s;
  548. }
  549. /* v2改版 热销楼盘 */
  550. .yv2Hotlp{
  551. margin-top: 60px;
  552. }
  553. .yv2Hotlp_nav{
  554. margin-top: 23px;
  555. font-size: 0;
  556. display: -webkit-flex; /* Safari */
  557. display: flex;
  558. align-items:center;
  559. justify-content:flex-start;
  560. }
  561. .yv2Hotlp_nav a{
  562. height: 40px;
  563. line-height: 40px;
  564. border-top: 2px solid #F4F7FA;
  565. width: 240px;
  566. text-align: center;
  567. background: #F4F7FA;
  568. font-size:16px;
  569. color: #666;
  570. border-left: 1px solid #F4F7FA;
  571. border-right: 1px solid #F4F7FA;
  572. border-bottom:1px solid #eee;
  573. }
  574. .yv2Hotlp_nav a.on{
  575. border-top-color: #43A6F5;
  576. border-left-color: #eee;
  577. border-right-color: #eee;
  578. border-bottom-color: #fff;
  579. color:#43A6F5;
  580. background: #fff;
  581. }
  582. .yv2Hotlp_nav a:hover{
  583. border-top-color: #43A6F5;
  584. border-left-color: #eee;
  585. border-right-color: #eee;
  586. border-bottom-color: #fff;
  587. color:#43A6F5;
  588. background: #fff;
  589. }
  590. .yv2Hotlp_box{
  591. margin-top: 20px;
  592. display: -webkit-flex; /* Safari */
  593. display: flex;
  594. align-items:flex-start;
  595. justify-content:space-between;
  596. }
  597. .yv2Hotlp_box_left{
  598. width: 895px;
  599. }
  600. .yv2Hotlp_box_left ul{
  601. display: -webkit-flex; /* Safari */
  602. display: flex;
  603. align-items:flex-start;
  604. justify-content:flex-start;
  605. flex-wrap:wrap;
  606. }
  607. .yv2Hotlp_box_left ul li{
  608. width: 282px;
  609. height: 318px;
  610. border:1px solid #eee;
  611. background: #fff;
  612. margin-right: 20px;
  613. margin-bottom: 30px;
  614. }
  615. .yv2Hotlp_box_left ul li:nth-child(3n){
  616. margin-right: 0px;
  617. }
  618. .yv2Hotlp_box_left ul li p.ico_img{
  619. width: 100%;
  620. height: 177px;
  621. background: #f9f9f9;
  622. }
  623. .yv2Hotlp_box_left ul li p.ico_img img{
  624. width: 100%;
  625. height: 100%;
  626. }
  627. .yv2Hotlp_box_left ul li .lp_text_m{
  628. padding: 0 15px;
  629. margin-top: 20px;
  630. }
  631. .yv2Hotlp_box_left ul li .lp_text_m p.titile{
  632. display: -webkit-flex; /* Safari */
  633. display: flex;
  634. align-items:flex-end;
  635. justify-content:flex-start;
  636. font-size: 0;
  637. }
  638. .yv2Hotlp_box_left ul li .lp_text_m p.titile a{
  639. display: inline-block;
  640. font-size: 18px;
  641. color: #2D2D2D;
  642. text-overflow: ellipsis;
  643. white-space: nowrap;
  644. overflow: hidden;
  645. max-width: 180px;
  646. }
  647. .yv2Hotlp_box_left ul li .lp_text_m p.titile span{
  648. display: inline-block;
  649. font-size: 13px;
  650. color: #666;
  651. position: relative;
  652. top: -3px;
  653. margin-left: 5px;
  654. }
  655. .yv2Hotlp_box_left ul li .lp_text_m .pric_main{
  656. display: -webkit-flex; /* Safari */
  657. display: flex;
  658. align-items:center;
  659. justify-content:space-between;
  660. margin-top: 8px;
  661. }
  662. .yv2Hotlp_box_left ul li .lp_text_m .pric_main p.pric_l span{
  663. display:block;
  664. font-size:12px;
  665. color: #FF3131;
  666. }
  667. .yv2Hotlp_box_left ul li .lp_text_m .pric_main p.pric_l span i{
  668. font-size: 18px;
  669. }
  670. .yv2Hotlp_box_left ul li .lp_text_m .pric_main p.pric_l em{
  671. font-size: 12px;
  672. color: #999;
  673. display: block;
  674. margin-top: 3px;
  675. }
  676. .yv2Hotlp_box_left ul li .lp_text_m .pric_main a{
  677. display: -webkit-flex; /* Safari */
  678. display: flex;
  679. align-items:center;
  680. justify-content:space-between;
  681. position: relative;
  682. top: -8px;
  683. }
  684. .yv2Hotlp_box_left ul li .lp_text_m .pric_main a span{
  685. font-size: 12px;
  686. height: 24px;
  687. line-height: 24px;
  688. color: #fff;
  689. background: #43A6F5;
  690. display: inline-block;
  691. border-radius: 15px;
  692. padding: 0 0px 0 10px;
  693. position: absolute;
  694. top: 50%;
  695. margin-top: -12px;
  696. width: 116px;
  697. right: 0px;
  698. z-index: 1;
  699. }
  700. .yv2Hotlp_box_left ul li .lp_text_m .pric_main a em{
  701. display: inline-block;
  702. border: 2px solid #43A6F5;
  703. width: 44px;
  704. height: 44px;
  705. border-radius: 100%;
  706. overflow: hidden;
  707. position: relative;
  708. z-index: 2;
  709. background: radial-gradient(circle, #FFFFFF 38%, #D0DDE8 97%);
  710. }
  711. .yv2Hotlp_box_left ul li .lp_text_m .pric_main a em img{
  712. width: 100%;
  713. height: 100%;
  714. }
  715. .yv2Hotlp_box_left ul li .lp_text_m p.lp_zk{
  716. width: 100%;
  717. margin-top: 10px;
  718. }
  719. .yv2Hotlp_box_left ul li .lp_text_m p.lp_zk span{
  720. border: 1px solid #FFCECA;
  721. background: #fff;
  722. height: 20px;
  723. line-height: 20px;
  724. text-overflow: ellipsis;
  725. white-space: nowrap;
  726. overflow: hidden;
  727. font-size: 12px;
  728. color: #FF5849;
  729. padding: 0 2%;
  730. border-radius: 3px;
  731. max-width: 94%;
  732. display: inline-block;
  733. }
  734. .yv2Hotlp_box_left ul li .lp_text_m p.lp_news{
  735. width: 100%;
  736. margin-top: 10px;
  737. }
  738. .yv2Hotlp_box_left ul li .lp_text_m p.lp_news span{
  739. border: 1px solid #F4F7FA;
  740. background: #F4F7FA;
  741. height: 20px;
  742. line-height: 20px;
  743. text-overflow: ellipsis;
  744. white-space: nowrap;
  745. overflow: hidden;
  746. font-size: 12px;
  747. color: #507DAF;
  748. padding: 0 2%;
  749. border-radius: 3px;
  750. max-width: 94%;
  751. display: inline-block;
  752. }
  753. .yv2Hotlp_box_left ul li:hover{
  754. box-shadow: 0px 0px 10px 0px rgba(124, 124, 124, 0.3);
  755. }
  756. .yv2Hotlp_box_left ul li:hover .lp_text_m p.titile a{
  757. color: #43A6F5;
  758. }
  759. .yv2Hotlp_box_left ul li:hover .lp_text_m p.titile span{
  760. color: #43A6F5;
  761. }
  762. .yv2Hotlp_box_right{
  763. width: 285px;
  764. background: linear-gradient(0deg, #E5F0F9 0%, #C7E1F7 100%);
  765. height: 670px;
  766. }
  767. .yv2Hotlp_box_right_main{
  768. width: 244px;
  769. margin: 0 auto;
  770. margin-top: 48px;
  771. }
  772. .yv2Hotlp_box_right_main .yv2_bwzfTitle{
  773. position: relative;
  774. text-align: center;
  775. }
  776. .yv2Hotlp_box_right_main .yv2_bwzfTitle span{
  777. font-size: 28px;
  778. color: #1C415E;
  779. font-weight: bold;
  780. position: relative;
  781. z-index: 2;
  782. }
  783. .yv2Hotlp_box_right_main .yv2_bwzfTitle i{
  784. height: 7px;
  785. width: 120px;
  786. background: #F88627;
  787. position: absolute;
  788. left: 50%;
  789. margin-left: -60px;
  790. bottom: 0px;
  791. z-index: 1;
  792. }
  793. .yv2Hotlp_box_right_main .yv2_bwzfCy{
  794. margin-top: 15px;
  795. text-align: center;
  796. }
  797. .yv2Hotlp_box_right_main .yv2_bwzfCy span{
  798. display: inline-block;
  799. border: 1px solid #CBDEEE;
  800. background: #F5F7FB;
  801. border-radius: 12px;
  802. height: 24px;
  803. line-height: 24px;
  804. font-size: 12px;
  805. color: #2D2D2D;
  806. padding: 0 10px;
  807. }
  808. .yv2Hotlp_box_right_main .yv2_bwzfCy span i{
  809. color: #FF3131;
  810. }
  811. .yv2Hotlp_box_right_main .yv2_bwzfTxt{
  812. margin-top: 45px;
  813. }
  814. .yv2Hotlp_box_right_main .yv2_bwzfTxt p{
  815. font-size: 14px;
  816. color: #2D2D2D;
  817. display: -webkit-flex; /* Safari */
  818. display: flex;
  819. align-items:center;
  820. }
  821. .yv2Hotlp_box_right_main .yv2_bwzfTxt p img{
  822. display: inline-block;
  823. width: 16px;
  824. height: 16px;
  825. margin-right: 10px;
  826. }
  827. .yv2Hotlp_box_right_main .yv2_bwzfTxt p+p{
  828. margin-top: 10px;
  829. }
  830. .yv2Hotlp_box_right_main .yv2_bwzfForm{
  831. margin-top: 40px;
  832. }
  833. .yv2Hotlp_box_right_main .yv2_bwzfForm .yv2_bwzfForm_city{
  834. position: relative;
  835. width: 244px;
  836. }
  837. .yv2Hotlp_box_right_main .yv2_bwzfForm p.in_mina{
  838. width: 244px;
  839. position: relative;
  840. height: 40px;
  841. background: #fff;
  842. overflow: hidden;
  843. border-radius: 4px;
  844. margin-bottom: 14px;
  845. }
  846. .yv2Hotlp_box_right_main .yv2_bwzfForm p.in_mina input.in_text{
  847. width: 210px;
  848. height: 40px;
  849. padding-left: 34px;
  850. border: none;
  851. background: #fff;
  852. font-size: 14px;
  853. color: #666;
  854. }
  855. .yv2Hotlp_box_right_main .yv2_bwzfForm p.in_mina i{
  856. width: 16px;
  857. height: 16px;
  858. display: inline-block;
  859. position: absolute;
  860. left: 10px;
  861. top: 50%;
  862. margin-top: -8px;
  863. z-index: 2;
  864. }
  865. .yv2Hotlp_box_right_main .yv2_bwzfForm p.in_mina i img{
  866. width: 100%;
  867. height: 100%;
  868. }
  869. .yv2Hotlp_box_right_main .yv2_bwzfForm p.in_mina em{
  870. width: 16px;
  871. height: 16px;
  872. display: inline-block;
  873. position: absolute;
  874. right: 10px;
  875. top: 50%;
  876. margin-top: -8px;
  877. z-index: 2;
  878. }
  879. .yv2Hotlp_box_right_main .yv2_bwzfForm p.in_mina em img{
  880. width: 100%;
  881. height: 100%;
  882. }
  883. .yv2Hotlp_box_right_main .yv2_bwzfForm .yv2_bwzfForm_city .yv2_bcity_main{
  884. position: absolute;
  885. top: 40px;
  886. left: 0px;
  887. width: 244px;
  888. background: #fff;
  889. height: 200px;
  890. z-index: 3;
  891. overflow-y: auto;
  892. overflow-x: hidden;
  893. border: 1px solid #eee;
  894. padding:5px 0 10px;
  895. display: none;
  896. }
  897. .yv2Hotlp_box_right_main .yv2_bwzfForm .yv2_bwzfForm_city .yv2_bcity_main a{
  898. display: block;
  899. font-size: 14px;
  900. height: 35px;
  901. line-height: 35px;
  902. padding:0 15px;
  903. color: #666;
  904. }
  905. .yv2Hotlp_box_right_main .yv2_bwzfForm .yv2_bwzfForm_city .yv2_bcity_main a:hover{
  906. background: #f8f8f8;
  907. color:#43A6F5;
  908. }
  909. .yv2Hotlp_box_right_main .yv2_bwzfForm .yv2_bwzfForm_city .yv2_bcity_main a.on{
  910. background: #f8f8f8;
  911. color:#43A6F5;
  912. }
  913. /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
  914. .yv2Hotlp_box_right_main .yv2_bwzfForm .yv2_bwzfForm_city .yv2_bcity_main::-webkit-scrollbar{
  915. width: 5px; /*滚动条宽度*/
  916. height: 10px; /*滚动条高度*/
  917. }
  918. /*定义滚动条轨道 内阴影+圆角*/
  919. .yv2Hotlp_box_right_main .yv2_bwzfForm .yv2_bwzfForm_city .yv2_bcity_main::-webkit-scrollbar-track {
  920. border-radius: 10px; /*滚动条的背景区域的圆角*/
  921. background-color: rgba(0, 0, 0,0);/*滚动条的背景颜色*/
  922. }
  923. /*定义滑块 内阴影+圆角*/
  924. .yv2Hotlp_box_right_main .yv2_bwzfForm .yv2_bwzfForm_city .yv2_bcity_main::-webkit-scrollbar-thumb{
  925. border-radius: 10px; /*滚动条的圆角*/
  926. background-color: #CBCBCB; /*滚动条的背景颜色*/
  927. }
  928. .yv2Hotlp_box_right_main .yv2_bwzfForm a.in_button{
  929. height: 40px;
  930. border-radius: 4px;
  931. background: #F88627;
  932. width: 244px;
  933. text-align: center;
  934. line-height: 40px;
  935. font-size: 14px;
  936. color: #fff;
  937. display: inline-block;
  938. }
  939. .yv2Hotlp_box_right_main .yv2_bwzfTell{
  940. width: 200px;
  941. margin: 0 auto;
  942. margin-top: 50px;
  943. overflow: hidden;
  944. height: 120px;
  945. }
  946. .yv2Hotlp_box_right_main .yv2_bwzfTell ul li{
  947. height: 30px;
  948. line-height: 30px;
  949. display: -webkit-flex; /* Safari */
  950. display: flex;
  951. justify-content:space-between;
  952. align-items:center;
  953. font-size: 14px;
  954. color: #506E89;
  955. }
  956. /* v2改版 航拍视频 */
  957. .yv2_aerial{
  958. margin-top: 30px;
  959. width: 100%;
  960. height: auto;
  961. }
  962. .yv2_aerialBox_list{
  963. margin-top: 24px;
  964. }
  965. .yv2_aerialBox_list ul{
  966. display: -webkit-flex; /* Safari */
  967. display: flex;
  968. align-items:flex-start;
  969. justify-content:flex-start;
  970. }
  971. .yv2_aerialBox_list ul li{
  972. width: 292px;
  973. height: 210px;
  974. position: relative;
  975. }
  976. .yv2_aerialBox_list ul li+li{
  977. margin-left: 11px;
  978. }
  979. .yv2_aerialBox_list ul li p.ico_img,.yv2_aerialBox_list ul li p.ico_img img{
  980. width: 100%;
  981. height: 100%;
  982. }
  983. .yv2_aerialBox_list ul li p.ico_vid{
  984. position: absolute;
  985. left: 50%;
  986. top: 50%;
  987. width: 54px;
  988. height: 54px;
  989. margin-left: -27px;
  990. margin-top: -27px;
  991. z-index: 2;
  992. }
  993. .yv2_aerialBox_list ul li p.ico_vid img{
  994. width: 100%;
  995. height: 100%;
  996. }
  997. .yv2_aerialBox_list ul li p.lp_title{
  998. width: 100%;
  999. height: 34px;
  1000. line-height: 34px;
  1001. position: absolute;
  1002. left: 0px;
  1003. bottom: 0px;
  1004. z-index: 2;
  1005. display: -webkit-flex; /* Safari */
  1006. display: flex;
  1007. align-items:center;
  1008. justify-content:center;
  1009. background: rgba(0,0,0,0.4);
  1010. }
  1011. .yv2_aerialBox_list ul li p.lp_title span{
  1012. display: inline-block;
  1013. font-size: 14px;
  1014. color: #fff;
  1015. max-width: 200px;
  1016. text-overflow: ellipsis;
  1017. white-space: nowrap;
  1018. overflow: hidden;
  1019. }
  1020. .yv2_aerialBox_list ul li p.lp_title em{
  1021. display: inline-block;
  1022. margin-left: 10px;
  1023. font-size: 14px;
  1024. color: #fff;
  1025. }
  1026. /*海南房价走势*/
  1027. #trend{
  1028. background:#43A6F5;
  1029. color: #fff;
  1030. }
  1031. .m_trend_box{width:100%;height:auto;margin-top: 60px; background:#F4F7FA;overflow:hidden;}
  1032. .m_trend{width:1200px;height:auto;margin:auto; padding-bottom: 40px;}
  1033. .m_trend_box_main{
  1034. margin-top: 40px;
  1035. }
  1036. .m_trend_title{margin-top:25px;}
  1037. .m_trend_title span{font-size:28px;display:block;color:#FFF;}
  1038. .m_trend_title i{font-size:15px;margin-top:10px;display:block;color:#707689;}
  1039. .m_trend_l{width:380px;height:345px;float:left;}
  1040. .m_trend_r{width:780px;overflow:hidden;float:right;}
  1041. .m_trend_r ul{height:auto;overflow:hidden;}
  1042. .m_trend_r ul li{
  1043. width:84px;
  1044. height:32px;
  1045. cursor: pointer;
  1046. border-radius:3px;
  1047. float:left;
  1048. margin-right: 10px;
  1049. margin-bottom: 10px;
  1050. text-align:center;
  1051. line-height:32px;
  1052. background:#fff;
  1053. border:1px solid #eee;
  1054. font-size:14px;
  1055. color:#333;
  1056. }
  1057. .m_trend_r ul li:nth-child(8n){
  1058. margin-right: 0px;
  1059. }
  1060. .m_trend_r ul li:hover{
  1061. background:#43A6F5;
  1062. color: #fff;
  1063. }
  1064. .m_r_average_price{width:260px;height:200px;float:left;background:#EAEFF2;}
  1065. .m_r_average_price em{font-size:14px;color:#666;display:block;margin-top:23px;margin-left:24px;}
  1066. .m_r_average_price span{font-size:14px;color:#2E2E2E;display:block;text-align:center;margin-top:20px;}
  1067. .m_r_average_price span i{font-size:40px; font-weight: bold;}
  1068. .m_r_average_price a{
  1069. font-size: 14px;
  1070. color: #565656;
  1071. width: 100px;
  1072. height: 30px;
  1073. display: -webkit-flex; /* Safari */
  1074. display: flex;
  1075. align-items:center;
  1076. justify-content:center;
  1077. border-radius: 4px;
  1078. background: #fff;
  1079. margin: 0 auto;
  1080. margin-top: 30px;
  1081. }
  1082. .m_r_average_price a img{
  1083. width: 18px;
  1084. height: 18px;
  1085. display: inline-block;
  1086. margin-right: 5px;
  1087. }
  1088. .m_trend_r_ys{width:490px;height:200px;background:#EAEFF2;float:right;}
  1089. .m_trend_r_ys em{font-size:14px;color:#666;display:block;margin-top:23px;margin-left:24px;}
  1090. .single_box{width:433px;margin:auto;margin-top:55px;}
  1091. .budget{
  1092. margin-top: 40px;
  1093. }
  1094. .budget a{
  1095. font-size: 14px;
  1096. color: #565656;
  1097. width: 100px;
  1098. height: 30px;
  1099. display: -webkit-flex; /* Safari */
  1100. display: flex;
  1101. align-items:center;
  1102. justify-content:center;
  1103. border-radius: 4px;
  1104. background: #fff;
  1105. margin: 0 auto;
  1106. }
  1107. .budget a img{
  1108. width: 18px;
  1109. height: 18px;
  1110. display: inline-block;
  1111. margin-right: 5px;
  1112. }
  1113. .m_trend_box_main_text{
  1114. margin-top: 25px;
  1115. text-align: right;
  1116. }
  1117. .m_trend_box_main_text span{
  1118. font-size: 14px;
  1119. color: #9A9A9A;
  1120. }
  1121. .pric_bottom_box{
  1122. margin-top: 30px;
  1123. }
  1124. /* v2改版 房产资讯 */
  1125. .yv2_news{
  1126. margin-top: 60px;
  1127. }
  1128. .yv2_news_main{
  1129. margin-top: 30px;
  1130. display: -webkit-flex; /* Safari */
  1131. display: flex;
  1132. align-items:flex-start;
  1133. justify-content:space-between;
  1134. }
  1135. .yv2_news_main_left{
  1136. width: 448px;
  1137. height: auto;
  1138. }
  1139. .yv2_news_slide{
  1140. width: 448px;
  1141. height: 287px;
  1142. }
  1143. .yv2_news_slide .yv2_news_hd{
  1144. width: 448px;
  1145. height: 287px;
  1146. position: relative;
  1147. overflow: hidden;
  1148. }
  1149. .yv2_news_slide .yv2_news_hd ul li{
  1150. width: 448px;
  1151. height: 287px;
  1152. position: relative;
  1153. }
  1154. .yv2_news_slide .yv2_news_hd ul li p.ico_img,.yv2_news_slide .yv2_news_hd ul li p.ico_img img{
  1155. width: 100%;
  1156. height: 100%;
  1157. }
  1158. .yv2_news_slide .yv2_news_hd ul li p.news_title{
  1159. position: absolute;
  1160. left: 0px;
  1161. bottom: 0px;
  1162. padding: 20px 0 5px;
  1163. width: 100%;
  1164. background:linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.6));
  1165. }
  1166. .yv2_news_slide .yv2_news_hd ul li p.news_title span{
  1167. display: inline-block;
  1168. font-size: 14px;
  1169. color: #fff;
  1170. text-overflow: ellipsis;
  1171. white-space: nowrap;
  1172. overflow: hidden;
  1173. width: 420px;
  1174. margin-left: 12px;
  1175. }
  1176. .yv2_news_slide .yv2_news_hd ul li:hover p.news_title span{
  1177. color: #01A4FE;
  1178. }
  1179. .yv2_news_slide .yv2_news_hd .prev{position:absolute;top:50%;left:0px;margin-top:-22px;background: rgba(51, 51, 51, 0.41) url('/overseas/img/news/news_ico2.png') no-repeat center/10px 14px;display:block;width:30px;height:44px;}
  1180. .yv2_news_slide .yv2_news_hd .next{position:absolute;top:50%;right:0px;margin-top:-22px;background: rgba(51, 51, 51, 0.41) url('/overseas/img/news/news_ico1.png') no-repeat center/10px 14px;display:block;width:30px;height:44px;}
  1181. .yv2_news_slide .yv2_news_hd .prev:hover{background: rgba(51, 51, 51, 0.8) url('/overseas/img/news/news_ico2.png') no-repeat center/10px 14px;}
  1182. .yv2_news_slide .yv2_news_hd .next:hover{background: rgba(51, 51, 51, 0.8) url('/overseas/img/news/news_ico1.png') no-repeat center/10px 14px;}
  1183. .yv2_news_l{
  1184. margin-top: 10px;
  1185. }
  1186. .yv2_news_l a{
  1187. display: block;
  1188. height: 30px;
  1189. line-height: 30px;
  1190. display: -webkit-flex; /* Safari */
  1191. display: flex;
  1192. align-items:center;
  1193. }
  1194. .yv2_news_l a i{
  1195. display: inline-block;
  1196. width: 4px;
  1197. height: 4px;
  1198. border-radius: 100%;
  1199. background: #9A9A9A;
  1200. }
  1201. .yv2_news_l a span{
  1202. display: inline-block;
  1203. font-size: 14px;
  1204. color: #343434;
  1205. text-overflow: ellipsis;
  1206. white-space: nowrap;
  1207. overflow: hidden;
  1208. max-width: 420px;
  1209. margin-left: 10px;
  1210. }
  1211. .yv2_news_l a:hover i{
  1212. background-color: #01A4FE;
  1213. }
  1214. .yv2_news_l a:hover span{
  1215. color: #01A4FE;
  1216. }
  1217. .yv2_news_main_right{
  1218. width: 700px;
  1219. }
  1220. .news_right_top{
  1221. display: -webkit-flex; /* Safari */
  1222. display: flex;
  1223. align-items:flex-start;
  1224. justify-content:space-between;
  1225. }
  1226. .news_right_top_l{
  1227. width: 355px;
  1228. height: auto;
  1229. }
  1230. .news_right_top_l a{
  1231. display: block;
  1232. height: 40px;
  1233. line-height: 40px;
  1234. display: -webkit-flex; /* Safari */
  1235. display: flex;
  1236. align-items:center;
  1237. }
  1238. .news_right_top_l a i{
  1239. display: inline-block;
  1240. width: 4px;
  1241. height: 4px;
  1242. border-radius: 100%;
  1243. background: #9A9A9A;
  1244. margin-left: 16px;
  1245. }
  1246. .news_right_top_l a span{
  1247. display: inline-block;
  1248. font-size: 14px;
  1249. color: #343434;
  1250. text-overflow: ellipsis;
  1251. white-space: nowrap;
  1252. overflow: hidden;
  1253. max-width: 320px;
  1254. margin-left: 10px;
  1255. border-bottom: 1px solid #eee;
  1256. }
  1257. .news_right_top_l a:hover i{
  1258. background-color: #01A4FE;
  1259. }
  1260. .news_right_top_l a:hover span{
  1261. color: #01A4FE;
  1262. }
  1263. .news_right_top_l a:nth-child(1) i{
  1264. width: 20px;
  1265. height: 20px;
  1266. background: url('/overseas/img/v2image/v2_ico16.png') no-repeat center;
  1267. background-size:100% 100%;
  1268. border-radius: 0;
  1269. margin-left: 0px;
  1270. }
  1271. .news_right_top_l a:nth-child(2) i{
  1272. width: 20px;
  1273. height: 20px;
  1274. background: url('/overseas/img/v2image/v2_ico16.png') no-repeat center;
  1275. background-size:100% 100%;
  1276. border-radius: 0;
  1277. margin-left: 0px;
  1278. }
  1279. .news_right_top_l a:nth-child(3) i{
  1280. width: 20px;
  1281. height: 20px;
  1282. background: url('/overseas/img/v2image/v2_ico16.png') no-repeat center;
  1283. background-size:100% 100%;
  1284. border-radius: 0;
  1285. margin-left: 0px;
  1286. }
  1287. .news_right_top_r{
  1288. width: 285px;
  1289. height: auto;
  1290. }
  1291. .news_right_top_r_title{
  1292. display: -webkit-flex; /* Safari */
  1293. display: flex;
  1294. align-items:center;
  1295. justify-content:flex-start;
  1296. }
  1297. .news_right_top_r_title i{
  1298. display: inline-block;
  1299. width: 4px;
  1300. height: 20px;
  1301. background: #44A6F5;
  1302. border-radius: 0px 2px 2px 0px;
  1303. }
  1304. .news_right_top_r_title span{
  1305. display: inline-block;
  1306. font-size: 18px;
  1307. color: #2E2E2E;
  1308. font-weight: bold;
  1309. margin-left: 12px;
  1310. }
  1311. .news_right_top_r_main{
  1312. padding-top: 15px;
  1313. }
  1314. .news_right_top_r_main p{
  1315. margin: 10px 0;
  1316. display: -webkit-flex; /* Safari */
  1317. display: flex;
  1318. align-items:center;
  1319. justify-content:space-between;
  1320. }
  1321. .news_right_top_r_main p a.url{
  1322. font-size: 14px;
  1323. color: #343434;
  1324. max-width: 210px;
  1325. text-overflow: ellipsis;
  1326. white-space: nowrap;
  1327. overflow: hidden;
  1328. display: inline-block;
  1329. }
  1330. .news_right_top_r_main p a.bm_m{
  1331. display: inline-block;
  1332. font-size: 13px;
  1333. color:#F88628;
  1334. border: 1px solid #FFBB82;
  1335. border-radius: 4px;
  1336. width: 50px;
  1337. text-align: center;
  1338. height: 22px;
  1339. line-height: 22px;
  1340. }
  1341. .news_right_top_r_tell{
  1342. width: 285px;
  1343. height: 66px;
  1344. background: #F9F9F9;
  1345. padding: 20px 0;
  1346. }
  1347. .news_right_top_r_tell_main{
  1348. width: 245px;
  1349. margin: 0px auto;
  1350. height: 100%;
  1351. overflow: hidden;
  1352. }
  1353. .news_right_top_r_tell_main ul li{
  1354. display: -webkit-flex; /* Safari */
  1355. display: flex;
  1356. align-items:center;
  1357. justify-content:space-between;
  1358. font-size: 14px;
  1359. color: #666;
  1360. margin: 10px 0;
  1361. }
  1362. .news_right_top_r_tell_main ul li span{
  1363. display: -webkit-flex; /* Safari */
  1364. display: flex;
  1365. align-items:center;
  1366. }
  1367. .news_right_top_r_tell_main ul li span img{
  1368. width: 18px;
  1369. height: 18px;
  1370. display: inline-block;
  1371. margin-right: 5px;
  1372. }
  1373. .news_right_bottom{
  1374. margin-top: 25px;
  1375. }
  1376. .news_right_bottom .news_Topsearch {
  1377. margin-top: 15px;
  1378. display: -webkit-flex; /* Safari */
  1379. display: flex;
  1380. align-items:center;
  1381. justify-content:flex-start;
  1382. flex-wrap:wrap;
  1383. }
  1384. .news_right_bottom .news_Topsearch a{
  1385. height: 34px;
  1386. line-height: 34px;
  1387. background: #EEF3F9;
  1388. padding: 0 10px;
  1389. font-size: 14px;
  1390. color: #507EB0;
  1391. border-radius: 4px;
  1392. margin-right: 8px;
  1393. margin-bottom: 10px;
  1394. }
  1395. .news_right_bottom .news_Topsearch a:hover{
  1396. color: #44A6F5;
  1397. }
  1398. /* v2 直播精彩回放 */
  1399. .yv2_liveBox{
  1400. margin-top: 60px;
  1401. width: 100%;
  1402. }
  1403. .yv2_liveBox_list{
  1404. margin-top: 23px;
  1405. display: -webkit-flex; /* Safari */
  1406. display: flex;
  1407. justify-content:flex-start;
  1408. align-items:flex-start;
  1409. }
  1410. .yv2_liveBox_left ul{
  1411. display: -webkit-flex; /* Safari */
  1412. display: flex;
  1413. justify-content:flex-start;
  1414. align-items:flex-start;
  1415. }
  1416. .yv2_liveBox_left ul li{
  1417. width: 285px;
  1418. height: auto;
  1419. border:1px solid #eee;
  1420. margin-right: 20px;
  1421. background: #fff;
  1422. }
  1423. .yv2_liveBox_left ul li .top_ico{
  1424. width: 100%;
  1425. height: 177px;
  1426. position: relative;
  1427. }
  1428. .yv2_liveBox_left ul li .top_ico p.lp_ico,.yv2_liveBox_left ul li .top_ico p.lp_ico img{
  1429. width: 100%;
  1430. height: 100%;
  1431. }
  1432. .yv2_liveBox_left ul li .top_ico p.live_ico{
  1433. position: absolute;
  1434. right: 16px;
  1435. bottom: 10px;
  1436. width: 40px;
  1437. height: 40px;
  1438. }
  1439. .yv2_liveBox_left ul li .top_ico p.live_ico img{
  1440. width: 100%;
  1441. height:100%;
  1442. }
  1443. .yv2_liveBox_left ul li .bottom_text{
  1444. padding: 15px 15px 20px;
  1445. }
  1446. .yv2_liveBox_left ul li .bottom_text p.title{
  1447. display: -webkit-flex; /* Safari */
  1448. display: flex;
  1449. justify-content:flex-start;
  1450. align-items:center;
  1451. }
  1452. .yv2_liveBox_left ul li .bottom_text p.title span{
  1453. display: inline-block;
  1454. font-size: 18px;
  1455. color: #2D2D2D;
  1456. max-width: 190px;
  1457. text-overflow: ellipsis;
  1458. white-space: nowrap;
  1459. overflow: hidden;
  1460. }
  1461. .yv2_liveBox_left ul li .bottom_text p.title em{
  1462. font-size: 13px;
  1463. color: #666;
  1464. display: inline-block;
  1465. margin-left: 10px;
  1466. }
  1467. .yv2_liveBox_left ul li .bottom_text p.pric{
  1468. display: -webkit-flex; /* Safari */
  1469. display: flex;
  1470. justify-content:flex-start;
  1471. align-items:center;
  1472. margin-top: 10px;
  1473. }
  1474. .yv2_liveBox_left ul li .bottom_text p.pric span{
  1475. display: inline-block;
  1476. font-size: 12px;
  1477. color: #FF3131;
  1478. }
  1479. .yv2_liveBox_left ul li .bottom_text p.pric span i{
  1480. font-size: 18px;
  1481. }
  1482. .yv2_liveBox_left ul li .bottom_text p.pric em{
  1483. display: inline-block;
  1484. font-size: 12px;
  1485. color: #999;
  1486. margin-left: 10px;
  1487. }
  1488. .yv2_liveBox_left ul li .bottom_text p.hcnakn{
  1489. display: -webkit-flex; /* Safari */
  1490. display: flex;
  1491. justify-content:flex-start;
  1492. align-items:center;
  1493. margin-top: 15px;
  1494. }
  1495. .yv2_liveBox_left ul li .bottom_text p.hcnakn i{
  1496. width: 23px;
  1497. height: 21px;
  1498. background: #FF5849;
  1499. border-radius: 4px 0px 0px 4px;
  1500. display: inline-block;
  1501. display: -webkit-flex; /* Safari */
  1502. display: flex;
  1503. justify-content:center;
  1504. align-items:center;
  1505. }
  1506. .yv2_liveBox_left ul li .bottom_text p.hcnakn i img{
  1507. width: 18px;
  1508. height: 18px;
  1509. }
  1510. .yv2_liveBox_left ul li .bottom_text p.hcnakn span{
  1511. font-size: 12px;
  1512. color: #666;
  1513. border-radius: 0 4px 4px 0;
  1514. border:1px solid #eee;
  1515. height: 19px;
  1516. line-height: 19px;
  1517. padding: 0 10px;
  1518. display: inline-block;
  1519. }
  1520. .yv2_liveBox_left ul li:hover{
  1521. box-shadow: 0px 0px 10px 1px rgba(124, 124, 124, 0.3);
  1522. }
  1523. .yv2_liveBox_left ul li:hover .bottom_text p.title span{
  1524. color: #44A6F5;
  1525. }
  1526. .yv2_liveBox_left ul li:hover .bottom_text p.title em{
  1527. color: #44A6F5;
  1528. }
  1529. .yv2_liveBox_right{
  1530. width: 285px;
  1531. background: #fff;
  1532. border:1px solid #eee;
  1533. padding: 15px 0 18px;
  1534. }
  1535. .yv2_liveBox_right .live_make_title{
  1536. display: inline-block;
  1537. display: -webkit-flex; /* Safari */
  1538. display: flex;
  1539. justify-content:flex-start;
  1540. align-items:center;
  1541. }
  1542. .yv2_liveBox_right .live_make_title i{
  1543. display: inline-block;
  1544. width: 4px;
  1545. height: 20px;
  1546. background: #44A6F5;
  1547. border-radius: 0px 2px 2px 0px;
  1548. }
  1549. .yv2_liveBox_right .live_make_title span{
  1550. font-size: 18px;
  1551. color: #2E2E2E;
  1552. font-weight: bold;
  1553. display:inline-block;
  1554. margin-left: 12px;
  1555. }
  1556. .yv2_liveBox_right_main{
  1557. width: 244px;
  1558. margin: 0 auto;
  1559. margin-top: 10px;
  1560. }
  1561. .yv2_liveBox_right_main .ico_top p.title,.yv2_liveBox_right_main .ico_top p.title img{
  1562. width: 100%;
  1563. height: auto;
  1564. }
  1565. .yv2_liveBox_right_main .ico_top p.text_m{
  1566. font-size: 14px;
  1567. color: #333;
  1568. margin-top: 13px;
  1569. line-height: 21px;
  1570. }
  1571. .yv2_liveBox_right_main .live_form{
  1572. margin-top: 15px;
  1573. }
  1574. .yv2_liveBox_right_main .live_form input.in_text{
  1575. width: 100%;
  1576. text-align: center;
  1577. height: 34px;
  1578. background: #F3F3F3;
  1579. border-radius: 4px;
  1580. font-size: 14px;
  1581. color: #666;
  1582. border:none;
  1583. }
  1584. .yv2_liveBox_right_main .live_form a.live_button{
  1585. display: block;
  1586. width: 100%;
  1587. height: 34px;
  1588. background: #43A6F5;
  1589. border-radius: 4px;
  1590. line-height: 34px;
  1591. text-align: center;
  1592. font-size: 14px;
  1593. color: #fff;
  1594. margin-top: 10px;
  1595. }
  1596. /* v2改版 E */
  1597. /*热门活动特效*/
  1598. .m_img { display:block; position: relative;overflow:hidden; height: 100%; height: 100%;}
  1599. .m_img:before {
  1600. content: ""; position: absolute; width:30%; height: 100%; top: 0; left:-60%; overflow: hidden;
  1601. background: -moz-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, 0.4)50%, rgba(255, 255, 255, 0)100%);
  1602. background: -webkit-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, 0.4)50%, rgba(255, 255, 255, 0)100%);
  1603. background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, 0.4)50%, rgba(255, 255, 255, 0)100%);
  1604. background: -o-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, 0.4)50%, rgba(255, 255, 255, 0)100%);
  1605. transform: skewX(-35deg);
  1606. -webkit-transform: skewX(-35deg);
  1607. -moz-transform: skewX(-35deg);
  1608. -o-transform: skewX(-35deg);
  1609. }
  1610. .m_img:hover:before { left: 150%; transition: left 1s ease 0s; }
  1611. .slider-container .scale ins{width:40px;text-align:center;}