text_info.css 40 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601
  1. html {
  2. scroll-behavior: smooth;
  3. scroll-padding-top: 7vh;
  4. }
  5. body{
  6. width: 100vw;
  7. height: 100vh;
  8. }
  9. #scrollTop {
  10. display: none !important;
  11. }
  12. [v-cloak] {
  13. opacity: 0;
  14. }
  15. .text_info {
  16. width: 100vw;
  17. height: 100%;
  18. box-sizing: border-box;
  19. overflow-y: scroll;
  20. }
  21. .text_info .text_info_contain {
  22. height: auto;
  23. padding: 10vh 24vw;
  24. box-sizing: border-box;
  25. width: 100%;
  26. background: #fff;
  27. }
  28. .text_info .text_info_contain p {
  29. font-size: 16px;
  30. line-height: 30px;
  31. color: #777;
  32. }
  33. .username {
  34. color: #FF5B00;
  35. position: relative;
  36. cursor: pointer;
  37. box-sizing: border-box;
  38. height: 20px;
  39. display: flex;
  40. justify-content: center;
  41. align-items: center;
  42. }
  43. .username::after {
  44. content: '\276F';
  45. font-weight: normal;
  46. position: absolute;
  47. right: -14px;
  48. top: 0;
  49. transform: rotate(90deg);
  50. transition: .3s;
  51. }
  52. .username:hover {
  53. border-bottom: 1px solid;
  54. }
  55. .username:hover::after{
  56. transform: rotate(270deg);
  57. }
  58. .username .el-popover__reference-wrapper .el-button--text {
  59. color: #FF5B00;
  60. }
  61. .el-popover {
  62. padding: 5px !important;
  63. min-width: 90px !important;
  64. }
  65. .el-popover .cShow {
  66. display: flex;
  67. flex-direction: column;
  68. justify-content: space-around;
  69. align-items: center;
  70. }
  71. .el-popover__reference{
  72. font-size: 0.8vw;
  73. }
  74. .a_cm {
  75. padding: 10px;
  76. }
  77. .login_a:hover {
  78. color: white;
  79. }
  80. .slide_icon {
  81. display: flex;
  82. justify-content: center;
  83. align-items: center;
  84. flex-direction: column;
  85. position: fixed;
  86. right: 1vw;
  87. bottom: 140px;
  88. background: #FF5B00;
  89. border-radius: 4px;
  90. padding: 4px;
  91. height: auto;
  92. z-index: 999;
  93. }
  94. .slide_icon .slide_icon_item {
  95. width: 100%;
  96. height: 65px;
  97. display: flex;
  98. justify-content: center;
  99. align-items: end;
  100. color: #FFFFFF;
  101. font-size: 14px;
  102. cursor: pointer;
  103. padding: 0.4vw 0;
  104. box-sizing: border-box;
  105. }
  106. .slide_icon_item:nth-child(1){
  107. background: url(/img/supplier-login/float/d.png) center no-repeat;
  108. background-position: top;
  109. }
  110. .slide_icon_item:nth-child(3){
  111. background: url(/img/supplier-login/float/z.png) center no-repeat;
  112. }
  113. .slide_icon_item:nth-child(2){
  114. border-top: 1px solid rgb(255,255,255, 0.3);
  115. border-bottom: 1px solid rgb(255,255,255, 0.3);
  116. background: url(/img/supplier-login/float/w.png) center no-repeat;
  117. background-position: top;
  118. }
  119. .tooltip {
  120. background: #FFFFFF;
  121. box-shadow: 0px 4px 16px 0px rgba(51,51,51,0.12);
  122. border-radius: 4px;
  123. z-index: 999;
  124. position: fixed;
  125. transition: .3s;
  126. display: flex;
  127. justify-content: space-around;
  128. flex-direction: column;
  129. right: 90px;
  130. }
  131. .slide_icon .slide_icon_item .tooltip_1{
  132. width: 170px;
  133. height: 64px;
  134. padding: 10px;
  135. text-align: center;
  136. display: none;
  137. opacity: 0;
  138. }
  139. .slide_icon .slide_icon_item .tooltip_1 .day {
  140. color: #666666;
  141. font-size: 16px;
  142. }
  143. .slide_icon .slide_icon_item .tooltip_1 .phone_number {
  144. color: #FF5B00;
  145. font-size: 20px;
  146. }
  147. .slide_icon .slide_icon_item .tooltip_1::after {
  148. content: '';
  149. height: 0;
  150. width: 0;
  151. border: 10px solid transparent;
  152. border-left: 15px solid white;
  153. display: block;
  154. position: absolute;
  155. right: -20px;
  156. bottom: 0;
  157. }
  158. .slide_icon .slide_icon_item .tooltip_2::after {
  159. content: '';
  160. height: 0;
  161. width: 0;
  162. border: 10px solid transparent;
  163. border-left: 15px solid white;
  164. display: block;
  165. position: absolute;
  166. right: -20px;
  167. top: 0;
  168. }
  169. .slide_icon .slide_icon_item .tooltip_2{
  170. width: 150px;
  171. height: 150px;
  172. display: none;
  173. opacity: 0;
  174. }
  175. .slide_icon .slide_icon_phone:hover .tooltip_1 {
  176. opacity: 1;
  177. display: flex;
  178. }
  179. .slide_icon .slide_icon_qrcode:hover .tooltip_2 {
  180. opacity: 1;
  181. display: flex;
  182. }
  183. .slide_icon_item .slide_icon_phone .slide_icon_text {
  184. color:#666666;
  185. }
  186. .slide_icon .slide_icon_item .slide_icon_phone .slid_phonenumber {
  187. font-size: 1vw;
  188. color: #FF5B00;
  189. }
  190. .login_header{
  191. width: 100vw;
  192. display: flex;
  193. justify-content: center;
  194. height: 7vh;
  195. position: fixed;
  196. top: 0;
  197. left: 0;
  198. background: #fff;
  199. z-index: 999;
  200. }
  201. .login_header_container{
  202. width: 95vw;
  203. display: flex;
  204. align-items: center;
  205. justify-content: space-between;
  206. }
  207. .img_logo {
  208. display: flex;
  209. align-items: center;
  210. cursor: pointer;
  211. }
  212. .img_logo .logo {
  213. width: 5.5vw;
  214. height: 4vh;
  215. background: url("/img/supplier-login/logo.png") no-repeat;
  216. background-size: 100% 100%;
  217. }
  218. .text {
  219. font-size: 1.2vw;
  220. font-weight: 400;
  221. color: #272727;
  222. }
  223. .header_link{
  224. align-items: center;
  225. position: relative;
  226. height: 100%;
  227. display: flex;
  228. overflow: hidden;
  229. }
  230. .header_link .nav_link {
  231. position: absolute;
  232. left: 36vw;
  233. top: 0;
  234. display: flex;
  235. justify-content: center;
  236. align-items: end;
  237. width: 6vw;
  238. height: 100%;
  239. transition: .3s;
  240. }
  241. .header_link .nav_link .nav_link_item{
  242. width: 1.2vw;
  243. height: 0.2vh;
  244. background: #FF5B00;
  245. border-radius: 8px;
  246. margin-bottom: 1vh;
  247. }
  248. .header_link .header_link_itme {
  249. cursor: pointer;
  250. font-size: 0.84vw;
  251. width: 6vw;
  252. height: 100%;
  253. display: flex;
  254. justify-content: center;
  255. align-items: center;
  256. z-index: 1;
  257. }
  258. .header_link .header_link_itme:hover{
  259. color: #FF5B00;
  260. transform: scale(1.1);
  261. }
  262. .header_link_itme:nth-child(1):hover ~ .nav_link {
  263. left: 0vw !important;
  264. }
  265. .header_link_itme:nth-child(2):hover ~ .nav_link {
  266. left: 6vw !important;
  267. }
  268. .header_link_itme:nth-child(3):hover ~ .nav_link {
  269. left: 12vw !important;
  270. }
  271. .header_link_itme:nth-child(4):hover ~ .nav_link {
  272. left: 18vw !important;
  273. }
  274. .header_link_itme:nth-child(5):hover ~ .nav_link {
  275. left: 24vw !important;
  276. }
  277. .header_link_itme:nth-child(6):hover ~ .nav_link {
  278. left: 30vw !important;
  279. }
  280. .header_link_itme:nth-child(7):hover ~ .nav_link {
  281. left: 36vw !important;
  282. }
  283. .header_link_itme:nth-child(8):hover ~ .nav_link {
  284. left: 49vw !important;
  285. }
  286. .isActiveLink {
  287. color: #FF5B00;
  288. transform: scale(1.1);
  289. }
  290. .login_header_container .iphone {
  291. width: 12vw;
  292. height: 100%;
  293. display: flex;
  294. align-items: center;
  295. justify-content: center;
  296. margin-right: 5%;
  297. }
  298. .login_header_container .iphone div:nth-child(1){
  299. width: 36px;
  300. height: 36px;
  301. background: url("/img/supplier-login/iPhone.png") no-repeat;
  302. background-size: contain;
  303. background-position: center;
  304. }
  305. .login_header_container .iphone div:nth-child(2) {
  306. color: #FF5B00;
  307. font-size: 1vw;
  308. margin-left: 5px;
  309. font-weight: bold;
  310. white-space: nowrap;
  311. }
  312. .login_header_container .login_regist {
  313. display: flex;
  314. justify-content: space-between;
  315. align-items: center;
  316. width: 8vw;
  317. height: 100%;
  318. }
  319. .login_header_container .login_regist .login_btn{
  320. width: 40%;
  321. font-size: 0.7vw;
  322. border: 1px solid #ccc;
  323. text-align: center;
  324. padding: 0.2vw;
  325. }
  326. #login_content {
  327. position: relative;
  328. width: 100vw;
  329. }
  330. #fullpage {
  331. width: 100vw;
  332. position: absolute;
  333. left: 0;
  334. top: 0;
  335. height: 800vh;
  336. scroll-behavior: smooth;
  337. transition: all 0.8s ease;
  338. }
  339. #fullpage .page {
  340. width: 100vw;
  341. height: 100vh;
  342. scroll-snap-align: start;
  343. box-sizing: border-box;
  344. overflow: hidden;
  345. }
  346. #fullpage #zeroPage {
  347. height: auto;
  348. padding-top: 7vh;
  349. }
  350. #zeroPage .el-carousel__container {
  351. height: 510px;
  352. }
  353. .el-carousel__item:nth-child(1) {
  354. display: flex;
  355. justify-content: center;
  356. align-items: center;
  357. }
  358. #zeroPage .banner01 {
  359. background: url("/img/supplier-login/01-banner/banner-01.png") no-repeat;
  360. background-size: 100% 100%;
  361. width: 100%;
  362. height: 100%;
  363. display: flex;
  364. justify-content: center;
  365. align-items: center;
  366. }
  367. #zeroPage .banner01 .left {
  368. height: 155px;
  369. width: 640px;
  370. background: url(/img/supplier-login/01-banner/banner-02-left.png) no-repeat;
  371. background-size: contain;
  372. background-position: right;
  373. }
  374. #zeroPage .banner01 .right {
  375. height: 377px;
  376. width: 459px;
  377. background: url(/img/supplier-login/01-banner/banner-01-right.png) no-repeat;
  378. background-size: contain;
  379. }
  380. #zeroPage .banner02 {
  381. background: url("/img/supplier-login/banner-2/banner-02.png") no-repeat;
  382. background-size: cover;
  383. width: 100%;
  384. height: 100%;
  385. display: flex;
  386. justify-content: center;
  387. align-items: center;
  388. background-position: center;
  389. }
  390. #zeroPage .banner02 .left {
  391. height: 45%;
  392. width: 50%;
  393. background: url(/img/supplier-login/banner-2/banner-02-left.png) no-repeat;
  394. background-size: contain;
  395. background-position: right;
  396. }
  397. #zeroPage .banner02 .right {
  398. height: 70%;
  399. width: 40%;
  400. background: url(/img/supplier-login/banner-2/banner-02-right.png) no-repeat;
  401. background-size: contain;
  402. }
  403. .el-carousel__item:nth-child(2) {
  404. display: flex;
  405. justify-content: center;
  406. align-items: center;
  407. background: url("/img/supplier-login/01-banner/banner-01.png");
  408. }
  409. .el-carousel__indicator--horizontal .el-carousel__button {
  410. width: 6px;
  411. height: 6px;
  412. border-radius: 50%;
  413. background-color: #ccc;
  414. opacity: 1;
  415. }
  416. .el-carousel__indicator--horizontal.is-active .el-carousel__button{
  417. width: 6px;
  418. height: 6px;
  419. background: #FF5B00;
  420. border-radius: 50%;
  421. opacity: 1;
  422. }
  423. #zeroPage {
  424. background-color: #fff;
  425. }
  426. #zeroPage .server {
  427. display: flex;
  428. justify-content: center;
  429. align-items: center;
  430. width: 100vw;
  431. height: 600px;
  432. box-sizing: border-box;
  433. }
  434. .server .server_1,
  435. .server .server_2,
  436. .server .server_3 {
  437. height: 460px;
  438. width: 390px;
  439. position: relative;
  440. }
  441. #zeroPage .server .box {
  442. position: absolute;
  443. height: 100%;
  444. width: 100%;
  445. -webkit-backface-visibility: hidden;
  446. backface-visibility: hidden;
  447. -webkit-transform-style: preserve-3d;
  448. transform-style: preserve-3d;
  449. -webkit-transition: ease-in-out 600ms;
  450. -o-transition: ease-in-out 600ms;
  451. transition: .5s;
  452. }
  453. #zeroPage .server .tourist_bg,
  454. #zeroPage .server .sale_bg,
  455. #zeroPage .server .operate_bg {
  456. display: flex;
  457. flex-direction: column;
  458. justify-content: space-around;
  459. align-items: center;
  460. font-size: 18px;
  461. padding: 60px;
  462. box-sizing: border-box;
  463. }
  464. #zeroPage .server .operate,
  465. #zeroPage .server .tourist,
  466. #zeroPage .server .sale {
  467. width: 400px;
  468. height: 100%;
  469. transition: .5s;
  470. display: flex;
  471. flex-direction: column;
  472. justify-content: space-around;
  473. align-items: center;
  474. font-size: 18px;
  475. padding: 30px;
  476. box-sizing: border-box;
  477. background: linear-gradient(0deg, #FF5B00, #FF9300);
  478. -webkit-transform: rotateY(-180deg);
  479. transform: rotateY(-180deg);
  480. color: #fff;
  481. white-space: nowrap;
  482. }
  483. #zeroPage .server .tourist_logo {
  484. width: 100px;
  485. height: 100px;
  486. background: url("/img/supplier-login/cycle/-11.png") no-repeat;
  487. background-size: cover;
  488. }
  489. #zeroPage .server .tourist_bg_logo {
  490. background: url("/img/supplier-login/cycle/1.png") no-repeat;
  491. width: 160px;
  492. height: 160px;
  493. background-size: cover;
  494. }
  495. #zeroPage .server .tourist_bg_title {
  496. color: black;
  497. }
  498. #zeroPage .server .tourist_title {
  499. color: #fff;
  500. }
  501. #zeroPage .server .server_1:hover .tourist_bg{
  502. -webkit-transform: rotateY(180deg) !important;
  503. transform: rotateY(180deg) !important;
  504. }
  505. #zeroPage .server .server_1:hover .tourist {
  506. -webkit-transform: rotateY(0deg) !important;
  507. transform: rotateY(0deg) !important;
  508. }
  509. #zeroPage .server .server_2:hover .operate_bg{
  510. -webkit-transform: rotateY(180deg) !important;
  511. transform: rotateY(180deg) !important;
  512. }
  513. #zeroPage .server .server_2:hover .operate {
  514. -webkit-transform: rotateY(0deg) !important;
  515. transform: rotateY(0deg) !important;
  516. }
  517. #zeroPage .server .server_3:hover .sale_bg{
  518. -webkit-transform: rotateY(180deg) !important;
  519. transform: rotateY(180deg) !important;
  520. }
  521. #zeroPage .server .server_3:hover .sale {
  522. -webkit-transform: rotateY(0deg) !important;
  523. transform: rotateY(0deg) !important;
  524. }
  525. #zeroPage .server .operate_logo {
  526. background: url("/img/supplier-login/cycle/-22.png") no-repeat;
  527. width: 100px;
  528. height: 100px;
  529. background-size: cover;
  530. }
  531. #zeroPage .server .operate_bg_logo {
  532. background: url("/img/supplier-login/cycle/2.png") no-repeat;
  533. width: 160px;
  534. height: 160px;
  535. background-size: cover;
  536. }
  537. #zeroPage .server .operate_bg_title {
  538. color: black;
  539. }
  540. #zeroPage .server .all_cont {
  541. font-size: 16px;
  542. box-sizing: border-box;
  543. text-align: center;
  544. }
  545. #zeroPage .server .sale_logo {
  546. background: url("/img/supplier-login/cycle/-33.png") no-repeat;
  547. width: 100px;
  548. height: 100px;
  549. background-size: cover;
  550. }
  551. #zeroPage .server .sale_bg_logo {
  552. background: url("/img/supplier-login/cycle/3.png") no-repeat;
  553. width: 160px;
  554. height: 160px;
  555. background-size: cover;
  556. }
  557. #zeroPage .server .sale_bg_title {
  558. color: black;
  559. }
  560. #firstPage {
  561. background: url("/img/supplier-login/selection/select_bg.png") no-repeat;
  562. background-size: cover;
  563. height: 1014px !important;
  564. }
  565. #firstPage .selection {
  566. display: flex;
  567. justify-content: center;
  568. align-items: center;
  569. margin-top: 78px;
  570. }
  571. #firstPage .selection .selection_item{
  572. padding-top: 20px;
  573. box-sizing: border-box;
  574. transition: .3s;
  575. height: 666px;
  576. }
  577. #firstPage .selection .selection_item:hover {
  578. padding-top: 0;
  579. }
  580. #firstPage .selection .selection_item:hover .select_btn {
  581. background-color: #FF5B00;
  582. color: white;
  583. }
  584. #firstPage .selection .selection_item:nth-child(2){
  585. margin: 2vh;
  586. }
  587. #firstPage .selection_item .selection_item_contain {
  588. width: 392px;
  589. height: 646px;
  590. background-color: #fff;
  591. }
  592. #firstPage .selection_item .selection_item_contain .contain_bg_01 {
  593. width: 392px;
  594. height: 120px;
  595. background: url("/img/supplier-login/selection/select_01.png") no-repeat;
  596. background-size: 100%;
  597. display: flex;
  598. align-items: center;
  599. justify-content: center;
  600. color: #FFFFFF;
  601. font-weight: bold;
  602. font-size: 40px;
  603. }
  604. #firstPage .selection_item .selection_item_contain .contain_bg_02 {
  605. width: 392px;
  606. height: 120px;
  607. background: url("/img/supplier-login/selection/select_02.png") no-repeat;
  608. background-size: 100%;
  609. display: flex;
  610. justify-content: center;
  611. align-items: center;
  612. color: #FFFFFF;
  613. font-weight: bold;
  614. font-size: 2vw;
  615. }
  616. #firstPage .selection_item .selection_item_contain .contain_bg_03 {
  617. width: 392px;
  618. height: 120px;
  619. background: url("/img/supplier-login/selection/select_03.png") no-repeat;
  620. background-size: 100%;
  621. display: flex;
  622. justify-content: center;
  623. align-items: center;
  624. color: #FFFFFF;
  625. font-weight: bold;
  626. font-size: 2vw;
  627. }
  628. #firstPage .selection_item_contain .bg1_text {
  629. width: 100%;
  630. display: flex;
  631. flex-direction: column;
  632. align-items: center;
  633. justify-content: space-between;
  634. font-size: 18px;
  635. padding: 48px;
  636. box-sizing: border-box;
  637. height: 526px;
  638. }
  639. .bg1_contain {
  640. display: flex;
  641. align-items: center;
  642. width: 100%;
  643. font-size: 0.8vw;
  644. height: 3.5vh;
  645. white-space: nowrap;
  646. }
  647. .square_icon {
  648. width: 0.2vw;
  649. height: 0.2vw;
  650. border: 1px solid #B2B2B2;
  651. margin: 0 0.5vw;
  652. transform: rotate(45deg);
  653. }
  654. .text_contain {
  655. display: flex;
  656. flex-direction: column;
  657. align-items: center;
  658. justify-content: space-between;
  659. width: 100%;
  660. height: 257px;
  661. }
  662. .select_btn {
  663. width: 100%;
  664. height: 5vh;
  665. border: 1px solid #E2E2E2;
  666. display: flex;
  667. justify-content: center;
  668. align-items: center;
  669. border-radius: 4px;
  670. cursor: pointer;
  671. }
  672. .select_btn_login {
  673. width: 100%;
  674. height: 5vh;
  675. border: 1px solid #E2E2E2;
  676. display: flex;
  677. justify-content: center;
  678. align-items: center;
  679. border-radius: 4px;
  680. background: #cccccc;
  681. }
  682. .Title {
  683. display: flex;
  684. align-items: center;
  685. justify-content: space-around;
  686. flex-direction: column;
  687. width: 100%;
  688. height: 11vh;
  689. margin-top: 5vh;
  690. }
  691. .Title .text {
  692. font-size: 1.8vw;
  693. }
  694. .Title .title {
  695. font-size: 0.9vw;
  696. }
  697. #secondPage .operationa{
  698. display: flex;
  699. justify-content: center;
  700. align-items: center;
  701. margin-top: 4vh;
  702. }
  703. #secondPage .operationa_contain {
  704. width: 940px;
  705. height: 570px;
  706. position: relative;
  707. }
  708. #secondPage .operationa_contain .bg2{
  709. position: absolute;
  710. left: 0;
  711. top: 0;
  712. width: 100%;
  713. height: 100%;
  714. background: url("/img/supplier-login/oprate/bg_1.png") no-repeat;
  715. background-size: cover;
  716. }
  717. #secondPage .operationa_contain .bg3{
  718. position: absolute;
  719. left: 0;
  720. top: 0;
  721. width: 100%;
  722. height: 100%;
  723. background: url("/img/supplier-login/oprate/author/bg_2.png") no-repeat;
  724. background-size: cover;
  725. }
  726. #secondPage .operationa_contain .bg1 {
  727. position: absolute;
  728. left: 0;
  729. top: 10px;
  730. width: 97.8%;
  731. height: 90%;
  732. background: url(/img/supplier-login/oprate/bg_2.png) no-repeat;
  733. background-size: contain;
  734. background-position: right;
  735. }
  736. #secondPage .operationa_contain .bg4 {
  737. left: 6px;
  738. top: 14px;
  739. width: 70%;
  740. height: 100%;
  741. background: url(/img/supplier-login/oprate/bg_1.png) no-repeat;
  742. background-size: contain;
  743. position: absolute;
  744. z-index: -1;
  745. }
  746. .operationa_contain .online_store {
  747. width: 400px;
  748. height: 70px;
  749. position: absolute;
  750. display: flex;
  751. align-items: center;
  752. left: 75px;
  753. top: 45px;
  754. border-bottom: 2px solid #FFCEAF;
  755. }
  756. .operationa_contain .online_store .online_logo {
  757. width: 62px;
  758. height: 100%;
  759. border-bottom: 6px solid #FFC39A;
  760. border-radius: 4px;
  761. background: url(/img/supplier-login/oprate/house.png) no-repeat;
  762. background-size: contain;
  763. background-position: top;
  764. }
  765. .online_title {
  766. font-size: 1.8vw;
  767. font-weight: bold;
  768. margin-left: 20px;
  769. }
  770. .operationa_contain .author_active {
  771. width: 400px;
  772. height: 70px;
  773. position: absolute;
  774. display: flex;
  775. align-items: center;
  776. right: 75px;
  777. top: 45px;
  778. border-bottom: 2px solid #FFCEAF;
  779. flex-direction: row-reverse;
  780. }
  781. .operationa_contain .author_active .online_logo {
  782. width: 62px;
  783. height: 100%;
  784. border-bottom: 6px solid #FFC39A;
  785. border-radius: 4px;
  786. background: url(/img/supplier-login/oprate/z.png) no-repeat;
  787. background-size: contain;
  788. background-position: top;
  789. }
  790. .online_title {
  791. font-size: 1.8vw;
  792. font-weight: bold;
  793. margin-right: 20px;
  794. }
  795. .operationa_contain .online {
  796. width: 383px;
  797. height: 53px;
  798. position: absolute;
  799. display: flex;
  800. align-items: center;
  801. left: 56px;
  802. top: 37px;
  803. }
  804. .online_title {
  805. font-size: 28px;
  806. font-weight: bold;
  807. margin-right: 20px;
  808. }
  809. .operationa_contain .online .online_logo{
  810. width: 62px;
  811. height: 100%;
  812. border-radius: 4px;
  813. background: url(/img/supplier-login/oprate/house.png) no-repeat;
  814. background-size: contain;
  815. background-position: top;
  816. }
  817. .operationa_contain .author {
  818. width: 222px;
  819. height: 65px;
  820. position: absolute;
  821. display: flex;
  822. align-items: center;
  823. right: 40px;
  824. top: 20px;
  825. }
  826. .operationa_contain .author .author_logo {
  827. height: 65px;
  828. width: 65px;
  829. background: url(/img/supplier-login/oprate/z.png) no-repeat;
  830. background-size: contain;
  831. }
  832. .operationa_contain .author .author_title {
  833. font-size: 28px;
  834. color: #FFFFFF;
  835. }
  836. .operationa_contain .contain {
  837. width: 690px;
  838. height: 400px;
  839. position: absolute;
  840. left: 120px;
  841. top: 133px;
  842. display: flex;
  843. justify-content: space-around;
  844. align-items: center;
  845. flex-direction: column;
  846. }
  847. .operationa_contain .contain .contain_logo {
  848. width: 100%;
  849. height: 150px;
  850. background: url(/img/supplier-login/oprate/title.png) no-repeat;
  851. background-size: contain;
  852. background-position: center;
  853. }
  854. .operationa_contain .contain .contain_list {
  855. width: 100%;
  856. height: 200px;
  857. display: flex;
  858. justify-content: center;
  859. align-items: center;
  860. }
  861. .operationa_contain .contain .contain_list .list_item {
  862. width: 200px;
  863. height: 100%;
  864. display: flex;
  865. flex-direction: column;
  866. border: 2px solid white;
  867. justify-content: space-around;
  868. align-items: center;
  869. background: #FDF0E9;
  870. box-shadow: 0px 6px 50px 0px rgba(255,91,0,0.24);
  871. border-radius: 16px;
  872. padding: 20px;
  873. box-sizing: border-box;
  874. }
  875. .operationa_contain .contain .contain_list .list_item:nth-child(2){
  876. margin: 0 1%;
  877. }
  878. .operationa_contain .contain .contain_list .list_item:nth-child(1) div:nth-child(1) {
  879. width: 80px;
  880. height: 50px;
  881. background: url(/img/supplier-login/oprate/p.png) no-repeat;
  882. background-size: contain;
  883. background-position: center;
  884. }
  885. .operationa_contain .contain .contain_list .list_item:nth-child(2) div:nth-child(1) {
  886. width: 80px;
  887. height: 50px;
  888. background: url(/img/supplier-login/oprate/l.png) no-repeat;
  889. background-size: contain;
  890. background-position: center;
  891. }
  892. .operationa_contain .contain .contain_list .list_item:nth-child(3) div:nth-child(1) {
  893. width: 80px;
  894. height: 50px;
  895. background: url(/img/supplier-login/oprate/s.png) no-repeat;
  896. background-size: contain;
  897. background-position: center;
  898. }
  899. .operationa_contain .athor_contain {
  900. width: 690px;
  901. height: 400px;
  902. position: absolute;
  903. left: 120px;
  904. top: 133px;
  905. display: flex;
  906. justify-content: space-around;
  907. align-items: center;
  908. flex-direction: column;
  909. }
  910. .operationa_contain .athor_contain .athor_contain_logo {
  911. width: 100%;
  912. height: 150px;
  913. background: url(/img/supplier-login/oprate/author/logo.png) no-repeat;
  914. background-size: contain;
  915. background-position: center;
  916. }
  917. .operationa_contain .athor_contain .athor_contain_list {
  918. width: 100%;
  919. height: 200px;
  920. display: flex;
  921. justify-content: space-between;
  922. align-items: center;
  923. flex-direction: column;
  924. }
  925. .athor_contain_list .list_item {
  926. width: 97%;
  927. height: 25%;
  928. border: 1px solid #FFC9A9;
  929. border-radius: 50px;
  930. position: relative;
  931. display: flex;
  932. justify-content: center;
  933. align-items: center;
  934. }
  935. .athor_contain_list .list_item:nth-child(1) .list_item_logo {
  936. background: url(/img/supplier-login/oprate/author/02.png) no-repeat;
  937. background-size: contain;
  938. background-position: center;
  939. width: 42px;
  940. height: 50px;
  941. position: absolute;
  942. left: 10px;
  943. top: 0;
  944. }
  945. .athor_contain_list .list_item:nth-child(2) .list_item_logo {
  946. background: url(/img/supplier-login/oprate/author/03.png) no-repeat;
  947. background-size: contain;
  948. background-position: center;
  949. width: 42px;
  950. height: 50px;
  951. position: absolute;
  952. left: 10px;
  953. top: 0;
  954. }
  955. .athor_contain_list .list_item:nth-child(3) .list_item_logo {
  956. background: url(/img/supplier-login/oprate/author/04.png) no-repeat;
  957. background-size: contain;
  958. background-position: center;
  959. width: 42px;
  960. height: 50px;
  961. position: absolute;
  962. left: 10px;
  963. top: 0;
  964. }
  965. .athor_contain_list .list_item .text_contain{
  966. width: 80%;
  967. height: 100%;
  968. display: flex;
  969. justify-content: start;
  970. align-items: center;
  971. flex-direction: row;
  972. color: #FFC9A9;
  973. }
  974. .athor_contain_list .list_item .text_contain .text_contain_item {
  975. font-size: 16px;
  976. font-weight: bold;
  977. }
  978. .athor_contain_list .list_item .text_contain .text_contain_item2 {
  979. width: 1px;
  980. height: 20px;
  981. background: #ffe2d3;
  982. margin: 0 10px;
  983. }
  984. .athor_contain_list .list_item .text_contain .text_contain_item3 {
  985. font-size: 16px;
  986. }
  987. #thirdPage {
  988. background: #fff;
  989. }
  990. .pageInner {
  991. height: 80vh;
  992. display: flex;
  993. justify-content: center;
  994. align-items: center;
  995. width: 100%;
  996. }
  997. .pageInner .container {
  998. width: 1200px;
  999. height: 20vw;
  1000. display: flex;
  1001. justify-content: space-between;
  1002. position: relative;
  1003. }
  1004. .pageInner .thirdPage_container_contant {
  1005. position: absolute;
  1006. width: 100%;
  1007. height: 5vw;
  1008. left: 0;
  1009. top: -6vw;
  1010. display: flex;
  1011. align-items: center;
  1012. justify-content: space-between;
  1013. }
  1014. .pageInner .thirdPage_container_contant .container_title {
  1015. width: 33%;
  1016. height: 100%;
  1017. border-bottom: 1px solid #FF5B00;
  1018. display: flex;
  1019. justify-content: center;
  1020. align-items: center;
  1021. position: relative;
  1022. font-weight: bold;
  1023. font-size: 1.5vw;
  1024. color: #FF5B00;
  1025. opacity: 0;
  1026. }
  1027. .pageInner .container .container_item {
  1028. height: 100%;
  1029. width: 18%;
  1030. display: flex;
  1031. flex-direction: column;
  1032. justify-content: center;
  1033. align-items: center;
  1034. position: relative;
  1035. }
  1036. .container_item .container_item_active .container_item_hover {
  1037. width: 100%;
  1038. height: 50%;
  1039. display: flex;
  1040. position: absolute;
  1041. flex-direction: column;
  1042. font-size: 0.8vw;
  1043. color: #202020;
  1044. transition: .3s;
  1045. justify-content: space-around;
  1046. align-items: center;
  1047. padding: 1vw 0;
  1048. box-sizing: border-box;
  1049. }
  1050. .container_item .container_item_active .container_item_hover2 {
  1051. width: 100%;
  1052. height: 50%;
  1053. display: flex;
  1054. position: absolute;
  1055. flex-direction: column;
  1056. font-size: 0.8vw;
  1057. color: #202020;
  1058. transition: .3s;
  1059. justify-content: space-around;
  1060. align-items: center;
  1061. padding: 1vw 0;
  1062. box-sizing: border-box;
  1063. bottom: 0;
  1064. }
  1065. .container_item .container_item_active .item_title {
  1066. display: none;
  1067. font-size: 1.5vw;
  1068. color: #FF5B00;
  1069. font-weight: bold;
  1070. width: 80%;
  1071. }
  1072. .container_item .container_item_active .item_contant {
  1073. display: none;
  1074. color: #666666;
  1075. font-size: 18px;
  1076. width: 80%;
  1077. }
  1078. .container_item .container_item_active .item_logo {
  1079. width: 4vw;
  1080. height: 4vw;
  1081. }
  1082. .container_item .container_item_active .item_logo_box {
  1083. width: 80%;
  1084. display: flex;
  1085. justify-content: center;
  1086. align-items: center;
  1087. }
  1088. #item_logo_1 {
  1089. background: url(/img/supplier-login/05-page/信.png) center no-repeat;
  1090. background-size: contain;
  1091. }
  1092. #item_logo_2 {
  1093. background: url(/img/supplier-login/05-page/矩.png) center no-repeat;
  1094. background-size: contain;
  1095. }
  1096. #item_logo_3 {
  1097. background: url(/img/supplier-login/05-page/正.png) center no-repeat;
  1098. background-size: contain;
  1099. }
  1100. #item_logo_4 {
  1101. background: url(/img/supplier-login/05-page/SEO.png) center no-repeat;
  1102. background-size: contain;
  1103. }
  1104. #item_logo_5 {
  1105. background: url(/img/supplier-login/05-page/CRM.png) center no-repeat;
  1106. background-size: contain;
  1107. }
  1108. #item_logo_6 {
  1109. background: url(/img/supplier-login/05-page/认.png) center no-repeat;
  1110. background-size: contain;
  1111. }
  1112. #item_logo_7 {
  1113. background: url(/img/supplier-login/05-page/美.png) center no-repeat;
  1114. background-size: contain;
  1115. }
  1116. #item_logo_8 {
  1117. background: url(/img/supplier-login/05-page/私.png) center no-repeat;
  1118. background-size: contain;
  1119. }
  1120. #item_logo_9 {
  1121. background: url(/img/supplier-login/05-page/分.png) center no-repeat;
  1122. background-size: contain;
  1123. }
  1124. #item_logo_10 {
  1125. background: url(/img/supplier-login/05-page/会.png) center no-repeat;
  1126. background-size: contain;
  1127. }
  1128. #item_logo_11 {
  1129. background: url(/img/supplier-login/05-page/金.png) center no-repeat;
  1130. background-size: contain;
  1131. }
  1132. #item_logo_12 {
  1133. background: url(/img/supplier-login/05-page/交.png) center no-repeat;
  1134. background-size: contain;
  1135. }
  1136. #thirdPage .container_item .container_item_active {
  1137. height: 50%;
  1138. width: 100%;
  1139. }
  1140. #thirdPage .container_item .container_item_active:hover #item_logo_1 {
  1141. background: url(/img/supplier-login/05-page/slide/01.png) center no-repeat;
  1142. }
  1143. #thirdPage .container_item .container_item_active:hover #item_logo_2 {
  1144. background: url(/img/supplier-login/05-page/slide/02.png) center no-repeat;
  1145. }
  1146. #thirdPage .container_item .container_item_active:hover #item_logo_3 {
  1147. background: url(/img/supplier-login/05-page/slide/03.png) center no-repeat;
  1148. }
  1149. #thirdPage .container_item .container_item_active:hover #item_logo_4 {
  1150. background: url(/img/supplier-login/05-page/slide/04.png) center no-repeat;
  1151. }
  1152. #thirdPage .container_item .container_item_active:hover #item_logo_5 {
  1153. background: url(/img/supplier-login/05-page/slide/05.png) center no-repeat;
  1154. }
  1155. #thirdPage .container_item .container_item_active:hover #item_logo_6 {
  1156. background: url(/img/supplier-login/05-page/slide/06.png) center no-repeat;
  1157. }
  1158. #thirdPage .container_item .container_item_active:hover #item_logo_7 {
  1159. background: url(/img/supplier-login/05-page/slide/07.png) center no-repeat;
  1160. }
  1161. #thirdPage .container_item .container_item_active:hover #item_logo_8 {
  1162. background: url(/img/supplier-login/05-page/slide/08.png) center no-repeat;
  1163. }
  1164. #thirdPage .container_item .container_item_active:hover #item_logo_9 {
  1165. background: url(/img/supplier-login/05-page/slide/09.png) center no-repeat;
  1166. }
  1167. #thirdPage .container_item .container_item_active:hover #item_logo_10 {
  1168. background: url(/img/supplier-login/05-page/slide/10.png) center no-repeat;
  1169. }
  1170. #thirdPage .container_item .container_item_active:hover #item_logo_11 {
  1171. background: url(/img/supplier-login/05-page/slide/11.png) center no-repeat;
  1172. }
  1173. #thirdPage .container_item .container_item_active:hover #item_logo_12 {
  1174. background: url(/img/supplier-login/05-page/slide/12.png) center no-repeat;
  1175. }
  1176. #thirdPage .container_item .container_item_active:hover .container_item_hover {
  1177. background: #F7F7F7 !important;
  1178. height: 100%;
  1179. top: 0;
  1180. left: 0;
  1181. z-index: 111;
  1182. }
  1183. #thirdPage .container_item .container_item_active:hover .container_item_hover2 {
  1184. background: #F7F7F7 !important;
  1185. height: 100%;
  1186. left: 0;
  1187. z-index: 111;
  1188. }
  1189. #thirdPage .container_item .container_item_active:hover .item_logo_box {
  1190. justify-content: end;
  1191. }
  1192. #thirdPage .container_item .container_item_active:hover .item_logo {
  1193. width: 5.2vw;
  1194. height: 5.2vw;
  1195. }
  1196. #thirdPage .container_item .container_item_active:hover .item_title {
  1197. display: block !important;
  1198. }
  1199. #thirdPage .container_item .container_item_active:hover .item_title_p {
  1200. display: none !important;
  1201. }
  1202. #thirdPage .container_item .container_item_active:hover .item_contant {
  1203. display: block !important;
  1204. }
  1205. #thirdPage .container_item .container_item_active:hover .container_title:nth-child(1){
  1206. display: flex !important;
  1207. }
  1208. #fourPage .pageInner_contain {
  1209. width: 80%;
  1210. height: 30vw;
  1211. display: flex;
  1212. justify-content: space-between;
  1213. align-items: center;
  1214. }
  1215. #fourPage .pageInner_contain .nextChange {
  1216. width: 40px;
  1217. height: 48px;
  1218. border: 1px solid #E2E2E2;
  1219. border-radius: 2px;
  1220. display: flex;
  1221. justify-content: center;
  1222. align-items: center;
  1223. color: #E2E2E2;
  1224. cursor: pointer;
  1225. }
  1226. #fourPage .pageInner_contain .isActiveNext{
  1227. border: 1px solid #FF5B00;
  1228. color: #FF5B00;
  1229. }
  1230. #fourPage .el-carousel--horizontal {
  1231. width: 90%;
  1232. }
  1233. #fourPage .el-carousel__arrow{
  1234. display: none;
  1235. }
  1236. #fourPage .el-carousel__item {
  1237. display: flex;
  1238. justify-content: space-around;
  1239. align-items: center;
  1240. box-sizing: border-box;
  1241. }
  1242. #fourPage .el-carousel__item .four_logo_1 {
  1243. width: 50%;
  1244. height: 80%;
  1245. }
  1246. #fourPage .el-carousel__item .logo_text {
  1247. width: 45%;
  1248. height: 80%;
  1249. display: flex;
  1250. flex-direction: column;
  1251. justify-content: start;
  1252. overflow: hidden;
  1253. }
  1254. #fourPage .el-carousel__item .logo_text .logo_title {
  1255. font-size: 1.25vw;
  1256. color: black;
  1257. font-weight: bold;
  1258. margin-bottom: 2vw;
  1259. }
  1260. #fourPage .el-carousel__item .logo_text .analysis {
  1261. font-size: 0.8vw;
  1262. line-height: 2vw;
  1263. }
  1264. #fivePage {
  1265. background: url(/img/supplier-login/07-caimei/bg.png) no-repeat;
  1266. background-size: 100% 100%;
  1267. }
  1268. #fivePage .inner_contain {
  1269. width: 100%;
  1270. height: 67vh;
  1271. margin-top: 7vh;
  1272. display: flex;
  1273. justify-content: center;
  1274. align-items: center;
  1275. }
  1276. #fivePage .inner_contain .inner {
  1277. width: 64%;
  1278. height: 100%;
  1279. display: flex;
  1280. justify-content: space-between;
  1281. align-items: center;
  1282. flex-direction: column;
  1283. }
  1284. #fivePage .inner_contain .inner .caimei_introduction {
  1285. color: white;
  1286. font-size: 18px;
  1287. width: 1200px;
  1288. height: auto;
  1289. padding: 3vh;
  1290. background-color: rgba(255,255,255, 0.2);
  1291. box-sizing: border-box;
  1292. line-height: 40px;
  1293. }
  1294. #fivePage .inner_contain .inner .caimei_report {
  1295. width: 90%;
  1296. height: 55%;
  1297. display: flex;
  1298. justify-content: space-around;
  1299. align-items: center;
  1300. }
  1301. .caimei_report .report_item {
  1302. display: flex;
  1303. align-items: center;
  1304. justify-content: space-between;
  1305. flex-direction: column;
  1306. height: 100%;
  1307. width: 20%;
  1308. }
  1309. .caimei_report .report_item .report_logo {
  1310. display: flex;
  1311. justify-content: center;
  1312. align-items: center;
  1313. font-size: 1.6vw;
  1314. width: 12vw;
  1315. height: 9vw;
  1316. background: url(/img/supplier-login/07-caimei/cirle.png) no-repeat center;
  1317. background-size: contain;
  1318. font-weight: bold;
  1319. color: white;
  1320. }
  1321. .caimei_report .report_item .report_title {
  1322. font-size: 0.8vw;
  1323. color: #fff;
  1324. }
  1325. .caimei_report .report_item .report_line{
  1326. display: flex;
  1327. flex-direction: column;
  1328. justify-content: end;
  1329. align-items: center;
  1330. }
  1331. .caimei_report .report_item .report_line .box1 {
  1332. padding: 0.52vw 1px;
  1333. height: 5.2vw;
  1334. }
  1335. .caimei_report .report_item .report_line .card4 {
  1336. background-image: linear-gradient(#fff 35%, rgba(255,255,255,0) 0%);
  1337. background-position: left;
  1338. background-size: 1px 10px;
  1339. background-repeat: repeat-y;
  1340. }
  1341. .caimei_report .report_item .report_line .container {
  1342. position: relative;
  1343. display: flex;
  1344. justify-content: center;
  1345. align-items: center;
  1346. flex-direction: row;
  1347. }
  1348. .caimei_report .report_item .report_line .container .box {
  1349. width: 20px;
  1350. height: 20px;
  1351. display: flex;
  1352. justify-content: center;
  1353. align-items: center;
  1354. }
  1355. .caimei_report .report_item .report_line .container .box span {
  1356. position: absolute;
  1357. box-sizing: border-box;
  1358. border: none;
  1359. background: #FFFFFF;
  1360. border-radius: 50%;
  1361. animation: animate 1s linear infinite;
  1362. animation-delay: calc(0.5s * var(--i))
  1363. }
  1364. #sixPage .community {
  1365. width: 1200px;
  1366. height: 70vh;
  1367. display: flex;
  1368. justify-content: space-between;
  1369. align-items: center;
  1370. margin-top: 2vw;
  1371. flex-direction: column;
  1372. }
  1373. .community .community_video{
  1374. width: 100%;
  1375. height: 45%;
  1376. font-size: 1vw;
  1377. display: flex;
  1378. justify-content: space-between;
  1379. flex-direction: column;
  1380. }
  1381. .community .community_article {
  1382. width: 100%;
  1383. height: 45%;
  1384. font-size: 1vw;
  1385. display: flex;
  1386. justify-content: space-between;
  1387. flex-direction: column;
  1388. }
  1389. .community_title {
  1390. padding: 1% 0;
  1391. font-size: 1vw;
  1392. }
  1393. .community .community_list {
  1394. width: 100%;
  1395. display: flex;
  1396. /*justify-content: space-between;*/
  1397. align-items: center;
  1398. height: 90%;
  1399. }
  1400. .community_list .video_list_item {
  1401. width: 24%;
  1402. height: 100%;
  1403. box-sizing: border-box;
  1404. padding-top: 5px;
  1405. display: flex;
  1406. flex-direction: column;
  1407. justify-content: space-between;
  1408. align-items: center;
  1409. transition: .2s;
  1410. cursor: pointer;
  1411. }
  1412. .community_list .article_list_item {
  1413. width: 24%;
  1414. height: 100%;
  1415. box-sizing: border-box;
  1416. padding-top: 5px;
  1417. display: flex;
  1418. flex-direction: column;
  1419. justify-content: space-between;
  1420. align-items: center;
  1421. transition: .2s;
  1422. cursor: pointer;
  1423. }
  1424. .article_list_item .article_list_item_content {
  1425. height: 100%;
  1426. width: 100%;
  1427. border: 1px solid #EAEAEA;
  1428. box-sizing: border-box;
  1429. color: #202020;
  1430. }
  1431. .video_list_item .video_list_item_content {
  1432. height: 100%;
  1433. width: 100%;
  1434. border: 1px solid #EAEAEA;
  1435. box-sizing: border-box;
  1436. color: #202020;
  1437. position: relative;
  1438. }
  1439. .video_list_item .video_list_item_content .player_bg {
  1440. position: absolute;
  1441. width: 100%;
  1442. height: 60%;
  1443. box-sizing: border-box;
  1444. left: 0;
  1445. top: 0;
  1446. background: rgba(24, 23, 23, 0.4);
  1447. display: none;
  1448. justify-content: center;
  1449. align-items: center;
  1450. transition: .2s;
  1451. z-index: 11;
  1452. }
  1453. .video_list_item_content .video_player {
  1454. width: 100%;
  1455. height: 60%;
  1456. box-sizing: border-box;
  1457. overflow: hidden;
  1458. }
  1459. .article_list_item_content .article_bg {
  1460. width: 100%;
  1461. height: 60%;
  1462. box-sizing: border-box;
  1463. overflow: hidden;
  1464. }
  1465. .video_list_item_content .video_title {
  1466. width: 100%;
  1467. height: 40%;
  1468. box-sizing: border-box;
  1469. font-size: 14px;
  1470. display: flex;
  1471. justify-content: center;
  1472. align-items: center;
  1473. line-height: 22px;
  1474. padding: 20px
  1475. }
  1476. .article_list_item_content .article_text {
  1477. width: 100%;
  1478. height: 40%;
  1479. box-sizing: border-box;
  1480. display: flex;
  1481. justify-content: space-around;
  1482. align-items: center;
  1483. flex-direction: column;
  1484. font-size: 0.7vw;
  1485. color: #808080;
  1486. }
  1487. .article_list_item_content .text_title {
  1488. color: #202020;
  1489. font-size: 1vw;
  1490. width: 100%;
  1491. box-sizing: border-box;
  1492. border-left: 3px solid #FF5B00;
  1493. padding: 0 4%;
  1494. }
  1495. .video_list_item:nth-child(1):hover {
  1496. padding: 0 0 5px 0;
  1497. }
  1498. .video_list_item:nth-child(1):hover .video_list_item_content {
  1499. box-shadow: 0px 6px 35px 0px rgba(255,157,102,0.12);
  1500. color: #FF5B00;
  1501. }
  1502. .video_list_item:nth-child(1):hover .player_bg {
  1503. display: flex;
  1504. }
  1505. .video_list_item:nth-child(2):hover .player_bg {
  1506. display: flex;
  1507. }
  1508. .video_list_item:nth-child(3):hover .player_bg {
  1509. top: 0;
  1510. display: flex;
  1511. }
  1512. .video_list_item:nth-child(4):hover .player_bg {
  1513. top: 0;
  1514. display: flex;
  1515. }
  1516. .video_list_item:nth-child(2):hover {
  1517. padding: 0 0 5px 0;
  1518. }
  1519. .video_list_item:nth-child(2):hover .video_list_item_content {
  1520. box-shadow: 0px 6px 35px 0px rgba(255,157,102,0.12);
  1521. color: #FF5B00 !important;
  1522. }
  1523. .video_list_item:nth-child(3):hover {
  1524. padding: 0 0 5px 0;
  1525. }
  1526. .video_list_item:nth-child(3):hover .video_list_item_content {
  1527. box-shadow: 0px 6px 20px 0px rgba(255,157,102,0.12);
  1528. color: #FF5B00 !important;
  1529. }
  1530. .video_list_item:nth-child(4):hover {
  1531. padding: 0 0 5px 0;
  1532. }
  1533. .video_list_item:nth-child(4):hover .video_list_item_content{
  1534. box-shadow: 0px 6px 20px 0px rgba(255,157,102,0.12);
  1535. color: #FF5B00;
  1536. }
  1537. .article_list_item:nth-child(1):hover {
  1538. padding: 0 0 5px 0;
  1539. }
  1540. .article_list_item:nth-child(1):hover .article_list_item_content {
  1541. box-shadow: 0px 6px 20px 0px rgba(255,157,102,0.12);
  1542. color: #FF5B00 !important;
  1543. }
  1544. .article_list_item:nth-child(2):hover .article_list_item_content {
  1545. box-shadow: 0px 6px 20px 0px rgba(255,157,102,0.12);
  1546. color: #FF5B00 !important;
  1547. }
  1548. .article_list_item:nth-child(3):hover .article_list_item_content {
  1549. box-shadow: 0px 6px 20px 0px rgba(255,157,102,0.12);
  1550. color: #FF5B00 !important;
  1551. }
  1552. .article_list_item:nth-child(4):hover .article_list_item_content {
  1553. box-shadow: 0px 6px 20px 0px rgba(255,157,102,0.12);
  1554. color: #FF5B00 !important;
  1555. }
  1556. .article_list_item:nth-child(2):hover {
  1557. padding: 0 0 5px 0;
  1558. }
  1559. .article_list_item:nth-child(3):hover {
  1560. padding: 0 0 5px 0;
  1561. }
  1562. .article_list_item:nth-child(4):hover {
  1563. padding: 0 0 5px 0;
  1564. }
  1565. .article_list_item:nth-child(1):hover .text_title,
  1566. .article_list_item:nth-child(2):hover .text_title,
  1567. .article_list_item:nth-child(3):hover .text_title,
  1568. .article_list_item:nth-child(4):hover .text_title {
  1569. color: #FF5B00 !important;
  1570. }
  1571. @keyframes animate {
  1572. 0% {
  1573. width: 0;
  1574. height: 0;
  1575. }
  1576. 50% {
  1577. opacity: 1;
  1578. }
  1579. 100% {
  1580. width: 50px;
  1581. height: 50px;
  1582. opacity: 0;
  1583. }
  1584. }
  1585. .cm_video_player {
  1586. position: fixed;
  1587. left: 0;
  1588. top: 0;
  1589. width: 100vw;
  1590. height: 100vh;
  1591. background: rgba(24, 23, 23, 0.5);
  1592. display: none;
  1593. z-index: 999;
  1594. justify-content: center;
  1595. align-items: center;
  1596. }