#header-item-gms, .none {
    display: none
}

#header, .mask {
    position: absolute;
    right: 0
}

.header_wrapper .nav li .second, .hidden {
    visibility: hidden
}

#bgvideo, #header, .mask {
    top: 0;
    left: 0
}

body, html {
    font-family: PingFangSC-Regular, PingFang SC
}

body {
    background-color: #fff
}

.close_login_panel, .close_refill_panel, .login_panel-rg a i {
    background-image: url(../image/sprite_icon.png);
    background-repeat: no-repeat
}

#bgvideo {
    z-index: -2;
    width: 100%
}

#header {
    height: 60px;
    z-index: 999;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500
}

.mask {
    z-index: -1;
    bottom: 0;
    margin: auto;
    background-color: rgba(1, 7, 20, .2)
}

.header_wrapper {
    width: 1260px;
    box-sizing: border-box;
    margin: 0 auto;
    font-size: 14px;
    color: #333;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-content: center;
    align-items: center;
    -webkit-align-content: center;
    -webkit-align-items: center;
    background: rgba(255, 255, 255, 0)
}

.header_wrapper .logo {
    height: 30px
}

.header_wrapper_hover {
    background: #fff
}

.header_wrapper_hover .nav li > a {
    color: #333 !important
}

.header_wrapper_hover .header_rg .login {
    color: #6B238E;
    border: 1px solid #6B238E
}

.header_wrapper .inke_logo {
    margin-top: 26px
}

.header_wrapper .inke_logo img {
    display: block;
    width: 156px;
    margin-right: 20px
}

.header_wrapper .nav {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1
}

.header_wrapper .nav li {
    float: left;
    position: relative;
    height: 60px;
    line-height: 60px;
    transition: 1s
}

.header_wrapper .nav li:hover .nav-li-children {
    transform: scaleY(1);
    display: flex
}

.header_wrapper .nav li .nav-li-children {
    flex-direction: column;
    position: absolute;
    top: 80px;
    left: -2px;
    display: flex;
    width: 144px;
    transition-duration: .5s;
    transform: scaleY(0);
    transform-origin: 0 0;
    background: #fff;
    padding: 12px 0;
    border-radius: 8px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1)
}

.header_wrapper .nav li .nav-li-children a {
    text-decoration: none;
    color: #333;
    width: 100%;
    height: 48px;
    font-size: 14px;
    line-height: 48px;
    padding: 0;
    border: none;
    text-indent: 24px;
    margin: 0
}

.header_wrapper .nav li .nav-li-children a:hover {
    background: #effbfb
}

.header_wrapper .nav li .second > a {
    height: 14px;
    line-height: 14px;
    padding: 15px 0;
    display: block;
    text-align: center;
    color: #666;
    font-weight: 400;
    text-decoration: none
}

.header_wrapper .nav li .second > a:first-child {
    padding: 30px 0 15px
}

.header_wrapper .nav li .second > a:hover {
    color: #333
}

.header_wrapper .nav li:hover .second {
    visibility: visible
}

.header_wrapper .nav li > a {
    margin-left: 18px;
    margin-right: 18px;
    color: #333;
    text-decoration: none;
    padding: 10px 1px;
    font-size: 14px;
    border-bottom: 2px solid transparent
}

.header_wrapper .nav li > a:hover {
    border-color: #6B238E
}

.header_wrapper .nav li .icon-top-right {
    position: absolute;
    top: 24px;
    right: 2px
}

.header_wrapper .header_rg {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center
}

.header_wrapper .header_rg div {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    width: 78px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    border-radius: 18px;
    border: 1px solid #fff
}

.header_wrapper .header_rg .regist {
    background: #6B238E;
    color: #fff;
    border: 1px solid #6B238E
}

.header_wrapper .header_rg .regist:hover {
    background: #00e2d2;
    border: 1px solid #00e2d2
}

.header_wrapper .header_rg .login:hover {
    background: #00e2d2;
    color: #fff
}

.header_wrapper .header_rg div:hover {
    background: #6B238E;
    color: #fff;
    border: 1px solid #6B238E
}

.header_wrapper .header_rg span {
    cursor: pointer
}

.header_wrapper .header_rg .login {
    margin-right: 16px;
    color: #6B238E;
    border: 1px solid #6B238E
}

.user_box {
    
    cursor: pointer;
    position: relative;
    height: 34px
}
.yincang{
	display: none !important;
}
.xianshi{
	display: block !important;
}
.user_box img {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1px solid #6B238E;
    border-radius: 16px;
    vertical-align: middle
}

.user_box .user_name {
    position: relative;
    padding-left: 5px;
    padding-right: 20px;
    font-size: 17px;
    color: #546064;
    vertical-align: middle
}

.user_box .user_name:after {
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: #546064
}

.user_box:hover .user_name:after {
    top: 10px;
    border-bottom-color: transparent;
    border-top-color: #546064
}

.user_box .dropdown {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 33px;
    left: 0;
    z-index: 1
}

.content, .content .info .video-box, .content .section {
    position: relative
}

.user_box .logout_btn, .user_box .manage_live_btn {
    width: 100px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #546064;
    text-align: center;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 3px 7px 0 rgba(18, 146, 137, .2);
    cursor: pointer;
    display: inline-block;
    padding: 0 11px
}

.wrapper {
    width: 100%;
    min-width: 1300px
}

.content {
    background: #fff;
    padding: 0 0 138px
}

.content .top {
    padding: 121px 0 20px
}

.content .top .top-img {
    display: block;
    margin: 0 auto;
    width: 385px;
    height: 93px
}

.content .info {
    padding: 72px 0 22px;
    height: 1012px;
    background: url(../image/MTU5MjI3NjIwMDY4NiM0NzQjcG5n.png) center no-repeat;
    background-size: 1333px 1012px
}

.content .info .video-box {
    width: 937px;
    height: 527px;
    margin: 140px auto 0
}

.content .info .video-box .video {
    width: 100%;
    height: 100%;
    position: relative
}

.content .info .video-box .play {
    background: url(../image/MTU5MjIwNjAzNTAyMyM4NjgjcG5n.png) center no-repeat;
    background-size: 84px 84px;
    position: absolute;
    width: 84px;
    height: 84px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    cursor: pointer;
    transition: .25s
}

.content .info .video-box .play:hover {
    opacity: .8
}

.content .info .box {
    width: 937px;
    margin: 55px auto 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.content .info .box .logo {
    width: 144px;
    height: 144px;
    background: url(../image/MTU5MjIwNzI4ODY5NyM5MDEjcG5n.png) center no-repeat;
    background-size: 144px 144px
}

.content .info .box .cen {
    width: 708px
}

.content .info .box .cen .text {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 32px;
    text-align: justify;
    font-family: PingFangSC-Regular, PingFang SC;
    margin-top: -10px
}

.content .info .box .cen .text .paragraph1 {
    margin: 0;
    padding-bottom: 10px;
    text-indent: 2rem
}

.content .info .box .cen .text .paragraph2 {
    margin: 0;
    text-indent: 2rem
}

.content .info .box .cen .text .btn {
    text-decoration: none;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    align-content: center;
    -webkit-align-content: center;
    cursor: pointer;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #6B238E;
    border: 1px solid #6B238E;
    border-radius: 20px;
    background-size: 6px 10px;
    margin-top: 48px
}

.content .info .box .cen .text .btn .btn-icon {
    width: 6px;
    height: 10px;
    margin: 1px 0 0 10px
}

.content .info .box .cen .text .btn:hover {
    color: #fff;
    background: #6B238E
}

.content .info .box .cen .text .btn:hover .hove1 {
    display: none
}

.content .info .box .cen .text .btn:hover .hove2 {
    display: block
}

.content .work .box {
    position: relative;
    width: 890px;
    margin: 60px auto 70px;
    padding: 0 0 8px
}

.content .work .title {
    background: url(../image/MTU4OTc4MzY5OTc2NiMyMDYjcG5n.png) center no-repeat;
    height: 120px;
    font-size: 42px;
    color: #333;
    width: 442px;
    margin: 0 auto;
    text-align: center;
    line-height: 4
}

.content .work .tab {
    font-size: 28px;
    color: #666;
    overflow: hidden;
    width: 835px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    position: relative
}

.tab-border {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 180px;
    height: 4px;
    background: #6B238E;
    transition: .5s;
    -webkit-transition: .5s
}

.content .work .tab .li {
    font-weight: 400;
    cursor: pointer;
    border-bottom: 4px #fff solid;
    transition: .5s;
    -webkit-transition: .5s;
    color: #666
}

.content .work .tab .li:hover {
    color: #6B238E
}

.content .work .tab .current {
    color: #333;
    font-weight: 500
}

.content .work .table {
    width: 1260px;
    margin: 0 auto;
    background: url(../image/MTU4OTc4NzgxMTc4OCMzOTAjcG5n.png) left no-repeat
}

.content .work .table .li {
    height: 600px;
    position: relative
}

.content .work .table .li .cen {
    position: absolute;
    top: 165px;
    left: 0;
    z-index: 1;
    width: 310px;
    padding: 100px 70px;
    background: rgba(250, 250, 250, .92);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1)
}

.content .work .table .li .cen .tab-name {
    font-size: 32px;
    color: #333;
    position: relative
}

.content .work .table .li .cen .subtitle {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    padding-top: 30px;
    line-height: 1.5;
    min-height: 68px
}

.content .work .table .li .img {
    position: absolute;
    top: 0;
    right: 0;
    width: 962px;
    height: 600px;
    overflow: hidden
}

.content .work .table .li .img > img {
    transition: 3s;
    -webkit-transition: 3s
}

.content .work .table .li .img > img:hover {
    transform: scale(1.25)
}

#footer {
    background: #fff;
    padding-bottom: 20px;
    line-height: 20px;
    position: relative;
    border-top: 1px #e8e8e8 solid;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center
}

.footer_menu {
    padding-top: 30px;
    padding-bottom: 26px;
    font-size: 14px
}

.footer_menu span a {
    margin-right: 15px;
    margin-left: 15px;
    color: #333;
    text-decoration: none
}

#footer p a:hover, .footer_menu span a:hover {
    color: #6B238E
}

#footer p {
    margin-top: 0;
    font-size: 12px;
    color: #999;
    margin-bottom: 6px
}

#footer p a {
    color: #999;
    text-decoration: none
}

#footer p span {
    padding-left: 10px
}

#footer .footer_code {
    margin-left: 35px;
    transform: translateY(-2px)
}

#footer .footer_code .down-text {
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333;
    line-height: 20px;
    margin-bottom: 9px
}

#footer .footer_code img {
    width: 104px;
    height: 103px
}

#login_panel, #refill_panel {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 101;
   transform: translate(-50%,-50%);
    padding-top: 50px;
    width: 555px;
    height: 406px;
    font-size: 14px;
    color: #546064;
    background-color: #fff;
    border: 4px solid rgba(255, 255, 255, .4);
    border-radius: 10px;
    background-clip: padding-box
}

.login_panel-lf {
    padding-left: 94px;
    padding-right: 94px;
 /*   border-right: 1px solid #6B238E*/
}

.login_panel-lf h2 {
    margin-top: 0;
    margin-bottom: 20px;
    width: 270px;
    line-height: 28px;
    font-size: 20px;
    font-weight: 400;
    text-align: center
}

.area_code {
    position: relative;
    z-index: 1;
    height: 38px;
    border-bottom: 1px solid #e8edee
}

.area_code p {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 38px;
    color: #849195;
    cursor: pointer
}

.area_code p:after, .area_code p:before {
    content: '';
    position: absolute;
    top: 16px;
    right: 16px;
    width: 0;
    height: 0;
    border: 5px solid transparent
}

.area_code p:before {
    border-width: 6px;
    border-top-color: #849195
}

.area_code p:after {
    right: 17px;
    border-top-color: #fff
}

.area_code ul {
    display: none;
    position: absolute;
    top: 39px;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    width: 274px;
    height: 0;
    max-height: 270px;
    line-height: 30px;
    background-color: #fff;
    overflow-y: auto;
    list-style: none;
    border: 1px solid #e8edee;
    border-top: none;
    cursor: pointer
}

.area_code ul li {
    padding-left: 10px
}

.area_code ul li:hover {
    background-color: #e8edee
}

.login_form fieldset {
    margin: 0;
    padding: 0;
    border: none
}

.login_form legend {
    display: none
}

.login_form_item {
    position: relative;
    margin-top: 10px
}

.login_form_item input {
    width: 100%;
    height: 38px;
    line-height: 38px;
    color: #b3c1c6;
    border: 0;
    border-bottom: 1px solid #e8edee;
    background-color: transparent;
    outline: 0
}

.login_form_code input, .login_form_img input {
    width: 360px
}

.login_form_item .img_code {
    position: absolute;
    top: 2px;
    right: 0;
    width: 110px;
    height: 34px;
    cursor: pointer
}

.login_form_item .code_btn, .login_form_item .code_btn_dis {
    position: absolute;
    top: 2px;
    right: 0;
    width: 110px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    text-align: center;
    border-radius: 17px
}

.login_form_item .code_btn {
    display: none;
    background-color: #6B238E;
    cursor: pointer
}

.login_form_item .code_btn:hover {
    background-color: #01c0b2
}

.login_form_item .code_btn_dis {
    background-color: #ccc;
    cursor: not-allowed
}

.login_form_item .msg {
    margin-top: 0;
    margin-bottom: 0;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #dc7164
}

.login_form_item .login_btn{
    display: block;
   /* width: 270px;*/
    height: 36px;
    line-height: 36px;
    color: #fff;
    background-color: #6B238E;
    text-align: center;
    border-radius: 18px;
    cursor: pointer
}
.login_form_item .login_btn1{
    display: block;
   /* width: 270px;*/
    height: 36px;
    line-height: 36px;
    color: #fff;
    background-color: #6B238E;
    text-align: center;
    border-radius: 18px;
    cursor: pointer
}
.login_form_item .login_btn:hover{
    background-color: #01c0b2
}
.login_form_item .login_btn1:hover{
    background-color: #01c0b2
}
.login_terms {
    font-size: 10px;
    color: #b3c1c6;
    text-align: center
}

.login_terms a {
    color: #6B238E;
    text-decoration: none
}

.login_panel-rg {
    padding-right: 70px;
    width: 166px
}

.download_code {
    padding-bottom: 17px;
    text-align: center
}

.download_code img {
    display: inline-block;
    width: 154px;
    height: 152px
}

.download_code p {
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 20px
}

.login_panel-rg a {
    display: inline-block;
    margin-top: 20px;
    padding-left: 26px;
    width: 140px;
    height: 36px;
    line-height: 34px;
    color: #fff;
    text-decoration: none;
    border-radius: 18px
}

.login_panel-rg a.sina {
    background-color: #dc7164
}

.login_panel-rg a.weixin {
    background-color: #5ddf78
}

.login_panel-rg a i {
    display: inline-block;
    width: 23px;
    height: 20px;
    vertical-align: middle
}

.login_panel-rg a.sina i {
    background-position: -28px -185px
}

.login_panel-rg a.weixin i {
    background-position: -55px -185px
}

.login_panel-rg a span {
    padding-left: 10px;
    vertical-align: middle
}

.close_login_panel, .close_refill_panel {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 18px;
    height: 18px;
    background-position: -2px -190px;
    cursor: pointer;
    -webkit-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out
}

.close_login_panel:hover, .close_refill_panel:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.cont {
    width: 100%;
    min-width: 1060px;
    position: relative;
    margin: 0 auto;
    height: 100%
}

.cont .roll, .content .roll {
    margin: auto;
    padding: 20px 0 0;
    position: absolute;
    left: 0;
    right: 0
}

.cont-bg {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -100;
    font-size: 0
}

.cont-bg-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(1, 7, 20, .2)
}

.cont .roll {
    bottom: 20px
}

.content .roll {
    bottom: 30px
}

.content .roll .text {
    color: #333
}

.roll {
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0
}

.roll .box {
    -webkit-animation: jump 2s infinite;
    animation: jump 2s infinite
}

.roll .icon {
    cursor: pointer;
    margin: 0 auto;
    width: 42px;
    height: 42px;
    background: url(../image/MTU4OTc5NDUzNzQxNSM0NDgjcG5n.png) center no-repeat;
    background-size: 42px 42px
}

.roll .text {
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding: 16px 0
}

.cont p {
    margin-top: 0;
    margin-bottom: 0;
    height: 150px;
    text-align: center
}

.cont p img {
    display: inline-block;
    width: 1200px;
    height: 150px
}

.window-wrapper {
    position: absolute;
    top: 0;
    min-width: 1300px;
    width: 100%
}

.window-wrapper ul {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto auto 180px;
    width: 800px;
    height: 76px;
    list-style: none;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.window-wrapper li {
    width: 178px;
    line-height: 76px;
    border-radius: 38px
}

.window-wrapper li a, .window-wrapper li span {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    opacity: .7;
    filter: alpha(opacity=70);
    outline: 0
}

#muted, .window-wrapper li a, .window-wrapper li span {
    background-image: url(../image/sprite_img.png);
    background-repeat: no-repeat
}

.window-wrapper li a:hover, .window-wrapper li span:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.window-wrapper li:nth-of-type(1) a {
    background: url(../image/MTU4OTk0Njk3OTQ3NyM5OTUjcG5n.png) center no-repeat;
    background-size: 100%
}

.window-wrapper li:nth-of-type(2) a {
    background: url(../image/MTU4OTk0Njk5NTY2MiM1MDEjcG5n.png) center no-repeat;
    background-size: 100%
}

.window-wrapper li:nth-of-type(3) span {
    background: url(../image/MTU4OTk0Njk4NDg3NyM5NjEjcG5n.png) center no-repeat;
    background-size: 100%
}

.window-wrapper li:nth-of-type(4) a {
    background: url(../image/MTU4OTk0Njk5MDQ2MiMyMTIjcG5n.png) center no-repeat;
    background-size: 100%
}

.map_layer {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, .4)
}

.map_layer.show {
    display: block
}

.map_layer .map_pannel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 101;
    height: 527px;
    width: 937px;
    font-size: 14px;
    color: #546064;
    background-color: #fff;
    border: 4px solid rgba(255, 255, 255, .4);
    border-radius: 10px;
    background-clip: padding-box
}

.map_layer .map_pannel .map_close {
    z-index: 999;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 18px;
    height: 18px;
    background-position: -2px -190px;
    cursor: pointer;
    -webkit-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
    background-image: url(../image/sprite_icon.png);
    background-repeat: no-repeat
}

#muted, #qrcode {
    position: absolute;
    z-index: 1
}

.map_layer .map_pannel .map_close:hover {
    transform: rotate(180deg)
}

.map_layer .map_pannel .map_pannel_content {
    border-radius: 6px;
    width: 100%;
    overflow: hidden
}

.map_layer .map_pannel .map_pannel_content .video {
    width: 100%;
    height: 100%
}

#qrcode {
    display: none;
    top: 80px;
    left: 50%;
    margin-left: -89px;
    width: 178px;
    height: 178px;
    padding: 3px;
    background: url(../image/download_code.png) 0 0/100% no-repeat #fff;
    border-radius: 10px;
    background-clip: padding-box;
    box-shadow: 0 0 20px #ccc
}

#muted {
    overflow: hidden;
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    background-position: 0 -77px;
    cursor: pointer
}

@media screen and (max-height: 1000px) {
    .header {
        padding-top: 20px
    }

    .logo {
        padding-left: 0
    }

    .logo img {
        transform: scale(.7)
    }

    .cont > p {
        -webkit-transform: scale(.7);
        -moz-transform: scale(.7);
        -o-transform: scale(.7);
        transform: scale(.7)
    }
}

.img-bei {
    width: 14px;
    top: 2px;
    position: relative
}

@media (max-width: 1440px) {
    .header_wrapper {
        width: 960px !important
    }

    .live-screen {
        height: 520px !important
    }

    .live-wrapp {
        width: 960px
    }

    .channel-wrapp .channel-item-wrapp, .live-story-container {
        width: 960px !important
    }

    .channel-content .live-pic-wrapp .live-pic {
        height: 200px !important
    }

    .left-screen .anchor-info-wrapp {
        padding: 12px 8px 30px 12px !important;
        left: 15px !important
    }

    .left-screen .anchor-info-wrapp .anchor-info .anchor-avatar {
        width: 38px !important;
        height: 38px !important
    }

    .left-screen .anchor-info-wrapp .anchor-info .anchor-nike-info .nike {
        width: 80px !important
    }

    .left-screen .anchor-info-wrapp .attention {
        width: 50px !important;
        height: 20px !important;
        line-height: 20px !important
    }

    .to-live-room {
        width: 147px !important;
        height: 42px !important;
        line-height: 42px !important;
        margin-top: -21px !important;
        margin-left: -73.5px !important
    }
}

@-webkit-keyframes jump {
    0%, to {
        transform: translateY(0)
    }
    50% {
        transform: translateY(20%)
    }
}

@keyframes jump {
    0%, to {
        transform: translateY(0)
    }
    50% {
        transform: translateY(20%)
    }
}