main.css 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979
  1. .header {
  2. background: #ffffff;
  3. min-width: 1200px;
  4. width: 100%;
  5. z-index: 2;
  6. }
  7. .header .logo {
  8. float: left;
  9. }
  10. .header .logo a {
  11. display: block;
  12. margin: 1px 0;
  13. -moz-transition: none;
  14. -webkit-transition: none;
  15. -o-transition: none;
  16. transition: none;
  17. }
  18. .header .nav {
  19. float: right;
  20. height: 36px;
  21. margin: 22px 10px 22px 0;
  22. }
  23. .header .nav ul {
  24. display: block;
  25. height: 36px;
  26. }
  27. .header .nav ul li {
  28. display: block;
  29. float: left;
  30. line-height: 36px;
  31. height: 36px;
  32. margin: 0 6px;
  33. max-width: 180px;
  34. overflow: hidden;
  35. white-space: nowrap;
  36. text-overflow: ellipsis;
  37. }
  38. .header .nav ul li a {
  39. display: block;
  40. height: 36px;
  41. font-size: 14px;
  42. }
  43. .header .nav ul li a:hover,
  44. .header .nav ul li a.active {
  45. text-decoration: underline;
  46. }
  47. .header .service {
  48. float: right;
  49. margin: 23px 0;
  50. padding: 0 16px;
  51. border-radius: 50px;
  52. height: 30px;
  53. line-height: 30px;
  54. border: 2px solid #C0D6EA;
  55. color: #99AEC4;
  56. font-weight: bold;
  57. font-size: 16px;
  58. font-style: italic;
  59. }
  60. .header .service .phone {
  61. width: 18px;
  62. height: 18px;
  63. display: inline-block;
  64. background: url(../images/phone.png) center center no-repeat;
  65. vertical-align: top;
  66. margin: 5px 3px 0 0;
  67. }
  68. .banner {
  69. height: 490px;
  70. /*background:#ee0a3b;*/
  71. background: url(../images/banner.png) top center no-repeat;
  72. background-size: cover;
  73. position: relative;
  74. }
  75. .banner > .banner-inner {
  76. position: relative;
  77. height: 690px;
  78. z-index: 2;
  79. overflow: hidden;
  80. }
  81. .banner .banner_solgan {
  82. color: #ffffff;
  83. }
  84. .banner .slogan_main{
  85. padding: 66px 0 20px 80px;
  86. width: 1200px;
  87. margin: 0 auto;
  88. }
  89. .banner .banner_solgan .paypal_logo {
  90. width: 130px;
  91. height: 34px;
  92. background: url(../images/paypal_logo.png) center center no-repeat;
  93. text-indent: -9999px;
  94. display: inline-block;
  95. *display: inline;
  96. *zoom: 1;
  97. vertical-align: top;
  98. margin: 6px 10px 0 0;
  99. }
  100. .banner .banner_solgan h2 {
  101. font-size: 36px;
  102. line-height: 40px;
  103. font-weight: 500;
  104. }
  105. .banner .banner_solgan h1 {
  106. margin: 20px 0 20px 0;
  107. font-size: 54px;
  108. line-height: 1;
  109. font-weight: 300;
  110. }
  111. .banner .banner_solgan ul {
  112. list-style: disc;
  113. font-size: 18px;
  114. margin-left: 20px;
  115. line-height: 1.8;
  116. font-weight: 400;
  117. }
  118. .qr {
  119. margin: 30px 0 0 0;
  120. width: 182px;
  121. }
  122. .qr .qrcode {
  123. background: url(../images/qr.png) 0 0 no-repeat;
  124. width: 182px;
  125. height: 182px;
  126. }
  127. .qr p {
  128. margin-top: 5px;
  129. text-align: center;
  130. color: #333333;
  131. font-size: 14px;
  132. }
  133. .about-box {
  134. background: #ffffff;
  135. padding: 40px 0 60px 0;
  136. }
  137. .about-box h2 {
  138. font-size: 30px;
  139. text-align: center;
  140. color: #222;
  141. font-weight: 500;
  142. line-height: 1.4;
  143. }
  144. .about-box h5 {
  145. color: #ccc;
  146. font-size: 16px;
  147. text-align: center;
  148. line-height: 1.6;
  149. margin-bottom: 30px;
  150. }
  151. .about-box p {
  152. font-size: 16px;
  153. line-height: 1.8;
  154. color: #666;
  155. margin: 0 80px;
  156. }
  157. .qualification-box {
  158. background: #f4f5f7;
  159. padding: 40px 0 60px 0;
  160. }
  161. .qualification-box h2 {
  162. font-size: 30px;
  163. text-align: center;
  164. color: #222;
  165. font-weight: 500;
  166. line-height: 1.4;
  167. }
  168. .qualification-box h5 {
  169. color: #ccc;
  170. font-size: 16px;
  171. text-align: center;
  172. line-height: 1.6;
  173. margin-bottom: 30px;
  174. }
  175. .qualification-box .qualification-list { width:800px; margin:0 auto;}
  176. .qualification-box .qualification-list>div {
  177. width: 400px;
  178. float: left;
  179. text-align: center;
  180. }
  181. .qualification-box .qualification-list>div .pic {
  182. height: 170px;
  183. }
  184. .qualification-box .qualification-list>div .pic> img {
  185. max-height: 100%;
  186. max-width: 100%;
  187. display: block;
  188. margin: 0 auto;
  189. -webkit-transition: all .2s ease-out;
  190. -moz-transition: all .2s ease-out;
  191. -ms-transition: all .2s ease-out;
  192. transition: all .2s ease-out;
  193. cursor: pointer;
  194. }
  195. .qualification-box .qualification-list>div .pic> img:hover{
  196. -webkit-transform:translateY(-4px);
  197. -moz-transform:translateY(-4px);
  198. -ms-transform:translateY(-4px);
  199. transform:translateY(-4px);
  200. }
  201. .qualification-box .qualification-list>div p {
  202. font-size: 18px;
  203. margin-top: 10px;
  204. color: #666;
  205. }
  206. .footer {
  207. padding: 30px 0;
  208. font-size: 14px;
  209. }
  210. .footer>div>div {
  211. text-align: center;
  212. font-size: 14px;
  213. color: #666666;
  214. line-height: 1.6;
  215. margin-bottom: 18px;
  216. }
  217. .footer>div>div:last-child {
  218. margin-bottom: 0;
  219. }
  220. .footer>div>div .copy a {
  221. color: #666;
  222. margin: 0 6px;
  223. }
  224. .footer>div>div .copy a:hover {
  225. color: #888;
  226. }
  227. .footer>div>div .beian{
  228. color: #666;
  229. }
  230. .footer>div>div .beian:hover{
  231. color: #888;
  232. }
  233. .footer>div>div .beian img{
  234. display: inline-block; vertical-align: middle; margin-right: 5px;
  235. }
  236. .footer>div>div span.in {
  237. position: relative;
  238. vertical-align: top;
  239. }
  240. .footer>div>div span.in:after {
  241. content: "";
  242. width: 0px;
  243. height: 14px;
  244. border-right: 2px solid #00a0e9;
  245. display: inline-block;
  246. vertical-align: middle;
  247. margin-left: 4px;
  248. }
  249. .footer>div>div span.in:before {
  250. content: "";
  251. width: 1px;
  252. height: 14px;
  253. border-left: 2px solid #00a0e9;
  254. display: inline-block;
  255. vertical-align: middle;
  256. margin-right: 4px;
  257. }
  258. .footer>div>div .authenticate {
  259. display: inline-block;
  260. vertical-align: top;
  261. }
  262. .footer>div>div .authenticate li {
  263. overflow: hidden;
  264. text-indent: -9999px;
  265. float: left;
  266. margin-left: 10px;
  267. }
  268. .footer>div>div .authenticate li a {
  269. background: url(../images/authenticate.png) no-repeat;
  270. height: 26px;
  271. text-indent: -9999px;
  272. display: block;
  273. }
  274. .footer>div>div .authenticate li a.auth01 {
  275. background-position: 0 0;
  276. width: 40px;
  277. }
  278. .footer>div>div .authenticate li a.auth01:hover {
  279. background-position: -62px 0;
  280. }
  281. .footer>div>div .authenticate li a.auth02 {
  282. background-position: 0 -29px;
  283. width: 69px;
  284. }
  285. .footer>div>div .authenticate li a.auth02:hover {
  286. background-position: 0 -58px;
  287. }
  288. .footer>div>div .authenticate li a.auth03 {
  289. background-position: 0 -95px;
  290. width: 39px;
  291. }
  292. .footer>div>div .authenticate li a.auth03:hover {
  293. background-position: 0px -125px;
  294. }
  295. .footer>div>div .authenticate li a.auth04 {
  296. background-position: 0 -165px;
  297. width: 23px;
  298. }
  299. .footer>div>div .authenticate li a.auth04:hover {
  300. background-position: -50px -165px;
  301. }
  302. /*�ɰ湦����ʽ*/
  303. .icons{background: url(../images/sprites.png) 0 0 no-repeat;}
  304. .icons.icons-eye{ width: 20px; height: 20px; background-position: -380px 0px;}
  305. .icons.icons-s-fail{ width: 16px; height: 16px; background-position: -330px -20px;}
  306. .icons.icons-s-info{ width: 16px; height: 16px; background-position: -330px -60px;}
  307. .code-msg{position:absolute;right:34px;top:10px;vertical-align: top;margin-top: 4px;display: inline-block;}
  308. .code-msg i{position:absolute;display:block;}
  309. /*�ɰ湦����ʽ*/
  310. .popImg{position: fixed; height: 100%; width: 100%; left: 0; top: 0; z-index: 1000; background: rgba(0,0,0,.3);}
  311. .popImg>div{ display: table; width: 100%; height: 100%; vertical-align: middle; text-align: center; }
  312. .popImg>div>div{ display: table-cell; width: 100%; height: 100%; vertical-align: middle; text-align: center; }
  313. .popImg>div>div img{ height: 600px; }
  314. .cnt{
  315. width: 1200px;
  316. height: 100%;
  317. top: 0;
  318. position: absolute;
  319. margin: 0 auto;
  320. left: 0;
  321. right: 0;
  322. }
  323. .login-box {
  324. width: 430px;
  325. margin-left: 170px;
  326. background: rgba(0, 0, 0, .4);
  327. position: absolute;
  328. left: 50%;
  329. top: 55px;
  330. border-radius: 3px;
  331. color: #ffffff;
  332. }
  333. .login-box > .login-box-tit {
  334. height:60px;;
  335. border-bottom: 2px solid #bcbac8;
  336. }
  337. .login-box > .login-box-tit >span {
  338. display: inline-block;
  339. width: 50%;
  340. height: 100%;
  341. line-height: 60px;
  342. text-align: center;
  343. float: left;
  344. font-size: 16px;
  345. cursor: pointer;
  346. }
  347. .login-box > .login-box-tit >span.select {
  348. border-bottom: 2px solid #009fe9;
  349. cursor: default;
  350. }
  351. .login-box > .login-box-con {
  352. margin: 18px 48px 30px 48px;
  353. }
  354. .login-box > .login-box-con >li.con {
  355. display: none;
  356. }
  357. .login-box .tips{
  358. margin: 15px auto -10px;
  359. padding: 3px 12px 3px 12px;
  360. height: auto;
  361. opacity: 1;
  362. line-height: 26px;
  363. background: #ffffff;
  364. border: 1px solid #eaeaea;
  365. color:#666;
  366. display:none;
  367. }
  368. .login-box .tips.error{
  369. margin:20px 48px 0;
  370. background: #FDEEE9;
  371. border: 1px solid #fadcd3;
  372. }
  373. .login-box .login-form,
  374. .registerForm{
  375. margin-top: 24px;
  376. color: #000000;
  377. overflow: hidden;
  378. }
  379. .login-box .login-form li ,
  380. .registerForm > li{
  381. margin-bottom: 20px;
  382. }
  383. .login-box .login-form li input,
  384. .registerForm > li input{
  385. height: 20px;
  386. padding: 10px;
  387. width: 314px;
  388. border: 0 none;
  389. background: #ffffff;
  390. line-height: 20px;
  391. font-size: 14px;
  392. }
  393. .registerForm > li input[readonly]{
  394. background: #bbbbbb;
  395. }
  396. .login-box .login-form li .code ,
  397. .registerForm li .code{
  398. display: inline-block;
  399. vertical-align: top;
  400. height: 40px;
  401. width: 80px;
  402. margin-left: 20px;
  403. position: absolute;
  404. top: 0;
  405. right: 0;
  406. }
  407. .login-box .login-form li .code>div ,
  408. .registerForm li .code>div{
  409. width: 100%;
  410. height: 100%;
  411. display: table;
  412. vertical-align: middle;
  413. text-align: center;
  414. }
  415. .login-box .login-form li .code>div>div,
  416. .registerForm li .code>div>div {
  417. display: table-cell;
  418. vertical-align: middle;
  419. text-align: center;
  420. }
  421. .login-box .login-form li .code>div>div img,
  422. .registerForm li .code>div>div img {
  423. width: 80px;
  424. }
  425. .registerForm .row.smsCode > input{
  426. width: 194px;
  427. }
  428. .registerForm .row.smsCode > .button{
  429. position: absolute;
  430. right:0;
  431. top:0;
  432. background: #ade5fe;
  433. display: block;
  434. width: 109px;
  435. height: 40px;
  436. color: #fff;
  437. font-size: 14px;
  438. line-height: 40px;
  439. text-align: center;
  440. cursor: default;
  441. }
  442. .registerForm .row.smsCode > .button.enabled:hover {
  443. background: #08a9f2;
  444. cursor: pointer;
  445. }
  446. .registerForm .row.smsCode > .button.enabled {
  447. background: #00a0e9;
  448. }
  449. .registerForm .row.smsCode > .button.disabled,
  450. .registerForm .row.smsCode > .button.disabled:hover {
  451. background: #ade5fe;
  452. }
  453. .registerForm .row.smsCode > .x-tip {
  454. float: none;
  455. display: block;
  456. }
  457. .codeResult{
  458. position: absolute;
  459. top:16px;
  460. right:84px;
  461. display: none;
  462. width:18px;
  463. height:18px;
  464. background: url(../images/sprites.png) -350px 2px no-repeat;
  465. }
  466. .codeResult.success{
  467. display: block;
  468. }
  469. .codeResult.error{
  470. display: block;
  471. background-position: -350px -19px;
  472. }
  473. .login-box .login-action,
  474. .reg-action-bar{
  475. margin-top: 4px;
  476. }
  477. .login-box .login-action button,
  478. .reg-action-bar .button {
  479. display: block;
  480. width: 334px;
  481. height: 50px;
  482. line-height: 50px;
  483. font-size: 18px;
  484. background: #00a0e9;
  485. color:#fff;
  486. border: 0 none;
  487. border-radius: 3px;
  488. text-align: center;
  489. }
  490. .login-box .login-action button:hover,
  491. .reg-action-bar .button:hover {
  492. background: #08a9f2;
  493. }
  494. .login-box .login-action p {
  495. margin-top: 12px;
  496. font-size: 14px;
  497. }
  498. .reg-action-bar .tks{
  499. margin-top: 12px;
  500. }
  501. .reg-action-bar .tks > input{
  502. display: block;
  503. float: left;
  504. margin:4px;
  505. }
  506. .reg-action-bar .tks > span{
  507. cursor: pointer;
  508. }
  509. .reg-action-bar .regPP {
  510. font-size: 12px;
  511. margin:5px 0 0;
  512. }
  513. .reg-action-bar .regPP > a{
  514. border:1px solid #fff;
  515. border-radius:10px;
  516. padding:2px 8px;
  517. color:#fff;
  518. }
  519. .reg-action-bar .regPP > a:hover{
  520. color:#0AB2F3;
  521. border-color:#0AB2F3;
  522. }
  523. .login-box .login-action p a.w {
  524. color: #ffffff;
  525. opacity: .9;
  526. }
  527. .login-box .login-action p a.w:hover {
  528. opacity: 1;
  529. }
  530. .auto-tip{
  531. background: #ffffff;
  532. }
  533. .auto-tip li {
  534. width:auto !important;
  535. float:none !important;
  536. text-align:left;
  537. height:24px;
  538. line-height:24px;
  539. font-size:14px;
  540. padding:0 5px;
  541. }
  542. .auto-tip li.hoverBg {
  543. background:#ddd;
  544. cursor:pointer;
  545. }
  546. .pwd-tip{ line-height:22px;}
  547. .pwd-tip .input-ont{width:8px; height:8px; display: inline-block; vertical-align:top; margin:9px 9px 0 4px; background-color: #c0c0c0; border-radius:50%;}
  548. .pwd-tip .input-ont.icon,.pwd-tip .input-ont.icons{background-color:none;width:16px; height:16px;margin:5px 5px 0 0;}
  549. .pwd-tip .input-ont.icon.error{background: url(../images/sprites.png) -350px -20px no-repeat;}
  550. .pwd-tip .input-ont.icon.success{background: url(../images/sprites.png) -350px 0 no-repeat;}
  551. .x-tip{ vertical-align: top; display: inline-block;*display:inline;*zoom:1;color: #f00; height: 0; line-height: 20px; font-size: 12px;margin:0; position:relative; z-index:1; margin-right:-30px;float:left;}
  552. input:focus~.x-tip{z-index:2;}
  553. .x-tip .exp{ background: #FCF0C1; border:1px solid #E8D691; color: #666666; display: block; padding:6px 10px; border-radius: 3px;margin:11px 0 0 10px;}
  554. .x-tip .exp:before{ content: "◆"; position: absolute; left: 30px; top: -3px; width: 30px; height: 30px; font-size: 30px; text-align: center; line-height: 30px; z-index: 1; color:#E8D691; }
  555. .x-tip .exp:after{ content: "◆"; position: absolute; left: 30px; top: -2px; width: 30px; height: 30px; font-size: 30px; text-align: center; line-height: 30px; z-index: 2; color:#FCF0C1;}
  556. .hides{ width: 0px; height: 0px; margin: -1px; overflow: hidden;padding: 0; opacity: 0; position: absolute; top: -100000px;}
  557. /*提示*/
  558. .tips-dialog{ position:fixed; background: #ffffff; padding: 30px 60px; line-height:20px; border: 1px solid #dbdbdb; box-shadow: 0 0 20px rgba(0,0,0,.2); display: none; z-index: 3001;}
  559. .tips-dialog i{margin-right:10px;}
  560. .tips-dialog i.error{background: url(../images/sprites.png) -300px -25px no-repeat; width: 20px; height: 20px; display:inline-block;*display:inline;*zoom:1; vertical-align: top;}
  561. .tips-dialog i.success{background: url(../images/sprites.png) -300px 0 no-repeat; width: 20px; height: 20px;display:inline-block;*display:inline;*zoom:1; vertical-align: top;}
  562. .tips-dialog i.info{background: url(../images/sprites.png) -300px -75px no-repeat; width: 20px; height: 20px;display:inline-block;*display:inline;*zoom:1; vertical-align: top;}
  563. .tips-dialog i.wait{background: url(../images/waiting.gif) center center no-repeat; width: 20px; height: 20px;display:inline-block;*display:inline;*zoom:1; vertical-align: top;}
  564. /*dialog*/
  565. .ml{ margin-left: 10px;}
  566. .ll-dialog{ background: #FFFFFF; min-width:120px; min-height:100px; position:absolute; z-index:2001;}
  567. .ll-dialog .ll-dialog-hd{ height:50px; line-height: 50px; margin: 0 20px;-webkit-user-select: none; -moz-user-select: none;border-bottom: 1px solid #eee;}
  568. .ll-dialog .ll-dialog-hd label{ font-size: 14px; font-weight: bold; line-height: 50px;border-left:2px solid #999999;color:#373737;padding:0 0 0 10px;}
  569. .ll-dialog .ll-dialog-hd span{ width:26px; height:26px; float: right; display: block; margin-top:12px; cursor: pointer; line-height: 26px; font-size:30px; text-align: center; color: #787878;background: url(../images/sprites.png) -376px -17px no-repeat;}
  570. .ll-dialog .ll-dialog-bd{display:block; position: relative; overflow: hidden;}
  571. .ll-dialog .ll-dialog-bd .pd{ padding: 10px 85px;}
  572. .ll-dialog .ll-dialog-bd .close-dialog{ background:url("../images/dialog-close.png") 0 0 no-repeat; width: 15px; height: 15px; display: block; margin: 11px 11px 0 0; cursor: pointer; position:absolute; right:0; top:0;}
  573. .ll-dialog .ll-dialog-bt{ text-align: center; padding: 10px 20px 50px 20px;}
  574. .ll-dialog .ll-dialog-bt .button{height:38px; background: #fff;border: 1px solid #a9a9a9;color:#a9a9a9; cursor: pointer;padding:0 40px; margin:0 10px;border-radius: 3px; }
  575. .ll-dialog .ll-dialog-bt .button:hover{ border: 1px solid #00a1e9;color:#00a1e9;}
  576. .ll-dialog .ll-dialog-bt .button:first-child{ height:38px; background: #00a1e9;border: 1px solid #00a1e9;color: #FFFFFF; cursor: pointer; margin:0 10px; padding: 0 40px;}
  577. .ll-dialog .ll-dialog-bt .button:first-child:hover{ background:#05aaf6;}
  578. .ll-dialog .info-icon{ display: block; margin:20px auto;}/*提示信息图标*/
  579. .ll-dialog .info-text{ text-align:center; font-size:16px; line-height:30px; margin:20px auto;}
  580. /*dplayer 视频弹框*/
  581. .dplayerP{height:461px;}
  582. .dplayer .dplayer-menu.dplayer-menu-show{display: none;}
  583. .ll-dialog.dplayerP .ll-dialog-bd{padding:20px;}
  584. .dplayerP .ll-dialog-bd .pd {padding: 0;}
  585. .dplayerP .dplayer .dplayer-controller .dplayer-icons .dplayer-setting{display: none;}
  586. .ll-dialog .ll-dialog-bd .loading{ width:78px; height:78px; position:absolute; left:50%; top:50%; margin:-39px 0 0 -39px; display:block;}
  587. .notic2{ padding: 10px 10px 10px 40px; font-size: 14px; line-height: 20px; position: relative;}
  588. .notic2 i{ position: absolute; left: 16px; top: 12px;}
  589. .setting-form{ margin: 30px 50px;}
  590. .setting-form ul li{ width: 100%; float: left;}
  591. .setting-form ul li label{ font-size: 14px; line-height: 60px; height: 60px; width: 20%; float: left; color: #b0b5bd;}
  592. .setting-form ul li label.tit_label{ width:50%;}
  593. .setting-form ul li .row{ float: left; width: 80%; min-height: 60px; line-height: 60px; font-size: 14px;}
  594. .setting-form ul li .row .text{ width:230px; height:36px; line-height: 36px; font-size: 14px; border-radius:3px; padding: 0 5px; border: 1px solid #cbd1da; vertical-align:top; margin-top: 12px;}
  595. .setting-form ul li .row .text:focus,
  596. .setting-form ul li .row .textarea:focus{border-color:#00a0e9;box-shadow: 0 0 2px 0 rgba(0,160,233,0.50);}
  597. .setting-form ul li .row .text.error,
  598. .setting-form ul li .row .textarea.error{ border-color:#ec2020;}
  599. .setting-form ul li .row .text.short{ width: 110px;}
  600. .setting-form ul li .row .text.wid{ width: 400px;}
  601. .setting-form ul li .row .select{ width: 114px; height:36px;border: 1px solid #cbd1da;font-size: 14px; position: relative; display: inline-block;*display:inline;*zoom:1; margin-top: 11px; vertical-align: top;}
  602. .setting-form ul li .row .select.disabled{ background: #EBECEE; color: #a1a1a1;}
  603. .setting-form ul li .row .select.year{ width:76px;}
  604. .setting-form ul li .row .select.month{ width:52px;}
  605. .setting-form ul li .row .select.day{ width:52px;}
  606. .setting-form ul li .row .select.wid{ width: 240px;}
  607. .setting-form ul li .row .select.focus{border-color:#00a0e9;box-shadow: 0 0 2px 0 rgba(0,160,233,0.50);}
  608. .setting-form ul li .row .select:after{ content: ""; position: absolute; top:16px; right:8px; background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAADCAYAAACwAX77AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK6wAACusBgosNWgAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNi8wNS8xNSOi56YAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAKElEQVQImVWJsQkAMAyAHPqnr+VTOwVaQRBEDfhUo+qdalUHYGZYti85Yxon2gq2kwAAAABJRU5ErkJggg==') 100% center no-repeat #fff; width: 6px; height: 3px;}
  609. .setting-form ul li .row .select select{ position:absolute; top:0px;left:0; z-index: 1; width:100%; height:100%; opacity: 0;filter: alpha(opacity=0);}
  610. .setting-form ul li .row .select select option{ font-size: 14px; }
  611. .setting-form ul li .row .select>span{ position: absolute; line-height: 36px; padding: 0 4px; top: 0; left: 0; right:16px; white-space: nowrap; overflow: hidden;}
  612. .setting-form ul li .row .x-checkbox{position: relative;-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);box-shadow: inset 0 1px 2px rgba(0,0,0,.07);background-color: #fff;color: #333;outline: 0;-webkit-transition: .05s border-color ease-in-out;transition: .05s border-color ease-in-out;width: 16px; height: 16px;border: 1px solid #bbb;padding: 0!important;text-align: center;vertical-align: top; margin: 10px 5px 0 0; cursor: pointer;display: inline-block;*display:inline;*zoom:1;-moz-user-select: none;-webkit-user-select: none;-ms-user-select: none;-khtml-user-select: none;user-select: none;}
  613. .setting-form ul li .row .x-checkbox:active,
  614. .setting-form ul li .row .x-checkbox.focus{border-color:#00a0e9;box-shadow: 0 0 2px 0 rgba(0,160,233,0.50);}
  615. .setting-form ul li .row .x-checkbox input{border: 0;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;height: 1px;clip: rect(0 0 0 0);}
  616. .setting-form ul li .row .x-checkbox b{width: 11px;height: 9px;margin: 3px 0 0 2px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAJCAYAAADkZNYtAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNi8wOC8xNdHIP3sAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAA9klEQVQYlX2Qv0tCcQDEP34LrAYHRWkwaGgojPSNRUNDWEu1NLhGFDQIbW39BW6O1ZBzELRYNFghFA2vEgThbSot1ZBQiOi7BkXph912x2e4O/SvPuVk85pL3+m8XJehr1pULm0SxQZVBgn6vfSBW1Ry9yQKDV4w7C/HsEaEgTeuMrcclT664PvTI0m7ThWIz0yzOTEAgKecvdF8sQnAemSSvfAz2xc1HoCgL8TpVoQxQBIe6VVnBwWStZ9VhjjemGXB33aSMBBgdW2UlW+gYWcx1gV7KUBoitSSD6sTWuFxdqPDv3f3Pm3KubZ1eFKS88fjruvqCywbj9ZeA5j/AAAAAElFTkSuQmCC) center center no-repeat;display: block;transform: scale(0);-webkit-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0);transition:all .2s ease;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;}
  617. .setting-form ul li .row .x-checkbox input:checked ~ b{transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);}
  618. .setting-form ul li .row .code{ display: inline-block; *display:inline;*zoom:1; vertical-align: top; margin-top: 12px; height: 38px; cursor: pointer;}
  619. .setting-form ul li .row .code>img{ display: block; height: 100%;}
  620. .setting-form ul li .row .img-prev{ display: inline-block; *display:inline;*zoom:1; vertical-align: top; margin-top: 12px; margin-right: 10px; position: relative; width: 122px; height: 92px;}
  621. .setting-form ul li .row .img-prev .imgs{ width: 120px; height: 90px; position: relative; z-index: 1;vertical-align: middle; text-align: center; border: 1px solid #E2E4E7;}
  622. .setting-form ul li .row .img-prev .imgs span{ width: 120px; height: 90px; overflow:hidden; display: block; vertical-align: middle; text-align: center;}
  623. .setting-form ul li .row .img-prev .imgs span img{ margin: 0 auto; display: block; padding: 0;}
  624. .setting-form ul li .row .img-prev .imgs p{ position: absolute; top: 100%; left: 0; width: 100%; text-align: center; line-height: 20px;}
  625. .setting-form ul li .row .img-prev .imgloading{z-index:10; width:120px; height:90px; border: 1px solid #E2E4E7; position: absolute; left:0; top:0; background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEX///+nxBvIAAAAAXRSTlOZyTXzhgAAAApJREFUCNdjYAAAAAIAAeIhvDMAAAAASUVORK5CYII=) 0 0 repeat;}
  626. .setting-form ul li .row .img-prev .imgloading i{width:24px; height:24px; display:block; background: url(../images/upload.gif) 0 0 no-repeat; margin:33px auto;}
  627. .setting-form ul li .row .img-prev .upload-pop{width: 120px; height: 90px; background: #EBECEE; position: absolute; left: 0; top: 0; z-index: 2; overflow: hidden;}
  628. .setting-form ul li .row .img-prev .upload-pop .uploads{width: 118px; height: 88px; border: 1px solid #E2E4E7; background: #EBECEE; display: block; overflow: hidden;}
  629. .setting-form ul li .row .img-prev .upload-pop .uploads iframe{ width:120px; height:90px; position: absolute; left:0; top:0; opacity:0;filter: alpha(opacity=0);}
  630. .setting-form ul li .row .img-prev .upload-pop .uploads .plus{ width: 26px; height: 26px;display: block; margin: 16px auto 6px auto; position: relative;}
  631. .setting-form ul li .row .img-prev .upload-pop .uploads .plus b{ width: 4px; height: 26px; background: #B0B5BD; display: block; margin: 0 auto; position: absolute; left: 11px; top: 0px;}
  632. .setting-form ul li .row .img-prev .upload-pop .uploads .plus s{ width: 26px; height: 4px; background: #B0B5BD; display: block; margin: 0 auto; position: absolute; left: 0px; top:11px;}
  633. .setting-form ul li .row .img-prev .upload-pop .uploads p{ line-height: 30px; text-align: center; color:#B0B5BD;}
  634. .setting-form ul li .row .img-prev .upload-pop .uploads:hover{ border-color: #05aaf6; background: #f0faff;}
  635. .setting-form ul li .row .img-prev .upload-pop .uploads:hover .plus b,
  636. .setting-form ul li .row .img-prev .upload-pop .uploads:hover .plus s{ background:#05aaf6;}
  637. .setting-form ul li .row .img-prev .upload-pop .uploads:hover p{ color:#05aaf6;}
  638. .setting-form ul li .line{ border-bottom: 1px solid #dbdbdb; margin: 20px 0;}
  639. .setting-form .action-bar{ margin: 30px 0; width: 100%;}
  640. .setting-form .action-bar .actions{ margin-left: 20%;}
  641. .setting-form .action-bar .tks{ margin-bottom: 10px;}
  642. .setting-form .action-bar.nol{ margin-left: 0;}
  643. .setting-form .action-bar .button{ display: inline-block;*display:inline;*zoom:1; height: 38px; padding: 0 40px; text-align: center;line-height: 38px; font-size: 16px; background:#00a0e9; border-radius:3px; color: #ffffff;}
  644. .setting-form .action-bar .button{width: 242px; padding: 0;}
  645. /* .setting-form .action-bar .button.wid{width: 242px; padding: 0;} */
  646. .setting-form .action-bar .button:hover{ background-color:#05aaf6;}
  647. .setting-form .action-bar .button:active{ background-color:#0296d9}
  648. .setting-form .action-bar .button.disabled{ background: #8fd7f9; color: #ceedfb; cursor: default}
  649. .setting-form .action-bar .button .loading-ico{ width: 16px; height: 16px; background: url(../images/btn-loading.png) 0 0 no-repeat; display: inline-block;*display:inline;*zoom:1; vertical-align: top; margin:16px 5px 0 -21px;
  650. animation: btnload 1s linear infinite;-webkit-animation: btnload 1s linear infinite;-ms-animation: btnload 1s linear infinite;-moz-animation: btnload 1s linear infinite;}
  651. @-webkit-keyframes btnload{0%{-webkit-transform: rotate(0deg)}100% {-webkit-transform: rotate(360deg)}}
  652. @-moz-keyframes btnload{0%{-moz-transform: rotate(0deg)}100% {-moz-transform: rotate(360deg)}}
  653. @-ms-keyframes btnload{0%{-ms-transform: rotate(0deg)}100% {-ms-transform: rotate(360deg)}}
  654. @-o-keyframes btnload{0%{-o-transform: rotate(0deg)}100% {-o-transform: rotate(360deg)}}
  655. @keyframes btnload {0% {transform: rotate(0deg)}100% {transform: rotate(360deg)}}
  656. .setting-form ul li .row .button{ height: 36px; line-height: 36px; margin-top: 12px; padding: 0 20px; cursor: pointer; border: 1px solid #cbd1da; display: inline-block;*display:inline;*zoom:1; position: relative; cursor: pointer; vertical-align:top;background:#ffffff; color: #000;-webkit-user-select: none; -moz-user-select: none;}
  657. .setting-form ul li .row .button:hover{ background-position: 0 -36px;}
  658. .setting-form ul li .row .button.disabled{ opacity: .5; cursor:default;}
  659. /*banner轮播*/
  660. .attention>img{height:100%;}
  661. @media screen and (max-device-width: 600px) {
  662. .attention{display: none;}
  663. }
  664. .bannerBox{
  665. width: 200%;
  666. height: 100%;
  667. -webkit-transition:all .6s ease-in-out;
  668. -moz-transition:all .6s ease-in-out;
  669. transition:all .6s ease-in-out;
  670. -ms-transition:all .6s ease-in-out;
  671. }
  672. .banner_li{
  673. float: left;
  674. width: 50%;
  675. height: 100%;
  676. background-position: center center;
  677. background-size: cover;
  678. background-repeat: no-repeat;
  679. vertical-align: middle;
  680. opacity: 1;
  681. transition-property: opacity;
  682. transition-duration: 1s;
  683. transition-timing-function: ease-in-out;
  684. }
  685. .attention{
  686. background: url("../images/banner_toc.jpg") center no-repeat;
  687. background-size: 1200px 690px;
  688. }
  689. .countDown{
  690. width: 472px;
  691. height:70px;
  692. padding:22px 16px;
  693. top:346px;
  694. left:39px;
  695. border: 1px solid #e7182f;
  696. background: #e55c7f;
  697. border-radius: 6px;
  698. }
  699. .countDown > span{
  700. display: inline-block;
  701. color: #fff;
  702. vertical-align: bottom;
  703. font-size: 24px;
  704. margin-right: 2px;
  705. }
  706. .countDown > span.count{
  707. width:67px;
  708. height:67px;
  709. background: url("../images/count.png") center no-repeat;
  710. background-size:cover;
  711. text-align: center;
  712. color: #5a5a5a;
  713. font-size: 40px;
  714. line-height: 67px;
  715. }
  716. .actLink{
  717. top:494px;
  718. left:43px;
  719. display:block;
  720. width:140px;
  721. height:22px;
  722. border: 1px solid #fff;
  723. color: #fff;
  724. border-radius: 10px;
  725. font-size: 16px;
  726. text-align: center;
  727. padding:10px 18px;
  728. }
  729. .actLink:hover{
  730. color: #fff;
  731. font-size: 18px;
  732. transition-property: all;
  733. transition-duration: 0.25s;
  734. transition-timing-function: ease-in-out;
  735. }
  736. .h5_act,
  737. .h5_login_action_info,
  738. .h5_tel {display: none;}
  739. @media screen and (max-device-width: 600px) {
  740. .adaptive .header .service,
  741. .adaptive .header .nav,
  742. .adaptive .about-box,
  743. .adaptive .qualification-box,
  744. .adaptive .footer,
  745. .adaptive .banner .banner_solgan,
  746. .adaptive .login-box > .login-box-tit{
  747. display: none;
  748. }
  749. html{background: #f2f2f2;}
  750. .adaptive{background: #f2f2f2;font-family: "PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Microsoft Yahei","微软雅黑",STHeiti,"华文细黑",sans-serif;}
  751. html,.adaptive,.adaptive .header,.adaptive .container{min-width: 100%;width: 100%;}
  752. .adaptive .header .logo{float: none;text-align: center;}
  753. .adaptive .header .logo >a{display: inline-block;margin: 0.38rem auto;}
  754. .adaptive .header .logo a>img{height:1.13rem;}
  755. .login-box .login-action button{
  756. width: 100%;
  757. height:1.97rem;
  758. line-height: 2.1rem;
  759. font-size: 0.8rem;
  760. background: -webkit-linear-gradient(#13aefa, #00a1f0);
  761. background: -o-linear-gradient(#13aefa, #00a1f0);
  762. background: -moz-linear-gradient(#13aefa, #00a1f0);
  763. background: linear-gradient(#13aefa, #00a1f0);
  764. }
  765. .h5_act{
  766. display: block;
  767. width: 14.06rem;
  768. height: 3.1rem;
  769. text-align: center;
  770. margin:0.45rem auto;
  771. padding:1.4rem 0 0;
  772. border-radius: 4px;
  773. color: #fff;
  774. font-size: 0.55rem;
  775. font-weight: 300;
  776. background: -webkit-linear-gradient(#084bb6, #00a1f0);
  777. background: -o-linear-gradient(#084bb6, #00a1f0);
  778. background: -moz-linear-gradient(#084bb6, #00a1f0);
  779. background: linear-gradient(#084bb6, #00a1f0);
  780. }
  781. .h5_act > h2{font-weight: 600;margin:0 0 0.2rem;}
  782. .adaptive .banner{
  783. width: 14.06rem;
  784. height: auto;
  785. margin:0 auto;
  786. border-radius: 4px;
  787. background:#fff;
  788. }
  789. .adaptive .login-box{
  790. width: 100%;
  791. position: relative;
  792. top:0;
  793. left: 0;
  794. background:#fff;
  795. padding: 0 0 0.8rem;
  796. margin-left: 0;
  797. }
  798. .login-box > .login-box-con{
  799. margin:0.67rem 0.47rem 0;
  800. }
  801. .banner > .banner-inner{height:auto;}
  802. .login-box .login-form{
  803. margin-top: 1.4rem;
  804. }
  805. .login-box .login-form li {margin-bottom: 0.5rem;}
  806. .login-box .login-form li input{
  807. width: 12.53rem;
  808. border-radius: 4px;
  809. border: 1px solid #e6ebf0;
  810. margin: 0 auto;
  811. padding:0.25rem;
  812. height:1.19rem;
  813. background: -webkit-linear-gradient(#fafafa, #fff);
  814. background: -o-linear-gradient(#fafafa, #fff);
  815. background: -moz-linear-gradient(#fafafa, #fff);
  816. background: linear-gradient(#fafafa, #fff);
  817. }
  818. .login-box .login-form li input.vcode{
  819. /*width: auto;
  820. position: relative;
  821. right:80px;
  822. left:0;
  823. margin-right: 104px;*/
  824. }
  825. .login-box .login-form li .code{
  826. right:2px;
  827. top:0.25rem;
  828. height: auto;
  829. }
  830. .codeResult{
  831. right: 90px;
  832. top:0.6rem;
  833. }
  834. .login-box .login-action,.login-box .login-action p{
  835. margin: 0;
  836. }
  837. .login-box .login-action .h5_login_action_info{
  838. display: block;
  839. margin:0 0 0.5rem;
  840. color:#e2e7ec;
  841. }
  842. .h5_login_action_info>a{
  843. color: #00b5fa;
  844. font-size: 0.5rem;
  845. }
  846. .login-box .tips{
  847. width: 100%;
  848. border: none;
  849. position: absolute;
  850. bottom: 0.4rem;
  851. left:0;
  852. padding: 0;
  853. text-align: center;
  854. }
  855. .login-box .tips.error{
  856. margin:0;
  857. background: none;
  858. border:none;
  859. color: #ed4742;
  860. font-size: 0.5rem;
  861. }
  862. .h5_tel{
  863. display: block;
  864. width: 14.06rem;
  865. margin:0.65rem auto 0;
  866. padding: 0.54rem 0;
  867. text-align: center;
  868. background: #fff;
  869. border-radius: 4px;
  870. color: #3b5069;
  871. font-size: 0.5rem;
  872. }