policy.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948
  1. @charset "utf-8";
  2. .policy-bg {
  3. background: #d9ecf5 url("../image/policy_bg.jpg") no-repeat bottom center;
  4. min-height: 1000px;
  5. padding:15px 0;
  6. }
  7. .policy-content {
  8. width: 1250px;
  9. min-height: 1000px;
  10. margin: 0 auto;
  11. background: #fff;
  12. padding: 15px;
  13. }
  14. .ellipsis {
  15. white-space: nowrap;
  16. overflow: hidden;
  17. text-overflow: ellipsis;
  18. }
  19. .t-right {
  20. text-align: right;
  21. }
  22. .ft-color-red {
  23. color: #ff0000;
  24. }
  25. .ft-12 {
  26. font-size: 12px;
  27. }
  28. .ft-color-blue {
  29. color: #199ed8;
  30. }
  31. .ft-color-deepblue {
  32. color: #3178a2;
  33. }
  34. .ft-color-lightblue {
  35. color: #00abff;
  36. }
  37. .ft-color-lightgreen {
  38. color: #88c200;
  39. }
  40. .ft-color-deepgreen {
  41. color: #008900;
  42. }
  43. .ft-color-orange {
  44. color: #ee940d;
  45. }
  46. .ft-color-lightred {
  47. color: #e6585d;
  48. }
  49. .ft-color-deepred {
  50. color: #930;
  51. }
  52. .ft-color-violet {
  53. color: #7f00ff;
  54. }
  55. .ft-color-brown {
  56. color: #AB8D5B;
  57. }
  58. .ft-color-pink {
  59. color: #fd66ff;
  60. }
  61. .ft-color-gray {
  62. color: #999;
  63. }
  64. .ft-bold {
  65. font-weight: bold;
  66. }
  67. /*index*/
  68. .focus-img {
  69. width: 656px;
  70. height: 374px;
  71. float: left;
  72. }
  73. .focus-img img {
  74. width: 100%;
  75. height: 100%;
  76. }
  77. .swiper-slide {
  78. position: relative;
  79. }
  80. .focus-img-name {
  81. position: absolute;
  82. left: 0;
  83. bottom: 0;
  84. width: 100%;
  85. height: 42px;
  86. line-height: 42px;
  87. background: rgba(255,0,0,.5);
  88. color: #fff;
  89. text-align: center;
  90. padding: 0 10px;
  91. }
  92. .pagination {
  93. bottom: 50px;
  94. }
  95. .focus-news {
  96. float: right;
  97. width: 530px;
  98. }
  99. .tab-nav ul li {
  100. float: left;
  101. width: 106px;
  102. text-align: center;
  103. border-top: solid 1px transparent;
  104. border-bottom: solid 1px #ebebeb;
  105. font-size: 18px;
  106. line-height: 2;
  107. }
  108. .tab-nav ul li.active {
  109. border: solid 1px #ebebeb;
  110. border-bottom: none;
  111. }
  112. .tab-nav ul li.active a {
  113. color: #2976ce;
  114. }
  115. .policy-tab-content {
  116. border: solid 1px #ebebeb;
  117. border-top: none;
  118. padding: 10px;
  119. }
  120. .news-tab ul {
  121. height: 296px;
  122. }
  123. .news-tab ul li {
  124. line-height: 2;
  125. }
  126. .news-tab ul li span {
  127. display: inline-block;
  128. width: 80px;
  129. color: #2976ce;
  130. float: left;
  131. }
  132. .news-tab ul li a {
  133. display: inline-block;
  134. max-width: 425px;
  135. white-space: nowrap;
  136. overflow: hidden;
  137. text-overflow: ellipsis;
  138. }
  139. .view-more {
  140. color: #ff0000;
  141. }
  142. .p-index-content {
  143. margin-top: 20px;
  144. }
  145. .policy-index-title {
  146. position: relative;
  147. text-align: center;
  148. }
  149. .policy-index-title span {
  150. position: relative;
  151. display: inline-block;
  152. padding: 0 20px;
  153. background: #fff;
  154. z-index: 2;
  155. }
  156. .policy-title-line {
  157. position: absolute;
  158. left: 0;
  159. top: 34px;
  160. width: 100%;
  161. height: 3px;
  162. background: #ff7777;
  163. }
  164. .p-titile-zh {
  165. font-size: 30px;
  166. }
  167. .p-title-en {
  168. font-size: 12px;
  169. color: #ff0000;
  170. text-transform:uppercase;
  171. }
  172. .p-interpretation-list {
  173. overflow: hidden;
  174. padding-top: 20px;
  175. }
  176. .p-interpretation-list ul {
  177. margin-right: -70px;
  178. }
  179. .p-interpretation-list ul li {
  180. float: left;
  181. position: relative;
  182. width: 198px;
  183. margin-right: 60px;
  184. }
  185. .p-interpretation-list ul li img {
  186. width: 198px;
  187. height: 116px;
  188. }
  189. .p-interpretation-name {
  190. background: rgba(255,255,255,.7);
  191. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff,endColorstr=#7fffffff);
  192. position: absolute;
  193. bottom: 0;
  194. width: 100%;
  195. height: 32px;
  196. line-height: 32px;
  197. text-align: center;
  198. color: #ff0000;
  199. transition: all .3s;
  200. padding: 0 15px;
  201. }
  202. .p-interpretation-list ul li:hover .p-interpretation-name {
  203. height: 116px;
  204. padding: 40px 15px 0;
  205. }
  206. .read-list {
  207. padding: 20px 0 40px;
  208. }
  209. .read-list ul {
  210. border-left: solid 1px #e5e5e5;
  211. border-bottom: solid 1px #e5e5e5;
  212. }
  213. .read-list ul li {
  214. float: left;
  215. width: 203px;
  216. text-align: center;
  217. border-top: solid 1px #e5e5e5;
  218. border-right: solid 1px #e5e5e5;
  219. padding: 15px;
  220. }
  221. .p-icon-bg {
  222. display: inline-block;
  223. width: 60px;
  224. height: 60px;
  225. line-height: 60px;
  226. border-radius: 50%;
  227. background: #f0f0f0;
  228. }
  229. .p-icon-bg i.iconfont {
  230. font-size: 35px;
  231. }
  232. .time_cneter{
  233. text-align: center;
  234. padding-top: 15px;
  235. font-size: 18px;
  236. }
  237. .attch{
  238. margin-top:20px ;
  239. }
  240. .attch ul li{
  241. padding:5px 0px ;
  242. color: #79a1dc;
  243. }
  244. .attch ul li a{
  245. color: #79a1dc;
  246. }
  247. .title_font h2{
  248. font-size: 24px;
  249. }
  250. .shar_center{
  251. text-align: right;
  252. display: block !important;
  253. }
  254. .link_font{
  255. font-size: 14px;
  256. vertical-align: middle;
  257. }
  258. .extend{
  259. width: 1px;
  260. height: 25px;
  261. border: 1px solid #ff0000;
  262. }
  263. .li_display li span{
  264. height: 20px;
  265. color: #fff;
  266. text-align: center;
  267. cursor: pointer;
  268. padding: 0 5px;
  269. }
  270. .extendRead{
  271. overflow: hidden;
  272. margin-top: 50px
  273. }
  274. #textDetail{
  275. line-height: 26px;
  276. word-break: break-word;
  277. }
  278. #textDetail span {
  279. display: inline;
  280. }
  281. .extend_read{
  282. background: #03e3bb;
  283. padding: 0 5px;
  284. }
  285. .questionMsg{
  286. margin-top: 30px;
  287. line-height: 2;
  288. }
  289. .extend_read1{
  290. background: #03d3f2;
  291. padding: 0 5px;
  292. }
  293. .extend_read2{
  294. background: #64cf0d;
  295. padding: 0 5px;
  296. }
  297. .extend_read3{
  298. background: #64cf0d;
  299. padding: 0 5px;
  300. }
  301. .extend_read4{
  302. background: #63a35c;
  303. padding: 0 5px;
  304. }
  305. .extend_read5{
  306. background: #64cf;
  307. padding: 0 5px;
  308. }
  309. .extend_read6{
  310. background: #121212;
  311. padding: 0 5px;
  312. }
  313. #keywordSearch.searchBtn {
  314. position: static;
  315. width: auto;
  316. background: #2976ce;
  317. color: #fff;
  318. border-radius: 3px;
  319. border: none;
  320. padding: 0 20px;
  321. top: 0;
  322. margin-top: 20px;
  323. }
  324. .unfold{
  325. color: #2976ce;
  326. font-size: 12px;
  327. margin-top: 15px;
  328. cursor: pointer;
  329. display: inline-block;
  330. }
  331. .download{
  332. color:#79a1dc;
  333. margin-left:20px ;
  334. }
  335. .a_blue{
  336. color:#79a1dc;
  337. text-decoration: underline;
  338. }
  339. .mg_dynamics{
  340. margin-left: 10px;
  341. font-size: 10px;
  342. }
  343. .dynamics,.schedule{
  344. color:#dd0000;
  345. }
  346. .specialFont{
  347. font-size: 14px;
  348. color:#ff0000;
  349. margin: 20px 0;
  350. }
  351. .detail_title{
  352. text-align: center;
  353. }
  354. .extend_read7{
  355. background: #64cf0d;
  356. }
  357. .li_display ul li{
  358. display: inline-block;
  359. margin-right:30px ;
  360. }
  361. .li_display{
  362. margin-top: 20px;
  363. }
  364. .policy-filter-option{
  365. margin-left:-15px;
  366. margin-right:-15px;
  367. border-bottom:1px solid #858585;
  368. }
  369. .kind-tip-policyRadar{
  370. padding:10px 0px;
  371. border-bottom:1px solid #ececec;
  372. }
  373. .kind-tip-policyRadar .kind-box{
  374. border:none;
  375. }
  376. .kind-tip-policyRadar span{
  377. margin-left:40px;
  378. }
  379. .kind-tip-policyRadar .classify{
  380. margin-left:40px;
  381. width:60%;
  382. vertical-align: top;
  383. }
  384. .policy-list-content{
  385. padding:30px 25px 15px 25px;
  386. }
  387. .policy-list-content div{
  388. padding-bottom:25px;
  389. font-size:15px;
  390. }
  391. .policy-list-content div .list-title{
  392. padding-bottom:10px;
  393. }
  394. .policy-list-content div .list-content{
  395. color:#9e9e9e;
  396. }
  397. .policySearchOption{
  398. margin-top:20px;
  399. }
  400. .policySearchOption span{
  401. margin-left:20px;
  402. }
  403. .policySearchOption select{
  404. width:180px;
  405. height: 35px;
  406. line-height: 1.3;
  407. line-height: 38px\9;
  408. border: 1px solid #e6e6e6;
  409. background-color: #fff;
  410. border-radius: 2px;
  411. }
  412. .policySearchOption input{
  413. width:180px;
  414. display:inline-block;
  415. }
  416. .hotSearch{
  417. padding-bottom:5px;
  418. }
  419. .hotSearch a{
  420. color:#dd0000;
  421. margin-right:10px;
  422. }
  423. .searchTabList{
  424. padding:5px 40px 0px 40px;
  425. }
  426. .searchTabList span{
  427. font-size:15px;
  428. cursor:pointer;
  429. padding:5px 10px;
  430. margin-bottom:-1px;
  431. }
  432. .tabActive{
  433. color:#dd0000;
  434. border:1px solid #858585;
  435. border-bottom:1px solid #fff;
  436. }
  437. .p-zcgw {
  438. height: 100px;
  439. color: #fff;
  440. font-size: 30px;
  441. text-align: center;
  442. line-height: 100px;
  443. }
  444. .p-zcgw a {
  445. display: block;
  446. width: 100%;
  447. color: #fff;
  448. }
  449. .p-cx {
  450. float: left;
  451. width: 60%;
  452. background: #dd0000;
  453. border-right: solid 1px #fff;
  454. }
  455. .p-tj {
  456. float: right;
  457. width: 40%;
  458. background: #2976CE;
  459. }
  460. .table-bordered > tbody > tr:nth-child(odd) {
  461. background-color: #f8f8f8;
  462. }
  463. .table-bordered > thead tr {
  464. background: #00b7ee;
  465. color: #fff;
  466. }
  467. .step-item {
  468. float: left;
  469. margin-right: 10px;
  470. }
  471. .step-item span {
  472. background: #fc6;
  473. color: #fff;
  474. display: inline-block;
  475. height: 32px;
  476. line-height: 32px;
  477. padding: 0 20px;
  478. font-size: 16px;
  479. margin-right: 10px;
  480. }
  481. .step-item i {
  482. color: #fc6;
  483. }
  484. .step-item.active span {
  485. background: #f90;
  486. }
  487. .step-content {
  488. border: solid 1px #f1f1f1;
  489. padding: 20px;
  490. margin-top: 20px;
  491. }
  492. .step-input {
  493. padding: 6px 8px;
  494. border: 1px solid #e6e6e6;
  495. width: 200px;
  496. }
  497. .ft-gray-999 {
  498. color: #999;
  499. }
  500. .step-info {
  501. display: none;
  502. }
  503. .step-info table tr td:first-child{
  504. text-align: right;
  505. width: 440px;
  506. }
  507. .step-info table td {
  508. padding: 10px 5px;
  509. }
  510. .theader-style {
  511. background: #fc6;
  512. text-align: center;
  513. color: #fff;
  514. }
  515. .yingshou {
  516. width: 650px;
  517. margin: 0 auto;
  518. }
  519. .yingshou table {
  520. width: 100%;
  521. border-bottom: solid 1px #f1f1f1;
  522. }
  523. .yingshou table td {
  524. border-right: solid 1px #f1f1f1;
  525. padding: 10px 30px;
  526. }
  527. .yingshou table tr td:first-child {
  528. width: auto;
  529. text-align: center;
  530. border-left: solid 1px #f1f1f1;
  531. }
  532. .yingshou table tr td p {
  533. margin-bottom: 30px;
  534. }
  535. .error {
  536. font-weight: normal;
  537. color: #ff0000;
  538. }
  539. .jc-title {
  540. width: 522px;
  541. height: 47px;
  542. margin: 0 auto;
  543. text-align: center;
  544. }
  545. .jc-title-name {
  546. color: #fff;
  547. position: relative;
  548. z-index: 2;
  549. font-size: 18px;
  550. padding-top: 5px;
  551. }
  552. .jc-title-bg {
  553. position: absolute;
  554. left: 0;
  555. top: 0;
  556. width: 522px;
  557. height: 47px;
  558. z-index: 1;
  559. }
  560. .jc-centent {
  561. background: url("../image/jc-centent-bg.png") no-repeat;
  562. width: 522px;
  563. height: 310px;
  564. margin: 40px auto 0;
  565. padding: 150px 30px 0;
  566. font-size: 14px;
  567. line-height: 2;
  568. }
  569. .jc-qa {
  570. margin-top: 20px;
  571. }
  572. .qa-title {
  573. margin-bottom: 20px;
  574. font-size: 22px;
  575. height: 80px;
  576. line-height: 80px;
  577. }
  578. .qa-title span {
  579. display: inline-block;
  580. width: 60%;
  581. height: 100%;
  582. background: #dd0000;
  583. color: #fff;
  584. text-align: center;
  585. }
  586. .jc-view-more {
  587. display: inline-block;
  588. width: 39%;
  589. height: 100%;
  590. background: #e4e4e4;
  591. text-align: center;
  592. float: right;
  593. }
  594. .qa-list {
  595. border: solid 2px #199ed8;
  596. padding: 10px 20px;
  597. border-radius: 5px;
  598. line-height: 1.8;
  599. margin-bottom: 20px;
  600. }
  601. .qa-list-left {
  602. display: block;
  603. float: left;
  604. width: 70px;
  605. font-weight: bold;
  606. }
  607. .qa-list-right {
  608. display: block;
  609. float: left;
  610. width: 680px;
  611. }
  612. .ld-table {
  613. width: 100%;
  614. }
  615. .ld-table thead tr{
  616. background: #F6F7FB;
  617. }
  618. .ld-table tr {
  619. border-bottom: solid 1px #EBEFF9;
  620. line-height: 46px;
  621. }
  622. .ld-table tr th,.ld-table tr td {
  623. padding: 0 10px;
  624. }
  625. .fixed-menu {
  626. width: 140px;
  627. position: fixed;
  628. z-index: 9;
  629. }
  630. .fixed-menu-nav {
  631. background: #fff;
  632. border-radius: 3px;
  633. box-shadow: 0 0 5px rgba(0,0,0,.2);
  634. }
  635. .fixed-menu-nav-title {
  636. background: #4A90E2;
  637. color: #fff;
  638. height: 32px;
  639. line-height: 32px;
  640. border-radius: 3px;
  641. text-align: center;
  642. }
  643. .fixed-menu-nav-list ul li {
  644. border-bottom: solid 1px #EFEFEF;
  645. height: 40px;
  646. line-height: 40px;
  647. text-align: center;
  648. }
  649. .fixed-menu-nav-list ul li.active a {
  650. color: #4A90E2;
  651. }
  652. .fixed-menu-nav-list ul li:last-child {
  653. border-bottom: none;
  654. }
  655. .pj-link {
  656. text-align: center;
  657. margin-top: 40px;
  658. padding: 5px 10px;
  659. line-height: 2;
  660. }
  661. .project-list {
  662. padding-left: 200px;
  663. }
  664. .project-list-title {
  665. height: 60px;
  666. line-height: 60px;
  667. font-size: 18px;
  668. padding-left: 40px;
  669. background: #E5E5E5;
  670. }
  671. .project-list-item {
  672. padding: 20px 40px;
  673. border: solid 1px #C6C6C6;
  674. margin-bottom: 20px;
  675. }
  676. .fsx {
  677. display: inline-block;
  678. background: #dd0000;
  679. color: #fff;
  680. padding: 0 40px;
  681. height: 40px;
  682. line-height: 40px;
  683. border-radius: 5px;
  684. font-size: 16px;
  685. }
  686. .project-name {
  687. font-size: 16px;
  688. font-weight: bold;
  689. padding-left: 100px;
  690. }
  691. .hdpf {
  692. height: 40px;
  693. background: #E5E5E5;
  694. border-radius: 20px;
  695. margin: 20px 0;
  696. }
  697. .hdpf-active {
  698. width: 70%;
  699. height: 100%;
  700. background: #dd0000;
  701. border-radius: 20px;
  702. padding-left: 40px;
  703. line-height: 40px;
  704. color: #fff;
  705. }
  706. .project-img {
  707. width: 340px;
  708. height: 190px;
  709. float: left;
  710. margin-right: 20px;
  711. }
  712. .project-img img {
  713. width: 100%;
  714. height: 100%;
  715. }
  716. .project-item-text {
  717. float: left;
  718. width: 570px;
  719. line-height: 2;
  720. }
  721. .project-view-more {
  722. margin-top: 10px;
  723. }
  724. .project-detail-title {
  725. font-weight: bold;
  726. font-size: 18px;
  727. text-align: center;
  728. color: #333;
  729. }
  730. .project-tab {
  731. height: 40px;
  732. border: 1px solid #E7E7E7;
  733. margin-top: 40px;
  734. }
  735. .project-tab span {
  736. display: inline-block;
  737. padding: 0 20px;
  738. line-height: 38px;
  739. cursor: pointer;
  740. }
  741. .project-tab span.active {
  742. background: #4A90E2;
  743. color: #fff;
  744. }
  745. .project-detail-centent {
  746. padding: 40px 0;
  747. }
  748. .project-detail-second-title {
  749. position: relative;
  750. height: 2px;
  751. margin: 40px 0;
  752. background: #ff5555;
  753. }
  754. .project-detail-second-title-name {
  755. position: absolute;
  756. top: -10px;
  757. left: 50%;
  758. margin-left: -50px;
  759. display: block;
  760. width: 100px;
  761. background: #fff;
  762. text-align: center;
  763. color: #ff0000;
  764. }
  765. .qa-list-box ul li{
  766. margin-bottom: 30px;
  767. }
  768. .item-number {
  769. width: 20px;
  770. height: 20px;
  771. border-radius: 50%;
  772. background: #539EFF;
  773. text-align: center;
  774. color: #fff;
  775. }
  776. .answer {
  777. display: none;
  778. margin-left: 30px;
  779. box-shadow: 1px 1px 1px rgba(0,0,0,.2);
  780. padding: 20px;
  781. border: solid 1px #E4E4E4;
  782. margin-top: 10px;
  783. font-size: 12px;
  784. color: #666;
  785. }
  786. .answer p {
  787. margin-bottom: 10px;
  788. }
  789. .qa-name {
  790. float: left;
  791. }
  792. .zd-btn {
  793. cursor: pointer;
  794. }
  795. .servicer-list ul li {
  796. margin-bottom: 30px;
  797. }
  798. .btn-bg {
  799. padding: 10px 30px;
  800. }
  801. .stars{
  802. white-space: nowrap;
  803. text-align: center;
  804. }
  805. .stars li{
  806. display: inline-block;
  807. color: #ADADAD;
  808. cursor: pointer;
  809. }
  810. .stars li .iconfont {
  811. font-size: 30px;
  812. }
  813. .textarea-style {
  814. border: solid 1px #dadada;
  815. padding: 5px;
  816. width: 100%;
  817. height: 80px;
  818. resize: none;
  819. }
  820. .dj-style {
  821. margin-left: 10px;
  822. padding-top: 5px;
  823. }
  824. .pingjia .close {
  825. margin-top: -22px;
  826. }
  827. .modal-dialog {
  828. z-index: 1041;
  829. }
  830. .tixing .modal-dialog {
  831. position: relative;
  832. top: 400px;
  833. left: -100px;
  834. }
  835. .special-list {
  836. overflow: hidden;
  837. }
  838. .special-list ul {
  839. margin-right: -20px;
  840. }
  841. .special-list ul li {
  842. width: 600px;
  843. float: left;
  844. margin: 0 20px 40px 0;
  845. }
  846. .special-list ul li img {
  847. width: 254px;
  848. height: 102px;
  849. margin-right: 10px;
  850. float: left;
  851. }
  852. .special-name {
  853. font-size: 18px;
  854. margin-bottom: 8px;
  855. }
  856. .special-more {
  857. position: absolute;
  858. right: 0;
  859. color: #ff0000;
  860. }
  861. .openPopup {
  862. display: none;
  863. position: fixed;
  864. width: 500px;
  865. height: 460px;
  866. left: 50%;
  867. top: 50%;
  868. margin: -230px 0 0 -250px;
  869. background: #fff;
  870. box-shadow: 0 2px 5px rgba(0,0,0,.2);
  871. }
  872. .popup-title {
  873. background: #539EFF;
  874. color: #fff;
  875. height: 40px;
  876. line-height: 40px;
  877. padding: 0 15px;
  878. }
  879. .popup-content {
  880. padding: 10px 30px;
  881. height: 360px;
  882. overflow: auto;
  883. }
  884. .popup-table td,.popup-table th {
  885. width: auto;
  886. text-align: center;
  887. }
  888. .step-info .popup-table tr td:first-child {
  889. text-align: center;
  890. width: auto;
  891. }
  892. .popup-table thead th {
  893. background: #f1f1f1;
  894. height: 30px;
  895. line-height: 30px;
  896. }
  897. .popup-table tbody td {
  898. border-right: solid 1px #f1f1f1;
  899. border-bottom: solid 1px #f1f1f1;
  900. }
  901. .popup-table tbody {
  902. border-left: solid 1px #f1f1f1;
  903. }
  904. .check {
  905. /*display: none;*/
  906. display: inline-block;
  907. width: 16px;
  908. height: 16px;
  909. border: solid 1px #dadada;
  910. color: #fff;
  911. overflow: hidden;
  912. }
  913. .check i {
  914. display: none;
  915. line-height: 16px;
  916. }
  917. .check.active {
  918. background: #539EFF;
  919. border: solid 1px #539EFF;
  920. }
  921. .check.active i{
  922. display: block;
  923. }
  924. .j-checkISO,.j-check {
  925. display: none;
  926. }
  927. .input-tips {
  928. position: absolute;
  929. display: block;
  930. color: #ff0000;
  931. }
  932. .yingshou table tr td p .input-tips {
  933. padding-left: 60px;
  934. }
  935. .disabledBtn {
  936. display: block;
  937. width: 93px;
  938. height: 34px;
  939. background: #dadada;
  940. }