blockquote, body, button, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(86, 60, 60, 0);
}

body {
  line-height: 24px;
  font: 14px Microsoft YaHei, Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: bold;
}

a:active,a:hover {
  outline: 0
}

img {
  border: none
}

li {
  list-style: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

h4,h5,h6 {
  font-size: 100%
}

button,input,optgroup,option,select,textarea {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: 0
}

pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word
}

hr {
  height: 1px;
  margin: 10px 0;
  border: 0;
  clear: both
}

a {
  color: #333;
  text-decoration: none
}

a:hover {
  color: #777
}

@font-face {font-family: "k-iconfont";
  src: url('font/iconfont.eot'); /* IE9*/
  src: url('font/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('font/iconfont.woff') format('woff'), /* chrome, firefox */
  url('font/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('font/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.k-iconfont {
  font-family:"k-iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.k-link-border-bottom{
  display: inline-block;
  padding: 5px;
  color: #252631;
  border-bottom: 2px solid #fff;
  font-size: 16px;
}

.k-link-border-bottom.k-on{
  color: #4D7CFE;
  border-bottom-color: #4D7CFE;
}

.k-bg-gray-block{
  color: #fff;
  background: #949494;
  border-radius: 3px;
  padding: 3px 5px;
  display: inline-block;
}

.k-curtain{
  position: fixed;
  display:flex;
  align-items:center;
  justify-content: center;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100%; height: 100%;
  z-index: 999;
  background-color: rgba(94, 110, 141, 0.9);;
}

.k-pop-btn-group{
  display: flex;
}

.k-popup-btn{
  flex: 1;
  line-height: 60px;
  color: #fff;
  background-color: #b6bece;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}

.k-popup-btn-red{
  background-color: #fc7169 !important;
}

.k-popup-btn-white{
  background-color: #fff !important;
  color: #000;
  border: 1px solid #d8d8d8;
}

.k-popup-container{
  position: relative;
  width: 90%;
  max-width: 400px;
  background: #FFF;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.k-popup-context{
  padding: 3em 1em;
}

.k-bg-black,.k-bg-blue,.k-bg-cyan,.k-bg-green,.k-bg-orange,.k-bg-red {
  color: #fff!important
}

.k-bg-white{
  background-color: #fff!important
}
.k-bg-red {
  background-color: #FF5722!important
}

.k-bg-orange {
  background-color: #FFB800!important
}

.k-bg-green {
  background-color: #009688!important
}

.k-bg-cyan {
  background-color: #2F4056!important
}

.k-bg-blue {
  background-color: #1E9FFF!important
}

.k-bg-black {
  background-color: #393D49!important
}

.k-bg-gray {
  background-color: #eee!important;
  color: #666!important
}


.k-white{
  color: #fff!important
}
.k-red {
  color: #FF5722!important
}

.k-orange {
  color: #FFB800!important
}

.k-green {
  color: #009688!important
}

.k-cyan {
  color: #2F4056!important
}

.k-blue {
  color: #1E9FFF!important
}

.k-black {
  color: #393D49!important
}

.k-gray {
  color: #c4c4c4!important;
}

.k-img{
  border: 1px solid #d8d8d8;
  width: 36px; height: 36px;
}

.k-padding-box{
  padding: 5px;
}

.k-overflow-y, .k-overflow-x, .k-overflow, .k-overflow-hidden{
  width: 100%;
  height: 100%;
}

.k-overflow-x{
  overflow-x:auto;
}
.k-overflow-y{
  overflow-y:auto;
}

.k-overflow{
  overflow: auto;
}
.k-overflow-hidden{
  overflow: hidden;
}


.k-clear, .k-search-input-group {
  clear: both;
  *zoom: 1
}

.k-clear:after, .k-row:after, .k-row-col-3:after, .k-mobole-nav-bar:after , .k-search-input-group:after{
  content: '';
  clear: both;
  *zoom: 1;
  display: block;
  height: 0
}

.k-show{
  display: none;
}

.k-hide{
  display: none;
}

.k-inline {
  *display: inline;
  *zoom: 1
}

.k-middle{
  vertical-align: middle;
}

.k-inline,img {
  display: inline-block;
  vertical-align: middle
}

.k-container {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box
}

.k-mobile-bg{
  padding: 15px 0;
  background: #f2f2f2;
}

.k-card{
  border: 1px #d8d8d8 solid;
  padding: 10px;
}

.k-bottom-border{
  border-bottom: 1px #d8d8d8 solid;
}

.k-btn{
  display: inline-block;
  padding: 5px 10px; margin: 0;
  border: 1px solid #efefef; border-radius: 5px;
  background: #fff;
  font-size: 12px; color: #000;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
}

.k-btn-blue{
  background: #1E9FFF !important;
}

.k-btn-radius{
  border-radius: 100px;
}

.k-btn-abnormal{
  background: #1c97f5;
  padding: 6px 11px;
  border:0;
  color: #fff;
}

.k-btn-big{
  padding: 10px 20px; margin: 0;
}

.k-btn-square{
  padding: 0px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.k-input, .k-select, .k-mobile-input, .k-mobile-select{
  display: inline-block;
  padding: 5px 10px; margin: 0;
  border: 1px solid #efefef;
  background-color: #fff;
}
.k-mobile-input, .k-mobile-select{
  width: 100%;
  padding: 8px 10px;
  box-sizing: border-box;
}

.k-mobile-input-2{
  padding: 10px 0;
  height: 30px;
  width: 100%;
  font-size: 14px;
  background: none;
  border: none;
  color: #333;
  border-bottom: 1px solid #D9D9D9;
}

.k-checkbox{
  display: inline-block;
  cursor: pointer;
}
.k-checkbox>input[type="checkbox"]{
  display: none;
}
.k-checkbox-container{
  display: inline-block;
  width: 20px; height: 20px;
  border: 1px solid #e8e8e8;
  text-align: center;
  line-height: 20px;
  vertical-align: middle;
  border-radius: 2px;
}
.k-checkbox-container>i{
  color: #fff;
  display: none;
}

.k-checkbox>input[type="checkbox"]:checked+.k-checkbox-container{
  background: #1c97f5;
  color: #fff;
  border: 1px solid #1c97f5;
}
.k-checkbox>input[type="checkbox"]:checked+.k-checkbox-container>i{
  display: inline-block;
}


.k-btn-add{
  font-size: 18px; font-weight: bold;
}

.k-break-word{
  word-break: break-all;
  word-wrap: break-word;
}

.k-v-bottom{
  vertical-align: bottom;
}

.k-right{
  float: right;
}

.k-checked-border{
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  border-collapse: collapse;
  border: 1px solid #04e3ba;
}

.k-table{
  width: 100%;
  background-color: #fff;
  color: #666;
}

.k-table>thead>tr>td, .k-table>thead>tr>th, .k-table>tbody>tr>td, .k-table>tbody>tr>th {
  position: relative;
  padding: 9px 15px;
  min-height: 20px;
  line-height: 20px;
  font-size: 14px;
}

.k-table>thead>tr>td, .k-table>thead>tr>th, .k-table>tbody>tr>td, .k-table>tbody>tr>th {
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
  word-break: break-all;
  word-wrap: break-word;
}

.k-table>thead>tr>th,.k-table>tbody>tr>th {
  text-align: left;
  font-weight: 400;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.k-text-left{
  text-align: left;
}
.k-text-right{
  text-align: right;
}
.k-text-center{
  text-align: center;
}

.k-m-top-10{
  margin-top: 10px;
}

.k-a4-page{
  max-width: 594.3pt;
  margin: 0 auto;
}


.k-row, .k-row-col-3, .k-mobole-nav-bar{
  content: '';
  display: block;
  clear: both;
  *zoom:1;
  position: relative;
}


.k-row>.k-c-left, .k-row>.k-c-center, .k-row>.k-c-right{
  float: left;
  width: 50%;
}


.k-row-col-3>.k-c-left, .k-row-col-3>.k-c-center, .k-row-col-3>.k-c-right{
  float: left;
  width: 33.333%;
}

.k-row>.k-c-right, .k-row-col-3>.k-c-right{
  float: right;
  text-align: right;
}

.k-row>.k-c-center, .k-row-col-3>.k-c-center{
  text-align: center;
}

.k-p-bottom{
  position: absolute;
  bottom: 0;
}

.k-col-lg-1,.k-col-lg-10,.k-col-lg-11,.k-col-lg-12,.k-col-lg-2,.k-col-lg-3,.k-col-lg-4,.k-col-lg-5,.k-col-lg-6,.k-col-lg-7,.k-col-lg-8,.k-col-lg-9,.k-col-md-1,.k-col-md-10,.k-col-md-11,.k-col-md-12,.k-col-md-2,.k-col-md-3,.k-col-md-4,.k-col-md-5,.k-col-md-6,.k-col-md-7,.k-col-md-8,.k-col-md-9,.k-col-sm-1,.k-col-sm-10,.k-col-sm-11,.k-col-sm-12,.k-col-sm-2,.k-col-sm-3,.k-col-sm-4,.k-col-sm-5,.k-col-sm-6,.k-col-sm-7,.k-col-sm-8,.k-col-sm-9,.k-col-xs-1,.k-col-xs-10,.k-col-xs-11,.k-col-xs-12,.k-col-xs-2,.k-col-xs-3,.k-col-xs-4,.k-col-xs-5,.k-col-xs-6,.k-col-xs-7,.k-col-xs-8,.k-col-xs-9 {
  position: relative;
  display: block;
  box-sizing: border-box;
  min-height: 1px;
}

.k-col-xs-1,.k-col-xs-10,.k-col-xs-11,.k-col-xs-12,.k-col-xs-2,.k-col-xs-3,.k-col-xs-4,.k-col-xs-5,.k-col-xs-6,.k-col-xs-7,.k-col-xs-8,.k-col-xs-9 {
  float: left;
}

.k-col-xs-1 {
  width: 8.33333333%
}

.k-col-xs-2 {
  width: 16.66666667%
}

.k-col-xs-3 {
  width: 25%
}

.k-col-xs-4 {
  width: 33.33333333%
}

.k-col-xs-5 {
  width: 41.66666667%
}

.k-col-xs-6 {
  width: 50%
}

.k-col-xs-7 {
  width: 58.33333333%
}

.k-col-xs-8 {
  width: 66.66666667%
}

.k-col-xs-9 {
  width: 75%
}

.k-col-xs-10 {
  width: 83.33333333%
}

.k-col-xs-11 {
  width: 91.66666667%
}

.k-col-xs-12 {
  width: 100%
}

.k-col-xs-offset-1 {
  margin-left: 8.33333333%
}

.k-col-xs-offset-2 {
  margin-left: 16.66666667%
}

.k-col-xs-offset-3 {
  margin-left: 25%
}

.k-col-xs-offset-4 {
  margin-left: 33.33333333%
}

.k-col-xs-offset-5 {
  margin-left: 41.66666667%
}

.k-col-xs-offset-6 {
  margin-left: 50%
}

.k-col-xs-offset-7 {
  margin-left: 58.33333333%
}

.k-col-xs-offset-8 {
  margin-left: 66.66666667%
}

.k-col-xs-offset-9 {
  margin-left: 75%
}

.k-col-xs-offset-10 {
  margin-left: 83.33333333%
}

.k-col-xs-offset-11 {
  margin-left: 91.66666667%
}

.k-col-xs-offset-12 {
  margin-left: 100%
}



@media screen and (min-width:768px) {
  .k-container {
    width: 750px
  }

  .k-col-sm-1,.k-col-sm-2,.k-col-sm-3,.k-col-sm-4,.k-col-sm-5,.k-col-sm-6,.k-col-sm-7,.k-col-sm-8,.k-col-sm-9,.k-col-sm-10,.k-col-sm-11,.k-col-sm-12 {
    float: left
  }

  .k-col-sm-1 {
    width: 8.33333333%
  }

  .k-col-sm-2 {
    width: 16.66666667%
  }

  .k-col-sm-3 {
    width: 25%
  }

  .k-col-sm-4 {
    width: 33.33333333%
  }

  .k-col-sm-5 {
    width: 41.66666667%
  }

  .k-col-sm-6 {
    width: 50%
  }

  .k-col-sm-7 {
    width: 58.33333333%
  }

  .k-col-sm-8 {
    width: 66.66666667%
  }

  .k-col-sm-9 {
    width: 75%
  }

  .k-col-sm-10 {
    width: 83.33333333%
  }

  .k-col-sm-11 {
    width: 91.66666667%
  }

  .k-col-sm-12 {
    width: 100%
  }

  .k-col-sm-offset-1 {
    margin-left: 8.33333333%
  }

  .k-col-sm-offset-2 {
    margin-left: 16.66666667%
  }

  .k-col-sm-offset-3 {
    margin-left: 25%
  }

  .k-col-sm-offset-4 {
    margin-left: 33.33333333%
  }

  .k-col-sm-offset-5 {
    margin-left: 41.66666667%
  }

  .k-col-sm-offset-6 {
    margin-left: 50%
  }

  .k-col-sm-offset-7 {
    margin-left: 58.33333333%
  }

  .k-col-sm-offset-8 {
    margin-left: 66.66666667%
  }

  .k-col-sm-offset-9 {
    margin-left: 75%
  }

  .k-col-sm-offset-10 {
    margin-left: 83.33333333%
  }

  .k-col-sm-offset-11 {
    margin-left: 91.66666667%
  }

  .k-col-sm-offset-12 {
    margin-left: 100%
  }
}

@media screen and (min-width:992px) {
  .k-container {
    width: 970px
  }

  .k-col-md-1,.k-col-md-2,.k-col-md-3,.k-col-md-4,.k-col-md-5,.k-col-md-6,.k-col-md-7,.k-col-md-8,.k-col-md-9,.k-col-md-10,.k-col-md-11,.k-col-md-12 {
    float: left
  }

  .k-col-md-1 {
    width: 8.33333333%
  }

  .k-col-md-2 {
    width: 16.66666667%
  }

  .k-col-md-3 {
    width: 25%
  }

  .k-col-md-4 {
    width: 33.33333333%
  }

  .k-col-md-5 {
    width: 41.66666667%
  }

  .k-col-md-6 {
    width: 50%
  }

  .k-col-md-7 {
    width: 58.33333333%
  }

  .k-col-md-8 {
    width: 66.66666667%
  }

  .k-col-md-9 {
    width: 75%
  }

  .k-col-md-10 {
    width: 83.33333333%
  }

  .k-col-md-11 {
    width: 91.66666667%
  }

  .k-col-md-12 {
    width: 100%
  }

  .k-col-md-offset-1 {
    margin-left: 8.33333333%
  }

  .k-col-md-offset-2 {
    margin-left: 16.66666667%
  }

  .k-col-md-offset-3 {
    margin-left: 25%
  }

  .k-col-md-offset-4 {
    margin-left: 33.33333333%
  }

  .k-col-md-offset-5 {
    margin-left: 41.66666667%
  }

  .k-col-md-offset-6 {
    margin-left: 50%
  }

  .k-col-md-offset-7 {
    margin-left: 58.33333333%
  }

  .k-col-md-offset-8 {
    margin-left: 66.66666667%
  }

  .k-col-md-offset-9 {
    margin-left: 75%
  }

  .k-col-md-offset-10 {
    margin-left: 83.33333333%
  }

  .k-col-md-offset-11 {
    margin-left: 91.66666667%
  }

  .k-col-md-offset-12 {
    margin-left: 100%
  }
}

@media screen and (min-width:1200px) {
  .k-container {
    width: 1170px
  }

  .k-col-lg-1,.k-col-lg-2,.k-col-lg-3,.k-col-lg-4,.k-col-lg-5,.k-col-lg-6,.k-col-lg-7,.k-col-lg-8,.k-col-lg-9, .k-col-lg-10,.k-col-lg-11,.k-col-lg-12{
    float: left
  }

  .k-col-lg-1 {
    width: 8.33333333%
  }

  .k-col-lg-2 {
    width: 16.66666667%
  }

  .k-col-lg-3 {
    width: 25%
  }

  .k-col-lg-4 {
    width: 33.33333333%
  }

  .k-col-lg-5 {
    width: 41.66666667%
  }

  .k-col-lg-6 {
    width: 50%
  }

  .k-col-lg-7 {
    width: 58.33333333%
  }

  .k-col-lg-8 {
    width: 66.66666667%
  }

  .k-col-lg-9 {
    width: 75%
  }

  .k-col-lg-10 {
    width: 83.33333333%
  }

  .k-col-lg-11 {
    width: 91.66666667%
  }

  .k-col-lg-12 {
    width: 100%
  }

  .k-col-lg-offset-1 {
    margin-left: 8.33333333%
  }

  .k-col-lg-offset-2 {
    margin-left: 16.66666667%
  }

  .k-col-lg-offset-3 {
    margin-left: 25%
  }

  .k-col-lg-offset-4 {
    margin-left: 33.33333333%
  }

  .k-col-lg-offset-5 {
    margin-left: 41.66666667%
  }

  .k-col-lg-offset-6 {
    margin-left: 50%
  }

  .k-col-lg-offset-7 {
    margin-left: 58.33333333%
  }

  .k-col-lg-offset-8 {
    margin-left: 66.66666667%
  }

  .k-col-lg-offset-9 {
    margin-left: 75%
  }

  .k-col-lg-offset-10 {
    margin-left: 83.33333333%
  }

  .k-col-lg-offset-11 {
    margin-left: 91.66666667%
  }

  .k-col-lg-offset-12 {
    margin-left: 100%
  }
}

html.k-mobile, html.k-mobile>body, html.k-mobile>body>.k-mobile-bg{
  overflow: hidden;
  height: 100%; width: 100%;
}

html.k-mobile>body .k-container{
  overflow: hidden;
  height: 100%;
}

html.k-mobile .k-mobile-bg{
  padding: 0;
}

html.k-mobile .k-mobile-bg>.k-container{
  padding: 15px;
}

html.k-mobile .k-mobile-bg>.k-container.k-bespread{
  padding: 0;
}



.k-layout-1-bottom{
  position: absolute; 
  left: 15px; right: 15px; bottom: 15px; 
}

.k-container.k-bespread>.k-layout-1-bottom{
  left: 0; right: 0; bottom: 0px; 
}


.k-fiter-container{
  position: absolute;
  z-index: 10;
  display: none;
  top: 0; right: 0; bottom: 0; width: 80%; 
  background: #fff;
  overflow-y: auto;
}

.k-layout-1-overflow-y{
  overflow: hidden;
  overflow-y: auto;
  position: absolute;
  top: 65px; bottom: 65px; left: 15px; right: 15px;
}

.k-container.k-bespread>.k-layout-1-overflow-y{
  left: 0; right: 0; top: 40px; bottom: 50px;
}

.k-list{
  width: 100%;
  display: inline-block;
  background: #fff;
  list-style: none;
}

.k-list-item{
  padding: 10px;
  border-bottom: 1px #d8d8d8 solid;
}

.k-list-last-no-border>.k-list-item:last-of-type{
  border-bottom: 0;
}

.k-mobile-layout-1{
  max-width: 1200px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.k-mobile-layout-body{
  overflow: hidden;
  position: absolute;
  top: 0; bottom: 61px; left: 0; right: 0;
}

.k-mobile-layout-body>iframe{
  display: inline-block;
  width: 100%; height: 100%;
}

.k-mobile-layout-1-bottom{
  position: absolute; 
  left: 0; right: 0; bottom: 0; 
  height: 60px;
  border-top: 1px solid #d8d8d8;
}

.k-mobole-nav-bar{
  display: flex;
}

.k-mobole-nav-bar-item{
  flex: 1;
}
.k-mobole-nav-bar-icon, .k-mobole-nav-bar-title{
  text-align: center;
}

.k-mobole-nav-bar-icon{
  height: 40px;
  line-height: 40px;
}
.k-mobole-nav-bar-icon>i{
  display: inline-block;
  font-size: 32px;
}
.k-mobole-nav-bar-title{
  height: 20px;
  line-height: 10px;
  font-size: 14px;
}

.k-mobole-nav-bar-item.active {
  color: #01AAED;
}

.k-search-input-group{
  
}

.k-input-group-label{
  line-height: 37px;
  text-align: center;
  color: #88c2ec;
}
.k-input-block{
  position: relative;
}

.k-input-seach{
  padding-left: 30px;
}

.k-input-block>i{
  position: absolute;
  left: 5px; top: 50%;
  margin-top: -9px;
  font-size: 18px;
}

.k-input-block>i.off{
  right: 5px;
  left: auto;
  opacity: 0.5;
}

.k-anim {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.k-anim-loop {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.k-trans,.k-trans a {
  transition: all .3s;
  -webkit-transition: all .3s
}

@-webkit-keyframes k-rotate {
  from {
    -webkit-transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes k-rotate {
  from {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

.k-anim-rotate {
  -webkit-animation-name: k-rotate;
  animation-name: k-rotate;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear
}

@-webkit-keyframes k-up {
  from {
    -webkit-transform: translate3d(0,100%,0);
    opacity: .3
  }

  to {
    -webkit-transform: translate3d(0,0,0);
    opacity: 1
  }
}

@keyframes k-up {
  from {
    transform: translate3d(0,100%,0);
    opacity: .3
  }

  to {
    transform: translate3d(0,0,0);
    opacity: 1
  }
}

.k-anim-up {
  -webkit-animation-name: k-up;
  animation-name: k-up
}

@-webkit-keyframes k-upbit {
  from {
    -webkit-transform: translate3d(0,30px,0);
    opacity: .3
  }

  to {
    -webkit-transform: translate3d(0,0,0);
    opacity: 1
  }
}

@keyframes k-upbit {
  from {
    transform: translate3d(0,30px,0);
    opacity: .3
  }

  to {
    transform: translate3d(0,0,0);
    opacity: 1
  }
}

.k-anim-upbit {
  -webkit-animation-name: k-upbit;
  animation-name: k-upbit
}

@-webkit-keyframes k-scale {
  0% {
    opacity: .3;
    -webkit-transform: scale(.5)
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1)
  }
}

@keyframes k-scale {
  0% {
    opacity: .3;
    -ms-transform: scale(.5);
    transform: scale(.5)
  }

  100% {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1)
  }
}

.k-anim-scale {
  -webkit-animation-name: k-scale;
  animation-name: k-scale
}

@-webkit-keyframes k-scale-spring {
  0% {
    opacity: .5;
    -webkit-transform: scale(.5)
  }

  80% {
    opacity: .8;
    -webkit-transform: scale(1.1)
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1)
  }
}

@keyframes k-scale-spring {
  0% {
    opacity: .5;
    transform: scale(.5)
  }

  80% {
    opacity: .8;
    transform: scale(1.1)
  }

  100% {
    opacity: 1;
    transform: scale(1)
  }
}

.k-anim-scaleSpring {
  -webkit-animation-name: k-scale-spring;
  animation-name: k-scale-spring
}

@-webkit-keyframes k-fadein {
  0% {
    opacity: 0;
    display: inline-block !important;
  }

  100% {
    opacity: 1
  }
}

@keyframes k-fadein {
  0% {
    opacity: 0;
    display: inline-block !important;
  }

  100% {
    opacity: 1
  }
}

.k-anim-fadein {
  -webkit-animation-name: k-fadein;
  animation-name: k-fadein
}

@-webkit-keyframes k-fadeout {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
    display: none !important;
  }
}

@keyframes k-fadeout {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
    display: none !important;
  }
}

.k-anim-fadeout {
  -webkit-animation-name: k-fadeout;
  animation-name: k-fadeout
}

@keyframes k-fadeout-right{
  0%{ opacity: 1; }
  100% {opacity: 0; transform: translate(100%,0); display: none !important;}
}

.k-anim-fadeout-right {
  animation-name: k-fadeout-right;
  
}

@keyframes k-fadeout-left{
  0%{ opacity: 1; }
  100% {opacity: 0; transform: translate(-100%,0); display: none !important;}
}

.k-anim-fadeout-left {
  animation-name: k-fadeout-left;
  display: inline-block !important;
}


@keyframes k-fadein-right{
  0% {opacity: 0; transform: translate(100%,0); }
  100%{ opacity: 1; transform: translate(0,0); }
}

.k-anim-fadein-right {
  animation-name: k-fadein-right;
  display: inline-block !important;
}

@keyframes k-fadein-left{
  0% {opacity: 0; transform: translate(-100%,0); }
  100%{ opacity: 1; transform: translate(0,0);}
}


.k-anim-fadein-left {
  animation-name: k-fadein-left;
}

/*module*/
.k-module-tab{
  
}

.k-module-tab>li{
  display: block;
  width: 220px; height: 46px;
  position: relative;
  color: #252631;
  padding: 10px 15px;
  font-size: 16px;
  cursor: pointer;
}

.k-module-tab>li>.k-module-tab-container{
  position: absolute;
  display: none;
  left: 285px; top: 0;
  background: #000;
  color: #fff;
  padding: 30px 40px;
  width: 548px;
  font-size: 14px;
  line-height: 28px;
}
.k-module-tab>li.on{
  background: #000;
  color: #fff;
}

.k-module-tab>li.on>.k-module-tab-container{
  display: inline-block;
}

.k-module-tab>li>.arrow_right{
  position: absolute; right: 15px; top: 50%;
  transform: translate(0, -50%);

}