@charset "utf-8";
/* @font-face {
    font-family: 'HelveticaNeueLTPro';
    src: url('HelveticaNeueLTPro-ThEx.otf?v=201710130000'), url('HelveticaNeueLTPro-ThEx.otf?v=201710130000') format('embedded-opentype')
} */

.fk-banner-index {
    height: 700px;
    /* background: #3e83fa; */
    position: relative
}

.fk-index-sliderPanel .fk-banner-xcx .f-button-wrap {
    margin-top: -40px
}

.fk-banner-xcx .f-buttonComponent {
    width: 228px;
    height: 72px;
    position: relative;
    z-index: 3
}

.fk-banner-xcx .f-buttonComponent {
    background: rgba(0, 0, 0, 0.01)
}

.fk-banner-xcx .f-btn {
    width: 228px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 35px;
    border: #fff solid 1px;
    border: rgba(255, 255, 255, 0.6) solid 1px;
    font-size: 20px;
    color: #fff;
    transition: background .3s
}

.fk-banner-xcx .f-buttonComponent .f-codeWrap {
    position: absolute;
    right: -255px;
    top: 0;
    width: 240px;
    height: 240px;
    background-color: rgba(255, 255, 255, .15);
    border: solid #fff 1px;
    border: solid rgba(255, 255, 255, .1) 1px;
    box-sizing: border-box;
    border-radius: 3px;
    transform-origin: top center;
    transform: scale(1, 0);
    transition: all .3s
}

.fk-banner-xcx .f-buttonComponent .f-code {
    width: 220px;
    height: 220px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -110px;
    margin-top: -110px;
    z-index: 1
}

.fk-banner-xcx .f-buttonComponent .f-feelArea {
    width: 290px;
    height: 290px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -145px;
    margin-top: -145px
}



.fk-banner-xcx .f-buttonComponent-hover .f-codeWrap {
    transform: scale(1, 1)
}

.fk-banner-xcx-fixIE .f-buttonComponent-hover .f-codeWrap {
    height: 240px;
    overflow: visible;
    border: #fff 1px solid;
    border: 1px solid rgba(255, 255, 255, .1)
}

.fk-banner-xcx-fixIE .f-buttonComponent-hover .f-codeWrap-bg {
    display: block;
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}



.fk-index-sliderPanel {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden
}

.fk-index-sliderPanel .f-sldList {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.fk-index-sliderPanel .f-sldList .f-sldItem {
    height: 100%;
    width: 100%;
    float: left;
    text-align: left;
    position: relative
}

.fk-index-sliderPanel .f-sldList-2 {
    width: 200%
}

.fk-index-sliderPanel .f-sldList-3 {
    width: 300%
}

.fk-index-sliderPanel .f-sldList-2 .f-sldItem {
    width: 50%
}

.fk-index-sliderPanel .f-sldList-3 .f-sldItem {
    width: 33.3333333333%
}

.fk-index-sliderPanel .f-sldImg {
    width: 100%;
    height: 100%;
    display: block
}

.fk-index-guestWinSld-sliderPanel .f-sldList-3 .f-sldItem {
    width: 740px
}

.fk-banner-index .fk-index-sliderPanel {
    height: 100%
}

.fk-index-focus {
    position: absolute;
    left: 50%;
    top: 647px;
    width: 150px;
    height: 20px;
    margin-left: -75px
}

.fk-index-focus .f-focusList {
    font-size: 0;
    text-align: center
}

.fk-index-focus .f-focusItem:first-child {
    margin-left: 0
}



.fk-banner-index .f-button-wrap {
    width: 1080px;
    margin: 0 auto;
    position: relative;
    padding-top: 450px;
    display: block
}

.fk-banner-index .f-button-wrap:active {
    background: transparent
}

.fk-banner-index .f-button {
    width: 220px;
    height: 70px;
    border: solid #fff 1px;
    border-radius: 35px;
    line-height: 70px;
    text-align: center;
    font-size: 35px;
    z-index: 3;
    color: #fff;
    vertical-align: middle;
    font-weight: normal;
    display: block
}

.set_4_button2 {
    position: relative;
    font-weight: 400;
    text-align: center;
    width: auto;
    line-height: 70px;
    font-size: 21px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    cursor: pointer;
    color: #fff;
    border-radius: 35px;
    border: solid #fff 1px;
    width: 220px;
    text-align: center
}

.set_4_button2.raised {
    -moz-transition: all .1s;
    -o-transition: all .1s;
    -webkit-transition: all .1s;
    transition: all .1s
}

.anim {
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1
}

.anim:before {
    position: relative;
    content: '';
    display: block;
    margin-top: 100%
}

.anim:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%
}

.hoverable .anim {
    -moz-animation: anim-out .75s;
    -webkit-animation: anim-out .75s;
    animation: anim-out .75s
}

.hoverable .anim:after {
    -moz-animation: anim-out-pseudo .75s;
    -webkit-animation: anim-out-pseudo .75s;
    animation: anim-out-pseudo .75s
}

.hoverable .anim, .hoverable .anim:after {
    animation-iteration-count: infinite;
    animation-duration: 1.3s
}

@-webkit-keyframes anim-in {
    0% {
        width: 0
    }
    100% {
        width: 100%
    }
}

@-moz-keyframes anim-in {
    0% {
        width: 0
    }
    100% {
        width: 100%
    }
}

@-ms-keyframes anim-in {
    0% {
        width: 0
    }
    100% {
        width: 100%
    }
}

@keyframes anim-in {
    0% {
        width: 0
    }
    100% {
        width: 100%
    }
}

@-webkit-keyframes anim-in-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25)
    }
    100% {
        background: transparent
    }
}

@-moz-keyframes anim-in-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25)
    }
    100% {
        background: transparent
    }
}

@-ms-keyframes anim-in-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25)
    }
    100% {
        background: transparent
    }
}

@keyframes anim-in-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25)
    }
    100% {
        background: transparent
    }
}

@-webkit-keyframes anim-out {
    0% {
        width: 0
    }
    100% {
        width: 100%
    }
}

@-moz-keyframes anim-out {
    0% {
        width: 0
    }
    100% {
        width: 100%
    }
}

@-ms-keyframes anim-out {
    0% {
        width: 0
    }
    100% {
        width: 100%
    }
}

@keyframes anim-out {
    0% {
        width: 0
    }
    100% {
        width: 100%
    }
}

@-webkit-keyframes anim-out-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25)
    }
    100% {
        background: transparent
    }
}

@-moz-keyframes anim-out-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25)
    }
    100% {
        background: transparent
    }
}

@-ms-keyframes anim-out-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25)
    }
    100% {
        background: transparent
    }
}

@keyframes anim-out-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25)
    }
    100% {
        background: transparent
    }
}

.f-index-model {
    background: #fff;
    min-height: 1387px
}

.f-index-model .fk-index-sliderPanel .f-sldList-2 {
    width: 3000px
}

.f-index-model .fk-index-sliderPanel .f-sldItem {
    width: 1200px
}

.f-index-model .fk-index-header {
    padding-bottom: 0
}

.f-index-model .f-listWrap {
    width: 1150px;
    margin: 0 auto
}

.f-index-model .f-list {
    margin-left: -55px;
    overflow: hidden;
    width: 1500px;
    padding-top: 100px
}

.f-index-model .f-item {
    width: 520px;
    height: 336px;
    margin: 0 55px;
    margin-bottom: 100px;
    position: relative
}

.f-index-model .f-item .f-caseButtonWrap {
    position: absolute;
    top: 50%;
    margin-top: -23px;
    width: 100%;
    z-index: 3;
    text-align: center;
    transition: opacity .3s;
    opacity: 0;
    filter: alpha(opacity=0)
}

.f-index-model .f-item .f-caseButton {
    width: 120px;
    height: 46px;
    border-radius: 23px;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    color: #fff;
    vertical-align: top;
    margin: 0 22px
}

.f-index-model .f-item .f-caseButton-free {
    background: #398afc;
    font-size: 16px
}

.f-index-model .f-item:hover .f-caseButtonWrap {
    opacity: 1;
    filter: alpha(opacity=100)
}

.f-index-model .f-item .f-caseButton-preview {
    border: solid #fff 1px;
    box-sizing: border-box;
    font-size: 0
}

.f-index-model .f-item .f-caseButton-preview .f-txt {
    font-size: 16px;
    display: inline-block;
    line-height: 1;
    vertical-align: middle
}

.f-index-model .f-item .f-caseButton-preview .f-icon {
    display: inline-block;
    height: 24px;
    width: 24px;
    background: url(/image/v2/home_ico.png?v=201802071918) -274px -14px no-repeat;
    vertical-align: middle
}

.f-index-model .f-list-mobi .f-item {
    width: 220px;
    height: 530px;
    margin: 0 40px
}

.f-index-model .f-list-mobi {
    margin-left: -40px;
    width: 110%;
    width: 1400px;
    overflow: hidden;
    padding-top: 100px
}

.f-index-model .f-mobiListWrap {
    width: 1120px;
    margin: 0 auto
}

.f-index-model .fk-index-sliderPanel {
    height: 872px;
    padding-bottom: 100px
}

.f-index-helper {
    background: #f9fbff;
    height: 860px
}

.f-index-helper .fk-index-sliderPanel {
    width: 1200px;
    height: 680px
}

.f-index-helper .fk-index-sliderPanel .f-sldList-2 {
    width: 3000px
}

.f-index-helper .fk-index-sliderPanel .f-sldList-2 .f-sldItem {
    width: 1200px
}

.f-index-helper .f-tab {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    height: 33px
}

.f-index-helper .f-tab-active, .f-index-helper .f-tab-active .f-tabLink {
    color: #4975e5
}

.f-index-helper .f-tabLink {
    padding-bottom: 15px
}

.f-helpItem .f-time {
    text-align: right;
    float: left;
    margin-right: 30px
}

.f-helpItem .f-hot {
    display: inline-block;
    *display: inline;
    _zoom: 1;
    width: 25px;
    height: 25px;
    background: url(/image/v2/index/hot.gif?v=201711250646);
    vertical-align: middle;
    margin-right: 10px
}

.f-helpItem .f-txt {
    vertical-align: middle
}

.f-helpItem .f-info {
    float: left
}

.f-helpItem .f-time-md, .f-helpItem .f-info-title {
    font-size: 25px;
    line-height: 1;
    font-weight: normal;
    height: 36px;
    overflow: hidden
}

.f-helpItem .f-info-title {
    font-size: 18px;
    width: 355px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.f-helpItem .f-info-title .f-a {
    color: #333
}

.f-helpItem .f-info-title .f-a:hover {
    color: #2f82ff
}

.f-helpItem .f-time {
    width: 80px;
    margin-left: -20px
}

.f-helpItem .f-time-y, .f-helpItem .f-info-intro {
    font-size: 14px;
    color: #999;
    margin: 0;
    line-height: 1.8;
    height: 50px;
    overflow: hidden
}

.f-helpItem .f-info {
    width: 355px;
    text-align: left
}

.f-helpItem {
    margin: 0 93px;
    float: left;
    width: 456px;
    margin-bottom: 60px
}

.f-helpListWrap {
    width: 1100px;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.f-helpList {
    margin-top: 90px;
    margin-left: -93px;
    text-align: center;
    width: 1500px
}

.f-index-guest {
    background: #fff;
    height: 930px
}

.f-index-guest .f-slide-sec {
    margin-top: 40px;
    position: relative
}

.f-index-guest .fk-index-header {
    padding-bottom: 0
}

.f-index-guest .f-slider-wrap {
    position: absolute;
    width: 1024px;
    top: 0;
    left: 50%;
    margin-left: -512px;
    min-height: 60px
}

.f-index-guest .f-slider-bg {
    height: 276px;
    position: absolute;
    left: 0;
    top: 114px;
    width: 100%;
    background: url(/image/v2/index_guest_bg.jpg?v=201711250646) no-repeat center center
}

.f-index-guest .f-btn-enterWrap {
    text-align: center
}

.f-index-guest .f-btn-enter {
    width: 184px;
    height: 54px;
    text-align: center;
    color: #333;
    border: solid #e0e0e0 1px;
    border-radius: 28px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 54px;
    background: #fff;
    margin: 0 auto;
    display: block;
    border-color: #2f82ff;
    color: #2f82ff;
    transition: background-color .3s
}

.f-index-guest .f-btn-enter:hover {
    background-color: #2f82ff;
    color: #fff
}

.f-index-guest .f-title {
    font-size: 18px;
    color: #333;
    padding-top: 60px;
    padding-bottom: 42px;
    line-height: 1;
    text-align: center
}

.f-index-guest .f-desc {
    font-size: 14px;
    color: #999;
    height: 67px;
    text-align: center;
    line-height: 1.8;
    margin-top: -5px
}

.f-index-guest .f-siteInfoWrap {
    text-align: center
}

.f-index-guest .f-slider-winWrap {
    width: 740px;
    margin: 0 auto
}

.f-index-guest .f-slider-picWin {
    height: 424px;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    background: #fff
}

.f-index-guest .f-winTopBar, .f-index-guest .f-winBottomBar {
    width: 100%;
    background: #f9f9f9
}

.f-index-guest .f-winTopBar {
    height: 45px
}

.f-index-guest .f-winContent {
    height: 380px
}

.f-index-guest .f-winContent .fk-index-sliderPanel {
    height: 100%
}

.f-winTopBar .f-dotList {
    padding-top: 17px;
    padding-left: 20px;
    font-size: 0
}

.f-winTopBar .f-dotItem {
    width: 10px;
    height: 10px;
    display: inline-block;
    *display: inline;
    _zoom: 1;
    margin-right: 8px;
    background: #ddd;
    border-radius: 50%
}

.f-index-guest .f-winBottomBar {
    height: 38px;
    bottom: 0;
    top: auto
}

.f-index-guest .f-btn-left, .f-index-guest .f-btn-right {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: url(/image/v2/home_ico.png?v=201802071918) no-repeat 0 -754px;
    position: absolute;
    left: 0;
    top: 200px;
    cursor: pointer
}

.f-index-guest .f-btn-right {
    right: 0;
    left: auto;
    background-position: -116px -754px
}

.f-index-guest .f-btn-left:hover {
    background-position: 0 -873px
}

.f-index-guest .f-btn-right:hover {
    background-position: -116px -873px
}

.f-index-guest .f-slider-txtWin .fk-index-sliderPanel {
    height: 244px
}

.fk-banner-index .f-sldItem {
    overflow: hidden
}

.fk-banner-index .f-bWrap {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1920px;
    height: 700px;
    margin-left: -960px;
    margin-top: -350px
}

.fk-banner-index .f-bWrap .f-img {
    width: 100%;
    height: 100%
}

.fk-idxBnr-animate {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1920px;
    height: 600px;
    margin-left: -960px;
    margin-top: -300px;
    background: #3e83fa;
    z-index: 0
}

.fk-idxBnr-animate-static {
    background-image: url(/image/v2/index/static.jpg?v=201711250646)
}

.fk-idxBnr-animate * {
    visibility: hidden
}

.fk-idxBnr-animate.init *, .fk-idxBnr-animate-static * {
    visibility: visible
}

.fk-idxBnr-animate .f-title {
    width: 495px;
    height: 72px;
    margin: 95px auto;
    background: url(/image/v2/index/bnr1_txt.png?v=201711250646) no-repeat;
    position: relative;
    z-index: 5
}

.fk-idxBnr-animate .f-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.fk-idxBnr-animate .f-bgImg {
    width: 100%;
    height: 100%
}

.fk-idxBnr-animate .f-panel, .fk-idxBnr-animate .f-sidePanel, .fk-idxBnr-animate .f-sidePanel-yellowCircle, .fk-idxBnr-animate .f-sidePanel-pinkCircle, .fk-idxBnr-animate .f-bPanel, .fk-idxBnr-animate .f-mPanel, .fk-idxBnr-animate .f-sPanel, .fk-idxBnr-animate .f-sPanel .f-circle {
    position: absolute
}

.fk-idxBnr-animate .f-panel {
    background: url(/image/v2/index/ani_panel.png?v=201711250646) no-repeat;
    width: 881px;
    height: 552px;
    position: absolute;
    left: 50%;
    top: 74%;
    transform-origin: center center;
    margin-left: -440px;
    margin-top: -276px
}

.fk-idxBnr-animate .f-sidePanel {
    background: url(/image/v2/index/ani_sidePanel.png?v=201711250646) no-repeat 40px 6px;
    width: 230px;
    height: 252px;
    left: 76px;
    top: 40px
}

.fk-idxBnr-animate .f-sidePanel-yellowWrap, .fk-idxBnr-animate .f-sidePanel-pinkWrap, .fk-idxBnr-animate .f-sidePanel-yellowWrap .f-circle, .fk-idxBnr-animate .f-sidePanel-pinkWrap .f-circle, .fk-idxBnr-animate .f-sidePanel-yellowWrap .f-shadow, .fk-idxBnr-animate .f-sidePanel-pinkWrap .f-shadow {
    width: 40px;
    height: 50px;
    position: absolute;
    z-index: 1
}

.fk-idxBnr-animate .f-sidePanel-pinkWrap {
    left: 48px;
    top: 100px
}

.fk-idxBnr-animate .f-sidePanel-yellowWrap {
    left: 136px;
    top: 90px
}

.fk-idxBnr-animate .f-sidePanel-yellowWrap .f-circle {
    background: url(/image/v2/index/ani_yellowCircle.png?v=201711250646) no-repeat;
    z-index: 2
}

.fk-idxBnr-animate .f-sidePanel-pinkWrap .f-circle {
    background: url(/image/v2/index/ani_pinkCircle.png?v=201711250646) no-repeat;
    z-index: 2
}

.fk-idxBnr-animate .f-sidePanel-yellowWrap .f-shadow {
    background: url(/image/v2/index/ani_yellowCircleShadow.png?v=201711250646) no-repeat;
    left: 4px;
    top: 1px
}

.fk-idxBnr-animate .f-sidePanel-pinkWrap .f-shadow {
    background: url(/image/v2/index/ani_pinkCircleShadow.png?v=201711250646) no-repeat;
    top: -7px;
    left: -3px
}

.fk-idxBnr-animate .f-bPanel {
    width: 477px;
    height: 277px;
    background: url(/image/v2/index/ani_bRect.png?v=201711250646) no-repeat 20px 14px;
    left: 341px;
    top: 122px
}

.fk-idxBnr-animate .f-mPanel {
    width: 273px;
    height: 252px;
    background: url(/image/v2/index/ani_mRect.png?v=201711250646) no-repeat;
    left: 191px;
    top: 195px
}

.fk-idxBnr-animate .f-sPanel {
    width: 273px;
    height: 160px;
    background: url(/image/v2/index/ani_sRect.png?v=201711250646) no-repeat;
    left: 406px;
    top: 296px
}

.fk-idxBnr-animate .f-sPanel-2 {
    left: 334px;
    top: 353px;
    background: url(/image/v2/index/ani_sRect2.png?v=201711250646) no-repeat 34px 19px
}

.fk-idxBnr-animate .f-bPanel .f-circle, .fk-idxBnr-animate .f-bPanel .f-mountain {
    position: absolute
}

.fk-idxBnr-animate .f-bPanel .f-circle {
    width: 48px;
    height: 30px;
    background: url(/image/v2/index/ani_bRect_circle.png?v=201711250646) no-repeat;
    left: 127px;
    top: 32px
}

.fk-idxBnr-animate .f-bPanel .f-mountain {
    width: 313px;
    height: 180px;
    background: url(/image/v2/index/ani_bRect_m.png?v=201711250646) no-repeat;
    left: 54px;
    top: 45px
}

.fk-idxBnr-animate .f-sPanel .f-circle {
    width: 62px;
    height: 50px;
    background: url(/image/v2/index/ani_sRect_circle.png?v=201711250646) no-repeat;
    left: 48px;
    top: 27px
}

.fk-idxBnr-animate .f-mPanel .f-barWrap {
    position: relative;
    left: 0;
    top: 8px
}

.fk-idxBnr-animate .f-mPanel .f-bar {
    width: 66px;
    height: 36px;
    position: absolute;
    background: url(/image/v2/index/ani_sRect_bar2.png?v=201711250646) no-repeat -14px -12px;
    left: 114px;
    top: 48px;
    overflow: hidden;
    transform-origin: left bottom
}

.fk-idxBnr-animate .f-mPanel .f-bar1 {
    left: 127px;
    top: 59px
}

.fk-idxBnr-animate .f-mPanel .f-bar2 {
    top: 72px;
    left: 108px
}

.fk-idxBnr-animate .f-mPanel .f-bar3 {
    top: 85px;
    left: 91px
}

.fk-idxBnr-animate .f-mPanel .f-bar4 {
    top: 99px;
    left: 73px
}

.fk-idxBnr-animate .f-mPanel .f-bar5 {
    left: 53px;
    top: 115px
}

.fk-idxBnr-animate .f-mPanel .f-bigBar {
    width: 115px;
    height: 60px;
    background: url(/image/v2/index/ani_mRect_line1.png?v=201711250646) no-repeat -13px -8px
}

.fk-idxBnr-animate .f-sPanel .f-line1 {
    background: url(/image/v2/index/ani_sRect_bar1.png?v=201711250646) no-repeat -3px -6px;
    width: 114px;
    height: 58px;
    position: absolute;
    left: 111px;
    top: 54px
}

.fk-idxBnr-animate .f-sPanel .f-line2 {
    background: url(/image/v2/index/ani_sRect_bar2.png?v=201711250646) no-repeat -14px -12px;
    width: 66px;
    height: 36px;
    position: absolute;
    left: 98px;
    top: 67px
}

.fk-idxBnr-animate .f-sidePanel-pinkWrap .f-line, .fk-idxBnr-animate .f-sidePanel-yellowWrap .f-line {
    position: absolute;
    left: 42px;
    top: -45px;
    z-index: 3;
    background: url(/image/v2/index/ani_pinkCircle_line.png?v=201711250646) no-repeat -12px -6px;
    width: 71px;
    height: 51px
}

.fk-idxBnr-animate .f-sidePanel-yellowWrap .f-line {
    background: url(/image/v2/index/ani_yellowCircle_line.png?v=201711250646) no-repeat 0 0;
    left: -70px;
    top: 28px;
    width: 73px;
    height: 64px
}

.fk-idxBnr-animate .f-panelList {
    background: url(/image/v2/index/ani_panel_list.png?v=201711250646) no-repeat 0 0;
    position: absolute;
    left: 257px;
    top: 60px;
    width: 170px;
    height: 109px
}

.fk-idxBnr-animate .f-panel {
    opacity: 0;
    transition: opacity .3s;
    transform-origin: center center
}

.fk-idxBnr-animate-static .f-panel, .fk-idxBnr-animate-static .f-bPanel, .fk-idxBnr-animate-static .f-mPanel, .fk-idxBnr-animate-static .f-sPanel, .fk-idxBnr-animate.static .f-bPanel, .fk-idxBnr-animate.static .f-mPanel, .fk-idxBnr-animate.static .f-sPanel {
    opacity: 1
}

.fk-idxBnr-animate.init .f-panel {
    opacity: 1
}

.fk-idxBnr-animate.init .f-bPanel, .fk-idxBnr-animate.init .f-mPanel, .fk-idxBnr-animate.init .f-sPanel {
    opacity: 0
}

.fk-idxBnr-animate.start .f-sidePanel, .fk-idxBnr-animate.start .f-sidePanel-pinkWrap .f-circle, .fk-idxBnr-animate.start .f-sidePanel-yellowWrap .f-circle {
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-direction: alternate;
    animation-iteration-count: infinite
}

.fk-idxBnr-animate.start .f-sidePanel-pinkWrap .f-circle, .fk-idxBnr-animate.start .f-sidePanel-yellowWrap .f-circle {
    animation-name: sidePanelCircle
}

.fk-idxBnr-animate.start .f-sidePanel {
    animation-name: sidePanel
}

.fk-idxBnr-animate.start .f-bPanel, .fk-idxBnr-animate.start .f-mPanel, .fk-idxBnr-animate.start .f-sPanel, .fk-idxBnr-animate.start .f-bPanel .f-mountain, .fk-idxBnr-animate.start .f-bPanel .f-circle {
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: 1s
}

.fk-idxBnr-animate.start .f-bPanel {
    animation-name: bPanel
}

.fk-idxBnr-animate.start .f-mPanel {
    animation-name: mPanel
}

.fk-idxBnr-animate.start .f-bPanel .f-mountain, .fk-idxBnr-animate.start .f-bPanel .f-circle {
    animation-timing-function: ease-in;
    animation-name: bPanelMountain
}

.fk-idxBnr-animate.start .f-bPanel .f-circle {
    animation-timing-function: linear
}

.fk-idxBnr-animate.start .f-sPanel {
    animation-name: mPanel;
    animation-timing-function: ease-in;
    transform-origin: left top;
    transform: translate(-146px, 118px);
    animation-duration: .85s
}

.fk-idxBnr-animate.start .f-sPanel-2 {
    animation-delay: .15s
}

.fk-idxBnr-animate.start .f-mPanel .f-bar3, .fk-idxBnr-animate.start .f-mPanel .f-bar4, .fk-idxBnr-animate.start .f-mPanel .f-bar5, .fk-idxBnr-animate.start .f-mPanel .f-bar2, .fk-idxBnr-animate.start .f-mPanel .f-bar1 {
    animation-name: mPanelBar1;
    animation-timing-function: linear;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    transform-origin: 0 0;
    transform: translate(-98px, 72px) scale(0, 0)
}

.fk-idxBnr-animate.start .f-mPanel .f-bar2 {
    animation-name: mPanelBar2;
    animation-delay: .2s;
    animation-duration: .8s
}

.fk-idxBnr-animate.start .f-mPanel .f-bar3 {
    animation-name: mPanelBar3;
    animation-delay: .4s;
    animation-duration: .6s
}

.fk-idxBnr-animate.start .f-mPanel .f-bar4 {
    animation-name: mPanelBar4;
    animation-delay: .6s;
    animation-duration: .4s
}

.fk-idxBnr-animate.start .f-mPanel .f-bar5 {
    animation-name: mPanelBar5;
    animation-delay: .8s;
    animation-duration: .2s
}

.fk-idxBnr-animate.start .f-sPanel .f-circle, .fk-idxBnr-animate.start .f-sPanel .f-line {
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-name: sPanelCircle
}

.fk-idxBnr-animate.start .f-sPanel .f-line {
    animation-name: sPanelLine;
    transform-origin: 0 0;
    transition-timing-function: linear
}

.fk-idxBnr-animate.start .f-sidePanel-pinkWrap .f-line {
    animation-duration: 1s;
    animation-timing-function: ease-in;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-name: sidePanelBar1;
    transform-origin: 0 100%
}

.fk-idxBnr-animate.start .f-sidePanel-yellowWrap .f-line {
    animation-duration: 1s;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-name: sidePanelBar1;
    transform-origin: 100% 20%
}

.fk-idxBnr-animate.start .f-panelList {
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-name: panelList
}

.fk-index-main, .f-index-model, .f-index-helper, .f-index-guest, .fk-footer {
    position: relative;
    z-index: 0;
    padding-top: 2px;
    margin-top: -2px;
    min-width: 1200px
}

.webHead {
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    z-index: 99
}

.fk-index-body {
    padding-top: 771px
}


.fk-numberBar, .fk-banner-index {
    width: 100%;
    min-width: 1200px
}

.webHead, .fk-banner-index {
    _position: absolute;
    _left: 0;
    _top: expression(eval(document.documentElement.scrollTop))
}

.fk-banner-index {
    _top: expression(eval(document.documentElement.scrollTop+71))
}

@keyframes sidePanelCircle {
    0% {
        transform: translate(0, 0)
    }
    100% {
        transform: translate(14px, 0)
    }
}

@keyframes sidePanel {
    0% {
        transform: translate(0, -20px)
    }
    100% {
        transform: translate(0, 0)
    }
}

@keyframes bPanel {
    0% {
        transform: translate(263px, -236px);
        opacity: 0
    }
    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes mPanel {
    0% {
        transform: translate(-146px, 118px);
        opacity: 0
    }
    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes bPanelMountain {
    0% {
        transform: translate(85px, -45px)
    }
    100% {
        transform: translate(0, 0)
    }
}

@keyframes mPanelBar1 {
    0% {
        transform: translate(-74px, 56px) scale(0, 0)
    }
    100% {
        transform: translate(0, 0) scale(1, 1)
    }
}

@keyframes mPanelBar2 {
    0% {
        transform: translate(-55px, 43px) scale(0, 0)
    }
    100% {
        transform: translate(0, 0) scale(1, 1)
    }
}

@keyframes mPanelBar3 {
    0% {
        transform: translate(-38px, 30px) scale(0, 0)
    }
    100% {
        transform: translate(0, 0) scale(1, 1)
    }
}

@keyframes mPanelBar4 {
    0% {
        transform: translate(-20px, 16px) scale(0, 0)
    }
    100% {
        transform: translate(0, 0) scale(1, 1)
    }
}

@keyframes mPanelBar5 {
    0% {
        transform: translate(0, 0) scale(0, 0)
    }
    100% {
        transform: translate(0, 0) scale(1, 1)
    }
}

@keyframes sPanelCircle {
    0% {
        transform: translate(-25px, 19px)
    }
    100% {
        transform: translate(0, 0)
    }
}

@keyframes sPanelLine {
    0% {
        transform: translate(-12px, 9px) scale(0, 0)
    }
    100% {
        transform: translate(0, 0) scale(1, 1)
    }
}

@keyframes sidePanelBar1 {
    from {
        transform: scale(0, 0)
    }
    to {
        transform: scale(1, 1)
    }
}

@keyframes panelList {
    from {
        opacity: .2
    }
    to {
        opacity: 1
    }
}