home.css 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459
  1. /* mac_* 样式 */
  2. /*延时加载*/
  3. .lazy{background:url('../images/home/loading.gif') center no-repeat}
  4. /*滑动显示*/
  5. .mac_drop_box {
  6. text-align:left; padding: 5px;margin-top:8px;border: 1px solid #ddd; clear: both; display: none; position: absolute; background-color: #f6f6f6; z-index:9999;
  7. }
  8. .mac_drop_box::after{
  9. content: '';
  10. width: 0px;
  11. height: 0px;
  12. border-color: transparent transparent #f6f6f6 transparent;
  13. border-style: solid;
  14. border-width: 6px;
  15. position: absolute;
  16. top: -12px;
  17. border-radius: 3px;
  18. left: 41px;
  19. right: auto;
  20. }
  21. .mac_drop_box::before{
  22. content: '';
  23. width: 0px;
  24. height: 0px;
  25. border-color: transparent transparent #ddd transparent;
  26. border-style: solid;
  27. border-width: 7px;
  28. position: absolute;
  29. top: -14px;
  30. border-radius: 3px;
  31. left: 40px;
  32. right: auto;
  33. }
  34. .mac_user_box::after{left: 21px;}
  35. .mac_user_box::before{left: 20px;}
  36. /*用户滑动*/
  37. .mac_user_box { width:100px; margin-left: -20px;}
  38. .mac_user_box ul{}
  39. .mac_user_box ul li{margin: 3px 0;}
  40. /*历史记录*/
  41. .mac_history_box { width:180px; margin-left: -20px;}
  42. .mac_history_box dt{text-align:right; padding-right:15px; height:24px; line-height:24px; border-bottom:1px solid #F9F9F9; cursor:pointer}
  43. .mac_history_box dt a{color:#000000}
  44. .mac_history_box dd{clear:both;margin:0px;height:24px;line-height:24px;text-overflow:ellipsis;white-space: nowrap;width: 96%;padding:2px;overflow: hidden;}
  45. .mac_history_box dd a{color:#990033; display:block;padding-left:0px;}
  46. .mac_history_box dd.odd {background-color: #eee;}
  47. .mac_history_box dd a:hover{background-color: #acacac;color: white;}
  48. /*验证码*/
  49. .mac_verify_img {
  50. width: 70px;
  51. height: 30px;
  52. line-height: 30px;
  53. vertical-align: middle;
  54. }
  55. .mac_comment,.mac_digg{font-size: 12px;}
  56. .fl {float: left; _display: inline;}
  57. .fr {float: right; _display: inline;}
  58. .clearfix:after {visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0} .clearfix{*zoom:1;}
  59. /*-Pages-*/
  60. .mac_pages {text-align:center; padding:4px 0; overflow:hidden;}
  61. .mac_pages .page_tip {margin-left:4px; font-weight:bold; color:#7f7f7f; font-weight:normal;}
  62. .mac_pages .page_link{display:inline-block; padding:2px 4px; border:1px solid #ddd; margin-left:4px;}
  63. .mac_pages .page_link{display:inline-block; padding:2px 4px; border:1px solid #ddd; margin-left:4px;}
  64. .mac_pages .page_current{display:inline-block; padding:2px 4px; background-color : #fee; border : 1px solid red; color : red; margin-left:4px;}
  65. .mac_pages .page_input {margin-left:4px; height:22px; width:30px;}
  66. .mac_pages .page_btn{border:1px solid #CCCCCC; height:24px; width:40px;text-align:center; cursor: hand;}
  67. /*-/Page-*/
  68. /*文章顶踩图标*/
  69. .mac_art_digg{ width:400px; margin:0px auto; clear:both; padding:10px 0px; overflow:hidden}
  70. .mac_art_digg .digg_artup,.mac_art_digg .digg_artdown {background:url('../images/home/digg_art.gif') no-repeat -189px 0;border:0;cursor:pointer;float:left;height:48px;margin:0;overflow:hidden;padding:0;position:relative;width:189px;}
  71. #digg_artup_num, #digg_artdown_num {color:#333333;font-family:arial;font-size:10px;font-weight:400;left:70px;line-height:12px;position:absolute;top:30px;}
  72. .mac_art_digg .digg_bar {background-color:#FFFFFF;border:1px solid #40A300;height:5px;left:9px;overflow:hidden;position:absolute;text-align:left;top:32px;width:55px;}
  73. .mac_art_digg.digg_bar div{background:transparent url('../images/home/digg_art_bg.gif') repeat-x scroll 0 -265px;height:5px;overflow:hidden;width:0px}
  74. .mac_art_digg.digg_artdown {background-position:-378px 0;margin-left:10px;}
  75. .mac_art_digg.digg_artdown .dig_bar {border-color:#555555;}
  76. .mac_art_digg.digg_artdown .dig_bar div{background-position:0 -270px;}
  77. /*搜索下拉*/
  78. .mac_results {background-color:#fcfcfc;overflow:hidden;z-index:99999;margin:0;padding:0;text-align:left;min-width: 290px;box-shadow: 1px 1px 3px 1px #ccc;}
  79. .mac_results ul {width: 100%;list-style-position: outside;list-style: none;padding: 0;margin: 0;}
  80. .mac_results li {margin: 0px;padding: 2px 5px;cursor: default;display: block;font: menu;font-size: 12px;height:25px; line-height: 25px;overflow: hidden;}
  81. .mac_results .mac_loading {background: white right center no-repeat;}
  82. .mac_results .ac_odd {background-color: #f6f6f6;}
  83. .mac_results .ac_over {background-color: #0A246A;color: white;}
  84. /*普通评分*/
  85. .mac_score { height:60px; }
  86. .mac_score .score_info strong{font-size:14px;color:red}
  87. .mac_score .score_tip{position:absolute;width:140px;color:#999;font-size:14px;margin-left:0px;}
  88. .mac_score .score_hover{margin:24px 8px 0 0;width:30px;color:green;font-family:Arial;font-weight:bold;font-size:14px;}
  89. .mac_score .score_shi{font-size:32px;line-height:28px;font-weight:bold;}
  90. .mac_score .score_ge{font-size:18px;line-height:22px;}
  91. .mac_score p{width:100px;float:left;color:#666;}
  92. .mac_score p span{font-family:Arial;font-style:italic;color:#f60;}
  93. .mac_score p span.score_no{width:110px;clear:both;color:#666;font-style:normal;font-size:12px;}
  94. .mac_score .score_btn{width:55px;height:21px}
  95. /*星星评分*/
  96. .mac_star{
  97. font-weight:normal;width: 240px;
  98. }
  99. .mac_star dd{display: inline-block;float: right;margin-left: 10px;}
  100. .mac_star dt{
  101. color:#999;
  102. font-size:1.0em;
  103. display: inline-block;
  104. float: left;
  105. margin-top: 3px;
  106. }
  107. .mac_star .star_box{
  108. color: #00b269;
  109. font-size:0.5em;
  110. }
  111. .mac_star .star_tips{
  112. font-size:1.8em;
  113. line-height: 0.5;
  114. color:#ffc00a;
  115. font-family: Arial, Helvetica, sans-serif;
  116. }
  117. .mac_star i{background: url("../images/home/starrating.gif") no-repeat;cursor: pointer;font-size: 1.5em;color: transparent;}
  118. .mac_star i.star-half-png,.mac_star i.star-on-png{background: url("../images/home/starrating.gif") 0 -35px no-repeat;}
  119. /*评论*/
  120. .mac_comment { margin-top:5px; padding:10px; padding-left:10px; border:1px solid #C6D9E7; background:#fff; font-family: "Microsoft YaHei"; }
  121. .mac_comment .clearfix::after {
  122. height: 0px; clear: both; font-size: 0px; display: block; visibility: hidden; content: " ";
  123. }
  124. .mac_comment .cmt_form {
  125. margin-bottom: 10px;
  126. }
  127. .mac_comment .face_wrap img {
  128. width: 50px; height: 50px;
  129. }
  130. .mac_comment .input_wrap {
  131. width: 98%; padding-left: 1%; position: relative;
  132. }
  133. .mac_comment .cmt_wrap .input_wrap {
  134. width: 98%;
  135. }
  136. .mac_comment .input_wrap textarea {
  137. background: #fff; border-width: 1px 1px medium; border-style: solid solid none; border-color: rgb(187, 187, 187) rgb(187, 187, 187) currentColor; border-radius: 3px 3px 0px 0px; width: 100%; height: 53px; line-height: 1.4; overflow: auto; padding-top: 8px; padding-left: 1%;color: #666;box-sizing: border-box;
  138. }
  139. .mac_comment .input_wrap .handle {
  140. position:relative;background: #fbfbfb; border-width: 1px; border-style:solid; border-color: rgb(187, 187, 187); border-top-color:#e5e5e5;border-radius: 0px 0px 3px 3px; width: 100%; height:46px; color: rgb(206, 206, 206);box-sizing: border-box;
  141. }
  142. .mac_comment .input_wrap .face{
  143. cursor: pointer;position: absolute;width: 42px;height: 45px;cursor: pointer;z-index: 2;
  144. }
  145. .mac_comment .input_wrap .face.curr{background: #fff;}
  146. .mac_comment .input_wrap .face-box{display:none;padding: 8px 0 3px 5px;width: 280px;position: absolute;top: 44px;background: #fff;border: 1px solid #bbb;border-top-color:#e5e5e5;margin-left: -1px;z-index: 1;}
  147. .mac_comment .input_wrap .face-box img{
  148. display:inline-block;margin: 2px;
  149. }
  150. .mac_comment .icon-face{display:block;width:42px;height:44px;background: url("../images/home/face.png") center no-repeat;}
  151. .mac_comment .icon-face:hover,.mac_comment .input_wrap .face.curr .icon-face{background: url("../images/home/face-on.png") center no-repeat;}
  152. .mac_comment .expression {
  153. background: url("../images/home/emotion2.png") no-repeat 0px 0px; margin: 6px 0px 0px 6px; width: 18px; height: 16px; display: block; cursor: pointer;
  154. }
  155. .mac_comment .expression:hover {
  156. background: url("../images/home/emotion2.png") no-repeat 0px -16px;
  157. }
  158. .mac_comment .remaining-w {
  159. float: left;margin-left: 42px;padding-left:20px;line-height:44px;border-left: 1px solid #e5e5e5; font-size: 14px;
  160. }
  161. .mac_comment .smt_wrap {
  162. width: 100%; margin-top: 8px;
  163. }
  164. .mac_comment .smt_wrap span {
  165. color: rgb(66, 66, 66);
  166. }
  167. .mac_comment .smt_wrap .total {
  168. font-size: 16px; font-weight: bold;
  169. }
  170. .mac_comment .smt_wrap span span {
  171. margin: 0px; padding: 0px;
  172. }
  173. .mac_comment .smt_wrap span a {
  174. margin: 0px 0px 0px 8px; color: rgb(49, 139, 183);
  175. }
  176. .mac_comment .smt .cmt_post:hover{background: #17abff;}
  177. .mac_comment .smt .cmt_post {
  178. background: #169dea; border: currentColor; width: 81px; height: 30px; text-align: center; color: rgb(255, 255, 255); line-height: 30px; font-size: 14px; margin-left: 20px; display: inline-block; cursor: pointer;vertical-align:middle;border-radius: 3px;
  179. }
  180. .mac_comment .smt .cmt_text {
  181. background: rgb(251, 251, 251); padding: 0px 8px; border-radius: 3px; border: 1px solid rgb(204, 204, 204); width:50px; height: 30px; line-height: 30px; margin-left: 5px;margin-right:2px;vertical-align:middle;
  182. }
  183. .mac_comment .smt .cmt_verify {
  184. width: 80px; height: 30px; line-height: 30px;vertical-align:middle;
  185. }
  186. .mac_comment .smt input:hover {
  187. background-position: -1px -603px;
  188. }
  189. .mac_comment .smt{margin-top: 6px;margin-right: 12px;color: #454545;}
  190. .mac_comment .sort_wrap {
  191. padding-bottom: 2px; border-bottom-color: rgb(215, 215, 215); border-bottom-width: 1px; border-bottom-style: solid;
  192. }
  193. .mac_comment .sort_wrap a:hover {
  194. text-decoration: none;
  195. }
  196. .mac_comment .sort_wrap .current {
  197. color: rgb(49, 139, 183); font-weight: bold; border-bottom-color: rgb(43, 140, 230); border-bottom-width: 2px; border-bottom-style: solid;
  198. }
  199. .mac_comment .cmt_item {
  200. padding: 15px 0px 8px; width: 100%; color: rgb(153, 153, 153); border-bottom-color: rgb(215, 215, 215); border-bottom-width: 1px; border-bottom-style: dotted; _zoom: 1;
  201. }
  202. .mac_comment .item_con {
  203. width: 93%; padding-left: 1%;
  204. }
  205. .mac_comment .item_con p.top {
  206. padding: 0;
  207. width: auto;
  208. margin-bottom: 8px;
  209. }
  210. .mac_comment .item_con a {
  211. color: rgb(153, 153, 153);
  212. }
  213. .mac_comment .item_con a:hover {
  214. color: rgb(153, 153, 153); text-decoration: none;
  215. }
  216. .mac_comment .item_con .name {
  217. color: rgb(43, 140, 230);
  218. }
  219. .mac_comment .item_con .name:hover {
  220. color: rgb(1, 106, 159); text-decoration: none;
  221. }
  222. .mac_comment .item_con .con {
  223. color: rgb(51, 51, 51); line-height: 20px; overflow: hidden; margin-top: 8px; -ms-word-wrap: break-word;
  224. }
  225. .mac_comment .item_con .bottom li {
  226. height: 16px; line-height: 15px; overflow: hidden; margin-right: 10px; float: left; _display: inline;
  227. }
  228. .mac_comment .item_con .bottom .reply {
  229. background: url("../images/home/rpy2.png") no-repeat 0px 0px; color: rgb(153, 153, 153); text-indent: 19px; font-size: 11px; display: block;
  230. }
  231. .mac_comment .item_con .bottom .reply:hover {
  232. color: rgb(1, 106, 159); text-decoration: none;
  233. }
  234. .mac_comment .item_con .bottom .bdshare_t {
  235. margin-top: -5px;
  236. }
  237. .mac_comment .item_con .bottom .bds_more {
  238. padding-top: 5px;
  239. }
  240. .mac_comment .inner {
  241. padding: 3px; border: 1px solid rgb(153, 153, 153); width: auto; background-color: rgb(254, 254, 241);
  242. }
  243. .mac_comment .inner .top {
  244. margin: 8px 0px 8px 3px;
  245. }
  246. .mac_comment .inner .con {
  247. margin: 5px 0px 5px 3px;
  248. }
  249. .mac_comment .inner .bottom {
  250. margin-bottom: 5px; visibility: hidden;
  251. }
  252. .mac_comment .mid_cmt_item {
  253. margin-top: 3px; border-top-color: currentColor; border-top-width: medium; border-top-style: none;
  254. }
  255. .mac_comment .pages {
  256. margin-top: 15px;
  257. }
  258. .mac_comment .item_con .gw-action{
  259. text-align: right;
  260. }
  261. .mac_comment .item_con .gw-action a{margin-left: 10px;}
  262. .mac_comment .item_con a:hover{
  263. color: #333;
  264. }
  265. .mac_comment .item_con .click-ding-gw{margin-right: 10px;}
  266. .mac_comment .item_con .click-ding-gw a,.mac_digg .click-ding-gw a{color: #f29898;}
  267. .mac_comment .item_con .click-ding-gw a:hover,.mac_digg .click-ding-gw a{color: #f29898;}
  268. .mac_comment .item_con .click-ding-gw a i,.mac_digg a i{display: inline-block;width: 14px;height: 14px;vertical-align: middle;}
  269. .mac_comment .cmt_wrap .item_con .input_wrap{width: 100%;margin: 10px 0;padding-left: 0;}
  270. .mac_comment .cmt_wrap .item_con .cmt_item{clear: left;border-bottom: none;}
  271. .mac_comment .cmt_wrap .item_con .cmt_item .gw-action{text-align: left;clear: left;}
  272. .mac_comment .cmt_wrap .item_con .cmt_item .gw-action a{margin-right: 10px;margin-left: 0;}
  273. /*留言气泡版本*/
  274. .reply_box .mac_msg_l{padding:10px 1%;float: left;width:70%;}
  275. .reply_box .mac_msg_l .mac_msg_item{width: 100%;float: left;}
  276. .reply_box .mac_msg_l .msg_tag{float:left;width: 60px;margin-right:2%;margin-bottom:5px;border-radius: 5px;overflow: hidden;}
  277. .reply_box .mac_msg_l .count_bg{width:60px;height:5px;background: linear-gradient(90deg, #f25f4d 30%, #59b84b 20%, #30a1d9 65%, #fdcd34 10%);}
  278. .reply_box .mac_msg_l .msg_count{
  279. padding:8px 0;color: #fff;text-align: center;font-size: 13px;
  280. background: -moz-linear-gradient(top, #444444 0%, #222222 100%);
  281. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#222222));
  282. background: -webkit-linear-gradient(top, #444444 0%,#222222 100%);
  283. background: -o-linear-gradient(top, #444444 0%,#222222 100%);
  284. background: -ms-linear-gradient(top, #444444 0%,#222222 100%);
  285. background: linear-gradient(to bottom, #444444 0%,#222222 100%);
  286. }
  287. .reply_box .mac_msg_l .msg_count strong{display: block;}
  288. .reply_box .mac_msg_l .msg_list{float: left;width: 85%;margin-bottom: 10px;}
  289. .reply_box .mac_msg_l .msg_list .msg_title{text-align:left;font-size:16px;border-bottom: 1px #d3e9fb dotted;line-height: 26px;}
  290. .reply_box .mac_msg_l .msg_list .msg_title span.time{float: right;font-size: 12px;}
  291. .reply_box .mac_msg_l .msg_list .msg_reply{color: #666;}
  292. .reply_box .mac_msg_l .msg_list .reply_answer{color: #3c8f3f;}
  293. .reply_box .mac_msg_l .msg_list .reply_answer .msg_title{font-size: 13px;}
  294. .reply_box .mac_msg_l .msg_list .msg_cont{padding: 8px 0 0;}
  295. .reply_box .mac_msg_l .msg_list .msg_reply,.reply_box .mac_msg_l .msg_list .reply_answer {
  296. position: relative;
  297. margin: 0 0 10px;
  298. padding: 6px 10px 8px;
  299. border: 1px solid #d3e9fb;
  300. border-radius: 0.2rem;
  301. background-color: #f5fbff;
  302. }
  303. .reply_box .mac_msg_l .msg_list .reply_answer:after {
  304. content: '';
  305. width: 0px;
  306. height: 0px;
  307. border-color: transparent transparent #f5fbff transparent ;
  308. border-style: solid;
  309. border-width: 6px;
  310. position: absolute;
  311. top: -11px;
  312. border-radius: 3px;
  313. left: 18px;
  314. right: auto;
  315. }
  316. .reply_box .mac_msg_l .msg_list .reply_answer:before {
  317. content: '';
  318. width: 0px;
  319. height: 0px;
  320. border-color: transparent transparent #d3e9fb transparent;
  321. border-style: solid;
  322. border-width: 7px;
  323. position: absolute;
  324. top: -14px;
  325. border-radius: 3px;
  326. left: 17px;
  327. right: auto;
  328. }
  329. .reply_box .mac_msg_l .msg_list .msg_reply:after {
  330. content: '';
  331. width: 0px;
  332. height: 0px;
  333. border-color: transparent #f5fbff #f5fbff transparent;
  334. border-style: solid;
  335. border-width: 7px;
  336. position: absolute;
  337. top: 8px;
  338. border-radius: 3px;
  339. left: -12px;
  340. right: auto;
  341. }
  342. .reply_box .mac_msg_l .msg_list .msg_reply:before {
  343. content: '';
  344. width: 0px;
  345. height: 0px;
  346. border-color: transparent #d3e9fb #d3e9fb transparent;
  347. border-style: solid;
  348. border-width: 7px;
  349. position: absolute;
  350. top: 9px;
  351. border-radius: 3px;
  352. left: -14px;
  353. right: auto;
  354. }
  355. .reply_box .mac_msg_r{margin: 10px 1%;float: right;width: 25%;border: 1px solid #ddd;border-radius: 5px;color: #666;}
  356. .reply_box .mac_msg_r .msg_tit{background: #f1f1f1;padding: 10px;border-bottom: 1px solid #ddd;}
  357. .reply_box .mac_msg_r form{padding: 15px;}
  358. .reply_box .mac_msg_r form .msg_cue{margin-bottom: 8px;}
  359. .reply_box .mac_msg_r form textarea{width:100%;height: 106px;padding: 10px;overflow-y: auto;box-sizing: border-box;border-color: #ddd;}
  360. .reply_box .mac_msg_r .msg_code{margin: 10px 0;}
  361. .reply_box .mac_msg_r .msg_code input{border: 1px solid #ddd;padding: 4px;width: 65px;}
  362. .reply_box .mac_msg_r .msg_code .mac_verify_img{height: 30px;margin-left: 2px;vertical-align: top;}
  363. .reply_box .mac_msg_r .submit_btn{width: 100px;height: 32px;background: #4c8fe9;color: #fff;border: 1px solid #4c8fe9;margin:20px auto
  364. 0;display: block;cursor: pointer;}
  365. .mac_msg_r .submit_btn:hover{background: #619ff3;}
  366. .mac_msg_r .submit_btn:active{background: #3883e6;}
  367. /*顶踩图标*/
  368. .mac_comment i.icon-ding,.mac_digg i.icon-ding{background: url("../images/home/up1.png") center no-repeat;}
  369. .mac_comment i.icon-ding:hover,.mac_digg i.icon-ding:hover{background: url("../images/home/up2.png") center no-repeat;}
  370. .mac_comment i.icon-dw,.mac_digg i.icon-dw{background: url("../images/home/dw1.png") center no-repeat;}
  371. .mac_comment i.icon-dw:hover,.mac_digg i.icon-dw:hover{background: url("../images/home/dw2.png") center no-repeat;}
  372. /*顶踩页面*/
  373. .mac_digg a{margin-right: 10px;color: #999;}
  374. .mac_digg a:hover{color: #333;}
  375. /*登录页面*/
  376. .mac_login{padding: 30px;width:400px;height:350px;background: #fff;box-sizing: border-box;font-family: "microsoft yahei"}
  377. .mac_login h3{font-weight: normal;color: #333;margin: 0 0 30px;}
  378. .mac_login .mac_login_form .login_form_group{margin-top: 20px;}
  379. .mac_login .mac_login_form .login_form_group input{padding:4px 10px 4px 36px;width:100%;height:38px;line-height:38px;border: 1px solid #cacaca;box-sizing: border-box;}
  380. .mac_login .mac_login_form .login_form_group input.mac_u_name{background: url("../images/home/u_name.png") no-repeat 7px 8px;}
  381. .mac_login .mac_login_form .login_form_group input.mac_u_pwd{background: url("../images/home/u_pwd.png") 8px 8px no-repeat;}
  382. .mac_login .mac_login_form .login_form_group input.mac_u_verify{float:left;width:50%;background: url("../images/home/u_verify.png") 8px 9px no-repeat;}
  383. .mac_login .mac_login_form .login_form_group img.mac_verify_img{float:left;margin-left:1%;width: 88px;height: 38px;border: 1px solid #cacaca;box-sizing: border-box;cursor: pointer;}
  384. .mac_login .mac_login_form .login_form_link{margin-top: 10px;text-align: right;}
  385. .mac_login .mac_login_form .login_form_link a{font-size: 12px;color: #333;margin-left: 15px;}
  386. .mac_login .mac_login_form .login_form_link a:hover{color: #2fa5ff}
  387. .mac_login .mac_login_form input.login_form_submit{background: #2fa5ff;color: #fff;font-size: 14px;line-height: normal;border: none;cursor: pointer;}
  388. .mac_login .mac_login_form input.login_form_submit:hover{background: #1d94ef;}
  389. /*弹出层*/
  390. .mac_pop_bg{position: fixed; z-index: 129; left: 0;top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.2);}
  391. .mac_pop { z-index:99998; display: none; min-height: 20px; max-height: 750px; position: fixed; top: 0; left: 0; bottom: 0; right: 0; margin: auto; padding: 25px; z-index: 130; border-radius: 8px; background-color: #fff; box-shadow: 0 3px 18px rgba(0, 0, 0, .5);}
  392. .mac_pop .pop_top{ height:40px; width:100%; border-bottom: 1px #E5E5E5 solid;}
  393. .mac_pop .pop_top h2{ float: left; display:block;margin: 0;font-size: 18px;font-weight: normal;font-family:"microsoft yahei";}
  394. .mac_pop span.pop_close{ float: right;width: 23px;height: 23px;font-size: 0;text-indent: 9999; cursor: pointer; font-weight: bold; display:block;background: url("../images/home/background.png") -10px 0 no-repeat;}
  395. .mac_pop .pop-foot{ height:50px; line-height:50px; width:100%; border-top: 1px #E5E5E5 solid; text-align: right; }
  396. .mac_pop .pop-cancel, .pop-ok { padding:8px 15px; margin:15px 5px; border: none; border-radius: 5px; background-color: #337AB7; color: #fff; cursor:pointer; }
  397. .mac_pop .pop-cancel { background-color: #FFF; border:1px #CECECE solid; color: #000; }
  398. .mac_pop .pop-content{ height: 380px; }
  399. .mac_pop .pop-content-left{ float: left; }
  400. .mac_pop .pop-content-right{ width:310px; float: left; padding-top:20px; padding-left:20px; font-size: 16px; line-height:35px; }
  401. .mac_pop .bgPop{ display: none; position: absolute; z-index: 129; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.2); }
  402. .mac_pop .pop-msg{ text-align:center; font-size: 14px; }
  403. .mac_pop_msg_bg{position: fixed; z-index: 129; left: 0;top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.2);}
  404. .mac_pop_msg { z-index:99999; display: none; min-height: 20px; max-height: 750px; position: fixed; top: 0; left: 0; bottom: 0; right: 0; margin: auto; padding: 25px; z-index: 130; border-radius: 8px; background-color: #fff; box-shadow: 0 3px 18px rgba(0, 0, 0, .5);}
  405. .mac_pop_msg .pop-msg{ text-align:center; font-size: 14px; }
  406. /*跳转信息*/
  407. .mac_msg_jump{width:90%;max-width:624px;min-height:60px;padding:20px 50px 50px;margin:20% auto 0;font-size:14px;line-height:24px;border: 1px solid #cdd5e0;border-radius: 10px;background:#fff;box-sizing: border-box;}
  408. .mac_msg_jump .title{margin-bottom:11px;}
  409. .mac_msg_jump .text{padding-left:29px;margin-bottom:11px;}
  410. .mac_msg._jump .jump{ }
  411. .msg_jump_tit{width:100%;height: 35px;margin: 25px 0 10px;text-align:center; font-size: 25px;color: #23c319;font-family: "黑体","microsoft yahei";letter-spacing: 5px;}
  412. @media screen and (max-width: 900px) {
  413. .reply_box .mac_msg_l{float: none;width: 100%;}
  414. .reply_box .mac_msg_r{float: none;width: 96%;margin-left: 2%;}
  415. .reply_box .mac_msg_l .msg_list{width: 80%;}
  416. .reply_box .mac_msg_r .submit_btn{width: 100%;border-radius: 3px;}
  417. }
  418. @media (min-width: 700px) and (max-width: 900px) {
  419. .reply_box .mac_msg_l .msg_list{float:right;width: 88%;}
  420. }
  421. @media (min-width: 500px) and (max-width: 700px) {
  422. .reply_box .mac_msg_l .msg_list{float:right;width: 85%;}
  423. }
  424. @media screen and (max-width: 500px) {
  425. .reply_box .mac_msg_l .msg_list{float:right;}
  426. }