网站
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 

654 rindas
12 KiB

  1. /*公共主题参数*/
  2. :root{
  3. --color:'';
  4. --icon:'';
  5. --logo:'';
  6. /*--color:#e8041f;*/
  7. }
  8. #page{
  9. height: 100vh;
  10. overflow: hidden;
  11. background: url("../images/index_bg.png") no-repeat center;
  12. background-size: 100% 100%;
  13. }
  14. .header{
  15. text-align: center;
  16. height: 15vh;
  17. width: 90%;
  18. margin: 0 auto;
  19. }
  20. .header p{
  21. }
  22. .header i{
  23. display: block;
  24. width: 2.7vh;
  25. height: 2.7vh;
  26. margin: 0 auto;
  27. position: relative;
  28. top: 50%;
  29. transform: translateY(-50%);
  30. transition: all 0.4s ease-in-out;
  31. }
  32. #titContent{
  33. font-size: 4vh;
  34. font-weight: bold;
  35. color: #262D31;
  36. background: url("../images/tt_icon.png") no-repeat left center;
  37. background-size: auto 50px;
  38. padding-left: 70px;
  39. text-align: left;
  40. }
  41. #titContent span{
  42. line-height: 1;
  43. }
  44. #titContent span:nth-child(2){
  45. font-size: 1.5vh;
  46. font-weight: normal;
  47. color: #8C979C;
  48. display: block;
  49. }
  50. .header .active{
  51. position: relative;
  52. }
  53. .header .header_nav div{
  54. width: 5vh;
  55. height: 5vh;
  56. margin: 0 auto;
  57. position: relative;
  58. }
  59. .header .header_nav{
  60. display: flex;
  61. align-items: center;
  62. }
  63. .header .user_box{
  64. display: flex;
  65. align-items: center;
  66. }
  67. .header .user_box p{
  68. margin-right: 10px;
  69. }
  70. .header .header_nav:hover p{
  71. transition: all 0.4s ease-in-out;
  72. }
  73. .header .header_nav p{
  74. transition: all 0.4s ease-in-out;
  75. margin-right: 20px;
  76. }
  77. .header .header_nav .i_bg{
  78. cursor: pointer;
  79. display: none;
  80. transition: all 0.4s ease-in-out;
  81. width: 5vh;
  82. height: 5vh;
  83. }
  84. .header .active .i_bg{
  85. display: block!important;
  86. position: absolute;
  87. top: 0;
  88. }
  89. .header .active p{
  90. color: #46cdf3;
  91. }
  92. .i1{
  93. background: url("../images/nav_1.png") no-repeat center;
  94. background-size: 100% 100%;
  95. }
  96. .i2{
  97. background: url("../images/nav_2.png") no-repeat center;
  98. background-size: 100% 100%;
  99. }
  100. .i3{
  101. background: url("../images/nav_3.png") no-repeat center;
  102. background-size: 100% 100%;
  103. }
  104. .i4{
  105. background: url("../images/nav_4.png") no-repeat center;
  106. background-size: 100% 100%;
  107. }
  108. .i5{
  109. background: url("../images/nav_9.png") no-repeat center;
  110. background-size: 100% 100%;
  111. }
  112. .search{
  113. /*background-color: #e1e4ef;*/
  114. width: 75%;
  115. margin: 0 auto;
  116. }
  117. .search input[type="search"]{
  118. padding: 2vh 20px 2vh 4%;
  119. width: 40%;
  120. border-radius: 15px;
  121. font-size: 16px;
  122. background: #e1e4ef url("../images/search_icon.png") no-repeat left;
  123. background-position-x: 4%;
  124. }
  125. .new{
  126. width: 75%;
  127. margin: 0 auto;
  128. height: 65vh;
  129. border-radius: 15px;
  130. display: flex;
  131. /*align-items: center;*/
  132. }
  133. .new_list_main{
  134. width: 75%;
  135. margin: 0 auto;
  136. height: 50vh;
  137. margin-top: 3vh;
  138. display: flex;
  139. justify-content: space-between;
  140. /*align-items: center;*/
  141. }
  142. .new_list_left{
  143. background: rgba(225,228,238,0.9);
  144. border-radius: 15px;
  145. padding: 3vh;
  146. width: 30%;
  147. }
  148. .new_list_right{
  149. background: rgba(225,228,238,0.9);
  150. border-radius: 15px;
  151. padding: 3vh;
  152. width: 68%;
  153. }
  154. .login_form_main{
  155. display: flex;
  156. align-items: center;
  157. height: 100%;
  158. /*background: linear-gradient(to bottom right, rgb(168, 249, 252), rgb(105, 119, 249));*/
  159. }
  160. .login_form_main img{
  161. width: 50%;
  162. margin: 0 auto;
  163. display: block;
  164. }
  165. .login_from {
  166. width: 25%;
  167. background: #ffffff;
  168. background-size: 100% 100%;
  169. padding: 3.2vh;
  170. border-radius: 20PX 20PX 20PX 20PX;
  171. margin-left: 9vh;
  172. }
  173. .btn{
  174. width: 100%;
  175. height: 4vh;
  176. margin:0 auto;
  177. font-size: 16px;
  178. color: #fff;
  179. line-height: 4vh;
  180. text-align: center;
  181. border: none;
  182. background: linear-gradient(to right , #47a5ff , #2a39fb);
  183. border-radius: 5vh;
  184. cursor: pointer;
  185. }
  186. .login_from .flex_block {
  187. margin-bottom: 2vh;
  188. display: flex;
  189. justify-content: space-between;
  190. }
  191. .login_from .flex_block .flex_input_main {
  192. position: relative;
  193. display: flex;
  194. flex: 1;
  195. align-items: center;
  196. background: #E7F0FF;
  197. border-radius: 10PX;
  198. height: 5vh;
  199. }
  200. .login_from .flex_block .flex_input_main .icon_wrap.user {
  201. background: url('../images/login_icon_1.png') no-repeat;
  202. background-size: 100% 100%;
  203. margin-left: 30px;
  204. }
  205. .login_from .flex_block .flex_input_main .icon_wrap.password {
  206. background: url('../images/login_icon_2_code.png') no-repeat;
  207. height: 40%;
  208. background-size: 100% 100%;
  209. margin-left: 30px;
  210. }
  211. .login_from .flex_block .flex_input_main .icon_wrap.valid {
  212. background: url('../images/login_icon_3.png') no-repeat;
  213. background-size: 100% 100%;
  214. margin-left: 30px;
  215. }
  216. .login_from .flex_block .flex_input_main .icon_wrap {
  217. width: 2.5vh;
  218. height: 2.5vh;
  219. }
  220. .login_from .flex_block .flex_input_main .input_wrap {
  221. flex: 1;
  222. margin-left: 16px;
  223. padding-right: 30px;
  224. }
  225. .login_from .flex_block .flex_input_main .input_wrap .ipt {
  226. width: 100%;
  227. height: 4vh;
  228. background: transparent;
  229. font-size: 16px;
  230. color: #3f3d56;
  231. }
  232. .login_from .flex_block .flex_input_main .showHidden {
  233. width: 32px;
  234. height: 32px;
  235. background: url('../images/login_icon_4.png') no-repeat;
  236. background-size: 100% 100%;
  237. position: absolute;
  238. right: 38px;
  239. cursor: pointer;
  240. }
  241. .login_from .flex_block .flex_input_main .showHidden.ico_hide {
  242. background: url('../images/login_icon_5.png') no-repeat;
  243. background-size: 100% 100%;
  244. }
  245. .login_from .flex_block .flex_input_main.valid {
  246. flex: 0 0 380px;
  247. }
  248. .login_from .flex_block .valid_main {
  249. width: 165px;
  250. height: 62px;
  251. border-radius: 30px;
  252. }
  253. .login_from .flex_block .valid_main img {
  254. width: 100%;
  255. height: 100%;
  256. border-radius: 30px;
  257. }
  258. .personalTit-banner {
  259. width: 45%;
  260. height: 100%;
  261. border-radius: 15px;
  262. overflow: hidden;
  263. }
  264. .new_list{
  265. background: url("../images/index_nav_bg.png") no-repeat center;
  266. background-size: 100% 100%;
  267. width: 33%;
  268. padding: 4%;
  269. display: flex;
  270. flex-direction: column;
  271. justify-content: space-between;
  272. cursor: pointer;
  273. transition: all 0.4s ease-in-out;
  274. }
  275. .new_list:hover{
  276. background: url("../images/index_nav_bg_active.png") no-repeat center;
  277. background-size: 100% 100%;
  278. transition: all 0.4s ease-in-out;
  279. }
  280. .new_list:hover .new_list_tit p:nth-child(1){
  281. color: #ffffff;
  282. transition: all 0.4s ease-in-out;
  283. }
  284. .new_list:hover .new_list_tit p:last-child{
  285. color: #187CF4;
  286. background: #ffffff;
  287. transition: all 0.4s ease-in-out;
  288. }
  289. .new_list:hover .new_list_con{
  290. color: #ffffff;
  291. transition: all 0.4s ease-in-out;
  292. }
  293. .new_list:hover .new_list_img i{
  294. background: url("../images/index_nav_go_active.png") no-repeat center;
  295. background-size: 100% 100%;
  296. transition: all 0.4s ease-in-out;
  297. }
  298. .new_list_img{
  299. display: flex;
  300. align-items: center;
  301. justify-content: space-between;
  302. }
  303. .new_list_img i{
  304. display: block;
  305. width: 64px;
  306. height: 64px;
  307. background: url("../images/index_nav_go.png") no-repeat center;
  308. background-size: 100% 100%;
  309. transition: all 0.4s ease-in-out;
  310. }
  311. .new_list_tit{
  312. display: flex;
  313. align-items: center;
  314. margin-bottom: 15px;
  315. justify-content: space-between;
  316. }
  317. .new_list_tit p:nth-child(1){
  318. font-weight: bold;
  319. font-size: 28px;
  320. color: #262D31;
  321. line-height: 39px;
  322. text-align: left;
  323. transition: all 0.4s ease-in-out;
  324. }
  325. .new_list_tit p:last-child{
  326. font-size: 14px;
  327. color: #ffffff;
  328. background: linear-gradient( 270deg, #187CF4 0%, #2538FE 100%);
  329. border-radius: 17px 17px 17px 17px;
  330. width: 66px;
  331. height: 34px;
  332. line-height: 34px;
  333. text-align: center;
  334. transition: all 0.4s ease-in-out;
  335. }
  336. .new_list_con{
  337. font-size: 16px;
  338. color: #ABBACC;
  339. line-height: 22px;
  340. margin-bottom: auto;
  341. transition: all 0.4s ease-in-out;
  342. }
  343. .new_list_li{
  344. display: flex;
  345. justify-content: space-between;
  346. align-items: center;
  347. line-height: 4.5vh;
  348. cursor: pointer;
  349. }
  350. .new_list_li a{
  351. width: 50%;
  352. }
  353. .new_list_li:first-child{
  354. /*margin-top: 2.5vh;*/
  355. }
  356. .new_list_li:hover p{
  357. color: #1663ff!important;
  358. transition: all 0.4s ease-in-out;
  359. }
  360. .new_list_li:hover a{
  361. color: #1663ff!important;
  362. transition: all 0.4s ease-in-out;
  363. }
  364. .new_list_li p{
  365. transition: all 0.4s ease-in-out;
  366. flex: 1;
  367. }
  368. .new_list_li p:last-child{
  369. text-align: right;
  370. }
  371. .new_list_li a{
  372. font-size: 16px;
  373. display: -webkit-box;
  374. -webkit-box-orient: vertical;
  375. -webkit-line-clamp: 1;
  376. word-break: break-all;
  377. overflow: hidden;
  378. transition: all 0.4s ease-in-out;
  379. }
  380. .new_list_li p:last-child{
  381. color: #848484;
  382. flex-shrink: 0;
  383. }
  384. .footer_main{
  385. height: 20vh;
  386. background: #ffffff;
  387. display: flex;
  388. padding: 1.5vh 20%;
  389. align-items: center;
  390. }
  391. #ewm{
  392. width: 15vh;
  393. height: 15vh;
  394. }
  395. .footer{
  396. display: flex;
  397. flex-direction: column;
  398. justify-content: center;
  399. height: 17vh;
  400. flex: 1;
  401. }
  402. .footer_link_tit{
  403. background: url("../images/footer_icon_1.png") no-repeat left;
  404. padding-left: 18px;
  405. color: #939393;
  406. font-size: 16px;
  407. }
  408. .footer_link{
  409. display: flex;
  410. align-items: center;
  411. }
  412. .footer_link img{
  413. display: block;
  414. transition:all 0.4s ease-in-out;
  415. }
  416. .footer_link a:hover img{
  417. transform: scale(1.1);
  418. transition:all 0.4s ease-in-out;
  419. }
  420. .footer_link a:hover{
  421. box-shadow: 0 0 50px #000000 inset;
  422. background-size: 110% 110%!important;
  423. transition:all 0.4s ease-in-out;
  424. }
  425. .footer_link .link_tt{
  426. position: absolute;
  427. top: 50%;
  428. left: 50%;
  429. transform: translate(-50%,-50%);
  430. color: #ffffff;
  431. font-size: 18px;
  432. font-weight: bold;
  433. }
  434. .footer_link a{
  435. color: #6d6d6d;
  436. font-size: 16px;
  437. margin-left: 20px;
  438. position: relative;
  439. overflow: hidden;
  440. border-radius: 8px;
  441. display: block;
  442. height: 74px;
  443. width: 472px;
  444. transition:all 0.4s ease-in-out;
  445. }
  446. .footer_link_filings{
  447. display: flex;
  448. align-items: center;
  449. }
  450. .footer_link_filings_left{
  451. margin-right: 15px;
  452. }
  453. .footer_link_filings_left p:nth-child(2){
  454. font-size: 14px;
  455. text-align: center;
  456. }
  457. .footer_link_filings_left p:nth-child(1){
  458. color: #626363;
  459. }
  460. .footer_link_filings p{
  461. color: #939393;
  462. font-size: 16px;
  463. }
  464. .footer_link_filings a{
  465. color: #6d6d6d;
  466. font-size: 16px;
  467. margin-left: 20px;
  468. }
  469. .footer_link_company{
  470. display: flex;
  471. align-items: center;
  472. }
  473. .footer_link_company div{
  474. }
  475. .footer_link_company p{
  476. color: #939393;
  477. font-size: 16px;
  478. line-height: 48px;
  479. }
  480. .footer_link_company a{
  481. color: #6d6d6d;
  482. font-size: 16px;
  483. }
  484. .xuanzhuan {
  485. -webkit-transition-property: -webkit-transform;
  486. -webkit-transition-duration: 1s;
  487. -moz-transition-property: -moz-transform;
  488. -moz-transition-duration: 1s;
  489. -webkit-animation: opacity2 2s linear infinite;
  490. -moz-animation: opacity2 2s linear infinite;
  491. -o-animation: opacity2 2s linear infinite;
  492. animation: opacity2 2s linear infinite;
  493. }
  494. @-webkit-keyframes rotate {
  495. from {
  496. -webkit-transform: rotate(0deg)
  497. }
  498. to {
  499. -webkit-transform: rotate(360deg)
  500. }
  501. }
  502. @-moz-keyframes rotate {
  503. from {
  504. -moz-transform: rotate(0deg)
  505. }
  506. to {
  507. -moz-transform: rotate(359deg)
  508. }
  509. }
  510. @-o-keyframes rotate {
  511. from {
  512. -o-transform: rotate(0deg)
  513. }
  514. to {
  515. -o-transform: rotate(359deg)
  516. }
  517. }
  518. @keyframes rotate {
  519. from {
  520. transform: rotate(0deg)
  521. }
  522. to {
  523. transform: rotate(359deg)
  524. }
  525. }
  526. @keyframes opacity2 {
  527. 0% {
  528. opacity: 1;
  529. }
  530. 50% {
  531. opacity: 0.5;
  532. }
  533. 100% {
  534. opacity: 1;
  535. }
  536. }
  537. .hotFile{
  538. text-transform:uppercase;
  539. background: -webkit-linear-gradient(45deg,#e95616,#56e916,#e716e9,#1616e9);
  540. -moz-linear-gradient(45deg,#e95616,#56e916,#e716e9,#1616e9);
  541. -ms-linear-gradient(45deg,#e95616,#56e916,#e716e9,#1616e9);/* 渐变背景 */
  542. color:transparent;
  543. /*设置字体颜色透明*/
  544. -webkit-background-clip: text;
  545. /*背景裁剪为文本形式*/
  546. animation: ran 5s linear infinite;
  547. /*动态20s展示*/
  548. }
  549. @keyframes ran {
  550. from {
  551. backgroud-position: 0 0;
  552. }
  553. to {
  554. background-position: 1000px 0;
  555. }
  556. }
  557. .tab_box{
  558. display: flex;
  559. flex-wrap: wrap;
  560. justify-content: space-between;
  561. align-items: center;
  562. }
  563. .tab_box img{
  564. display: block;
  565. width: 47%;
  566. cursor: pointer;
  567. margin-bottom: 1.5vh;
  568. transition:all 0.2s ease-in-out;
  569. }
  570. .tab_box img:hover{
  571. transform: scale(1.1);
  572. transition:all 0.2s ease-in-out;
  573. }
  574. #new_list_3 .tab span{
  575. cursor: pointer;
  576. color: #999999;
  577. margin-right: 15px;
  578. }
  579. #new_list_3 .tab span.act{
  580. font-size: 20px;
  581. color: #1663ff;
  582. font-weight: bold;
  583. line-height: 1;
  584. }