ckplayer.ixigua.css 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707
  1. .ckplayer-error{
  2. position: fixed;
  3. z-index: 9999999;
  4. left: 10px;
  5. bottom: 10px;
  6. width: auto;
  7. height: 38px;
  8. line-height: 38px;
  9. padding: 0 .85rem;
  10. background: rgb(0,0,0,.9);
  11. border-radius: .25rem;
  12. color: #FFF;
  13. font-size: 14px;
  14. white-space: nowrap;
  15. }
  16. .ckplayer-ckplayer{
  17. width: 100%;
  18. height: 100%;
  19. float: left;
  20. background: #000;
  21. overflow: hidden;
  22. }
  23. .ckplayer-ckplayer .ck-main.ck-nocursor{
  24. cursor: none;
  25. }
  26. .ckplayer-ckplayer-smallwindow{
  27. position: fixed;
  28. z-index: 9999999;
  29. width: 420px;
  30. max-width: 100%;
  31. height: 266px;
  32. right: 10px;
  33. bottom: 10px;
  34. }
  35. .ckplayer-ckplayer .ck-main{
  36. width: 100%;
  37. height: 100%;
  38. overflow: hidden;
  39. background: #000;
  40. position: relative;
  41. }
  42. .ckplayer-ckplayer .ck-main .ck-video{
  43. width: 100%;
  44. height: 100%;
  45. overflow: hidden;
  46. position:absolute;
  47. z-index: 1;
  48. top: 0;
  49. left: 0;
  50. right: 0;
  51. bottom: 0;
  52. margin: auto;
  53. }
  54. .ckplayer-ckplayer .ck-main .ck-video video,.ckplayer-ckplayer .ck-main .ck-video canvas{
  55. width: 100%;
  56. height: 100%;
  57. }
  58. .ckplayer-ckplayer .ck-main .ck-error{
  59. width: 100%;
  60. height: 80px;
  61. line-height: 35px;
  62. text-align: center;
  63. color: #FFF;
  64. position:absolute;
  65. z-index: 70;
  66. top: 0;
  67. left: 0;
  68. right: 0;
  69. bottom: 0;
  70. margin: auto;
  71. overflow: hidden;
  72. }
  73. .ckplayer-ckplayer .ck-main .ck-logo{
  74. position:absolute;
  75. right: 20px;
  76. top:20px;
  77. z-index: 400;
  78. }
  79. .ckplayer-ckplayer .ck-main .ck-loading{
  80. position:absolute;
  81. top:0;
  82. bottom: 0;
  83. left: 0;
  84. right: 0;
  85. margin: auto;
  86. z-index: 80;
  87. width: 80px;
  88. height: 80px;
  89. border-radius: 50%;
  90. background: url(images/loading.png) no-repeat center center;
  91. background-size: 100% 100%;
  92. animation: ck-Circle 1.5s linear infinite;
  93. -webkit-animation: ck-Circle 1.5s linear infinite
  94. }
  95. .ckplayer-ckplayer .ck-main .ck-center-play{
  96. background: url(images/play.png) no-repeat 70% center;
  97. background-size:60% 60%;
  98. border: 8px solid rgba(255,255,255,.3);
  99. border-radius: 50%;
  100. box-sizing:border-box;
  101. -moz-box-sizing:border-box; /* Firefox */
  102. -webkit-box-sizing:border-box; /* Safari */
  103. width: 80px;
  104. height: 80px;
  105. position: absolute;
  106. display: none;
  107. z-index: 90;
  108. top: 0;
  109. left: 0;
  110. right: 0;
  111. bottom: 0;
  112. margin: auto;
  113. cursor: pointer;
  114. transition: .2s;
  115. }
  116. .ckplayer-ckplayer .ck-main.ck-main-full .ck-center-play{
  117. width: 100px;
  118. height: 100px;
  119. }
  120. .ckplayer-ckplayer .ck-main .ck-center-play:hover{
  121. width: 100px;
  122. height: 100px;
  123. transition: 0.2s;
  124. }
  125. .ckplayer-ckplayer .ck-main.ck-main-full .ck-center-play:hover{
  126. width: 120px;
  127. height: 120px;
  128. }
  129. .ckplayer-ckplayer .ck-main .ck-buffer{
  130. background: url(images/buffer.png) no-repeat center center;
  131. background-size:100% 100%;
  132. border-radius: 50%;
  133. width: 60px;
  134. height: 60px;
  135. position: absolute;
  136. z-index: 100;
  137. top:0;
  138. bottom: 0;
  139. left: 0;
  140. right: 0;
  141. margin: auto;
  142. display: none;
  143. animation: ck-Circle 1s linear infinite;
  144. -webkit-animation: ck-Circle 1s linear infinite
  145. }
  146. .ckplayer-ckplayer .ck-main .ck-message{
  147. position: absolute;
  148. z-index: 240;
  149. left:5px;
  150. bottom: 78px;
  151. padding: 0 1rem;
  152. line-height: 30px;
  153. height: 30px;
  154. width: auto;
  155. min-width: 1px;
  156. border-radius: .25rem;
  157. background: rgba(0,0,0,.6);
  158. font-size: 14px;
  159. color: #FFF;
  160. display: none;
  161. white-space:nowrap;
  162. }
  163. .ckplayer-ckplayer .ck-main .ck-message-right{
  164. left:auto;
  165. right: 5px;
  166. }
  167. .ckplayer-ckplayer .ck-main.ck-main-full .ck-message{
  168. font-size: 18px;
  169. bottom: 100px;
  170. }
  171. .ckplayer-ckplayer .ck-main .ck-tip{
  172. width: auto;
  173. height: auto;
  174. position: absolute;
  175. z-index: 230;
  176. display: none;
  177. margin-bottom: 1px;
  178. }
  179. .ckplayer-ckplayer .ck-main .ck-tip .ck-content{
  180. width: auto;
  181. height: auto;
  182. white-space: nowrap;
  183. min-width: 1px;
  184. background: rgba(0,0,0,.6);
  185. font-size: 14px;
  186. color: #FFF;
  187. line-height: 32px;
  188. height: 32px;
  189. padding: 0 15px;
  190. }
  191. .ckplayer-ckplayer .ck-main .ck-tip .ck-content-float-auto{
  192. border-radius: 5px;
  193. margin: auto;
  194. }
  195. .ckplayer-ckplayer .ck-main .ck-tip .ck-content-float-left{
  196. border-radius: 5px;
  197. float: left;
  198. }
  199. .ckplayer-ckplayer .ck-main.ck-main-full .ck-tip .ck-content{
  200. font-size: 18px;
  201. }
  202. .ckplayer-ckplayer .ck-main .ck-tip .ck-triangle{
  203. width: 0px;
  204. height: 0px;
  205. }
  206. .ckplayer-ckplayer .ck-main .ck-tip .ck-triangle-auto{
  207. border-left: 8px solid transparent;
  208. border-top: 8px solid rgba(0, 0, 0,.6);
  209. border-right: 8px solid transparent;
  210. margin: auto;
  211. }
  212. .ckplayer-ckplayer .ck-main .ck-tip .ck-triangle-left{
  213. border-top: 5px solid transparent;
  214. border-bottom: 5px solid transparent;
  215. border-left: 8px solid rgba(0, 0, 0,.6);
  216. float: left;
  217. margin-top: 10px;
  218. }
  219. .ckplayer-ckplayer .ck-main .ck-preview{
  220. position: absolute;
  221. z-index: 210;
  222. width: 100%;
  223. left:0;
  224. bottom: 64px;
  225. overflow: hidden;
  226. display: none;
  227. }
  228. .ckplayer-ckplayer .ck-main.ck-main-full .ck-preview{
  229. bottom: 86px;
  230. }
  231. .ckplayer-ckplayer .ck-main .ck-preview-load-img{
  232. position: absolute;
  233. z-index: 210;
  234. top:110%;
  235. }
  236. .ckplayer-ckplayer .ck-main .ck-preview .ck-preview-bg{
  237. position: absolute;
  238. z-index: 1;
  239. top:0;
  240. float: left;
  241. transition: .2s;
  242. }
  243. .ckplayer-ckplayer .ck-main .ck-preview .ck-preview-bg .ck-preview-img{
  244. background-repeat: no-repeat ;
  245. float: left;
  246. }
  247. .ckplayer-ckplayer .ck-main .ck-preview .ck-preview-frame{
  248. position: absolute;
  249. z-index: 2;
  250. top:0;
  251. left:-1000px;
  252. border:4px solid #0078ff;
  253. box-sizing:content-box;
  254. -moz-box-sizing:content-box; /* Firefox */
  255. -webkit-box-sizing:content-box; /* Safari */
  256. }
  257. .ckplayer-ckplayer .ck-main .ck-prompt-words{
  258. position: absolute;
  259. z-index: 220;
  260. width: 213px;
  261. line-height: 23px;
  262. font-size: 14px;
  263. color: #FFF;
  264. background: rgba(0, 0, 0,.6);
  265. overflow: hidden;
  266. display: none;
  267. margin-bottom: 10px;
  268. border-radius: 3px;
  269. -webkit-animation-fill-mode: both;
  270. animation-fill-mode: both;
  271. -webkit-animation-duration: .2s;
  272. animation-duration: .2s;
  273. -webkit-animation-name: ck-bounceIn;
  274. animation-name: ck-bounceIn;
  275. }
  276. .ckplayer-ckplayer .ck-main .ck-prompt-words .ck-prompt-content{
  277. padding: 5px;
  278. }
  279. .ckplayer-ckplayer .ck-main .ck-layer{
  280. position: absolute;
  281. z-index: 101;
  282. }
  283. .ckplayer-ckplayer .ck-main .ck-tempTime{
  284. position: absolute;
  285. z-index: 20;
  286. left:10px;
  287. bottom: 5px;
  288. display: none;
  289. font-size: 14px;
  290. line-height: 28px;
  291. color: #FFF;
  292. }
  293. /*关于*/
  294. .ckplayer-ckplayer .ck-main .ck-about{
  295. position: absolute;
  296. z-index: 200;
  297. width: 50%;
  298. max-width: 600px;
  299. min-width: 400px;
  300. left: 1rem;
  301. top: 1rem;
  302. background: rgba(0,0,0,.6);
  303. padding: 1rem 0;
  304. display: none;
  305. }
  306. .ckplayer-ckplayer .ck-main .ck-about ul{
  307. padding: 0;
  308. margin: 0;
  309. }
  310. .ckplayer-ckplayer .ck-main .ck-about ul li{
  311. list-style:none;
  312. color: #FFF;
  313. font-size: 12px;
  314. line-height: 18px;
  315. height: 18px;
  316. padding: 0;
  317. margin: 0;
  318. }
  319. .ckplayer-ckplayer .ck-main .ck-about ul li .ck-about-title{
  320. width: 100px;
  321. text-align: right;
  322. float: left;
  323. padding-right: .5rem;
  324. }
  325. .ckplayer-ckplayer .ck-main .ck-about ul li .ck-about-content{
  326. width: auto;
  327. float: left;
  328. }
  329. .ckplayer-ckplayer .ck-main .ck-about .ck-about-bar{
  330. position: absolute;
  331. z-index: 1;
  332. top: 0;
  333. right: 0;
  334. width: 96px;
  335. }
  336. .ckplayer-ckplayer .ck-main.ck-main-full .ck-about .ck-about-bar{
  337. width: 140px;
  338. }
  339. .ckplayer-ckplayer .ck-main .ck-about .ck-about-bar .ck-btn-about-copy{
  340. background-position:-1632px 0;
  341. }
  342. .ckplayer-ckplayer .ck-main .ck-about .ck-about-bar .ck-btn-about-copy:hover{
  343. background-position:-1680px 0;
  344. }
  345. .ckplayer-ckplayer .ck-main.ck-main-full .ck-about .ck-about-bar .ck-btn-about-copy{
  346. background-position:-2380px 0;
  347. }
  348. .ckplayer-ckplayer .ck-main.ck-main-full .ck-about .ck-about-bar .ck-btn-about-copy:hover{
  349. background-position:-2450px 0;
  350. }
  351. .ckplayer-ckplayer .ck-main .ck-about .ck-about-bar .ck-btn-about-close{
  352. background-position:-1728px 0;
  353. }
  354. .ckplayer-ckplayer .ck-main .ck-about .ck-about-bar .ck-btn-about-close:hover{
  355. background-position:-1776px 0;
  356. }
  357. .ckplayer-ckplayer .ck-main.ck-main-full .ck-about .ck-about-bar .ck-btn-about-close{
  358. background-position:-2520px 0;
  359. }
  360. .ckplayer-ckplayer .ck-main.ck-main-full .ck-about .ck-about-bar .ck-btn-about-close:hover{
  361. background-position:-2590px 0;
  362. }
  363. /*截图显示容器*/
  364. .ckplayer-ckplayer .ck-main .ck-screenshot{
  365. position: absolute;
  366. z-index: 220;
  367. width: auto;
  368. height: 144px;
  369. margin: auto !important;
  370. top: 0;
  371. bottom: 0;
  372. right: 55px;
  373. display: none;
  374. }
  375. .ckplayer-ckplayer .ck-main.ck-main-full .ck-screenshot{
  376. height: 210px;
  377. right: 77px;
  378. }
  379. .ckplayer-ckplayer .ck-main .ck-screenshot .ck-screenshot-img{
  380. position: absolute;
  381. z-index: 1;
  382. width: 100%;
  383. height: 100%;
  384. }
  385. .ckplayer-ckplayer .ck-main .ck-screenshot .ck-screenshot-img img{
  386. height: 100%;
  387. }
  388. .ckplayer-ckplayer .ck-main .ck-screenshot .ck-screenshot-bar{
  389. position: absolute;
  390. z-index: 1;
  391. width: 100%;
  392. height: 36px;
  393. bottom: 5px;
  394. text-align: center;
  395. }
  396. .ckplayer-ckplayer .ck-main .ck-screenshot .ck-screenshot-bar .ck-screenshot-btn{
  397. display: inline-block;
  398. overflow: hidden;
  399. border: 0px solid transparent;
  400. border-radius: 5px;
  401. vertical-align: middle;
  402. text-align: center;
  403. text-decoration: none;
  404. white-space: nowrap;
  405. font-size: 14px;
  406. line-height: 30px;
  407. padding: 0px 15px;
  408. cursor: pointer;
  409. -webkit-user-select: none;
  410. -moz-user-select: none;
  411. -ms-user-select: none;
  412. user-select: none;
  413. color: #fff;
  414. margin: 0 5px;
  415. }
  416. .ckplayer-ckplayer .ck-main .ck-screenshot .ck-screenshot-bar .ck-screenshot-btn:hover{
  417. color: #FFFF00;
  418. }
  419. .ckplayer-ckplayer .ck-main .ck-screenshot .ck-screenshot-bar .ck-screenshot-btn:focus{
  420. outline:0;
  421. }
  422. .ckplayer-ckplayer .ck-main .ck-screenshot .ck-screenshot-bar .ck-screenshot-down{
  423. background-color: #007bff;
  424. }
  425. .ckplayer-ckplayer .ck-main .ck-screenshot .ck-screenshot-bar .ck-screenshot-close{
  426. background-color: #505050;
  427. color: #fff;
  428. }
  429. /*广告*/
  430. .ckplayer-ckplayer .ck-main .ck-yytf{
  431. position: absolute;
  432. z-index: 800;
  433. width: 100%;
  434. height: 100%;
  435. left: 0px;
  436. top: 0px;
  437. }
  438. .ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-front-link{
  439. width: 100%;
  440. height: 100%;
  441. display: none;
  442. cursor: pointer;
  443. }
  444. .ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-front-picture{
  445. width: 100%;
  446. height: 100%;
  447. background: #000;
  448. display: none;
  449. text-align: center;
  450. line-height: 100%;
  451. }
  452. .ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-front-picture img{
  453. max-width: 100%;
  454. max-height: 100%;
  455. position: absolute;
  456. top: 0;
  457. left: 0;
  458. right: 0;
  459. bottom: 0;
  460. margin: auto;
  461. }
  462. .ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-top{
  463. position: absolute;
  464. z-index: 3;
  465. top: 10px;
  466. right: 10px;
  467. }
  468. .ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-top div{
  469. float: right;
  470. margin-left: 10px;
  471. font-size: 14px;
  472. border-radius: 15px;
  473. background: rgba(0,0,0,.6);
  474. padding: 0px 10px;
  475. line-height: 30px;
  476. height: 30px;
  477. color: #FFF;
  478. }
  479. .ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-top div{
  480. font-size: 18px;
  481. border-radius: 20px;
  482. line-height: 40px;
  483. height: 40px;
  484. }
  485. .ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-top .ck-yytf-closetime{
  486. display: none;
  487. }
  488. .ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-top .ck-yytf-closead{
  489. cursor: pointer;
  490. display: none;
  491. }
  492. /*显示广告时的底部内容*/
  493. .ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom{
  494. position: absolute;
  495. z-index: 3;
  496. bottom: 10px;
  497. right: 10px;
  498. }
  499. /*显示广告时的底部按钮-共用*/
  500. .ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-btn{
  501. background-color: rgba(0,0,0,.6);
  502. background-image: url(images/ckplayer_ixigua.png);
  503. background-size: auto 100%;
  504. border: none;
  505. outline: none;
  506. width: 30px;
  507. height: 30px;
  508. cursor: pointer;
  509. background-repeat: no-repeat;
  510. border-radius: 50%;
  511. }
  512. .ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-bottom .ck-yytf-btn{
  513. width: 40px;
  514. height: 40px;
  515. }
  516. /*显示广告时的静音按钮*/
  517. .ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-mutedandexit{
  518. float: right;
  519. width: 30px;
  520. height: 30px;
  521. margin-left: 10px;
  522. overflow: hidden;
  523. }
  524. .ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-bottom .ck-yytf-mutedandexit{
  525. width: 40px;
  526. height: 40px;
  527. }
  528. .ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-mutedandexit .ck-yytf-mutedandexit-muted{
  529. background-position:-180px 0;
  530. }
  531. .ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-mutedandexit .ck-yytf-mutedandexit-muted:hover{
  532. background-position:-210px 0;
  533. }
  534. .ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-mutedandexit .ck-yytf-mutedandexit-exitmuted{
  535. background-position:-240px 0;
  536. }
  537. .ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-mutedandexit .ck-yytf-mutedandexit-exitmuted:hover{
  538. background-position:-270px 0;
  539. }
  540. .ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-bottom .ck-yytf-mutedandexit .ck-yytf-mutedandexit-muted{
  541. background-position:-240px 0;
  542. }
  543. .ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-bottom .ck-yytf-mutedandexit .ck-yytf-mutedandexit-muted:hover{
  544. background-position:-280px 0;
  545. }
  546. .ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-bottom .ck-yytf-mutedandexit .ck-yytf-mutedandexit-exitmuted{
  547. background-position:-320px 0;
  548. }
  549. .ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-bottom .ck-yytf-mutedandexit .ck-yytf-mutedandexit-exitmuted:hover{
  550. background-position:-360px 0;
  551. }
  552. /*显示广告时的全屏按钮*/
  553. .ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-fullandexit{
  554. float: right;
  555. width: 30px;
  556. height: 30px;
  557. margin-left: 10px;
  558. overflow: hidden;
  559. }
  560. .ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-bottom .ck-yytf-fullandexit{
  561. width: 40px;
  562. height: 40px;
  563. }
  564. .ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-fullandexit .ck-yytf-fullandexit-full{
  565. background-position:-300px 0;
  566. }
  567. .ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-fullandexit .ck-yytf-fullandexit-full:hover{
  568. background-position:-330px 0;
  569. }
  570. .ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-fullandexit .ck-yytf-fullandexit-exitfull{
  571. background-position:-360px 0;
  572. }
  573. .ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-fullandexit .ck-yytf-fullandexit-exitfull:hover{
  574. background-position:-390px 0;
  575. }
  576. .ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-bottom .ck-yytf-fullandexit .ck-yytf-fullandexit-full{
  577. background-position:-400px 0;
  578. }
  579. .ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-bottom .ck-yytf-fullandexit .ck-yytf-fullandexit-full:hover{
  580. background-position:-440px 0;
  581. }
  582. .ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-bottom .ck-yytf-fullandexit .ck-yytf-fullandexit-exitfull{
  583. background-position:-480px 0;
  584. }
  585. .ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-bottom .ck-yytf-fullandexit .ck-yytf-fullandexit-exitfull:hover{
  586. background-position:-520px 0;
  587. }
  588. /*广告查看详情按钮*/
  589. .ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-details{
  590. float: right;
  591. font-size: 14px;
  592. border-radius: 15px;
  593. background: rgba(0,0,0,.6);
  594. padding: 0 10px;
  595. color: #FFF;
  596. line-height: 30px;
  597. height: 30px;
  598. }
  599. .ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-bottom .ck-yytf-details{
  600. font-size: 18px;
  601. border-radius: 20px;
  602. line-height: 40px;
  603. height: 40px;
  604. }
  605. .ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-details a{
  606. color: #FFF;
  607. text-decoration: none;
  608. }
  609. /*暂停广告容器*/
  610. .ckplayer-ckplayer .ck-main .ck-pause-yytf{
  611. display: none;
  612. position:absolute;
  613. z-index: 800;
  614. max-width: 100%;
  615. max-height: 100%;
  616. top: 0;
  617. left: 0;
  618. right: 0;
  619. bottom: 0;
  620. margin: auto;
  621. }
  622. .ckplayer-ckplayer .ck-main .ck-pause-yytf img{
  623. max-width: 100%;
  624. max-height: 100%;
  625. }
  626. .ckplayer-ckplayer .ck-main .ck-pause-close{
  627. position:absolute;
  628. z-index: 1;
  629. right: -15px;
  630. top:-15px;
  631. width: 30px;
  632. height: 30px;
  633. background-color: transparent;
  634. background-image: url(images/adclose.png);
  635. border: none;
  636. outline: none;
  637. cursor: pointer;
  638. background-repeat: no-repeat ;
  639. }
  640. .ckplayer-ckplayer .ck-main .ck-pause-close:hover{
  641. background-position:-30px 0;
  642. }
  643. /*右键菜单*/
  644. .ckplayer-ckplayer-menu{
  645. width:120px;
  646. background: rgba(0,0,0,.8);
  647. position: absolute;
  648. z-index: 9000;
  649. font-size:14px ;
  650. border: 1px #000 solid;
  651. display: none;
  652. border-radius: 5px;
  653. }
  654. .ckplayer-ckplayer-menu .ck-li{
  655. color: #adadad;
  656. line-height: 35px;
  657. padding: 0 0 0 5px;
  658. }
  659. .ckplayer-ckplayer-menu .ck-li a{
  660. color: #FFF;
  661. text-decoration: none;
  662. }
  663. .ckplayer-ckplayer-menu .ck-underline{
  664. border-bottom: 1px #000 solid;
  665. }
  666. /*控制栏*/
  667. .ckplayer-ckplayer .ck-main .ck-bar{
  668. position:absolute;
  669. z-index: 260;
  670. left:0px;
  671. bottom:0px;
  672. width: 100%;
  673. height: 48px;
  674. background: rgba(0,0,0,.3);
  675. transition: 0.2s;
  676. }
  677. .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar{
  678. height: 70px;
  679. }
  680. .ckplayer-ckplayer .ck-main .ck-bar.ck-bar-out{
  681. bottom: -50px;
  682. transition: 0.2s;
  683. }
  684. .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar.ck-bar-out{
  685. bottom: -80px;
  686. transition: 0.2s;
  687. }
  688. /*按钮公用样式*/
  689. .ckplayer-ckplayer .ck-main .ck-bar-btn{
  690. background-color: transparent;
  691. background-image: url(images/ckplayer_ixigua.48.png);
  692. background-size: auto 100%;
  693. border: none;
  694. outline: none;
  695. width: 48px;
  696. height: 48px;
  697. cursor: pointer;
  698. background-repeat: no-repeat ;
  699. }
  700. .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar-btn{
  701. background-image: url(images/ckplayer_ixigua.png);
  702. width: 70px;
  703. height: 70px;
  704. }
  705. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-btn:hover{
  706. background-size:auto 100%;
  707. }
  708. /*播放暂停按钮组*/
  709. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playandpause{
  710. float: left;
  711. }
  712. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playandpause .ck-btn-play{
  713. background-position:0px top;
  714. }
  715. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playandpause .ck-btn-play:hover{
  716. background-position:-48px 0;
  717. }
  718. .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-playandpause .ck-btn-play:hover{
  719. background-position:-70px 0;
  720. }
  721. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playandpause .ck-btn-pause{
  722. background-position:-96px 0;
  723. }
  724. .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-playandpause .ck-btn-pause{
  725. background-position:-140px 0;
  726. }
  727. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playandpause .ck-btn-pause:hover{
  728. background-position:-144px 0;
  729. }
  730. .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-playandpause .ck-btn-pause:hover{
  731. background-position:-210px 0;
  732. }
  733. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playandpause .ck-btn-refresh{
  734. background-position:-192px 0;
  735. }
  736. .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-playandpause .ck-btn-refresh{
  737. background-position:-280px 0;
  738. }
  739. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playandpause .ck-btn-refresh:hover{
  740. background-position:-240px 0;
  741. }
  742. .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-playandpause .ck-btn-refresh:hover{
  743. background-position:-350px 0;
  744. }
  745. /*返回播放按钮*/
  746. .ckplayer-ckplayer .ck-main .ck-bar .ck-btn-backlive{
  747. float: left;
  748. font-size: 16px;
  749. line-height: 28px;
  750. border-radius: 3px;
  751. margin: 10px;
  752. border: 0px;
  753. background: rgba(3,60,146,.5);
  754. color: #FFF;
  755. cursor: pointer;
  756. padding: 0 8px;
  757. }
  758. .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-btn-backlive{
  759. font-size: 18px;
  760. line-height: 36px;
  761. margin: 17px 10px;
  762. }
  763. .ckplayer-ckplayer .ck-main .ck-bar .ck-btn-backlive:hover{
  764. background: rgba(3,60,146,.9);
  765. }
  766. .ckplayer-ckplayer .ck-main .ck-bar .ck-btn-backlive:focus{
  767. outline:0;
  768. background: rgba(3,60,146,.6);
  769. }
  770. /*静音取消静音按钮组*/
  771. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox .ck-btn-muted{
  772. background-position:-288px 0;
  773. }
  774. .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-volumebox .ck-btn-muted{
  775. background-position:-420px 0;
  776. }
  777. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox .ck-btn-muted:hover{
  778. background-position:-336px 0;
  779. }
  780. .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-volumebox .ck-btn-muted:hover{
  781. background-position:-490px 0;
  782. }
  783. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox .ck-btn-exitmuted{
  784. background-position:-384px 0;
  785. }
  786. .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-volumebox .ck-btn-exitmuted{
  787. background-position:-560px 0;
  788. }
  789. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox .ck-btn-exitmuted:hover{
  790. background-position:-432px 0;
  791. }
  792. .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-volumebox .ck-btn-exitmuted:hover{
  793. background-position:-630px 0;
  794. }
  795. /*全屏按钮组*/
  796. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-fullandexit{
  797. float: right;
  798. }
  799. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-fullandexit .ck-btn-full{
  800. background-position:-480px 0;
  801. }
  802. .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-fullandexit .ck-btn-full{
  803. background-position:-700px 0;
  804. }
  805. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-fullandexit .ck-btn-full:hover{
  806. background-position:-528px 0;
  807. -webkit-animation-fill-mode: both;
  808. animation-fill-mode: both;
  809. -webkit-animation-duration: .5s;
  810. animation-duration: .5s;
  811. -webkit-animation-name: ck-button-hover;
  812. animation-name: ck-button-hover;
  813. }
  814. .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-fullandexit .ck-btn-full:hover{
  815. background-position:-770px 0;
  816. }
  817. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-fullandexit .ck-btn-exitfull{
  818. background-position:-672px 0;
  819. display: none;
  820. }
  821. .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-fullandexit .ck-btn-exitfull{
  822. background-position:-840px 0;
  823. }
  824. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-fullandexit .ck-btn-exitfull:hover{
  825. background-position:-720px 0;
  826. -webkit-animation-fill-mode: both;
  827. animation-fill-mode: both;
  828. -webkit-animation-duration: .5s;
  829. animation-duration: .5s;
  830. -webkit-animation-name: ck-button-hover;
  831. animation-name: ck-button-hover;
  832. }
  833. .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-fullandexit .ck-btn-exitfull:hover{
  834. background-position:-910px 0;
  835. }
  836. /*网页全屏按钮组*/
  837. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-webfullandexit{
  838. float: right;
  839. }
  840. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-webfullandexit .ck-btn-webfull{
  841. background-position:-768px 0;
  842. }
  843. .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-webfullandexit .ck-btn-webfull{
  844. background-position:-1120px 0;
  845. }
  846. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-webfullandexit .ck-btn-webfull:hover{
  847. background-position:-816px 0;
  848. -webkit-animation-fill-mode: both;
  849. animation-fill-mode: both;
  850. -webkit-animation-duration: .5s;
  851. animation-duration: .5s;
  852. -webkit-animation-name: ck-button-hover;
  853. animation-name: ck-button-hover;
  854. }
  855. .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-webfullandexit .ck-btn-webfull:hover{
  856. background-position:-1190px 0;
  857. }
  858. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-webfullandexit .ck-btn-exitwebfull{
  859. background-position:-864px 0;
  860. display: none;
  861. }
  862. .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-webfullandexit .ck-btn-exitwebfull{
  863. background-position:-1260px 0;
  864. }
  865. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-webfullandexit .ck-btn-exitwebfull:hover{
  866. background-position:-912px 0;
  867. -webkit-animation-fill-mode: both;
  868. animation-fill-mode: both;
  869. -webkit-animation-duration: .5s;
  870. animation-duration: .5s;
  871. -webkit-animation-name: ck-button-hover;
  872. animation-name: ck-button-hover;
  873. }
  874. .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-webfullandexit .ck-btn-exitwebfull:hover{
  875. background-position:-1330px 0;
  876. }
  877. /*剧场模式按钮组*/
  878. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-theatreandexit{
  879. float: right;
  880. }
  881. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-theatreandexit .ck-btn-theatre{
  882. background-position:-960px 0;
  883. }
  884. .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-theatreandexit .ck-btn-theatre{
  885. background-position:-1400px 0;
  886. }
  887. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-theatreandexit .ck-btn-theatre:hover{
  888. background-position:-1008px 0;
  889. -webkit-animation-fill-mode: both;
  890. animation-fill-mode: both;
  891. -webkit-animation-duration: .5s;
  892. animation-duration: .5s;
  893. -webkit-animation-name: ck-button-hover-x;
  894. animation-name: ck-button-hover-x;
  895. }
  896. .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-theatreandexit .ck-btn-theatre:hover{
  897. background-position:-1470px 0;
  898. }
  899. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-theatreandexit .ck-btn-exittheatre{
  900. background-position:-1056px 0;
  901. display: none;
  902. }
  903. .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-theatreandexit .ck-btn-exittheatre{
  904. background-position:-1540px 0;
  905. }
  906. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-theatreandexit .ck-btn-exittheatre:hover{
  907. background-position:-1104px 0;
  908. -webkit-animation-fill-mode: both;
  909. animation-fill-mode: both;
  910. -webkit-animation-duration: .5s;
  911. animation-duration: .5s;
  912. -webkit-animation-name: ck-button-hover-x;
  913. animation-name: ck-button-hover-x;
  914. }
  915. .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-theatreandexit .ck-btn-exittheatre:hover{
  916. background-position:-1610px 0;
  917. }
  918. /*播放速度*/
  919. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playbackrate-box{
  920. float: right;
  921. height: 48px;
  922. line-height: 48px;
  923. position: relative;
  924. cursor: pointer;
  925. }
  926. .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-playbackrate-box{
  927. height: 70px;
  928. line-height: 70px;
  929. }
  930. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playbackrate-box .ck-bar-playbackrate{
  931. height: 100%;
  932. padding: 0 10px;
  933. white-space:nowrap;
  934. font-size: 16px;
  935. color: #cfcccc;
  936. -moz-user-select:none; /*火狐*/
  937. -webkit-user-select:none; /*webkit浏览器*/
  938. -ms-user-select:none; /*IE10*/
  939. -khtml-user-select:none; /*早期浏览器*/
  940. user-select:none;
  941. }
  942. .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-playbackrate-box .ck-bar-playbackrate{
  943. font-size: 18px;
  944. }
  945. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playbackrate-box .ck-bar-playbackrate:hover{
  946. color: #FFF;
  947. }
  948. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playbackrate-box .ck-bar-playbackrate-bg-box {
  949. width: auto;
  950. height: auto;
  951. }
  952. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playbackrate-box:hover .ck-bar-playbackrate-bg-box {
  953. display: block;
  954. }
  955. /*字幕*/
  956. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-track-box{
  957. float: right;
  958. height: 48px;
  959. line-height: 48px;
  960. position: relative;
  961. cursor: pointer;
  962. }
  963. .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-track-box{
  964. height: 70px;
  965. line-height: 70px;
  966. }
  967. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-track-box .ck-bar-track{
  968. height: 100%;
  969. padding: 0 10px;
  970. white-space:nowrap;
  971. font-size: 16px;
  972. color: #cfcccc;
  973. -moz-user-select:none; /*火狐*/
  974. -webkit-user-select:none; /*webkit浏览器*/
  975. -ms-user-select:none; /*IE10*/
  976. -khtml-user-select:none; /*早期浏览器*/
  977. user-select:none;
  978. }
  979. .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-track-box .ck-bar-track{
  980. font-size: 18px;
  981. }
  982. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-track-box .ck-bar-track:hover{
  983. color: #FFF;
  984. }
  985. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-track-box .ck-bar-track-bg-box {
  986. width: auto;
  987. height: auto;
  988. }
  989. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-track-box:hover .ck-bar-track-bg-box {
  990. display: block;
  991. }
  992. /*清晰度*/
  993. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-definition-box{
  994. float: right;
  995. height: 48px;
  996. line-height: 48px;
  997. position: relative;
  998. cursor: pointer;
  999. }
  1000. .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-definition-box{
  1001. height: 70px;
  1002. line-height: 70px;
  1003. }
  1004. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-definition-box .ck-bar-definition{
  1005. height: 100%;
  1006. padding: 0 10px;
  1007. white-space:nowrap;
  1008. font-size: 16px;
  1009. color: #cfcccc;
  1010. -moz-user-select:none; /*火狐*/
  1011. -webkit-user-select:none; /*webkit浏览器*/
  1012. -ms-user-select:none; /*IE10*/
  1013. -khtml-user-select:none; /*早期浏览器*/
  1014. user-select:none;
  1015. }
  1016. .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-definition-box .ck-bar-definition{
  1017. font-size: 18px;
  1018. }
  1019. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-definition-box .ck-bar-definition:hover{
  1020. color: #FFF;
  1021. }
  1022. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-definition-box .ck-bar-definition-bg-box {
  1023. width: auto;
  1024. height: auto;
  1025. }
  1026. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-definition-box:hover .ck-bar-definition-bg-box {
  1027. display: block;
  1028. }
  1029. /*列表切换*/
  1030. .ckplayer-ckplayer .ck-main .ck-bar .ck-list-bg-box {
  1031. background: rgba(0,0,0,.001);
  1032. position: absolute;
  1033. z-index: 1;
  1034. bottom: 46px;
  1035. display: none;
  1036. -webkit-animation-duration: .2s;
  1037. animation-duration: .2s;
  1038. -webkit-animation-name: ck-bounceIn;
  1039. animation-name: ck-bounceIn;
  1040. }
  1041. .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-list-bg-box {
  1042. bottom: 68px;
  1043. }
  1044. .ckplayer-ckplayer .ck-main .ck-bar .ck-list-bg-box .ck-list-bg{
  1045. background: rgba(0,0,0,.6);
  1046. float: left;
  1047. border-radius: 5px;
  1048. padding: 10px;
  1049. margin-bottom: 10px;
  1050. }
  1051. .ckplayer-ckplayer .ck-main .ck-bar .ck-list-bg-box .ck-list-bg .ck-list-p{
  1052. width: 100%;
  1053. float: left;
  1054. line-height: 35px;
  1055. color: #cfcccc;
  1056. text-align: center;
  1057. font-size: 14px;
  1058. background-color: rgba(0,0,0,0);
  1059. border: 0px;
  1060. white-space:nowrap;
  1061. cursor: pointer;
  1062. }
  1063. .ckplayer-ckplayer .ck-main .ck-bar .ck-list-bg-box .ck-list-bg .ck-list-p:hover{
  1064. color: #FFF;
  1065. font-size: 16px;
  1066. }
  1067. .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-list-bg-box .ck-list-bg .ck-list-p:hover{
  1068. font-size: 20px;
  1069. }
  1070. .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-list-bg-box .ck-list-bg .ck-list-p{
  1071. font-size: 18px;
  1072. }
  1073. .ckplayer-ckplayer .ck-main .ck-bar .ck-list-bg-box .ck-list-bg .ck-list-p-focus{
  1074. color: #FF0302;
  1075. }
  1076. /*下一集按钮*/
  1077. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-next{
  1078. float: left;
  1079. background-position:-672px 0;
  1080. }
  1081. .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-next{
  1082. background-position:-980px 0;
  1083. }
  1084. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-next:hover{
  1085. background-position:-720px 0;
  1086. }
  1087. .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-next:hover{
  1088. background-position:-1050px 0;
  1089. }
  1090. /*进度栏*/
  1091. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress{
  1092. width: 100%;
  1093. position:absolute;
  1094. z-index: 1;
  1095. height: 12px;
  1096. top:-11px;
  1097. transition: 0.2s;
  1098. }
  1099. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress .ck-bar-progress-bg{
  1100. width: 100%;
  1101. background: rgba(255,255,255,.3);
  1102. margin-top: 2px;
  1103. overflow: hidden;
  1104. height: 10px;
  1105. transition: .2s;
  1106. cursor: pointer;
  1107. }
  1108. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress .ck-bar-progress-bg .ck-bar-progress-load{
  1109. float: left;
  1110. width: 0px;
  1111. background: rgba(169,169,169,.7);
  1112. height: 10px;
  1113. transition: .2s;
  1114. }
  1115. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress .ck-bar-progress-bg .ck-bar-progress-play{
  1116. width: 0px;
  1117. background: #e80101;
  1118. position: absolute;
  1119. z-index: 1;
  1120. height: 10px;
  1121. transition: .2s;
  1122. cursor: pointer;
  1123. }
  1124. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress .ck-bar-progress-bg .ck-bar-progress-mouseline{
  1125. width: 3px;
  1126. background: rgba(255,255,255,.6);
  1127. position: absolute;
  1128. z-index: 2;
  1129. display: none;
  1130. height: 10px;
  1131. cursor: pointer;
  1132. }
  1133. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress .ck-bar-progress-bg .ck-bar-progress-prompt{
  1134. background: #FFF;
  1135. position: absolute;
  1136. z-index: 3;
  1137. border-radius: 50%;
  1138. width: 10px;
  1139. height: 10px;
  1140. top:2px;
  1141. transition: .2s;
  1142. }
  1143. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress .ck-bar-progress-slider{
  1144. border-radius: 50%;
  1145. overflow: hidden;
  1146. position: relative;
  1147. float: left;
  1148. z-index: 4;
  1149. left: 0px;
  1150. cursor: pointer;
  1151. width: 12px;
  1152. height: 12px;
  1153. top: -11px;
  1154. background: #FFF;
  1155. box-shadow: 0px 0px 0px 4px rgba(255,255,255,.5);
  1156. }
  1157. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress .ck-bar-progress-slider:hover{
  1158. background: #e80101;
  1159. }
  1160. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress .ck-bar-progress-bg:hover .ck-bar-progress-mouseline{
  1161. display: block;
  1162. }
  1163. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress.ck-bar-progress-out{
  1164. height: 2px;
  1165. top:-2px;
  1166. transition: .2s;
  1167. }
  1168. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress.ck-bar-progress-out .ck-bar-progress-bg,.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress.ck-bar-progress-out .ck-bar-progress-load,.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress.ck-bar-progress-out .ck-bar-progress-bg .ck-bar-progress-play{
  1169. height: 2px;
  1170. transition: .2s;
  1171. }
  1172. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress.ck-bar-progress-out .ck-bar-progress-slider{
  1173. width: 12px;
  1174. height: 2px;
  1175. top: -2px;
  1176. box-shadow: 0px 0px 0px 0px rgba(255,255,255,0);
  1177. background: rgba(232,1,1,0);
  1178. transition: .2s;
  1179. }
  1180. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress.ck-bar-progress-out .ck-bar-progress-bg .ck-bar-progress-prompt{
  1181. height: 2px;
  1182. border-radius: 0;
  1183. transition: .2s;
  1184. }
  1185. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress.ck-bar-progress-slider-move .ck-bar-progress-play,.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress.ck-bar-progress-slider-move .ck-bar-progress-slider{
  1186. transition: 0s;
  1187. }
  1188. /*音量调节栏*/
  1189. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox{
  1190. float: right;
  1191. width: 48px;
  1192. overflow-x: hidden;
  1193. }
  1194. /*音量调节栏*/
  1195. .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-volumebox{
  1196. width: 70px;
  1197. }
  1198. /*默认状态-音量调节总外框*/
  1199. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox .ck-bar-volume{
  1200. width: 48px;
  1201. height: 215px;
  1202. background: rgba(0,0,0,.01);
  1203. position: absolute;
  1204. z-index: 1;
  1205. bottom: 46px;
  1206. display: none;
  1207. overflow: hidden;
  1208. }
  1209. /*全屏状态-音量调节总外框*/
  1210. .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-volumebox .ck-bar-volume{
  1211. width: 70px;
  1212. bottom: 68px;
  1213. }
  1214. /*默认状态-音量调节总外框-鼠标经过时样式*/
  1215. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox:hover .ck-bar-volume{
  1216. display: block;
  1217. -webkit-animation-fill-mode: both;
  1218. animation-fill-mode: both;
  1219. -webkit-animation-duration: .1s;
  1220. animation-duration: .1s;
  1221. -webkit-animation-name: ck-bounceIn;
  1222. animation-name: ck-bounceIn;
  1223. }
  1224. /*共用状态-音量调节内部外框*/
  1225. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox .ck-bar-volumex{
  1226. width: 100%;
  1227. height: 200px;
  1228. float: left;
  1229. background: rgba(0,0,0,.8);
  1230. border-radius: 5px;
  1231. }
  1232. /*共用状态-音量调节顶部文字*/
  1233. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox .ck-bar-volume .ck-bar-volume-txt{
  1234. width: 100%;
  1235. height: 40px;
  1236. line-height: 40px;
  1237. color: #FFF;
  1238. text-align: center;
  1239. font-size: 1rem;
  1240. float: left;
  1241. overflow: hidden;
  1242. -moz-user-select:none; /*火狐*/
  1243. -webkit-user-select:none; /*webkit浏览器*/
  1244. -ms-user-select:none; /*IE10*/
  1245. -khtml-user-select:none; /*早期浏览器*/
  1246. user-select:none;
  1247. }
  1248. /*共用状态-音量调节背景色*/
  1249. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox .ck-bar-volume .ck-bar-volume-bg{
  1250. width: 8px;
  1251. height: 140px;
  1252. background: #808080;
  1253. border-radius: 3px;
  1254. overflow: hidden;
  1255. cursor: pointer;
  1256. margin: auto;
  1257. }
  1258. /*共用状态-音量调节前景色*/
  1259. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox .ck-bar-volume .ck-bar-volume-bg .ck-bar-volume-pp{
  1260. width: 8px;
  1261. height: 140px;
  1262. background: #e80101;
  1263. margin-top: 140px;
  1264. }
  1265. /*共用状态-音量调节拖动小按钮*/
  1266. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox .ck-bar-volume .ck-bar-volume-slider{
  1267. width: 10px;
  1268. height: 10px;
  1269. background: #FFF;
  1270. border-radius: 50%;
  1271. overflow: hidden;
  1272. box-shadow: 0px 0px 0px 8px rgba(255,255,255,.5);
  1273. position: absolute;
  1274. z-index: 1;
  1275. top: 0px;
  1276. left: 19px;
  1277. cursor: pointer;
  1278. }
  1279. /*全屏状态-音量调节拖动小按钮*/
  1280. .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-volumebox .ck-bar-volume .ck-bar-volume-slider{
  1281. left: 30px;
  1282. }
  1283. /*默认状态-显示时间*/
  1284. .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-time{
  1285. float: left;
  1286. line-height: 48px;
  1287. font-size: 16px;
  1288. color: #cfcccc;
  1289. -moz-user-select:none; /*火狐*/
  1290. -webkit-user-select:none; /*webkit浏览器*/
  1291. -ms-user-select:none; /*IE10*/
  1292. -khtml-user-select:none; /*早期浏览器*/
  1293. user-select:none;
  1294. }
  1295. /*全屏状态-显示时间*/
  1296. .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-time{
  1297. float: left;
  1298. line-height: 70px;
  1299. font-size: 18px;
  1300. color: #cfcccc;
  1301. }
  1302. /*右侧控制栏*/
  1303. .ckplayer-ckplayer .ck-main .ck-right-bar{
  1304. position: absolute;
  1305. z-index: 260;
  1306. top: 0;
  1307. right: 2px;
  1308. bottom: 0;
  1309. margin: auto !important;
  1310. width: 48px;
  1311. height: 144px;
  1312. background: rgba(0,0,0,.3);
  1313. border-radius: 5px;
  1314. transition: .2s;
  1315. }
  1316. .ckplayer-ckplayer .ck-main .ck-right-bar-hide{
  1317. right: -48px;
  1318. transition: .2s;
  1319. }
  1320. .ckplayer-ckplayer .ck-main.ck-main-full .ck-right-bar{
  1321. width: 70px;
  1322. height: 210px;
  1323. }
  1324. .ckplayer-ckplayer .ck-main.ck-main-full .ck-right-bar-hide{
  1325. right: -70px;
  1326. transition: .2s;
  1327. }
  1328. /*截图按钮*/
  1329. .ckplayer-ckplayer .ck-main .ck-right-bar .ck-btn-screenshot{
  1330. float: left;
  1331. background-position:-1536px 0;
  1332. }
  1333. .ckplayer-ckplayer .ck-main.ck-main-full .ck-right-bar .ck-btn-screenshot{
  1334. background-position:-2240px 0;
  1335. }
  1336. .ckplayer-ckplayer .ck-main .ck-right-bar .ck-btn-screenshot:hover{
  1337. background-position:-1584px 0;
  1338. }
  1339. .ckplayer-ckplayer .ck-main.ck-main-full .ck-right-bar .ck-btn-screenshot:hover{
  1340. background-position:-2310px 0;
  1341. }
  1342. /*小窗口按钮组*/
  1343. .ckplayer-ckplayer .ck-main .ck-right-bar .ck-right-bar-smallwindows{
  1344. float: left;
  1345. }
  1346. .ckplayer-ckplayer .ck-main .ck-right-bar .ck-right-bar-smallwindows button{
  1347. float: left;
  1348. }
  1349. .ckplayer-ckplayer .ck-main .ck-right-bar .ck-right-bar-smallwindows .ck-btn-smallwindows-open{
  1350. background-position:-1248px 0;
  1351. }
  1352. .ckplayer-ckplayer .ck-main.ck-main-full .ck-right-bar .ck-right-bar-smallwindows .ck-btn-smallwindows-open{
  1353. background-position:-1820px 0;
  1354. }
  1355. .ckplayer-ckplayer .ck-main .ck-right-bar .ck-right-bar-smallwindows .ck-btn-smallwindows-open:hover{
  1356. background-position:-1296px 0;
  1357. }
  1358. .ckplayer-ckplayer .ck-main.ck-main-full .ck-right-bar .ck-right-bar-smallwindows .ck-btn-smallwindows-open:hover{
  1359. background-position:-1890px 0;
  1360. }
  1361. .ckplayer-ckplayer .ck-main .ck-right-bar .ck-right-bar-smallwindows .ck-btn-smallwindows-close{
  1362. background-position:-1152px 0;
  1363. display: none;
  1364. }
  1365. .ckplayer-ckplayer .ck-main.ck-main-full .ck-right-bar .ck-right-bar-smallwindows .ck-btn-smallwindows-close{
  1366. background-position:-1680px 0;
  1367. }
  1368. .ckplayer-ckplayer .ck-main .ck-right-bar .ck-right-bar-smallwindows .ck-btn-smallwindows-close:hover{
  1369. background-position:-1200px 0;
  1370. }
  1371. .ckplayer-ckplayer .ck-main.ck-main-full .ck-right-bar .ck-right-bar-smallwindows .ck-btn-smallwindows-close:hover{
  1372. background-position:-1750px 0;
  1373. }
  1374. /*循环按钮组*/
  1375. .ckplayer-ckplayer .ck-main .ck-right-bar .ck-right-bar-loop{
  1376. float: left;
  1377. }
  1378. .ckplayer-ckplayer .ck-main .ck-right-bar .ck-right-bar-loop .ck-btn-loop-open{
  1379. background-position:-1440px 0;
  1380. }
  1381. .ckplayer-ckplayer .ck-main.ck-main-full .ck-right-bar .ck-right-bar-loop .ck-btn-loop-open{
  1382. background-position:-2100px 0;
  1383. }
  1384. .ckplayer-ckplayer .ck-main .ck-right-bar .ck-right-bar-loop .ck-btn-loop-open:hover{
  1385. background-position:-1488px 0;
  1386. }
  1387. .ckplayer-ckplayer .ck-main.ck-main-full .ck-right-bar .ck-right-bar-loop .ck-btn-loop-open:hover{
  1388. background-position:-2170px 0;
  1389. }
  1390. .ckplayer-ckplayer .ck-main .ck-right-bar .ck-right-bar-loop .ck-btn-loop-close{
  1391. background-position:-1344px 0;
  1392. display: none;
  1393. }
  1394. .ckplayer-ckplayer .ck-main.ck-main-full .ck-right-bar .ck-right-bar-loop .ck-btn-loop-close{
  1395. background-position:-1960px 0;
  1396. }
  1397. .ckplayer-ckplayer .ck-main .ck-right-bar .ck-right-bar-loop .ck-btn-loop-close:hover{
  1398. background-position:-1392px 0;
  1399. }
  1400. .ckplayer-ckplayer .ck-main.ck-main-full .ck-right-bar .ck-right-bar-loop .ck-btn-loop-close:hover{
  1401. background-position:-2030px 0;
  1402. }
  1403. /*顶部显示栏*/
  1404. .ckplayer-ckplayer .ck-main .ck-top-bar{
  1405. position: absolute;
  1406. z-index: 260;
  1407. top: -36px;
  1408. width: 100%;
  1409. height: 36px;
  1410. background: rgba(0,0,0,.3);
  1411. transition: .2s;
  1412. }
  1413. .ckplayer-ckplayer .ck-main .ck-top-bar-hide{
  1414. top: -36px;
  1415. transition: .2s;
  1416. }
  1417. .ckplayer-ckplayer .ck-main.ck-main-full .ck-top-bar{
  1418. top: 0;
  1419. }
  1420. .ckplayer-ckplayer .ck-main.ck-main-full .ck-top-bar-hide{
  1421. top: -36px;
  1422. transition: .2s;
  1423. }
  1424. .ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom{
  1425. position: absolute;
  1426. z-index: 260;
  1427. }
  1428. .ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container{
  1429. float: left;
  1430. margin-left: 10px;
  1431. margin-top: 9px;
  1432. cursor: pointer;
  1433. }
  1434. .ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container .ck-top-bar-zoom-left{
  1435. float: left;
  1436. width: 20px;
  1437. height: 18px;
  1438. border: 1px solid #FFF;
  1439. box-sizing:content-box;
  1440. -moz-box-sizing:content-box; /* Firefox */
  1441. -webkit-box-sizing:content-box; /* Safari */
  1442. }
  1443. .ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container:hover .ck-top-bar-zoom-left,
  1444. .ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container.ck-top-bar-zoom-container-focus .ck-top-bar-zoom-left{
  1445. border-color: #e80101;
  1446. }
  1447. .ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container:hover .ck-top-bar-zoom-left div,
  1448. .ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container.ck-top-bar-zoom-container-focus .ck-top-bar-zoom-left div{
  1449. background: #e80101;
  1450. }
  1451. .ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container .ck-top-bar-zoom-right{
  1452. float: left;
  1453. font-size: 14px;
  1454. color: #FFF;
  1455. padding-left: 5px;
  1456. }
  1457. .ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container:hover .ck-top-bar-zoom-right,
  1458. .ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container.ck-top-bar-zoom-container-focus .ck-top-bar-zoom-right{
  1459. color: #e80101;
  1460. }
  1461. .ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container .ck-top-bar-zoom-left .ck-top-bar-zoom-button-50{
  1462. width: 50%;
  1463. height: 50%;
  1464. background: #FFF;
  1465. margin: 4.5px 25%;
  1466. }
  1467. .ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container .ck-top-bar-zoom-left .ck-top-bar-zoom-button-75{
  1468. width: 75%;
  1469. height: 50%;
  1470. background: #FFF;
  1471. margin: 4.5px 12.5%;
  1472. }
  1473. .ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container .ck-top-bar-zoom-left .ck-top-bar-zoom-button-100{
  1474. width: 100%;
  1475. height: 50%;
  1476. background: #FFF;
  1477. margin: 4.5px 0;
  1478. }
  1479. .ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-title{
  1480. position: absolute;
  1481. z-index: 1;
  1482. top: 0px;
  1483. width: 100%;
  1484. height: 36px;
  1485. line-height: 36px;
  1486. text-align: center;
  1487. font-size: 18px;
  1488. color: #FFF;
  1489. -moz-user-select:none; /*火狐*/
  1490. -webkit-user-select:none; /*webkit浏览器*/
  1491. -ms-user-select:none; /*IE10*/
  1492. -khtml-user-select:none; /*早期浏览器*/
  1493. user-select:none;
  1494. }
  1495. .ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-time{
  1496. float: right;
  1497. height: 36px;
  1498. line-height: 36px;
  1499. font-size: 14px;
  1500. color: #FFF;
  1501. padding: 0 1rem 0;
  1502. -moz-user-select:none; /*火狐*/
  1503. -webkit-user-select:none; /*webkit浏览器*/
  1504. -ms-user-select:none; /*IE10*/
  1505. -khtml-user-select:none; /*早期浏览器*/
  1506. user-select:none;
  1507. }
  1508. /*以下为缓动效果样式*/
  1509. .ck-animate {
  1510. -webkit-animation-fill-mode: both;
  1511. animation-fill-mode: both;
  1512. -webkit-animation-duration: .3s;
  1513. animation-duration: .3s;
  1514. }
  1515. .ck-animate-bouncein {
  1516. -webkit-animation-name: ck-bounceIn;
  1517. animation-name: ck-bounceIn;
  1518. }
  1519. @-webkit-keyframes ck-bounceIn {
  1520. 0% {
  1521. opacity: 0;
  1522. -webkit-transform: scale(.5);
  1523. transform: scale(.5)
  1524. }
  1525. 100% {
  1526. opacity: 1;
  1527. -webkit-transform: scale(1);
  1528. transform: scale(1);
  1529. }
  1530. }
  1531. @keyframes ck-bounceIn {
  1532. 0% {
  1533. opacity: 0;
  1534. -webkit-transform: scale(.5);
  1535. -ms-transform: scale(.5);
  1536. transform: scale(.5);
  1537. }
  1538. 100% {
  1539. opacity: 1;
  1540. -webkit-transform: scale(1);
  1541. -ms-transform: scale(1);
  1542. transform: scale(1);
  1543. }
  1544. }
  1545. .ck-animate-bounceout {
  1546. -webkit-animation-name: ck-bounceOut;
  1547. animation-name: ck-bounceOut;
  1548. }
  1549. @-webkit-keyframes ck-bounceOut {
  1550. 0% {
  1551. opacity: 1;
  1552. -webkit-transform: scale(1);
  1553. transform: scale(1);
  1554. }
  1555. 100% {
  1556. opacity: 0;
  1557. -webkit-transform: scale(.5);
  1558. transform: scale(.5);
  1559. }
  1560. }
  1561. @keyframes ck-bounceOut {
  1562. 0% {
  1563. opacity: 1;
  1564. -webkit-transform: scale(1);
  1565. transform: scale(1);
  1566. }
  1567. 100% {
  1568. opacity: 0;
  1569. -webkit-transform: scale(.5);
  1570. transform: scale(.5);
  1571. }
  1572. }
  1573. .ck-animate-circle {
  1574. animation: ck-Circle 1s linear infinite;
  1575. -webkit-animation: ck-Circle 1s linear infinite
  1576. }
  1577. @-webkit-keyframes ck-Circle {
  1578. 0% {
  1579. transform: rotate(0deg);
  1580. -webkit-transform: rotate(0deg);
  1581. -ms-transform: rotate(0deg)
  1582. }
  1583. 25% {
  1584. transform: rotate(90deg);
  1585. -webkit-transform: rotate(90deg);
  1586. -ms-transform: rotate(90deg)
  1587. }
  1588. 50% {
  1589. transform: rotate(180deg);
  1590. -webkit-transform: rotate(180deg);
  1591. -ms-transform: rotate(180deg)
  1592. }
  1593. 75% {
  1594. transform: rotate(270deg);
  1595. -webkit-transform: rotate(270deg);
  1596. -ms-transform: rotate(270deg)
  1597. }
  1598. 100% {
  1599. transform: rotate(360deg);
  1600. -webkit-transform: rotate(360deg);
  1601. -ms-transform: rotate(360deg)
  1602. }
  1603. }
  1604. @keyframes ck-Circle {
  1605. 0% {
  1606. transform: rotate(0deg);
  1607. -webkit-transform: rotate(0deg);
  1608. -ms-transform: rotate(0deg)
  1609. }
  1610. 25% {
  1611. transform: rotate(90deg);
  1612. -webkit-transform: rotate(90deg);
  1613. -ms-transform: rotate(90deg)
  1614. }
  1615. 50% {
  1616. transform: rotate(180deg);
  1617. -webkit-transform: rotate(180deg);
  1618. -ms-transform: rotate(180deg)
  1619. }
  1620. 75% {
  1621. transform: rotate(270deg);
  1622. -webkit-transform: rotate(270deg);
  1623. -ms-transform: rotate(270deg)
  1624. }
  1625. 100% {
  1626. transform: rotate(360deg);
  1627. -webkit-transform: rotate(360deg);
  1628. -ms-transform: rotate(360deg)
  1629. }
  1630. }
  1631. @-webkit-keyframes ck-button-hover {
  1632. 0% {
  1633. -webkit-transform: scale(1);
  1634. transform: scale(1);
  1635. }
  1636. 50% {
  1637. -webkit-transform: scale(1.2);
  1638. transform: scale(1.2);
  1639. }
  1640. 100% {
  1641. -webkit-transform: scale(1);
  1642. transform: scale(1);
  1643. }
  1644. }
  1645. @keyframes ck-button-hover {
  1646. 0% {
  1647. -webkit-transform: scale(1);
  1648. transform: scale(1);
  1649. }
  1650. 50% {
  1651. -webkit-transform: scale(1.2);
  1652. transform: scale(1.2);
  1653. }
  1654. 100% {
  1655. -webkit-transform: scale(1);
  1656. transform: scale(1);
  1657. }
  1658. }
  1659. @-webkit-keyframes ck-button-hover-x {
  1660. 0% {
  1661. -webkit-transform: scale(1);
  1662. transform: scale(1);
  1663. }
  1664. 50% {
  1665. -webkit-transform: scale(1.2,1);
  1666. transform: scale(1.2,1);
  1667. }
  1668. 100% {
  1669. -webkit-transform: scale(1);
  1670. transform: scale(1);
  1671. }
  1672. }
  1673. @keyframes ck-button-hover-x {
  1674. 0% {
  1675. -webkit-transform: scale(1);
  1676. transform: scale(1);
  1677. }
  1678. 50% {
  1679. -webkit-transform: scale(1.2,1);
  1680. transform: scale(1.2,1);
  1681. }
  1682. 100% {
  1683. -webkit-transform: scale(1);
  1684. transform: scale(1);
  1685. }
  1686. }