content1.css 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125
  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 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. .yaoqing_center {
  832. width: 100%;
  833. height: auto;
  834. padding: 20vw 0 10vw;
  835. }
  836. .touxiang {
  837. width: 20vw;
  838. height: 20vw;
  839. border-radius: 50%;
  840. overflow: hidden;
  841. position: relative;
  842. margin: auto;
  843. background: #fff;
  844. }
  845. .touxiang img {
  846. display: block;
  847. width: 100%;
  848. height: auto;
  849. position: absolute;
  850. left: 50%;
  851. top: 50%;
  852. transform: translate(-50%, -50%);
  853. }
  854. .erweima {
  855. width: 60%;
  856. margin: auto;
  857. padding-top: 20px;
  858. }
  859. .erweima img {
  860. display: block;
  861. width: 100%;
  862. height: auto;
  863. }
  864. .yaoqingma {
  865. width: 60%;
  866. height: 40px;
  867. line-height: 40px;
  868. margin: 15px auto;
  869. border-radius: 20px;
  870. border: 1px solid #da251c;
  871. text-align: center;
  872. overflow: hidden;
  873. }
  874. .yaoqingma span {
  875. display: block;
  876. float: left;
  877. width: 65%;
  878. height: 38px;
  879. line-height: 38px;
  880. }
  881. .yaoqingma span.yq_tit {
  882. border-right: 1px solid #da251c;
  883. width: 35%;
  884. background: #da251c;
  885. color: #fff;
  886. border-radius: 20px 0 0 20px;
  887. }
  888. .yaoqing_ts {
  889. text-align: center;
  890. margin-top: 10vw;
  891. color: #666;
  892. }
  893. .chaxun_top {
  894. width: 100%;
  895. height: auto;
  896. }
  897. .chaxun_top img {
  898. display: block;
  899. width: 100%;
  900. height: auto;
  901. }
  902. .chaxun_text {
  903. width: 100%;
  904. height: auto;
  905. padding: 3%;
  906. }
  907. .chaxun_text input {
  908. width: 100%;
  909. height: 40px;
  910. border: 1px solid #ddd;
  911. border-radius: 5px;
  912. padding: 0 10px;
  913. font-family: "微软雅黑";
  914. }
  915. .chaxun_btn a {
  916. display: block;
  917. float: left;
  918. margin-left: 3%;
  919. width: 45.5%;
  920. text-align: center;
  921. color: #fff;
  922. border-radius: 5px;
  923. height: 55px;
  924. line-height: 55px;
  925. background: #da251c;
  926. color: #fff;
  927. font-size: 18px;
  928. }
  929. .chaxunedit {
  930. padding: 3%;
  931. }
  932. .pro_scroll {
  933. position: relative;
  934. }
  935. .pro_scroll .swiper-container {
  936. width: 100%;
  937. position: relative;
  938. }
  939. .pro_scroll .swiper-slide {
  940. text-align: center;
  941. font-size: 18px;
  942. background: #fff;
  943. }
  944. .pro_scroll .swiper-slide img {
  945. width: 100%;
  946. display: block;
  947. }
  948. .pro_scroll .arrow {
  949. position: absolute;
  950. z-index: 9;
  951. top: 50%;
  952. font-size: 32px;
  953. color: #999999;
  954. cursor: pointer;
  955. }
  956. .pro_scroll .arrow-left {
  957. left: 0;
  958. }
  959. .pro_scroll .arrow-right {
  960. right: 0;
  961. }