mengxiang.css 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420
  1. img{display: inline-block;}
  2. .tongguobox{
  3. overflow: hidden;
  4. }
  5. .tongguobox .btns{
  6. text-align: center;
  7. margin-top: 1.5rem;
  8. }
  9. .mx_btn{
  10. display: inline-block;
  11. height: 44px;
  12. line-height: 44px;
  13. background-image: linear-gradient(90deg, #73B9FF 0%, #4892FE 100%);
  14. box-shadow: 0 0 7px 0 rgba(97,170,255,0.50);
  15. border-radius: 22px;
  16. text-align: center;
  17. width: 172px;
  18. font-size: 14px;
  19. color: #FFFFFF;
  20. }
  21. .tongguobox .type{
  22. font-size: 27px;
  23. text-align:center;
  24. margin-top: 0.84rem;
  25. }
  26. .tongguobox .type.type_wtg{
  27. color: #666666;
  28. }
  29. .tongguobox .type.type_tg{
  30. color: #48A3FE;
  31. }
  32. .tongguobox .type_info{
  33. font-size: 15px;
  34. margin-top: 0.1rem;
  35. text-align: center;
  36. color: #999999;
  37. }
  38. .type_pic_wtg{
  39. width: 4.11rem;
  40. height: 3.25rem;
  41. margin: 0.59rem auto 0.57rem;
  42. text-align: center;
  43. }
  44. .type_pic_tg{
  45. width: 5.05rem;
  46. height: 2.9rem;
  47. margin: 0.68rem auto 0.78rem;
  48. text-align: center;
  49. }
  50. .type_pic_wtg img,.type_pic_tg img{
  51. width: 100%;
  52. height: 100%;
  53. }
  54. .zhinfo{
  55. margin-left: 0.98rem;
  56. }
  57. .zhinfo .list+.list{
  58. margin-top: 0.33rem;
  59. }
  60. .zhinfo .fgx{
  61. width: 1.68rem;
  62. position: relative;
  63. margin:0 5px;
  64. }
  65. .zhinfo .fgx:before{
  66. position: absolute;
  67. left: 0;
  68. right: 0;
  69. top: 50%;
  70. border-top:1px dotted #979797;
  71. height: 1px;
  72. content: '';
  73. }
  74. .zhinfo img{
  75. width: 15px;
  76. margin-right: 5px;
  77. }
  78. .zhinfo .dc_hd span{
  79. font-size: 16px;
  80. color: #666;
  81. }
  82. .zhinfo .dc_hd{
  83. font-size: 17px;
  84. color: #48A3FE;
  85. }
  86. .mengxiang .panelbox {
  87. background: #fff;
  88. overflow: hidden;
  89. }
  90. .mengxiang .panelbox+.panelbox {
  91. margin-top: 10px;
  92. }
  93. .dt_btns{
  94. text-align: center;
  95. padding: 0.5rem 0;
  96. position: relative;
  97. }
  98. .dt_btns:after {
  99. position: absolute;
  100. content: '';
  101. height: 1px;
  102. left: 0px;
  103. right: 0;
  104. background: #E6E6E6;
  105. top: 0;
  106. -webkit-transform: scaleY(0.5);
  107. transform: scaleY(0.5);
  108. }
  109. .dt_guize{
  110. margin: 50px 15px 30px;
  111. background: #FAFDFE;
  112. border: 1px dotted #48A3FE;
  113. border-radius: 5px;
  114. padding: 57px 15px;
  115. position: relative;
  116. }
  117. .dt_guize .num{
  118. margin-right: 10px;
  119. }
  120. .dt_guize .num span{
  121. display: inline-block;
  122. width: 20px;
  123. height: 20px;
  124. text-align: center;
  125. line-height: 20px;
  126. font-size: 15px;
  127. color: #FFFFFF;
  128. background: #91BCE8;
  129. border-radius: 50%;
  130. }
  131. .dt_guize .list .dc_hd{
  132. font-size: 16px;
  133. color: #666666;
  134. line-height: 22px;
  135. }
  136. .dt_guize .list+.list{
  137. margin-top: 10px;
  138. }
  139. .dt_guize .type{
  140. background: #FFFFFF;
  141. border: 1px solid #48A3FE;
  142. border-radius: 5px;
  143. width: 3.4rem;
  144. height: 0.8rem;
  145. line-height: 0.8rem;
  146. text-align: center;
  147. font-size: 0.36rem;
  148. color: #48A3FE;
  149. position: absolute;
  150. top: -0.4rem;
  151. left: 50%;
  152. transform: translateX(-50%);
  153. }
  154. .mengxiang .panelbox .tushubox{
  155. padding: 0;
  156. }
  157. .mx_tushuitem {
  158. overflow: hidden;
  159. font-size: 0;
  160. }
  161. .mx_tushuitem .list{
  162. float: left;
  163. margin-bottom: 0.58rem;
  164. width: 33.333%;
  165. }
  166. .mx_tushuitem .list .s_pic{
  167. width: 1.88rem;
  168. height: 2.32rem;
  169. margin: 0 auto;
  170. position: relative;
  171. }
  172. .mx_tushuitem .list .s_pic .tg{
  173. position: absolute;
  174. bottom: 0px;
  175. right: 0px;
  176. }
  177. .mx_tushuitem .list .s_pic .tg img{
  178. width: 0.95rem;
  179. height: 0.97rem;
  180. }
  181. .mx_tushuitem .list .s_pic .suo{
  182. position: absolute;
  183. bottom: 0px;
  184. right: 0px;
  185. }
  186. .mx_tushuitem .list .s_pic .suo img{
  187. width: 0.6rem;
  188. height: 0.6rem;
  189. }
  190. .mx_tushuitem .list .s_name{
  191. width: 1.88rem;
  192. margin: 0 auto;
  193. height: 35px;
  194. }
  195. .tushubox .mx_tushuitem .s_pic img{
  196. width: 1.88rem;
  197. height: 2.32rem;
  198. display: block;
  199. max-height: inherit;
  200. }
  201. .mxh_tmbox{
  202. position: absolute;
  203. left: 0;
  204. right: 0;
  205. bottom: 0;
  206. top: 0;
  207. background:#fff url(../images/mxh_dtbg.png) no-repeat center bottom/6.28rem 2.6rem;
  208. }
  209. .cp_item {
  210. padding: 20px 15px;
  211. }
  212. .cp_item .cp_tm {
  213. font-size: 17px;
  214. color: #333;
  215. line-height: 24px;
  216. margin-bottom: 20px;
  217. }
  218. .cp_item .txt{
  219. margin-left:4px;
  220. line-height: 21px;
  221. }
  222. .cp_item .dalist{
  223. background: #FAFAFA;
  224. border: 1px solid #E6E6E6;
  225. border-radius: 6px;
  226. padding: 12px 15px;
  227. font-size: 15px;
  228. color: #666;
  229. }
  230. .cp_item .dalist+.dalist{
  231. margin-top: 15px;
  232. }
  233. .cp_item .tipsicon img{
  234. display: none;
  235. width: 22px;
  236. height: 22px;
  237. margin-left: 10px;
  238. }
  239. .cp_item .dalist.active[name="1"]{
  240. background-image: linear-gradient(90deg, #8DE7A1 0%, #70E59F 100%);
  241. color: #fff;
  242. }
  243. .cp_item .dalist.active[name="0"]{
  244. background-image: linear-gradient(90deg, #FF7676 0%, #FF6F6F 100%);
  245. color: #fff;
  246. }
  247. .cp_item .dalist.active[name="1"] .zq{
  248. display: block;
  249. }
  250. .cp_item .dalist.active[name="0"] .cw{
  251. display: block;
  252. }
  253. .mxh_tmbox .tm_top{
  254. background: #FFFFFF;
  255. box-shadow: 0 0 3px 0 rgba(0,0,0,0.10);
  256. height: 44px;
  257. padding: 0 15px;
  258. }
  259. .mxh_tmbox .tm_top img{
  260. width: 18px;
  261. vertical-align: middle;
  262. margin-top: -3px;
  263. margin-right: 5px;
  264. }
  265. .mxh_tmbox .tm_top{
  266. font-size: 14px;
  267. color: #666666;
  268. }
  269. .mxh_tmbox .jdt {
  270. background: #FFFFFF;
  271. border: 1px solid #B6B6B6;
  272. height: 8px;
  273. border-radius: 4px;
  274. position: relative;
  275. margin:0 12px;
  276. }
  277. .mxh_tmbox .jdt p {
  278. height: 6px;
  279. background-image: linear-gradient(90deg, #73B9FF 0%, #4892FE 100%);
  280. border-radius: 3px;
  281. transition: all 0.3;
  282. }
  283. .mxj_dengjibox {
  284. background: #FFFFFF;
  285. box-shadow: 1px 1px 2px 0 rgba(183,191,199,0.40);
  286. border-radius: 5px;
  287. margin: 10px;
  288. padding: 10px 0px;
  289. }
  290. .mxj_dengjibox .dc_hd.active{
  291. opacity: 1;
  292. }
  293. .mxj_dengjibox .dc_hd{
  294. text-align:center;
  295. opacity: 0.5;
  296. position: relative;
  297. }
  298. .mxj_dengjibox .dc_hd img{
  299. height: 70px;
  300. display: inline-block;
  301. }
  302. .mxj_dengjibox .jt img{
  303. width: 12px;
  304. }
  305. .mxj_dengjibox p{
  306. font-size: 14px;
  307. color: #886627;
  308. }
  309. .mxj_dengjibox .wc{
  310. width: 17px;
  311. height: 17px;
  312. background: url(../images/end.png) no-repeat center center / 17px 17px;
  313. display: none;
  314. position: absolute;
  315. right: 10px;
  316. bottom: 25px;
  317. }
  318. .mxj_dengjibox .wcicon .wc{
  319. display: block;
  320. }
  321. .tooltip-arrow {
  322. position: absolute;
  323. width: 0;
  324. height: 0;
  325. border-color: transparent;
  326. border-top-color: transparent;
  327. border-style: solid;
  328. bottom: -16px;
  329. left: 50%;
  330. margin-left: -6px;
  331. border-width: 6px 6px 0;
  332. border-top-color: #fff;
  333. display: none;
  334. }
  335. .dc_hd.active .tooltip-arrow {
  336. display: block;
  337. }
  338. .mxh_txt_info {
  339. background: #FFFFFF;
  340. box-shadow: 1px 1px 2px 0 rgba(183,191,199,0.40);
  341. border-radius: 5px;
  342. padding: 15px;
  343. margin-bottom: 10px;
  344. margin-left: 10px;
  345. margin-right: 15px;
  346. }
  347. .mxh_txt_info p{
  348. opacity: 0.8;
  349. font-size: 15px;
  350. color: #666666;
  351. line-height: 21px;
  352. }
  353. .mxh_txt_info .iconfont{
  354. color:#E6E6E6;
  355. }
  356. .mxh_txt_info .x3 .iconfont,.mxh_txt_info .x2 .iconfont{
  357. color: #FFD200;;
  358. }
  359. .mxh_txt_info .x2 .iconfont:last-child{
  360. color:#E6E6E6;
  361. }
  362. .mxh_txt_info .x1 .iconfont:first-child{
  363. color:#FFD200;
  364. }
  365. .mxh_txt_info .txt{
  366. opacity: 0.8;
  367. font-size: 16px;
  368. color: #333333;
  369. margin-right: 10px;
  370. }
  371. .mxh_txt_info .dc_flex{
  372. margin-bottom: 9;
  373. }
  374. .ydtitle{
  375. width: 70%;
  376. margin: 20px auto;
  377. text-align: center;
  378. position: relative;
  379. height: 21px;
  380. }
  381. .ydtitle:before{
  382. content: '';
  383. position: absolute;
  384. left: 0;
  385. right: 0;
  386. top: 11px;
  387. height: 1px;
  388. background: #ccc;
  389. }
  390. .ydtitle span{
  391. background: #fff;
  392. display: inline-block;
  393. height: 21px;
  394. position: relative;
  395. z-index: 999;
  396. padding: 0 5px;
  397. font-size:15px;
  398. opacity: 0.8;
  399. color: #333333;
  400. }
  401. .ydtitle span i{
  402. color: #48A3FE
  403. }
  404. .dd2-dialog{
  405. width: 250px;
  406. height: 250px;
  407. position: fixed;
  408. top: 50%;
  409. left: 50%;
  410. transform: translate(-50%,-50%);
  411. }
  412. .dd2-dialog img{
  413. width: 100%;
  414. height: 100%;
  415. }