cus-client-common.scss 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239
  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: "PingFang SC","微软雅黑", 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: 1260px;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. /* 网站头部导航栏 */
  125. .client-head{
  126. width: 100%;
  127. height: 72px;
  128. z-index: 999;
  129. background: #fff;
  130. position: fixed;
  131. top:0;
  132. box-shadow: -6px 0px 16px 6px #d6d6d6;
  133. //头部布局
  134. .head-layout{height:72px;display: flex;justify-content: space-between;@include setFontStyle(-4);}
  135. //头部导航
  136. .header-nav{
  137. >span,>a{margin: 0 30px;color: #333333;}
  138. >a:last-child{margin-right: 0;}
  139. >a:visited{color: #333333;}
  140. >a.active {color: #00B96B;position: relative;}
  141. .active:before{
  142. content: '';width: 88%;height: 2px;background-color:#00B96B;
  143. display: block;position: absolute;bottom: -6px;left: 6%;
  144. }
  145. // 导航按钮
  146. .head-nav-btn.active{position: relative;}
  147. .head-nav-btn.active:before{width: 70%;bottom: -10px;left: 4%;}
  148. }
  149. //头部左侧区域
  150. .head-container-box{
  151. display: flex;
  152. width: 100%;
  153. justify-content: space-between;
  154. align-items: center;
  155. //头部图标
  156. .client-head-img{width: 112px;height:51px;display: inline-block;background-image: url("~static/images/client/component/nav-logo.png");background-repeat: no-repeat;background-position: center;background-size: cover;margin-right: 40px;}
  157. }
  158. //头部右侧区域
  159. .head-right{
  160. display: flex;align-items:center;position: relative;border: 1px solid #00B96B;border-radius: 18px;
  161. >a,.right-tel-btn{width:85px;padding: 8px 0;@include setFontStyle(-7);display: inline-block;color:#00B96B;
  162. text-align: center;cursor: pointer;}
  163. .right-tel-btn{color: #fff;background: #00B96B;position: relative;border-radius: 0 18px 18px 0;cursor: default;}
  164. >a:hover{cursor: pointer;}
  165. }
  166. // head移动端响应式
  167. @media (max-width: 768px){
  168. // head
  169. height: 60px;box-shadow: unset;border-bottom: 1px solid #e7e7e7;
  170. //头部布局
  171. .head-layout{height:60px;}
  172. //头部左侧区域 logo
  173. .head-container-box{
  174. justify-content: space-between;height: 60px;align-items: center;padding:0;
  175. .client-head-img{width: 92px;height: 46px;background-size: contain;margin:0;}
  176. }
  177. // 手机菜单关闭
  178. .head-nav-up{height: 0;display:none;opacity: 0;}
  179. // 手机菜单开启
  180. .head-nav-down{height: 100vh;display:block;opacity: 1;}
  181. // 咨询电话
  182. .phone-tel-box{color: rgb(0, 84, 145);font-size: 14px;font-weight: bold;line-height: 60px;}
  183. // 按钮
  184. .phone-nav-btn{width:30px;height:30px;background-image: url("~static/images/client/component/head-btn-icon.svg");}
  185. // 布局
  186. .head-layout{display: block}
  187. }
  188. }
  189. /* 导航二级菜单 */
  190. .head-popper-box{
  191. width: 920px;display: flex;align-items: center;
  192. // 箭头
  193. .popper__arrow::after {
  194. content: ' ';width: 0;height: 0;overflow: hidden;position: absolute;
  195. border-width: 6px;border-style: dashed dashed solid ;
  196. border-color: transparent transparent #00B96B !important;
  197. top:-12px;
  198. }
  199. // 列表
  200. .head-popper-item{
  201. width: 23%;display: flex;margin: 16px 1%;align-items: center;
  202. i{width: 34px;height: 34px;background-size: contain;display: inline-block;margin-right: 16px;background-repeat:no-repeat;background-position: center;}
  203. .head-popper-title{@include setFontStyle(-6);color: #333;margin-bottom: 4px;display: inline-block;}
  204. .head-popper-des{display:block;@include setFontStyle(-8);color: #9c9c9c;}
  205. }
  206. }
  207. .head-popper-box:before{
  208. content: ' ';width: 100%;height: 2px;position: absolute;
  209. left: 0;top: 0;background-color: #00b96b;border-radius: 4px 4px 0 0;
  210. }
  211. /* 产品 二级菜单 */
  212. .cp-popper-box{
  213. margin-top: 24px!important;
  214. // 列表
  215. .head-popper-item:nth-child(1){i{background-image:url("~static/images/client/component/head-cp-icon1.png");} }
  216. .head-popper-item:nth-child(2){i{background-image:url("~static/images/client/component/head-cp-icon2.png");} }
  217. .head-popper-item:nth-child(3){i{background-image:url("~static/images/client/component/head-cp-icon3.png");} }
  218. .head-popper-item:nth-child(4){i{background-image:url("~static/images/client/component/head-cp-icon4.png");} }
  219. }
  220. /* 解决方案 二级菜单 */
  221. .jj-popper-box{
  222. padding: 24px 42px;box-sizing: border-box;margin-top: 24px!important;
  223. // head-popper-content
  224. .head-popper-content{width: 100%;}
  225. // 横线
  226. em{width: 800px;height: 1px;display: block;margin:10px auto 24px;background: #f2f2f2;}
  227. // 标题
  228. h3{font-size: 16px;font-weight: 700;text-align: left;color: #333333;margin-left: 12px;}
  229. // 列表行
  230. .head-popper-cj-row,.head-popper-hy-row{display: flex;align-items: center;flex-wrap: wrap;}
  231. // 场景解决方案 - icon
  232. .head-popper-cj-row{
  233. .head-popper-item:nth-child(1){i{background-image:url("~static/images/client/component/head-jj-icon1.png");} }
  234. .head-popper-item:nth-child(2){i{background-image:url("~static/images/client/component/head-jj-icon2.png");} }
  235. .head-popper-item:nth-child(3){i{background-image:url("~static/images/client/component/head-jj-icon3.png");} }
  236. .head-popper-item:nth-child(4){i{background-image:url("~static/images/client/component/head-jj-icon4.png");} }
  237. }
  238. // 行业解决方案 - icon
  239. .head-popper-hy-row{
  240. .head-popper-item:nth-child(1){i{background-image:url("~static/images/client/component/head-jj-icon5.png");} }
  241. .head-popper-item:nth-child(2){i{background-image:url("~static/images/client/component/head-jj-icon6.png");} }
  242. .head-popper-item:nth-child(3){i{background-image:url("~static/images/client/component/head-jj-icon7.png");} }
  243. .head-popper-item:nth-child(4){i{background-image:url("~static/images/client/component/head-jj-icon8.png");} }
  244. .head-popper-item:nth-child(5){i{background-image:url("~static/images/client/component/head-jj-icon9.png");} }
  245. .head-popper-item:nth-child(6){i{background-image:url("~static/images/client/component/head-jj-icon10.png");} }
  246. .head-popper-item:nth-child(7){i{background-image:url("~static/images/client/component/head-jj-icon11.png");} }
  247. }
  248. }
  249. /* 免费注册 二级菜单 */
  250. .system-popper-box{
  251. width: 450px;margin-top: 12px!important;
  252. .head-popper-item{width: 50%;margin: 16px auto;}
  253. .head-popper-item:nth-child(1){i{background-image:url("~static/images/client/component/head-exam-icon.png");} }
  254. .head-popper-item:nth-child(2){i{background-image:url("~static/images/client/component/head-train-icon.png");} }
  255. }
  256. /* 网站头部导栏 - 面包屑 */
  257. .client-breadcrumb-box {
  258. width: 1260px;
  259. font-size: 16px;
  260. margin: 24px auto;
  261. .st-breadcrumb{
  262. margin-left: 24px;
  263. a:last-child{
  264. .breadcrumb-div::after{display: none;}
  265. }
  266. }
  267. .st-breadcrumb-item {display: inline-block;vertical-align: middle;color: #4a73fd;text-decoration: none;}
  268. .st-breadcrumb-item:hover {cursor: pointer;}
  269. .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);
  270. background-image: url("~static/images/client/component/breadcrumb-icon.svg");background-repeat: no-repeat;background-position: center;}
  271. .breadcrumb-div{display: inline-block;vertical-align: middle;}
  272. .st-breadcrumb-item-last {display: inline-block;text-decoration: none;color: #333;vertical-align: middle;}
  273. .st-breadcrumb-item-last:hover {cursor: default;}
  274. // IE11兼容写法
  275. @media all and (-ms-high-contrast:none) {
  276. *::-ms-backdrop, .st-breadcrumb-item-last { margin-left: -10px;}
  277. }
  278. // IE10兼容写法
  279. @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  280. .st-breadcrumb-item-last { margin-left: -10px;}
  281. }
  282. }
  283. /**************** 网站内容 ****************/
  284. /* 网站标题 */
  285. .client-title{
  286. @include setFontStyle(10);color: #333;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. // 一行副标题
  296. .client-subtitle-one-row{
  297. @include setFontStyle(-2);color: #565656;margin: 40px 0 ;text-align: center;
  298. }
  299. .client-subtitle-title-big{
  300. 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;
  301. @media (max-width: 768px){width: 100%;text-align: justify;margin-top: 24px;padding: 0;@include setFontStyle(-6);line-height: 24px;}
  302. }
  303. /* 网站通用按钮 */
  304. .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;}
  305. .client-default-Btn:hover{background: #2249C9;cursor: pointer;}
  306. // 白色
  307. .client-default-white-Btn{display: block;@include setFontStyle(-4);background: #fff;color: #2B5CFD;border-radius: 4px;transition: .3s all linear;text-align: center;}
  308. .client-default-white-Btn:hover{background: #fff;cursor: pointer;}
  309. // 免费试用按钮
  310. .free-trial-default-btn{
  311. width: 238px;height: 40px;line-height: 40px;margin: 40px auto 0;display: block;@include setFontStyle(-4);background: #3e7ee7;
  312. color: rgba(255, 255, 255, 0.85);border-radius: 4px;transition: .3s all linear;text-align: center;
  313. @media (max-width: 768px){width: 122px;height: 35px;line-height: 35px;margin: 16px auto 28px;}
  314. }
  315. .free-trial-default-btn:hover{cursor: pointer;}
  316. /* 网站底部footer */
  317. .client-footer{
  318. background: #1E2534;padding-bottom: 50px;
  319. //footer内容区域
  320. .contact-box{
  321. padding-top: 40px;
  322. .contact-left-box{
  323. display: inline-block;
  324. dl{display: inline-block;margin-right: 48px;margin-bottom: 40px;vertical-align: top;}
  325. dt{@include setFontStyle(-4);color: #FFFFFF;margin-bottom: 24px;}
  326. dd,dd a{@include setFontStyle(-6);color: rgba(255,255,255,0.64);margin-bottom: 8px;}
  327. dd:hover,dd a:hover{color: rgba(255,255,255,0.85);cursor: pointer}
  328. // 二维码
  329. .two-code-box{position: relative;}
  330. .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; }
  331. .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; }
  332. .two-code-box:hover{
  333. cursor: default;
  334. .two-dimensional-code{display: block;}
  335. .two-dimensional-code:before{display: block;}
  336. }
  337. }
  338. .contact-right-box{
  339. //width: 170px;
  340. float: right;
  341. .right-sw-box{
  342. margin-right: 24px;
  343. h4{@include setFontStyle(-4);color: #FFFFFF;margin-bottom: 16px;text-align: center}
  344. img{width: 100px}
  345. }
  346. div{display: inline-block}
  347. h3{@include setFontStyle(4);color: #FFF;margin-bottom: 16px;}
  348. p{@include setFontStyle(-6);color: rgba(255,255,255,0.64);margin-bottom: 8px;}
  349. a{@include setFontStyle(-6);color: #2B5CFD;}
  350. a:hover{cursor: pointer;}
  351. }
  352. }
  353. //友情链接区域
  354. .link-box{
  355. border-top: 1px solid #333B4C;
  356. border-right: 0;
  357. border-left: 0;
  358. padding: 32px 0;
  359. h4{@include setFontStyle(-4);color: #FFF;float: left;margin-right: 48px;line-height: 22px;}
  360. .link-a-box{
  361. margin-left: 114px;
  362. line-height: 22px;
  363. a{@include setFontStyle(-6);color: rgba(255,255,255,0.54);display:inline-block;margin-right: 32px;white-space: nowrap;}
  364. a:hover{color: rgba(255,255,255,0.85);cursor: pointer;}
  365. }
  366. }
  367. //底部版权
  368. h5{@include setFontStyle(-8);color: #B8B8B8;text-align: center;padding: 16px 0 24px;border-top: 1px solid #333B4C;}
  369. @media (max-width: 768px) {
  370. .phone-footer-box {
  371. margin-bottom: 70px;
  372. text-align: center;padding: 20px 0;
  373. a,p{@include setFontStyle(-10);color: #fff;padding: 6px 0}
  374. a{display: block}
  375. }
  376. }
  377. }
  378. /* 网站分页 */
  379. .client-el-pagination{text-align: center;margin-top: 36px}
  380. /* 网站通用详情页布局 */
  381. .client-details-page{
  382. background: #f9faff;
  383. width: 100%;
  384. padding: 24px 0;
  385. // 时间人数
  386. .details-visits-box{
  387. margin-bottom: 16px;
  388. 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");}
  389. i[type="visits"]{background-image: url("~static/images/client/newsInfor/newsInfor-details-visits.svg");}
  390. span{@include setFontStyle(-6);display:inline-block;color: #666;margin-right: 60px;vertical-align: middle;}
  391. }
  392. //行业资讯详情外层box
  393. .client-details-box{
  394. width: 1260px;
  395. margin: 0 auto;
  396. padding: 24px;
  397. box-sizing: border-box;
  398. background: #FFFFFF;
  399. border-radius: 8px;
  400. }
  401. // 行业资讯详情
  402. .client-details-wrap{
  403. width: 820px;
  404. display: inline-block;
  405. padding-right: 24px;
  406. border-right:1px solid #DCE0E8;
  407. box-sizing: border-box;
  408. vertical-align: top;
  409. >h1{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 16px;}
  410. //内容区域
  411. .client-content-box{
  412. min-height: calc(100vh - 587px);
  413. line-height: 24px;
  414. color: rgba(0,0,0,0.64);
  415. @include setFontStyle(-6);
  416. margin-bottom: 70px;
  417. p{line-height: 22px;}
  418. img{max-width: 100%;}
  419. h1,h2,h3,h4,h5,h6,p{margin-bottom: 10px;}
  420. }
  421. // 上一篇下一篇
  422. .client-details-pagination{
  423. a{max-width: 45%;float: left;@include setFontStyle(-4);color: rgba(43,92,253,0.85);display: inline-block;@include single-line-ellipsis;}
  424. a:last-child{margin-left: 10%;float: right;}
  425. a:hover{color: #1648EE;cursor: pointer}
  426. }
  427. }
  428. // 最新新闻
  429. .latest-news-box{
  430. width: 300px;
  431. padding-left: 24px;
  432. display: inline-block;
  433. vertical-align: top;
  434. h4{@include setFontStyle(-4);color: rgba(0,0,0,0.85);margin-bottom: 16px;}
  435. .latest-news-list{
  436. li{margin-bottom: 24px}
  437. a{width: 100%;@include setFontStyle(-4);display:inline-block;color: rgba(43,92,253,0.65);margin-bottom: 8px;@include single-line-ellipsis;}
  438. a:hover{color: rgba(43,92,253,0.85);cursor: pointer}
  439. }
  440. // 时间人数
  441. .details-visits-box span{margin-right: 24px;}
  442. }
  443. @media (max-width: 768px) {
  444. padding: 0;
  445. // 时间人数
  446. .details-visits-box{
  447. margin-bottom: 36px;text-align: center;
  448. i{width: 16px;height: 16px;margin-right: 6px;background-size: cover;}
  449. span{@include setFontStyle(-8);margin-right: 24px;line-height: 12px;}
  450. }
  451. //行业资讯详情外层box
  452. .client-details-box{width: 100%;}
  453. // 行业资讯详情
  454. .client-details-wrap{
  455. width: 100%;border: 0;padding-right:0;
  456. >h1{@include setFontStyle(-4);margin: 16px 0;text-align: center;font-weight: bolder;}
  457. //内容区域
  458. .client-content-box{
  459. min-height:unset;
  460. }
  461. // 上一篇下一篇按钮
  462. .client-details-pagination a{border: 1px solid rgba(43, 92, 253, 0.85);padding: 4px 12px;border-radius: 4px;}
  463. }
  464. }
  465. }
  466. /* 网站通用轮播 */
  467. /*.client-industry-information{
  468. background-image: url("~static/images/client/index/index-industry-bg.png");
  469. background-position: center;
  470. padding-bottom: 80px;
  471. // 标题
  472. .client-title{
  473. color: #fff;
  474. }
  475. // 轮播
  476. .information-carousel-box{
  477. width: 100%;
  478. overflow: hidden;
  479. }
  480. // 轮播组件
  481. .el-carousel--horizontal{
  482. overflow: visible;
  483. }
  484. .el-carousel{
  485. width: 1000px;
  486. margin: 0 auto;
  487. margin-top: 48px;
  488. .el-carousel__container{width: 640px;height: 320px;margin: 0 auto;position: relative;}
  489. }
  490. .el-carousel__item{
  491. width: 640px;
  492. background: #FFFFFF;
  493. border-radius: 8px;
  494. .industry-img-box{width: 50%;height: 320px;float: left;background-repeat: no-repeat;background-size: cover;}
  495. .industry-content-box{
  496. height: inherit;margin-left: 50%;padding:32px;box-sizing: border-box;position: relative;
  497. 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;}
  498. 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;}
  499. a{width: 132px;height: 32px;line-height:32px;position: absolute;bottom: 32px;}
  500. }
  501. }
  502. !*.el-carousel__item.is-active{
  503. .industry-img-box{width: 50%;}
  504. .industry-content-box{margin-left: 50%;}
  505. }*!
  506. // 左右按钮
  507. .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);}
  508. // 左箭头
  509. .el-carousel__arrow--left{left:-200px;}
  510. // 右箭头
  511. .el-carousel__arrow--right{right:-200px;}
  512. // 指示器
  513. .el-carousel__indicators{display: none}
  514. }*/
  515. /* 网站通用弹窗-申请方案 */
  516. .application-scheme-dialog{
  517. .el-dialog{width: 610px;border-radius: 8px;}
  518. .el-dialog__body{
  519. padding: 30px 120px 60px;
  520. >i{width:213px;height:92px;display: block;background-image: url("~static/images/client/course/course-dialog-img.png");margin: 0 auto;}
  521. p{@include setFontStyle(-2);color: rgba(0,0,0,0.85);text-align: center;margin:24px 0 36px;}
  522. span{@include setFontStyle(-6);color: rgba(0,0,0,0.65);}
  523. a{@include setFontStyle(-6);color: #2B5CFD;float: right;}
  524. // 申请注册按钮
  525. .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;}
  526. }
  527. // 输入框上下间距
  528. .el-form-item{margin-bottom: 24px}
  529. // 输入框左右间距
  530. .el-input .el-input__inner{padding: 0 15px 0 35px;}
  531. //输入框图标
  532. .dialog-input-tel:after,.dialog-input-code:after{width: 16px;height: 16px;content: "";display: inline-block;position: absolute;top: 12px;left: 12px;}
  533. .dialog-input-tel:after{background-image: url("~static/images/client/course/course-dialog-icon1.svg");}
  534. .dialog-input-code:after{background-image: url("~static/images/client/course/course-dialog-icon2.svg");}
  535. // 输入框-验证码
  536. .dialog-input-code{width: calc(100% - 132px);}
  537. .dialog-code-btn.el-button{width:120px;box-sizing:border-box;padding: 12px 15px;margin-left: 8px;}
  538. // 滑块px
  539. .nc-container{
  540. .nc_wrapper{width:100%!important;margin-bottom: 24px;border-radius: 4px;overflow: hidden;}
  541. .nc_scale{
  542. .btn_slide{color: #fff;}
  543. span{width:50px;background: #3893FE;border-radius: 0 4px 4px 0;border: 1px solid transparent;}
  544. }
  545. }
  546. }
  547. /* 网站通用弹窗-视频播放 */
  548. .course-video-dialog{
  549. .el-dialog{width: 940px;border-radius: 8px;}
  550. .el-dialog__body{padding: 14px 40px 80px;}
  551. // 标题
  552. .el-dialog__title{@include setFontStyle(-2);color: rgba(0,0,0,0.85);}
  553. // 视频
  554. .course-video-box{width: 100%;height: 480px;}
  555. p{@include setFontStyle(-4);color: rgba(0,0,0,0.65);margin-top: 16px;line-height: 22px}
  556. @media (max-width: 768px){
  557. .el-dialog{width: 90%;border-radius: 8px;margin: 0 5%;}
  558. .el-dialog__body{padding: 0 16px;}
  559. // 视频
  560. .course-video-box{height: 180px;}
  561. p{@include setFontStyle(-6);padding: 10px 0 16px;margin: 0}
  562. }
  563. }
  564. /* 首页行业学习详情页-通用部分 */
  565. // banner
  566. .industrydetails-banner{
  567. width: 100%;
  568. height: 400px;
  569. background-color:#042D85;
  570. position: relative;
  571. .industrydetails-banner-box{width:inherit;height:inherit;background-position-x: center;background-repeat: no-repeat;}
  572. .free-trial-default-btn{position: absolute;top:280px;left: 50%;margin-left: -119px;}
  573. @media (max-width: 768px){
  574. height: 150px;
  575. .industrydetails-banner-box{background-size: cover;}
  576. .free-trial-default-btn{top:95px;margin-left: -61px;}
  577. }
  578. }
  579. // 发展现状
  580. .industrydetails-develop-box{
  581. .client-container{padding: 48px 0 80px;text-align: center;}
  582. 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;}
  583. img{display: inline-block;vertical-align: middle;}
  584. @media (max-width: 768px){
  585. .client-container{padding: 16px 30px 48px;display: flex;flex-direction: column-reverse;}
  586. p{width: 100%;display: block;@include setFontStyle(-6);color: rgba(85, 85, 85, 1);line-height: 24px;margin-right: 0;}
  587. img{max-width: 100%;display: block;vertical-align:unset;margin-bottom: 16px;}
  588. }
  589. }
  590. // 产品和服务
  591. .products-services-box{
  592. width: 100%;display: inline-block;
  593. // 头部图片
  594. img{width: 640px;height: 485px;float: right;}
  595. // 内容区域
  596. .products-services-content{
  597. width: 520px;
  598. float: right;
  599. padding: 110px 12px 0;
  600. box-sizing: border-box;
  601. margin: 0 20px;
  602. @include setFontStyle(-6);
  603. h5{@include setFontStyle(4);color: rgba(0,0,0,0.85);}
  604. i{width:50px;height:5px;display: block;background: #3e7ce7;margin: 24px 0;}
  605. p{line-height: 24px;color: rgba(0,0,0,0.65);margin-bottom: 56px;text-align: justify;}
  606. .p-before-circle{margin-bottom: 6px;}
  607. .p-before-circle:before{
  608. content: '';
  609. width: 6px;
  610. height: 6px;
  611. display: inline-block;
  612. border-radius: 3px;
  613. margin-right: 8px;
  614. background: #3e7ce7;
  615. vertical-align: middle;
  616. }
  617. .client-btn-box{margin: 40px 0}
  618. .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;}
  619. .client-default-white-Btn{background: #fff;color: #3e7ce7;}
  620. a,div.client-default-Btn{margin-right: 24px}
  621. span.client-default-Btn{background: #fff;color: #3e7ce7;margin-right: 0;}
  622. }
  623. @media (max-width: 768px){
  624. // 头部图片
  625. img{width: 100%;height: auto;float: none;}
  626. // 内容区域
  627. .products-services-content{
  628. width: 100%;float: none;padding: 0 10px;margin: 0;
  629. @include setFontStyle(-6);
  630. h5{@include setFontStyle(-6);font-weight: 700;color: rgba(0, 0, 0, 1);}
  631. i{width:34px;height:3px;margin: 10px 0;}
  632. p{margin-bottom: 30px;color: rgba(85, 85, 85, 1);}
  633. .client-btn-box{text-align: center;margin:40px 0;}
  634. .client-default-Btn,.client-default-white-Btn{width: 120px;height: 35px;line-height: 35px;}
  635. a,div.client-default-Btn{margin-right: 16px}
  636. }
  637. }
  638. }
  639. .products-contrary-box{
  640. // 头部图片
  641. img{float: left;}
  642. // 内容区域
  643. .products-services-content{float: right;}
  644. }
  645. // 考试平台和培训平台样式--多下边线
  646. .platform-products-services{
  647. li:not(:last-child){border-bottom:1px solid #eee; }
  648. }
  649. // 详情页内容
  650. .industrydetails-content{
  651. li{margin-bottom: 16px;}
  652. 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;}
  653. h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 24px;text-align: center;}
  654. p{@include setFontStyle(-5);color: rgba(0,0,0,0.65);line-height: 22px;text-align: left;}
  655. @media (max-width: 768px) {
  656. li{margin-bottom: 10px;}
  657. i{width: 10px;height: 10px;margin-right: 8px;margin-top: 8px;}
  658. h5{@include setFontStyle(-4);color: rgba(255, 255, 255, 1);margin-bottom: 16px;text-align: center;font-weight: 700;}
  659. p{@include setFontStyle(-6);color: rgba(255, 255, 255, 1);line-height: 24px;text-align: justify;}
  660. }
  661. }
  662. // 通用平台-新闻资讯样式
  663. .platform-news-information{
  664. padding-bottom: 80px;
  665. background: #f8f8f8;
  666. ul{margin-top: 48px;}
  667. li{
  668. width: 50%;display: inline-block;vertical-align: top;
  669. div{margin: 10px;padding:10px 10px 10px 0;border-bottom:1px dashed #666;}
  670. img{width: 190px;height: 118px;float: left;margin-right: 24px;}
  671. h4{@include setFontStyle(-2);color: rgba(0, 0, 0, 0.85);@include single-line-ellipsis;margin-bottom: 8px;}
  672. h4:hover{color: #3e7ce7;cursor: pointer;}
  673. span{display: block;@include setFontStyle(-6);color: rgba(0, 0, 0, 0.65);margin-bottom: 8px;}
  674. p{@include setFontStyle(-6);height: 66px;line-height: 22px;color: rgba(0, 0, 0, 0.65);@include multi-line-ellipsis(3);}
  675. }
  676. }
  677. // 页面内部导航菜单(课程开发和客户案例)
  678. .platform-menu-ul{
  679. display: block;
  680. margin: 0 auto;
  681. text-align: center;
  682. background: #F7F9FB;
  683. 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}
  684. li.active{color: #2B5CFD;background-image: linear-gradient(270deg, #FFFFFF 0%, #F4F6FF 100%);}
  685. li:hover{
  686. transform: scale(1.1);
  687. }
  688. @media (max-width: 768px){
  689. background: #fff;margin: 20px 0 0;
  690. 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);
  691. color: rgb(0, 102, 204);background: #fff;box-shadow: 0 2px 4px 0 rgba(43,92,253,0.16);box-sizing: border-box}
  692. li.active{color: #fff;background: rgb(0, 102, 204);}
  693. li:hover{transform: none;}
  694. }
  695. }
  696. /* 页面课程列表 */
  697. .course-learn-box{
  698. // video列表
  699. .learn-box-list{
  700. margin: 54px -16px 0;
  701. li{
  702. width: 33.33%;display: inline-block;text-align: center;
  703. a{display: none;}
  704. div{background: #fff;border-radius: 8px;margin: 0 16px 40px;}
  705. span{width:342px;height:192px;display: inline-block;margin-top: 16px;border-radius:4px;overflow: hidden;position: relative}
  706. i{width: 48px;height: 48px;cursor: pointer;background-image: url("~static/images/client/course/course-video-icon.svg");display: inline-block;position: absolute;
  707. left: 50%;margin-left: -24px;z-index: 5;top: 50%;margin-top: -24px;background-size: cover;background-position: bottom;transition: all 0.5s;}
  708. img{transition: all 0.5s;}
  709. p{@include setFontStyle(-4);color: rgba(0,0,0,0.65);padding: 24px 0 24px;}
  710. }
  711. li span:hover{img{transform: scale(1.1);}}
  712. li i:hover{background-image: url("~static/images/client/course/course-video-icon-a.svg");background-size: cover;background-position: bottom;}
  713. }
  714. @media (max-width: 768px){
  715. margin: 0 6%;
  716. // video列表
  717. .learn-box-list{
  718. margin: 12px 0;
  719. li{
  720. width: 100%;margin-bottom: 20px;
  721. div{margin: 0;padding: 0;box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 6px -1px;border-radius:0;}
  722. span{width: 100%;height: 180px;margin-top: 0;border-radius:0;}
  723. img{width: 100%;}
  724. p{padding: 20px 0 20px;@include setFontStyle(-6);color: #101010;}
  725. }
  726. }
  727. }
  728. }
  729. /* 底部跳转 */
  730. .bottom-btn-box{
  731. height: 80px;position: fixed;bottom: 0;left: 0;right: 0;font-size: 0;background: #fff;z-index: 99999;border-top: 1px solid #ccc;
  732. li{width: 50%;margin: 0;padding: 0;}
  733. .el-menu {
  734. box-sizing: border-box;
  735. padding: 10px;
  736. height: 80px;
  737. display: flex;
  738. justify-content: space-between;
  739. }
  740. .el-menu-item {
  741. a{width: 100%;height: 40px;line-height: 40px;display: inline-block;text-align: center;font-size: 13px;color: #333; border: 1px solid #00b96b;border-radius: 8px ;}
  742. }
  743. li:nth-child(1){
  744. margin-right: 20px;
  745. }
  746. li:nth-child(2) a {color:#fff;background: #00b96b; span{color: #fff;}}
  747. i{width:22px;height: 22px;background-size:cover;display: inline-block;margin: 0 auto 3px;}
  748. span{color: #333;}
  749. li:nth-child(1) i{background-image: url("~static/images/icons/dianhua.svg");}
  750. li:nth-child(2) i{background-image: url("~static/images/icons/zixun.svg");}
  751. li.is-active span{color: #2881db;}
  752. li.is-active:nth-child(1) i{background-image: url("~static/images/icons/dianhua-a.svg");}
  753. li.is-active:nth-child(2) i{background-image: url("~static/images/icons/zixun-a.svg");}
  754. }
  755. /********************************* 麦塔栅格**********************************/
  756. /*
  757. 栅格说明:
  758. 1.网站内容区域1200px;
  759. 2.手机端<=768
  760. 3.pad-------------------(769---992---1200)
  761. pad768*1024(手机样式)
  762. pad1024*1366(pad样式)
  763. 4.pc---1200以上
  764. */
  765. // 大于768的隐藏
  766. @media screen and (min-width: 769px) {
  767. .mta-hidden-sm{display: none!important;}
  768. }
  769. // 小于769的隐藏
  770. @media screen and (max-width: 769px) {
  771. .mta-hidden-xs{display: none!important;}
  772. // 提示框
  773. .phone-message-box{
  774. width: 88%;min-width: unset;top: 35% !important;display: block;text-align: center;padding: 36px 0;
  775. .el-message__icon{margin-bottom: 20px;}
  776. .el-message__icon:before{font-size: 50px;}
  777. }
  778. }
  779. /********************************* 麦塔移动端组件**********************************/
  780. @media (max-width: 768px) {
  781. // 移动端点击a标签背景变色bug修复
  782. a{-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  783. -webkit-user-select: none;
  784. -moz-user-focus: none;
  785. -moz-user-select: none;}
  786. }
  787. /*************************** banner img *******************************/
  788. // 首页
  789. client-banner-box.client-banner-index {
  790. height: 810px;
  791. }
  792. // 其他
  793. .client-banner-box {
  794. height: 730px;
  795. width: 100%;
  796. .client-container {
  797. position: relative;
  798. }
  799. div.client-platform-banner {
  800. height: 730px;
  801. background-repeat: no-repeat;
  802. background-position: center;
  803. background-size: cover;
  804. .banner-btn-groups {
  805. position: absolute;
  806. width: auto;
  807. height: auto;
  808. left: 50%;
  809. top: 460px;
  810. transform: translate(-50%);
  811. }
  812. }
  813. @media (max-width: 768px) {
  814. width: 100%;
  815. height: auto;
  816. >div.client-platform-banner {
  817. width: 100%;
  818. height: 200px;
  819. background-size: cover;
  820. background-position: center;
  821. background-repeat: no-repeat;
  822. }
  823. }
  824. }
  825. /***************************** 解决方案 子页面 三个 video *************/
  826. .client-anli-box {
  827. height: 600px;
  828. h4 {
  829. font-size: 30px;
  830. color: #333;
  831. margin-top: 80px;
  832. margin-bottom: 40px;
  833. font-weight: 800;
  834. text-align: center;
  835. }
  836. p {
  837. font-size: 18px;
  838. font-weight: 500;
  839. text-align: center;
  840. line-height: 36px;
  841. width: 1000px;
  842. margin: 0 auto 78px;
  843. }
  844. ul {
  845. display: flex;
  846. li {
  847. width: 33%;
  848. >div {
  849. margin-right: 80px;
  850. }
  851. &:last-child {
  852. >div {
  853. margin-right: 0;
  854. }
  855. }
  856. }
  857. }
  858. }
  859. @media (max-width: 768px) {
  860. .client-anli-box {
  861. height: 50%;
  862. margin-bottom: 10%;
  863. h4 {
  864. font-size: 18px;
  865. color: #333;
  866. margin-top: 8%;
  867. margin-bottom: 4%;
  868. font-weight: 800;
  869. text-align: center;
  870. }
  871. p {
  872. font-size: 14px;
  873. font-weight: 500;
  874. text-align: center;
  875. line-height: 1.5;
  876. width: 100%;
  877. margin: 0 auto 5%;
  878. }
  879. ul {
  880. display: flex;
  881. flex-direction: column;
  882. li {
  883. width: 100%;
  884. >div {
  885. margin-right: 0;
  886. margin-bottom: 5%;
  887. }
  888. &:last-child {
  889. >div {
  890. margin-bottom: 0;
  891. }
  892. }
  893. }
  894. }
  895. }
  896. }
  897. /**************************** 解决方案 现状 *************************/
  898. .client-xianzhuang-box {
  899. background-image: url("~static/gangweiIcon/z90.png");
  900. width: 100%;
  901. height: 560px;
  902. margin-top: 150px;
  903. background-position: center;
  904. background-repeat: no-repeat;
  905. background-size: contain;
  906. h4 {
  907. font-size: 30px;
  908. color: #333;
  909. margin-top: 120px;
  910. margin-bottom: 40px;
  911. font-weight: 800;
  912. text-align: center;
  913. }
  914. p {
  915. font-size: 18px;
  916. font-weight: 500;
  917. text-align: center;
  918. line-height: 36px;
  919. width: 1000px;
  920. margin: 0 auto;
  921. }
  922. }
  923. @media (max-width: 768px) {
  924. .client-xianzhuang-box {
  925. margin-top: 50px;
  926. background-image: none;
  927. width: 100%;
  928. height: 30%;
  929. background-position: center;
  930. background-repeat: no-repeat;
  931. background-size: contain;
  932. h4 {
  933. font-size: 18px;
  934. color: #333;
  935. margin-top: 10%;
  936. margin-bottom: 40px;
  937. font-weight: 800;
  938. text-align: center;
  939. }
  940. p {
  941. font-size: 14px;
  942. font-weight: 500;
  943. text-align: center;
  944. line-height: 1.5;
  945. width: 100%;
  946. margin: 0 auto;
  947. }
  948. }
  949. }
  950. /**************************** 解决方案 痛点 ************************/
  951. .client-tongdian-box {
  952. h4 {
  953. font-size: 30px;
  954. color: #333;
  955. margin-top: 80px;
  956. margin-bottom: 40px;
  957. font-weight: 800;
  958. text-align: center;
  959. }
  960. ul {
  961. display: flex;
  962. justify-content: center;
  963. li {
  964. div {
  965. margin: 0 51px 0 0;
  966. width: 380px;
  967. height: 280px;
  968. background-size: contain;
  969. background-repeat: no-repeat;
  970. background-position: center;
  971. text-align: center;
  972. i {
  973. width: 110px;
  974. height: 88px;
  975. margin-top: 50px;
  976. display: inline-block;
  977. background-size: contain;
  978. background-repeat: no-repeat;
  979. background-position: center;
  980. }
  981. p {
  982. text-align: center;
  983. color: #fffefe;
  984. font-size: 18px;
  985. font-weight: 800;
  986. line-height: 30px;
  987. width: 220px;
  988. margin: 20px auto 0;
  989. }
  990. }
  991. }
  992. }
  993. }
  994. @media (max-width: 768px) {
  995. .client-tongdian-box {
  996. h4 {
  997. font-size: 18px;
  998. color: #333;
  999. margin-top: 10%;
  1000. margin-bottom: 3%;
  1001. font-weight: 800;
  1002. text-align: center;
  1003. }
  1004. ul {
  1005. display: flex;
  1006. flex-direction: column;
  1007. li {
  1008. padding: 10px;
  1009. border: 1px solid #ccc;
  1010. border-radius: 8px;
  1011. margin-bottom: 10px;
  1012. div {
  1013. margin: 0 20px 0 0;
  1014. width: 100%;
  1015. height: auto;
  1016. background-size: contain;
  1017. background-repeat: no-repeat;
  1018. background-position: center;
  1019. text-align: center;
  1020. display: flex;
  1021. justify-content: flex-start;
  1022. i {
  1023. width: 90px;
  1024. height: 90px;
  1025. margin-top: 3%;
  1026. background-color: #ccc;
  1027. display: inline-block;
  1028. background-size: contain;
  1029. background-repeat: no-repeat;
  1030. background-position: center;
  1031. }
  1032. p {
  1033. text-align: left;
  1034. color: #333;
  1035. font-size: 14px;
  1036. font-weight: 500;
  1037. line-height: 1.5;
  1038. width: 80%;
  1039. margin: 20px 0 0 20px;
  1040. }
  1041. }
  1042. }
  1043. }
  1044. }
  1045. }
  1046. /**************************** 按钮组 申请方案+在线咨询、免费使用+在线咨询 **************************/
  1047. .btn-groups.center {
  1048. margin-top: 60px;
  1049. text-align: center;
  1050. margin-bottom: 120px;
  1051. .btn-item {
  1052. margin-right: 20px;
  1053. }
  1054. }
  1055. @media (max-width: 768px) {
  1056. .btn-groups.center {
  1057. margin-top: 10%;
  1058. margin-bottom: 10%;
  1059. }
  1060. }
  1061. /******************************* 万人高并发 客户案例 **************************************/
  1062. .client-kehuanli-box.experience-swiper-box{
  1063. margin-top: 16px;
  1064. margin-bottom: 20px;
  1065. .experience-content-box{
  1066. height: 295px;box-shadow:none;padding: 16px;box-sizing: border-box;margin: 0 4% 40px;
  1067. .anli-content {
  1068. h3{ text-align: center; font-weight: 800; font-size: 18px;margin-top: 10px;}
  1069. p{font-weight: 400;color: #333; font-size: 14px;
  1070. -webkit-line-clamp:3;
  1071. text-overflow: ellipsis;
  1072. -o-text-overflow: ellipsis;
  1073. overflow: hidden;
  1074. word-wrap: break-word;
  1075. display: -webkit-box;
  1076. white-space: normal !important;
  1077. -webkit-box-orient: vertical;}
  1078. img {
  1079. width: 100%;
  1080. height: 200px;
  1081. }
  1082. }
  1083. }
  1084. // 分页
  1085. .swiper-pagination-style {width: 76px;margin-left: -30px;bottom:25px;}
  1086. // 左右滑动
  1087. .experience-swiper-tip{margin: 0 auto; font-size: 14px; font-weight: 400; text-align: center}
  1088. }
  1089. /****************************** 青谷解决方案 ******************************************/
  1090. .client-fangan-box {
  1091. h4 {
  1092. font-size: 30px;
  1093. color: #333;
  1094. margin-top: 80px;
  1095. margin-bottom: 40px;
  1096. font-weight: 800;
  1097. text-align: center;
  1098. }
  1099. .btn-groups {
  1100. margin-top: 50px;
  1101. }
  1102. @media (max-width: 768px){
  1103. h4 {
  1104. font-size: 18px;
  1105. color: #333;
  1106. margin-top: 30px;
  1107. margin-bottom: 40px;
  1108. font-weight: 800;
  1109. text-align: center;
  1110. }
  1111. .btn-groups {
  1112. margin-top: 30px;
  1113. }
  1114. }
  1115. }