No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

style.css 36KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709
  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: center;
  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 10px;
  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: 5px;
  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. }
  488. .modal-dialog .p-con2{
  489. padding: 0px !important;
  490. width: 100%;
  491. }
  492. .modal-dialog table{
  493. width:100%;
  494. }
  495. .sss-box .modal-dialog{
  496. margin-top:40px !important;
  497. }
  498. .modal-dialog .t-wid1{
  499. width:25% !important;
  500. }
  501. .modal-dialog .t-wid2{
  502. width:25% !important;
  503. }
  504. .modal-dialog .t-wid3{
  505. width:25% !important;
  506. }
  507. .modal-dialog .t-wid4{
  508. width:25% !important;
  509. }
  510. .ssl-list{
  511. position: absolute;
  512. width: 96%;
  513. padding: 0 0%;
  514. height: 380px;
  515. background: none;
  516. bottom: 0;
  517. left: 2%;
  518. margin-left: 0;
  519. margin-bottom: -390px;
  520. background: #336699;
  521. background-color: rgba(51, 102, 204, 0.3);
  522. }
  523. .ssl-list-t{
  524. width: 100%;
  525. line-height: 60px;
  526. text-align: center;
  527. font-size: 17px;
  528. font-weight: bold;
  529. font-family: "黑体", sans-serif;
  530. color: #fff;
  531. }
  532. .ssl-list-t font{
  533. color: red;
  534. margin: 0 3px;
  535. }
  536. .ssl-list-b{
  537. width: 100%;
  538. padding: 0 0px;
  539. }
  540. .div-top{
  541. float: left;
  542. }
  543. .center-div{
  544. float: left;
  545. }
  546. .bottom-div{
  547. float: left;
  548. margin-top:0px !important;
  549. }
  550. .ti{
  551. width:100%;
  552. height: 40px;
  553. border-bottom: 1px solid #fff;
  554. }
  555. .ti span{
  556. display: block;
  557. text-align: center;
  558. color: #fff;
  559. font-family: "黑体", sans-serif;
  560. float: left;
  561. margin-left: 0;
  562. font-size: 14px;
  563. margin-right: 0;
  564. height: 40px;
  565. line-height: 40px;
  566. font-weight: bold;
  567. }
  568. .sp1{
  569. width: 13%;
  570. }
  571. .sp2{
  572. width: 24%;
  573. }
  574. .sp3{
  575. width: 43%;
  576. }
  577. .sp4{
  578. width: 20%;
  579. }
  580. .tib{
  581. width: 100%;
  582. margin-top:13px;
  583. }
  584. .tib-li{
  585. width:100%;
  586. height: 35px;
  587. }
  588. .tib-li span{
  589. display: block;
  590. text-align: center;
  591. color: #fff;
  592. font-family: "黑体", sans-serif;
  593. float: left;
  594. margin-left: 0;
  595. font-size: 14px;
  596. margin-right: 0;
  597. height: 35px;
  598. line-height: 35px;
  599. overflow: hidden;
  600. }
  601. .tib-li-err span{
  602. color: red;
  603. }
  604. .tib-li-end{
  605. animation: fadeInOut 1s infinite;
  606. }
  607. @keyframes fadeInOut {
  608. 0% {
  609. opacity: 0;
  610. }
  611. 25% {
  612. opacity: 1;
  613. }
  614. 50% {
  615. opacity: 1;
  616. }
  617. 75% {
  618. opacity: 1;
  619. }
  620. 100% {
  621. opacity: 0;
  622. }
  623. }
  624. .autoBox {
  625. position: relative;
  626. margin: 0 auto;
  627. overflow: hidden;
  628. margin-top:10px;
  629. }
  630. .autoBox ul {
  631. position: absolute;
  632. list-style: none;
  633. z-index: 2;
  634. }
  635. .modal-dialog{
  636. margin-top: 82px;
  637. font-family: "黑体", sans-serif !important;
  638. color: #000;
  639. }
  640. .modal-title{
  641. font-family: "黑体", sans-serif !important;
  642. color: #000;
  643. }
  644. #zy_box{
  645. font-family: "黑体", sans-serif !important;
  646. }
  647. #zys{
  648. display: none;
  649. }
  650. .hjk{
  651. padding: 6px 15px;
  652. border: 1px solid #999999;
  653. border-radius: 10px;
  654. font-size: 15px;
  655. color: #9999;
  656. margin-right: 5px;
  657. display: block;
  658. float: left;
  659. margin-top:5px;
  660. cursor: pointer;
  661. position: relative;
  662. font-family: "黑体", sans-serif !important;
  663. }
  664. .hjk:after {
  665. content: '\2713';
  666. position: absolute;
  667. right: 3%;
  668. bottom: auto;
  669. color: #fff;
  670. font-size: 12px;
  671. }
  672. .hjk-check{
  673. color:#3366ff;
  674. border: 1px solid #3366ff;
  675. }
  676. .hjk-check:after{
  677. color:#3366ff;
  678. }
  679. .control-label{
  680. font-family: "黑体", sans-serif !important;
  681. }
  682. #zss{
  683. font-family: "黑体", sans-serif !important;
  684. padding-left: 2px !important;
  685. }
  686. .form-top-left p span{
  687. font-family: "黑体", sans-serif !important;
  688. color: #000;
  689. font-weight: bold;
  690. }
  691. .panel-body{
  692. font-family: "黑体", sans-serif !important;
  693. color: #000;
  694. }
  695. .list-group a{
  696. font-family: "黑体", sans-serif !important;
  697. color: #000;
  698. }
  699. .form-t-e{
  700. border-bottom-left-radius: 10px;
  701. border-bottom-right-radius: 10px;
  702. }
  703. .form-b-e{
  704. border-radius: 10px;
  705. background: #fff;
  706. margin-top:15px;
  707. padding:5px 2%;
  708. }
  709. .ta-info-detail{
  710. width:100%;
  711. font-family: "黑体", sans-serif !important;
  712. color: #000;
  713. font-size: 15px;
  714. font-weight: bold;
  715. }
  716. .ta-list-li-box{
  717. width:100%;
  718. font-family: "黑体", sans-serif !important;
  719. color: #000;
  720. margin-bottom:5px;
  721. }
  722. .tllb-t{
  723. font-size: 15px;
  724. font-weight: bold;
  725. }
  726. /*表格样式**/
  727. .p-con68 table, th, td{
  728. border: 1px solid #999;
  729. padding: 5px 10px;
  730. font-size: 12px;
  731. font-weight: 300;
  732. overflow: hidden;
  733. height: 32px;
  734. text-align: center;
  735. }
  736. .p-con68 table {
  737. border-collapse: collapse;
  738. width: 100%;
  739. }
  740. .p-con68 th{
  741. font-size: 13px;
  742. color: #fff;
  743. font-weight: 400;
  744. background: #3366ff;
  745. text-align: center;
  746. }
  747. .p-con68 .t-wid1{
  748. width: 25%;
  749. }
  750. .p-con68 .t-wid2{
  751. width: 25%;
  752. }
  753. .p-con68 .t-wid3{
  754. width: 25%;
  755. }
  756. .p-con68 .t-wid4{
  757. width: 25%;
  758. }
  759. .p-con68 tr td:nth-child(1){
  760. background: #99ccff;
  761. color: #000;
  762. }
  763. .p-con68 tr td:nth-child(2){
  764. /*padding-left: 23px;*/
  765. }
  766. .p-con68 tr td:nth-child(3){
  767. /* padding-left: 23px;*/
  768. }
  769. .p-con68 tr td:nth-child(4){
  770. text-align: center;
  771. color: #3366ff;
  772. font-size: 15px;
  773. font-weight: bold;
  774. }
  775. .p-con68 tr .td-b{
  776. text-align: center;
  777. color: red !important;
  778. font-size: 15px;
  779. font-weight: bold;
  780. }
  781. .zklp{
  782. font-family: "黑体", sans-serif !important;
  783. color: red;
  784. cursor: pointer;
  785. position: relative;
  786. display: block;
  787. float: left;
  788. width:15%;
  789. margin: 5px 0;
  790. line-height: 25px;
  791. }
  792. .p-con68{
  793. display: none;
  794. }
  795. .klp1{
  796. display: block;
  797. }
  798. .ta-info-detail p{
  799. margin: 5px 0 0px 0px
  800. !important;
  801. font-size: 16px;
  802. }
  803. /*
  804. 找不到 19b9e7
  805. */
  806. .zklp-2::after {
  807. content: "";
  808. width: 0;
  809. height: 0;
  810. border-left: 6px solid transparent;
  811. border-right: 6px solid transparent;
  812. border-top: 6px solid red;
  813. display: block;
  814. rotation: 360deg;
  815. position: absolute;
  816. top: 12px;
  817. left: 34px;
  818. }
  819. .zklp-3::after {
  820. content: "";
  821. width: 0;
  822. height: 0;
  823. border-left: 6px solid transparent;
  824. border-right: 6px solid transparent;
  825. border-bottom: 6px solid red;
  826. display: block;
  827. rotation: 360deg;
  828. position: absolute;
  829. top: 9px;
  830. left: 34px;
  831. }
  832. .zklp-l{
  833. display: block;
  834. float: left;
  835. width:85%;
  836. font-family: "黑体", sans-serif !important;
  837. color: #000;
  838. margin: 5px 0;
  839. line-height: 25px;
  840. }
  841. .nav-tabs{
  842. height: 30px;
  843. margin-top:5px;
  844. }
  845. .nav-tabs li{
  846. height: 30px;
  847. }
  848. .nav-tabs li a{
  849. height: 30px;
  850. line-height: 8px !important;
  851. font-family: "黑体", sans-serif !important;
  852. color: #000;
  853. font-size: 13px !important;
  854. }
  855. .tab-pane{
  856. margin-top:5px;
  857. }
  858. .result-div{
  859. margin-bottom: 5px;
  860. display: block;
  861. font-family: "黑体", sans-serif !important;
  862. }
  863. .form-top-left{
  864. padding-bottom: 0px;
  865. margin-bottom: 5px;
  866. }
  867. .form-bottom{
  868. /* padding-top: 5px;*/
  869. }
  870. #zss .checkbox-inline{
  871. height: 35px;
  872. line-height: 32px;
  873. }
  874. #choose6{
  875. margin-top:15px;
  876. }
  877. .zsssfg{
  878. margin-top:15px;
  879. }
  880. .fdtgry{
  881. padding-top:15px;
  882. }
  883. #zss select{
  884. height: 24px;
  885. width: 60px;
  886. }
  887. #zss input{
  888. height: 24px;
  889. }
  890. .zsssfg .control-label{
  891. font-size: 16px;
  892. }
  893. .ftl-l{
  894. width:100%;float: left;
  895. color: #000;
  896. font-size: 16px;
  897. font-weight: bold;
  898. font-family: "黑体", sans-serif;
  899. }
  900. .ftl-r{
  901. width:100%;float: left;
  902. color: #000;
  903. font-size: 16px;
  904. font-weight: bold;
  905. font-family: "黑体", sans-serif;
  906. margin-top: 5px;
  907. }
  908. .form-t-e{
  909. padding-bottom:15px !important;
  910. }
  911. #zss .form-control-static{
  912. display: block;
  913. float: left;
  914. width: 100%;
  915. height: 35px !important;
  916. }
  917. #zss .form-control-static font{
  918. float: right;
  919. margin-right: 20%;
  920. }
  921. #retrieve-code{
  922. margin-top:0px !important;
  923. }
  924. .sele-box-pc{
  925. }
  926. .center-div-uo{
  927. display: block;
  928. }
  929. .sele-box-pc{
  930. margin-top:0px !important;
  931. }
  932. #nav-box{
  933. display: none;
  934. }
  935. #m-btn{
  936. display: block;
  937. line-height: 48px;
  938. }
  939. .search i.fa, .darkmode i.fa{
  940. line-height: 52px;
  941. }
  942. body.open .m-nav {
  943. left: 0px;
  944. }
  945. .m-btn i{
  946. line-height: 45px;
  947. }
  948. }
  949. /** pc端改写的css
  950. */
  951. @media (min-width: 1001px){
  952. .center-div-uo{
  953. display: none;
  954. }
  955. #ciping .top-content .container {
  956. width: 100%;
  957. max-width: 1920px;
  958. }
  959. .title-h1{
  960. font-size: 26px;
  961. color: #fff;
  962. font-weight: 400;
  963. font-family: "黑体", sans-serif;
  964. /* font-weight: bold;*/
  965. line-height: 40px;
  966. padding:0 10%;
  967. display: block;
  968. text-align: center;
  969. width: 80%;
  970. margin: 0 auto;
  971. }
  972. .registration-form{
  973. width: 550px;
  974. margin:0 auto;
  975. }
  976. .form-top{
  977. padding:0 !important;
  978. }
  979. .form-title{
  980. width:100%;
  981. height: 65px;
  982. background: linear-gradient(to bottom, #3366ff, #0066cc);
  983. text-align: center;
  984. }
  985. .form-title span{
  986. color: #fff;
  987. line-height: 65px;
  988. font-size: 36px;
  989. font-weight: bold;
  990. font-family: "黑体", sans-serif;
  991. }
  992. .form-top-left{
  993. padding: 25px 25px 0 25px;
  994. }
  995. .form-top-left p{
  996. color: #000;
  997. font-size: 16px;
  998. font-weight: bold;
  999. font-family: "黑体", sans-serif;
  1000. }
  1001. .form-top-right{
  1002. padding: 0px 25px 0 25px;
  1003. }
  1004. .form-top-right img{
  1005. width:41px;
  1006. }
  1007. .form-bottom{
  1008. background: #fff;
  1009. padding: 1px 25px 30px 25px;
  1010. }
  1011. select.form-control {
  1012. height: 43px;
  1013. border:2px solid #ddd;
  1014. background:#fff;
  1015. color: #666;
  1016. font-family: "黑体", sans-serif;
  1017. }
  1018. input[type="text"], input[type="password"], textarea, textarea.form-control{
  1019. height: 43px;
  1020. border:2px solid #ddd;
  1021. background:#fff;
  1022. color: #666;
  1023. font-family: "黑体", sans-serif;
  1024. }
  1025. button.btn{
  1026. height: 37px;
  1027. background:#3366ff;
  1028. line-height: 37px;
  1029. font-family: "黑体", sans-serif;
  1030. }
  1031. .registration-form button.btn{
  1032. margin-top:10px;
  1033. }
  1034. button.btn:hover{
  1035. background:#3366ff;
  1036. }
  1037. .but-success{
  1038. float: right;
  1039. position: relative;
  1040. }
  1041. .but-success:after {
  1042. content: '';
  1043. position: absolute;
  1044. top: 30%;
  1045. left: 90%;
  1046. border: solid transparent;
  1047. border-top-color: #36f;
  1048. border-width: 8px;
  1049. transform: rotate(-90deg);
  1050. }
  1051. .but-success2:after {
  1052. content: '';
  1053. position: absolute;
  1054. top: 30%;
  1055. left: 100%;
  1056. border: solid transparent;
  1057. border-top-color: #36f;
  1058. border-width: 8px;
  1059. transform: rotate(-90deg);
  1060. }
  1061. .form-inline-pc{
  1062. width: 550px !important;
  1063. margin: 0 auto;
  1064. }
  1065. .inner-bg{
  1066. padding:40px 0px 130px 0;
  1067. }
  1068. #ffnp{
  1069. width: 186px;
  1070. float: left;
  1071. }
  1072. #cx-rel-code{
  1073. font-family: "黑体", sans-serif;
  1074. }
  1075. #sele-box input[type="text"], input[type="password"], textarea, textarea.form-control{
  1076. height: 37px;
  1077. border:2px solid #ddd;
  1078. background:#fff;
  1079. color: #666;
  1080. font-family: "黑体", sans-serif;
  1081. }
  1082. .form-info-t{
  1083. font-family: "黑体", sans-serif;
  1084. color: #666;
  1085. font-size: 14px;
  1086. }
  1087. .context-menu-arrow {
  1088. width: 0;
  1089. height: 0;
  1090. border-left: 10px solid transparent;
  1091. border-right: 10px solid transparent;
  1092. border-top: 10px solid #ffffff; /* 箭头颜色 */
  1093. position: absolute;
  1094. bottom: 100%;
  1095. left: 50%;
  1096. margin-left: -10px;
  1097. display: none;
  1098. }
  1099. .form-box-ssl{
  1100. position:relative;
  1101. width:100%;
  1102. margin:0 auto;
  1103. }
  1104. .ssl-box{
  1105. position:absolute;
  1106. width: 535px;
  1107. height: 480px;
  1108. background: none;
  1109. top:0;
  1110. left: 50%;
  1111. margin-left: 286px;
  1112. display: block;
  1113. }
  1114. .ssl-box-t{
  1115. width: 90%;
  1116. height: 190px;
  1117. border-radius: 5px;
  1118. background: #fff;
  1119. margin-top: 14px;
  1120. padding: 20px 25px;
  1121. }
  1122. .ssl-box-t p{
  1123. font-size: 15px;
  1124. font-weight: bold;
  1125. font-family: "黑体", sans-serif;
  1126. }
  1127. .ssl-box-b{
  1128. width: 90%;
  1129. height: 220px;
  1130. border-radius: 5px;
  1131. background: #fff;
  1132. margin-top: 8px;
  1133. }
  1134. .ssl-box-b .p-con{
  1135. font-size: 15px;
  1136. font-weight: bold;
  1137. font-family: "黑体", sans-serif;
  1138. padding: 20px 25px 10px 25px;
  1139. }
  1140. .ssl-box-b .p-con2{
  1141. font-size: 15px;
  1142. font-weight: bold;
  1143. font-family: "黑体", sans-serif;
  1144. padding: 0px 25px;
  1145. }
  1146. #sele-box{
  1147. position: relative;
  1148. width: 100%;
  1149. margin: 0 auto;
  1150. background: none;
  1151. }
  1152. .ssl-box-b .p-con2 table, th, td{
  1153. border: 1px solid #999;
  1154. padding: 5px 10px;
  1155. font-size: 12px;
  1156. font-weight: 300;
  1157. overflow: hidden;
  1158. height: 32px;
  1159. }
  1160. .ssl-box-b .p-con2 table {
  1161. border-collapse: collapse;
  1162. }
  1163. .ssl-box-b .p-con2 th{
  1164. font-size: 13px;
  1165. color: #fff;
  1166. font-weight: 400;
  1167. background: #3366ff;
  1168. text-align: center;
  1169. }
  1170. .t-wid1{
  1171. width: 73px;
  1172. }
  1173. .t-wid2{
  1174. width: 100px;
  1175. }
  1176. .t-wid3{
  1177. width: 100px;
  1178. }
  1179. .t-wid4{
  1180. width: 73px;
  1181. }
  1182. .ssl-box-b .p-con2 tr td:nth-child(1){
  1183. background: #99ccff;
  1184. color: #000;
  1185. }
  1186. .ssl-box-b .p-con2 tr td:nth-child(2){
  1187. padding-left: 23px;
  1188. }
  1189. .ssl-box-b .p-con2 tr td:nth-child(3){
  1190. padding-left: 23px;
  1191. }
  1192. .ssl-box-b .p-con2 tr td:nth-child(4){
  1193. text-align: center;
  1194. color: #3366ff;
  1195. font-size: 15px;
  1196. font-weight: bold;
  1197. }
  1198. .ssl-box-b .p-con2 tr .td-b{
  1199. text-align: center;
  1200. color: red !important;
  1201. font-size: 15px;
  1202. font-weight: bold;
  1203. }
  1204. .form-gb{
  1205. width: 100%;
  1206. height: 40px;
  1207. line-height: 40px;
  1208. cursor: pointer;
  1209. margin-bottom: 5px;
  1210. }
  1211. .form-gb-con{
  1212. width: 550px;
  1213. margin: 0 auto;
  1214. text-align: center;
  1215. position: relative;
  1216. }
  1217. .form-gb-con span{
  1218. color: #fff;
  1219. font-size: 17px;
  1220. font-weight: bold;
  1221. font-family: "黑体", sans-serif;
  1222. }
  1223. .form-gb-con img{
  1224. width: 18px;
  1225. height:18px;
  1226. vertical-align: middle;
  1227. margin-top: -4px;
  1228. }
  1229. .ssl-list{
  1230. position: absolute;
  1231. width: 450px;
  1232. height: 380px;
  1233. background: none;
  1234. top: 0;
  1235. left: 50%;
  1236. margin-left: -763px;
  1237. margin-top:30px;
  1238. background: #336699;
  1239. background-color: rgba(51, 102, 204, 0.3);
  1240. }
  1241. .ssl-list-t{
  1242. width: 100%;
  1243. line-height: 60px;
  1244. text-align: center;
  1245. font-size: 17px;
  1246. font-weight: bold;
  1247. font-family: "黑体", sans-serif;
  1248. color: #fff;
  1249. }
  1250. .ssl-list-t font{
  1251. color: red;
  1252. margin: 0 3px;
  1253. }
  1254. .ssl-list-b{
  1255. width: 100%;
  1256. padding: 0 20px;
  1257. }
  1258. .ti{
  1259. width:100%;
  1260. height: 40px;
  1261. border-bottom: 1px solid #fff;
  1262. }
  1263. .ti span{
  1264. display: block;
  1265. text-align: center;
  1266. color: #fff;
  1267. font-family: "黑体", sans-serif;
  1268. float: left;
  1269. margin-left: 0;
  1270. font-size: 14px;
  1271. margin-right: 0;
  1272. height: 40px;
  1273. line-height: 40px;
  1274. font-weight: bold;
  1275. }
  1276. .sp1{
  1277. width: 13%;
  1278. }
  1279. .sp2{
  1280. width: 24%;
  1281. }
  1282. .sp3{
  1283. width: 43%;
  1284. }
  1285. .sp4{
  1286. width: 20%;
  1287. }
  1288. .tib{
  1289. width: 100%;
  1290. margin-top:13px;
  1291. }
  1292. .tib-li{
  1293. width:100%;
  1294. height: 35px;
  1295. }
  1296. .tib-li span{
  1297. display: block;
  1298. text-align: center;
  1299. color: #fff;
  1300. font-family: "黑体", sans-serif;
  1301. float: left;
  1302. margin-left: 0;
  1303. font-size: 14px;
  1304. margin-right: 0;
  1305. height: 35px;
  1306. line-height: 35px;
  1307. overflow: hidden;
  1308. }
  1309. .tib-li-err span{
  1310. color: red;
  1311. }
  1312. .tib-li-end{
  1313. animation: fadeInOut 1s infinite;
  1314. }
  1315. @keyframes fadeInOut {
  1316. 0% {
  1317. opacity: 0;
  1318. }
  1319. 25% {
  1320. opacity: 1;
  1321. }
  1322. 50% {
  1323. opacity: 1;
  1324. }
  1325. 75% {
  1326. opacity: 1;
  1327. }
  1328. 100% {
  1329. opacity: 0;
  1330. }
  1331. }
  1332. .autoBox {
  1333. position: relative;
  1334. margin: 0 auto;
  1335. overflow: hidden;
  1336. margin-top:10px;
  1337. }
  1338. .autoBox ul {
  1339. position: absolute;
  1340. list-style: none;
  1341. z-index: 2;
  1342. }
  1343. .modal-dialog{
  1344. margin-top: 200px;
  1345. font-family: "黑体", sans-serif !important;
  1346. color: #000;
  1347. }
  1348. .modal-title{
  1349. font-family: "黑体", sans-serif !important;
  1350. color: #000;
  1351. }
  1352. #zy_box{
  1353. font-family: "黑体", sans-serif !important;
  1354. }
  1355. #zys{
  1356. display: none;
  1357. }
  1358. .hjk{
  1359. padding: 6px 15px;
  1360. border: 1px solid #999999;
  1361. border-radius: 10px;
  1362. font-size: 15px;
  1363. color: #9999;
  1364. margin-right: 5px;
  1365. display: block;
  1366. float: left;
  1367. margin-top:5px;
  1368. cursor: pointer;
  1369. position: relative;
  1370. font-family: "黑体", sans-serif !important;
  1371. }
  1372. .hjk:after {
  1373. content: '\2713';
  1374. position: absolute;
  1375. right: 3%;
  1376. bottom: auto;
  1377. color: #fff;
  1378. font-size: 12px;
  1379. }
  1380. .hjk-check{
  1381. color:#3366ff;
  1382. border: 1px solid #3366ff;
  1383. }
  1384. .hjk-check:after{
  1385. color:#3366ff;
  1386. }
  1387. .control-label{
  1388. font-family: "黑体", sans-serif !important;
  1389. }
  1390. #zss{
  1391. font-family: "黑体", sans-serif !important;
  1392. padding-left: 2px !important;
  1393. }
  1394. .form-top-left p span{
  1395. font-family: "黑体", sans-serif !important;
  1396. color: #000;
  1397. font-weight: bold;
  1398. }
  1399. .panel-body{
  1400. font-family: "黑体", sans-serif !important;
  1401. color: #000;
  1402. }
  1403. .list-group a{
  1404. font-family: "黑体", sans-serif !important;
  1405. color: #000;
  1406. }
  1407. .form-t-e{
  1408. border-bottom-left-radius: 10px;
  1409. border-bottom-right-radius: 10px;
  1410. }
  1411. .form-b-e{
  1412. border-radius: 10px;
  1413. background: #fff;
  1414. margin-top:15px;
  1415. padding:15px 20px;
  1416. }
  1417. .ta-info-detail{
  1418. width:100%;
  1419. font-family: "黑体", sans-serif !important;
  1420. color: #000;
  1421. font-size: 15px;
  1422. font-weight: bold;
  1423. }
  1424. .ta-list-li-box{
  1425. width:100%;
  1426. font-family: "黑体", sans-serif !important;
  1427. color: #000;
  1428. margin-bottom:5px;
  1429. }
  1430. .tllb-t{
  1431. font-size: 15px;
  1432. font-weight: bold;
  1433. }
  1434. /*表格样式**/
  1435. .p-con68 table, th, td{
  1436. border: 1px solid #999;
  1437. padding: 5px 10px;
  1438. font-size: 12px;
  1439. font-weight: 300;
  1440. overflow: hidden;
  1441. height: 32px;
  1442. text-align: center;
  1443. }
  1444. .p-con68 table {
  1445. border-collapse: collapse;
  1446. width: 100%;
  1447. }
  1448. .p-con68 th{
  1449. font-size: 13px;
  1450. color: #fff;
  1451. font-weight: 400;
  1452. background: #3366ff;
  1453. text-align: center;
  1454. }
  1455. .p-con68 .t-wid1{
  1456. width: 73px;
  1457. }
  1458. .p-con68 .t-wid2{
  1459. width: 100px;
  1460. }
  1461. .p-con68 .t-wid3{
  1462. width: 100px;
  1463. }
  1464. .p-con68 .t-wid4{
  1465. width: 73px;
  1466. }
  1467. .p-con68 tr td:nth-child(1){
  1468. background: #99ccff;
  1469. color: #000;
  1470. }
  1471. .p-con68 tr td:nth-child(2){
  1472. /*padding-left: 23px;*/
  1473. }
  1474. .p-con68 tr td:nth-child(3){
  1475. /* padding-left: 23px;*/
  1476. }
  1477. .p-con68 tr td:nth-child(4){
  1478. text-align: center;
  1479. color: #3366ff;
  1480. font-size: 15px;
  1481. font-weight: bold;
  1482. }
  1483. .p-con68 tr .td-b{
  1484. text-align: center;
  1485. color: red !important;
  1486. font-size: 15px;
  1487. font-weight: bold;
  1488. }
  1489. .zklp{
  1490. font-family: "黑体", sans-serif !important;
  1491. color: red;
  1492. cursor: pointer;
  1493. position: relative;
  1494. display: block;
  1495. float: left;
  1496. width:20%;
  1497. margin: 5px 0;
  1498. }
  1499. .p-con68{
  1500. display: none;
  1501. }
  1502. .klp1{
  1503. display: block;
  1504. }
  1505. .zklp-2::after {
  1506. content: "";
  1507. width: 0;
  1508. height: 0;
  1509. border-left: 6px solid transparent;
  1510. border-right: 6px solid transparent;
  1511. border-top: 6px solid red;
  1512. display: block;
  1513. rotation: 360deg;
  1514. position: absolute;
  1515. top: 6px;
  1516. left: 34px;
  1517. }
  1518. .zklp-3::after {
  1519. content: "";
  1520. width: 0;
  1521. height: 0;
  1522. border-left: 6px solid transparent;
  1523. border-right: 6px solid transparent;
  1524. border-bottom: 6px solid red;
  1525. display: block;
  1526. rotation: 360deg;
  1527. position: absolute;
  1528. top: 6px;
  1529. left: 34px;
  1530. }
  1531. .zklp-l{
  1532. display: block;
  1533. float: left;
  1534. width:71%;
  1535. font-family: "黑体", sans-serif !important;
  1536. color: #000;
  1537. margin: 5px 0;
  1538. }
  1539. .nav-tabs{
  1540. height: 30px;
  1541. margin-top:5px;
  1542. }
  1543. .nav-tabs li{
  1544. height: 30px;
  1545. }
  1546. .nav-tabs li a{
  1547. height: 30px;
  1548. line-height: 8px !important;
  1549. font-family: "黑体", sans-serif !important;
  1550. color: #000;
  1551. font-size: 13px !important;
  1552. }
  1553. .tab-pane{
  1554. margin-top:5px;
  1555. }
  1556. .result-div{
  1557. margin-bottom: 5px;
  1558. display: block;
  1559. font-family: "黑体", sans-serif !important;
  1560. }
  1561. .form-top-left{
  1562. padding-bottom: 15px;
  1563. }
  1564. .ftl-l{
  1565. width:50%;float: left;
  1566. color: #000;
  1567. font-size: 16px;
  1568. font-weight: bold;
  1569. font-family: "黑体", sans-serif;
  1570. }
  1571. .ftl-r{
  1572. width:50%;float: left;
  1573. color: #000;
  1574. font-size: 16px;
  1575. font-weight: bold;
  1576. font-family: "黑体", sans-serif;
  1577. }
  1578. #zss .form-control-static{
  1579. display: block;
  1580. float: left;
  1581. width: 50%;
  1582. }
  1583. #zss .form-control-static font{
  1584. float: right;
  1585. margin-right: 20%;
  1586. }
  1587. #retrieve-code{
  1588. margin-top:0px !important;
  1589. }
  1590. }