cus-client-common.scss 38 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021
  1. @import "../base/utils";
  2. /************************ 通用class样式 author: TX date:2020-07-30 **********************/
  3. /* 页面样式 */
  4. body, html, #app {padding: 0;margin: 0;@include setFontStyle(0);}
  5. /* 内外边距通常让各个浏览器样式的表现位置不同 */
  6. div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{margin:0;padding:0;}
  7. /* HTML5 媒体文件跟 img 保持一致 */
  8. audio,canvas,video{display:inline-block;*display:inline;*zoom:1;}
  9. /* 默认不显示下划线,保持页面简洁 */
  10. ins,a{text-decoration:none;cursor:pointer;}
  11. /* 去掉列表前的标识, li 会继承 */
  12. ol,ul,dl,dt,dd{
  13. list-style:none;
  14. margin: 0;
  15. padding: 0;
  16. letter-spacing: 0;
  17. word-spacing: 0;
  18. font-size: 0;}
  19. /* 让标题都自定义, 适应多个系统应用 */
  20. h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
  21. /* 外边距 */
  22. .m5{margin:5px;}
  23. .m10 {margin: 10px;}
  24. .m15 {margin: 15px;}
  25. .m20 {margin: 20px;}
  26. .m25 {margin: 25px;}
  27. .m30 {margin: 30px;}
  28. .m35 {margin: 35px;}
  29. .m40 {margin: 40px;}
  30. /* 外边距 上下边距 左右居中 */
  31. .ma0{margin:0 auto;}
  32. .ma5{margin:5px auto;}
  33. .ma10{margin:10px auto;}
  34. .ma15{margin:15px auto;}
  35. .ma20{margin:20px auto;}
  36. .ma25{margin:25px auto;}
  37. .ma30{margin:30px auto;}
  38. .ma35{margin:35px auto;}
  39. .ma40{margin:40px auto;}
  40. /* 上外边距 */
  41. .mt5 {margin-top: 5px;}
  42. .mt10 {margin-top: 10px;}
  43. .mt15 {margin-top: 15px;}
  44. .mt20 {margin-top: 20px;}
  45. .mt25 {margin-top: 25px;}
  46. .mt30 {margin-top: 30px;}
  47. .mt35 {margin-top: 35px;}
  48. .mt40 {margin-top: 40px;}
  49. .mt48 {margin-top: 48px;}
  50. /* 下外边距 */
  51. .mb5 {margin-bottom: 5px;}
  52. .mb10 {margin-bottom: 10px;}
  53. .mb15 {margin-bottom: 15px;}
  54. .mb20 {margin-bottom: 20px;}
  55. .mb25 {margin-bottom: 25px;}
  56. .mb30 {margin-bottom: 30px;}
  57. .mb35 {margin-bottom: 35px;}
  58. .mb40 {margin-bottom: 40px;}
  59. /* 左外边距 */
  60. .ml5 {margin-left: 5px;}
  61. .ml10 {margin-left: 10px;}
  62. .ml15 {margin-left: 15px;}
  63. .ml20 {margin-left: 20px;}
  64. .ml25 {margin-left: 25px;}
  65. .ml30 {margin-left: 30px;}
  66. .ml35 {margin-left: 35px;}
  67. .ml40 {margin-left: 40px;}
  68. /* 右外边距 */
  69. .mr5 {margin-right: 5px;}
  70. .mr10 {margin-right: 10px;}
  71. .mr15 {margin-right: 15px;}
  72. .mr20 {margin-right: 20px;}
  73. .mr25 {margin-right: 25px;}
  74. .mr30 {margin-right: 30px;}
  75. .mr35 {margin-right: 35px;}
  76. .mr40 {margin-right: 40px;}
  77. /*文字对齐方式*/
  78. .tl{text-align:left;}
  79. .tr{text-align:right;}
  80. .tc{text-align:center;}
  81. /*字体大小*/
  82. .fs_12{font-size:12px;}
  83. .fs_14{font-size:14px;}
  84. .fs_16{font-size:16px;}
  85. .fs_18{font-size:18px;}
  86. .fs_20{font-size:20px;}
  87. .fs_22{font-size:22px;}
  88. .fs_24{font-size:24px;}
  89. .fs_26{font-size:26px;}
  90. .fs_28{font-size:28px;}
  91. .fs_30{font-size:30px;}
  92. /* 清除浮动-父级使用 */
  93. .fn-clear:after{content:" ";height:0;display:block;font-size:0;visibility:hidden;clear:both;}
  94. /* 清除元素间隙 */
  95. .fn-clear-gap{font-size:0;list-style:none;margin: 0;padding: 0;letter-spacing: 0;word-spacing: 0;}
  96. /* 隐藏, 通常用来与 JS 配合 */
  97. .fn-hide{display:none;}
  98. /* 隐藏多余内容*/
  99. .fn-hidden{overflow: hidden}
  100. /* 文本超出省略号显示 (一行) ------ 使用方式:@include single-line-ellipsis; */
  101. @mixin single-line-ellipsis {text-overflow: ellipsis;overflow: hidden;word-wrap: break-word;white-space: nowrap;word-break: break-all;}
  102. /* 文本超出省略号显示 (多行),括号里传行数 ------ 使用方式:@include multi-line-ellipsis(3); */
  103. @mixin multi-line-ellipsis($rows){-webkit-line-clamp:$rows;text-overflow: ellipsis;-o-text-overflow: ellipsis;overflow: hidden;word-wrap: break-word;display: -webkit-box;white-space: normal !important;-webkit-box-orient: vertical;}
  104. /************************ 网站公共class样式 author: TX date:2020-07-30 **********************/
  105. /* 网站框架 */
  106. .website-frame{
  107. font-family: "Helvetica Neue", Helvetica, Arial, "微软雅黑", sans-serif;
  108. color: #2C3E50;
  109. min-width: 1240px;
  110. // head移动端响应式
  111. @media (max-width: 768px){min-width: unset;}
  112. }
  113. /* 饿了么右侧生成的间距 */
  114. .el-popup-parent--hidden{
  115. padding-right:0 !important
  116. }
  117. /* 网站主体部分 */
  118. .client-container{
  119. width: 1200px;margin: 0 auto;
  120. @media (max-width: 768px){width: auto;padding: 0 15px;max-width: 100%;box-sizing: border-box;}
  121. }
  122. .client-container-middle{width: 960px;margin: 0 auto;}
  123. /* 网站头部导航栏 */
  124. .client-head{
  125. width: 100%;
  126. //height: 80px;
  127. height: 120px;
  128. z-index: 999;
  129. background: #fff;
  130. position: fixed;
  131. top:0;
  132. //头部布局
  133. .head-layout{display: flex;justify-content: space-between;}
  134. //头部导航
  135. .el-menu--horizontal{
  136. border: 0;
  137. li:last-child{margin-right: 0}
  138. >.el-menu-item {
  139. color: rgba(0,0,0,0.85);
  140. @include setFontStyle(-2);
  141. height: 60px;
  142. line-height: 60px;
  143. margin: 0 42px;
  144. padding: 0!important;
  145. a{height: inherit;display: inline-block;padding: 0 6px;}
  146. }
  147. >.el-menu-item.is-active{
  148. @include setThemeColorBase("color", 0);
  149. @include setThemeColorBase("border-color", 0);
  150. border-width:4px;
  151. }
  152. }
  153. //头部左侧区域
  154. .head-left{
  155. display: flex;
  156. width: 100%;
  157. justify-content: space-between;
  158. align-items: center;
  159. //头部图标
  160. .client-head-img{width: 200px;height:79px;display: inline-block;background-image: url("~static/images/client/component/nav-logo.jpg");background-repeat: no-repeat;background-position: center;background-size: cover;margin-right: 40px;}
  161. }
  162. //头部右侧区域
  163. .head-right{
  164. line-height: 60px;position: relative;margin-left: 20px;
  165. >a{height: 40px;line-height: 40px;@include setFontStyle(-4);padding: 0 30px;border-radius: 4px;display: inline-block;border: 1px solid #0366cd;color:#0064cc;box-sizing: border-box;text-align: center;}
  166. >a.right-tel-btn{width: 130px;color: #fff;background: #3e7ce7;border: 1px solid #3e7ce7;padding: 0 8px;margin-right:10px;position: relative;}
  167. >a:hover{cursor: pointer;}
  168. .system-box{width: 130px;height: 60px;position: absolute;top: 20px; z-index: 999}
  169. .system-box{
  170. div{
  171. display: none;min-width:260px;height:120px;position: absolute;background: #fff;border: 1px solid #b5b5b5;border-radius: 4px;padding: 10px 8px;left: 0;top:57px;transition: 5s;
  172. a{
  173. display: inline-block;
  174. i{width: 110px;height: 84px;display: block;background-size: cover;}
  175. }
  176. a:nth-child(1){i{background-image:url("~static/images/client/exam/product-function-icon3.png");} }
  177. a:nth-child(3){i{background-image:url("~static/images/client/train/product-function-icon6.png");} }
  178. span{width: 1px;min-height: 88px;display:inline-block;background:#e8e8e8;@include setFontStyle(-4);margin: 10px;}
  179. p{@include setFontStyle(-4);color: rgba(0,0,0,0.85);line-height: 24px;text-align: center;}
  180. }
  181. // 伪类气泡箭头
  182. div:after,div:before {
  183. width: 0;
  184. height: 0;
  185. font-size: 0;
  186. overflow: hidden;
  187. position: absolute;
  188. content: ' ';
  189. left: 60px;
  190. }
  191. div:after{
  192. border-width: 10px;
  193. border-style: dashed dashed solid ;
  194. border-color: transparent transparent #ffffff;
  195. top: -19px;
  196. }
  197. div:before{
  198. border-width: 10px;
  199. border-style: dashed dashed solid ;
  200. border-color: transparent transparent #666 ;
  201. top:-20px;
  202. }
  203. }
  204. .system-box:hover{
  205. >div{
  206. display: block;
  207. }
  208. }
  209. }
  210. .header-left-container {
  211. display: flex;
  212. justify-content: flex-end;
  213. align-items: center;
  214. .phone-tel-box {
  215. line-height: 60px;
  216. display: flex;
  217. color: rgb(0, 84, 145);
  218. align-items: center;
  219. .phone-tel-box-icon {
  220. width: 25px;
  221. height: 25px;
  222. display: inline-block;
  223. margin-right: 5px;
  224. background-image: url("~static/images/client/component/head-phone-icon.png");
  225. }
  226. }
  227. }
  228. // head移动端响应式
  229. @media (max-width: 768px){
  230. // head
  231. height: 60px;border-bottom: 1px solid #e7e7e7;
  232. //头部左侧区域 logo
  233. .head-left{
  234. justify-content: space-between;height: 60px;align-items: center;padding:0;
  235. .client-head-img{width: 92px;height: 46px;background-size: contain;margin:0;}
  236. }
  237. //头部导航
  238. .el-menu{position: absolute;margin: 0;left: 0;right: 0;height: 100vh;transition: 0.5s;top: 61px;}
  239. // 手机菜单关闭
  240. .head-nav-up{height: 0;display:none;opacity: 0;}
  241. // 手机菜单开启
  242. .head-nav-down{height:100vh;display:block;opacity: 1;overflow: auto}
  243. // li
  244. .el-menu--horizontal>.el-menu-item{float: none;height: 60px;line-height: 60px;border-bottom: 1px solid #e9e9e9;margin:0 18px;
  245. border-bottom-color:#e9e9e9!important;font-weight: 700;font-size: 16px;color: rgb(16, 16, 16);}
  246. .el-menu--horizontal>.el-menu-item a{width: 100%}
  247. .el-menu--horizontal>.el-menu-item:last-child{border: 0;}
  248. .el-menu--horizontal > .el-menu-item.is-active{border-bottom: 1px solid #e9e9e9;border-bottom-color: #e9e9e9 !important;}
  249. // 咨询电话
  250. .phone-tel-box{color: rgb(0, 84, 145);font-size: 14px;font-weight: bold;line-height: 60px;}
  251. // 按钮
  252. .phone-nav-btn{width:30px;height:30px;background-image: url("~static/images/client/component/head-btn-icon.svg");}
  253. // 布局
  254. .head-layout{display: block}
  255. }
  256. }
  257. /* 网站头部导栏 - 面包屑 */
  258. .client-breadcrumb-box {
  259. width: 1200px;
  260. font-size: 16px;
  261. margin: 24px auto;
  262. .st-breadcrumb{
  263. margin-left: 24px;
  264. a:last-child{
  265. .breadcrumb-div::after{display: none;}
  266. }
  267. }
  268. .st-breadcrumb-item {display: inline-block;vertical-align: middle;color: #4a73fd;text-decoration: none;}
  269. .st-breadcrumb-item:hover {cursor: pointer;}
  270. .st-breadcrumb-item:after {width: 11px;height: 16px;content: '';display: inline-block;padding: 0 16px;vertical-align: middle;zoom:0.8;-moz-transform:scale(0.8,0.8);
  271. background-image: url("~static/images/client/component/breadcrumb-icon.svg");background-repeat: no-repeat;background-position: center;}
  272. .breadcrumb-div{display: inline-block;vertical-align: middle;}
  273. .st-breadcrumb-item-last {display: inline-block;text-decoration: none;color: #333;vertical-align: middle;}
  274. .st-breadcrumb-item-last:hover {cursor: default;}
  275. // IE11兼容写法
  276. @media all and (-ms-high-contrast:none) {
  277. *::-ms-backdrop, .st-breadcrumb-item-last { margin-left: -10px;}
  278. }
  279. // IE10兼容写法
  280. @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  281. .st-breadcrumb-item-last { margin-left: -10px;}
  282. }
  283. }
  284. /* 网站标题 */
  285. .client-title{
  286. @include setFontStyle(10);color: rgba(0,0,0,0.85);letter-spacing: 0;padding-top: 80px;text-align: center;
  287. // head移动端响应式
  288. @media (max-width: 768px){@include setFontStyle(-4);padding-top: 20px;font-weight: 700;color: rgb(16, 16, 16);}
  289. }
  290. /* 网站副标题 */
  291. .client-subtitle-title{
  292. width: 650px;@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 30px;margin:0 auto;margin-top: 16px;text-align: center;
  293. @media (max-width: 768px){width: 100%;text-align: justify;@include setFontStyle(-6);line-height: 24px;}
  294. }
  295. .client-subtitle-title-big{
  296. width: 1000px;padding:0 100px;@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 30px;margin:0 auto;margin-top: 48px;text-align: center;
  297. @media (max-width: 768px){width: 100%;text-align: justify;margin-top: 24px;padding: 0;@include setFontStyle(-6);line-height: 24px;}
  298. }
  299. /* 网站通用按钮 */
  300. .client-default-Btn{display: block;@include setFontStyle(-4);background: #2B5CFD;color: rgba(255, 255, 255, 0.85);border-radius: 4px;transition: .3s all linear;text-align: center;}
  301. .client-default-Btn:hover{background: #2249C9;cursor: pointer;}
  302. // 白色
  303. .client-default-white-Btn{display: block;@include setFontStyle(-4);background: #fff;color: #2B5CFD;border-radius: 4px;transition: .3s all linear;text-align: center;}
  304. .client-default-white-Btn:hover{background: #fff;cursor: pointer;}
  305. // 免费试用按钮
  306. .free-trial-default-btn{
  307. width: 238px;height: 40px;line-height: 40px;margin: 40px auto 0;display: block;@include setFontStyle(-4);background: #3e7ee7;
  308. color: rgba(255, 255, 255, 0.85);border-radius: 4px;transition: .3s all linear;text-align: center;
  309. @media (max-width: 768px){width: 122px;height: 35px;line-height: 35px;margin: 16px auto 28px;}
  310. }
  311. .free-trial-default-btn:hover{cursor: pointer;}
  312. /* 网站底部footer */
  313. .client-footer{
  314. background: #1E2534;padding-bottom: 50px;
  315. //footer内容区域
  316. .contact-box{
  317. padding-top: 40px;
  318. .contact-left-box{
  319. display: inline-block;
  320. dl{display: inline-block;margin-right: 48px;margin-bottom: 40px;vertical-align: top;}
  321. dt{@include setFontStyle(-4);color: #FFFFFF;margin-bottom: 24px;}
  322. dd,dd a{@include setFontStyle(-6);color: rgba(255,255,255,0.64);margin-bottom: 8px;}
  323. dd:hover,dd a:hover{color: rgba(255,255,255,0.85);cursor: pointer}
  324. // 二维码
  325. .two-code-box{position: relative;}
  326. .two-dimensional-code{width: 110px;height: 110px;background-color: #fff;background-image: url("~static/images/client/component/two-dimensional-code.jpg");display: none;position: absolute;left: 85px;top:-40px;background-size: cover;border-radius: 4px;transition: .5s; }
  327. .two-dimensional-code:before{width: 0;height: 0;content: "";display: none;margin-left: -20px;margin-top: 40px;border-width: 10px;border-style: solid;border-color: transparent #fff transparent transparent;transition: .5s; }
  328. .two-code-box:hover{
  329. cursor: default;
  330. .two-dimensional-code{display: block;}
  331. .two-dimensional-code:before{display: block;}
  332. }
  333. }
  334. .contact-right-box{
  335. //width: 170px;
  336. float: right;
  337. .right-sw-box{
  338. margin-right: 24px;
  339. h4{@include setFontStyle(-4);color: #FFFFFF;margin-bottom: 16px;text-align: center}
  340. img{width: 100px}
  341. }
  342. div{display: inline-block}
  343. h3{@include setFontStyle(4);color: #FFF;margin-bottom: 16px;}
  344. p{@include setFontStyle(-6);color: rgba(255,255,255,0.64);margin-bottom: 8px;}
  345. a{@include setFontStyle(-6);color: #2B5CFD;}
  346. a:hover{cursor: pointer;}
  347. }
  348. }
  349. //友情链接区域
  350. .link-box{
  351. border-top: 1px solid #333B4C;
  352. border-right: 0;
  353. border-left: 0;
  354. padding: 32px 0;
  355. h4{@include setFontStyle(-4);color: #FFF;float: left;margin-right: 48px;line-height: 22px;}
  356. .link-a-box{
  357. margin-left: 114px;
  358. line-height: 22px;
  359. a{@include setFontStyle(-6);color: rgba(255,255,255,0.54);display:inline-block;margin-right: 32px;white-space: nowrap;}
  360. a:hover{color: rgba(255,255,255,0.85);cursor: pointer;}
  361. }
  362. }
  363. //底部版权
  364. h5{@include setFontStyle(-8);color: #B8B8B8;text-align: center;padding: 16px 0 24px;border-top: 1px solid #333B4C;}
  365. @media (max-width: 768px) {
  366. .phone-footer-box {
  367. text-align: center;padding: 20px 0;
  368. a,p{@include setFontStyle(-10);color: #fff;padding: 6px 0}
  369. a{display: block}
  370. }
  371. }
  372. }
  373. /* 网站分页 */
  374. .client-el-pagination{text-align: center;margin-top: 36px}
  375. /* 网站通用详情页布局 */
  376. .client-details-page{
  377. background: #f9faff;
  378. width: 100%;
  379. padding: 24px 0;
  380. // 时间人数
  381. .details-visits-box{
  382. margin-bottom: 16px;
  383. i{width: 20px;height: 20px;display: inline-block;margin-right: 14px;vertical-align: middle;background-image: url("~static/images/client/newsInfor/newsInfor-details-time.svg");}
  384. i[type="visits"]{background-image: url("~static/images/client/newsInfor/newsInfor-details-visits.svg");}
  385. span{@include setFontStyle(-6);display:inline-block;color: #666;margin-right: 60px;vertical-align: middle;}
  386. }
  387. //行业资讯详情外层box
  388. .client-details-box{
  389. width: 1200px;
  390. margin: 0 auto;
  391. padding: 24px;
  392. box-sizing: border-box;
  393. background: #FFFFFF;
  394. border-radius: 8px;
  395. }
  396. // 行业资讯详情
  397. .client-details-wrap{
  398. width: 820px;
  399. display: inline-block;
  400. padding-right: 24px;
  401. border-right:1px solid #DCE0E8;
  402. box-sizing: border-box;
  403. vertical-align: top;
  404. >h1{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 16px;}
  405. //内容区域
  406. .client-content-box{
  407. min-height: calc(100vh - 587px);
  408. line-height: 24px;
  409. color: rgba(0,0,0,0.64);
  410. @include setFontStyle(-6);
  411. margin-bottom: 70px;
  412. p{line-height: 22px;}
  413. img{max-width: 100%;}
  414. h1,h2,h3,h4,h5,h6,p{margin-bottom: 10px;}
  415. }
  416. // 上一篇下一篇
  417. .client-details-pagination{
  418. a{max-width: 45%;float: left;@include setFontStyle(-4);color: rgba(43,92,253,0.85);display: inline-block;@include single-line-ellipsis;}
  419. a:last-child{margin-left: 10%;float: right;}
  420. a:hover{color: #1648EE;cursor: pointer}
  421. }
  422. }
  423. // 最新新闻
  424. .latest-news-box{
  425. width: 300px;
  426. padding-left: 24px;
  427. display: inline-block;
  428. vertical-align: top;
  429. h4{@include setFontStyle(-4);color: rgba(0,0,0,0.85);margin-bottom: 16px;}
  430. .latest-news-list{
  431. li{margin-bottom: 24px}
  432. a{width: 100%;@include setFontStyle(-4);display:inline-block;color: rgba(43,92,253,0.65);margin-bottom: 8px;@include single-line-ellipsis;}
  433. a:hover{color: rgba(43,92,253,0.85);cursor: pointer}
  434. }
  435. // 时间人数
  436. .details-visits-box span{margin-right: 24px;}
  437. }
  438. @media (max-width: 768px) {
  439. padding: 0;
  440. // 时间人数
  441. .details-visits-box{
  442. margin-bottom: 36px;text-align: center;
  443. i{width: 16px;height: 16px;margin-right: 6px;background-size: cover;}
  444. span{@include setFontStyle(-8);margin-right: 24px;line-height: 12px;}
  445. }
  446. //行业资讯详情外层box
  447. .client-details-box{width: 100%;}
  448. // 行业资讯详情
  449. .client-details-wrap{
  450. width: 100%;border: 0;padding-right:0;
  451. >h1{@include setFontStyle(-4);margin: 16px 0;text-align: center;font-weight: bolder;}
  452. //内容区域
  453. .client-content-box{
  454. min-height:unset;
  455. }
  456. // 上一篇下一篇按钮
  457. .client-details-pagination a{border: 1px solid rgba(43, 92, 253, 0.85);padding: 4px 12px;border-radius: 4px;}
  458. }
  459. }
  460. }
  461. /* 网站通用轮播 */
  462. /*.client-industry-information{
  463. background-image: url("~static/images/client/index/index-industry-bg.png");
  464. background-position: center;
  465. padding-bottom: 80px;
  466. // 标题
  467. .client-title{
  468. color: #fff;
  469. }
  470. // 轮播
  471. .information-carousel-box{
  472. width: 100%;
  473. overflow: hidden;
  474. }
  475. // 轮播组件
  476. .el-carousel--horizontal{
  477. overflow: visible;
  478. }
  479. .el-carousel{
  480. width: 1000px;
  481. margin: 0 auto;
  482. margin-top: 48px;
  483. .el-carousel__container{width: 640px;height: 320px;margin: 0 auto;position: relative;}
  484. }
  485. .el-carousel__item{
  486. width: 640px;
  487. background: #FFFFFF;
  488. border-radius: 8px;
  489. .industry-img-box{width: 50%;height: 320px;float: left;background-repeat: no-repeat;background-size: cover;}
  490. .industry-content-box{
  491. height: inherit;margin-left: 50%;padding:32px;box-sizing: border-box;position: relative;
  492. h5{@include setFontStyle(2);color: rgba(0,0,0,0.85);margin-bottom: 16px;@include multi-line-ellipsis(2);line-height: 30px;max-height: 60px;}
  493. p{@include setFontStyle(-4);color: rgba(0,0,0,0.64);line-height: 24px;@include multi-line-ellipsis(6);margin-bottom: 24px;max-height: 144px;}
  494. a{width: 132px;height: 32px;line-height:32px;position: absolute;bottom: 32px;}
  495. }
  496. }
  497. !*.el-carousel__item.is-active{
  498. .industry-img-box{width: 50%;}
  499. .industry-content-box{margin-left: 50%;}
  500. }*!
  501. // 左右按钮
  502. .el-carousel__arrow{width: 50px;height: 50px;background-color: rgba(43, 92, 253, 0.22);@include setFontStyle(16);color: rgba(255,255,255,0.8);}
  503. // 左箭头
  504. .el-carousel__arrow--left{left:-200px;}
  505. // 右箭头
  506. .el-carousel__arrow--right{right:-200px;}
  507. // 指示器
  508. .el-carousel__indicators{display: none}
  509. }*/
  510. /* 网站通用弹窗-申请方案 */
  511. .application-scheme-dialog{
  512. .el-dialog{width: 610px;border-radius: 8px;}
  513. .el-dialog__body{
  514. padding: 30px 120px 60px;
  515. >i{width:213px;height:92px;display: block;background-image: url("~static/images/client/course/course-dialog-img.png");margin: 0 auto;}
  516. p{@include setFontStyle(-2);color: rgba(0,0,0,0.85);text-align: center;margin:24px 0 36px;}
  517. span{@include setFontStyle(-6);color: rgba(0,0,0,0.65);}
  518. a{@include setFontStyle(-6);color: #2B5CFD;float: right;}
  519. // 申请注册按钮
  520. .application-scheme-btn{height: 40px;line-height: 40px;@include setFontStyle(-4);background: #1890FF;border-radius: 4px;color: #FFFFFF;text-align: center;margin-bottom: 16px;cursor: pointer;}
  521. }
  522. // 输入框上下间距
  523. .el-form-item{margin-bottom: 24px}
  524. // 输入框左右间距
  525. .el-input .el-input__inner{padding: 0 15px 0 35px;}
  526. //输入框图标
  527. .dialog-input-tel:after,.dialog-input-code:after{width: 16px;height: 16px;content: "";display: inline-block;position: absolute;top: 12px;left: 12px;}
  528. .dialog-input-tel:after{background-image: url("~static/images/client/course/course-dialog-icon1.svg");}
  529. .dialog-input-code:after{background-image: url("~static/images/client/course/course-dialog-icon2.svg");}
  530. // 输入框-验证码
  531. .dialog-input-code{width: calc(100% - 132px);}
  532. .dialog-code-btn.el-button{width:120px;box-sizing:border-box;padding: 12px 15px;margin-left: 8px;}
  533. // 滑块px
  534. .nc-container{
  535. .nc_wrapper{width:100%!important;margin-bottom: 24px;border-radius: 4px;overflow: hidden;}
  536. .nc_scale{
  537. .btn_slide{color: #fff;}
  538. span{width:50px;background: #3893FE;border-radius: 0 4px 4px 0;border: 1px solid transparent;}
  539. }
  540. }
  541. }
  542. /* 网站通用弹窗-视频播放 */
  543. .course-video-dialog{
  544. .el-dialog{width: 940px;border-radius: 8px;}
  545. .el-dialog__body{padding: 14px 40px 80px;}
  546. // 标题
  547. .el-dialog__title{@include setFontStyle(-2);color: rgba(0,0,0,0.85);}
  548. // 视频
  549. .course-video-box{width: 100%;height: 480px;}
  550. p{@include setFontStyle(-4);color: rgba(0,0,0,0.65);margin-top: 16px;line-height: 22px}
  551. @media (max-width: 768px){
  552. .el-dialog{width: 90%;border-radius: 8px;margin: 0 5%;}
  553. .el-dialog__body{padding: 0 16px;}
  554. // 视频
  555. .course-video-box{height: 180px;}
  556. p{@include setFontStyle(-6);padding: 10px 0 16px;margin: 0}
  557. }
  558. }
  559. /* 首页行业学习详情页-通用部分 */
  560. // banner
  561. .industrydetails-banner{
  562. width: 100%;
  563. height: 400px;
  564. background-color:#042D85;
  565. position: relative;
  566. .industrydetails-banner-box{width:inherit;height:inherit;background-position-x: center;background-repeat: no-repeat;}
  567. .free-trial-default-btn{position: absolute;top:280px;left: 50%;margin-left: -119px;}
  568. @media (max-width: 768px){
  569. height: 150px;
  570. .industrydetails-banner-box{background-size: cover;}
  571. .free-trial-default-btn{top:95px;margin-left: -61px;}
  572. }
  573. }
  574. // 发展现状
  575. .industrydetails-develop-box{
  576. .client-container{padding: 48px 0 80px;text-align: center;}
  577. p{width: 480px;display: inline-block;@include setFontStyle(-5);color: rgba(0,0,0,0.65);line-height: 30px;vertical-align: middle;margin-right: 120px;text-align: justify;}
  578. img{display: inline-block;vertical-align: middle;}
  579. @media (max-width: 768px){
  580. .client-container{padding: 16px 30px 48px;display: flex;flex-direction: column-reverse;}
  581. p{width: 100%;display: block;@include setFontStyle(-6);color: rgba(85, 85, 85, 1);line-height: 24px;margin-right: 0;}
  582. img{max-width: 100%;display: block;vertical-align:unset;margin-bottom: 16px;}
  583. }
  584. }
  585. // 产品和服务
  586. .products-services-box{
  587. width: 100%;display: inline-block;
  588. // 头部图片
  589. img{width: 640px;height: 485px;float: right;}
  590. // 内容区域
  591. .products-services-content{
  592. width: 500px;
  593. float: right;
  594. padding: 110px 12px 0;
  595. box-sizing: border-box;
  596. margin: 0 20px;
  597. @include setFontStyle(-6);
  598. h5{@include setFontStyle(4);color: rgba(0,0,0,0.85);}
  599. i{width:50px;height:5px;display: block;background: #3e7ce7;margin: 24px 0;}
  600. p{line-height: 24px;color: rgba(0,0,0,0.65);margin-bottom: 56px;text-align: justify;}
  601. .p-before-circle{margin-bottom: 6px!important;}
  602. .p-before-circle:before{
  603. content: '';
  604. width: 20px;
  605. height: 20px;
  606. display: inline-block;
  607. margin-right: 8px;
  608. background-image: url("~static/images/client/index/index-icon.png");
  609. vertical-align: middle;
  610. background-repeat: no-repeat;background-size: cover;
  611. }
  612. .client-btn-box{margin: 40px 0}
  613. .client-default-Btn,.client-default-white-Btn{width: 150px;height: 40px;line-height: 40px;display:inline-block;background: #3e7ce7;border: 1px solid #3e7ce7;box-sizing: border-box;}
  614. .client-default-white-Btn{background: #fff;color: #3e7ce7;}
  615. a,div.client-default-Btn{margin-right: 24px}
  616. span.client-default-Btn{background: #fff;color: #3e7ce7;margin-right: 0;}
  617. }
  618. @media (max-width: 768px){
  619. // 头部图片
  620. img{width: 100%;height: auto;float: none;}
  621. // 内容区域
  622. .products-services-content{
  623. width: 100%;float: none;padding: 0 10px;margin: 0;
  624. @include setFontStyle(-6);
  625. h5{@include setFontStyle(-6);font-weight: 700;color: rgba(0, 0, 0, 1);}
  626. i{width:34px;height:3px;margin: 10px 0;}
  627. p{margin-bottom: 30px;color: rgba(85, 85, 85, 1);}
  628. .p-before-circle:before{width: 16px;height: 16px;margin-right: 6px;}
  629. .client-btn-box{text-align: center;margin:40px 0;}
  630. .client-default-Btn,.client-default-white-Btn{width: 120px;height: 35px;line-height: 35px;}
  631. a,div.client-default-Btn{margin-right: 16px}
  632. }
  633. }
  634. }
  635. .products-contrary-box{
  636. // 头部图片
  637. img{float: left;}
  638. // 内容区域
  639. .products-services-content{float: right;}
  640. }
  641. // 考试平台和培训平台样式--多下边线
  642. .platform-products-services{
  643. li:not(:last-child){border-bottom:1px solid #eee; }
  644. }
  645. // 详情页内容
  646. .industrydetails-content{
  647. li{margin-bottom: 16px;}
  648. i{width: 14px;height: 14px;float:left;box-sizing: border-box;opacity: 0.8;display: block;border: 1px solid #13192D;transform: rotate(45deg);margin-right: 16px;margin-top: 4px;}
  649. h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 24px;text-align: center;}
  650. p{@include setFontStyle(-5);color: rgba(0,0,0,0.65);line-height: 22px;text-align: left;}
  651. @media (max-width: 768px) {
  652. li{margin-bottom: 10px;}
  653. i{width: 10px;height: 10px;margin-right: 8px;margin-top: 8px;}
  654. h5{@include setFontStyle(-4);color: rgba(255, 255, 255, 1);margin-bottom: 16px;text-align: center;font-weight: 700;}
  655. p{@include setFontStyle(-6);color: rgba(255, 255, 255, 1);line-height: 24px;text-align: justify;}
  656. }
  657. }
  658. // 通用平台-新闻资讯样式
  659. .platform-news-information{
  660. padding-bottom: 80px;
  661. background: #f8f8f8;
  662. ul{margin-top: 48px;}
  663. li{
  664. width: 50%;display: inline-block;vertical-align: top;
  665. div{margin: 10px;padding:10px 10px 10px 0;border-bottom:1px dashed #666;}
  666. img{width: 190px;height: 118px;float: left;margin-right: 24px;}
  667. h4{@include setFontStyle(-2);color: rgba(0, 0, 0, 0.85);@include single-line-ellipsis;margin-bottom: 8px;}
  668. h4:hover{color: #3e7ce7;cursor: pointer;}
  669. span{display: block;@include setFontStyle(-6);color: rgba(0, 0, 0, 0.65);margin-bottom: 8px;}
  670. p{@include setFontStyle(-6);height: 66px;line-height: 22px;color: rgba(0, 0, 0, 0.65);@include multi-line-ellipsis(3);}
  671. }
  672. }
  673. // 页面内部导航菜单(课程开发和客户案例)
  674. .platform-menu-ul{
  675. display: block;
  676. margin: 0 auto;
  677. text-align: center;
  678. background: #F7F9FB;
  679. li{display: inline-block;@include setFontStyle(-2);padding:24px 32px;color: rgba(0,0,0,0.64);background: #F7F9FB;transition: all .3s;box-shadow: 0 2px 4px 0 rgba(43,92,253,0.16);border-bottom: 1px solid rgba(52, 99, 253, 0.08);@include single-line-ellipsis;cursor: pointer}
  680. li.active{color: #2B5CFD;background-image: linear-gradient(270deg, #FFFFFF 0%, #F4F6FF 100%);}
  681. li:hover{
  682. transform: scale(1.1);
  683. }
  684. @media (max-width: 768px){
  685. background: #fff;margin: 20px 0 0;
  686. li{width: 100px;height: 30px;line-height:30px;margin:0 10px;padding:0;border-radius:5px;border: 1px solid rgb(0, 102, 204);@include setFontStyle(-4);
  687. color: rgb(0, 102, 204);background: #fff;box-shadow: 0 2px 4px 0 rgba(43,92,253,0.16);box-sizing: border-box}
  688. li.active{color: #fff;background: rgb(0, 102, 204);}
  689. li:hover{transform: none;}
  690. }
  691. }
  692. /* 页面课程列表 */
  693. .course-learn-box{
  694. // video列表
  695. .learn-box-list{
  696. margin: 54px -16px 0;
  697. li{
  698. width: 33.33%;display: inline-block;text-align: center;
  699. a{display: none;}
  700. div{background: #fff;border-radius: 8px;margin: 0 16px 40px;}
  701. span{width:342px;height:192px;display: inline-block;margin-top: 16px;border-radius:4px;overflow: hidden;position: relative}
  702. i{width: 48px;height: 48px;cursor: pointer;background-image: url("~static/images/client/course/course-video-icon.svg");display: inline-block;position: absolute;
  703. left: 50%;margin-left: -24px;z-index: 5;top: 50%;margin-top: -24px;background-size: cover;background-position: bottom;transition: all 0.5s;}
  704. img{transition: all 0.5s;}
  705. p{@include setFontStyle(-4);color: rgba(0,0,0,0.65);padding: 24px 0 24px;}
  706. }
  707. li span:hover{img{transform: scale(1.1);}}
  708. li i:hover{background-image: url("~static/images/client/course/course-video-icon-a.svg");background-size: cover;background-position: bottom;}
  709. }
  710. @media (max-width: 768px){
  711. margin: 0 6%;
  712. // video列表
  713. .learn-box-list{
  714. margin: 12px 0;
  715. li{
  716. width: 100%;margin-bottom: 20px;
  717. div{margin: 0;padding: 0;box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 6px -1px;border-radius:0;}
  718. span{width: 100%;height: 180px;margin-top: 0;border-radius:0;}
  719. img{width: 100%;}
  720. p{padding: 20px 0 20px;@include setFontStyle(-6);color: #101010;}
  721. }
  722. }
  723. }
  724. }
  725. /* 底部跳转 */
  726. .bottom-btn-box{
  727. height: 50px;position: fixed;bottom: 0;left: 0;right: 0;font-size: 0;background: #fff;z-index: 99999;border-top: 1px solid #ccc;
  728. li{width: 25%;margin: 0;padding: 0;}
  729. a{width: 100%;height: 50px;line-height: 1;display: inline-block;text-align: center;font-size: 13px;color: #333;margin: 6px 0;}
  730. i{width:22px;height: 22px;background-size:cover;display: block;margin: 0 auto 3px;}
  731. span{color: #333;}
  732. li:nth-child(1) i{background-image: url("~static/images/icons/shouye.svg");}
  733. li:nth-child(2) i{background-image: url("~static/images/icons/tiyan.svg");}
  734. li:nth-child(3) i{background-image: url("~static/images/icons/dianhua.svg");}
  735. li:nth-child(4) i{background-image: url("~static/images/icons/zixun.svg");}
  736. li.is-active span{color: #2881db;}
  737. li.is-active:nth-child(1) i{background-image: url("~static/images/icons/shouye-a.svg");}
  738. li.is-active:nth-child(2) i{background-image: url("~static/images/icons/tiyan-a.svg");}
  739. li.is-active:nth-child(3) i{background-image: url("~static/images/icons/dianhua-a.svg");}
  740. li.is-active:nth-child(4) i{background-image: url("~static/images/icons/zixun-a.svg");}
  741. }
  742. /* 一行中内容逆向显示 */
  743. .website-row-reverse{flex-direction: row-reverse;}
  744. // 课程开发图片展示行
  745. .website-course-services{
  746. li{margin-bottom: 36px;}
  747. @media (max-width: 768px){
  748. ul{margin-top: 32px;}
  749. li{margin-bottom: 12px;}
  750. }
  751. }
  752. .course-services-box{
  753. width: 100%;display: flex;align-items: center;
  754. // 头部图片
  755. img{ width: 620px;height: 437px;float: right;}
  756. // 内容区域
  757. .course-services-content{
  758. width: 570px;
  759. float: right;
  760. box-sizing: border-box;
  761. display: block;
  762. margin-right: 10px;
  763. @include setFontStyle(-6);
  764. h4{@include setFontStyle(28);color: #4069e7;margin-bottom: 24px;}
  765. h5{@include setFontStyle(10);color: #333;margin-bottom: 36px;}
  766. i{width:50px;height:5px;display: block;background: #3e7ce7;margin: 24px 0;}
  767. p{@include setFontStyle(-4);line-height: 32px;color: rgba(0,0,0,0.65);margin-bottom: 56px;text-align: justify;}
  768. .p-before-circle{margin-bottom: 6px!important;}
  769. .p-before-circle:before{
  770. content: '';
  771. width: 20px;
  772. height: 20px;
  773. display: inline-block;
  774. margin-right: 8px;
  775. background-image: url("~static/images/client/index/index-icon.png");
  776. vertical-align: middle;
  777. background-repeat: no-repeat;background-size: cover;
  778. }
  779. .client-btn-box{margin: 40px 0}
  780. .client-default-Btn,.client-default-white-Btn{width: 150px;height: 40px;line-height: 40px;display:inline-block;background: #3e7ce7;border: 1px solid #3e7ce7;box-sizing: border-box;}
  781. .client-default-white-Btn{background: #fff;color: #3e7ce7;}
  782. a,div.client-default-Btn{margin-right: 24px}
  783. span.client-default-Btn{background: #fff;color: #3e7ce7;margin-right: 0;}
  784. }
  785. @media (max-width: 768px){
  786. flex-direction: column-reverse;
  787. // 头部图片
  788. img{width: 100%;height: auto;float: none;}
  789. // 内容区域
  790. .course-services-content{
  791. width: 100%;float: none;padding: 0 10px;margin: 0;
  792. @include setFontStyle(-6);
  793. h4{@include setFontStyle(4);display: inline-block;margin-bottom: 16px;margin-right: 6px;}
  794. h5{@include setFontStyle(-5);font-weight: 700;color: rgba(0, 0, 0, 1);display: inline-block;margin-bottom: 16px;}
  795. i{width:34px;height:3px;margin: 10px 0;}
  796. p{margin-bottom: 0;color: rgba(85, 85, 85, 1);line-height: 24px;font-size: 12px;}
  797. .p-before-circle:before{width: 16px;height: 16px;margin-right: 6px;}
  798. .client-btn-box{text-align: center;margin:40px 0;}
  799. .client-default-Btn,.client-default-white-Btn{width: 120px;height: 35px;line-height: 35px;}
  800. a,div.client-default-Btn{margin-right: 16px}
  801. }
  802. }
  803. }
  804. // 课程开发banner图
  805. .website-course-banner{
  806. width: 100%;
  807. height: 520px;
  808. background-color:#fff;
  809. background-position-x: center;
  810. background-repeat: no-repeat;
  811. @media (max-width: 768px){
  812. height: 260px;background-size: cover;
  813. }
  814. }
  815. /* 为什么选择我们模块 */
  816. .website-chose-box{
  817. padding-bottom: 80px;
  818. .chose-img-box{
  819. margin: 48px -14px 0;
  820. li{
  821. width: 25%;display: inline-block;vertical-align: top;
  822. div{height: 260px;background: #f8f8f8;position:relative;text-align: center;margin: 0 14px;}
  823. span{width: 100%;height: 200px;display: inline-block;}
  824. img{margin: 50px auto 0;}
  825. h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);}
  826. }
  827. }
  828. .client-default-Btn {
  829. width: 238px;
  830. height: 40px;
  831. line-height: 40px;
  832. margin: 40px auto 0;
  833. }
  834. @media (max-width: 768px){
  835. padding: 0;
  836. .chose-img-box{
  837. margin: 20px 0 0;
  838. li{
  839. width: 50%;margin-bottom: 12px;
  840. div{height: 125px;margin: 0 7px;}
  841. span{height: 90px;}
  842. img{width:60px;margin: 16px auto 0;}
  843. h5{@include setFontStyle(-4);color: #101010;}
  844. }
  845. }
  846. .client-default-Btn {
  847. width: 238px;
  848. height: 40px;
  849. line-height: 40px;
  850. margin: 40px auto 0;
  851. }
  852. }
  853. }
  854. /* 课程开发通用-新闻资讯样式 */
  855. .website-synopsis-news-box{
  856. padding-bottom: 80px;
  857. background: #f7f7f7;
  858. ul{margin-top: 48px;}
  859. li{
  860. width: 50%;display: inline-block;vertical-align: top;
  861. div{margin: 10px;padding:10px 10px 10px 0;}
  862. img{width: 190px;height: 118px;float: left;margin-right: 24px;}
  863. h4{@include setFontStyle(-2);color: #333;@include single-line-ellipsis;margin-bottom: 8px;}
  864. h4:hover{color: #3e7ce7;cursor: pointer;}
  865. span{display: block;@include setFontStyle(-4);color: #666;margin-bottom: 8px;}
  866. p{@include setFontStyle(-6);height: 66px;line-height: 22px;color: #999;@include multi-line-ellipsis(3);}
  867. }
  868. @media (max-width: 768px){
  869. li{
  870. width: 100%;
  871. div{padding:0;margin: 0 0 32px 0;}
  872. img{width: 124px;height:78px;margin-right: 16px}
  873. h4{@include setFontStyle(-8);margin-bottom: 6px;}
  874. span{display: block;@include setFontStyle(-10);}
  875. p{@include setFontStyle(-9);@include multi-line-ellipsis(2);height: 40px;line-height: 18px;}
  876. }
  877. }
  878. }
  879. /********************************* 麦塔栅格**********************************/
  880. /*
  881. 栅格说明:
  882. 1.网站内容区域1200px;
  883. 2.手机端<=768
  884. 3.pad-------------------(769---992---1200)
  885. pad768*1024(手机样式)
  886. pad1024*1366(pad样式)
  887. 4.pc---1200以上
  888. */
  889. // 大于768的隐藏
  890. @media screen and (min-width: 769px) {
  891. .mta-hidden-sm{display: none!important;}
  892. }
  893. // 小于769的隐藏
  894. @media screen and (max-width: 769px) {
  895. .mta-hidden-xs{display: none!important;}
  896. // 提示框
  897. .phone-message-box{
  898. width: 88%;min-width: unset;top: 35% !important;display: block;text-align: center;padding: 36px 0;
  899. .el-message__icon{margin-bottom: 20px;}
  900. .el-message__icon:before{font-size: 50px;}
  901. }
  902. }
  903. /********************************* 麦塔移动端组件**********************************/
  904. @media (max-width: 768px) {
  905. // swiper
  906. .experience-swiper-box {
  907. position: relative;
  908. // swiper--div
  909. .swiper-slide {width: 100%;}
  910. .swiper-pagination-style {
  911. width: 80px;position: absolute;bottom: 66px;left: 50%;margin-left: -30px;z-index: 99;
  912. // 小圆点
  913. .my-bullet-swiper {width: 10px;height: 10px;border-radius: 5px;display: inline-block;background: rgba(0, 102, 204, 0.2);margin-right: 14px;}
  914. // 分页active
  915. .my-bullet-active-swiper {background: rgb(0, 102, 204)}
  916. }
  917. // swiper 内容区
  918. .experience-content-box {
  919. height: 243px;display: flex;flex-direction: column;align-items: center;justify-content: center;
  920. margin: 5px 4% 40px;box-shadow: rgba(0, 0, 0, 0.4) 0 0 6px -1px;text-align: center;padding: 20px 0;
  921. i {width: 64px;height: 64px;background-repeat: no-repeat;background-size: contain;margin-bottom: 24px;display: inline-block;flex-shrink: 0;}
  922. h5 {font-weight: 700;font-size: 16px;color: rgb(16, 16, 16);margin-bottom: 30px;}
  923. p {font-weight: 400;font-size: 14px;color: rgb(16, 16, 16);margin: 6px 0;}
  924. a {width: 122px;height: 35px;line-height: 35px;background-color: rgb(0, 102, 204);color: rgb(255, 255, 255);border-radius: 5px;font-size: 14px;
  925. padding: 0;text-align: center;display: inline-block;margin-top: 16px;
  926. }
  927. }
  928. // swiper 提示
  929. .experience-swiper-tip {font-weight: 400;font-size: 14px;color: rgb(96, 96, 96);text-align: center;margin: 0 0 42px;}
  930. }
  931. // 移动端点击a标签背景变色bug修复
  932. a{-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  933. -webkit-user-select: none;
  934. -moz-user-focus: none;
  935. -moz-user-select: none;}
  936. }