main.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885
  1. *{margin: 0;padding: 0;}
  2. li{list-style: none;}
  3. a{text-decoration: none !important;}
  4. body{position:relative;font-family: 'Noto Sans',Arial,sans-serif;font-size:14px;}
  5. .clear{clear: both;width:100%;height: 2px;}
  6. header{
  7. width:100%;
  8. position: absolute;
  9. left: 0px;
  10. top: 0px;
  11. z-index: 999;
  12. }
  13. .menu_container{
  14. width:1240px;
  15. margin:0 auto;
  16. height:40px;
  17. }
  18. .h_bg{
  19. background: rgba(0,0,0,.5);
  20. }
  21. .menu_left{
  22. float: left;
  23. width: 218px;
  24. }
  25. .menu_right{
  26. float: right;
  27. width: 230px;
  28. }
  29. .menu_left ul li{
  30. padding:0 4px;
  31. float: left;
  32. color:#fff;
  33. cursor: pointer;
  34. height:40px;
  35. line-height:40px;
  36. }
  37. .menu_right ul li{
  38. float: left;
  39. color: #fff;
  40. }
  41. .new_user{
  42. height:40px;
  43. line-height:40px;
  44. padding:0 17px;
  45. }
  46. .login{
  47. height:40px;
  48. line-height: 40px;
  49. background: rgba(100,146,0,0.8);
  50. padding: 0 17px 0 37px;
  51. }
  52. .lang{
  53. height:40px;
  54. line-height: 40px;
  55. width:50px;
  56. background: rgba(0,0,0,0.5);
  57. }
  58. .nav_header{
  59. width: 100%;
  60. height: 47px;
  61. background: #000;
  62. display: none;
  63. position: fixed;
  64. top: 0px;
  65. z-index: 10000;
  66. }
  67. .nav_header_content{
  68. width: 1240px;
  69. height: 47px;
  70. margin: 0 auto;
  71. }
  72. .nav_header_content img{
  73. width: 47px;
  74. height: 47px;
  75. float: left;
  76. }
  77. .nav_menu_right{
  78. float: right;
  79. }
  80. .nav_menu_right ul li{
  81. float: left;
  82. }
  83. .nav_header .menu_lower_items ul li{
  84. height: 47px;
  85. line-height: 47px;
  86. }
  87. .menu_lower{
  88. width:1240px;
  89. margin:0 auto;
  90. height:80px;
  91. /*background: rgba(0,0,0,.5);*/
  92. }
  93. .menu_lower_logo{
  94. float: left;
  95. }
  96. .menu_lower_logo img{
  97. float: left;
  98. line-height:80px;
  99. }
  100. .menu_lower_logo div{
  101. float: left;
  102. line-height:80px;
  103. padding-left: 30px;
  104. padding-right: 20px;
  105. color: #fff;
  106. }
  107. .menu_lower_items{
  108. float: right;
  109. }
  110. .menu_lower_items ul li{
  111. float: left;
  112. height:80px;
  113. line-height:80px;
  114. padding:0 15px;
  115. color:#fff;
  116. }
  117. .menu_lower_items ul li:hover{
  118. background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5)); /* Safari 5.1 - 6.0 */
  119. background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5)); /* Opera 11.1 - 12.0 */
  120. background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5)); /* Firefox 3.6 - 15 */
  121. background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5)); /* 标准的语法 */
  122. }
  123. #transact_num{
  124. width:1240px;
  125. height:22px;
  126. line-height: 22px;
  127. margin:0 auto;
  128. position: relative;
  129. top:128px;
  130. }
  131. #transact_num .transact_num1{
  132. float: left;
  133. }
  134. .promo_item{
  135. width:100%;
  136. height:600px;
  137. position: relative;
  138. }
  139. .promo_item_select{
  140. float: right;
  141. }
  142. /*.promo_item_select ul li{
  143. }*/
  144. .promo_item_select ul li{
  145. float: left;
  146. padding: 0;
  147. border-radius: 50%;
  148. width: 20px;
  149. height: 20px;
  150. margin-left: 10px;
  151. /*transition: all .2s cubic-bezier(0.4,0,0.2,1);*/
  152. background: rgba(0,0,0,0.3);
  153. border: 1px solid rgba(255,255,255,0.3);
  154. box-sizing: border-box;
  155. cursor: pointer;
  156. }
  157. .promo_item_select ul li:hover{
  158. background-color: #428bca !important;
  159. }
  160. .lSPager_active{
  161. border: 1px solid #d0d3d5;
  162. background: #fff;
  163. }
  164. .promo_item{
  165. position: absolute;
  166. top:0px;
  167. z-index: -100;
  168. }
  169. .promo_item ul li{
  170. position: relative;
  171. width:100%;
  172. height:600px;
  173. overflow: hidden;
  174. }
  175. .promo_item ul li img{
  176. width:2560px;
  177. height:600px;
  178. position: absolute;
  179. z-index: -99;
  180. top:0;
  181. right:-330px;
  182. }
  183. .lSPager_title{
  184. width:1240px;
  185. height:300px;
  186. margin:0 auto;
  187. position: relative;
  188. top:200px;
  189. padding:50px;
  190. }
  191. .lSPager_title1{
  192. width: 100%;
  193. margin: 0;
  194. padding: 0;
  195. font-weight: 700;
  196. font-size: 48px;
  197. color: #feffff;
  198. line-height: 1.1;
  199. text-transform: uppercase;
  200. }
  201. .lSPager_title2{
  202. font-size:16px;
  203. color:#fff;
  204. }
  205. .lSPager_title_btn{
  206. padding: 12px 20px;
  207. font-size: 18px;
  208. text-align: center;
  209. color:#fff;
  210. background: #539603;
  211. border: 1px solid #abf74f;
  212. box-shadow: none;
  213. transition: all .2s cubic-bezier(0.4,0,0.2,1);
  214. width:250px;
  215. box-sizing: border-box;
  216. margin-top:5px;
  217. cursor: pointer;
  218. }
  219. .triangle-right {
  220. width: 0;
  221. height: 0;
  222. border-top: 8px solid transparent;
  223. border-left: 10px solid red;
  224. border-bottom: 8px solid transparent;
  225. }
  226. .content_nav{
  227. width:50%;
  228. height:75px;
  229. float: left;
  230. font-size:24px;
  231. line-height: 75px;
  232. text-align: center;
  233. color:#fff;
  234. }
  235. .content_con{
  236. width:100%;
  237. height:240px;
  238. background:url(../img/ANH.png)0 0 no-repeat;
  239. box-sizing: border-box;
  240. padding:80px 20px 0px;
  241. }
  242. .content_con p{
  243. width:100%;
  244. font-size: 18px;
  245. color:#fff;
  246. font-weight:400;
  247. margin:2px auto;
  248. }
  249. .promo_content_inner{
  250. width:1240px;
  251. height:315px;
  252. margin:0 auto;
  253. /*background:red;*/
  254. position: relative;
  255. top:180px;
  256. z-index: 1050;
  257. box-shadow: 0px 0px 20px #333;
  258. }
  259. .promo_content_inner1{
  260. width:50%;
  261. height:315px;
  262. float:left;
  263. }
  264. .promo_content_btn{
  265. width:100%;
  266. height:75px;
  267. position: relative;
  268. }
  269. .promo_content_triangle{
  270. position: absolute;
  271. left:50%;
  272. top:30px;
  273. z-index: 1060;
  274. }
  275. .content_nav1{
  276. background:rgb(246, 55, 55);
  277. }
  278. .content_nav2{
  279. background: #384147;
  280. }
  281. .promo_content_title{
  282. width:100%;
  283. height:75px;
  284. background:rgba(0,0,0,.5);
  285. }
  286. .promo_content_title ul{
  287. margin:0;
  288. }
  289. .promo_content_title ul li{
  290. height:75px;
  291. line-height:75px;
  292. margin:0 40px;
  293. float: left;
  294. color:#fff;
  295. }
  296. .promo_content_pic{
  297. width:100%;
  298. height:240px;
  299. background:#fff;
  300. overflow: hidden;
  301. position: relative;
  302. }
  303. .promo_content_pic_lists{
  304. width: 3100px;
  305. height: 240px;
  306. /*transition: all 0.2s;*/
  307. position: absolute;
  308. top: 0px;
  309. left: 0px;
  310. }
  311. .promo_content_pic_lists li{
  312. width:620px;
  313. height: 240px;
  314. float: left;
  315. }
  316. .promo_content_pic_lists li:nth-child(1){
  317. background: url(../img/TIM图片20171206100627.png)50% 50% no-repeat;
  318. }
  319. .promo_content_pic_lists li:nth-child(2){
  320. background: url(../img/TIM图片20171206100643.png)50% 50% no-repeat;
  321. }
  322. .promo_content_pic_lists li:nth-child(3){
  323. background: url(../img/TIM图片20171206100659.png)50% 50% no-repeat;
  324. }
  325. .promo_content_pic_lists li:nth-child(4){
  326. background: url(../img/TIM图片20171206100610.png)50% 50% no-repeat;
  327. }
  328. .promo_content_pic_lists li:nth-child(5){
  329. background: url(../img/TIM图片20171206100627.png)50% 50% no-repeat;
  330. }
  331. .promo_content_pic_btn{
  332. width: 30px;
  333. height: 50px;
  334. cursor: pointer;
  335. }
  336. .btn_l{
  337. position: absolute;
  338. background: url(../img/tall-arrows-sprite.png)10px 0 no-repeat;
  339. left: 0px;
  340. top: 90px;
  341. }
  342. .btn_2{
  343. position: absolute;
  344. background: url(../img/tall-arrows-sprite.png)-40px 0 no-repeat;
  345. right: 0px;
  346. top: 90px;
  347. }
  348. .promo_content{
  349. width:100%;
  350. background: #384147;
  351. height:480px;
  352. margin-top:-37px;
  353. box-sizing: border-box;
  354. padding-top:205px;
  355. }
  356. .promo_content_lists{
  357. width:1240px;
  358. height:265px;
  359. margin:0 auto;
  360. }
  361. .promo_content_lists ul li{
  362. height:265px;
  363. width:25%;
  364. text-align: center;
  365. box-sizing: border-box;
  366. padding-top:20px;
  367. float: left;
  368. cursor: pointer;
  369. }
  370. .promo_content_lists ul li img{
  371. width:148px;
  372. height:110px;
  373. margin-bottom: 20px;
  374. }
  375. .promo_content_lists_title{
  376. font-size: 16px;
  377. color:#fff;
  378. }
  379. .promo_content_lists_con{
  380. font-size: 14px;
  381. color:#fff;
  382. }
  383. .promo_content_lists ul li:hover{
  384. background: radial-gradient(#171a1d 0,#384147 90%,#384147 100%);
  385. }
  386. .triangle-down {
  387. width: 0;
  388. height: 0;
  389. border-left: 20px solid transparent;
  390. border-right: 20px solid transparent;
  391. border-top: 20px solid #384147;
  392. }
  393. .promo_content_triangle_down{
  394. margin:0 auto;
  395. }
  396. .account_type{
  397. margin:50px auto 100px;
  398. text-align: center;
  399. width:1240px;
  400. font-size:32px;
  401. color:#000;
  402. }
  403. .section_content{
  404. width: 100%;
  405. height:1916px;
  406. background: #dcdfe1;
  407. border-top: 1px solid #fff;
  408. }
  409. .accounts_base{
  410. width:1280px;
  411. margin: 0 auto;
  412. margin-top:-50px;
  413. }
  414. .accounts_item{
  415. width:25%;
  416. font-size:16px;
  417. box-sizing: border-box;
  418. padding:0 5px;
  419. float: left;
  420. height:526px;
  421. margin-bottom:35px;
  422. }
  423. .accounts_item_content{
  424. background: #fff;
  425. color: #000;
  426. box-shadow: 0 9px 18px rgba(0,0,0,0.25);
  427. height:526px;
  428. overflow: hidden;
  429. }
  430. .account_name1{
  431. width:100%;
  432. height:95px;
  433. line-height:95px;
  434. padding-left: 86px;
  435. font-size:18px;
  436. background-color:#e8ebec;
  437. }
  438. .account_interpret{
  439. padding: 25px 15px 10px;
  440. line-height: 1.3;
  441. border-bottom: 1px solid #e8ebec;
  442. font-size: 16px;
  443. height: 115px;
  444. box-sizing: border-box;
  445. }
  446. .account_rule_lists{
  447. padding: 10px 15px 2px;
  448. font-size: 14px;
  449. min-height: 262px;
  450. }
  451. .account_rule_lists ul li{
  452. height: 16px;
  453. line-height: 16px;
  454. margin-bottom: 10px;
  455. }
  456. .rule_name{
  457. color: #637176;
  458. float: left;
  459. text-align: left;
  460. }
  461. .rule_value{
  462. float: right;
  463. text-align: right;
  464. }
  465. .account_open{
  466. width:140%;
  467. height: 54px;
  468. color:#fff;
  469. transition: all 0.2s;
  470. }
  471. .new_account_open{
  472. width: 72%;
  473. float: left;
  474. font-size: 18px;
  475. height:54px;
  476. line-height: 54px;
  477. text-align: center;
  478. color:#fff;
  479. }
  480. .account_particulars{
  481. width:28%;
  482. float: right;
  483. text-align: center;
  484. background: #2e353a;
  485. height:54px;
  486. line-height: 54px;
  487. cursor: pointer;
  488. }
  489. .accounts_item_content:hover .account_open{
  490. width: 100%;
  491. }
  492. .account_name2{
  493. width:100%;
  494. height:95px;
  495. line-height:95px;
  496. padding-left: 86px;
  497. font-size:18px;
  498. background-color:#2e353a;
  499. color:#fff;
  500. }
  501. .rule_name2{
  502. color:#b4c1c9;
  503. }
  504. .account_other{
  505. width: 50%;
  506. font-size: 16px;
  507. display: inline-block;
  508. vertical-align: top;
  509. box-sizing: border-box;
  510. padding-left: 5px;
  511. padding-right: 5px;
  512. position: relative;
  513. font-size: 14px;
  514. }
  515. .account_item_FBS{
  516. background: #fff;
  517. height: 526px;
  518. }
  519. .account_item_FBS_title{
  520. padding-left: 15px;
  521. width:100%;
  522. height:64px;
  523. line-height:64px;
  524. font-size: 18px;
  525. }
  526. .account_FBS_table{
  527. width:100%;
  528. }
  529. .account_FBS_table td{
  530. border: 1px solid #e8ecee;
  531. padding:20px;
  532. }
  533. .account_FBS_table td a{
  534. display: inline-block;
  535. width: 266px;
  536. height: 50px;
  537. padding-left: 100px;
  538. line-height: 50px;
  539. }
  540. .account_FBS_table td a span{
  541. color:#000;
  542. }
  543. .account_other_con{
  544. padding: 25px 15px 10px;
  545. }
  546. .account_other_btn{
  547. padding:0 15px 25px;
  548. }
  549. .account_other_btn a{
  550. display: inline-block;
  551. padding:10px 15px;
  552. border:1px solid #000;
  553. color:#000;
  554. cursor: pointer;
  555. }
  556. .account_other_btn a:hover{
  557. background:#d9d9d9;
  558. }
  559. .account_triangle_down{
  560. margin:0 auto;
  561. border-top: 20px solid #fff;
  562. }
  563. .pay_type{
  564. width:100%;
  565. height: 100px;
  566. background: #fff;
  567. }
  568. .pay_type ul{
  569. width:100%;
  570. }
  571. .pay_type ul li{
  572. width: 33%;
  573. padding-top: 30px;
  574. float: left;
  575. }
  576. .pay_type ul li div{
  577. width: 100%;
  578. height: 40px;
  579. line-height: 40px;
  580. text-align: center;
  581. cursor: -webkit-grab;
  582. cursor: -o-grab;
  583. cursor: -ms-grab;
  584. cursor: grab;
  585. }
  586. .pay_type ul li div img{
  587. height: 40px;
  588. }
  589. .local_sys{
  590. width:100%;
  591. height: 40px;
  592. line-height: 40px;
  593. text-align: center;
  594. margin:50px auto;
  595. font-size: 32px;
  596. }
  597. .news_content{
  598. width:1280px;
  599. padding: 0 20px;
  600. margin: 0 auto;
  601. }
  602. .news_content ul li{
  603. width:33.3333%;
  604. height: 336px;
  605. float: left;
  606. padding: 0 10px;
  607. }
  608. .news_module{
  609. box-shadow: 0 9px 18px rgba(0,0,0,0.25);
  610. background: #fff;
  611. height:342px;
  612. }
  613. .news_module_name{
  614. width:100%;
  615. height: 54px;
  616. line-height: 54px;
  617. color: #fff;
  618. font-size: 14px;
  619. background: #2e353a;
  620. box-sizing: border-box;
  621. /*padding: 15px;*/
  622. }
  623. .news_name{
  624. height: 54px;
  625. line-height: 54px;
  626. padding: 0 40px;
  627. float: left;
  628. font-size: 16px;
  629. }
  630. .news_particulars{
  631. padding-right: 15px;
  632. float: right;
  633. }
  634. .news_title{
  635. display: inline-block;
  636. border-bottom: 1px solid #e8ecee;
  637. cursor: pointer;
  638. font-size: 14px;
  639. color:#111d23;
  640. padding: 15px;
  641. width: 100%;
  642. box-sizing: border-box;
  643. height: 93px;
  644. border-top: 1px solid #fff;
  645. }
  646. .news_lists_time{
  647. width: 35px;
  648. float: left;
  649. margin-top: 10px;
  650. }
  651. .new_lists_name{
  652. float: left;
  653. height:63px;
  654. line-height: 63px;
  655. padding-left: 5px;
  656. }
  657. .news_time{
  658. width:30px;
  659. background: #cdd2d5;
  660. height: 36px;
  661. text-align: center;
  662. }
  663. .news_day{
  664. font-size: 18px;
  665. color: #fff;
  666. display: block;
  667. line-height: 19px;
  668. }
  669. .news_month{
  670. font-size: 10px;
  671. display: block;
  672. line-break: 17px;
  673. color: #637176;
  674. }
  675. .news_hms{
  676. display: block;
  677. font-size: 10px;
  678. }
  679. footer{
  680. width:100%;
  681. height: 532px;
  682. background: #111d23;
  683. color: #869ca8;
  684. }
  685. .FBS_socialization{
  686. width:1240px;
  687. margin: 0 auto;
  688. height: 141px;
  689. box-sizing: border-box;
  690. padding: 25px 0;
  691. }
  692. .FBS_socialization_title{
  693. width:100%;
  694. height: 19px;
  695. line-height: 19px;
  696. margin-bottom: 5px;
  697. }
  698. .FBS_socialization_title1{
  699. float: left;
  700. }
  701. .FBS_socialization_title2{
  702. float: right;
  703. }
  704. .FBS_socialization_lists1{
  705. float: left;
  706. width: 240px;
  707. }
  708. .FBS_socialization_lists1 ul li{
  709. float: left;
  710. margin-right: 15px;
  711. }
  712. .FBS_socialization_lists2{
  713. float: right;
  714. width: 141px;
  715. }
  716. .FBS_socialization_lists2 ul li{
  717. float: left;
  718. margin-left: 15px;
  719. }
  720. .footer_lang{
  721. width: 100%;
  722. height: 170px;
  723. background: #384147;
  724. box-sizing: border-box;
  725. padding-top: 20px;
  726. }
  727. .lang_content{
  728. width: 1240px;
  729. margin:0 auto;
  730. }
  731. .lang_content ul li{
  732. float: left;
  733. width: 280px;
  734. height: 19px;
  735. line-height: 19px;
  736. margin-top: 5px;
  737. margin-left:35px;
  738. margin-right: 0px;
  739. }
  740. .lang_flag{
  741. width:16px;
  742. height: 11px;
  743. float: left;
  744. margin-top:5px;
  745. margin-right: 5px;
  746. }
  747. .lang_address{
  748. float: left;
  749. color: #fff;
  750. }
  751. .lang_content ul li:nth-child(4n+1){
  752. margin-left: 15px;
  753. }
  754. .footer_other{
  755. width: 1240px;
  756. text-align: center;
  757. font-size: 14px;
  758. color: #869ca8;
  759. margin: 0 auto;
  760. padding-top: 25px;
  761. }
  762. .footer_add{
  763. color:#fff;
  764. }
  765. .open_chat{
  766. border-radius: 5px 5px 0 0 ;
  767. width: 240px;
  768. height: 200px;
  769. background: #588d36;
  770. /*border: 1px solid #ddd;*/
  771. box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
  772. }
  773. .online_chat{
  774. position: fixed;
  775. bottom: 0px;
  776. right: 10px;
  777. z-index: 9999;
  778. }
  779. .chat_title{
  780. color:#fff;
  781. font-family: zopim, "Segoe UI Symbol", "Arial Unicode MS", "Lucida Sans Unicode", sans-serif;
  782. font-size: 16px;
  783. padding: 2px 5px;
  784. margin: 0 auto;
  785. text-align: center;
  786. margin-bottom: 20px;
  787. }
  788. .chat_logo{
  789. width: 100px;
  790. height: 100px;
  791. background: url(../img/qq_zopim.png) 0 0 no-repeat;
  792. margin-left: 15px;
  793. float: left;
  794. }
  795. .chat_name{
  796. color: #fff;
  797. font-size: 18px;
  798. float: left;
  799. padding-top: 38px;
  800. padding-left: 5px;
  801. }
  802. .chat_content{
  803. height: 117px;
  804. }
  805. .chat_submit{
  806. width: 100%;
  807. height: 35px;
  808. background: #fff;
  809. }
  810. .chat_submit input{
  811. width: 202px;
  812. height: 35px;
  813. border: none;
  814. outline: none;
  815. padding-left: 5px;
  816. }
  817. .submit{
  818. float: right;
  819. font-size: 18px;
  820. text-align: center;
  821. line-height: 35px;
  822. color: #588d36;
  823. opacity: 0.8;
  824. cursor: pointer;
  825. width: 38px;
  826. height: 35px;
  827. }
  828. .narrow_down_f{
  829. position: absolute;
  830. width: 14px;
  831. height: 24px;
  832. /*background: #fff;*/
  833. padding-top: 10px;
  834. top: 5px;
  835. right: 15px;
  836. opacity: 0;
  837. transition: all 0.2s;
  838. cursor: pointer;
  839. }
  840. .narrow_down{
  841. width: 14px;
  842. height: 2px;
  843. background: #fff;
  844. }
  845. .open_chat:hover .narrow_down_f{
  846. opacity:1;
  847. }
  848. .close_chat{
  849. border-radius: 4px 4px 0 0;
  850. background: #588d36;
  851. color: #fff;
  852. width: 180px;
  853. height: 30px;
  854. overflow: hidden;
  855. cursor: pointer;
  856. display: none;
  857. }
  858. .close_char_logo{
  859. width: 40px;
  860. height:30px;
  861. background: url(../img/TIM图片20171205202049.png)10px 5px no-repeat;
  862. background-color: #4a802b;
  863. float: left;
  864. }
  865. .ask_question{
  866. float: left;
  867. color: #fff;
  868. width: 140px;
  869. line-height: 30px;
  870. text-align: center;
  871. }