content.css 16 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019
  1. *, ::after, ::before {
  2. -webkit-box-sizing: border-box;
  3. -moz-box-sizing: border-box;
  4. box-sizing: border-box
  5. }
  6. * {
  7. margin: 0;
  8. padding: 0
  9. }
  10. body {
  11. color: #333;
  12. font-family: "微软雅黑", Arial;
  13. font-size: 14px;
  14. line-height: 24px;
  15. background: #fff
  16. }
  17. body, html {
  18. width: 100%;
  19. height: 100%
  20. }
  21. h1, h2, h3, p {
  22. margin: 0;
  23. padding: 0
  24. }
  25. li, ol, ul {
  26. list-style: none;
  27. margin: 0;
  28. padding: 0
  29. }
  30. img, li, ol, ul {
  31. border: none
  32. }
  33. div {
  34. margin: 0 0;
  35. padding: 0 0
  36. }
  37. a {
  38. text-decoration: none;
  39. color: #333;
  40. outline: 0;
  41. star: expression_r(this.onFocus=this.blur());
  42. tap-highlight-color: transparent;
  43. focus-ring-color: transparent;
  44. -webkit-tap-highlight-color: transparent;
  45. -webkit-focus-ring-color: transparent;
  46. -moz-tap-highlight-color: transparent;
  47. -moz-focus-ring-color: transparent
  48. }
  49. img {
  50. border: none
  51. }
  52. .select, .textarea, input[type=button], input[type=submit], input[type=reset] {
  53. -webkit-appearance: none;
  54. -moz-appearance: none;
  55. -ms-appearance: none;
  56. -o-appearance: none;
  57. appearance: none
  58. }
  59. input, input:focus, select, textarea {
  60. outline: 0
  61. }
  62. .clearfix:after {
  63. content: ".";
  64. display: block;
  65. height: 0;
  66. line-height: 0;
  67. clear: both;
  68. visibility: hidden
  69. }
  70. * {
  71. margin: 0;
  72. padding: 0;
  73. font-family: "Microsoft YaHei UI"
  74. }
  75. .fl {
  76. float: left;
  77. }
  78. .fr {
  79. float: right;
  80. }
  81. .header_top {
  82. width: 100%;
  83. height: auto;
  84. margin: 0 auto;
  85. padding: 10px 5%;
  86. border-bottom: 1px solid #eee;
  87. background: #fff;
  88. }
  89. .header_top img {
  90. width: auto;
  91. height: 40px;
  92. }
  93. .con_center {
  94. width: 100%;
  95. height: auto;
  96. background: #fff;
  97. padding-top: 20px;
  98. }
  99. .con_centerul {
  100. width: 93%;
  101. height: auto;
  102. margin: auto;
  103. }
  104. .con_centerul li {
  105. display: block;
  106. width: 47.75%;
  107. height: auto;
  108. float: left;
  109. margin: 0 0 1.5% 1.5%;
  110. }
  111. .con_centerul li a {
  112. display: block;
  113. width: 100%;
  114. height: auto;
  115. padding: 10px 0;
  116. border-radius: 2px;
  117. background: #da251c;
  118. color: #fff;
  119. text-align: center;
  120. }
  121. .con_centerul li:nth-child(2) a, .con_centerul li:nth-child(3) a, .con_centerul li:nth-child(6) a {
  122. background: rgba(218, 37, 28, 0.5);
  123. }
  124. .con_centerul li i {
  125. display: block;
  126. width: 30px;
  127. height: 30px;
  128. margin: auto;
  129. }
  130. .con_centerul li i.icon_1 {
  131. background: url(../images/icon_1.png) no-repeat center center/auto 25px;
  132. }
  133. .con_centerul li i.icon_2 {
  134. background: url(../images/icon_2.png) no-repeat center center/auto 25px;
  135. }
  136. .con_centerul li i.icon_3 {
  137. background: url(../images/icon_3.png) no-repeat center center/auto 25px;
  138. }
  139. .con_centerul li i.icon_4 {
  140. background: url(../images/icon_4.png) no-repeat center center/auto 25px;
  141. }
  142. .con_centerul li i.icon_5 {
  143. background: url(../images/icon_5.png) no-repeat center center/auto 25px;
  144. }
  145. .con_centerul li i.icon_6 {
  146. background: url(../images/icon_6.png) no-repeat center center/auto 25px;
  147. }
  148. .register_btn {
  149. display: block;
  150. width: 120px;
  151. height: 35px;
  152. line-height: 35px;
  153. background: #da251c;
  154. color: #fff;
  155. border-radius: 2px;
  156. text-align: center;
  157. margin: 20px auto
  158. }
  159. .bot_pic, .bot_pic img {
  160. display: block;
  161. width: 100%;
  162. height: auto;
  163. }
  164. .footer_icp {
  165. width: 100%;
  166. height: 50px;
  167. line-height: 50px;
  168. border-top: 1px solid #eee;
  169. background: #fff;
  170. font-size: 12px;
  171. text-align: center;
  172. }
  173. .video_list {
  174. width: 100%;
  175. min-height: 90%;
  176. padding: 20% 5% 5%;
  177. background: url(../images/video_bg.jpg) no-repeat center bottom/100% auto;
  178. }
  179. .video_list a {
  180. display: block;
  181. width: 100%;
  182. height: 60px;
  183. line-height: 60px;
  184. font-size: 16px;
  185. color: #fff;
  186. padding-left: 102px;
  187. position: relative;
  188. background: rgba(0, 0, 0, 0.6);
  189. border-radius: 2px;
  190. margin-bottom: 15px;
  191. }
  192. .video_list .icon_logo {
  193. display: block;
  194. width: 102px;
  195. height: 60px;
  196. text-align: center;
  197. position: absolute;
  198. left: 0;
  199. top: 0;
  200. overflow: hidden;
  201. }
  202. .video_list .icon_logo img {
  203. width: 102px;
  204. height: auto;
  205. }
  206. .videolist {
  207. width: 100%;
  208. height: auto;
  209. padding: 5%;
  210. }
  211. .videolistul li {
  212. display: block;
  213. width: 100%;
  214. min-height: 102px;
  215. position: relative;
  216. padding: 10px 10px 10px 140px;
  217. background: #fff;
  218. margin-bottom: 15px;
  219. }
  220. .videolist_pic {
  221. width: 120px;
  222. height: 80px;
  223. position: absolute;
  224. left: 10px;
  225. top: 10px;
  226. overflow: hidden;
  227. }
  228. .videolist_pic img {
  229. width: 100%;
  230. height: auto;
  231. position: absolute;
  232. left: 50%;
  233. top: 50%;
  234. transform: translate(-50%, -50%);
  235. }
  236. .videolist_tit {
  237. font-weight: bold;
  238. }
  239. .videolist_des {
  240. color: #666;
  241. }
  242. .videolist_btn {
  243. margin-top: 5px;
  244. }
  245. .videolist_btn a {
  246. display: inline-block;
  247. font-size: 13px;
  248. height: 25px;
  249. line-height: 25px;
  250. background: #da251c;
  251. color: #fff;
  252. text-align: center;
  253. padding: 0 10px;
  254. border-radius: 5px;
  255. margin-right: 5px;
  256. }
  257. .videolist_btn a:nth-child(2) {
  258. background: #f27609;
  259. }
  260. .edit {
  261. width: 100%;
  262. height: auto;
  263. overflow: hidden;
  264. }
  265. .edit img {
  266. max-width: 100%;
  267. height: auto;
  268. }
  269. .edit video {
  270. width: 100%;
  271. height: auto;
  272. }
  273. /* 选择注册类型开始 */
  274. .register_con {
  275. width: 100%;
  276. min-height: 100%;
  277. background: url(../images/video_bg.jpg) no-repeat center top/cover;
  278. padding: 15vw 0;
  279. }
  280. /* .logo_top{ width:100%; height:auto; padding:50px 0 0; text-align:center; }
  281. .logo_top img{ width:auto; height:40px; } */
  282. .register_tit {
  283. width: 100%;
  284. height: auto;
  285. text-align: center;
  286. }
  287. .register_tit h2 {
  288. font-weight: normal;
  289. font-size: 20px;
  290. height: 30px;
  291. line-height: 30px;
  292. margin-bottom: 10px;
  293. }
  294. .register_tit p {
  295. color: #666;
  296. font-size: 16px;
  297. }
  298. .register_list {
  299. width: 90%;
  300. height: auto;
  301. margin: 15px auto 0;
  302. background: rgba(255, 255, 255, 0.6);
  303. padding: 5vw;
  304. border-radius: 5px;
  305. box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  306. }
  307. .register_list a {
  308. display: block;
  309. width: 100%;
  310. height: 40px;
  311. line-height: 38px;
  312. margin-bottom: 15px;
  313. border-radius: 30px;
  314. background: #da251c url(../images/icon_jt.png) no-repeat 96% center/20px auto;
  315. color: #fff;
  316. padding: 0 20px;
  317. font-weight: bold;
  318. }
  319. .icon_zc {
  320. display: inline-block;
  321. width: 40px;
  322. height: 30px;
  323. background: url(../images/icon_zc.png) no-repeat center center/25px auto;
  324. vertical-align: top;
  325. }
  326. .agree_w {
  327. display: none;
  328. width: 100%;
  329. height: 100%;
  330. z-index: 1;
  331. position: fixed;
  332. left: 0;
  333. top: 0;
  334. }
  335. .agree_w .bg {
  336. width: 100%;
  337. height: 100%;
  338. background: rgba(0, 0, 0, 0.5);
  339. z-index: 2;
  340. position: fixed;
  341. left: 0;
  342. top: 0;
  343. }
  344. .agree_con {
  345. width: 88%;
  346. height: 450px;
  347. background: #fff;
  348. position: fixed;
  349. left: 50%;
  350. top: 50%;
  351. transform: translate(-50%, -50%);
  352. z-index: 3;
  353. }
  354. .agree_tit {
  355. width: 100%;
  356. height: 50px;
  357. line-height: 50px;
  358. background: #fff;
  359. text-align: center;
  360. font-size: 18px;
  361. font-weight: bold;
  362. }
  363. .agree_scroll {
  364. height: 310px;
  365. overflow: auto;
  366. padding: 15px;
  367. }
  368. .agree_bot_w {
  369. width: 100%;
  370. height: 90px;
  371. padding: 10px 15px 0;
  372. }
  373. .agree_bot {
  374. padding-top: 10px;
  375. }
  376. .agree_bot a {
  377. display: block;
  378. width: 47%;
  379. height: 35px;
  380. line-height: 33px;
  381. background: #fff;
  382. text-align: center;
  383. border: 1px solid #ddd;
  384. border-radius: 5px;
  385. float: left;
  386. }
  387. .agree_bot a:last-child {
  388. background: #da251c;
  389. color: #fff;
  390. border-color: #da251c;
  391. float: right;
  392. }
  393. /* 注册界面开始 */
  394. .register_text input[type="text"], .register_text select, .register_text_con input[type="text"], .register_text_con input[type="password"], .register_text_con select {
  395. height: 35px;
  396. line-height: 35px;
  397. padding: 0 10px;
  398. border-radius: 5px;
  399. border: none; /* box-shadow:0 3px 3px rgba(0,0,0,0.1); */
  400. }
  401. .register_text {
  402. width: 100%;
  403. height: auto;
  404. padding: 20px 15px;
  405. }
  406. .register_text_top h3 {
  407. font-size: 5vw;
  408. font-weight: normal;
  409. margin-bottom: 10px;
  410. }
  411. .register_text_top p {
  412. color: #666;
  413. font-size: 14px;
  414. line-height: 20px;
  415. }
  416. .register_text_con {
  417. width: 100%;
  418. height: auto;
  419. }
  420. .register_text_ul {
  421. width: 100%;
  422. height: auto;
  423. }
  424. .register_text_ul li {
  425. display: block;
  426. width: 100%;
  427. height: auto;
  428. padding-left: 85px;
  429. position: relative;
  430. margin: 15px 0;
  431. }
  432. .table_w {
  433. width: 80px;
  434. text-align: left;
  435. display: table;
  436. position: absolute;
  437. left: 0;
  438. top: 0;
  439. font-weight: bold;
  440. min-height: 35px;
  441. line-height: 17.5px;
  442. }
  443. .table_w .table_cell {
  444. display: table-cell;
  445. vertical-align: middle;
  446. }
  447. .register_text_ul li .input_text {
  448. width: 100%;
  449. }
  450. .bot_sm {
  451. color: #666;
  452. width: 100%;
  453. border-top: 1px solid #ddd;
  454. margin-top: 25px;
  455. padding-top: 10px;
  456. font-size: 12px;
  457. line-height: 20px;
  458. }
  459. .two_select {
  460. width: 48%;
  461. float: left;
  462. margin-right: 2%;
  463. margin-bottom: 10px;
  464. }
  465. .one_select {
  466. width: 100%;
  467. }
  468. .register_text_ul .send_yzm {
  469. display: block;
  470. width: 110px;
  471. height: 35px;
  472. line-height: 35px;
  473. background: #da251c;
  474. text-align: center;
  475. color: #fff;
  476. border-radius: 0 5px 5px 0;
  477. position: absolute;
  478. right: 0;
  479. top: 0;
  480. }
  481. .go_register {
  482. display: block;
  483. width: 100%;
  484. height: 45px;
  485. line-height: 45px;
  486. background: #da251c;
  487. color: #fff;
  488. text-align: center;
  489. border-radius: 5px;
  490. font-size: 16px;
  491. margin: 30px 0;
  492. }
  493. .select_list {
  494. width: 100%;
  495. height: auto;
  496. }
  497. .select_con {
  498. float: left;
  499. margin-right: 15px;
  500. }
  501. .select_con .select_w, .select_con label {
  502. vertical-align: middle;
  503. }
  504. .select_con .select_w {
  505. display: inline-block;
  506. width: 18px;
  507. height: 18px;
  508. border: 1px solid #bbb;
  509. background: #fff;
  510. border-radius: 50%;
  511. position: relative;
  512. }
  513. .select_con input {
  514. position: absolute;
  515. left: 0;
  516. top: 0;
  517. width: 18px;
  518. height: 18px;
  519. opacity: 0;
  520. z-index: 1;
  521. }
  522. .select_concur .select_w {
  523. background: url(../images/icon_select.png) no-repeat center center/18px 18px;
  524. border: none;
  525. }
  526. .select_list_check {
  527. padding-top: 5px;
  528. }
  529. .select_list_show {
  530. display: none;
  531. }
  532. .sort {
  533. display: block;
  534. width: 100%;
  535. height: 30px;
  536. line-height: 30px;
  537. }
  538. .select_list_con input[type="checkbox"], .select_list_qt input[type="checkbox"] {
  539. width: 17px;
  540. height: 17px;
  541. vertical-align: middle;
  542. margin-right: 5px;
  543. }
  544. .select_list_show {
  545. padding-left: 20px;
  546. margin-bottom: 10px;
  547. }
  548. .select_list_show label {
  549. display: inline-block;
  550. margin-right: 10px;
  551. }
  552. .select_list_qt {
  553. display: block;
  554. padding: 5px 0 0;
  555. }
  556. .select_list_qt .qx {
  557. display: block;
  558. }
  559. /* 在线咨询开始 */
  560. .zixun_center {
  561. width: 100%;
  562. padding: 15px;
  563. }
  564. .problem {
  565. display: block;
  566. width: 130px;
  567. height: 30px;
  568. line-height: 30px;
  569. background: #da251c;
  570. color: #fff;
  571. text-align: center;
  572. }
  573. .problem span {
  574. font-family: "宋体";
  575. margin-left: 5px;
  576. }
  577. .problem_ts {
  578. font-size: 12px;
  579. color: #666;
  580. padding: 8px 0 0;
  581. }
  582. .problem_mk_tit {
  583. color: #fa7c5a;
  584. }
  585. .problem_mk_des {
  586. color: #000;
  587. margin: 10px 0 0;
  588. }
  589. .problem_public {
  590. width: 100%;
  591. }
  592. .problem_public a {
  593. display: block;
  594. width: 32%;
  595. height: 30px;
  596. line-height: 30px;
  597. margin-right: 2%;
  598. float: left;
  599. background: #da251c;
  600. color: #fff;
  601. text-align: center;
  602. border-radius: 5px;
  603. border: 1px solid #da251c;
  604. }
  605. .problem_public a:last-child {
  606. margin-right: 0;
  607. }
  608. .problem_public a.cur {
  609. background: #FFF;
  610. color: #da251c;
  611. border: 1px solid #da251c;
  612. }
  613. .problem_textarea {
  614. width: 100%;
  615. height: 100px;
  616. border: 1px solid #ddd;
  617. border-radius: 5px;
  618. resize: none;
  619. padding: 10px;
  620. }
  621. .problem_pic {
  622. width: 100%;
  623. height: auto;
  624. background: #fff;
  625. border-radius: 5px;
  626. border: 1px solid #ddd;
  627. padding: 10px;
  628. }
  629. .label_pic {
  630. display: block;
  631. width: 20vw;
  632. height: 20vw;
  633. float: left;
  634. margin: 0 1vw 1vw 0;
  635. }
  636. .label_pic img {
  637. width: 100%;
  638. }
  639. .label_pic input[type="file"] {
  640. display: none;
  641. }
  642. .problem_piclist {
  643. width: 20vw;
  644. height: 20vw;
  645. position: relative;
  646. float: left;
  647. overflow: hidden;
  648. border: 1px solid #ddd;
  649. margin: 0 1vw 1vw 0;
  650. }
  651. .problem_piclist img {
  652. display: block;
  653. width: 100%;
  654. height: auto;
  655. position: absolute;
  656. left: 50%;
  657. top: 50%;
  658. transform: translate(-50%, -50%);
  659. }
  660. .delete {
  661. display: block;
  662. width: 30px;
  663. height: 30px;
  664. background: url(../images/delico.png) no-repeat center center/20px 20px;
  665. position: absolute;
  666. right: 0;
  667. top: 0;
  668. text-indent: -9999px;
  669. }
  670. .problem_mk .go_register {
  671. margin: 0 auto 50px;
  672. }
  673. .problem_mk .register_text_ul {
  674. margin-top: -10px;
  675. }
  676. .problem_mkcon {
  677. display: none;
  678. }
  679. .problem_mkcon .table_w {
  680. font-size: 13px;
  681. }
  682. /* 相关问题 */
  683. .problem_list {
  684. width: 100%;
  685. height: auto;
  686. padding: 15px;
  687. }
  688. .problem_list_tit {
  689. font-size: 18px;
  690. text-align: center;
  691. color: #999;
  692. padding: 10px 0;
  693. }
  694. .problem_listul li, .problem_listul li a {
  695. display: block;
  696. width: 100%;
  697. height: auto;
  698. }
  699. .problem_listul li {
  700. padding: 10px 0;
  701. }
  702. .problem_listul_tit {
  703. margin-bottom: 10px;
  704. }
  705. .problem_listul img {
  706. display: block;
  707. width: 100%;
  708. height: auto;
  709. }
  710. /* 售后申请 */
  711. .shouhou_center {
  712. width: 100%;
  713. height: auto;
  714. text-align: center;
  715. padding: 15vw 0 0;
  716. }
  717. .shouhou_top {
  718. width: 20vw;
  719. height: auto;
  720. margin: 0 auto 5vw;
  721. }
  722. .shouhou_top img {
  723. display: block;
  724. width: 100%;
  725. height: auto;
  726. }
  727. .public_btn {
  728. display: block;
  729. width: 65%;
  730. height: 45px;
  731. line-height: 43px;
  732. border: 1px solid #da251c;
  733. text-align: center;
  734. font-size: 4vw;
  735. margin: 5vw auto;
  736. border-radius: 5px;
  737. }
  738. .public_btn i {
  739. display: inline-block;
  740. margin-right: 5px;
  741. width: 20px;
  742. height: 45px;
  743. vertical-align: top;
  744. }
  745. .shenqing_btn {
  746. background: #da251c;
  747. color: #fff;
  748. }
  749. .jl_btn {
  750. background: #fff;
  751. color: #da251c;
  752. }
  753. .public_btn .icon_sh_1 {
  754. background: url(../images/icon_sh_1.png) no-repeat center center/20px auto;
  755. }
  756. .public_btn .icon_sh_2 {
  757. background: url(../images/icon_sh_2.png) no-repeat center center/20px auto;
  758. }
  759. .zhinan_btn {
  760. display: block;
  761. font-size: 5vw;
  762. color: #da251c;
  763. line-height: 12vw;
  764. }
  765. .zhinan_btn .icon_sh_3 {
  766. display: inline-block;
  767. margin-right: 5px;
  768. width: 8vw;
  769. height: 12vw;
  770. vertical-align: top;
  771. background: url(../images/icon_sh_3.png) no-repeat center center/8vw auto;
  772. }
  773. .footer_ll {
  774. width: 100%;
  775. height: auto;
  776. padding: 15px;
  777. background: #e9e9e9;
  778. font-size: 12px;
  779. text-align: left;
  780. color: #666;
  781. position: absolute;
  782. bottom: 0;
  783. left: 0;
  784. }
  785. .zhinan_enter {
  786. color: #da251c;
  787. font-size: 12px;
  788. }
  789. /* 申请记录 */
  790. .jilu_center {
  791. width: 100%;
  792. height: auto;
  793. padding: 10px;
  794. }
  795. table {
  796. width: 100%;
  797. height: auto;
  798. border-collapse: collapse;
  799. }
  800. table, table tr th, table tr td {
  801. border: 1px solid #e8e8e8;
  802. padding: 5px 10px;
  803. }
  804. table tr th {
  805. background: #da251c;
  806. color: #fff;
  807. text-align: center;
  808. }
  809. table tr td {
  810. font-size: 12px;
  811. color: #666;
  812. }
  813. .height50 {
  814. width: 100%;
  815. height: 50px;
  816. clear: both;
  817. }
  818. .peifu_btn {
  819. display: block;
  820. width: 100%;
  821. height: 50px;
  822. line-height: 48px;
  823. border-top: 1px solid #ddd;
  824. color: #da251c;
  825. text-align: center;
  826. font-size: 4vw;
  827. position: fixed;
  828. left: 0;
  829. bottom: 0;
  830. }
  831. .jxstop {
  832. width: 100%;
  833. height: auto;
  834. background: #fff;
  835. border: 1px solid #ddd;
  836. padding: 10px 15px 0;
  837. }
  838. .jxs_tit {
  839. width: 100%;
  840. height: 45px;
  841. line-height: 45px;
  842. background: #da251c;
  843. color: #fff;
  844. text-align: center;
  845. font-weight: bold;
  846. font-size: 16px;
  847. }
  848. .jxstop .register_text_ul li .input_text, .jxstop select {
  849. border: 1px solid #ddd;
  850. }
  851. .jxstop .table_w {
  852. font-weight: normal;
  853. width: 70px;
  854. }
  855. .jxstop .register_text_ul li {
  856. padding-left: 75px;
  857. }
  858. .jxs_ul .table_w {
  859. width: 100%;
  860. position: static;
  861. left: auto;
  862. top: auto;
  863. font-weight: normal;
  864. }
  865. .jxs_ul li {
  866. padding-left: 0;
  867. }
  868. .jxs_ul li .input_text {
  869. border: 1px solid #ddd;
  870. }