설명 없음
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 33KB

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