邃芒官网(PC) https://www.metavatar.cc
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

2252 line
66 KiB

  1. <template>
  2. <div class="Box" id="top">
  3. <div class="module_1">
  4. <video
  5. ref="video"
  6. src="https://video.metavatar.cc/sv/4aaaaa5e-18832dbb5e6/4aaaaa5e-18832dbb5e6.mp4"
  7. width="100%"
  8. height="100%"
  9. autoplay
  10. muted="muted"
  11. loop="loop"
  12. />
  13. <div class="titleBox">
  14. <div class="title_item1" v-if="characters == 1">
  15. 打造企业自主数字人IP 数字资产增值价值
  16. </div>
  17. <div class="title_item3" style="margin-top: 5px" v-if="characters == 1">
  18. 实时创作 帮助您快速定义形象
  19. </div>
  20. <div class="title_item3" style="margin-top: 5px" v-if="characters == 1">
  21. 自由生成 超真实,超写实,风格化多种风格
  22. </div>
  23. <div class="title_item3" style="margin-top: 5px" v-if="characters == 1">
  24. 不同性别 多人种 分身化身随心创造
  25. </div>
  26. <div class="title_item1_y" v-if="characters != 1">
  27. Explore the possibilities of Virtual Human IP, Empower your business
  28. with digital assets
  29. </div>
  30. <div class="title_item3" v-if="characters != 1">
  31. Effortless Character Variety: Rapidly Create and Customize
  32. Ultra-Realistic, Stylized, or Tailored Characters with Our Automated
  33. System
  34. </div>
  35. <div class="title_item3" v-if="false">
  36. Automatic creation process, speed up character defined from months to
  37. hours
  38. </div>
  39. <div class="title_item3" v-if="false">
  40. Diversity character types, ultra-realistic, stylized or customized
  41. freely
  42. </div>
  43. <div class="title_btn" @click="showBox">
  44. {{ characters == 1 ? "立刻体验" : "Try it now" }}
  45. </div>
  46. </div>
  47. <div class="md1" id="md1"></div>
  48. </div>
  49. <div class="module_2" id="module_2" :class="characters != 1 ? 'mb10' : ''">
  50. <div class="characters_l">
  51. <div class="titleBox">
  52. <div class="title">
  53. {{ characters == 1 ? "多模态驱动" : "Multimodal AI manipulation" }}
  54. </div>
  55. </div>
  56. <div class="ctnBox">
  57. <div class="title_ctn1">
  58. {{
  59. characters == 1
  60. ? "用户仅需输入文字或语音,即可实现智能全自动的内容生产(AIGC)"
  61. : "Multimodal Input: Seamlessly Manipulate Virtual Humans through Text and Audio in Multiple Languages"
  62. }}
  63. </div>
  64. <div class="title_ctn1">
  65. {{
  66. characters == 1
  67. ? "呈现出色的真实感和流畅度,卓越的自然度,自动辨认支持多语言"
  68. : "Unleash Realism with Metavatar AlGC: High-Resolution, Naturally Vivid Character Movements"
  69. }}
  70. </div>
  71. <div
  72. v-if="characters != 1"
  73. class="title_ctn1"
  74. style="margin-bottom: 50px"
  75. >
  76. {{
  77. "Bring new intelligence experience for user far more exciting than ever in few minutes"
  78. }}
  79. </div>
  80. </div>
  81. </div>
  82. <div class="characters_2">
  83. <div class="titleBox">
  84. <div class="title">
  85. {{ characters == 1 ? "中之人驱动" : "“中の人”manipulation" }}
  86. </div>
  87. </div>
  88. <div class="ctnBox">
  89. <div class="title_ctn1">
  90. {{
  91. characters == 1
  92. ? "用户通过输入视频,即可快速替换各种背景下的视频,短片,影视剧人物"
  93. : 'Elevating Vtuber Manipulation with "中の人" Capability for Unmatched Expression'
  94. }}
  95. </div>
  96. <div class="title_ctn1">
  97. {{
  98. characters == 1
  99. ? "实现数字内容生产大幅节省成本提高生产效率,提供丰富的体验"
  100. : "On-Demand Video Generation and Content Broadcasting for Complex Cases"
  101. }}
  102. </div>
  103. <div
  104. v-if="characters != 1"
  105. class="title_ctn1"
  106. style="margin-bottom: 20px"
  107. >
  108. {{
  109. "Cost-Saving and Extendable User Experience for Digital Content Production"
  110. }}
  111. </div>
  112. </div>
  113. </div>
  114. </div>
  115. <div class="module_3" id="module_3">
  116. <div class="imgBox1" @click="goSetVedio(isPlayed)">
  117. <img
  118. v-if="isPlayed"
  119. class="play"
  120. src="https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/play.png"
  121. title="click to play"
  122. />
  123. <img
  124. v-else
  125. class="play"
  126. src="https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/pause.png"
  127. title="click to pause"
  128. />
  129. <video
  130. ref="videoII"
  131. src="https://video.metavatar.cc/sv/3564ae64-18841d254a8/3564ae64-18841d254a8.mp4"
  132. />
  133. </div>
  134. <!-- <div class="imgBox2">
  135. <img src="https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/module_3_2.png" alt />
  136. </div> -->
  137. <div class="imgBox2" @click="goSetVedio2(isPlayed2)">
  138. <img
  139. v-if="isPlayed2"
  140. class="play"
  141. style="left: 42%"
  142. src="https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/play.png"
  143. title="click to play"
  144. />
  145. <img
  146. v-else
  147. class="play"
  148. style="left: 42%"
  149. src="https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/pause.png"
  150. title="click to pause"
  151. />
  152. <video
  153. ref="videoIII"
  154. src="https://video.metavatar.cc/sv/549c903-18843089e4c/549c903-18843089e4c.mp4"
  155. />
  156. </div>
  157. </div>
  158. <div class="module_4" id="module_4">
  159. <div class="btnBox1">
  160. <div class="btnText" @click="showBox">
  161. {{ characters == 1 ? "立刻体验" : "Try it now" }}
  162. </div>
  163. </div>
  164. <div class="btnBox2">
  165. <div class="btnText" @click="showBox">
  166. {{ characters == 1 ? "立刻体验" : "Try it now" }}
  167. </div>
  168. </div>
  169. </div>
  170. <div class="module_7">
  171. <div class="fillBox">
  172. <div class="title">
  173. {{
  174. characters == 1
  175. ? "超写实数字人的互动全新体验"
  176. : "A new interactive experience of hyper-realistic digital people"
  177. }}
  178. </div>
  179. <div class="hintBox">
  180. <div class="triangle"></div>
  181. <div class="news1">
  182. {{ characters == 1 ? "你好,我是XXXX" : "Hello, I'm XXXX" }}
  183. </div>
  184. </div>
  185. <div class="hintBox_1">
  186. <div class="triangle"></div>
  187. <div class="news1">
  188. {{
  189. characters == 1
  190. ? "你会说英语吗?Avrli"
  191. : "Do you speak English? Avrli"
  192. }}
  193. </div>
  194. </div>
  195. <div class="hintBox">
  196. <div class="triangle"></div>
  197. <div class="news1">
  198. Which one would you like--this one or that one
  199. </div>
  200. </div>
  201. <div class="hintBox_1">
  202. <div class="triangle"></div>
  203. <div class="news1">
  204. {{
  205. characters == 1
  206. ? "你会说英语吗?Avrli"
  207. : "Do you speak English? Avrli"
  208. }}
  209. </div>
  210. </div>
  211. <div class="hintBox">
  212. <div class="triangle"></div>
  213. <div class="news1">
  214. {{
  215. characters == 1
  216. ? "据北京市气象局消息,丰台、石景山有雷阵雨天气"
  217. : "According to the Beijing Meteorological Bureau,"
  218. }}
  219. </div>
  220. </div>
  221. <div class="bnt_look" @click="showBox">
  222. {{ characters == 1 ? "立刻体验" : "Try it now" }}
  223. </div>
  224. </div>
  225. </div>
  226. <div :class="characters == 1 ? 'module_5_0' : 'module_5_1'" id="Technology">
  227. <img
  228. src="https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/module_5_bg3.png"
  229. alt=""
  230. />
  231. <!-- <img src="https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/module_5_bg_cut.png" alt="" /> -->
  232. <div :class="characters == 1 ? 'titleBox' : 'titleBox1'">
  233. <div class="title">
  234. {{
  235. characters == 1
  236. ? "Metavatar 核心技术"
  237. : "Metavatar Key Technologies"
  238. }}
  239. </div>
  240. <div class="paragraph">
  241. {{
  242. characters == 1
  243. ? "Metavatar是邃芒科技自主研发的自动化数字人平台,基于GAN、Stable Diffusion、NeRF和多模态合成技术,结合NLP和知识图谱能力,实现了数字人全链路的智能全自动内容生产(AIGC)。Metavatar平台能够无需人工干预,自动创建形象、驱动数字人、生成视频,并实现智能交互的全流程。"
  244. : 'Metavatar is an automated digital human platform developed by a talented group of engineers and researchers. It leverages advanced technologies like GAN (Generative Adversarial Network), Stable Diffusion, NeRF (Neural Radiation Field), multimodal synthesis, NLP, and knowledge graph capabilities. This powerful AI-driven platform enables automatic generation of high-resolution virtual digital humans, known as "digital twins," with the ability to be easily manipulated and interacted with intelligently. '
  245. }}
  246. </div>
  247. <div class="paragraph">
  248. {{
  249. characters == 1
  250. ? "Metavatar实时创造高分辨率的虚拟数字人形象和数字分身,并支持自由编辑和风格化。它不仅能通过语音、文字、视频等多种方式驱动数字人,生成实时的高质量视频内容,还通过先进技术手段降低前端算力需求,解决直播等实时场景的复杂问题。用户可以灵活利用Metavatar的功能,生成多样化的内容,满足其需求。"
  251. : "Users can experience a seamless and fully automated process of character creation, manipulation, and intelligent interaction without any manual intervention. Metavatar offers flexible editing options, allowing users to freely modify symbolized characters and generate generative images, videos, and broadcasts."
  252. }}
  253. </div>
  254. <div class="paragraph">
  255. {{
  256. characters == 1
  257. ? "Metavatar赋予数字人智能交互的能力,通过语音、文字和用户的互动,使生成的形象具备智能化。它能够协助处理实际业务中的问题,并帮助完成各种场景任务。用户可以通过与数字人的互动,获得个性化的服务和解决方案,提高工作效率和用户体验。"
  258. : "Not only does Metavatar provide real-time, high-quality video content generation through various input methods like voice, text, and video, but it also ensures compatibility and cost efficiency, particularly in complex scenarios such as live broadcasting. By reducing the computing power required at the front-end, Metavatar makes generative digital humans affordable and accessible."
  259. }}
  260. </div>
  261. <div class="paragraph" v-if="characters != 1">
  262. {{
  263. "Moreover, Metavatar empowers digital humans with interactive abilities, enabling them to intelligently interact with users and assist in solving real-world business problems and completing tasks."
  264. }}
  265. </div>
  266. <div class="read_btn" @click="showBox">
  267. {{ characters == 1 ? "了解详情" : "Read more" }}
  268. </div>
  269. </div>
  270. <div class="md1" id="Solutions"></div>
  271. </div>
  272. <div class="module_6" id="module_6">
  273. <div class="title">
  274. {{
  275. characters == 1
  276. ? "丰富的场景解决方案"
  277. : "Metavatar solutions for variety use cases"
  278. }}
  279. </div>
  280. <div class="imgBox">
  281. <div
  282. class="itemBox"
  283. v-for="(item, index) in module_6_data"
  284. :key="index"
  285. >
  286. <img :src="item.url" alt />
  287. <p class="title">{{ characters == 1 ? item.name : item.name_y }}</p>
  288. <p :class="characters == 1 ? 'des' : 'des_y'">
  289. {{ characters == 1 ? item.des : item.des_y }}
  290. </p>
  291. </div>
  292. </div>
  293. </div>
  294. <!-- -------------------------------------------------------------- -->
  295. <!-- <div class="module_8" id="Cases">
  296. <div class="title">SELECTED CASES</div>
  297. <div class="title_1">{{ characters == 1 ? '经典案例' : '' }}</div>
  298. <div class="xian"></div>
  299. <div class="swiper-container">
  300. <div class="swiper-wrapper">
  301. <div class="swiper-slide" v-for="(item, index) in carouselLsit" :key="index">
  302. <img class="swiper-slide-img" :src="item.url" />
  303. </div>
  304. </div>
  305. <div class="swiper-button-prev"></div>
  306. <div class="swiper-button-next"></div>
  307. </div>
  308. <div class="tiktok">
  309. {{ characters == 1 ? 'tiktok直播Rilloky' : 'tiktokRilloky' }}
  310. </div>
  311. <div class="tiktok_ctn">
  312. {{
  313. characters == 1
  314. ? '随着元宇宙概念的升温,数字艺人开始广泛的出现在公众面前为人们所习惯。邃芒科技的AI养成路线,致力于打造超写实虚'
  315. : "With the warming of the concept of meta-universe, digital artists begin to appear widely in front of the public, and people are used to it. Jia Mang Technology's AI"
  316. }}
  317. </div>
  318. </div> -->
  319. <div class="module_9" id="aboutUs">
  320. <div class="weBox">
  321. <div class="weText">
  322. <div class="conBox">
  323. <div class="title_h" v-if="characters == 1">关于我们</div>
  324. <div class="title" v-if="characters != 1">About Us</div>
  325. <!-- <div :class="characters == 1 ? 'ctn1' : 'ctn'">
  326. {{
  327. characters == 1
  328. ? "北京邃芒科技公司正式成立于2021年8月,团队组建于2018年10月。"
  329. : "Metavatar is founded in August 2021, the team built up in year 2018. "
  330. }}
  331. </div> -->
  332. <div
  333. :class="characters == 1 ? 'ctn_c1' : 'ctn_c'"
  334. :style="characters == 1 ? 'margin-top: 30px' : ''"
  335. >
  336. {{
  337. characters == 1
  338. ? `北京邃芒科技公司正式成立于2021年8月,团队组建于2018年10月。`
  339. : "Metavatar is founded in August 2021, the team built up in year 2018. "
  340. }}
  341. </div>
  342. <div :class="characters == 1 ? 'ctn_c1' : 'ctn_c'">
  343. {{
  344. characters == 1
  345. ? `通过3年迭代形成AIGC技术为基础的数字人全生产流程,拥有业界顶尖AI形象生成和驱动技术,积累了独有的亚洲超现实数字人数据资产,已成功商用于工业级影视、品牌商和直播。团队均来自科研机构及一流院所,拥有来自悉尼科技大学, 北邮,中科院,清华的博士硕士团队和行业内一流人才,硕博士占比 > 60%。并在人工智能顶级会议和期刊上发表文章十余篇,包括CVPR、ICCV、ECCV、 ACMMM、TIP、TNNLS等,人工智能顶级竞赛中斩获多项人脸、人体感知竞赛冠军,拥有自主的知识产权和专利两项。`
  346. : "Over the past three years, Metavatar has continuously evolved its production process for digital humans, leveraging cutting-edge AI technology. With our industry-leading AI image generation and driving technology, we have amassed a distinctive collection of Asian surreal digital human data assets. These assets have proven successful in industrial-grade film and television productions, brand ownership, and live broadcasting.Our team comprises highly skilled professionals from esteemed scientific research institutions and top-tier universities such as UTS, BUPT, CAS, Tsinghua University. Our talented team members possess advanced degrees, including PhDs and Masters, and are recognized as first-class talents within the industry."
  347. }}
  348. </div>
  349. <!-- style="white-space: pre-wrap" 可用于解析""内的 \n -->
  350. <div :class="characters == 1 ? 'ctn_c1' : 'ctn_c'">
  351. {{
  352. characters == 1
  353. ? `邃芒科技专注虚拟数字人,提供未来世界数字形象巨量需求的生产力与能力,依靠技术与商业双轮驱动为用户打开元宇宙大门。`
  354. : "Metavatar is poised to lead the digital human sector, catering to the future metaverse's massive requirements. Our vision is to become a key player, driving innovation and delivering customer value in this transformative landscape."
  355. }}
  356. </div>
  357. <!-- <div :class="characters == 1 ? 'ctn_c1' : 'ctn_c'">
  358. {{
  359. characters == 1
  360. ? "邃芒科技专注虚拟数字人,提供未来世界数字形象巨量需求的生产力与能力,依靠技术与商业双轮驱动为用户打开元宇宙大门。"
  361. : "Metavatar focus on digital human sector, provides capability of producing the massive amount requirements for the future metaverse. Vision to be the first level company as a KEY to knock out the door of metaverse; Developing the leading technology and create customer value along the way."
  362. }}
  363. </div> -->
  364. </div>
  365. </div>
  366. <img
  367. src="https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/me.png"
  368. alt
  369. class="weImg"
  370. />
  371. </div>
  372. <div class="timeBox">
  373. <div class="xian"></div>
  374. <!-- ---------------------------------------------- -->
  375. <!-- <div class="timeF">
  376. <div
  377. class="itemBox"
  378. @mouseenter="enterSwiper(index)"
  379. @mouseleave="leaveSwiper"
  380. :class="swiperIndex == index ? 'hoverBox' : ''"
  381. v-for="(item, index) in timeLsit"
  382. :key="index"
  383. @click="timeFlag = index">
  384. <div class="timeText">{{ item.title }}</div>
  385. <div class="ImgBox">
  386. <div class="circle"></div>
  387. </div>
  388. <div class="ctn">
  389. {{ characters == 1 ? item.ctn1 : item.ctn1_y }}
  390. </div>
  391. <div class="ctn">
  392. {{ characters == 1 ? item.ctn2 : item.ctn2_y }}
  393. </div>
  394. </div>
  395. </div> -->
  396. <!-- ----------------------------------------------------- -->
  397. <div class="timeF">
  398. <div class="swiper-container">
  399. <div class="swiper-wrapper">
  400. <div
  401. class="swiper-slide itemBox"
  402. v-for="(item, index) in timeLsit"
  403. :key="index"
  404. >
  405. <div class="timeText">
  406. {{ characters == 1 ? item.title : item.title_y }}
  407. </div>
  408. <div class="ImgBox">
  409. <div class="circle"></div>
  410. </div>
  411. <div class="ctn">
  412. {{ characters == 1 ? item.ctn1 : item.ctn1_y }}
  413. </div>
  414. <div class="ctn">
  415. {{ characters == 1 ? item.ctn2 : item.ctn2_y }}
  416. </div>
  417. </div>
  418. </div>
  419. </div>
  420. <div class="swiper-button-prev"></div>
  421. <div class="swiper-button-next"></div>
  422. </div>
  423. </div>
  424. <div class="cooperationBox" v-if="characters == 1">
  425. <div class="titleBox">
  426. <div class="title">PARTNER</div>
  427. <div class="title_h" v-if="characters == 1">合作伙伴</div>
  428. </div>
  429. </div>
  430. <div class="cooperation" v-if="characters == 1">
  431. <div
  432. class="cooperationItem"
  433. v-for="(item, index) in partnerLsit"
  434. :key="index"
  435. >
  436. <img :src="item.url" />
  437. </div>
  438. </div>
  439. </div>
  440. <el-dialog
  441. :title="
  442. characters == 1
  443. ? '留下您的信息,我们会尽快与您取得联系'
  444. : 'Tell us about yourself, we ll be in touch right away.'
  445. "
  446. :visible.sync="dialogVisible"
  447. width="34%"
  448. >
  449. <el-form
  450. ref="form"
  451. :rules="characters == 1 ? rules : rulesEnglish"
  452. :model="form"
  453. >
  454. <el-form-item class="width" prop="name">
  455. <el-input
  456. v-model="form.name"
  457. maxlength="10"
  458. :placeholder="characters == 1 ? '姓名' : 'Name'"
  459. ></el-input>
  460. </el-form-item>
  461. <el-form-item class="width" prop="phone">
  462. <el-input
  463. v-model="form.phone"
  464. :placeholder="characters == 1 ? '手机' : 'Phone'"
  465. ></el-input>
  466. </el-form-item>
  467. <el-form-item class="width" prop="email">
  468. <el-input v-model="form.email" placeholder="Email"></el-input>
  469. </el-form-item>
  470. </el-form>
  471. <span slot="footer" class="dialog-footer">
  472. <el-button @click="dialogVisible = false">{{
  473. characters == 1 ? "取 消" : "Cancel"
  474. }}</el-button>
  475. <el-button type="primary" @click="submit()">{{
  476. characters == 1 ? "提 交" : "Submit"
  477. }}</el-button>
  478. </span>
  479. </el-dialog>
  480. </div>
  481. </template>
  482. <script>
  483. import "swiper/dist/js/swiper";
  484. import "swiper/dist/css/swiper.css";
  485. import Swiper from "swiper";
  486. // import { Swiper, SwiperSlide } from 'swiper';
  487. import { mapState, mapActions } from "vuex";
  488. export default {
  489. data() {
  490. return {
  491. isPlayed: true,
  492. isPlayed2: true,
  493. // 轮播图效果
  494. swiperIndex: 0,
  495. timer: null,
  496. //零时存放
  497. charactersMy: 1,
  498. languageLsit: [
  499. {
  500. name: "Cn",
  501. value: 1,
  502. url: "https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/cn.jpeg",
  503. },
  504. {
  505. name: "En",
  506. value: 2,
  507. url: "https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/en.jpg",
  508. },
  509. ],
  510. //
  511. userName: "",
  512. phone: "",
  513. email: "",
  514. form: {
  515. name: "",
  516. phone: "",
  517. email: "",
  518. },
  519. rules: {
  520. name: [
  521. {
  522. required: true,
  523. min: 1,
  524. max: 10,
  525. message: "此项必填,内容最大10个字符!",
  526. trigger: "blur",
  527. },
  528. ],
  529. phone: [
  530. {
  531. required: true,
  532. trigger: "change",
  533. message: "请先输手机号",
  534. trigger: "blur",
  535. },
  536. {
  537. validator(rule, value, callback, source, options) {
  538. var errors = [];
  539. // var mobile = /^1[0|1|2|3|4|5|6|7|8|9]\d{9}$/,
  540. let phone = /^1[35789]\d{9}$/;
  541. if (value && !phone.test(value)) {
  542. callback("抱歉,请输入正确的手机号");
  543. }
  544. callback(errors);
  545. },
  546. },
  547. ],
  548. email: [
  549. {
  550. required: true,
  551. trigger: "change",
  552. message: "请输入邮箱!",
  553. trigger: "blur",
  554. },
  555. {
  556. validator(rule, value, callback, source, options) {
  557. var errors = [];
  558. // var mobile = /^1[0|1|2|3|4|5|6|7|8|9]\d{9}$/,
  559. let email = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  560. if (value && !email.test(value)) {
  561. callback("抱歉,请输入正确的邮箱");
  562. }
  563. callback(errors);
  564. },
  565. },
  566. ],
  567. },
  568. rulesEnglish: {
  569. name: [
  570. {
  571. required: true,
  572. min: 1,
  573. max: 10,
  574. message: "This item is required !",
  575. trigger: "blur",
  576. },
  577. ],
  578. phone: [
  579. {
  580. required: true,
  581. trigger: "change",
  582. message: "Please enter your cell phone number",
  583. trigger: "blur",
  584. },
  585. {
  586. validator(rule, value, callback, source, options) {
  587. var errors = [];
  588. let phone = /^1[35789]\d{9}$/;
  589. if (value && !phone.test(value)) {
  590. callback("Sorry, please enter the correct cell phone number");
  591. }
  592. callback(errors);
  593. },
  594. },
  595. ],
  596. email: [
  597. {
  598. required: true,
  599. trigger: "change",
  600. message: "Please enter email!",
  601. trigger: "blur",
  602. },
  603. {
  604. validator(rule, value, callback, source, options) {
  605. var errors = [];
  606. let email = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  607. if (value && !email.test(value)) {
  608. callback("Sorry, please enter the correct email address");
  609. }
  610. callback(errors);
  611. },
  612. },
  613. ],
  614. },
  615. // characters: 1, //1=》中文 2=》英文
  616. timeFlag: 5,
  617. dialogVisible: false,
  618. module_6_data: [
  619. {
  620. url: "https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/demo_4.png",
  621. name: "教育",
  622. name_y: "Education",
  623. des: "创新和丰富的学习体验",
  624. des_y: "Innovative & Enrichinng the learning experience",
  625. },
  626. {
  627. url: "https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/demo_3.png",
  628. name: "金融",
  629. name_y: "Finance",
  630. des: "加强客户服务,通过新颖的互动方式与客户搭建沟通桥梁",
  631. des_y:
  632. "Enhancing Customer Service and Engaging Client Relations with Interactive Solutions",
  633. },
  634. {
  635. url: "https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/demo_5.png",
  636. name: " 电商",
  637. name_y: "E-commerce",
  638. des: "7*24全天候数字员工线上销售和品牌推广",
  639. des_y: "24/7 Online Employee Sales and Brand Promotionn",
  640. },
  641. {
  642. url: "https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/demo_7.png",
  643. name: "零售与品牌",
  644. name_y: "Retail",
  645. des: "数字广告代言人以前所未有的方式打造品牌",
  646. des_y: "Reinventing Branding with Digital Ad Endorsers",
  647. },
  648. {
  649. url: "https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/demo_1.png",
  650. name: "技术服务",
  651. name_y: "Avatar Tech Provider",
  652. des: "可以将创造的数字人形象、行为和全部交互轻松的部署到自己的应用服务中",
  653. des_y:
  654. "Empowering Applications with Metavatar's Avatar Creation, Manipulation, and Interactive Capabilities",
  655. },
  656. {
  657. url: "https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/demo_2.png",
  658. name: "娱乐",
  659. name_y: "Entertainment",
  660. des: "让您在元宇宙中拥有时尚靓丽的数字孪生",
  661. des_y:
  662. "Elevating the Excitement with Digital Twins, Stylish Visuals, and Stunning Avatars in the Metaverse",
  663. },
  664. {
  665. url: "https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/demo_6.png",
  666. name: "影视特效 ",
  667. name_y: "Special Effects",
  668. des: "通过Ai技术在电影特效中使用虚拟角色,极大的提高了效率,加强视觉效果",
  669. des_y:
  670. "Revolutionizing Movie Special Effects with AI-Powered Avatars for Enhanced Production",
  671. },
  672. {
  673. url: "https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/demo_8.png",
  674. name: "公共服务与信息域国防支撑",
  675. name_y: "Public Sector",
  676. des: "当人们需要帮助和助手时,数字公共服务人员24*7随时为您的繁重工作待命",
  677. des_y:
  678. "24/7 Virtual Public Service Employees for Efficient Assistance and Support",
  679. },
  680. ],
  681. carouselLsit: [
  682. {
  683. url: "https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/carousel1.png",
  684. },
  685. {
  686. url: "https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/carousel2.png",
  687. },
  688. {
  689. url: "https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/carousel3.png",
  690. },
  691. ],
  692. partnerLsit: [
  693. {
  694. url: "https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/partner1.png",
  695. path: "",
  696. },
  697. {
  698. url: "https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/partner2.png",
  699. path: "",
  700. },
  701. {
  702. url: "https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/partner3.png",
  703. path: "",
  704. },
  705. {
  706. url: "https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/partner4.png",
  707. path: "",
  708. },
  709. {
  710. url: "https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/partner5.png",
  711. path: "",
  712. },
  713. {
  714. url: "https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/partner6.png",
  715. path: "",
  716. },
  717. {
  718. url: "https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/partner7.png",
  719. path: "",
  720. },
  721. ],
  722. timeLsit: [
  723. {
  724. title: "2018年10月",
  725. title_y: "Oct 2018",
  726. ctn1_y: "Team built up in Oct. 2018",
  727. // ctn2_y: "Team built up in Oct. 2018",
  728. ctn1: "团队组建",
  729. // ctn2: "团队组建"
  730. },
  731. {
  732. url: "https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/carousel2.png",
  733. title: "2019年",
  734. title_y: "May 2019",
  735. ctn1_y: "Deliver the first movie project in May. 2019",
  736. // ctn2_y: "Deliver the first movie project in May. 2019",
  737. ctn1: "第一个影视特效 ",
  738. ctn2: "项目交付",
  739. },
  740. {
  741. url: "https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/carousel3.png",
  742. title: "2021年8月",
  743. title_y: "Aug 2021",
  744. ctn1_y: "Metavatar built up in Aug, 2021",
  745. // ctn2_y: "Metavatar built up in Aug, 2021",
  746. ctn1: "邃芒科技成立",
  747. // ctn2: "邃芒科技成立",
  748. },
  749. {
  750. url: "https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/carousel3.png",
  751. title: "2022年1月",
  752. title_y: "Jan 2022",
  753. ctn1_y: "Angel fund in Jan, 2022",
  754. // ctn2_y: "Angel fund in Jan, 2022",
  755. ctn1: "获得天使轮融资",
  756. // ctn2: "获得天使轮融资",
  757. },
  758. {
  759. url: "https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/carousel3.png",
  760. title: "2022年5月",
  761. title_y: "May 2022",
  762. ctn1_y: "Beta of MetaGene published in May,2022",
  763. // ctn2_y: "Beta of MetaGene published in May,2021",
  764. ctn1: "内部产品",
  765. ctn2: "MetaGene V1完成",
  766. },
  767. {
  768. url: "https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/carousel3.png",
  769. title: "2022年6月",
  770. title_y: "Jun 2022",
  771. ctn1_y:
  772. "Deliver the first project based on Magenta for our strategic partner in Jun,2022",
  773. // ctn2_y: "Beta of MetaGene published in May,2021",
  774. ctn1: "为战略合作伙伴新奥特",
  775. ctn2: "交付首个基于MetaGene的内容生产项目",
  776. },
  777. {
  778. url: "https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/carousel3.png",
  779. title: "2022年11月",
  780. title_y: "Dec 2022",
  781. ctn1_y:
  782. "MetaGene published, Metavatar runs from research to products stage in December 2022.",
  783. ctn1: "邃芒“慧”系列产品首款“慧生”研发完成,",
  784. ctn2: "标志邃芒从技术交付开始迈向产品阶段。",
  785. },
  786. {
  787. url: "https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/carousel3.png",
  788. title: "2023年3月",
  789. title_y: "Mar 2023",
  790. ctn1_y:
  791. "Built up Stable Diffusion pipline, Generative AI & text prompting, all metavatar digital human are much more intelligent.Beta of MetaNuver pulished in Mar 2023",
  792. ctn1: "邃芒开始全面拥抱stable diffusion,连接大模型,",
  793. ctn2: "所有数字人拥有智慧大脑。“慧影“beta研发完成。",
  794. },
  795. ],
  796. };
  797. },
  798. methods: {
  799. ...mapActions(["setCharacters"]),
  800. // 鼠标进入轮播图
  801. enterSwiper(index) {
  802. this.stopTimer();
  803. this.swiperIndex = index;
  804. },
  805. // 鼠标离开轮播图
  806. leaveSwiper() {
  807. this.startTimer();
  808. },
  809. // 轮播图自增
  810. startTimer() {
  811. let that = this;
  812. that.timer = setInterval(() => {
  813. that.swiperIndex++; // index 自增 1
  814. if (that.swiperIndex >= that.timeLsit.length) {
  815. that.swiperIndex = 0;
  816. }
  817. }, 1000); // 每 3 秒执行一次
  818. },
  819. // 清除定时器
  820. stopTimer() {
  821. clearInterval(this.timer); // 清除计时器
  822. },
  823. change(value) {
  824. console.log(value);
  825. this.setCharacters(value);
  826. },
  827. goSetVedio(flag) {
  828. if (flag) {
  829. this.$refs["videoII"].play();
  830. } else {
  831. this.$refs["videoII"].pause();
  832. }
  833. this.isPlayed = !flag;
  834. },
  835. goSetVedio2(flag) {
  836. if (flag) {
  837. this.$refs["videoIII"].play();
  838. } else {
  839. this.$refs["videoIII"].pause();
  840. }
  841. this.isPlayed2 = !flag;
  842. },
  843. showBox() {
  844. this.dialogVisible = true;
  845. },
  846. goPages(path) {
  847. this.$router.push(path);
  848. },
  849. goView(id) {
  850. document.querySelector("#" + id).scrollIntoView({
  851. behavior: "smooth", //定义动画过渡效果"auto"或 "smooth" 之一。默认为 "auto"。
  852. block: "start", //定义垂直方向的对齐, "start", "center", "end", 或 "nearest"之一。默认为 "start"。
  853. inline: "nearest", //"start", "center", "end", 或 "nearest"之一。默认为 "nearest"。
  854. });
  855. // console.log(document.querySelector(id),);
  856. },
  857. handleCommand(path) {
  858. this.$router.push(`/${path}`);
  859. },
  860. submit() {
  861. this.$refs.form.validate((valid) => {
  862. console.log(valid);
  863. if (valid) {
  864. let params = {
  865. mallName: this.form.email, //邮箱
  866. applicant: this.form.name, //姓名
  867. phone: this.form.phone, //电话
  868. };
  869. this.$axios({
  870. method: "post",
  871. url: "/C/api/wxMallApply/add",
  872. headers: {
  873. "Content-Type": "application/json;charset=UTF-8",
  874. },
  875. data: params,
  876. })
  877. .then((res) => {
  878. this.form.email = "";
  879. this.form.name = "";
  880. this.form.phone = "";
  881. this.$message.success(
  882. this.characters == 1 ? "提交成功" : "submit successfully"
  883. );
  884. this.dialogVisible = false;
  885. })
  886. .catch((err) => {
  887. this.$message.error(err.message);
  888. });
  889. }
  890. });
  891. },
  892. getLanguage() {
  893. const Browser_Agent = navigator.userAgent;
  894. // 浏览器为IE的情况
  895. if (Browser_Agent.indexOf(" MSIE ") != -1) {
  896. const a = navigator.browserLanguage;
  897. if (a != "zh-cn") {
  898. // 英文网站
  899. console.log("英文网站");
  900. this.setCharacters(2);
  901. }
  902. }
  903. // 浏览器非IE的情况
  904. else {
  905. const b = navigator.language;
  906. if (b != "zh-CN") {
  907. // 英文网站
  908. console.log("英文网站");
  909. this.setCharacters(2);
  910. }
  911. }
  912. // 获取当前网络ip地址
  913. this.$axios.get("https://ipv4.icanhazip.com/").then(async (res) => {
  914. let ip = res.data;
  915. // 获取当前ip地址首字段
  916. console.log("ip地址为", ip);
  917. });
  918. },
  919. },
  920. computed: {
  921. ...mapState({
  922. characters: (state) => state.publicObj.characters,
  923. view: (state) => state.publicObj.view,
  924. }),
  925. },
  926. mounted() {
  927. // 在组件挂载后开始计时器
  928. this.startTimer();
  929. // console.log();
  930. new Swiper(".swiper-container", {
  931. // slidesPerView: 6,
  932. // spaceBetween: 30,
  933. // centeredSlides: true,
  934. // loop: true,
  935. // autoplay: true,
  936. // loopFillGroupWithBlank: true,
  937. // slidesPerGroup: 1,
  938. // loopedSlides: 5,
  939. slidesPerView: 6,
  940. spaceBetween: 30,
  941. loop: false,
  942. autoplay: { disableOnInteraction: false }, // 解决点击按钮自动轮播失效问题
  943. // 如果需要分页器
  944. pagination: {
  945. el: ".swiper-pagination",
  946. clickable: true, // 分页器可以点击
  947. },
  948. // 如果需要前进后退按钮
  949. navigation: {
  950. nextEl: ".swiper-button-next",
  951. prevEl: ".swiper-button-prev",
  952. },
  953. // 如果需要滚动条
  954. scrollbar: {
  955. el: ".swiper-scrollbar",
  956. },
  957. });
  958. },
  959. created() {
  960. this.getLanguage();
  961. const goView = this.$route.query.goView;
  962. if (goView) {
  963. console.log(true);
  964. this.$nextTick(() => {
  965. this.goView(goView);
  966. });
  967. }
  968. },
  969. beforeDestroy() {
  970. // 在组件销毁前清除计时器
  971. this.stopTimer();
  972. },
  973. };
  974. </script>
  975. <style lang="scss" scoped>
  976. ::v-deep .el-form-item {
  977. // width: 300px;
  978. margin-bottom: 20px;
  979. }
  980. .Box {
  981. width: 100%;
  982. overflow: hidden;
  983. }
  984. .topBox {
  985. width: 90%;
  986. overflow: hidden;
  987. position: fixed;
  988. top: 0;
  989. left: 0;
  990. z-index: 1000;
  991. // background-color: rgba(255, 255, 255, 0.1);
  992. }
  993. .logoBox {
  994. margin-top: 35px;
  995. margin-left: 35px;
  996. margin-bottom: 35px;
  997. float: left;
  998. overflow: hidden;
  999. }
  1000. .logo {
  1001. float: left;
  1002. // width: 60px;
  1003. // height: 30px;
  1004. }
  1005. .logoTitle {
  1006. float: left;
  1007. line-height: 30px;
  1008. margin-left: 10px;
  1009. font-size: 22px;
  1010. }
  1011. .categoryBox {
  1012. height: 30px;
  1013. width: 600px;
  1014. float: left;
  1015. margin-top: 20px;
  1016. margin-left: 16%;
  1017. display: flex;
  1018. justify-content: space-between;
  1019. cursor: pointer;
  1020. }
  1021. .categoryitem {
  1022. width: 110px;
  1023. line-height: 30px;
  1024. color: #7d7d7d;
  1025. font-size: 15px;
  1026. // background-color: #16e9d6
  1027. }
  1028. .cutBox {
  1029. float: right;
  1030. margin-top: 35px;
  1031. margin-right: 50px;
  1032. overflow: hidden;
  1033. cursor: pointer;
  1034. }
  1035. .cutImg {
  1036. width: 30px;
  1037. height: 20px;
  1038. float: left;
  1039. margin-top: 10px;
  1040. margin-right: 10px;
  1041. }
  1042. .en {
  1043. float: left;
  1044. font-size: 15px;
  1045. }
  1046. .md1 {
  1047. position: absolute;
  1048. left: 0;
  1049. bottom: 0;
  1050. height: 70px;
  1051. width: 100%;
  1052. }
  1053. .module_1 {
  1054. width: 100%;
  1055. // height: 1080px;
  1056. // background-color: aquamarine;
  1057. // background-image: url("https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/bg.png");
  1058. background-repeat: no-repeat;
  1059. background-size: 100% 100%;
  1060. overflow: hidden;
  1061. position: relative;
  1062. margin-top: 80px;
  1063. background-color: #202020;
  1064. .titleBox {
  1065. width: 45%;
  1066. position: absolute;
  1067. top: 390px;
  1068. left: 190px;
  1069. overflow: hidden;
  1070. color: #fff;
  1071. .title_item1 {
  1072. margin-bottom: 30px;
  1073. font-size: 42px;
  1074. }
  1075. .title_item1_y {
  1076. margin-bottom: 30px;
  1077. font-size: 42px;
  1078. }
  1079. .title_item2 {
  1080. margin-bottom: 20px;
  1081. font-size: 42px;
  1082. }
  1083. .title_item3 {
  1084. font-size: 18px;
  1085. line-height: 30px;
  1086. }
  1087. .title_btn {
  1088. margin-top: 60px;
  1089. height: 60px;
  1090. width: 220px;
  1091. text-align: center;
  1092. line-height: 60px;
  1093. color: #fff;
  1094. border-radius: 40px;
  1095. border: #fff solid 3px;
  1096. font-size: 18px;
  1097. cursor: pointer;
  1098. transition: all 0.3s;
  1099. &:hover {
  1100. color: #16e9d6;
  1101. border: #16e9d6 solid 3px;
  1102. }
  1103. }
  1104. }
  1105. }
  1106. .module_2 {
  1107. overflow: hidden;
  1108. height: 260px;
  1109. background-color: #202020;
  1110. .characters_l {
  1111. width: 49%;
  1112. float: left;
  1113. height: 100%;
  1114. text-align: right;
  1115. .titleBox {
  1116. overflow: hidden;
  1117. }
  1118. .title {
  1119. margin-top: 50px;
  1120. font-size: 30px;
  1121. font-family: Source Han Sans CN;
  1122. font-weight: 400;
  1123. color: #cacaca;
  1124. padding-bottom: 26px;
  1125. border-bottom: 1px solid #16e9d6;
  1126. float: right;
  1127. }
  1128. .ctnBox {
  1129. margin-top: 30px;
  1130. .title_ctn1 {
  1131. font-size: 18px;
  1132. font-family: Microsoft YaHei;
  1133. font-weight: 400;
  1134. color: #7e7e7e;
  1135. margin-bottom: 8px;
  1136. }
  1137. }
  1138. }
  1139. .characters_2 {
  1140. width: 49%;
  1141. float: right;
  1142. height: 100%;
  1143. text-align: left;
  1144. .titleBox {
  1145. overflow: hidden;
  1146. .title {
  1147. margin-top: 50px;
  1148. font-size: 30px;
  1149. font-family: Source Han Sans CN;
  1150. font-weight: 400;
  1151. color: #cacaca;
  1152. padding-bottom: 26px;
  1153. border-bottom: 1px solid #16e9d6;
  1154. float: left;
  1155. }
  1156. }
  1157. .ctnBox {
  1158. margin-top: 30px;
  1159. .title_ctn1 {
  1160. font-size: 18px;
  1161. font-family: Microsoft YaHei;
  1162. font-weight: 400;
  1163. color: #7e7e7e;
  1164. margin-bottom: 8px;
  1165. }
  1166. }
  1167. }
  1168. }
  1169. .mb10 {
  1170. padding-bottom: 20px;
  1171. // margin-top: 40px;
  1172. }
  1173. .module_3 {
  1174. display: flex;
  1175. justify-content: space-between;
  1176. overflow: hidden;
  1177. background-color: #202020;
  1178. .imgBox1,
  1179. .imgBox2 {
  1180. background-color: #fff;
  1181. position: relative;
  1182. float: left;
  1183. width: 49%;
  1184. height: 570px;
  1185. cursor: pointer;
  1186. .play {
  1187. position: absolute;
  1188. top: 42%;
  1189. left: 50%;
  1190. transform: translate(-50%, -50%);
  1191. width: 100px;
  1192. height: 100px;
  1193. z-index: 99;
  1194. transition: all 0.3s;
  1195. transform: scale(10);
  1196. opacity: 0;
  1197. }
  1198. // background-color: #16e9d6;
  1199. video {
  1200. width: 100%;
  1201. height: 100%;
  1202. }
  1203. &:hover {
  1204. .play {
  1205. transform: scale(1);
  1206. opacity: 1;
  1207. }
  1208. }
  1209. }
  1210. .imgBox2 {
  1211. // width: 49%;
  1212. // height: 570px;
  1213. // float: right;
  1214. // // background-color: #16e9d6;
  1215. // img {
  1216. // width: 100%;
  1217. // height: 100%;
  1218. // }
  1219. }
  1220. }
  1221. .module_4 {
  1222. overflow: hidden;
  1223. background-color: #202020;
  1224. .btnBox1 {
  1225. width: 49%;
  1226. height: 180px;
  1227. float: left;
  1228. overflow: hidden;
  1229. position: relative;
  1230. .btnText {
  1231. cursor: pointer;
  1232. top: 0;
  1233. right: 0;
  1234. left: 0;
  1235. bottom: 0;
  1236. position: absolute;
  1237. margin: auto;
  1238. height: 60px;
  1239. width: 220px;
  1240. text-align: center;
  1241. line-height: 60px;
  1242. color: #16e9d6;
  1243. border-radius: 40px;
  1244. border: #16e9d6 solid 3px;
  1245. font-size: 16px;
  1246. transition: all 0.3s;
  1247. &:hover {
  1248. color: #fff;
  1249. background-color: #16e9d6;
  1250. }
  1251. }
  1252. }
  1253. .btnBox2 {
  1254. width: 49%;
  1255. height: 180px;
  1256. float: right;
  1257. overflow: hidden;
  1258. position: relative;
  1259. .btnText {
  1260. cursor: pointer;
  1261. top: 0;
  1262. right: 0;
  1263. left: 0;
  1264. bottom: 0;
  1265. position: absolute;
  1266. margin: auto;
  1267. height: 60px;
  1268. width: 220px;
  1269. text-align: center;
  1270. line-height: 60px;
  1271. color: #16e9d6;
  1272. border-radius: 40px;
  1273. border: #16e9d6 solid 3px;
  1274. font-size: 16px;
  1275. transition: all 0.3s;
  1276. &:hover {
  1277. color: #fff;
  1278. background-color: #16e9d6;
  1279. }
  1280. }
  1281. }
  1282. }
  1283. .module_5_0 {
  1284. position: relative;
  1285. transition: all 0.3s;
  1286. img {
  1287. position: absolute;
  1288. top: 0;
  1289. left: 40%;
  1290. z-index: 1;
  1291. max-width: 100%;
  1292. height: 100%;
  1293. transition: all 0.3s;
  1294. }
  1295. // height: 880px;
  1296. height: 760px;
  1297. background-color: #010101;
  1298. position: relative;
  1299. overflow: hidden;
  1300. // background-image: url("https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/module_5_bg1.png");
  1301. // background-image: url('https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/module_5_bg_cut.png');
  1302. background-repeat: no-repeat;
  1303. background-size: 92% 100%;
  1304. background-position: 166% 20%;
  1305. .titleBox {
  1306. position: absolute;
  1307. z-index: 2;
  1308. // position: absolute;
  1309. // top: 26%;
  1310. // left: 16%;
  1311. margin-left: 220px;
  1312. margin-top: 5%;
  1313. width: 680px;
  1314. .title {
  1315. font-size: 48px;
  1316. font-family: Inter;
  1317. font-weight: 600;
  1318. margin-bottom: 20px;
  1319. color: #fff;
  1320. }
  1321. .paragraph {
  1322. text-indent: 2em;
  1323. margin-bottom: 20px;
  1324. font-weight: 400;
  1325. color: #7e7e7e;
  1326. font-size: 18px;
  1327. font-family: Microsoft YaHei;
  1328. font-weight: 400;
  1329. line-height: 30px;
  1330. }
  1331. .read_btn {
  1332. margin-top: 76px;
  1333. height: 60px;
  1334. width: 220px;
  1335. text-align: center;
  1336. line-height: 60px;
  1337. color: #16e9d6;
  1338. border-radius: 40px;
  1339. border: #16e9d6 solid 3px;
  1340. font-size: 16px;
  1341. cursor: pointer;
  1342. transition: all 0.3s;
  1343. &:hover {
  1344. color: #fff;
  1345. background-color: #16e9d6;
  1346. }
  1347. }
  1348. }
  1349. .titleBox1 {
  1350. // position: absolute;
  1351. // top: 20%;
  1352. // left: 16%;
  1353. margin-left: 220px;
  1354. margin-top: 12%;
  1355. width: 680px;
  1356. .title {
  1357. font-size: 44px;
  1358. font-family: Inter;
  1359. font-weight: 600;
  1360. margin-bottom: 40px;
  1361. color: #fff;
  1362. }
  1363. .paragraph {
  1364. margin-bottom: 20px;
  1365. font-weight: 400;
  1366. color: #7e7e7e;
  1367. font-size: 14px;
  1368. font-family: Microsoft YaHei;
  1369. font-weight: 400;
  1370. line-height: 20px;
  1371. }
  1372. .read_btn {
  1373. margin-top: 36px;
  1374. height: 60px;
  1375. width: 220px;
  1376. text-align: center;
  1377. line-height: 60px;
  1378. color: #16e9d6;
  1379. border-radius: 40px;
  1380. border: #16e9d6 solid 3px;
  1381. font-size: 16px;
  1382. cursor: pointer;
  1383. }
  1384. }
  1385. }
  1386. .module_5_1 {
  1387. position: relative;
  1388. transition: all 0.3s;
  1389. img {
  1390. position: absolute;
  1391. top: 0;
  1392. left: 47%;
  1393. z-index: 1;
  1394. max-width: 100%;
  1395. height: 100%;
  1396. transition: all 0.3s;
  1397. }
  1398. // height: 880px;
  1399. height: 810px;
  1400. background-color: #010101;
  1401. position: relative;
  1402. overflow: hidden;
  1403. // background-image: url("https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/module_5_bg1.png");
  1404. // background-image: url('https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/module_5_bg_cut.png');
  1405. background-repeat: no-repeat;
  1406. background-size: 92% 100%;
  1407. background-position: 166% 20%;
  1408. .titleBox1 {
  1409. position: absolute;
  1410. z-index: 2;
  1411. // position: absolute;
  1412. // top: 26%;
  1413. // left: 16%;
  1414. margin-left: 220px;
  1415. margin-top: 5%;
  1416. width: 980px;
  1417. .title {
  1418. font-size: 48px;
  1419. font-family: Inter;
  1420. font-weight: 600;
  1421. margin-bottom: 20px;
  1422. color: #fff;
  1423. }
  1424. .paragraph {
  1425. margin-bottom: 20px;
  1426. font-weight: 400;
  1427. color: #7e7e7e;
  1428. font-size: 18px;
  1429. font-family: Microsoft YaHei;
  1430. font-weight: 400;
  1431. line-height: 30px;
  1432. }
  1433. .read_btn {
  1434. margin-top: 46px;
  1435. height: 60px;
  1436. width: 220px;
  1437. text-align: center;
  1438. line-height: 60px;
  1439. color: #16e9d6;
  1440. border-radius: 40px;
  1441. border: #16e9d6 solid 3px;
  1442. font-size: 16px;
  1443. cursor: pointer;
  1444. transition: all 0.3s;
  1445. &:hover {
  1446. color: #fff;
  1447. background-color: #16e9d6;
  1448. }
  1449. }
  1450. }
  1451. }
  1452. // .module_5_1 {
  1453. // position: relative;
  1454. // img {
  1455. // position: absolute;
  1456. // top: 0;
  1457. // left: 20%;
  1458. // z-index: 1;
  1459. // max-width: 100%;
  1460. // height: 100%;
  1461. // }
  1462. // // height: 880px;
  1463. // height: 880px;
  1464. // background-color: #010101;
  1465. // position: relative;
  1466. // overflow: hidden;
  1467. // // background-image: url("https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/module_5_bg1.png");
  1468. // // background-image: url('https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/module_5_bg_cut.png');
  1469. // background-repeat: no-repeat;
  1470. // background-size: 92% 100%;
  1471. // background-position: 166% 20%;
  1472. // .titleBox1 {
  1473. // position: absolute;
  1474. // z-index: 2;
  1475. // // left: 16%;
  1476. // margin-left: 220px;
  1477. // margin-top: 14%;
  1478. // width: 680px;
  1479. // .title {
  1480. // font-size: 48px;
  1481. // font-family: Inter;
  1482. // font-weight: 600;
  1483. // margin-bottom: 70px;
  1484. // color: #fff;
  1485. // }
  1486. // .paragraph {
  1487. // margin-bottom: 20px;
  1488. // font-weight: 400;
  1489. // color: #7e7e7e;
  1490. // font-size: 14px;
  1491. // font-family: Microsoft YaHei;
  1492. // font-weight: 400;
  1493. // line-height: 30px;
  1494. // }
  1495. // .read_btn {
  1496. // margin-top: 36px;
  1497. // height: 60px;
  1498. // width: 220px;
  1499. // text-align: center;
  1500. // line-height: 60px;
  1501. // color: #16e9d6;
  1502. // border-radius: 40px;
  1503. // border: #16e9d6 solid 3px;
  1504. // font-size: 16px;
  1505. // cursor: pointer;
  1506. // transition: all 0.3s;
  1507. // &:hover {
  1508. // color: #fff;
  1509. // background-color: #16e9d6;
  1510. // }
  1511. // }
  1512. // }
  1513. // .titleBox1 {
  1514. // // position: absolute;
  1515. // // top: 20%;
  1516. // // left: 16%;
  1517. // margin-left: 220px;
  1518. // margin-top: 12%;
  1519. // width: 680px;
  1520. // .title {
  1521. // font-size: 44px;
  1522. // font-family: Inter;
  1523. // font-weight: 600;
  1524. // margin-bottom: 40px;
  1525. // color: #fff;
  1526. // }
  1527. // .paragraph {
  1528. // margin-bottom: 20px;
  1529. // font-weight: 400;
  1530. // color: #7e7e7e;
  1531. // font-size: 14px;
  1532. // font-family: Microsoft YaHei;
  1533. // font-weight: 400;
  1534. // line-height: 20px;
  1535. // }
  1536. // .read_btn {
  1537. // margin-top: 36px;
  1538. // height: 60px;
  1539. // width: 220px;
  1540. // text-align: center;
  1541. // line-height: 60px;
  1542. // color: #16e9d6;
  1543. // border-radius: 40px;
  1544. // border: #16e9d6 solid 3px;
  1545. // font-size: 16px;
  1546. // cursor: pointer;
  1547. // transition: all 0.3s;
  1548. // &:hover {
  1549. // color: #fff;
  1550. // background-color: #16e9d6;
  1551. // }
  1552. // }
  1553. // }
  1554. // }
  1555. .module_6 {
  1556. margin-top: -100px;
  1557. height: 800px;
  1558. // height: 1080px;
  1559. background-color: #fff;
  1560. .title {
  1561. text-align: center;
  1562. font-size: 34px;
  1563. color: #000;
  1564. margin-top: 150px;
  1565. }
  1566. .imgBox {
  1567. width: 1280px;
  1568. height: 640px;
  1569. margin: 50px auto 0 auto;
  1570. display: flex;
  1571. flex-wrap: wrap;
  1572. .itemBox {
  1573. width: 25%;
  1574. height: 320px;
  1575. position: relative;
  1576. opacity: 0.8;
  1577. overflow: hidden;
  1578. transform: scale(0.9);
  1579. transition: all 0.3s;
  1580. cursor: pointer;
  1581. img {
  1582. width: 100%;
  1583. height: 100%;
  1584. }
  1585. .title {
  1586. position: absolute;
  1587. left: 0;
  1588. right: 0;
  1589. bottom: 14px;
  1590. margin: auto;
  1591. color: #fff;
  1592. width: 90%;
  1593. font-size: 20px;
  1594. font-family: Microsoft YaHei;
  1595. line-height: 24px;
  1596. font-weight: 400;
  1597. text-align: center;
  1598. transition: all 0.3s;
  1599. }
  1600. .des {
  1601. position: absolute;
  1602. left: 50%;
  1603. top: 50%;
  1604. width: 200px;
  1605. background-color: rgba(0, 0, 0, 0.2);
  1606. color: #fff;
  1607. opacity: 0;
  1608. transform: translate(-50%, -50%);
  1609. transition: all 0.3s;
  1610. padding: 15px;
  1611. font-size: 18px;
  1612. }
  1613. .des_y {
  1614. position: absolute;
  1615. left: 50%;
  1616. top: 50%;
  1617. font-size: 22px;
  1618. width: 240px;
  1619. background-color: rgba(0, 0, 0, 0.2);
  1620. color: #fff;
  1621. opacity: 0;
  1622. transform: translate(-50%, -50%);
  1623. transition: all 0.3s;
  1624. padding: 18px;
  1625. font-size: 18px;
  1626. }
  1627. &:hover {
  1628. border-radius: 10px;
  1629. transform: scale(1.05);
  1630. opacity: 1;
  1631. .title {
  1632. opacity: 0;
  1633. }
  1634. .des {
  1635. // font-size: 18px;
  1636. opacity: 1;
  1637. }
  1638. .des_y {
  1639. // font-size: 18px;
  1640. opacity: 1;
  1641. }
  1642. }
  1643. }
  1644. }
  1645. }
  1646. .module_7 {
  1647. height: 900px;
  1648. background-color: #f0f4f7;
  1649. position: relative;
  1650. background-image: url("https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/module_7_bg.png");
  1651. background-repeat: no-repeat;
  1652. background-size: 775px 1000px;
  1653. background-position: 10% 10%;
  1654. .fillBox {
  1655. position: absolute;
  1656. top: 90px;
  1657. left: 60%;
  1658. .title {
  1659. font-size: 24px;
  1660. margin-bottom: 30px;
  1661. }
  1662. .hintBox {
  1663. overflow: hidden;
  1664. margin-top: 46px;
  1665. .triangle {
  1666. width: 0;
  1667. height: 0;
  1668. border: 14px solid transparent;
  1669. border-right-color: #fff;
  1670. float: left;
  1671. margin-top: 20px;
  1672. transition: all 0.3s;
  1673. }
  1674. .news1 {
  1675. padding: 0 40px;
  1676. height: 68px;
  1677. background: #ffffff;
  1678. // box-shadow: -1px 2px 4px 0px rgba(1, 3, 5, 0.1);
  1679. border-radius: 12px;
  1680. font-size: 18px;
  1681. font-family: Inter;
  1682. font-weight: 400;
  1683. color: #232324;
  1684. line-height: 62px;
  1685. float: left;
  1686. transition: all 0.3s;
  1687. cursor: pointer;
  1688. }
  1689. }
  1690. .hintBox_1 {
  1691. overflow: hidden;
  1692. margin-top: 46px;
  1693. margin-left: 68px;
  1694. .triangle {
  1695. width: 0;
  1696. height: 0;
  1697. border: 14px solid transparent;
  1698. border-right-color: #fff;
  1699. float: left;
  1700. margin-top: 20px;
  1701. }
  1702. .news1 {
  1703. padding: 0 40px;
  1704. height: 68px;
  1705. background: #ffffff;
  1706. // box-shadow: -1px 2px 4px 0px rgba(1, 3, 5, 0.1);
  1707. border-radius: 12px;
  1708. font-size: 18px;
  1709. font-family: Inter;
  1710. font-weight: 400;
  1711. color: #232324;
  1712. line-height: 62px;
  1713. float: left;
  1714. cursor: pointer;
  1715. }
  1716. }
  1717. .bnt_look {
  1718. margin-top: 110px;
  1719. margin-left: 110px;
  1720. width: 241px;
  1721. height: 66px;
  1722. border: 2px solid #000000;
  1723. border-radius: 33px;
  1724. font-size: 16px;
  1725. font-family: Inter;
  1726. font-weight: 600;
  1727. color: #000000;
  1728. line-height: 62px;
  1729. text-align: center;
  1730. cursor: pointer;
  1731. transition: all 0.3s;
  1732. &:hover {
  1733. color: #16e9d6;
  1734. border: #16e9d6 solid 2px;
  1735. }
  1736. }
  1737. }
  1738. }
  1739. .module_8 {
  1740. height: 1080px;
  1741. background: #ffffff;
  1742. .title {
  1743. font-size: 30px;
  1744. font-family: Inter;
  1745. font-weight: 600;
  1746. color: #191919;
  1747. // line-height: 62px;
  1748. margin-top: 80px;
  1749. text-align: center;
  1750. // margin-bottom: 40px;
  1751. }
  1752. .title_1 {
  1753. text-align: center;
  1754. font-size: 24px;
  1755. font-family: Microsoft YaHei;
  1756. font-weight: 400;
  1757. color: #191919;
  1758. line-height: 62px;
  1759. height: 62px;
  1760. }
  1761. .xian {
  1762. width: 66px;
  1763. height: 3px;
  1764. background: #16e9d6;
  1765. margin: 0 auto;
  1766. margin-bottom: 60px;
  1767. }
  1768. .tiktok {
  1769. font-size: 18px;
  1770. font-family: Inter;
  1771. font-weight: 600;
  1772. color: #0f1114;
  1773. line-height: 62px;
  1774. text-align: center;
  1775. }
  1776. .tiktok_ctn {
  1777. width: 559px;
  1778. height: 44px;
  1779. font-size: 14px;
  1780. font-family: Inter;
  1781. font-weight: 400;
  1782. color: #797979;
  1783. line-height: 30px;
  1784. text-align: center;
  1785. margin: 0 auto;
  1786. }
  1787. }
  1788. .module_9 {
  1789. background-color: #d7d8de;
  1790. overflow: hidden;
  1791. .weBox {
  1792. margin-top: 70px;
  1793. margin-left: auto;
  1794. margin-right: auto;
  1795. margin-bottom: 70px;
  1796. width: 1300px;
  1797. height: 550px;
  1798. cursor: pointer;
  1799. transition: all 0.3s;
  1800. .weText {
  1801. width: 576px;
  1802. height: 530px;
  1803. background-color: #191919;
  1804. float: left;
  1805. // padding: 20px;
  1806. .conBox {
  1807. text-indent: 2em;
  1808. width: 520px;
  1809. padding: 20px 20px 0;
  1810. // margin: 20px 20px 100px 20px;
  1811. .title {
  1812. text-indent: 0em;
  1813. text-indent: 0em;
  1814. font-size: 30px;
  1815. font-family: Inter;
  1816. font-weight: 400;
  1817. color: #ffffff;
  1818. margin-bottom: -10px;
  1819. // line-height: 62px;
  1820. // text-align: right;
  1821. }
  1822. .title_h {
  1823. text-indent: 0em;
  1824. font-size: 30px;
  1825. font-family: Microsoft YaHei;
  1826. font-weight: 400;
  1827. color: #ffffff;
  1828. // text-align: right;
  1829. margin-bottom: 20px;
  1830. }
  1831. .ctn {
  1832. // width: 434px;
  1833. font-size: 12px;
  1834. font-family: Microsoft YaHei;
  1835. font-weight: 400;
  1836. color: #7e7e7e;
  1837. line-height: 24px;
  1838. margin-top: 10px;
  1839. }
  1840. .ctn1 {
  1841. width: 436px;
  1842. height: 222px;
  1843. font-size: 12px;
  1844. font-family: Microsoft YaHei;
  1845. font-weight: 400;
  1846. color: #7e7e7e;
  1847. line-height: 30px;
  1848. margin-top: 40px;
  1849. margin-left: auto;
  1850. margin-right: auto;
  1851. }
  1852. .ctn_c {
  1853. width: 100%;
  1854. text-indent: 0;
  1855. // width: 434px;
  1856. font-size: 16px;
  1857. font-family: Microsoft YaHei;
  1858. font-weight: 400;
  1859. color: #7e7e7e;
  1860. line-height: 22px;
  1861. margin-top: 20px;
  1862. }
  1863. .ctn_c1 {
  1864. // width: 436px;
  1865. // height: 222px;
  1866. width: 100%;
  1867. font-size: 16px;
  1868. font-family: Microsoft YaHei;
  1869. font-weight: 400;
  1870. color: #7e7e7e;
  1871. line-height: 30px;
  1872. margin-top: 20px;
  1873. // margin-left: auto;
  1874. // margin-right: auto;
  1875. }
  1876. }
  1877. }
  1878. .weImg {
  1879. width: 724px;
  1880. height: 530px;
  1881. float: left;
  1882. }
  1883. &:hover {
  1884. transform: scale(1.03);
  1885. }
  1886. }
  1887. .timeBox {
  1888. // overflow: hidden;
  1889. position: relative;
  1890. margin-bottom: 10px;
  1891. &:hover .swiper-button-prev {
  1892. opacity: 1;
  1893. border-radius: 50%;
  1894. background-color: #ccc;
  1895. }
  1896. &:hover .swiper-button-next {
  1897. opacity: 1;
  1898. border-radius: 50%;
  1899. background-color: #ccc;
  1900. }
  1901. }
  1902. .xian {
  1903. width: 100%;
  1904. height: 6px;
  1905. background: #ffffff;
  1906. opacity: 0.57;
  1907. position: absolute;
  1908. top: 97px;
  1909. left: 0;
  1910. }
  1911. .timeF {
  1912. position: relative;
  1913. ::v-deep .swiper-container {
  1914. margin-top: -20px;
  1915. width: 100%;
  1916. height: 350px !important;
  1917. padding-top: 20px !important;
  1918. }
  1919. ::v-deep .swiper-slide {
  1920. width: 189px !important;
  1921. height: 320px !important;
  1922. }
  1923. ::v-deep .swiper-button-next {
  1924. position: absolute;
  1925. top: 140px;
  1926. right: -80px;
  1927. width: 70px;
  1928. height: 70px;
  1929. opacity: 0;
  1930. background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  1931. transition: all 0.3s;
  1932. }
  1933. ::v-deep .swiper-button-prev {
  1934. position: absolute;
  1935. top: 140px;
  1936. left: -80px;
  1937. width: 70px;
  1938. height: 70px;
  1939. opacity: 0;
  1940. background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  1941. transition: all 0.3s;
  1942. // &:hover {
  1943. // opacity: 1;
  1944. // border-radius: 50%;
  1945. // background-color: #ccc;
  1946. // }
  1947. }
  1948. // ::v-deep .swiper-button-disabled {
  1949. // opacity: 0.5;
  1950. // }
  1951. width: 1300px;
  1952. display: flex;
  1953. margin: 0 auto;
  1954. justify-content: space-between;
  1955. .itemBox {
  1956. display: block;
  1957. width: 180px;
  1958. height: 250px;
  1959. border: 1px solid #ffffff;
  1960. opacity: 0.8;
  1961. border-radius: 24px;
  1962. background: #ffffff;
  1963. overflow: hidden;
  1964. cursor: pointer;
  1965. transition: all 0.3s;
  1966. .timeText {
  1967. // width: 200px;
  1968. font-size: 16px;
  1969. font-family: Inter;
  1970. font-weight: 600;
  1971. color: #313131;
  1972. line-height: 30px;
  1973. text-align: center;
  1974. margin-top: 28px;
  1975. // margin-bottom: 20px;
  1976. }
  1977. .ImgBox {
  1978. width: 23px;
  1979. height: 23px;
  1980. margin: 30px auto 10px auto;
  1981. // margin-bottom: 10px;
  1982. .circle {
  1983. width: 23px;
  1984. height: 23px;
  1985. background: url("https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/h.png");
  1986. background-size: cover;
  1987. background-repeat: no-repeat;
  1988. background-position: center;
  1989. background-position: center;
  1990. transform: scale(0.9);
  1991. transition: all 0.3s;
  1992. }
  1993. img {
  1994. width: 23px;
  1995. height: 23px;
  1996. }
  1997. }
  1998. .ctn {
  1999. width: 160px;
  2000. // height: 20px;
  2001. font-size: 12px;
  2002. font-family: Microsoft YaHei;
  2003. font-weight: 400;
  2004. color: #313131;
  2005. line-height: 24px;
  2006. margin: 0 auto;
  2007. text-align: center;
  2008. }
  2009. &:hover {
  2010. opacity: 0.65;
  2011. transform: scale(1.1);
  2012. .circle {
  2013. width: 23px;
  2014. height: 23px;
  2015. background: url("https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/a.png");
  2016. background-size: cover;
  2017. background-repeat: no-repeat;
  2018. background-position: center;
  2019. background-position: center;
  2020. transform: scale(0.9);
  2021. }
  2022. }
  2023. }
  2024. .hoverBox {
  2025. opacity: 0.65 !important;
  2026. transform: scale(1.1) !important;
  2027. .circle {
  2028. width: 23px !important;
  2029. height: 23px !important;
  2030. background: url("https://suimang.oss-accelerate.aliyuncs.com/builtin/static/pc/assets/img/a.png") !important;
  2031. background-size: cover !important;
  2032. background-repeat: no-repeat !important;
  2033. background-position: center !important;
  2034. background-position: center !important;
  2035. transform: scale(0.9) !important;
  2036. }
  2037. }
  2038. }
  2039. .cooperationBox {
  2040. margin-bottom: 30px;
  2041. .titleBox {
  2042. display: flex;
  2043. justify-content: center;
  2044. .title {
  2045. font-size: 30px;
  2046. font-family: Microsoft YaHei;
  2047. font-weight: 400;
  2048. color: #0d0912;
  2049. line-height: 62px;
  2050. }
  2051. .title_h {
  2052. font-size: 16px;
  2053. font-family: Microsoft YaHei;
  2054. font-weight: 400;
  2055. color: #0d0912;
  2056. line-height: 62px;
  2057. margin-left: 10px;
  2058. }
  2059. }
  2060. }
  2061. .cooperation {
  2062. width: 80%;
  2063. margin: 0 auto;
  2064. display: flex;
  2065. justify-content: space-between;
  2066. margin-bottom: 70px;
  2067. background-color: #ffffff;
  2068. border-radius: 30px;
  2069. overflow: hidden;
  2070. .cooperationItem {
  2071. display: flex;
  2072. flex-wrap: nowrap;
  2073. flex-direction: column;
  2074. justify-content: center;
  2075. vertical-align: bottom;
  2076. width: 180px;
  2077. height: 100px;
  2078. padding: 0 20px;
  2079. // background-color: #f0f0f0;
  2080. img {
  2081. // margin: 20px 5%;
  2082. cursor: pointer;
  2083. transition: all 0.3s;
  2084. &:hover {
  2085. transform: scale(1.1);
  2086. }
  2087. }
  2088. }
  2089. }
  2090. }
  2091. // .swiper-container {
  2092. // width: 100%;
  2093. // }
  2094. // .swiper-slide {
  2095. // width: 100%;
  2096. // height: 100%;
  2097. // text-align: center;
  2098. // font-size: 18px;
  2099. // background: #fff;
  2100. // /* Center slide text vertically */
  2101. // display: -webkit-box;
  2102. // display: -ms-flexbox;
  2103. // // display: -webkit-flex;
  2104. // display: flex;
  2105. // -webkit-box-pack: center;
  2106. // -ms-flex-pack: center;
  2107. // -webkit-justify-content: center;
  2108. // justify-content: space-evenly;
  2109. // -webkit-box-align: center;
  2110. // -ms-flex-align: center;
  2111. // -webkit-align-items: center;
  2112. // align-items: center;
  2113. // }
  2114. // .swiper-slide-active,
  2115. // .swiper-slide-duplicate-active {
  2116. // transform: scale(1);
  2117. // }
  2118. // .swiper-slide-img {
  2119. // width: 479px;
  2120. // height: 600px;
  2121. // cursor: pointer;
  2122. // opacity: 0.9;
  2123. // transition: all 0.3s;
  2124. // &:hover {
  2125. // opacity: 1;
  2126. // transform: scale(1.1);
  2127. // }
  2128. // }
  2129. .topBox {
  2130. width: 100%;
  2131. overflow: hidden;
  2132. position: fixed;
  2133. top: 0;
  2134. left: 0;
  2135. z-index: 100;
  2136. background-color: #fff;
  2137. }
  2138. .logoBox {
  2139. margin-top: 20px;
  2140. margin-left: 35px;
  2141. margin-bottom: 20px;
  2142. float: left;
  2143. overflow: hidden;
  2144. cursor: pointer;
  2145. }
  2146. .logo {
  2147. float: left;
  2148. width: 60px;
  2149. height: 30px;
  2150. }
  2151. .logoTitle {
  2152. float: left;
  2153. line-height: 30px;
  2154. margin-left: 10px;
  2155. font-size: 22px;
  2156. }
  2157. .categoryBox {
  2158. float: left;
  2159. display: flex;
  2160. justify-content: space-between;
  2161. height: 30px;
  2162. margin-top: 20px;
  2163. margin-left: 6%;
  2164. }
  2165. .categoryitem {
  2166. line-height: 30px;
  2167. color: #7d7d7d;
  2168. font-size: 15px;
  2169. cursor: pointer;
  2170. transition: all 0.3s;
  2171. }
  2172. .el-dropdown-menu__item:focus,
  2173. .el-dropdown-menu__item:not(.is-disabled):hover {
  2174. background-color: #16e9d6;
  2175. color: #fff;
  2176. }
  2177. .categoryitem:hover {
  2178. color: #16e9d6;
  2179. }
  2180. .cutBox {
  2181. float: right;
  2182. margin-top: 20px;
  2183. margin-right: 50px;
  2184. overflow: hidden;
  2185. cursor: pointer;
  2186. }
  2187. .cutImg {
  2188. width: 30px;
  2189. height: 20px;
  2190. float: left;
  2191. margin-top: 6px;
  2192. margin-right: 10px;
  2193. }
  2194. .en {
  2195. float: left;
  2196. font-size: 15px;
  2197. }
  2198. .el-select {
  2199. width: 120px;
  2200. }
  2201. </style>