No Description

style.css 36KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710
  1. /*
  2. body {
  3. font-family: 'Roboto', sans-serif;
  4. font-size: 16px;
  5. font-weight: 300;
  6. color: #888;
  7. line-height: 30px;
  8. text-align: center;
  9. }
  10. strong { font-weight: 500; }
  11. a, a:hover, a:focus {
  12. color: #3366ff;
  13. text-decoration: none;
  14. -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
  15. }
  16. h1, h2 {
  17. margin-top: 10px;
  18. font-size: 38px;
  19. font-weight: 100;
  20. color: #555;
  21. line-height: 50px;
  22. }
  23. h3 {
  24. font-size: 22px;
  25. font-weight: 300;
  26. color: #555;
  27. line-height: 30px;
  28. }
  29. img { max-width: 100%; }
  30. */
  31. ::-moz-selection { background: #3366ff; color: #fff; text-shadow: none; }
  32. ::selection { background: #3366ff; color: #fff; text-shadow: none; }
  33. .btn-link-1 {
  34. display: inline-block;
  35. height: 50px;
  36. margin: 0 5px;
  37. padding: 16px 20px 0 20px;
  38. background: #3366ff;
  39. font-size: 16px;
  40. font-weight: 300;
  41. line-height: 16px;
  42. color: #fff;
  43. -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
  44. }
  45. .btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { outline: 0; opacity: 0.6; color: #fff; }
  46. .btn-link-2 {
  47. display: inline-block;
  48. height: 50px;
  49. margin: 0 5px;
  50. padding: 15px 20px 0 20px;
  51. background: rgba(0, 0, 0, 0.3);
  52. border: 1px solid #fff;
  53. font-size: 16px;
  54. font-weight: 300;
  55. line-height: 16px;
  56. color: #fff;
  57. -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
  58. }
  59. .btn-link-2:hover, .btn-link-2:focus,
  60. .btn-link-2:active, .btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(0, 0, 0, 0.3); color: #fff; }
  61. /***** Top menu *****/
  62. .navbar {
  63. padding-top: 10px;
  64. background: #333;
  65. background: rgba(51, 51, 51, 0.3);
  66. border: 0;
  67. -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
  68. }
  69. .navbar.navbar-no-bg { background: none; }
  70. ul.navbar-nav {
  71. font-size: 16px;
  72. color: #fff;
  73. }
  74. .navbar-inverse ul.navbar-nav li { padding-top: 8px; padding-bottom: 8px; }
  75. .navbar-inverse ul.navbar-nav li .li-text { opacity: 0.8; }
  76. .navbar-inverse ul.navbar-nav li a { display: inline; padding: 0; color: #fff; }
  77. .navbar-inverse ul.navbar-nav li a:hover { color: #fff; opacity: 1; border-bottom: 1px dotted #fff; }
  78. .navbar-inverse ul.navbar-nav li a:focus { color: #fff; outline: 0; opacity: 1; border-bottom: 1px dotted #fff; }
  79. .navbar-inverse ul.navbar-nav li .li-social a {
  80. margin: 0 5px;
  81. font-size: 28px;
  82. vertical-align: middle;
  83. }
  84. .navbar-inverse ul.navbar-nav li .li-social a:hover,
  85. .navbar-inverse ul.navbar-nav li .li-social a:focus { border: 0; color: #3366ff; }
  86. .navbar-brand {
  87. width: 123px;
  88. background: url(../img/logo.png) left center no-repeat;
  89. text-indent: -99999px;
  90. }
  91. /***** Top content *****/
  92. .inner-bg {
  93. padding: 40px 0 170px 0;
  94. }
  95. .top-content .text {
  96. color: #fff;
  97. }
  98. .top-content .text h1 { color: #fff; }
  99. .top-content .description {
  100. margin: 20px 0 10px 0;
  101. }
  102. .top-content .description p { opacity: 0.8; }
  103. .top-content .description a {
  104. color: #fff;
  105. }
  106. .top-content .description a:hover,
  107. .top-content .description a:focus { border-bottom: 1px dotted #fff; }
  108. .top-content .top-big-link {
  109. margin-top: 35px;
  110. }
  111. .form-box {
  112. padding-top: 18px;
  113. }
  114. .form-top {
  115. overflow: hidden;
  116. padding: 0 25px 15px 25px;
  117. background: #fff;
  118. -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
  119. text-align: left;
  120. }
  121. .form-top-left {
  122. float: left;
  123. width: 75%;
  124. padding-top: 25px;
  125. }
  126. .form-top-left h3 { margin-top: 0; }
  127. .form-top-right {
  128. float: left;
  129. width: 25%;
  130. padding-top: 5px;
  131. font-size: 66px;
  132. color: #ddd;
  133. line-height: 100px;
  134. text-align: right;
  135. }
  136. .form-bottom {
  137. padding: 25px 25px 30px 25px;
  138. background: #eee;
  139. -moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
  140. text-align: left;
  141. }
  142. form .form-bottom textarea {
  143. height: 100px;
  144. }
  145. form .form-bottom button.btn {
  146. min-width: 105px;
  147. }
  148. form .form-bottom .input-error {
  149. border-color: #3366ff;
  150. }
  151. form.registration-form fieldset {
  152. display: none;
  153. }
  154. /***** Media queries *****/
  155. @media (min-width: 992px) and (max-width: 1199px) {}
  156. @media (min-width: 768px) and (max-width: 991px) {}
  157. @media (max-width: 767px) {
  158. .navbar { padding-top: 0; }
  159. .navbar.navbar-no-bg { background: #333; background: rgba(51, 51, 51, 0.9); }
  160. .navbar-brand { height: 60px; margin-left: 15px; }
  161. .navbar-collapse { border: 0; }
  162. .navbar-toggle { margin-top: 12px; }
  163. .inner-bg { padding: 40px 0 110px 0; }
  164. .top-content .top-big-link { margin-top: 25px; }
  165. .top-content .top-big-link a.btn { margin-top: 10px; }
  166. .form-bottom { padding-bottom: 25px; }
  167. form .form-bottom button.btn { margin-bottom: 5px; }
  168. }
  169. @media (max-width: 415px) {
  170. h1, h2 { font-size: 32px; }
  171. }
  172. /* Retina-ize images/icons */
  173. @media
  174. only screen and (-webkit-min-device-pixel-ratio: 2),
  175. only screen and ( min--moz-device-pixel-ratio: 2),
  176. only screen and ( -o-min-device-pixel-ratio: 2/1),
  177. only screen and ( min-device-pixel-ratio: 2),
  178. only screen and ( min-resolution: 192dpi),
  179. only screen and ( min-resolution: 2dppx) {
  180. /* logo */
  181. .navbar-brand {
  182. background-image: url(../img/logo@2x.png) !important; background-repeat: no-repeat !important; background-size: 123px 49px !important;
  183. }
  184. }
  185. /** mobile端改写的css
  186. */
  187. @media (max-width: 1000px){
  188. #ciping .top-content .container {
  189. width: 100%;
  190. max-width: 1920px;
  191. }
  192. .title-h1{
  193. font-size: 18px;
  194. color: #fff;
  195. font-weight: bold;
  196. font-family: "黑体", sans-serif;
  197. /* font-weight: bold; */
  198. line-height: 24px;
  199. padding: 10px 0% 0 0;
  200. display: block;
  201. text-align: left;
  202. width: 100%;
  203. margin: 0 auto;
  204. }
  205. .registration-form{
  206. width: 98%;
  207. margin:0 auto;
  208. padding: 0 1%;
  209. }
  210. .form-top{
  211. padding:0 !important;
  212. }
  213. .form-title{
  214. width:100%;
  215. height: 65px;
  216. background: linear-gradient(to bottom, #3366ff, #0066cc);
  217. text-align: center;
  218. }
  219. .form-title span{
  220. color: #fff;
  221. line-height: 65px;
  222. font-size: 28px;
  223. font-weight: bold;
  224. font-family: "黑体", sans-serif;
  225. }
  226. .form-top-left{
  227. padding: 25px 25px 0 25px;
  228. }
  229. .form-top-left p{
  230. color: #000;
  231. font-size: 16px;
  232. font-weight: bold;
  233. font-family: "黑体", sans-serif;
  234. }
  235. .form-top-right{
  236. padding: 0px 25px 0 25px;
  237. }
  238. .form-top-right img{
  239. width:41px;
  240. }
  241. .form-bottom{
  242. background: #fff;
  243. padding: 1px 25px 30px 25px;
  244. }
  245. select.form-control {
  246. height: 43px;
  247. border:2px solid #ddd;
  248. background:#fff;
  249. color: #666;
  250. font-family: "黑体", sans-serif;
  251. }
  252. input[type="text"], input[type="password"], textarea, textarea.form-control{
  253. height: 43px;
  254. border:2px solid #ddd;
  255. background:#fff;
  256. color: #666;
  257. font-family: "黑体", sans-serif;
  258. }
  259. button.btn{
  260. height: 37px;
  261. background:#3366ff;
  262. line-height: 37px;
  263. font-family: "黑体", sans-serif;
  264. }
  265. .registration-form button.btn{
  266. margin-top:10px;
  267. }
  268. button.btn:hover{
  269. background:#3366ff;
  270. }
  271. .but-success{
  272. float: right;
  273. position: relative;
  274. }
  275. .but-success:after {
  276. content: '';
  277. position: absolute;
  278. top: 30%;
  279. left: 90%;
  280. border: solid transparent;
  281. border-top-color: #36f;
  282. border-width: 8px;
  283. transform: rotate(-90deg);
  284. }
  285. .but-success2:after {
  286. content: '';
  287. position: absolute;
  288. top: 30%;
  289. left: 100%;
  290. border: solid transparent;
  291. border-top-color: #36f;
  292. border-width: 8px;
  293. transform: rotate(-90deg);
  294. }
  295. .form-inline-pc{
  296. width: 550px !important;
  297. margin: 0 auto;
  298. }
  299. .fb-t{
  300. padding-top:0px;
  301. }
  302. .inner-bg{
  303. padding: 18px 0px 10px 0px;
  304. }
  305. #ffnp{
  306. width: 100%;
  307. float: left;
  308. font-family: "黑体", sans-serif;
  309. }
  310. #cx-rel-code{
  311. font-family: "黑体", sans-serif;
  312. }
  313. #sele-box input[type="text"], input[type="password"], textarea, textarea.form-control{
  314. height: 37px;
  315. border:2px solid #ddd;
  316. background:#fff;
  317. color: #666;
  318. font-family: "黑体", sans-serif;
  319. }
  320. .form-info-t{
  321. font-family: "黑体", sans-serif;
  322. color: #666;
  323. font-size: 14px;
  324. }
  325. .context-menu-arrow {
  326. width: 0;
  327. height: 0;
  328. border-left: 10px solid transparent;
  329. border-right: 10px solid transparent;
  330. border-top: 10px solid #ffffff; /* 箭头颜色 */
  331. position: absolute;
  332. bottom: 100%;
  333. left: 50%;
  334. margin-left: -10px;
  335. display: none;
  336. }
  337. .form-box-ssl{
  338. position:relative;
  339. width:100%;
  340. margin:0 auto;
  341. }
  342. #backtop{
  343. z-index:9999;
  344. }
  345. .footer-nav{
  346. z-index: 9999;
  347. }
  348. .ssl-box{
  349. position:absolute;
  350. width: 535px;
  351. height: 480px;
  352. background: none;
  353. top:0;
  354. left: 50%;
  355. margin-left: 286px;
  356. display: none;
  357. }
  358. .ssl-box-t{
  359. width: 90%;
  360. height: 190px;
  361. border-radius: 5px;
  362. background: #fff;
  363. margin-top: 14px;
  364. padding: 20px 25px;
  365. }
  366. .ssl-box-t p{
  367. font-size: 15px;
  368. font-weight: bold;
  369. font-family: "黑体", sans-serif;
  370. }
  371. .ssl-box-b{
  372. width: 90%;
  373. height: 220px;
  374. border-radius: 5px;
  375. background: #fff;
  376. margin-top: 8px;
  377. }
  378. .ssl-box-b .p-con{
  379. font-size: 15px;
  380. font-weight: bold;
  381. font-family: "黑体", sans-serif;
  382. padding: 20px 25px 10px 25px;
  383. }
  384. .ssl-box-b .p-con2{
  385. font-size: 15px;
  386. font-weight: bold;
  387. font-family: "黑体", sans-serif;
  388. padding: 0px 25px;
  389. }
  390. #sele-box{
  391. position: relative;
  392. width: 100%;
  393. margin: 0 auto;
  394. background: none;
  395. }
  396. .ssl-box-b .p-con2 table, th, td{
  397. border: 1px solid #999;
  398. padding: 5px 0px;
  399. font-size: 12px;
  400. font-weight: 300;
  401. overflow: hidden;
  402. height: 32px;
  403. }
  404. .ssl-box-b .p-con2 table {
  405. border-collapse: collapse;
  406. }
  407. .ssl-box-b .p-con2 th{
  408. font-size: 13px;
  409. color: #fff;
  410. font-weight: 400;
  411. background: #3366ff;
  412. text-align: center;
  413. }
  414. .t-wid1{
  415. width: 73px;
  416. }
  417. .t-wid2{
  418. width: 100px;
  419. }
  420. .t-wid3{
  421. width: 100px;
  422. }
  423. .t-wid4{
  424. width: 73px;
  425. }
  426. .ssl-box-b .p-con2 tr td:nth-child(1){
  427. background: #99ccff;
  428. color: #000;
  429. }
  430. .ssl-box-b .p-con2 tr td:nth-child(2){
  431. padding-left: 23px;
  432. }
  433. .ssl-box-b .p-con2 tr td:nth-child(3){
  434. padding-left: 23px;
  435. }
  436. .ssl-box-b .p-con2 tr td:nth-child(4){
  437. text-align: center;
  438. color: #3366ff;
  439. font-size: 15px;
  440. font-weight: bold;
  441. }
  442. .ssl-box-b .p-con2 tr .td-b{
  443. text-align: center;
  444. color: red !important;
  445. font-size: 15px;
  446. font-weight: bold;
  447. }
  448. .form-gb{
  449. width: 100%;
  450. height: 45px;
  451. line-height: 45px;
  452. cursor: pointer;
  453. margin-bottom: 10px;
  454. }
  455. .form-gb-con{
  456. width: 98%;
  457. margin: 0 auto;
  458. text-align: center;
  459. position: relative;
  460. padding: 0 1%;
  461. line-height: 25px;
  462. }
  463. .form-gb-con span{
  464. color: #fff;
  465. font-size: 16px;
  466. font-weight: bold;
  467. font-family: "黑体", sans-serif;
  468. }
  469. .form-gb-con img{
  470. width: 12px;
  471. height: 12px;
  472. vertical-align: middle;
  473. margin-top: -2px;
  474. }
  475. .modal-dialog .ssl-box-t{
  476. padding: 0px !important;
  477. width: 100%;
  478. height: 160px;
  479. }
  480. .modal-dialog .ssl-box-b{
  481. width: 100%;
  482. height: auto !important;
  483. }
  484. .modal-dialog .p-con{
  485. padding: 0px !important;
  486. width: 100%;
  487. margin-bottom: 5px;
  488. }
  489. .modal-dialog .p-con2{
  490. padding: 0px !important;
  491. width: 100%;
  492. }
  493. .modal-dialog table{
  494. width:100%;
  495. }
  496. .sss-box .modal-dialog{
  497. margin-top:40px !important;
  498. }
  499. .modal-dialog .t-wid1{
  500. width:25% !important;
  501. }
  502. .modal-dialog .t-wid2{
  503. width:25% !important;
  504. }
  505. .modal-dialog .t-wid3{
  506. width:25% !important;
  507. }
  508. .modal-dialog .t-wid4{
  509. width:25% !important;
  510. }
  511. .ssl-list{
  512. position: absolute;
  513. width: 96%;
  514. padding: 0 0%;
  515. height: 380px;
  516. background: none;
  517. bottom: 0;
  518. left: 2%;
  519. margin-left: 0;
  520. margin-bottom: -390px;
  521. background: #336699;
  522. background-color: rgba(51, 102, 204, 0.3);
  523. }
  524. .ssl-list-t{
  525. width: 100%;
  526. line-height: 60px;
  527. text-align: center;
  528. font-size: 17px;
  529. font-weight: bold;
  530. font-family: "黑体", sans-serif;
  531. color: #fff;
  532. }
  533. .ssl-list-t font{
  534. color: red;
  535. margin: 0 3px;
  536. }
  537. .ssl-list-b{
  538. width: 100%;
  539. padding: 0 0px;
  540. }
  541. .div-top{
  542. float: left;
  543. }
  544. .center-div{
  545. float: left;
  546. }
  547. .bottom-div{
  548. float: left;
  549. margin-top:0px !important;
  550. }
  551. .ti{
  552. width:100%;
  553. height: 40px;
  554. border-bottom: 1px solid #fff;
  555. }
  556. .ti span{
  557. display: block;
  558. text-align: center;
  559. color: #fff;
  560. font-family: "黑体", sans-serif;
  561. float: left;
  562. margin-left: 0;
  563. font-size: 14px;
  564. margin-right: 0;
  565. height: 40px;
  566. line-height: 40px;
  567. font-weight: bold;
  568. }
  569. .sp1{
  570. width: 13%;
  571. }
  572. .sp2{
  573. width: 24%;
  574. }
  575. .sp3{
  576. width: 43%;
  577. }
  578. .sp4{
  579. width: 20%;
  580. }
  581. .tib{
  582. width: 100%;
  583. margin-top:13px;
  584. }
  585. .tib-li{
  586. width:100%;
  587. height: 35px;
  588. }
  589. .tib-li span{
  590. display: block;
  591. text-align: center;
  592. color: #fff;
  593. font-family: "黑体", sans-serif;
  594. float: left;
  595. margin-left: 0;
  596. font-size: 14px;
  597. margin-right: 0;
  598. height: 35px;
  599. line-height: 35px;
  600. overflow: hidden;
  601. }
  602. .tib-li-err span{
  603. color: red;
  604. }
  605. .tib-li-end{
  606. animation: fadeInOut 1s infinite;
  607. }
  608. @keyframes fadeInOut {
  609. 0% {
  610. opacity: 0;
  611. }
  612. 25% {
  613. opacity: 1;
  614. }
  615. 50% {
  616. opacity: 1;
  617. }
  618. 75% {
  619. opacity: 1;
  620. }
  621. 100% {
  622. opacity: 0;
  623. }
  624. }
  625. .autoBox {
  626. position: relative;
  627. margin: 0 auto;
  628. overflow: hidden;
  629. margin-top:10px;
  630. }
  631. .autoBox ul {
  632. position: absolute;
  633. list-style: none;
  634. z-index: 2;
  635. }
  636. .modal-dialog{
  637. margin-top: 82px;
  638. font-family: "黑体", sans-serif !important;
  639. color: #000;
  640. }
  641. .modal-title{
  642. font-family: "黑体", sans-serif !important;
  643. color: #000;
  644. }
  645. #zy_box{
  646. font-family: "黑体", sans-serif !important;
  647. }
  648. #zys{
  649. display: none;
  650. }
  651. .hjk{
  652. padding: 6px 15px;
  653. border: 1px solid #999999;
  654. border-radius: 10px;
  655. font-size: 15px;
  656. color: #9999;
  657. margin-right: 5px;
  658. display: block;
  659. float: left;
  660. margin-top:5px;
  661. cursor: pointer;
  662. position: relative;
  663. font-family: "黑体", sans-serif !important;
  664. }
  665. .hjk:after {
  666. content: '\2713';
  667. position: absolute;
  668. right: 3%;
  669. bottom: auto;
  670. color: #fff;
  671. font-size: 12px;
  672. }
  673. .hjk-check{
  674. color:#3366ff;
  675. border: 1px solid #3366ff;
  676. }
  677. .hjk-check:after{
  678. color:#3366ff;
  679. }
  680. .control-label{
  681. font-family: "黑体", sans-serif !important;
  682. }
  683. #zss{
  684. font-family: "黑体", sans-serif !important;
  685. padding-left: 2px !important;
  686. }
  687. .form-top-left p span{
  688. font-family: "黑体", sans-serif !important;
  689. color: #000;
  690. font-weight: bold;
  691. }
  692. .panel-body{
  693. font-family: "黑体", sans-serif !important;
  694. color: #000;
  695. }
  696. .list-group a{
  697. font-family: "黑体", sans-serif !important;
  698. color: #000;
  699. }
  700. .form-t-e{
  701. border-bottom-left-radius: 10px;
  702. border-bottom-right-radius: 10px;
  703. }
  704. .form-b-e{
  705. border-radius: 10px;
  706. background: #fff;
  707. margin-top:15px;
  708. padding:5px 2%;
  709. }
  710. .ta-info-detail{
  711. width:100%;
  712. font-family: "黑体", sans-serif !important;
  713. color: #000;
  714. font-size: 15px;
  715. font-weight: bold;
  716. }
  717. .ta-list-li-box{
  718. width:100%;
  719. font-family: "黑体", sans-serif !important;
  720. color: #000;
  721. margin-bottom:5px;
  722. }
  723. .tllb-t{
  724. font-size: 15px;
  725. font-weight: bold;
  726. }
  727. /*表格样式**/
  728. .p-con68 table, th, td{
  729. border: 1px solid #999;
  730. padding: 5px 10px;
  731. font-size: 12px;
  732. font-weight: 300;
  733. overflow: hidden;
  734. height: 32px;
  735. text-align: center;
  736. }
  737. .p-con68 table {
  738. border-collapse: collapse;
  739. width: 100%;
  740. }
  741. .p-con68 th{
  742. font-size: 13px;
  743. color: #fff;
  744. font-weight: 400;
  745. background: #3366ff;
  746. text-align: center;
  747. }
  748. .p-con68 .t-wid1{
  749. width: 25%;
  750. }
  751. .p-con68 .t-wid2{
  752. width: 25%;
  753. }
  754. .p-con68 .t-wid3{
  755. width: 25%;
  756. }
  757. .p-con68 .t-wid4{
  758. width: 25%;
  759. }
  760. .p-con68 tr td:nth-child(1){
  761. background: #99ccff;
  762. color: #000;
  763. }
  764. .p-con68 tr td:nth-child(2){
  765. /*padding-left: 23px;*/
  766. }
  767. .p-con68 tr td:nth-child(3){
  768. /* padding-left: 23px;*/
  769. }
  770. .p-con68 tr td:nth-child(4){
  771. text-align: center;
  772. color: #3366ff;
  773. font-size: 15px;
  774. font-weight: bold;
  775. }
  776. .p-con68 tr .td-b{
  777. text-align: center;
  778. color: red !important;
  779. font-size: 15px;
  780. font-weight: bold;
  781. }
  782. .zklp{
  783. font-family: "黑体", sans-serif !important;
  784. color: red;
  785. cursor: pointer;
  786. position: relative;
  787. display: block;
  788. float: left;
  789. width:15%;
  790. margin: 5px 0;
  791. line-height: 25px;
  792. }
  793. .p-con68{
  794. display: none;
  795. }
  796. .klp1{
  797. display: block;
  798. }
  799. .ta-info-detail p{
  800. margin: 5px 0 0px 0px
  801. !important;
  802. font-size: 16px;
  803. }
  804. /*
  805. 找不到 19b9e7
  806. */
  807. .zklp-2::after {
  808. content: "";
  809. width: 0;
  810. height: 0;
  811. border-left: 6px solid transparent;
  812. border-right: 6px solid transparent;
  813. border-top: 6px solid red;
  814. display: block;
  815. rotation: 360deg;
  816. position: absolute;
  817. top: 12px;
  818. left: 34px;
  819. }
  820. .zklp-3::after {
  821. content: "";
  822. width: 0;
  823. height: 0;
  824. border-left: 6px solid transparent;
  825. border-right: 6px solid transparent;
  826. border-bottom: 6px solid red;
  827. display: block;
  828. rotation: 360deg;
  829. position: absolute;
  830. top: 9px;
  831. left: 34px;
  832. }
  833. .zklp-l{
  834. display: block;
  835. float: left;
  836. width:85%;
  837. font-family: "黑体", sans-serif !important;
  838. color: #000;
  839. margin: 5px 0;
  840. line-height: 25px;
  841. }
  842. .nav-tabs{
  843. height: 30px;
  844. margin-top:5px;
  845. }
  846. .nav-tabs li{
  847. height: 30px;
  848. }
  849. .nav-tabs li a{
  850. height: 30px;
  851. line-height: 8px !important;
  852. font-family: "黑体", sans-serif !important;
  853. color: #000;
  854. font-size: 13px !important;
  855. }
  856. .tab-pane{
  857. margin-top:5px;
  858. }
  859. .result-div{
  860. margin-bottom: 5px;
  861. display: block;
  862. font-family: "黑体", sans-serif !important;
  863. }
  864. .form-top-left{
  865. padding-bottom: 0px;
  866. margin-bottom: 5px;
  867. }
  868. .form-bottom{
  869. /* padding-top: 5px;*/
  870. }
  871. #zss .checkbox-inline{
  872. height: 35px;
  873. line-height: 32px;
  874. }
  875. #choose6{
  876. margin-top:15px;
  877. }
  878. .zsssfg{
  879. margin-top:15px;
  880. }
  881. .fdtgry{
  882. padding-top:15px;
  883. }
  884. #zss select{
  885. height: 24px;
  886. width: 60px;
  887. }
  888. #zss input{
  889. height: 24px;
  890. }
  891. .zsssfg .control-label{
  892. font-size: 16px;
  893. }
  894. .ftl-l{
  895. width:100%;float: left;
  896. color: #000;
  897. font-size: 16px;
  898. font-weight: bold;
  899. font-family: "黑体", sans-serif;
  900. }
  901. .ftl-r{
  902. width:100%;float: left;
  903. color: #000;
  904. font-size: 16px;
  905. font-weight: bold;
  906. font-family: "黑体", sans-serif;
  907. margin-top: 5px;
  908. }
  909. .form-t-e{
  910. padding-bottom:15px !important;
  911. }
  912. #zss .form-control-static{
  913. display: block;
  914. float: left;
  915. width: 100%;
  916. height: 35px !important;
  917. }
  918. #zss .form-control-static font{
  919. float: right;
  920. margin-right: 20%;
  921. }
  922. #retrieve-code{
  923. margin-top:0px !important;
  924. }
  925. .sele-box-pc{
  926. }
  927. .center-div-uo{
  928. display: block;
  929. }
  930. .sele-box-pc{
  931. margin-top:0px !important;
  932. }
  933. #nav-box{
  934. display: none;
  935. }
  936. #m-btn{
  937. display: block;
  938. line-height: 48px;
  939. }
  940. .search i.fa, .darkmode i.fa{
  941. line-height: 52px;
  942. }
  943. body.open .m-nav {
  944. left: 0px;
  945. }
  946. .m-btn i{
  947. line-height: 45px;
  948. }
  949. }
  950. /** pc端改写的css
  951. */
  952. @media (min-width: 1001px){
  953. .center-div-uo{
  954. display: none;
  955. }
  956. #ciping .top-content .container {
  957. width: 100%;
  958. max-width: 1920px;
  959. }
  960. .title-h1{
  961. font-size: 26px;
  962. color: #fff;
  963. font-weight: 400;
  964. font-family: "黑体", sans-serif;
  965. /* font-weight: bold;*/
  966. line-height: 40px;
  967. padding:0 10%;
  968. display: block;
  969. text-align: center;
  970. width: 80%;
  971. margin: 0 auto;
  972. }
  973. .registration-form{
  974. width: 550px;
  975. margin:0 auto;
  976. }
  977. .form-top{
  978. padding:0 !important;
  979. }
  980. .form-title{
  981. width:100%;
  982. height: 65px;
  983. background: linear-gradient(to bottom, #3366ff, #0066cc);
  984. text-align: center;
  985. }
  986. .form-title span{
  987. color: #fff;
  988. line-height: 65px;
  989. font-size: 36px;
  990. font-weight: bold;
  991. font-family: "黑体", sans-serif;
  992. }
  993. .form-top-left{
  994. padding: 25px 25px 0 25px;
  995. }
  996. .form-top-left p{
  997. color: #000;
  998. font-size: 16px;
  999. font-weight: bold;
  1000. font-family: "黑体", sans-serif;
  1001. }
  1002. .form-top-right{
  1003. padding: 0px 25px 0 25px;
  1004. }
  1005. .form-top-right img{
  1006. width:41px;
  1007. }
  1008. .form-bottom{
  1009. background: #fff;
  1010. padding: 1px 25px 30px 25px;
  1011. }
  1012. select.form-control {
  1013. height: 43px;
  1014. border:2px solid #ddd;
  1015. background:#fff;
  1016. color: #666;
  1017. font-family: "黑体", sans-serif;
  1018. }
  1019. input[type="text"], input[type="password"], textarea, textarea.form-control{
  1020. height: 43px;
  1021. border:2px solid #ddd;
  1022. background:#fff;
  1023. color: #666;
  1024. font-family: "黑体", sans-serif;
  1025. }
  1026. button.btn{
  1027. height: 37px;
  1028. background:#3366ff;
  1029. line-height: 37px;
  1030. font-family: "黑体", sans-serif;
  1031. }
  1032. .registration-form button.btn{
  1033. margin-top:10px;
  1034. }
  1035. button.btn:hover{
  1036. background:#3366ff;
  1037. }
  1038. .but-success{
  1039. float: right;
  1040. position: relative;
  1041. }
  1042. .but-success:after {
  1043. content: '';
  1044. position: absolute;
  1045. top: 30%;
  1046. left: 90%;
  1047. border: solid transparent;
  1048. border-top-color: #36f;
  1049. border-width: 8px;
  1050. transform: rotate(-90deg);
  1051. }
  1052. .but-success2:after {
  1053. content: '';
  1054. position: absolute;
  1055. top: 30%;
  1056. left: 100%;
  1057. border: solid transparent;
  1058. border-top-color: #36f;
  1059. border-width: 8px;
  1060. transform: rotate(-90deg);
  1061. }
  1062. .form-inline-pc{
  1063. width: 550px !important;
  1064. margin: 0 auto;
  1065. }
  1066. .inner-bg{
  1067. padding:40px 0px 130px 0;
  1068. }
  1069. #ffnp{
  1070. width: 186px;
  1071. float: left;
  1072. }
  1073. #cx-rel-code{
  1074. font-family: "黑体", sans-serif;
  1075. }
  1076. #sele-box input[type="text"], input[type="password"], textarea, textarea.form-control{
  1077. height: 37px;
  1078. border:2px solid #ddd;
  1079. background:#fff;
  1080. color: #666;
  1081. font-family: "黑体", sans-serif;
  1082. }
  1083. .form-info-t{
  1084. font-family: "黑体", sans-serif;
  1085. color: #666;
  1086. font-size: 14px;
  1087. }
  1088. .context-menu-arrow {
  1089. width: 0;
  1090. height: 0;
  1091. border-left: 10px solid transparent;
  1092. border-right: 10px solid transparent;
  1093. border-top: 10px solid #ffffff; /* 箭头颜色 */
  1094. position: absolute;
  1095. bottom: 100%;
  1096. left: 50%;
  1097. margin-left: -10px;
  1098. display: none;
  1099. }
  1100. .form-box-ssl{
  1101. position:relative;
  1102. width:100%;
  1103. margin:0 auto;
  1104. }
  1105. .ssl-box{
  1106. position:absolute;
  1107. width: 535px;
  1108. height: 480px;
  1109. background: none;
  1110. top:0;
  1111. left: 50%;
  1112. margin-left: 286px;
  1113. display: block;
  1114. }
  1115. .ssl-box-t{
  1116. width: 90%;
  1117. height: 190px;
  1118. border-radius: 5px;
  1119. background: #fff;
  1120. margin-top: 14px;
  1121. padding: 20px 25px;
  1122. }
  1123. .ssl-box-t p{
  1124. font-size: 15px;
  1125. font-weight: bold;
  1126. font-family: "黑体", sans-serif;
  1127. }
  1128. .ssl-box-b{
  1129. width: 90%;
  1130. height: 220px;
  1131. border-radius: 5px;
  1132. background: #fff;
  1133. margin-top: 8px;
  1134. }
  1135. .ssl-box-b .p-con{
  1136. font-size: 15px;
  1137. font-weight: bold;
  1138. font-family: "黑体", sans-serif;
  1139. padding: 20px 25px 10px 25px;
  1140. }
  1141. .ssl-box-b .p-con2{
  1142. font-size: 15px;
  1143. font-weight: bold;
  1144. font-family: "黑体", sans-serif;
  1145. padding: 0px 25px;
  1146. }
  1147. #sele-box{
  1148. position: relative;
  1149. width: 100%;
  1150. margin: 0 auto;
  1151. background: none;
  1152. }
  1153. .ssl-box-b .p-con2 table, th, td{
  1154. border: 1px solid #999;
  1155. padding: 5px 10px;
  1156. font-size: 12px;
  1157. font-weight: 300;
  1158. overflow: hidden;
  1159. height: 32px;
  1160. }
  1161. .ssl-box-b .p-con2 table {
  1162. border-collapse: collapse;
  1163. }
  1164. .ssl-box-b .p-con2 th{
  1165. font-size: 13px;
  1166. color: #fff;
  1167. font-weight: 400;
  1168. background: #3366ff;
  1169. text-align: center;
  1170. }
  1171. .t-wid1{
  1172. width: 73px;
  1173. }
  1174. .t-wid2{
  1175. width: 100px;
  1176. }
  1177. .t-wid3{
  1178. width: 100px;
  1179. }
  1180. .t-wid4{
  1181. width: 73px;
  1182. }
  1183. .ssl-box-b .p-con2 tr td:nth-child(1){
  1184. background: #99ccff;
  1185. color: #000;
  1186. }
  1187. .ssl-box-b .p-con2 tr td:nth-child(2){
  1188. padding-left: 23px;
  1189. }
  1190. .ssl-box-b .p-con2 tr td:nth-child(3){
  1191. padding-left: 23px;
  1192. }
  1193. .ssl-box-b .p-con2 tr td:nth-child(4){
  1194. text-align: center;
  1195. color: #3366ff;
  1196. font-size: 15px;
  1197. font-weight: bold;
  1198. }
  1199. .ssl-box-b .p-con2 tr .td-b{
  1200. text-align: center;
  1201. color: red !important;
  1202. font-size: 15px;
  1203. font-weight: bold;
  1204. }
  1205. .form-gb{
  1206. width: 100%;
  1207. height: 40px;
  1208. line-height: 40px;
  1209. cursor: pointer;
  1210. margin-bottom: 5px;
  1211. }
  1212. .form-gb-con{
  1213. width: 550px;
  1214. margin: 0 auto;
  1215. text-align: center;
  1216. position: relative;
  1217. }
  1218. .form-gb-con span{
  1219. color: #fff;
  1220. font-size: 17px;
  1221. font-weight: bold;
  1222. font-family: "黑体", sans-serif;
  1223. }
  1224. .form-gb-con img{
  1225. width: 18px;
  1226. height:18px;
  1227. vertical-align: middle;
  1228. margin-top: -4px;
  1229. }
  1230. .ssl-list{
  1231. position: absolute;
  1232. width: 450px;
  1233. height: 380px;
  1234. background: none;
  1235. top: 0;
  1236. left: 50%;
  1237. margin-left: -763px;
  1238. margin-top:30px;
  1239. background: #336699;
  1240. background-color: rgba(51, 102, 204, 0.3);
  1241. }
  1242. .ssl-list-t{
  1243. width: 100%;
  1244. line-height: 60px;
  1245. text-align: center;
  1246. font-size: 17px;
  1247. font-weight: bold;
  1248. font-family: "黑体", sans-serif;
  1249. color: #fff;
  1250. }
  1251. .ssl-list-t font{
  1252. color: red;
  1253. margin: 0 3px;
  1254. }
  1255. .ssl-list-b{
  1256. width: 100%;
  1257. padding: 0 20px;
  1258. }
  1259. .ti{
  1260. width:100%;
  1261. height: 40px;
  1262. border-bottom: 1px solid #fff;
  1263. }
  1264. .ti span{
  1265. display: block;
  1266. text-align: center;
  1267. color: #fff;
  1268. font-family: "黑体", sans-serif;
  1269. float: left;
  1270. margin-left: 0;
  1271. font-size: 14px;
  1272. margin-right: 0;
  1273. height: 40px;
  1274. line-height: 40px;
  1275. font-weight: bold;
  1276. }
  1277. .sp1{
  1278. width: 13%;
  1279. }
  1280. .sp2{
  1281. width: 24%;
  1282. }
  1283. .sp3{
  1284. width: 43%;
  1285. }
  1286. .sp4{
  1287. width: 20%;
  1288. }
  1289. .tib{
  1290. width: 100%;
  1291. margin-top:13px;
  1292. }
  1293. .tib-li{
  1294. width:100%;
  1295. height: 35px;
  1296. }
  1297. .tib-li span{
  1298. display: block;
  1299. text-align: center;
  1300. color: #fff;
  1301. font-family: "黑体", sans-serif;
  1302. float: left;
  1303. margin-left: 0;
  1304. font-size: 14px;
  1305. margin-right: 0;
  1306. height: 35px;
  1307. line-height: 35px;
  1308. overflow: hidden;
  1309. }
  1310. .tib-li-err span{
  1311. color: red;
  1312. }
  1313. .tib-li-end{
  1314. animation: fadeInOut 1s infinite;
  1315. }
  1316. @keyframes fadeInOut {
  1317. 0% {
  1318. opacity: 0;
  1319. }
  1320. 25% {
  1321. opacity: 1;
  1322. }
  1323. 50% {
  1324. opacity: 1;
  1325. }
  1326. 75% {
  1327. opacity: 1;
  1328. }
  1329. 100% {
  1330. opacity: 0;
  1331. }
  1332. }
  1333. .autoBox {
  1334. position: relative;
  1335. margin: 0 auto;
  1336. overflow: hidden;
  1337. margin-top:10px;
  1338. }
  1339. .autoBox ul {
  1340. position: absolute;
  1341. list-style: none;
  1342. z-index: 2;
  1343. }
  1344. .modal-dialog{
  1345. margin-top: 200px;
  1346. font-family: "黑体", sans-serif !important;
  1347. color: #000;
  1348. }
  1349. .modal-title{
  1350. font-family: "黑体", sans-serif !important;
  1351. color: #000;
  1352. }
  1353. #zy_box{
  1354. font-family: "黑体", sans-serif !important;
  1355. }
  1356. #zys{
  1357. display: none;
  1358. }
  1359. .hjk{
  1360. padding: 6px 15px;
  1361. border: 1px solid #999999;
  1362. border-radius: 10px;
  1363. font-size: 15px;
  1364. color: #9999;
  1365. margin-right: 5px;
  1366. display: block;
  1367. float: left;
  1368. margin-top:5px;
  1369. cursor: pointer;
  1370. position: relative;
  1371. font-family: "黑体", sans-serif !important;
  1372. }
  1373. .hjk:after {
  1374. content: '\2713';
  1375. position: absolute;
  1376. right: 3%;
  1377. bottom: auto;
  1378. color: #fff;
  1379. font-size: 12px;
  1380. }
  1381. .hjk-check{
  1382. color:#3366ff;
  1383. border: 1px solid #3366ff;
  1384. }
  1385. .hjk-check:after{
  1386. color:#3366ff;
  1387. }
  1388. .control-label{
  1389. font-family: "黑体", sans-serif !important;
  1390. }
  1391. #zss{
  1392. font-family: "黑体", sans-serif !important;
  1393. padding-left: 2px !important;
  1394. }
  1395. .form-top-left p span{
  1396. font-family: "黑体", sans-serif !important;
  1397. color: #000;
  1398. font-weight: bold;
  1399. }
  1400. .panel-body{
  1401. font-family: "黑体", sans-serif !important;
  1402. color: #000;
  1403. }
  1404. .list-group a{
  1405. font-family: "黑体", sans-serif !important;
  1406. color: #000;
  1407. }
  1408. .form-t-e{
  1409. border-bottom-left-radius: 10px;
  1410. border-bottom-right-radius: 10px;
  1411. }
  1412. .form-b-e{
  1413. border-radius: 10px;
  1414. background: #fff;
  1415. margin-top:15px;
  1416. padding:15px 20px;
  1417. }
  1418. .ta-info-detail{
  1419. width:100%;
  1420. font-family: "黑体", sans-serif !important;
  1421. color: #000;
  1422. font-size: 15px;
  1423. font-weight: bold;
  1424. }
  1425. .ta-list-li-box{
  1426. width:100%;
  1427. font-family: "黑体", sans-serif !important;
  1428. color: #000;
  1429. margin-bottom:5px;
  1430. }
  1431. .tllb-t{
  1432. font-size: 15px;
  1433. font-weight: bold;
  1434. }
  1435. /*表格样式**/
  1436. .p-con68 table, th, td{
  1437. border: 1px solid #999;
  1438. padding: 5px 10px;
  1439. font-size: 12px;
  1440. font-weight: 300;
  1441. overflow: hidden;
  1442. height: 32px;
  1443. text-align: center;
  1444. }
  1445. .p-con68 table {
  1446. border-collapse: collapse;
  1447. width: 100%;
  1448. }
  1449. .p-con68 th{
  1450. font-size: 13px;
  1451. color: #fff;
  1452. font-weight: 400;
  1453. background: #3366ff;
  1454. text-align: center;
  1455. }
  1456. .p-con68 .t-wid1{
  1457. width: 73px;
  1458. }
  1459. .p-con68 .t-wid2{
  1460. width: 100px;
  1461. }
  1462. .p-con68 .t-wid3{
  1463. width: 100px;
  1464. }
  1465. .p-con68 .t-wid4{
  1466. width: 73px;
  1467. }
  1468. .p-con68 tr td:nth-child(1){
  1469. background: #99ccff;
  1470. color: #000;
  1471. }
  1472. .p-con68 tr td:nth-child(2){
  1473. /*padding-left: 23px;*/
  1474. }
  1475. .p-con68 tr td:nth-child(3){
  1476. /* padding-left: 23px;*/
  1477. }
  1478. .p-con68 tr td:nth-child(4){
  1479. text-align: center;
  1480. color: #3366ff;
  1481. font-size: 15px;
  1482. font-weight: bold;
  1483. }
  1484. .p-con68 tr .td-b{
  1485. text-align: center;
  1486. color: red !important;
  1487. font-size: 15px;
  1488. font-weight: bold;
  1489. }
  1490. .zklp{
  1491. font-family: "黑体", sans-serif !important;
  1492. color: red;
  1493. cursor: pointer;
  1494. position: relative;
  1495. display: block;
  1496. float: left;
  1497. width:20%;
  1498. margin: 5px 0;
  1499. }
  1500. .p-con68{
  1501. display: none;
  1502. }
  1503. .klp1{
  1504. display: block;
  1505. }
  1506. .zklp-2::after {
  1507. content: "";
  1508. width: 0;
  1509. height: 0;
  1510. border-left: 6px solid transparent;
  1511. border-right: 6px solid transparent;
  1512. border-top: 6px solid red;
  1513. display: block;
  1514. rotation: 360deg;
  1515. position: absolute;
  1516. top: 6px;
  1517. left: 34px;
  1518. }
  1519. .zklp-3::after {
  1520. content: "";
  1521. width: 0;
  1522. height: 0;
  1523. border-left: 6px solid transparent;
  1524. border-right: 6px solid transparent;
  1525. border-bottom: 6px solid red;
  1526. display: block;
  1527. rotation: 360deg;
  1528. position: absolute;
  1529. top: 6px;
  1530. left: 34px;
  1531. }
  1532. .zklp-l{
  1533. display: block;
  1534. float: left;
  1535. width:71%;
  1536. font-family: "黑体", sans-serif !important;
  1537. color: #000;
  1538. margin: 5px 0;
  1539. }
  1540. .nav-tabs{
  1541. height: 30px;
  1542. margin-top:5px;
  1543. }
  1544. .nav-tabs li{
  1545. height: 30px;
  1546. }
  1547. .nav-tabs li a{
  1548. height: 30px;
  1549. line-height: 8px !important;
  1550. font-family: "黑体", sans-serif !important;
  1551. color: #000;
  1552. font-size: 13px !important;
  1553. }
  1554. .tab-pane{
  1555. margin-top:5px;
  1556. }
  1557. .result-div{
  1558. margin-bottom: 5px;
  1559. display: block;
  1560. font-family: "黑体", sans-serif !important;
  1561. }
  1562. .form-top-left{
  1563. padding-bottom: 15px;
  1564. }
  1565. .ftl-l{
  1566. width:50%;float: left;
  1567. color: #000;
  1568. font-size: 16px;
  1569. font-weight: bold;
  1570. font-family: "黑体", sans-serif;
  1571. }
  1572. .ftl-r{
  1573. width:50%;float: left;
  1574. color: #000;
  1575. font-size: 16px;
  1576. font-weight: bold;
  1577. font-family: "黑体", sans-serif;
  1578. }
  1579. #zss .form-control-static{
  1580. display: block;
  1581. float: left;
  1582. width: 50%;
  1583. }
  1584. #zss .form-control-static font{
  1585. float: right;
  1586. margin-right: 20%;
  1587. }
  1588. #retrieve-code{
  1589. margin-top:0px !important;
  1590. }
  1591. }