@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; -webkit-box-sizing: border-box; box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

table { border-collapse: collapse; border-spacing: 0; }

a { text-decoration: none; color: #333; }

img { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

::-moz-selection { background: rgba(0, 0, 0, 0.3); color: #fff; }

::selection { background: rgba(0, 0, 0, 0.3); color: #fff; }

body { font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif"; cursor: url(https://201907101746.oss-cn-shanghai.aliyuncs.com/images/icon/cursur.png), auto; }

body::-webkit-scrollbar { width: 10px; height: 10px; }

body::-webkit-scrollbar-track { border-radius: 10px; background: #EDEDED; -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); }

body::-webkit-scrollbar-thumb { border-radius: 10px; background: -webkit-gradient(linear, left top, left bottom, from(#1BACF0), to(#344860)); background: linear-gradient(to bottom, #1BACF0, #344860); }

body::-webkit-scrollbar-thumb:hover { background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#1BACF0)); background: linear-gradient(to bottom, #333, #1BACF0); }

body::-webkit-scrollbar-thumb:active { background: -webkit-gradient(linear, left top, left bottom, from(#393C3E), to(#1BACF0)); background: linear-gradient(to bottom, #393C3E, #1BACF0); }

body::-webkit-scrollbar-thumb:horizontal { background: -webkit-gradient(linear, left top, right top, from(#1BACF0), to(#344860)); background: linear-gradient(to right, #1BACF0, #344860); }

body::-webkit-scrollbar-thumb:horizontal:hover { background: -webkit-gradient(linear, left top, right top, from(#333), to(#1BACF0)); background: linear-gradient(to right, #333, #1BACF0); }

body::-webkit-scrollbar-thumb:horizontal:active { background: -webkit-gradient(linear, left top, right top, from(#393C3E), to(#1BACF0)); background: linear-gradient(to right, #393C3E, #1BACF0); }

a { cursor: url(https://201907101746.oss-cn-shanghai.aliyuncs.com/images/icon/pointer.cur), auto; }

.container-full { position: relative; min-width: 320px; width: 100%; height: auto; overflow: hidden; }

.container { position: relative; min-width: 320px; }

.js-container { min-width: 320px; min-height: 100vh; overflow: hidden; }

.fl { float: left; }

.fr { float: right; }

.flex, .contact .contact-box .list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.clearfix, .experience .timeline, .experience .timeline li { zoom: 1; }
.clearfix:after, .experience .timeline:after, .experience .timeline li:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

/* @font-face { font-family: hyllh; src: url("../font/hyllh.ttf"); } */
/* 第一屏 */
.welcome { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: absolute; z-index: 99; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.4); overflow: hidden; }

.show-box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: relative; width: 600px; height: 400px; border-radius: 10px; overflow: hidden; -webkit-transition: -webkit-box-shadow .6s; transition: -webkit-box-shadow .6s; transition: box-shadow .6s; transition: box-shadow .6s, -webkit-box-shadow .6s; }
.show-box h1 { margin-bottom: 20px; font-size: 70px; font-family: "微软雅黑"; }
.show-box h3, .show-box p { font-size: 24px; font-family: hyllh; color: #333; }
.show-box h3 { margin-bottom: 20px; }
.show-box p:before, .show-box p:after { content: '"'; }
.show-box .circleLight { position: absolute; top: 0; left: 0; z-index: -1; width: 100%; height: 100%; background: radial-gradient(circle at 80px 40px, #ffffff, rgba(0, 0, 0, 0)); opacity: 0; -webkit-transition: all .5s; transition: all .5s; }
.show-box:hover { -webkit-box-shadow: 0 0 30px #111111; box-shadow: 0 0 30px #111111; }
.show-box:hover .circleLight { opacity: 1; }

.my-avatar { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: relative; width: 180px; height: 180px; line-height: 180px; margin-bottom: 10px; border-radius: 50%; text-align: center; -webkit-box-shadow: 0 0 15px #111111; box-shadow: 0 0 15px #111111; -webkit-transition: all 1s; transition: all 1s; }
.my-avatar img { vertical-align: middle; }
.my-avatar:hover { -webkit-box-shadow: 0; box-shadow: 0; }
.my-avatar:hover:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 50%; -webkit-animation: ripple 1.3s ease-out 75ms; animation: ripple 1.3s ease-out 75ms; }

/* 导航栏 */
.nav { position: relative; z-index: 99; height: 50px; padding: 0 15px; background: #3f4245; }
.nav.fixed { position: fixed; top: 0; right: 0; width: 100%; }
.nav .navmove { display: inline-block; position: absolute; z-index: 1; top: 10px; left: 0; height: 30px; border-radius: 15px; background: #2B2E31; -webkit-box-shadow: 1px 1px 2px #161819 inset; box-shadow: 1px 1px 2px #161819 inset; -webkit-transition: all .3s ease; transition: all .3s ease; }
.nav .logo { width: 40px; height: 40px; margin-top: 5px; border-radius: 50%; text-indent: -999px; background: rgba(255, 255, 255, 0.1); -webkit-box-shadow: 0 0 15px #fff,0 0 10px #1BACF0; box-shadow: 0 0 15px #fff,0 0 10px #1BACF0; background: url(../images/avatar.png); background-size: cover; overflow: hidden; }
.nav .logo.play { -webkit-animation: music 5s infinite linear; animation: music 5s infinite linear; }
.nav .logo:hover { -webkit-filter: hue-rotate(180deg); filter: hue-rotate(180deg); -webkit-animation: none; animation: none; }
.nav .ident { margin-left: 10px; }
.nav .ident p { height: 25px; line-height: 24px; font-size: 14px; text-align: center; color: #ccc; }
.nav .ident p:first-of-type { border-bottom: 1px solid #111; }
.nav .ident p:last-of-type { border-top: 1px solid #666; }
.nav .menu-btn { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; display: none; width: 50px; height: 50px; text-align: center; }
.nav .menu-btn i { display: block; margin-top: 13px; font-size: 24px; color: #fff; }
.nav .menu li { float: left; position: relative; z-index: 2; height: 50px; line-height: 50px; text-align: center; color: #fff; cursor: url(../images/icon/pointer.cur), auto; }
.nav .menu li span { padding: 0 15px; }

/* 通用标题 */
.headline { padding-top: 80px; padding-bottom: 80px; text-align: center; color: #333; }
.headline span { font-size: 36px; font-family: hyllh; }
.headline span:nth-of-type(2) { padding: 0 5px; font-size: 30px; text-transform: uppercase; text-shadow: 1px 2px 2px #999; }
.headline span:nth-of-type(2):before, .headline span:nth-of-type(2):after { content: ' - '; }
.headline hr { width: 200px; height: 5px; margin: 10px auto; border: none; background: #333; }

/* 关于我 */
.about-me { background: url(https://201907101746.oss-cn-shanghai.aliyuncs.com/images/debris-bg/body-bg.jpg) repeat; }
.about-me .flex-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.about-me .flex-wrap .flex-item { min-width: 25%; }
.about-me .flex-wrap .flex-item .icon { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100px; height: 100px; line-height: 100px; margin: 0 auto; border-radius: 50%; text-align: center; background: rgba(51, 51, 51, 0.6); -webkit-transition: all .3s; transition: all .3s; }
.about-me .flex-wrap .flex-item .icon i { font-size: 60px; color: #fff; }
.about-me .flex-wrap .flex-item .icon:hover { -webkit-box-shadow: 0 0 20px #888; box-shadow: 0 0 20px #888; }
.about-me .flex-wrap .flex-item .info { margin-top: 20px; }
.about-me .flex-wrap .flex-item .info p { width: 40%; height: 30px; line-height: 30px; margin: 0 auto; font-weight: bold; font-size: 16px; }
.about-me .flex-wrap .flex-item .info p:nth-of-type(2) { position: relative; text-align: right; }
.about-me .flex-wrap .flex-item .info p:nth-of-type(2):before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 2px; background: #333; -webkit-transform: rotate(-20deg); transform: rotate(-20deg); }
.about-me .say { position: relative; width: 90%; height: 150px; margin: 12vh auto; padding: 30px; }
.about-me .say p { line-height: 30px; font-size: 16px; text-align: center; }
.about-me .say:before, .about-me .say:after { content: ''; position: absolute; width: 80px; height: 80px; }
.about-me .say:before { top: 0; left: 0; border-top: 3px solid #333; border-left: 3px solid #333; border-radius: 10px 0 0 0; }
.about-me .say:after { right: 0; bottom: 0; border-right: 3px solid #333; border-bottom: 3px solid #333; border-radius: 0 0 10px 0; }

/* 技能 */
.skill { position: relative; }
.skill:after { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; background: url(https://201907101746.oss-cn-shanghai.aliyuncs.com/images/bg-2.jpg) no-repeat center center; background-size: cover; background-attachment: fixed; opacity: .2; }
.skill .flex-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.skill .flex-wrap .flex-item { width: 18%; height: 300px; margin: 0 auto 10vh; -webkit-perspective: 800px; perspective: 800px; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; }
.skill .flex-wrap .flex-item > div { position: absolute; top: 0; width: 100%; height: 100%; border: 5px solid #1BACF0; border-radius: 15px; background: rgba(57, 60, 62, 0.8); -webkit-transition: 1s; transition: 1s; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.skill .flex-wrap .flex-item:hover .front { -webkit-transform: rotateY(-180deg); transform: rotateY(-180deg); }
.skill .flex-wrap .flex-item:hover .back { -webkit-transform: rotateY(0); transform: rotateY(0); }
.skill .flex-wrap .flex-item .front { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.skill .flex-wrap .flex-item .front i { font-size: 80px; color: #fff; }
.skill .flex-wrap .flex-item .front i.iconf14 { margin-top: 20px; font-size: 24px; -webkit-animation: icon-rotate 1s infinite linear; animation: icon-rotate 1s infinite linear; }
.skill .flex-wrap .flex-item .front p { width: 100%; height: 60px; line-height: 60px; font-size: 24px; font-family: hyllh; text-transform: uppercase; text-align: center; color: #fff; letter-spacing: 2px; }
.skill .flex-wrap .flex-item .back { padding: 10px; -webkit-transform: rotateY(180deg); transform: rotateY(180deg); }
.skill .flex-wrap .flex-item .back li { list-style-type: circle; list-style-position: inside; line-height: 25px; font-size: 14px; color: #fff; }
.skill .flex-wrap .flex-item .front i.icon-refresh {
    margin-top: 20px;
    font-size: 24px;
    -webkit-animation: icon-rotate 1s infinite linear;
    animation: icon-rotate 1s infinite linear;
}
/* 作品展示 */
.demo { background: url(https://201907101746.oss-cn-shanghai.aliyuncs.com/images/debris-bg/sun-pattern.png) repeat; }
.demo .flex-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.demo .flex-wrap .flex-item { position: relative; width: 15%; margin-right: 10px; margin-bottom: 10px; margin-left: 10px; border: 2px solid rgba(51, 51, 51, 0.8); background: #fff; }
.demo .flex-wrap .flex-item img { width: 100%; }
.demo .flex-wrap .flex-item .detail { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.5); opacity: 0; -webkit-transition: all .3s; transition: all .3s; }
.demo .flex-wrap .flex-item .detail h5 { margin-bottom: 10px; font-weight: bold; font-size: 16px; text-align: center; color: #fff; }
.demo .flex-wrap .flex-item .detail i { padding: 5px; border: 2px solid #fff; border-radius: 50%; font-size: 20px; color: #fff; -webkit-transition: all .3s; transition: all .3s; }
.demo .flex-wrap .flex-item .detail i:hover { border-color: #1BACF0; color: #1BACF0; }
.demo .flex-wrap .flex-item:hover img { -webkit-filter: grayscale(100%); filter: grayscale(100%); }
.demo .flex-wrap .flex-item:hover .detail { opacity: 1; }
.demo .more { height: 40px; line-height: 40px; margin-top: 10vh; margin-bottom: 20px; border-top: 1px solid #333; font-size: 16px; font-family: hyllh; text-align: center; color: #333; }

/* 经历 */
.experience { position: relative; }
.experience:after { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; background: url(https://201907101746.oss-cn-shanghai.aliyuncs.com/images/bg-3.jpg) no-repeat center center; background-attachment: fixed; background-size: cover; opacity: .2; }
.experience .timeline { position: relative; width: 90%; margin: 0 auto 30px; }
.experience .timeline:before { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 2px; margin: 0 auto; background: #000; }
.experience .timeline li { position: relative; margin-bottom: 20px; }
.experience .timeline li:hover .timeline-dots { border-color: #1BACF0; -webkit-box-shadow: 0 0 10px #1BACF0; box-shadow: 0 0 10px #1BACF0; }
.experience .timeline li:hover .timeline-dots i { color: #1BACF0; }
.experience .timeline li:nth-of-type(odd) .timeline-content { text-align: right; }
.experience .timeline li:nth-of-type(odd) .timeline-content:before { right: -20px; border-left-color: #393C3E; }
.experience .timeline li:nth-of-type(even) .timeline-content { float: right; text-align: left; }
.experience .timeline li:nth-of-type(even) .timeline-content:before { left: -20px; border-right-color: #393C3E; }
.experience .timeline li:last-of-type { min-height: 50px; margin-bottom: 0; }
.experience .timeline li .timeline-dots { position: absolute; top: 0; left: 50%; width: 50px; height: 50px; line-height: 48px; margin-left: -25px; border: 2px solid #393C3E; border-radius: 50%; text-align: center; background: #fff; -webkit-transition: all .3s; transition: all .3s; }
.experience .timeline li .timeline-dots i { font-size: 30px; }
.experience .timeline li .timeline-content { position: relative; width: 45%; padding: 12px; border-radius: 10px; color: #fff; background: #393C3E; }
.experience .timeline li .timeline-content:before { content: ''; position: absolute; top: 15px; width: 0; height: 0; border: 10px solid transparent; }
.experience .timeline li .timeline-content .title { margin-bottom: 10px; font-size: 24px; }
.experience .timeline li .timeline-content .post { margin-bottom: 10px; font-size: 14px; color: #1BACF0; }
.experience .timeline li .timeline-content .desc { line-height: 20px; font-size: 14px; }
.experience .timeline li .timeline-content .time { height: 25px; line-height: 25px; margin-top: 10px; border-top: 1px dashed #fff; font-size: 14px; }
.experience .timeline li .timeline-content .time em { font-size: 15px; }

/* 联系方式 */
.contact { background: url(https://201907101746.oss-cn-shanghai.aliyuncs.com/images/debris-bg/dancing-bricks.png) repeat; }
.contact .contact-box { position: relative; width: 440px; height: 400px; padding: 50px; margin: 0 auto 10vh; }
.contact .contact-box:before, .contact .contact-box:after { content: ''; position: absolute; width: 150px; height: 80px; color: #393C3E; }
.contact .contact-box:before { top: 0; right: 0; border-top: 6px solid; border-right: 6px solid; }
.contact .contact-box:after { bottom: 0; left: 0; border-bottom: 5px solid; border-left: 6px solid; }
.contact .contact-box .dream { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; height: 30px; line-height: 30px; font-size: 24px; text-align: center; }
.contact .contact-box .dream:nth-of-type(1) { color: #88B232; }
.contact .contact-box .dream:nth-of-type(2) { color: #E7C200; }
.contact .contact-box .dream:nth-of-type(3) { color: #AE4550; }
.contact .contact-box .dream:nth-of-type(4) { color: #1BACF0; }
.contact .contact-box .passages { margin: 30px 0; text-align: center; }
.contact .contact-box .passages p { height: 30px; line-height: 30px; font-size: 16px; }
.contact .contact-box .list li { position: relative; width: 50px; height: 50px; line-height: 50px; margin: 0 4px; border-radius: 50%; text-align: center; background: #4a555d; -webkit-box-shadow: 0 0 3px #282A2D inset; box-shadow: 0 0 3px #282A2D inset; -webkit-transition: all .3s; transition: all .3s; }
.contact .contact-box .list li a { position: absolute; top: 0; left: 0; z-index: 2; width: 50px; height: 50px; }
.contact .contact-box .list li i { font-size: 24px; color: #fff; }
.contact .contact-box .list li .tips { display: none; position: absolute; top: -60px; left: -15px; right: 0; min-width: 80px; border-radius: 5px; text-transform: capitalize; color: #fff; background: #282A2D; }
.contact .contact-box .list li .tips:before { content: ''; position: absolute; right: 0; bottom: -8px; left: 0; width: 0; height: 0; margin: 0 auto; border-top: 8px solid #282A2D; border-right: 8px solid transparent; border-left: 8px solid transparent; }
.contact .contact-box .list li:hover { background: #282A2D; }

/* 留言板 */
.message-board { position: relative; }
.message-board:after { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; background: url(https://201907101746.oss-cn-shanghai.aliyuncs.com/images/bg-4.jpg) no-repeat center center; background-attachment: fixed; opacity: .2; }

footer { background: url(https://201907101746.oss-cn-shanghai.aliyuncs.com/images/debris-bg/bg-footer.jpg) repeat; }
footer p { height: 40px; line-height: 40px; font-size: 14px; text-align: center; text-shadow: 0 0 1px #fff; color: #f5f5f5; }
footer p a { color: #f5f5f5; -webkit-transition: all .3s; transition: all .3s; }
footer p a:hover { color: #333; }

.saying { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.saying p { position: relative; display: inline-block; max-width: 1144px; height: 60px; line-height: 60px; font-size: 12px; color: #666; background: url(https://201907101746.oss-cn-shanghai.aliyuncs.com/images/saying-content.png) repeat-x center; }
.saying p:before, .saying p:after { content: ''; position: absolute; top: 0; width: 28px; height: 60px; background: url(https://201907101746.oss-cn-shanghai.aliyuncs.com/images/spirit.png) no-repeat; }
.saying p:before { left: -28px; background-position: 0 3px; }
.saying p:after { right: -28px; background-position: 0 -58px; }

#GoUp { display: none; position: fixed; right: 0; bottom: 10vh; z-index: 99; width: 50px; height: 50px; line-height: 50px; border-radius: 25px 0 0 25px; text-align: center; color: #fff; background: #393C3E; }
#GoUp i { font-size: 20px; }

.pv { position: fixed; right: 0; bottom: 20px; z-index: 99; height: 30px; padding-left: 30px; padding-right: 10px; padding-top: 8px; border-radius: 15px 0 0 15px; font-size: 14px; color: #fff; background: #393C3E; }
.pv i { position: absolute; top: 0; left: 0; width: 30px; height: 30px; line-height: 30px; font-size: 20px; text-align: center; }

#loeder-wrapper { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 99; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: #2d292b; }
#loeder-wrapper .loader { position: relative; width: 60px; height: 60px; border-radius: 50%; margin: 75px; display: inline-block; vertical-align: middle; }
#loeder-wrapper .loader .loader-outter { position: absolute; border: 4px solid #1BACF0; border-left-color: transparent; border-bottom: 0; width: 100%; height: 100%; border-radius: 50%; -webkit-animation: loader-1-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite; animation: loader-1-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite; }
#loeder-wrapper .loader .loader-inner { position: absolute; border: 4px solid #1BACF0; border-radius: 50%; width: 40px; height: 40px; left: calc(50% - 20px); top: calc(50% - 20px); border-right: 0; border-top-color: transparent; -webkit-animation: loader-1-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite; animation: loader-1-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite; }

.menu-fixed { display: none; position: fixed; z-index: 99; border-radius: 10px; }
.menu-fixed li { width: 120px; height: 30px; line-height: 30px; margin-bottom: 5px; border: 1px solid #eee; border-radius: 15px; color: #fff; text-align: center; background: rgba(63, 66, 69, 0.8); }
.menu-fixed li:hover { background: rgba(27, 172, 240, 0.8); }

/*# sourceMappingURL=index.css.map */

.qptk{display:none;position:fixed;left:50%;top:50%;width:100%;height:100%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:10000}.qptk>p{width:100%;height:100%;background-color:rgba(0,0,0,.5)}.qptk>div{position:absolute;top:45%;left:50%;width:100%;max-width:180px;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.qptk>div .jj{position:absolute;right:-80px;top:-80px;width:3em;height:3em;line-height:3em;overflow:hidden;border:0;box-sizing:border-box;box-shadow:inset 0 0 0 2px #fff;font-size:inherit;font-weight:300;text-align:center;text-transform:capitalize;vertical-align:middle;border-radius:100%;box-shadow:none;color:#fff;}.qptk>div .jj::after,.qptk>div .jj::before{box-sizing:border-box;content:'';position:absolute;width:100%;height:100%;top:0;left:0;border-radius:100%}.qptk>div .jj::before{border:2px solid transparent}.qptk>div .jj::after{border:0 solid transparent}.qptk>div .jj.on::before{border-top-color:#fff;border-right-color:#fff;border-bottom-color:#fff;-webkit-transition:border-top-color .15s linear,border-right-color .15s linear .1s,border-bottom-color .15s linear .2s;transition:border-top-color .15s linear,border-right-color .15s linear .1s,border-bottom-color .15s linear .2s}.qptk>div .jj.on::after{border-top:2px solid #fff;border-left-width:2px;border-right-width:2px;-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg);-webkit-transition:-webkit-transform .4s linear 0s,border-left-width 0s linear .35s;transition:transform .4s linear 0s,border-left-width 0s linear .35s;}.qptk.on{display:block}