financing.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560
  1. @charset "utf-8";
  2. /* CSS Document */
  3. body{margin:0;padding:0;font-size:12px;line-height:22px;font-family:"Microsoft YaHei",Arial;-webkit-text-size-adjust:none;}
  4. html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,p{margin:0;padding:0;}
  5. input,select,textarea{font-size:12px;line-height:16px;}img{border:0;}ul,li{list-style-type:none;}
  6. a{color:#333;text-decoration:none;}
  7. .tc{text-align:center;}.tl{text-align:left;}.tr{text-align:right;}
  8. .dis{display:block;}.undis{display:none;}
  9. .fl{float:left;}.fr{float:right;}.cl{clear:both;}.fb{font-weight:bold;}.fnb{font-weight:200;margin-left:-1px;}
  10. .hr_1,.hr_10{font-size:1px;line-height:1px;clear:both;}
  11. .hr_1{height:1px;}.hr_10{height:10px;}
  12. input[type="text"]:focus,input[type="password"]:focus,textarea:focus{outline:none;}
  13. .banner {
  14. height: 320px;
  15. }
  16. .banner .boxs {
  17. position: relative;
  18. margin: 0 auto;
  19. width: 1200px;
  20. height: 320px;
  21. overflow: hidden;
  22. color: #fff;
  23. }
  24. .banner .boxs .font_title {
  25. position: absolute;
  26. top: 50%;
  27. left: 50%;
  28. margin: 0 auto;
  29. width: 1000px;
  30. height: 100px;
  31. margin-left: -500px;
  32. margin-top: -50px;
  33. text-align: center;
  34. }
  35. .banner .boxs h3 {
  36. margin-bottom: 26px;
  37. line-height: 40px;
  38. font-size: 40px;
  39. font-weight: 500;
  40. }
  41. .banner .boxs p {
  42. font-size: 16px;
  43. }
  44. .main_boxs {
  45. margin: 0 auto;
  46. width: 1200px;
  47. }
  48. .list_financing {
  49. margin: 30px 0;
  50. }
  51. .list_financing li {
  52. position: relative;
  53. margin-bottom: 20px;
  54. width: 100%;
  55. height: 190px;
  56. background-color: #fff;
  57. box-sizing: border-box;
  58. }
  59. .list_financing li:hover {
  60. -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.03);
  61. box-shadow: 0 15px 30px rgba(0,0,0,0.03);
  62. -webkit-transform: translate3d(0, -2px, 0);
  63. transform: translate3d(0, -2px, 0);
  64. }
  65. .list_financing .fin-title {
  66. width: 100%;
  67. height: 80px;
  68. line-height: 80px;
  69. overflow: hidden;
  70. font-size: 25px;
  71. border-bottom: 1px dashed #dadada;
  72. text-align: center;
  73. }
  74. .list_financing .fin-title b {
  75. font-weight: 500;
  76. }
  77. .list_financing .fin-box {
  78. padding-top: 25px;
  79. width: 1000px;
  80. box-sizing: border-box;
  81. }
  82. .list_financing .fin-box .fin-box-li {
  83. float: left;
  84. width: 20%;
  85. text-align: center;
  86. }
  87. .list_financing .fin-box .fin-box-li b {
  88. display: block;
  89. margin-bottom: 6px;
  90. height: 22px;
  91. font-size: 22px;
  92. font-weight: 500;
  93. color: #333;
  94. text-transform:uppercase;
  95. }
  96. .list_financing .fin-box .fin-box-li b.orange {
  97. color: #ff6c03;
  98. }
  99. .list_financing .fin-box .fin-box-li b .unit {
  100. font-size: 16px;
  101. }
  102. .list_financing .fin-box .fin-box-li p {
  103. font-size: 14px;
  104. color: #888;
  105. }
  106. .list_financing .fin-btn a {
  107. display: block;
  108. margin-top: 28px;
  109. margin-right: 25px;
  110. width: 150px;
  111. height: 45px;
  112. line-height: 45px;
  113. font-size: 15px;
  114. color: #fff;
  115. background: #bab9b9;
  116. border: none;
  117. outline: none;
  118. border-radius: 6px;
  119. text-align: center;
  120. cursor: auto;
  121. transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  122. }
  123. .list_financing .fin-btn .opens {
  124. cursor: pointer;
  125. background: linear-gradient(to right, #4286da, #01abab);
  126. }
  127. .list_financing .fin-btn .opens:hover {
  128. background: linear-gradient(to right, #5094e8, #07bbbb);
  129. }
  130. /* Progress bar */
  131. .list_financing .process-bar {
  132. position: absolute;
  133. bottom: 0;
  134. width: 100%;
  135. height: 5px;
  136. background-color: #dadada;
  137. }
  138. .list_financing .process-bar .process-bar-hover {
  139. height: 5px;
  140. background-color: #3bbee4;
  141. }
  142. /* Floating window */
  143. .float_win_pay {
  144. margin: 0 auto;
  145. min-height: 200px;
  146. padding-bottom: 15px;
  147. background: #fff;
  148. border-radius: 10px;
  149. }
  150. .float_win_pay .tan_title {
  151. padding: 0 40px;
  152. height: 60px;
  153. background-color: #394aa9;
  154. border-radius: 10px 10px 0 0;
  155. }
  156. .float_win_pay .tan_title h4 {
  157. font-weight: normal;
  158. color: #fff;
  159. font-size: 20px;
  160. line-height: 60px;
  161. float: left;
  162. }
  163. .float_win_pay .tan_title .close-btn {
  164. display: block;
  165. float: right;
  166. line-height: 60px;
  167. color: #fff;
  168. font-size: 1.2rem;
  169. font-weight: 600;
  170. cursor: pointer;
  171. border-radius: 1rem;
  172. transition: all 0.2s ease-in-out;
  173. }
  174. .float_win_pay .payment_content{
  175. min-width: 450px;
  176. margin: 30px 0 0 0;
  177. padding: 0 40px;
  178. box-sizing: border-box;
  179. }
  180. .float_win_pay .payment_content ul li{
  181. margin-bottom: 17px;
  182. }
  183. .float_win_pay .payment_content ul li .label-1{
  184. display: inline-block;
  185. padding-right: 15px;
  186. width: 30%;
  187. height: 42px;
  188. line-height: 42px;
  189. font-size: 14px;
  190. text-align: right;
  191. box-sizing: border-box;
  192. }
  193. .float_win_pay .payment_content ul li .input-1{
  194. padding-left: 10px;
  195. padding-right: 10px;
  196. width: 65.5%;
  197. height: 42px;
  198. line-height: 42px;
  199. font-size: 16px;
  200. color: #333;
  201. border:1px solid #D4D4D4;
  202. border-radius: 3px;
  203. transition: all,.3s;
  204. box-sizing: border-box;
  205. }
  206. .float_win_pay .payment_content ul li .input-2{
  207. padding-left: 10px;
  208. padding-right: 10px;
  209. width: 65.5%;
  210. height: 42px;
  211. line-height: 42px;
  212. font-size: 16px;
  213. color: #333;
  214. border: none;
  215. border-radius: 3px;
  216. transition: all,.3s;
  217. box-sizing: border-box;
  218. cursor: default;
  219. }
  220. .float_win_pay .payment_content ul li .vcode-1{
  221. display: inline-block;
  222. padding-left: 10px;
  223. padding-right: 10px;
  224. width: 35%;
  225. height: 42px;
  226. line-height: 42px;
  227. font-size: 16px;
  228. color: #333;
  229. border:1px solid #D4D4D4;
  230. border-radius: 3px;
  231. transition: all,.3s;
  232. }
  233. .float_win_pay .payment_content ul li .btns{
  234. margin: 0 auto;
  235. display: block;
  236. width: 200px;
  237. height: 50px;
  238. line-height: 50px;
  239. text-align: center;
  240. font-size: 16px;
  241. color: #fff;
  242. background-color: #4f64dc;
  243. border: 1px solid #6378f1;
  244. border-radius: 1000px;
  245. transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  246. cursor: pointer;
  247. }
  248. .float_win_pay .payment_content ul li .btns:hover{
  249. color: #fff;
  250. background-color: #6378f1;
  251. border: 1px solid #6378f1;
  252. }
  253. .float_win_pay .payment_content ul li .code-num{
  254. display: inline-block;
  255. margin-left: 10px;
  256. width: 26%;
  257. height: 40px;
  258. line-height: 40px;
  259. text-align: center;
  260. font-size: 13px;
  261. color: #fff;
  262. background-color: #4f64dc;
  263. border: none;
  264. outline: none;
  265. border-radius: 4px;
  266. transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  267. cursor: pointer;
  268. }
  269. .float_win_pay .payment_content ul li .code-num:hover{
  270. color: #fff;
  271. background-color: #6378f1;
  272. }
  273. .float_win_pay .payment_content ul li p.forget{
  274. font-size: 14px;
  275. }
  276. .float_win_pay .payment_content ul li p.forget a{
  277. color: #0093ff;
  278. }
  279. /* Currency */
  280. .UserBox {
  281. margin: 0 auto;
  282. width: 1200px;
  283. overflow: hidden;
  284. height: 100%;
  285. }
  286. /** SettingRight **/
  287. .SettingRight {
  288. overflow: hidden;
  289. padding: 10px;
  290. width: 78%;
  291. min-height: 300px;
  292. height: 100%;
  293. background-color: #fff;
  294. border: 1px solid #e8e8e8;
  295. box-sizing: border-box;
  296. }
  297. .SettingRight .titles{
  298. margin: 20px 7px;
  299. height: 20px;
  300. line-height: 20px;
  301. text-align: left;
  302. }
  303. .SettingRight .titles h3{
  304. min-width: 100px;
  305. padding-left: 10px;
  306. font-size: 18px;
  307. font-weight: 500;
  308. border-left: 3px solid #ffad0e;
  309. }
  310. .SettingRight .titles .btns{
  311. margin-top: -7px;
  312. display: block;
  313. width: 85px;
  314. height: 30px;
  315. line-height: 30px;
  316. text-align: center;
  317. font-size: 13px;
  318. color: #fff;
  319. background-color: #4f64dc;
  320. border: 1px solid #6378f1;
  321. border-radius: 1000px;
  322. text-transform: uppercase;
  323. transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  324. cursor: pointer;
  325. }
  326. .SettingRight .titles .btns:hover{
  327. color: #fff;
  328. background-color: #6378f1;
  329. border: 1px solid #6378f1;
  330. }
  331. .SettingRight .Column_Security{
  332. margin-bottom: 15px;
  333. overflow: hidden;
  334. text-align: center;
  335. }
  336. .SettingRight .Column_Security .sc_status{
  337. margin: 0 7px;
  338. padding: 30px 0;
  339. width: 31.5%;
  340. border: 1px solid #DEDEDE;
  341. border-radius: 6px;
  342. }
  343. .SettingRight .Column_Security .sc_status h3{
  344. line-height: 35px;
  345. font-size: 16px;
  346. color: #333;
  347. }
  348. .SettingRight .Column_Security .sc_status p{
  349. line-height: 25px;
  350. font-size: 13px;
  351. color: #888;
  352. }
  353. .SettingRight .Column_Security .sc_status .btns{
  354. margin:0 auto;
  355. margin-top: 15px;
  356. display: block;
  357. width: 112px;
  358. height: 40px;
  359. line-height: 40px;
  360. font-size: 15px;
  361. color: #666;
  362. background-color: #fff;
  363. border: 1px solid #DEDEDE;
  364. border-radius: 1000px;
  365. transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  366. cursor: pointer;
  367. }
  368. .SettingRight .Column_Security .sc_status .btnson{
  369. margin:0 auto;
  370. margin-top: 15px;
  371. display: block;
  372. width: 112px;
  373. height: 40px;
  374. line-height: 40px;
  375. font-size: 15px;
  376. color: #fff;
  377. background-color: #4f64dc;
  378. border: 1px solid #6378f1;
  379. border-radius: 1000px;
  380. text-transform: uppercase;
  381. transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  382. cursor: pointer;
  383. }
  384. .SettingRight .Column_Security .sc_status .btnson:hover,.SettingRight .Column_Security .sc_status .btns:hover{
  385. color: #fff;
  386. background-color: #6378f1;
  387. border: 1px solid #6378f1;
  388. }
  389. .SettingRight .Column_Security .sc_status .btnjz{
  390. margin:0 auto;
  391. margin-top: 15px;
  392. display: block;
  393. width: 112px;
  394. height: 40px;
  395. line-height: 40px;
  396. font-size: 15px;
  397. color: #666;
  398. background-color: #DEDEDE;
  399. border: 1px solid #DEDEDE;
  400. border-radius: 1000px;
  401. transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  402. cursor:not-allowed;
  403. }
  404. /* LogonLog */
  405. .SettingRight .Column_LogonLog{
  406. margin: 0 7px;
  407. margin-bottom: 20px;
  408. }
  409. .SettingRight .Column_LogonLog table{
  410. width: 100%;
  411. border: 1px solid #DEDEDE;
  412. border-bottom: none;
  413. font-size: 13px;
  414. color: #666;
  415. }
  416. .SettingRight .Column_LogonLog table .title{
  417. background-color: #f6f6f6;
  418. }
  419. .SettingRight .Column_LogonLog table th,.SettingRight .Column_LogonLog table td{
  420. border-bottom: 1px solid #DEDEDE;
  421. }
  422. .SettingRight .Column_LogonLog table th{
  423. height: 38px;
  424. }
  425. .SettingRight .Column_LogonLog table td{
  426. height: 38px;
  427. text-align: center;
  428. }
  429. .SettingRight .Column_LogonLog table .btns{
  430. margin: 25px auto;
  431. display: block;
  432. width: 180px;
  433. height: 40px;
  434. line-height: 40px;
  435. color: #666;
  436. font-size: 14px;
  437. border: 1px solid #CDCDCD;
  438. border-radius: 1000px;
  439. }
  440. .SettingRight .Column_LogonLog table .btns:hover{
  441. color: #fff;
  442. background-color: #6378f1;
  443. border: 1px solid #6378f1;
  444. }
  445. .SettingRight .select {
  446. margin-top: -12px;
  447. margin-right: 15px;
  448. display: inline-block;
  449. *display: inline;
  450. *zoom: 1;
  451. width: 188px;
  452. padding-left: 10px;
  453. height: 38px;
  454. line-height: 38px;
  455. border: 1px solid #ccc;
  456. position: relative;
  457. background: url(../images/selbut.png) 175px center no-repeat;
  458. }
  459. .SettingRight .select img {
  460. width: 22px;
  461. vertical-align: middle;
  462. }
  463. .SettingRight .selul {
  464. width: 160px;
  465. height: 38px;
  466. border: none;
  467. background: #fff;
  468. outline: none;
  469. font-size: 14px;
  470. color: #666;
  471. }
  472. .SettingRight .howmuch {
  473. margin-left: 10px;
  474. font-size: 14px;
  475. color: #666;
  476. line-height: 40px;
  477. vertical-align: top;
  478. }
  479. .SettingRight .howleft {
  480. font-size: 18px;
  481. color: #333;
  482. font-weight: 900;
  483. line-height: 40px;
  484. vertical-align: top;
  485. }
  486. /* Pages */
  487. .pages {
  488. clear: both;
  489. margin: 15px 15px 0px;
  490. text-align: center;
  491. font-size: 13px;
  492. }
  493. .pages a {
  494. background-color: #fff;
  495. padding: 5px 12px;
  496. border-radius: 3px;
  497. border: 1px solid #646464;
  498. margin: 0 2px;
  499. color: #646464;
  500. font-size: 13px;
  501. }
  502. .pages a:hover {
  503. background-color: #ececec;
  504. text-decoration: none;
  505. }
  506. .pages .current {
  507. background-color: #106cde;
  508. color: #fff;
  509. padding: 5px 12px;
  510. border-radius: 3px;
  511. margin: 0 2px;
  512. }
  513. .pages a.arr {
  514. width: 19px;
  515. height: 19px;
  516. display: inline-block;
  517. border-radius: 0;
  518. border: 0;
  519. }
  520. .pages a.arr.prev {
  521. background-position: -182px -286px;
  522. }
  523. .pages a:hover.arr.prev {
  524. background-position: -182px -265px;
  525. }
  526. .pages a.arr.next {
  527. background-position: -206px -265px;
  528. }
  529. .pages a:hover.arr.next {
  530. background-position: -206px -286px;
  531. }