index.css 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953
  1. /**index.wxss**/
  2. page{background: #fff;}
  3. .top-fixed{position: fixed;top: 0;left: 0;right: 0;z-index: 50;background: var(--mina);}
  4. .topbg{width: 100%;height: 100%;}
  5. .top-title{position: absolute;left: 0;right: 0;text-align: left;font-size: 36rpx;color: #fff;padding-left: 34rpx;}
  6. .top-title image{height: 60rpx;margin-right: 20rpx;}
  7. .not-color{background: #fff;}
  8. .not-color .top-title{color: #333;}
  9. .top{box-sizing: border-box;align-items: center;position: relative;}
  10. .top-bg{width: 100%;height: 260rpx;position: absolute;top: 0;left: 0;z-index: 0;}
  11. .topcon{padding: 40rpx 45rpx;position: relative;z-index: 1;}
  12. .logo{width: 100rpx;height: 100rpx;border: 2rpx solid #fff;background: #fff;border-radius: 50%;margin-right: 25rpx;}
  13. .areas{font-size: 34rpx;color: #fff;}
  14. /* 服务 */
  15. .bg{
  16. position: absolute;
  17. top: 0;
  18. left: 0;
  19. right: 0;
  20. height: 540rpx;
  21. }
  22. .bg image{
  23. width: 100%;
  24. height: 100%;
  25. }
  26. .service-person{
  27. position: absolute;
  28. z-index: 2;
  29. left: 0;
  30. right: 0;
  31. }
  32. .service-person-header{
  33. width: 70rpx;
  34. height: 70rpx;
  35. margin: 0 30rpx;
  36. border-radius: 100%;
  37. }
  38. .service-person-name{
  39. font-size: 32rpx;
  40. font-weight: bold;
  41. color: #FFFFFF;
  42. line-height: 45rpx;
  43. }
  44. .rico{
  45. width: 9rpx;
  46. height: 19rpx;
  47. margin-left: 10rpx;
  48. }
  49. .service-person-number{
  50. font-size: 20rpx;
  51. font-weight: 500;
  52. color: #FFFFFF;
  53. line-height: 28rpx;
  54. }
  55. .service-person-tag{
  56. padding: 0 10rpx;
  57. line-height: 29rpx;
  58. background: linear-gradient(319deg, #E6BB82 0%, #FAE4CD 100%);
  59. border-radius: 3rpx 3rpx 3rpx 3rpx;
  60. opacity: 1;
  61. font-size: 20rpx;
  62. font-family: PingFang SC-Regular, PingFang SC;
  63. font-weight: 400;
  64. color: #84600A;
  65. margin-right: 10rpx;
  66. }
  67. .service-person-options{
  68. font-size: 20rpx;
  69. font-family: PingFang SC-Regular, PingFang SC;
  70. font-weight: 400;
  71. color: #FFFFFF;
  72. line-height: 28rpx;
  73. margin-top: 18rpx;
  74. }
  75. .service-person-option{
  76. margin-right: 17rpx;
  77. }
  78. .service-person-option image{
  79. width: 28rpx;
  80. height: 28rpx;
  81. margin-right: 3rpx;
  82. }
  83. .service-person-phone{
  84. line-height: 28rpx;
  85. font-size: 20rpx;
  86. font-family: PingFang SC-Regular, PingFang SC;
  87. font-weight: 400;
  88. color: #FFFFFF;
  89. text-align: center;
  90. margin-left: 26rpx;
  91. }
  92. .service-person-phone image{
  93. width: 48rpx;
  94. height: 48rpx;
  95. }
  96. /* .areas image{width: 22rpx;height: 17rpx;margin-left: 10rpx;margin-top: 10rpx;} */
  97. .recent{align-items: center;font-size: 22rpx;color: #fff;margin-top: 10rpx;}
  98. .recent text{display: block;width: 100rpx;height: 32rpx;text-align: center;line-height: 32rpx;border-radius: 16rpx;margin-right: 9rpx;font-size: 22rpx;}
  99. .renqi{padding: 0 35rpx;text-align: center;font-size: 34rpx;color: #fff;}
  100. .renqi text{display: block;opacity: .7;font-size: 24rpx;margin-top: 10rpx;}
  101. /* .top{box-sizing: border-box;align-items: center;position: relative;}
  102. .top-bg{display: block;width: 100%;height: 192rpx;position: absolute;top: 0;left: 0;z-index: 1;}
  103. .topcon{position: relative;z-index: 2;display: flex;display: -webkit-flex;}
  104. .logo{display: block;width: 80rpx;height: 80rpx;z-index: 2;}
  105. .areas{align-items: center;color: #fff; z-index: 3;}
  106. .areas image{width: 22rpx;height: 17rpx;margin-left: 10rpx;margin-top: 10rpx;}
  107. .recent{align-items: center;font-size: 22rpx;color: #fff;margin-top: 10rpx;}
  108. .recent text{display: block;width: 100rpx;height: 32rpx;text-align: center;line-height: 32rpx;border-radius: 16rpx;margin-right: 9rpx;font-size: 22rpx;}
  109. .renqi{padding: 0 35rpx;text-align: center;font-size: 34rpx;color: #fff;}
  110. .renqi text{display: block;opacity: .7;font-size: 24rpx;margin-top: 10rpx;} */
  111. .tcon{position: relative;}
  112. .tcbg{width: 100%;height: 260rpx;position: absolute;top: 0;left: 0;z-index: 0;}
  113. .merchant{padding: 40rpx 45rpx;position: relative;z-index: 1;}
  114. .logo{width: 100rpx;height: 100rpx;border: 2rpx solid #fff;background: #fff;border-radius: 50%;margin-right: 25rpx;}
  115. .merchant-name{font-size: 36rpx;color: #fff;}
  116. .change{margin-left: 10rpx;font-size: 24rpx;color: rgba(255,255,255,.5);}
  117. .change image{width: 14rpx;height: 23rpx;margin-left: 6rpx;}
  118. .merchant-info{font-size: 24rpx;color: #FFDEC4;margin-top: 14rpx;}
  119. .merchant-info .li{margin-right: 20rpx;}
  120. .merchant-info image{width: 24rpx;height: 24rpx;margin-right: 8rpx;}
  121. .m-share{font-size: 22rpx;color: #fff;margin-left: 50rpx !important;}
  122. .m-share image{width: 34rpx;height: 34rpx;margin: 0 auto 15rpx;}
  123. .box1{border-radius: 50rpx 50rpx 0 0;padding-top: 26rpx;padding-bottom: 5rpx;position: relative;z-index: 2;}
  124. .search{background: #F0F2F3;height: 70rpx;border-radius: 35rpx;padding: 0 15rpx 0 30rpx;align-items: center;font-size: 26rpx;color: #666;}
  125. .search image{width: 30rpx;height: 30rpx;margin-right: 13rpx;}
  126. .search image.sao{width: 42rpx;height: 42rpx;}
  127. .banner{margin-top: 24rpx;overflow: hidden;position: relative;}
  128. .swiper,.swiper image{width: 100%;height: 394rpx;border-radius: 20rpx;}
  129. .swiper1{width: 100%;height: 400rpx;}
  130. .sat{padding-top: 1rpx;}
  131. .dotse,.dots1{position: absolute;left: 0;right: 0;bottom: 11rpx;align-items: center;justify-content: center;}
  132. .dot{background: #fff;width: 10rpx;height: 10rpx;border-radius: 5rpx;margin: 0 3rpx;}
  133. .dot.active{width: 30rpx;}
  134. .dot1{background: var(--mina);width: 10rpx;height: 10rpx;border-radius: 5rpx;margin: 0 3rpx;}
  135. .dot1.active{width: 30rpx;}
  136. .nav{flex-wrap: wrap;margin-top: 30rpx;position: relative;}
  137. .nav .li{width: 25% !important;text-align: center;font-size: 28rpx;color: #333;margin-bottom: 35rpx;/* height: 41%; */}
  138. .nav .li button{font-size: 28rpx !important;color: #333 !important;}
  139. .nav .li image{width: 80rpx;height: 80rpx;margin: 0 auto 10rpx;}
  140. .grid{flex-wrap: wrap;}
  141. .more{width: 16rpx;height: 27rpx;}
  142. .quan{padding-bottom: 40rpx;}
  143. .quan .li{width: 212rpx;height: 220rpx;margin-right: 17rpx;position: relative;text-align: center;}
  144. .quan .li:last-child{margin-right: 0;}
  145. .quanbg{width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 1;}
  146. .quan .lic{position: relative;z-index: 2;width: 100%;height: 100%;overflow: hidden;}
  147. .quan .li.gray .sbglinear{background: linear-gradient(90deg,#ddd,#c7c6c6);color: #666;}
  148. .amount{font-weight: bold;font-size: 56rpx;color: #fff;margin: 20rpx 0 0;}
  149. .amount text{font-size: 24rpx;}
  150. .rule{font-size: 24rpx;color: #fff;margin: 0 0 40rpx;}
  151. .ling{width:140rpx;height:40rpx;line-height: 40rpx;font-size: 22rpx;color: #FF6009;position: absolute;left: 50%;transform: translateX(-50%);bottom: 15rpx;}
  152. .jingxuan{padding-bottom: 40rpx;flex-wrap: wrap;}
  153. .jingxuan .li{width: 47%;margin-right: 20rpx;text-align: center;overflow: hidden;margin-bottom: 25rpx;}
  154. .jingxuan .li image{width: 100%;height: 210rpx;border-radius: 10rpx;}
  155. .name{font-size: 28Prpx;color: #333;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;margin: 15rpx 0 10rpx;}
  156. .price{font-size: 24rpx;color: #FE0419;}
  157. .price text{font-size: 36rpx;font-weight: bold;}
  158. .shequ .li{border-bottom: 2rpx solid #eee;padding: 0 20rpx 38rpx;margin-bottom: 38rpx;overflow: hidden;}
  159. .shequ .li:last-child{border-bottom: none;margin-bottom: 0;}
  160. .shequ .li .flex{overflow: hidden;}
  161. .proimg{box-sizing: border-box;width: 210rpx;height: 210rpx;border-radius: 10rpx;margin-right: 20rpx;border: 2rpx solid #E5E5E5;}
  162. .proname{font-size: 28rpx;color: #333;overflow : hidden;line-height: 36rpx;height: 72rpx;}
  163. .endtime{display: inline-block;height: 32rpx;line-height: 32rpx;border: 2rpx solid #FE0419;border-radius: 6rpx;padding: 0 8rpx;font-size: 24rpx;color: #FE0419;margin: 0 0 10rpx;/* margin: 15rpx 0 25rpx; */}
  164. .operate{justify-content: space-between;align-items: center;}
  165. .price .del{font-weight: normal;font-size: 24rpx;color: #999;margin-left: 12rpx;text-decoration: line-through;}
  166. .price .vip{ font-size: 24rpx;margin-left: 12rpx;color: #333;font-weight: normal;}
  167. .add-cart image{width: 42rpx;height: 42rpx;}
  168. .nums{align-items: center;}
  169. .num{font-size: 30rpx;width: 50rpx;text-align: center;line-height: 42rpx;}
  170. .remind{width: 150rpx;height: 50rpx;border-radius: 25rpx;font-size: 24rpx;color: #fff;text-align: center;justify-content: center;line-height: 50rpx;}
  171. .datas{justify-content: space-between;align-items: center;font-size: 24rpx;color: #666;padding: 20rpx 0 0}
  172. .yigou{margin-left: 6rpx;align-items: center;}
  173. .yigou image{width: 40rpx;height: 40rpx;border-radius: 50%;margin-left: -6rpx;border: 2rpx solid #fff;}
  174. .yigou image.more1{border: none;width: 46rpx;height: 46rpx;}
  175. .yigou text{margin-left: 12rpx;}
  176. .xiaoliang{color: #999;}
  177. .miaosha{margin-top: 15rpx;}
  178. .times{margin-bottom: 30rpx;}
  179. .times .li{width: 20%;text-align: center;font-size: 20rpx;color: #999;position: relative;}
  180. .times .li::before{content: '';display: block;width: 2rpx;height: 61rpx;background: #D2D2D2;position: absolute;left: 0;bottom: 5rpx;}
  181. .times .li:first-child::before{display: none;}
  182. .times .li text{display: block;font-size: 36rpx;color: #333;margin-bottom: 5rpx;}
  183. .times .li.active,.times .li.active text{color: #FE0419;}
  184. .msinfos{padding: 20rpx 20rpx 32rpx}
  185. .msinfos image{width: 100%;height: 390rpx;}
  186. .msinfo{padding: 0 9rpx}
  187. .msname{font-size: 30rpx;line-height: 36rpx;margin: 20rpx 0 10rpx}
  188. .qgsta{align-items: center;justify-content: space-between;}
  189. .qiang{width: 100rpx;height: 40rpx;border-radius: 35rpx;text-align: center;line-height: 40rpx;font-size: 24rpx;color: #fff;}
  190. .pintuan{padding-bottom: 50rpx;}
  191. .pintuan .li{margin-bottom: 50rpx;}
  192. .pintuan .li:last-child{margin-bottom: 0;}
  193. .pinimgs{box-sizing: border-box;width: 210rpx;height: 210rpx;border-radius: 10rpx;margin-right: 20rpx;border: 2rpx solid #E5E5E5;position: relative;}
  194. .pinimg{display: block;width: 100%;height: 100%;border-radius: 10rpx;}
  195. .tuan{display: block;width: 87rpx;height: 44rpx;font-size: 22rpx;color: #fff;text-align: center;line-height: 34rpx;position: absolute;top: 21rpx;left: -10rpx;}
  196. .tuan image{display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
  197. .tuan text{position: relative;z-index: 2;display: block;}
  198. .pininfo{overflow: hidden;}
  199. .pininfo .endtime{margin-bottom: 45rpx;}
  200. .pininfo .del{font-size: 24rpx;color: #999;text-decoration: line-through;}
  201. /* .pininfo .price{color: #333;} */
  202. .jishida{margin: 20rpx 0;}
  203. /* .tab{align-items: center;font-size: 28rpx;color: #666;}
  204. .tab .li{width: 25%;text-align: center;position: relative;}
  205. .tab .li::after{content: '';display: block;width: 2rpx;height: 28rpx;background: #D2D2D2;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
  206. .tab .li:first-child::after{display: none;}
  207. .tab .li.active{color: var(--mina) !important;}
  208. .tabcon{flex-wrap: wrap;margin-top: 20rpx;}
  209. .tabcon .li{width: 50%;} */
  210. /* .tabcon .li{background: #fff;border-radius: 10rpx;width: 345rpx;margin: 20rpx 20rpx 0 0;} */
  211. /* .tabcon .li:nth-child(2n){margin-right: 0;} */
  212. .tabconTh .li{width: 223rpx;margin-right: 20rpx !important;}
  213. .tabconTh .li:nth-child(3n){margin-right: 0 !important;}
  214. .jsdimgs{width: 345rpx;height: 345rpx;position: relative;}
  215. .tabconTh .li .jsdimgs{width: 223rpx;height: 223rpx;}
  216. .jsdpro{width: 100%;height: 100%;}
  217. .jsdimg{width: 82rpx;height: 36rpx;position: absolute;top: 20rpx;left: 20rpx;}
  218. .jsdinfo{padding: 15rpx 20rpx 30rpx;}
  219. .kan-guoqi{background: #999;}
  220. .idxnav{justify-content: space-between;padding: 30rpx;}
  221. .zbgm image{width: 336rpx;height: 321rpx;}
  222. .lqzx{margin-bottom: 20rpx;}
  223. .lqzx image{width: 336rpx;height: 151rpx;}
  224. .myzx image{width: 336rpx;height: 151rpx;}
  225. .guide{position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,.7);z-index: 102;}
  226. .guide image{width: 100%;}
  227. .layer{
  228. position: fixed;
  229. top: 0;
  230. z-index: 101;
  231. left: 0;
  232. right: 0;
  233. display: flex;
  234. bottom: 0;
  235. background: rgba(0,0,0,0.7);
  236. justify-content: center;
  237. align-items: center;
  238. flex-direction: column;
  239. }
  240. .layer image{
  241. width: 535rpx;
  242. height: 650rpx;
  243. }
  244. /*关闭按钮样式 */
  245. .layer .close{
  246. color:#fff;
  247. width: 60rpx;
  248. height: 60rpx;
  249. margin-top: 80rpx;
  250. }
  251. /* 专题 */
  252. .ztdiv{height: 310rpx;
  253. background-color: #fff;
  254. margin-top: 20rpx;
  255. padding: 0rpx 0rpx 20rpx 0rpx;
  256. margin-right: 20rpx;
  257. border-radius: 20rpx;
  258. }
  259. .imgdiv{width: 100%;
  260. height: 240rpx;
  261. }
  262. .t-img{height:240rpx;width: 710rpx;border-radius: 20rpx 20rpx 0 0;}
  263. .txtdiv{padding-left: 20rpx;padding-top: 20rpx; border-top: 1rpx #eee solid;
  264. }
  265. .imgtit{width: 100%; margin-bottom:20rpx; }
  266. .jishida .imgtit{width: 100%; margin-bottom:10rpx; }
  267. /* 砍价活动 */
  268. .kjcon{overflow: hidden;}
  269. .kan-price{align-items: center;margin: 10rpx 0 45rpx;}
  270. .tag{width: 80rpx;height: 36rpx;border-radius: 8rpx;text-align: center;line-height: 36rpx;font-size: 20rpx;color: #fff;}
  271. .kan-price .price{font-size: 38rpx;color: #FE0419;margin: 0 20rpx 0 12rpx;}
  272. .kan-price .price text{font-size: 25rpx;}
  273. .kan-price .del{font-size: 24rpx;color: #999;text-decoration: line-through;}
  274. .kan-times{align-items: center;justify-content: space-between;}
  275. .kan-time{align-items: center;font-size: 20rpx;color: #333;margin: 15rpx 0 65rpx;}
  276. .kan-time text{display: block;width: 38rpx;height: 38rpx;border-radius: 8rpx;background: #333;line-height: 38rpx;text-align: center;margin: 0 7rpx;font-size: 24rpx;color: #fff;}
  277. .kan-time text:first-child{margin-left: 0;}
  278. .kan-time view{margin-left: 5rpx;}
  279. .kan-btn{width: 150rpx;height: 50rpx;border-radius: 25rpx;text-align: center;line-height: 50rpx;font-size: 24rpx;color: #fff;}
  280. .cont{flex-wrap: wrap;font-size: 26rpx;}
  281. .cont .li{align-items: center;margin-right: 20rpx; color: #fff;margin-top: 5rpx;}
  282. .cont image{width: 30rpx;height: 30rpx;}
  283. .ss{padding-bottom:20rpx ;}
  284. .li3{width: 33% !important;text-align: center;font-size: 28rpx;margin-bottom: 30rpx;}
  285. .li3 button{font-size: 28rpx !important;color: #333 !important;}
  286. .li5{width: 20% !important;text-align: center;font-size: 28rpx;margin-bottom: 30rpx;}
  287. .li5 button{font-size: 28rpx !important;color: #333 !important;}
  288. .nav .li3 image{width: 140rpx;height: 140rpx;margin: 0 auto 10rpx;}
  289. .nav .li5 image{width: 75rpx;height: 75rpx;margin: 0 auto 10rpx;}
  290. .swiper2{width: 100%;height: 240rpx;}/*一行三个*/
  291. .swiper3{width: 100%;height: 432rpx;}/*两行三个*/
  292. .swiper4{width: 100%;height: 200rpx;}/*一行四个*/
  293. .swiper5{width: 100%;height: 160rpx;}/*一行五个*/
  294. .kjpop{position: fixed;top: 50%;transform: translateY(-50%);left: 85rpx;right: 85rpx;background: #fff;border-radius: 20rpx;z-index: 100;overflow: hidden;}
  295. .kjpop .tops {height: 100rpx;}
  296. .kjpop .tops image{width: 100%;height: 100rpx;}
  297. .kjpop .cont{padding: 0rpx 44rpx;}
  298. .kjpop .cont text{font-size:24rpx ; color: #707070;}
  299. .kjpop .cont .title{text-align: center; font-size: 28rpx;color: #DC1515; font-weight: bold;margin: 30rpx 0 45rpx 0;}
  300. /* .kjpop .cont .btn{width: 430rpx; height: 60rpx;border-radius: 40rpx;border: 1rpx solid #DE1F20; color: #DE1E1F; font-size: 28rpx;text-align: center; line-height: 60rpx;margin: 0 auto;} */
  301. .kjpop .bottom{
  302. border-top: 1rpx solid #E4E4E4;
  303. }
  304. .botLeft,.botRight{
  305. width: 50%;
  306. text-align: center;
  307. padding: 20rpx 0;
  308. }
  309. .botLeft{
  310. border-right: 1rpx solid #E4E4E4;
  311. }
  312. .spinner {
  313. margin: 255px auto 0px auto ;
  314. width: 60rpx;
  315. height: 60rpx;
  316. position: relative;
  317. }
  318. .container1 > view, .container2 > view, .container3 > view {
  319. width: 15rpx;
  320. height: 15rpx;
  321. background-color: var(--mina);
  322. border-radius: 100%;
  323. position: absolute;
  324. -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  325. animation: bouncedelay 1.2s infinite ease-in-out;
  326. -webkit-animation-fill-mode: both;
  327. animation-fill-mode: both;
  328. }
  329. .spinner .spinner-container {
  330. position: absolute;
  331. width: 100%;
  332. height: 100%;
  333. }
  334. .container2 {
  335. -webkit-transform: rotateZ(45deg);
  336. transform: rotateZ(45deg);
  337. }
  338. .container3 {
  339. -webkit-transform: rotateZ(90deg);
  340. transform: rotateZ(90deg);
  341. }
  342. .circle1 { top: 0; left: 0; }
  343. .circle2 { top: 0; right: 0; }
  344. .circle3 { right: 0; bottom: 0; }
  345. .circle4 { left: 0; bottom: 0; }
  346. .container2 .circle1 {
  347. -webkit-animation-delay: -1.1s;
  348. animation-delay: -1.1s;
  349. }
  350. .container3 .circle1 {
  351. -webkit-animation-delay: -1.0s;
  352. animation-delay: -1.0s;
  353. }
  354. .container1 .circle2 {
  355. -webkit-animation-delay: -0.9s;
  356. animation-delay: -0.9s;
  357. }
  358. .container2 .circle2 {
  359. -webkit-animation-delay: -0.8s;
  360. animation-delay: -0.8s;
  361. }
  362. .container3 .circle2 {
  363. -webkit-animation-delay: -0.7s;
  364. animation-delay: -0.7s;
  365. }
  366. .container1 .circle3 {
  367. -webkit-animation-delay: -0.6s;
  368. animation-delay: -0.6s;
  369. }
  370. .container2 .circle3 {
  371. -webkit-animation-delay: -0.5s;
  372. animation-delay: -0.5s;
  373. }
  374. .container3 .circle3 {
  375. -webkit-animation-delay: -0.4s;
  376. animation-delay: -0.4s;
  377. }
  378. .container1 .circle4 {
  379. -webkit-animation-delay: -0.3s;
  380. animation-delay: -0.3s;
  381. }
  382. .container2 .circle4 {
  383. -webkit-animation-delay: -0.2s;
  384. animation-delay: -0.2s;
  385. }
  386. .container3 .circle4 {
  387. -webkit-animation-delay: -0.1s;
  388. animation-delay: -0.1s;
  389. }
  390. @-webkit-keyframes bouncedelay {
  391. 0%, 80%, 100% { -webkit-transform: scale(0.0) }
  392. 40% { -webkit-transform: scale(1.0) }
  393. }
  394. @keyframes bouncedelay {
  395. 0%, 80%, 100% {
  396. transform: scale(0.0);
  397. -webkit-transform: scale(0.0);
  398. } 40% {
  399. transform: scale(1.0);
  400. -webkit-transform: scale(1.0);
  401. }
  402. }
  403. .lond{
  404. text-align: center;
  405. margin-top: 30rpx;
  406. font-size: 30rpx;
  407. }
  408. .roll-notice{height: 60rpx;background: rgba(0,0,0,.55);border-radius: 30rpx;padding: 0 30rpx 0 15rpx;font-size: 24rpx;color: #fff;position: fixed;left: 35rpx;align-items: center;animation: spin 5s ease-in-out infinite;animation-fill-mode: forwards;z-index: 20;max-width: 435rpx;overflow: hidden;}
  409. .roll-notice .flex{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
  410. .roll-notice image{width: 40rpx;height: 40rpx;border-radius: 50%;margin-right: 11rpx;}
  411. @keyframes spin {
  412. 0% {
  413. top: 305rpx;
  414. opacity: 0;
  415. }
  416. 25% {
  417. top: 255rpx;
  418. opacity: 1;
  419. }
  420. 50% {
  421. top: 255rpx;
  422. opacity: 1;
  423. }
  424. 75% {
  425. top: 215rpx;
  426. opacity: 0;
  427. }
  428. 100%{
  429. top: 215rpx;
  430. opacity: 0;
  431. }
  432. }
  433. .index-box{
  434. margin: 30rpx;
  435. }
  436. .index-box-title{
  437. line-height: 45rpx;
  438. font-size: 32rpx;
  439. font-family: PingFang SC-Bold, PingFang SC;
  440. font-weight: bold;
  441. color: #302222;
  442. }
  443. .pic230{
  444. width: 335rpx;
  445. height: 230rpx;
  446. }
  447. .pic480{
  448. width: 335rpx;
  449. height: 480rpx;
  450. }
  451. /* 参与活动 */
  452. .map-ac{overflow: hidden;margin-top: 30rpx;}
  453. .map-acs{white-space: nowrap;height: 270rpx;}
  454. .map-acs .li{display: inline-block;background: #fff;width: 270rpx;height: 260rpx;border-radius: 15rpx;font-size: 32rpx;color: #333;box-sizing: border-box;margin-right: 20rpx; overflow: hidden;
  455. position: relative;}
  456. .map-acs .li:last-child{margin-right: 30rpx;}
  457. .map-acs .li image{width: 270rpx;height: 174rpx;border-radius: 15rpx;}
  458. .ac-title{
  459. line-height: 37rpx;
  460. font-size: 24rpx;
  461. font-family: PingFang SC-Regular, PingFang SC;
  462. font-weight: 400;
  463. color: #000;
  464. margin-top: 10rpx;
  465. white-space: pre-wrap;
  466. height: 74rpx;
  467. }
  468. .ac-date{
  469. line-height: 25rpx;
  470. font-size: 18rpx;
  471. font-family: PingFang SC-Regular, PingFang SC;
  472. font-weight: 400;
  473. color: #999999;
  474. }
  475. .ac-type{
  476. position: absolute;
  477. top: 0;
  478. left: 0;
  479. height: 41rpx;
  480. background: linear-gradient(350deg, #FF7000 0%, #FF9C4E 100%);
  481. border-radius: 0rpx 0rpx 20rpx 0rpx;
  482. opacity: 1;
  483. font-size: 20rpx;
  484. color: #FFFFFF;
  485. line-height: 41rpx;
  486. padding: 0 10rpx;
  487. }
  488. /* 投保案例 */
  489. .tbal-nav{
  490. justify-content: center;
  491. margin-top: 39rpx;
  492. margin-bottom: 35rpx;
  493. }
  494. .tbal-nav-item{
  495. line-height: 40rpx;
  496. font-size: 28rpx;
  497. font-family: PingFang SC-Medium, PingFang SC;
  498. font-weight: 500;
  499. color: #333333;
  500. margin-right: 60rpx;
  501. text-align: center;
  502. }
  503. .tbal-nav-item:last-child{
  504. margin-right: 0;
  505. }
  506. .tbal-nav-item-active{
  507. color: #009B62;
  508. }
  509. .tbal-nav-label{
  510. padding: 0 10rpx;
  511. line-height: 29rpx;
  512. margin-top: 2rpx;
  513. text-align: center;
  514. border-radius: 15rpx 15rpx 15rpx 15rpx;
  515. opacity: 1;
  516. font-size: 20rpx;
  517. color: #7A7B7F;
  518. }
  519. .tbal-nav-item-active .tbal-nav-label{
  520. background: linear-gradient(319deg, #A5F3D6 0%, #FAE4CD 100%);
  521. color: #009B62;
  522. }
  523. .tbal-item{
  524. padding: 30rpx;
  525. background: #FFFFFF;
  526. border-radius: 10rpx 10rpx 10rpx 10rpx;
  527. opacity: 1;
  528. margin-top: 20rpx;
  529. position: relative;
  530. }
  531. .tbal-tag{
  532. position: absolute;
  533. right: 0;
  534. top: 0;
  535. width: 86rpx;
  536. padding: 0 10rpx;
  537. line-height: 31rpx;
  538. background: linear-gradient(319deg, #FFDB94 0%, #FAE4CD 100%);
  539. border-radius: 0rpx 10rpx 0rpx 20rpx;
  540. font-size: 22rpx;
  541. font-weight: 400;
  542. color: #77501C;
  543. text-align: center;
  544. }
  545. .tbal-pic{
  546. width: 335rpx;
  547. height: 228rpx;
  548. border-radius: 10rpx 10rpx 10rpx 10rpx;
  549. margin-right: 30rpx;
  550. }
  551. .tbal-title{
  552. font-size: 31rpx;
  553. font-weight: bold;
  554. color: #333333;
  555. margin-top: 18rpx;
  556. margin-bottom: 15rpx;
  557. }
  558. .tbal-line{
  559. width: 1rpx;
  560. height: 57rpx;
  561. background:#DEDEDE;
  562. opacity: 1;
  563. margin: auto 20rpx;
  564. }
  565. .tbal-price{
  566. line-height: 40rpx;
  567. font-size: 28rpx;
  568. font-family: PingFang SC-Medium, PingFang SC;
  569. font-weight: 500;
  570. color: #FF5700;
  571. }
  572. .tbal-price-text{
  573. font-size: 20rpx;
  574. font-weight: 400;
  575. color: #7A7B7F;
  576. }
  577. .tbal-btn{
  578. width: 113rpx;
  579. line-height: 41rpx;
  580. background: #27D699;
  581. border-radius: 20rpx 20rpx 20rpx 20rpx;
  582. opacity: 1;
  583. font-size: 24rpx;
  584. font-weight: 500;
  585. color: #FFFFFF;
  586. text-align: center;
  587. margin-top: 46rpx;
  588. }
  589. /* 真实理赔故事 */
  590. .lpgs-item{
  591. width: 440rpx;
  592. display: inline-block;
  593. margin-right: 20rpx;
  594. position: relative;
  595. overflow: hidden;
  596. }
  597. .lpgs-icon{
  598. width: 230rpx;
  599. height: 101rpx;
  600. position: absolute;
  601. right: 0;
  602. top: 0;
  603. }
  604. .lpgs-header{
  605. width: 440rpx;
  606. height: 100rpx;
  607. background: linear-gradient(124deg, #F9F3E1 0%, #F8D494 100%);
  608. color: #FF5700;
  609. border-radius: 10rpx 10rpx 0rpx 0rpx;
  610. opacity: 1;
  611. font-weight: bold;
  612. padding: 25rpx 20rpx;
  613. font-size: 36rpx;
  614. line-height: 50rpx;
  615. box-sizing: border-box;
  616. }
  617. .lpgs-header-c{
  618. background: linear-gradient(124deg, #D6FCE4 0%, #A1EBB9 100%);
  619. color: #009B62;
  620. }
  621. .lpgs-content{
  622. box-sizing: border-box;
  623. width: 440rpx;
  624. height: 430rpx;
  625. background: #FBFBFB;
  626. border-radius: 0rpx 0rpx 10rpx 10rpx;
  627. padding: 20rpx;
  628. overflow: hidden;
  629. }
  630. .lpgs-item-content{
  631. padding-bottom: 20rpx;
  632. border-bottom: 2rpx solid #F1F1F1;
  633. flex-wrap: nowrap;
  634. margin-bottom: 20rpx;
  635. }
  636. .lpgs-item-content:last-child{
  637. border-bottom: none;
  638. }
  639. .lpgs-item-content-title{
  640. height: 108rpx;
  641. font-size: 28rpx;
  642. font-family: PingFang SC-Medium, PingFang SC;
  643. font-weight: 500;
  644. color: #333333;
  645. line-height: 36rpx;
  646. white-space: break-spaces;
  647. }
  648. .lpgs-item-content-look{
  649. line-height: 33rpx;
  650. font-size: 24rpx;
  651. font-family: PingFang SC-Regular, PingFang SC;
  652. font-weight: 400;
  653. color: #7A7B7F;
  654. margin-top: 5rpx;
  655. }
  656. .lpgs-item-content-look image{
  657. width: 29rpx;
  658. height: 20rpx;
  659. margin-right: 10rpx;
  660. }
  661. .lpgs-item-content-pic{
  662. width: 202rpx;
  663. height: 141rpx;
  664. margin-left: 10rpx;
  665. border-radius: 10rpx;
  666. }
  667. /* 发现 */
  668. .fx-nav{
  669. height: 40rpx;
  670. line-height: 40rpx;
  671. font-size: 28rpx;
  672. font-family: PingFang SC-Medium, PingFang SC;
  673. font-weight: 500;
  674. color: #7A7B7F;
  675. display: inline-block;
  676. margin-right: 50rpx;
  677. }
  678. .fx-nav:last-child{
  679. margin-right: 0rpx;
  680. }
  681. .fx-nav-active{
  682. font-size: 32rpx;
  683. font-weight: bold;
  684. position: relative;
  685. color: #333333;
  686. }
  687. .fx-nav-active::after{
  688. content: '';
  689. position: absolute;
  690. bottom:-10rpx;
  691. left:50%;
  692. transform: translateX(-50%);
  693. width: 40rpx;
  694. height: 9rpx;
  695. background: #009B62;
  696. border-radius: 5rpx 5rpx 5rpx 5rpx;
  697. opacity: 1;
  698. }
  699. .fx-bar{
  700. padding: 35rpx 30rpx;
  701. background: #FFFFFF;
  702. box-shadow: 0rpx 5rpx 15rpx 1rpx rgba(0,0,0,0.06);
  703. border-radius: 10rpx 10rpx 10rpx 10rpx;
  704. opacity: 1;
  705. margin-top: 30rpx;
  706. }
  707. .fx-header{
  708. justify-content: space-between;
  709. margin-bottom: 44rpx;
  710. }
  711. .fx-header-title{
  712. font-size: 28rpx;
  713. line-height: 40rpx;
  714. font-weight: bold;
  715. color: #009B62;
  716. }
  717. .fx-header-more{
  718. font-size: 24rpx;
  719. font-family: PingFang SC-Regular, PingFang SC;
  720. font-weight: 400;
  721. color: #7A7B7F;
  722. margin-left: 20rpx;
  723. }
  724. .fx-header-more image{
  725. width: 9rpx;
  726. height: 19rpx;
  727. margin-left: 10rpx;
  728. }
  729. .fx-item{
  730. padding-bottom: 30rpx;
  731. border-bottom: 2rpx solid #DEDEDE;
  732. margin-top: 32rpx;
  733. }
  734. .fx-item:last-child{
  735. border-bottom: none;
  736. }
  737. .fx-item-title{
  738. height: 94rpx;
  739. line-height: 47rpx;
  740. font-size: 32rpx;
  741. font-family: PingFang SC-Bold, PingFang SC;
  742. font-weight: bold;
  743. color: #333333;
  744. }
  745. .fx-item-time{
  746. line-height: 33rpx;
  747. font-size: 24rpx;
  748. font-weight: 400;
  749. color: #7A7B7F;
  750. }
  751. .fx-item-look{
  752. line-height: 33rpx;
  753. font-size: 24rpx;
  754. font-family: PingFang SC-Regular, PingFang SC;
  755. font-weight: 400;
  756. color: #7A7B7F;
  757. margin-left: 20rpx;
  758. }
  759. .fx-item-look image{
  760. width: 29rpx;
  761. height: 20rpx;
  762. margin-right: 10rpx;
  763. }
  764. .fx-item-pic{
  765. width: 200rpx;
  766. height: 150rpx;
  767. border-radius: 12rpx 12rpx 12rpx 12rpx;
  768. margin-left: 10rpx;
  769. }
  770. .foot-logo{
  771. background-color: #F8F8F8;
  772. }
  773. .foot-logo image{
  774. width: 150rpx;
  775. height: 42rpx;
  776. margin: auto;
  777. padding: 53rpx 0;
  778. }
  779. /* 邀请码弹窗 */
  780. .ceng2{position: fixed;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(0,0,0,.5);z-index: 99;}
  781. .code-pop{
  782. position: fixed;
  783. top:50%;
  784. left:50%;
  785. transform: translate(-50%,-50%);
  786. width: 574rpx;
  787. background: #FFFFFF;
  788. border-radius: 20rpx 20rpx 20rpx 20rpx;
  789. z-index: 100;
  790. }
  791. .code-text{
  792. line-height: 41rpx;
  793. color: #151515;
  794. font-size: 28rpx;
  795. margin: 51rpx 47rpx 50rpx;
  796. text-align: center;
  797. }
  798. .code-content image{
  799. width: 365rpx;
  800. height: 365rpx;
  801. margin: 50rpx auto 30rpx;
  802. }
  803. .code-btn{
  804. padding: 25rpx;
  805. text-align: center;
  806. font-size: 28rpx;
  807. color: #2A82FD;
  808. border-top: 1px solid #E9E9E9;
  809. }
  810. .pop-scroll{
  811. max-height: 750rpx;
  812. overflow: scroll;
  813. padding: 30rpx;
  814. }
  815. .pop-scroll::-webkit-scrollbar {
  816. display: none;
  817. }
  818. .chat-fixed{
  819. position: fixed;
  820. bottom: 230rpx;
  821. /* left:calc(100% - 130rpx); */
  822. right: 30rpx;
  823. z-index: 1;
  824. /* transition:all 2s ease-in; */
  825. }
  826. .chat-box{
  827. width: 100rpx;
  828. height: 100rpx;
  829. background-color: #fff;
  830. border-radius: 100rpx;
  831. position: relative;
  832. padding: 8rpx;
  833. box-sizing: border-box;
  834. transition:all 0.5s cubic-bezier(0.5,0.8,1,1);
  835. }
  836. .chat-fixed-long{
  837. }
  838. .chat-fixed-long .chat-box{
  839. width: 690rpx;
  840. }
  841. .chat-fixed-long .chat-lyl{
  842. position: relative;
  843. transform: translateX(0);
  844. left: unset;
  845. right: unset;
  846. top: unset;
  847. bottom: unset;
  848. width: 123rpx;
  849. height: 56rpx;
  850. line-height: 56rpx;
  851. font-size: 28rpx;
  852. border-radius: 28rpx;
  853. margin-right: 20rpx;
  854. opacity: 1;
  855. }
  856. .chat-lyl{
  857. width: 123rpx;
  858. background: var(--main);
  859. text-align: center;
  860. color: #fff;
  861. opacity: 0;
  862. transition:all 0.5s cubic-bezier(0.5,0.8,1,1);
  863. }
  864. .chat-box image{
  865. width: 86rpx;
  866. height: 86rpx;
  867. margin: auto;
  868. border-radius: 100%;
  869. }
  870. .chat-lyl2{
  871. position: absolute;
  872. bottom: -13rpx;
  873. left: 50%;
  874. transform: translateX(-50%);
  875. width: 86rpx;
  876. height: 32rpx;
  877. line-height: 32rpx;
  878. background: var(--main);
  879. border-radius: 16rpx 16rpx 16rpx 16rpx;
  880. text-align: center;
  881. color: #fff;
  882. font-size: 20rpx;
  883. font-family: PingFang SC-Regular, PingFang SC;
  884. font-weight: 400;
  885. opacity: 1;
  886. }
  887. ::-webkit-scrollbar {
  888. width: 0;
  889. height: 0;
  890. color: transparent;
  891. }