新野县12345_前端

index.css 28KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681
  1. /*
  2. 公共初始化样式
  3. * */
  4. body {
  5. margin: 0;
  6. padding: 0;
  7. font-size: 16px;
  8. -webkit-text-size-adjust: none;
  9. /*overflow-x: hidden;*/
  10. background: -webkit-radial-gradient(circle, #12266a, #000221);
  11. /* Safari 5.1 - 6.0 */
  12. background: -o-radial-gradient(circle, #12266a, #000221);
  13. /* Opera 11.6 - 12.0 */
  14. background: -moz-radial-gradient(circle, #12266a, #000221);
  15. /* Firefox 3.6 - 15 */
  16. background: radial-gradient(circle, #12266a, #000221);
  17. /* 标准的语法(必须放在最后) */
  18. font-family: "微软雅黑";
  19. }
  20. ul,
  21. li {
  22. margin: 0;
  23. padding: 0;
  24. }
  25. li {
  26. list-style-type: none;
  27. }
  28. img {
  29. border: 0;
  30. }
  31. p {
  32. margin: 0;
  33. padding: 0;
  34. }
  35. /*.clearfix {
  36. zoom: 1;
  37. overflow: hidden;
  38. }*/
  39. .clearfix:after {
  40. content: " ";
  41. display: block;
  42. clear: both;
  43. height: 0;
  44. }
  45. a {
  46. text-decoration: none;
  47. }
  48. /*首页样式开始 */
  49. #nav {
  50. width: 100%;
  51. }
  52. #nav>div {
  53. float: left;
  54. }
  55. #nav .nav_left,
  56. .nav_right {
  57. width: calc((100% - 1200px) / 2);
  58. height: 84px;
  59. /*background: -webkit-linear-gradient(left, transparent, #104d9a);
  60. background: -o-linear-gradient(left, transparent, #104d9a);
  61. background: -moz-linear-gradient(left, transparent, #104d9a);
  62. background: linear-gradient(to right, transparent, #104d9a);*/
  63. /*border: 2px solid #0eb4ea;
  64. border-right: 0;
  65. border-left: 0;*/
  66. /*position: relative;*/
  67. }
  68. /*#nav .nav_left:before{
  69. position: absolute;
  70. right: 0;
  71. content: "";
  72. width: 13px;
  73. height: 84px;
  74. border-width: 32px 18px 52px 42px;
  75. border-style: solid;
  76. border-color: transparent #070f3a transparent transparent;
  77. }*/
  78. .nav_middle {
  79. width: 1200px;
  80. margin: 0 auto;
  81. /*min-width: 1220px;*/
  82. }
  83. #nav>div>img {
  84. display: block;
  85. width: 100%;
  86. height: 84px;
  87. }
  88. .nav_middle>ul li {
  89. float: left;
  90. }
  91. .nav_middle>ul li {
  92. width: 13%;
  93. /*width: 160px;*/
  94. }
  95. .nav_middle>ul li:nth-of-type(3) {
  96. width: 48%;
  97. /*width: 560px;*/
  98. }
  99. .nav_middle>ul li img {
  100. display: block;
  101. width: 100%;
  102. }
  103. #wrap {
  104. /*width: 80%;*/
  105. margin: 0 auto;
  106. /*height: calc(100vh - 195px);*/
  107. width: 1500px;
  108. max-width: 1500px;
  109. margin: 0 auto;
  110. height: 900px;
  111. }
  112. .swiper-container {
  113. padding-bottom: 35px;
  114. }
  115. .swiper-container,
  116. .swiper-slide {
  117. height: 100%;
  118. width: 100%!important;
  119. }
  120. .swiper-pagination-bullet {
  121. width: 48px!important;
  122. height: 48px!important;
  123. opacity: 1!important;
  124. background: url(../img/paginat.png) no-repeat;
  125. vertical-align: middle;
  126. }
  127. .swiper-pagination-bullet-active {
  128. height: 73px!important;
  129. width: 73px!important;
  130. background: url(../img/paginat_active.png) no-repeat;
  131. animation: 20s infinite radar_pagination linear;
  132. -webkit-animation: 5s infinite radar_pagination linear;
  133. }
  134. @keyframes radar_pagination {
  135. 0% {
  136. transform: rotate(0deg);
  137. -webkit-transform: rotate(0deg);
  138. }
  139. 100% {
  140. transform: rotate(360deg);
  141. -webkit-transform: rotate(360deg);
  142. }
  143. }
  144. @-webkit-keyframes radar_pagination {
  145. 0% {
  146. transform: rotate(0deg);
  147. -webkit-transform: rotate(0deg);
  148. }
  149. 100% {
  150. transform: rotate(360deg);
  151. -webkit-transform: rotate(360deg);
  152. }
  153. }
  154. .swiper-button-next,
  155. .swiper-button-prev {
  156. width: 51px;
  157. height: 20px;
  158. bottom: 35px!important;
  159. top: auto;
  160. }
  161. .swiper-button-prev {
  162. left: 35%;
  163. z-index: 999;
  164. background: url(../img/go_prev.png) no-repeat;
  165. }
  166. .swiper-button-next {
  167. right: 35%;
  168. background: url(../img/go_next.png) no-repeat;
  169. }
  170. .swiper-slide>div {
  171. width: 100%;
  172. position: relative;
  173. }
  174. .slideCon_bg {
  175. background: url(../img/slide_bg1.png) no-repeat;
  176. height: 100%;
  177. width: 100%;
  178. background-size: 100% 100%;
  179. }
  180. .slide_title {
  181. position: absolute;
  182. height: 2.8rem;
  183. width: 26rem;
  184. left: 43.5%;
  185. top: 8.8%;
  186. background-size: 100%;
  187. }
  188. .slide_title1 {
  189. background: url(../img/slide_title1.png) no-repeat;
  190. }
  191. .slide_title2 {
  192. background: url(../img/slide_title2.png) no-repeat;
  193. left: 42%;
  194. }
  195. .slide_title3 {
  196. background: url(../img/slide_title3.png) no-repeat;
  197. left: 45%;
  198. }
  199. .slide_title4 {
  200. background: url(../img/slide_title4.png) no-repeat;
  201. left: 43%;
  202. }
  203. .slide_title5 {
  204. background: url(../img/slide_title5.png) no-repeat;
  205. left: 46%;
  206. }
  207. /*首页第一屏*/
  208. .slideCon_bg>div {
  209. float: left;
  210. box-sizing: border-box;
  211. padding-top: 140px;
  212. }
  213. .slide_left,
  214. .slide_right {
  215. width: 25%;
  216. }
  217. .slide_middle {
  218. width: 50%;
  219. }
  220. .orderStatistic>.orderCon_middle {
  221. padding-top: 180px;
  222. }
  223. .orderStatistic>.orderCon_left {
  224. box-sizing: border-box;
  225. padding-left: 137px;
  226. }
  227. .orderStatistic>div>ul li {
  228. height: 100px;
  229. width: 235px;
  230. background: url(../img/num_frame.png) no-repeat center;
  231. background-size: 100%;
  232. }
  233. .slideCon_bg>div>ul li img {
  234. width: 80px;
  235. height: 80px;
  236. padding-left: 10px;
  237. padding-top: 10px;
  238. display: inline-block;
  239. vertical-align: middle;
  240. }
  241. .slideCon_bg>div>ul li .num_word {
  242. display: inline-block;
  243. vertical-align: middle;
  244. font-size: 14px;
  245. color: #02d0ee;
  246. }
  247. .slideCon_bg>div>ul li .num_word span:nth-of-type(2) {
  248. color: #fff;
  249. margin-right: 10px;
  250. }
  251. .slideCon_bg>div>ul li .num_word span:nth-of-type(3) {
  252. color: #fdcf2f;
  253. font-size: 18px;
  254. }
  255. /*雷达样式开始*/
  256. .radar {
  257. /*background: -webkit-radial-gradient(center, rgba(32, 255, 77, 0.3) 0%, rgba(32, 255, 77, 0) 75%), -webkit-repeating-radial-gradient(rgba(32, 255, 77, 0) 5.8%, rgba(32, 255, 77, 0) 18%, #20ff4d 18.6%, rgba(32, 255, 77, 0) 18.9%), -webkit-linear-gradient(90deg, rgba(32, 255, 77, 0) 49.5%, #20ff4d 50%, #20ff4d 50%, rgba(32, 255, 77, 0) 50.2%), -webkit-linear-gradient(0deg, rgba(32, 255, 77, 0) 49.5%, #20ff4d 50%, #20ff4d 50%, rgba(32, 255, 77, 0) 50.2%);*/
  258. background: -webkit-radial-gradient(center, rgba(3, 248, 255, 0.5) 0%, rgba(32, 255, 77, 0) 5%), -webkit-repeating-radial-gradient(rgba(32, 255, 77, 0) 0%, rgba(32, 255, 77, 0) 23%, #00f9ff 23.6%, rgba(32, 255, 77, 0) 23.9%);
  259. ;
  260. /*background: radial-gradient(center, rgba(32, 255, 77, 0.3) 0%, rgba(32, 255, 77, 0) 75%), repeating-radial-gradient(rgba(32, 255, 77, 0) 5.8%, rgba(32, 255, 77, 0) 18%, #20ff4d 18.6%, rgba(32, 255, 77, 0) 18.9%), linear-gradient(90deg, rgba(32, 255, 77, 0) 49.5%, #20ff4d 50%, #20ff4d 50%, rgba(32, 255, 77, 0) 50.2%), linear-gradient(0deg, rgba(32, 255, 77, 0) 49.5%, #20ff4d 50%, #20ff4d 50%, rgba(32, 255, 77, 0) 50.2%);*/
  261. background: radial-gradient(center, rgba(3, 248, 255, 0.5) 0%, rgba(32, 255, 77, 0) 5%), repeating-radial-gradient(rgba(32, 255, 77, 0) 5.8%, rgba(32, 255, 77, 0) 23%, #20ff4d 23.6%, rgba(32, 255, 77, 0) 23.9%), linear-gradient(90deg, rgba(32, 255, 77, 0) 49.5%, #20ff4d 50%, #20ff4d 50%, rgba(32, 255, 77, 0) 50.2%), linear-gradient(0deg, rgba(32, 255, 77, 0) 49.5%, #20ff4d 50%, #20ff4d 50%, rgba(32, 255, 77, 0) 50.2%);
  262. width: 500px;
  263. height: 500px;
  264. max-height: 500px;
  265. max-width: 500px;
  266. position: relative;
  267. left: 50%;
  268. top: 50%;
  269. transform: translate(-50%, -50%);
  270. border-radius: 50%;
  271. border: 0.2rem solid #01f8ff;
  272. box-shadow: 0 0 35px #01f8ff;
  273. overflow: hidden;
  274. }
  275. .radar_inner {
  276. width: 100%;
  277. height: 100%;
  278. }
  279. .radar_inner::before,
  280. .radar_inner::after {
  281. content: ' ';
  282. display: block;
  283. position: absolute;
  284. width: 100%;
  285. height: 4%;
  286. background: url(../img/heng_line.png) no-repeat center;
  287. top: 50%;
  288. left: 0;
  289. background-size: cover;
  290. margin-top: -2%;
  291. }
  292. .radar_inner::after {
  293. transform: rotate(90deg);
  294. }
  295. .radar:before {
  296. content: ' ';
  297. display: block;
  298. position: absolute;
  299. border-radius: 50%;
  300. /*animation: blips 5s infinite;*/
  301. width: 100%;
  302. height: 4%;
  303. animation-timing-function: linear;
  304. animation-delay: 1.4s;
  305. }
  306. .radar:after {
  307. content: ' ';
  308. display: block;
  309. background-image: linear-gradient(44deg, rgba(0, 255, 51, 0) 50%, #00f9ff 100%);
  310. width: 50%;
  311. height: 50%;
  312. position: absolute;
  313. top: 0;
  314. left: 0;
  315. animation: radar-beam 5s infinite;
  316. animation-timing-function: linear;
  317. transform-origin: bottom right;
  318. border-radius: 100% 0 0 0;
  319. }
  320. @keyframes radar-beam {
  321. 0% {
  322. transform: rotate(0deg);
  323. }
  324. 100% {
  325. transform: rotate(360deg);
  326. }
  327. }
  328. /*波点出现消失动画开始*/
  329. @keyframes blips {
  330. /*14% {
  331. background: linear-gradient(0deg, transparent 24%, rgba(140, 147, 166, 0.51) 25%, rgba(140, 147, 166, 0.51) 26%, transparent 27%, transparent 74%, rgba(140, 147, 166, 0.51) 75%, rgba(140, 147, 166, 0.51) 76%, transparent 77%, transparent);
  332. }
  333. 14.0002% {
  334. background: radial-gradient(2vmin circle at 75% 70%, #ffffff 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%), radial-gradient(2vmin circle at 63% 72%, #ffffff 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%);
  335. }
  336. 25% {
  337. background: radial-gradient(2vmin circle at 75% 70%, #ffffff 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%), radial-gradient(2vmin circle at 63% 72%, #ffffff 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%), radial-gradient(2vmin circle at 56% 86%, #ffffff 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%);
  338. }
  339. 26% {
  340. background: radial-gradient(2vmin circle at 75% 70%, #ffffff 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%), radial-gradient(2vmin circle at 63% 72%, #ffffff 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%), radial-gradient(2vmin circle at 56% 86%, #ffffff 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%);
  341. opacity: 1;
  342. }
  343. 100% {
  344. background: radial-gradient(2vmin circle at 75% 70%, #ffffff 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%), radial-gradient(2vmin circle at 63% 72%, #ffffff 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%), radial-gradient(2vmin circle at 56% 86%, #ffffff 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%);
  345. opacity: 0;
  346. }*/
  347. 0% {
  348. box-shadow: 0px 0 3px 8px #1f6cb9;
  349. }
  350. 30% {
  351. box-shadow: 0 0 3px 4px #1f6cb9;
  352. }
  353. 70% {
  354. box-shadow: 0 0 3px 6px #1f6cb9;
  355. }
  356. 100% {
  357. /*box-shadow: 0 0 35px rgba(24, 61, 101, 0.81);*/
  358. box-shadow: 0px 0 3px 8px #1f6cb9;
  359. }
  360. }
  361. /*波点出现消失动画结束*/
  362. #radarBox {
  363. width: 550px;
  364. height: 550px;
  365. max-height: 550px;
  366. max-width: 550px;
  367. margin: 0 auto;
  368. border-radius: 50%;
  369. position: relative;
  370. background: url(../img/waihuan.png) no-repeat;
  371. background-size: contain;
  372. }
  373. /*雷达样式结束*/
  374. .map_bg {
  375. background: url(../img/map.png) no-repeat center;
  376. background-size: auto;
  377. position: relative;
  378. }
  379. @keyframes OutOpcity {
  380. 0% {
  381. opacity: 1;
  382. }
  383. 20% {
  384. opacity: 0.8;
  385. }
  386. 40% {
  387. opacity: 0.5;
  388. }
  389. 65% {
  390. opacity: 0.2;
  391. }
  392. 100% {
  393. opacity: 0;
  394. }
  395. }
  396. @-webkit-keyframes OutOpcity {
  397. 0% {
  398. opacity: 1;
  399. }
  400. 20% {
  401. opacity: 0.8;
  402. }
  403. 40% {
  404. opacity: 0.5;
  405. }
  406. 65% {
  407. opacity: 0.2;
  408. }
  409. 100% {
  410. opacity: 0;
  411. }
  412. }
  413. .OutOpcity {
  414. -webkit-animation-name: OutOpcity;
  415. animation-name: OutOpcity
  416. /*animation: 10s infinite OutOpcity ease;
  417. -webkit-animation: 10s infinite OutOpcity ease;*/
  418. }
  419. @keyframes showTxt {
  420. 0% {
  421. opacity: 0;
  422. }
  423. 40% {
  424. opacity: 0.5;
  425. }
  426. 65% {
  427. opacity: 0.8;
  428. }
  429. 100% {
  430. opacity: 1;
  431. }
  432. }
  433. @-webkit-keyframes showTxt {
  434. 0% {
  435. opacity: 0;
  436. }
  437. 40% {
  438. opacity: 0.5;
  439. }
  440. 65% {
  441. opacity: 0.8;
  442. }
  443. 100% {
  444. opacity: 1;
  445. }
  446. }
  447. .showTxt {
  448. -webkit-animation-name: showTxt;
  449. animation-name: showTxt
  450. }
  451. .quanbg {
  452. width: 80px;
  453. height: 80px;
  454. border-radius: 50%;
  455. position: relative;
  456. cursor: pointer;
  457. }
  458. .quanbg .quan {
  459. width: 100%;
  460. height: 100%;
  461. position: absolute;
  462. left: 0;
  463. top: 0;
  464. border-radius: 50%;
  465. box-sizing: border-box;
  466. display: inline-block;
  467. }
  468. .quanbg .quan1 {
  469. border: 1px solid #eb972c;
  470. opacity: 0.08;
  471. margin: 0%;
  472. width: 100%;
  473. height: 100%;
  474. }
  475. .quanbg .quan2 {
  476. border: 1px solid #eb972c;
  477. opacity: 0.2;
  478. margin: 13%;
  479. width: 74%;
  480. height: 74%;
  481. }
  482. .quanbg .quan3 {
  483. border: 1px solid #eb972c;
  484. opacity: 0.5;
  485. margin: 28%;
  486. width: 44%;
  487. height: 44%;
  488. }
  489. .quanbg .quan4 {
  490. background: #eb972c;
  491. margin: 42%;
  492. width: 16%;
  493. height: 16%;
  494. box-shadow: 0 0 30px rgba(255, 255, 255, 0.83);
  495. }
  496. .quanbg .quan1b {
  497. opacity: 0;
  498. }
  499. .quanbg .quan2b {
  500. opacity: 0;
  501. }
  502. .quanbg .quan3b {
  503. opacity: 0;
  504. }
  505. .quanbg .quan1a {
  506. animation: 3s infinite animation2_quan1 ease;
  507. -webkit-animation: 3s infinite animation2_quan1 ease;
  508. }
  509. .quanbg .quan2a {
  510. animation: 3s infinite animation2_quan2 ease;
  511. -webkit-animation: 3s infinite animation2_quan2 ease;
  512. }
  513. .quanbg .quan3a {
  514. animation: 3s infinite animation2_quan3 ease;
  515. -webkit-animation: 3s infinite animation2_quan3 ease;
  516. }
  517. .quanbg .quan1b {
  518. animation: 3s 1.5s infinite animation2_quan1 ease;
  519. -webkit-animation: 3s 1.5s infinite animation2_quan1 ease;
  520. }
  521. .quanbg .quan2b {
  522. animation: 3s 1.5s infinite animation2_quan2 ease;
  523. -webkit-animation: 3s 1.5s infinite animation2_quan2 ease;
  524. }
  525. .quanbg .quan3b {
  526. animation: 3s 1.5s infinite animation2_quan3 ease;
  527. -webkit-animation: 3s 1.5s infinite animation2_quan3 ease;
  528. }
  529. .quanbg .quan4 {
  530. animation: 1.5s infinite animation2_quan4 ease-out;
  531. -webkit-animation: 1.5s infinite animation2_quan4 ease-out;
  532. }
  533. .quanbg:hover .quan1a {
  534. animation: 2s infinite animation2_quan1a ease;
  535. -webkit-animation: 2s infinite animation2_quan1a ease;
  536. }
  537. @keyframes animation2_quan1 {
  538. 0% {
  539. transform: scale(0.8);
  540. opacity: 0;
  541. -webkit-transform: scale(0.8);
  542. }
  543. 60% {
  544. opacity: 0.08;
  545. }
  546. 80% {
  547. transform: scale(1);
  548. opacity: 0;
  549. -webkit-transform: scale(1);
  550. }
  551. 100% {
  552. transform: scale(1);
  553. opacity: 0;
  554. -webkit-transform: scale(1);
  555. }
  556. }
  557. @-webkit-keyframes animation2_quan1 {
  558. 0% {
  559. transform: scale(0.8);
  560. opacity: 0;
  561. -webkit-transform: scale(0.8);
  562. }
  563. 60% {
  564. opacity: 0.08;
  565. }
  566. 80% {
  567. transform: scale(1);
  568. opacity: 0;
  569. -webkit-transform: scale(1);
  570. }
  571. 100% {
  572. transform: scale(1);
  573. opacity: 0;
  574. -webkit-transform: scale(1);
  575. }
  576. }
  577. @keyframes animation2_quan2 {
  578. 0% {
  579. transform: scale(0.8);
  580. opacity: 0;
  581. -webkit-transform: scale(0.8);
  582. }
  583. 40% {
  584. opacity: 0.2;
  585. }
  586. 80% {
  587. transform: scale(1);
  588. opacity: 0;
  589. -webkit-transform: scale(1);
  590. }
  591. 100% {
  592. transform: scale(1);
  593. opacity: 0;
  594. -webkit-transform: scale(1);
  595. }
  596. }
  597. @-webkit-keyframes animation2_quan2 {
  598. 0% {
  599. transform: scale(0.8);
  600. opacity: 0;
  601. -webkit-transform: scale(0.8);
  602. }
  603. 40% {
  604. opacity: 0.2;
  605. }
  606. 80% {
  607. transform: scale(1);
  608. opacity: 0;
  609. -webkit-transform: scale(1);
  610. }
  611. 100% {
  612. transform: scale(1);
  613. opacity: 0;
  614. -webkit-transform: scale(1);
  615. }
  616. }
  617. @keyframes animation2_quan3 {
  618. 0% {
  619. transform: scale(0.8);
  620. opacity: 0;
  621. -webkit-transform: scale(0.8);
  622. }
  623. 20% {
  624. opacity: 0.5;
  625. }
  626. 80% {
  627. transform: scale(1);
  628. opacity: 0;
  629. -webkit-transform: scale(1);
  630. }
  631. 100% {
  632. transform: scale(1);
  633. opacity: 0;
  634. -webkit-transform: scale(1);
  635. }
  636. }
  637. @-webkit-keyframes animation2_quan3 {
  638. 0% {
  639. transform: scale(0.8);
  640. opacity: 0;
  641. -webkit-transform: scale(0.8);
  642. }
  643. 20% {
  644. opacity: 0.5;
  645. }
  646. 80% {
  647. transform: scale(1);
  648. opacity: 0;
  649. -webkit-transform: scale(1);
  650. }
  651. 100% {
  652. transform: scale(1);
  653. opacity: 0;
  654. -webkit-transform: scale(1);
  655. }
  656. }
  657. @keyframes animation2_quan4 {
  658. 0% {
  659. box-shadow: 0 0 0 rgba(255, 255, 255, 0.2);
  660. }
  661. 30% {
  662. box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
  663. }
  664. 70% {
  665. box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
  666. }
  667. 100% {
  668. box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
  669. }
  670. }
  671. @-webkit-keyframes animation2_quan4 {
  672. 0% {
  673. box-shadow: 0 0 0 rgba(255, 255, 255, 0.2);
  674. }
  675. 30% {
  676. box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
  677. }
  678. 70% {
  679. box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
  680. }
  681. 100% {
  682. box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
  683. }
  684. }
  685. .quanbgBox {
  686. position: absolute;
  687. }
  688. .quan_SYQ {
  689. /* 睢阳区*/
  690. top: 36%;
  691. left: 38%;
  692. }
  693. .quan_MQ {
  694. /* 民权*/
  695. top: 16%;
  696. left: 16%;
  697. }
  698. .quan_SX {
  699. /* 睢县*/
  700. top: 33%;
  701. left: 12%;
  702. }
  703. .quan_NL {
  704. /* 宁陵*/
  705. top: 31%;
  706. left: 25%;
  707. }
  708. .quan_LYQ {
  709. /* 梁园区*/
  710. top: 30%;
  711. left: 41%;
  712. }
  713. .quan_ZC {
  714. /* 柘城*/
  715. top: 59%;
  716. left: 24%;
  717. }
  718. .quan_YCX {
  719. /* 虞城*/
  720. top: 36%;
  721. left: 51%;
  722. }
  723. .quan_XYX {
  724. /*夏邑县*/
  725. top: 48%;
  726. left: 63%;
  727. }
  728. .quan_YCS {
  729. /*永城市*/
  730. top: 67%;
  731. left: 78%;
  732. }
  733. .txt {
  734. color: #FFF;
  735. font-size: 16px;
  736. width: 100px;
  737. display: inline-block;
  738. text-align: right;
  739. position: absolute;
  740. right: 88%;
  741. }
  742. .txt_SYQ {
  743. /* 睢阳区*/
  744. right: 36%;
  745. bottom: -14%;
  746. }
  747. .txt_MQ {
  748. /* 民权*/
  749. top: 2%;
  750. right: 32%;
  751. }
  752. .txt_SX {
  753. /* 睢县*/
  754. top: 2%;
  755. right: 32%;
  756. }
  757. .txt_NL {
  758. /* 宁陵*/
  759. top: 2%;
  760. right: 32%;
  761. }
  762. .txt_LYQ {
  763. /* 梁园区*/
  764. top: 28%;
  765. right: 74%;
  766. }
  767. .txt_ZC {
  768. /* 柘城*/
  769. top: 0;
  770. right: 35%;
  771. }
  772. .txt_YCX {
  773. /* 虞城*/
  774. top: 0;
  775. right: 15%;
  776. }
  777. .txt_XYX {
  778. /* 夏邑县*/
  779. top: 0;
  780. right: 15%;
  781. }
  782. .txt_YCS {
  783. /*永城市*/
  784. top: 30%;
  785. right: 77%;
  786. }
  787. /*第二屏开始*/
  788. .source_middle .map_bg {
  789. background: url(../img/source_tree.png) no-repeat center;
  790. height: 550px;
  791. background-size: contain;
  792. }
  793. .orderSource .source_middle {
  794. padding-top: 0;
  795. margin-top: 180px;
  796. }
  797. .orderSource>.source_left,
  798. .orderSource>.source_right {
  799. margin-top: 204px;
  800. padding-top: 0;
  801. }
  802. .orderSource>.source_left {
  803. padding-left: 150px;
  804. }
  805. .orderSource>.source_right {
  806. margin-left: -42px;
  807. }
  808. .source_right ul li,
  809. .source_left ul li {
  810. position: relative;
  811. }
  812. .source_left ul li>div,
  813. .source_right ul li>div {
  814. float: left;
  815. }
  816. .orderSource ul li {
  817. margin-bottom: 20px;
  818. }
  819. .source_kuang {
  820. background: url("../img/source1.png") no-repeat;
  821. width: 265px;
  822. height: 125px;
  823. background-size: 100% 100%;
  824. }
  825. .pbout {
  826. display: inline-block;
  827. vertical-align: middle;
  828. width: 72px;
  829. height: 86px;
  830. padding-top: 12px;
  831. margin-left: 15px;
  832. }
  833. .line_wrap {
  834. width: 160px;
  835. position: absolute;
  836. z-index: 0;
  837. background-color: transparent;
  838. left: 278px;
  839. }
  840. .source_right .line_wrap {
  841. left: -105px;
  842. top: 12px;
  843. }
  844. .source_left .line_wrap {
  845. transform: rotateY(180deg);
  846. }
  847. .line_wrap svg {
  848. width: 100%;
  849. background-color: transparent;
  850. }
  851. .one_line {
  852. width: 173px;
  853. height: 66px;
  854. background: url(../img/one_line.png) no-repeat left center;
  855. }
  856. .two_line {
  857. width: 88px;
  858. height: 48px;
  859. background: url(../img/two_line.png) no-repeat left center;
  860. }
  861. .three_line {
  862. width: 89px;
  863. height: 150px;
  864. background: url(../img/three_line.png) no-repeat left center;
  865. }
  866. .four_line {
  867. width: 149px;
  868. height: 281px;
  869. background: url(../img/four_line.png) no-repeat left center;
  870. background-size: contain;
  871. }
  872. .oneLeft_line {
  873. left: 273px;
  874. top: 14px;
  875. }
  876. .source_right .oneRight_line {
  877. left: -187px;
  878. }
  879. .twoLeft_line {
  880. left: 282px;
  881. top: 14px;
  882. }
  883. /*.twoRight_line{
  884. left: 282px;
  885. top: 14px;
  886. }*/
  887. .threeLeft_line {
  888. top: -88px;
  889. left: 275px;
  890. }
  891. .source_right .threeRight_line {
  892. top: -86px;
  893. left: -106px;
  894. }
  895. .fourLeft_line {
  896. top: -208px;
  897. left: 265px;
  898. }
  899. .source_right .fourRight_line {
  900. top: -214px;
  901. left: -150px;
  902. }
  903. .line:before,
  904. .line:after {
  905. content: ' ';
  906. display: block;
  907. position: absolute;
  908. background: #0478f6;
  909. border-radius: 50%;
  910. width: 10px;
  911. height: 10px;
  912. box-shadow: 0px 0 3px 6px #05529e;
  913. position: absolute;
  914. }
  915. .line:before {
  916. top: -2px;
  917. left: -15px;
  918. }
  919. .line:after {
  920. top: 43px;
  921. left: 90px;
  922. }
  923. .line.oneLeft_line:before {
  924. top: 8px;
  925. left: -10px;
  926. }
  927. .line.oneLeft_line:after {
  928. top: 47px;
  929. left: 171px;
  930. }
  931. .line.oneRight_line:before {
  932. top: 9px;
  933. left: -9px;
  934. }
  935. .line.oneRight_line:after {
  936. top: 46px;
  937. left: 174px;
  938. }
  939. .line.threeLeft_line:after {
  940. top: 143px;
  941. left: 85px;
  942. }
  943. .line.fourLeft_line:after {
  944. top: 274px;
  945. left: 133px;
  946. }
  947. .line.threeRight_line:after {
  948. top: 144px;
  949. }
  950. .line.fourRight_line:after {
  951. top: 274px;
  952. left: 133px;
  953. }
  954. @font-face {
  955. font-family: DigifaceWide;
  956. src: url('../font/DIGIFAW.TTF');
  957. }
  958. .percent_box {
  959. color: #fff;
  960. font-size: 12px;
  961. text-align: center;
  962. display: inline-block;
  963. vertical-align: middle;
  964. position: relative;
  965. /*margin-top: 16px;
  966. margin-left: 22px;
  967. padding-top: 6px;
  968. padding-left: 4px;*/
  969. }
  970. .percent_box>div {
  971. height: 72px;
  972. width: 70px;
  973. position: absolute;
  974. }
  975. .percent_word {
  976. color: #00e9ff;
  977. top: 20px;
  978. }
  979. .percent_word p:first-child {
  980. font-size: 18px;
  981. font-family: "DigifaceWide";
  982. color: #fff!important;
  983. }
  984. .percent_out {
  985. background: url(../img/percent_out.png) no-repeat center;
  986. /*margin-top: 16px;
  987. margin-left: 22px;
  988. padding-top: 6px;
  989. padding-left: 4px;
  990. background-size: 100%;*/
  991. /*height: 72px;
  992. width: 70px;*/
  993. animation: 20s infinite earth_quan1 linear;
  994. -webkit-animation: 20s infinite earth_quan1 linear;
  995. }
  996. .percent_in {
  997. /*height: 65px;
  998. width: 65px;*/
  999. background: url(../img/percent_1.png) no-repeat center;
  1000. /*background-size: 100%;*/
  1001. /*color: #fff;*/
  1002. /*text-align: center;
  1003. font-size: 10px;
  1004. color: #00e9ff;*/
  1005. animation: 20s infinite earth_quan2 linear;
  1006. -webkit-animation: 20s infinite earth_quan2 linear;
  1007. }
  1008. .source_kuang .num_word {
  1009. padding-top: 25px;
  1010. color: #fff!important;
  1011. font-size: 18px!important;
  1012. margin-left: 15px;
  1013. }
  1014. .source_kuang .num_word span:first-child {
  1015. margin-right: 15px;
  1016. }
  1017. .source_kuang .num_word span:last-child,
  1018. .typeWord {
  1019. color: #ecbc16!important;
  1020. font-size: 22px;
  1021. }
  1022. /*第三屏开始*/
  1023. .slideCon_bg.orderType {
  1024. background: url(../img/orderType_bg.png) no-repeat;
  1025. height: 100%;
  1026. background-size: 100% 100%;
  1027. }
  1028. .orderType .orderTtype_Con {
  1029. width: 86%;
  1030. margin: 0 auto;
  1031. float: none;
  1032. }
  1033. .orderTtype_Con ul {
  1034. margin: 105px 20px 0 20px;
  1035. }
  1036. .orderTtype_Con ul li {
  1037. float: left;
  1038. background: url(../img/light_kuang1.png) no-repeat center;
  1039. height: 536px;
  1040. width: 15%;
  1041. background-size: 100% 100%;
  1042. padding-left: 39px;
  1043. box-sizing: border-box;
  1044. padding-top: 40px;
  1045. margin-left: 20px;
  1046. }
  1047. .orderTtype_Con ul li.active {
  1048. background: url(../img/light_kuang2.png) no-repeat center;
  1049. background-size: 100% 100%;
  1050. height: 545px;
  1051. padding-top: 45px;
  1052. }
  1053. .orderType>.orderTtype_Con ul li img {
  1054. /*width: 110px;
  1055. padding: 0px;
  1056. margin: 30px -9px 10px -9px;*/
  1057. width: 90px;
  1058. padding: 0px;
  1059. margin: 25px -9px 7px -3px;
  1060. height: 70px;
  1061. }
  1062. .typeWord {
  1063. position: relative;
  1064. }
  1065. .typeWord:before {
  1066. position: absolute;
  1067. display: block;
  1068. content: "";
  1069. height: 4px;
  1070. width: 80%;
  1071. background: -webkit-linear-gradient(right, #45a6f3, transparent);
  1072. /* Safari 5.1 - 6.0 */
  1073. background: -o-linear-gradient(right, #45a6f3, transparent);
  1074. /* Opera 11.1 - 12.0 */
  1075. background: -moz-linear-gradient(right, #45a6f3, transparent);
  1076. /* Firefox 3.6 - 15 */
  1077. background: linear-gradient(to right, #45a6f3, transparent);
  1078. /* 标准的语法(必须放在最后) */
  1079. bottom: -13px;
  1080. }
  1081. .typeWord_line {
  1082. color: #c9d3ff;
  1083. font-size: 14px;
  1084. position: relative;
  1085. width: 90px;
  1086. text-align: center;
  1087. margin-bottom: 23px;
  1088. }
  1089. .typeWord_line:before {
  1090. position: absolute;
  1091. content: "";
  1092. height: 2px;
  1093. width: 100%;
  1094. background: -webkit-linear-gradient(left, transparent, #fff, transparent);
  1095. /* Safari 5.1 - 6.0 */
  1096. background: -o-linear-gradient(left, transparent, #fff, transparent);
  1097. /* Opera 11.1 - 12.0 */
  1098. background: -moz-linear-gradient(left, transparent, #fff, transparent);
  1099. /* Firefox 3.6 - 15 */
  1100. background: linear-gradient(to right, transparent, #fff, transparent);
  1101. /* 标准的语法(必须放在最后) */
  1102. border-radius: 20%;
  1103. left: 0;
  1104. bottom: -10px;
  1105. }
  1106. .order_count {
  1107. color: #00e9ff;
  1108. font-size: 16px;
  1109. font-weight: bold;
  1110. width: 90px;
  1111. text-align: center;
  1112. }
  1113. .persent_kuang {
  1114. /*width: 55px;
  1115. height: 56px;
  1116. color: #00E9FF;
  1117. font-size: 14px;
  1118. text-align: center;
  1119. line-height: 55px;
  1120. font-weight: bold;
  1121. background: url(../img/order_percent.png) no-repeat center;*/
  1122. width: 75px;
  1123. height: 75px;
  1124. color: #00E9FF;
  1125. font-size: 14px;
  1126. text-align: center;
  1127. line-height: 75px;
  1128. font-weight: bold;
  1129. background: url(../img/order_percent.png) no-repeat center;
  1130. background-size: 100% 100%;
  1131. }
  1132. .persent_box {
  1133. width: 85%;
  1134. margin: 0 auto;
  1135. }
  1136. .persent_word {
  1137. font-size: 14px;
  1138. color: #c9d3ff;
  1139. margin-top: 3px;
  1140. }
  1141. /*第四屏开始*/
  1142. .orderState .orderCon_left {
  1143. padding-left: 140px;
  1144. }
  1145. .orderState .orderCon_right {
  1146. margin-left: -68px;
  1147. }
  1148. .orderState>div>ul li {
  1149. height: 105px;
  1150. width: 310px;
  1151. background: url(../img/stateNum_kuang.png) no-repeat center;
  1152. background-size: 100% 100%;
  1153. margin-top: 25px;
  1154. }
  1155. .orderState>div>ul li.active {
  1156. background: url(../img/stateNum_kuang1.png) no-repeat center;
  1157. background-size: 100% 100%;
  1158. }
  1159. .orderState>div>ul li .num_word {
  1160. font-size: 18px;
  1161. font-weight: bold;
  1162. color: #fff;
  1163. position: relative;
  1164. margin-left: 15px;
  1165. top: 9px;
  1166. }
  1167. .orderState>div>ul li img {
  1168. width: 50px;
  1169. height: 62px;
  1170. padding-left: 20px;
  1171. padding-top: 19px;
  1172. }
  1173. .orderState>div>ul li .num_word>p {
  1174. width: 75px;
  1175. }
  1176. .orderState>div>ul li .num_word p,
  1177. .orderState>div>ul li .num_word>div {
  1178. display: inline-block;
  1179. vertical-align: middle;
  1180. }
  1181. .earth_box {
  1182. width: 500px;
  1183. height: 500px;
  1184. position: relative;
  1185. margin: 0 auto;
  1186. margin-top: 65px;
  1187. }
  1188. .earth_box>div {
  1189. height: 100%;
  1190. width: 100%;
  1191. position: absolute;
  1192. }
  1193. .earth_box>div.earth_quan1 {
  1194. background: url(../img/earth_quan1.png) no-repeat center;
  1195. animation: 20s infinite earth_quan1 linear;
  1196. -webkit-animation: 20s infinite earth_quan1 linear;
  1197. }
  1198. .earth_box>div.earth_quan2 {
  1199. background: url(../img/earth_quan2.png) no-repeat center;
  1200. animation: 20s infinite earth_quan2 linear;
  1201. -webkit-animation: 20s infinite earth_quan2 linear;
  1202. }
  1203. .earth_box>div.earth_quan3 {
  1204. background: url(../img/earth_quan3.png) no-repeat center;
  1205. animation: 20s infinite earth_quan1 linear;
  1206. -webkit-animation: 20s infinite earth_quan1 linear;
  1207. }
  1208. .earth_box>div.earth {
  1209. background: url(../img/earth.png) no-repeat center;
  1210. animation: 50s infinite earth_quan2 linear;
  1211. -webkit-animation: 50s infinite earth_quan2 linear;
  1212. }
  1213. @keyframes earth_quan1 {
  1214. 0% {
  1215. transform: rotate(0deg);
  1216. -webkit-transform: rotate(0deg);
  1217. }
  1218. 100% {
  1219. transform: rotate(-360deg);
  1220. -webkit-transform: rotate(-360deg);
  1221. }
  1222. }
  1223. @-webkit-keyframes earth_quan1 {
  1224. 0% {
  1225. transform: rotate(0deg);
  1226. -webkit-transform: rotate(0deg);
  1227. }
  1228. 100% {
  1229. transform: rotate(-360deg);
  1230. -webkit-transform: rotate(-360deg);
  1231. }
  1232. }
  1233. @keyframes earth_quan2 {
  1234. 0% {
  1235. transform: rotate(0deg);
  1236. -webkit-transform: rotate(0deg);
  1237. }
  1238. 100% {
  1239. transform: rotate(360deg);
  1240. -webkit-transform: rotate(360deg);
  1241. }
  1242. }
  1243. @-webkit-keyframes earth_quan2 {
  1244. 0% {
  1245. transform: rotate(0deg);
  1246. -webkit-transform: rotate(0deg);
  1247. }
  1248. 100% {
  1249. transform: rotate(360deg);
  1250. -webkit-transform: rotate(360deg);
  1251. }
  1252. }
  1253. /*第五屏开始*/
  1254. .trafficVolume>div {
  1255. width: 45%!important;
  1256. padding-top: 170px;
  1257. }
  1258. .trafficVolume .orderCon_right {
  1259. width: 50%;
  1260. }
  1261. .trafficVolume .orderCon_right .right_top,.trafficVolume .orderCon_right .right_bottom{
  1262. width: 635px;
  1263. height: 300px;
  1264. background-size: 100% 100%;
  1265. }
  1266. .trafficVolume .orderCon_right>div.right_bottom {
  1267. height: 315px;
  1268. background-size: 100% 120%;
  1269. }
  1270. .right_top {
  1271. background: url(../img/huawu_top1.png) no-repeat;
  1272. }
  1273. .right_bottom {
  1274. background: url(../img/huawu_bottom.png) no-repeat;
  1275. }
  1276. .tagBox {
  1277. width: 100%;
  1278. height: 600px;
  1279. margin: 0 auto;
  1280. padding-left: 12%;
  1281. margin-top: -60px;
  1282. }
  1283. .tagcloud {
  1284. position: relative;
  1285. }
  1286. .tagcloud>div {
  1287. position: absolute;
  1288. top: 0;
  1289. left: 0;
  1290. display: block;
  1291. color: #333;
  1292. font-size: 16px;
  1293. background: url(../img/kuang.png) no-repeat;
  1294. background-size: 100% 100%;
  1295. text-decoration: none;
  1296. width: 136px;
  1297. height: 176px;
  1298. }
  1299. .tag_title {
  1300. text-align: center;
  1301. font-size: 12px;
  1302. line-height: 23px;
  1303. height: 23px;
  1304. color: #fff;
  1305. width: 100%;
  1306. background: -webkit-linear-gradient(left, #0c54c917, #0b54c9, #0c54c917);
  1307. background: -o-linear-gradient(left, #0c54c917, #0b54c9, #0c54c917);
  1308. background: -moz-linear-gradient(left, #0c54c917, #0b54c9, #0c54c917);
  1309. background: linear-gradient(to right, #0c54c917, #0b54c9, #0c54c917);
  1310. margin-top: 20px;
  1311. }
  1312. .tagcloud>div .imgs {
  1313. width: 76px;
  1314. height: 76px;
  1315. /* line-height: 250px; */
  1316. background: url(../img/center_circle.png) no-repeat;
  1317. overflow: hidden;
  1318. color: #cd9d0f;
  1319. font-size: 14px;
  1320. font-weight: bold;
  1321. text-align: center;
  1322. line-height: 76px;
  1323. margin: 11px auto 8px;
  1324. }
  1325. .tagcloud>div .ts_count {
  1326. text-align: center;
  1327. color: #86f5ff;
  1328. }
  1329. .keyW_t {
  1330. width: 197px;
  1331. height: 55px;
  1332. background: url(../img/side5_kuang.png) no-repeat center;
  1333. background-size: 100% 100%;
  1334. color: #fff;
  1335. font-size: 16px;
  1336. text-align: center;
  1337. line-height: 55px;
  1338. margin: 0 auto;
  1339. position: relative;
  1340. top: -34px;
  1341. left: -22px;
  1342. }
  1343. .keyW_t:before,
  1344. .keyW_t:after {
  1345. content: "";
  1346. background: url(../img/right_line.png) no-repeat;
  1347. width: 20px;
  1348. height: 58px;
  1349. position: absolute;
  1350. top: -27px;
  1351. }
  1352. .keyW_t:before {
  1353. right: -13px;
  1354. }
  1355. .keyW_t:after {
  1356. transform: rotateY(180deg);
  1357. left: -13px;
  1358. }
  1359. /*首页样式结束 */
  1360. /*话务量详情*/
  1361. .phone_top {
  1362. height: 420px;
  1363. background: url(../img/jd_bg1.png) no-repeat center;
  1364. background-size: 100% 100%;
  1365. position: relative;
  1366. }
  1367. .legend_bar {
  1368. position: relative;
  1369. position: relative;
  1370. top: 23px;
  1371. margin-left: 15px;
  1372. }
  1373. .legend_bar .col-line {
  1374. display: inline-block;
  1375. height: 20px;
  1376. width: 2px;
  1377. background: #00e9ff;
  1378. position: relative;
  1379. vertical-align: text-top;
  1380. margin-right: 14px;
  1381. }
  1382. .title_word {
  1383. color: #fff;
  1384. font-size: 16px;
  1385. }
  1386. .legend_bar .col-line:before,
  1387. .legend_bar .col-line:after {
  1388. content: "";
  1389. height: 12px;
  1390. width: 2px;
  1391. background: #00e9ff;
  1392. position: absolute;
  1393. top: 5px;
  1394. }
  1395. .legend_bar .col-line:before {
  1396. left: -4px;
  1397. }
  1398. .legend_bar .col-line:after {
  1399. left: 4px;
  1400. }
  1401. .times,
  1402. .selects {
  1403. z-index: 9999;
  1404. position: relative;
  1405. background: #114a97;
  1406. /*height: 16px;*/
  1407. color: #00e9ff;
  1408. border: 2px solid #00e9ff;
  1409. border-radius: 2px;
  1410. outline: none;
  1411. padding: 2px 11px;
  1412. vertical-align: middle;
  1413. margin-left: 16px;
  1414. }
  1415. .time_box {
  1416. color: #00e9ff;
  1417. font-size: 14px;
  1418. position: relative;
  1419. margin-right: 30px;
  1420. }
  1421. .time_box:before {
  1422. position: absolute;
  1423. right: 12px;
  1424. top: 7px;
  1425. z-index: 9999999;
  1426. content: "";
  1427. height: 0;
  1428. width: 0;
  1429. border-top: 10px solid #00e9ff;
  1430. border-right: 7px solid transparent;
  1431. border-left: 7px solid transparent;
  1432. }
  1433. .phone_top {
  1434. width: 100%;
  1435. margin-bottom: 16px;
  1436. }
  1437. .phone_bottom>div {
  1438. height: 400px;
  1439. padding: 0;
  1440. }