﻿/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}


/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;height:100%;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { height:100%; background: #fff;  position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 48px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8);  background:url(../images/arr.png) no-repeat; text-indent:-999em }
.flex-direction-nav .flex-prev { left: -50px; background-position:0 0 }
.flex-direction-nav .flex-next { right: -50px; background-position:-132px 0}
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px;}
.flexslider:hover .flex-next { opacity: 0.7; right: 10px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }


/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; background:#ddd}
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 65px; text-align: center;z-index: 2}
.flex-control-nav li {margin: 0 3px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 22px; height: 4px; display: block;  background: rgba(255,255,255,0.4); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; border-radius: 0;  }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #fff; cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}
body {
  color: #00192f;
}

p, ul, li {
  margin-bottom: 0;
}

.mt_5 {
  margin-top: 5px;
}

span.red, .red {
  color: #fb4145 !important;
}

span.green, .green {
  color: #58b861 !important;
}

span.title, .link_item h3 {
  font-size: 24px;
  color: #00192f;
}

.mobile span.title, .mobile .link_item h3 {
  font-size: 23px;
}

a, .blue {
  color: #255da8;
}

.row, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

span.line {
  display: inline-block;
  width: 124px;
  height: 1px;
  vertical-align: middle;
  background: url(../img/line.png) no-repeat;
}

@media (min-width: 1180px) {
  .auto_w {
    width: 1200px;
  }
}

.mobile .auto_w {
  width: auto;
}

body {
  min-width: 980px;
}

body.mobile {
  min-width: 0;
}

.tips {
  display: none;
}

.tips.isfirst {
  left: 0;
  top: -3px;
  width: 100%;
  z-index: 31;
  height: 100%;
  display: block;
  padding-left: 83px;
  padding-top: 120px;
  position: absolute;
  background: rgba(0, 0, 0, 0.8) url(../img/tips.png) no-repeat;
  background-position: calc(50% + 58px) 0;
}

.tips.is-init {
  left: 0;
  top: -3px;
  width: 100%;
  z-index: 31;
  height: 100%;
  display: block;
  padding-top: 124px;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  background-position: calc(50% + 58px) 0;
}

@media (max-width:1180px) and (min-width: 992px) {
  .tips.isfirst {
    background-position: calc(50% - 55px) 0;
  }
}

#kk_nav .nav a.isfirst {
  background: #2678e4;
}

.tips.isfirst .btn-primary {
  background: #2678e4;
}

.kk_body {
  padding-bottom: 0;
}

.mobile .kk_body {
  top: 0;
}

#kk_nav {
  z-index: 100;
}

#kk_nav .nav .last .submenu {
  left: 50%;
  margin-left: -55px;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}

.icon-chevron-right:before {
  content: "\f054";
}

.new.btn-default {
  color: #fff;
  font-size: 16px;
  background: none;
  margin-top: 65px;
  padding: 9.5px 41px;
  border: 1px solid #fff;
}

.new.btn-default:hover {
  color: #133368;
  background: #fff;
}

.celebrate.new.btn-default {
  position: absolute;
  bottom: 200px;
  left: 50%;
  margin-left: -78px;
}

.mobile .new.btn-default {
  display: none;
}

.mobile .new.btn-default.celebrate {
  display: block;
  bottom: 165px;
}

.mobile .celebrate_banner_img img {
  width: 100%;
}

.in_body .banner {
  margin: 0 auto;
  min-height: 575px;
  background-color: rgba(0, 0, 0, 0);
  height: -webkit-calc(100vh - 500px);
  height: calc(100vh - 500px);
}

@media (max-width:767px) {
  .in_body div.banner {
    height: -webkit-calc(100vh - 500px);
    height: -moz-calc(100vh - 500px);
    height: -ms-calc(100vh - 500px);
    height: -o-calc(100vh - 500px);
    height: calc(100vh - 500px);
  }

  .in_body .banner {
    min-height: 400px;
  }
}

.mobile .in_body .banner {
  width: 100%;
  min-height: 343px;
}

.banner_img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.ck-slide ul.ck-slide-wrapper li.banner_li {
  background: url(../img/banner_img4.png) no-repeat center;
}

.icon_new {
  top: 12px;
  right: 10px;
}

.ck-slide {
  width: 100%;
  min-height: 540px;
  height: -webkit-calc(100vh - 500px);
  height: calc(100vh - 500px);
  margin: 0 auto;
}

.ck-slide ul.ck-slide-wrapper {
  min-height: 460px;
  height: -webkit-calc(100vh - 500px);
  height: calc(100vh - 500px);
  position: relative;
  width: 100%;
}

.ck-slide ul.ck-slide-wrapper li.nth-child {
  background: -o-linear-gradient(top, #000826, #151d5c);
  background: -ms-linear-gradient(top, #000826, #151d5c);
  background: -moz-linear-gradient(top, #000826, #151d5c);
  background: -webkit-linear-gradient(top, #000826, #151d5c);
  background: linear-gradient(top, #000826, #151d5c);
}

.ck-slide ul.ck-slide-wrapper li.hq_banner_li {
  background: #000826;
}

.ck-slide ul.ck-slide-wrapper li {
  width: 100%;
  background: -o-linear-gradient(top, #000826, #14366d, #255da8);
  background: -ms-linear-gradient(top, #000826, #14366d, #255da8);
  background: -moz-linear-gradient(top, #000826, #14366d, #255da8);
  background: -webkit-linear-gradient(top, #000826, #14366d, #255da8);
  background: linear-gradient(top, #000826, #14366d, #255da8);
}

.ck-slide ul.ck-slide-wrapper li[style^="opacity: 1"] {
  z-index: 1;
}

.ck-slide .ck-slidebox {
  bottom: 98px;
  width: 220px;
  padding-bottom: 10px;
}

.mobile .ck-slide .ck-slidebox {
  display: none;
  bottom: 45px;
}

.ck-slide .ck-slidebox ul li em {
  height: 36px;
  width: 44px;
  padding: 21px 0;
  background: rgba(255, 255, 255, 0);
}

.ck-slide .ck-slidebox ul li em span {
  height: 4px;
  width: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.4);
}

.ck-slide .ck-slidebox ul li.current em span {
  background: rgb(255, 255, 255);
}

.ck-slide .ck-prev, .ck-slide .ck-next {
  top: 43%;
  background-color: rgba(255, 255, 255, 0.1)
}

.banner_container {
  height: 100%;
}

.banner_left {
  z-index: 2;
  text-align: left;
  position: relative;
  padding: calc(25% - 186px) 0 0 20px;
}

.mobile .banner_left {
  text-align: center;
  padding: 65px 0 25px;
  float: none;
}

.banner_l {
  font-size: 47px;
  padding-top: 18px;
}

.mobile .banner_l {
  margin-bottom: 20px;
  font-size: 24px;
}

.banner_s {
  font-size: 18px;
  margin-top: 8px;
}

.mobile .banner_s {
  font-size: 16px;
}

.in_body .loginbox {
  width: 265px;
  height: 310px;
  background-color: #fff;
  position: absolute;
  right: calc(50% - 560px);
  top: 55px;
  z-index: 1;
  padding: 16px;
}

.in_body .loginbox .box {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 21px;
  text-align: center;
}

.in_body .loginbox .loginbox_span {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: url(/default/img/circle.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.in_body .loginbox .loginbox_span:nth-child(2) {
  left: 100%;
  margin-left: -10px;
}

.in_body .loginbox .loginbox_span:nth-child(3) {
  top: 100%;
  margin-top: -10px;
}

.in_body .loginbox .loginbox_span:nth-child(4) {
  left: 100%;
  top: 100%;
  margin-left: -10px;
  margin-top: -10px;
}

.in_body .loginbox .loginbox_p {
  margin: 0;
  text-align: center;
}

.in_body .loginbox .loginbox_w {
  font-weight: bold;
}

.in_body .loginbox .loginbox_but {
  width: 180px;
  height: 40px;
  margin-top: 25px;
  border: 1px solid #255da8;
}

.in_body .loginbox .loginbox_but.free {
  background: #255da8;
  color: #fff;
}

.in_body .loginbox .loginbox_but.login {
  color: #255da8;
  background: #fff;
  margin-top: 14px;
}

.in_body .loginbox .loginbox_but.login a {
  display: inline-block;
  width: 100%;
}

.mobile .in_body .loginbox {
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 333px;
  width: 292px;
}

.mobile .in_body .loginbox .loginbox_w.f28 {
  font-size: 30px;
}

.mobile .in_body .loginbox .loginbox_w.f34 {
  font-size: 37px;
}

.mobile .in_body .loginbox .loginbox_but {
  font-size: 18px;
  width: 219px;
  height: 42px;
}

.stategy_ad {
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 90px;
  position: absolute;
  background: rgba(255, 255, 255, 0.08);
}

.mobile .stategy_ad {
  height: 60px;
}

.stategy_ad_container {
  height: 100%;
}

.stategy_ad_item {
  height: 100%;
  width: calc(100% / 3);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.stategy_ad_item a {
  width: 100%;
  height: 100%;
  padding: 20px 55px 20px 140px;
}

.stategy_ad_item a:hover {
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
}

.stategy_ad_item.free_login {
  background: url(../img/free_login.png) no-repeat 55px center;
}

.stategy_ad_item.new_hand {
  background: url(../img/new_hand.png) no-repeat 55px center;
}

.stategy_ad_item.shop {
  background: url(../img/jrzd.png) no-repeat 55px center;
}

.stategy_ad_item.wizard_ad {
  background: url(../img/realTrade.png) no-repeat 70px center;
}

.stategy_ad_item:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.stategy_ad_item p {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
}

.celue {
  width: 100%;
  background-color: #f7f7f7;
  padding: 94px 0 94px;
}

.celuebox .item-header {
  position: relative;
  padding-bottom: 54px;
  text-align: center;
}

.celuebox .item-header .title {
  font-size: 36px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  color: rgba(63, 74, 87, 1);
  line-height: 50px;
}

.celuebox .item-header .more {
  padding-left: 3px;
}

.celuebox .item-header .item-line {
  position: relative;
  top: -3px;
  height: 24px;
  width: 1px;
  vertical-align: middle;
  background-color: #00192f;
}

.celuebox .item {
  width: 380px;
  /*height:290px;*/
  float: left;
  margin-right: 30px;
  margin-top: 30px;
  transition: all .6s ease;
  background-color: #fff;
}

@media (max-width: 1180px) {
  .celuebox .item {
    width: calc((100% - 40px)/3);
  }
}

.celuebox .item:hover {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-5px);
  transform: translateY(-15px);
  -webkit-box-shadow: 0px 15px 30px 0px rgba(213,218,228,1);
  -moz-box-shadow: 0px 15px 30px 0px rgba(213,218,228,1);
  box-shadow:0px 15px 30px 0px rgba(213,218,228,1);
}

.celuebox .item:nth-child(3n) {
  margin-right: 0;
}

.celuebox .item {
  display: block;
  color: #61676e;
  box-shadow: 1px 1px 3px 0px rgba(193, 193, 193, 0.55);
}

.celuebox .item .title {
  padding: 11px 12px 11px 15px;
  font-size: 20px;
}

.celuebox .item .title .title_p {
  max-width: calc(100% - 70px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #323F50;
  margin-bottom: 0;
  font-weight: 600;
}

.celuebox .item .title .title_span {
  width: 66px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 2px;
}

.celuebox .item .title .backtest {
  color: #255da8;
  background: #d5e7ff;
}

.celuebox .item .title .trade {
  color: #fb8341;
  background: #ffe3d3;
}

.celuebox .item .title .user_box span {
  color: #00192f;
}

.celuebox .item .title .avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-bottom: 0;
}

.celuebox .item .celue_item_tile {
  padding: 10px 15px 0;
  height: 240px;
}

.celuebox .item .celue_item_tile>span>span {
  display: inline-block;
  margin-right: 3px;
  width:5px;
  height:5px;
  border-radius:7px;
  vertical-align: middle;
}

.celuebox .item .celue_item_tile .celue_blue {
  color: #4572A7;
  margin-right: 6px;
}

.celuebox .item .celue_item_tile .celue_red {
  color: #aa4643;
}

.celuebox .item .celue_item_tile .celue_blue>span {
  background-color: #4572A7;
}

.celuebox .item .celue_item_tile .celue_red>span {
  background-color: #aa4643;
}

.celuebox .item .celue_item_tile .celue_red, .celuebox .item .celue_item_tile .celue_blue {
  margin-bottom: 6px;
  display: inline-block;
}

.celuebox .item img {
  width: 100%;
  height: 150px;
}

.celuebox .item .items {
  width: calc(100% / 3 - 2px);
  float: left;
  font-size: 12px;
  border-right: 1px solid #e8ecf0;
  margin: 16px 0 15px;
}

.celuebox .item .items.last {
  border-right: none;
}

.celuebox .item .items p {
  text-align: center;
  margin: 0;
}

.celuebox .item .items .perc {
  font-weight: bold;
  color: #00192f;
}

.celuebox .item .items_last {
  padding: 12px 20px 12px;
  border-top: 1px solid #e8ecf0;
}

.celuebox .item .items_last .un_order {
  margin: 5px 0 0 0;
  line-height: 35px;
}

.celuebox .item-more {
  width: 100%;
  height: 60px;
  background: #fff;
  margin-top: 20px;
  color: #3C7EEE;
  float: left;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  box-shadow: 0px 2px 4px 0px #D5DAE4;
}

.celuebox .item .items_last span {
  display: inline-block;
  margin-top: 3px;
  color: #3f4a57;
}

.celuebox .item .items_last button {
  width: 106px;
  height: 40px;
  color: #fff;
  border: none;
  border-radius: 2px;
}

.celuebox .item .items_last button.get_code {
  background: #3c7eee;
}

.celuebox .item .items_last button.get_code a, .celuebox .item .items_last button.free_order a {
  color: #fff;
}

.celuebox .item .items_last button.free_order {
  background: #fb8341;
}

#performance-chart {
  height: 150px;
  margin-top: 0
}

.mobile .celue {
  padding: 25px calc(50% - 167.5px) 30px;
}

.mobile .celuebox .item-header {
  padding-bottom: 26px;
  text-align: center;
}

.mobile .celuebox .item-header .item-line, .mobile .celuebox .item-header .more {
  display: none;
}

.mobile .celuebox .item {
  width: 335px;
  margin-bottom: 20px;
  margin-top: 0;
}

.mobile .celuebox .item.last {
  margin-bottom: 20px;
}

.mobile .celuebox .item a .title {
  height: 40px;
  line-height: 40px;
  background: #255da8;
  font-size: 18px;
  text-align: center;
  color: #fff;
  padding: 0;
}

.mobile .celuebox .item a img {
  height: 125px;
}

.mobile .celuebox .item-more {
  display: block;
  clear: both;
  width: 335px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #fff;
  font-size: 15px;
  margin-top: 0;
}

.quantbox, .sollutionbox, .partnerbox {
  padding: 50px 0 60px;
}

.item-header {
  padding-bottom: 34px;
}

.quant_item_group {
  width: calc((100% - 40px)/3);
}

.quant_item {
  width: 100%;
  height: 150px;
  border: 1px solid #ececec;
  border-bottom: none;
  padding: 24px 20px 20px 90px;
}

.quant_item a {
  cursor: default;
}

.quant_item_title {
  color: #00192f;
}

.quant_item_con {
  color: #7b7e85;
}

.quant_item.hover {
  height: 160px;
  padding-bottom: 53px;
  background: #f3f7fc;
}

.quant_item.last {
  border-bottom: 1px solid #ececec;
}

.quant_item img {
  position: absolute;
  top: 24px;
  left: 20px;
}

.quant_item_con {
  color: #61676e;
  margin-top: 3px;
}

.learn_more {
  left: 90px;
  bottom: 16px;
  display: none;
  position: absolute;
}

.quant_item.hover .learn_more {
  display: block;
}

.solution {
  background: #f7f7f7;
}

.solution_container {
  background: #fff;
  border: 1px solid #ececec;
}

.solution_item_group {
  padding: 0 10px;
}

.solution_item {
  width: 200px;
  height: 80px;
  padding: 0 20px;
  font-size: 16px;
  cursor: pointer;
  line-height: 80px;
  border-bottom: 1px solid #ececec;
  background: url(../img/solution.png) no-repeat 164px center;
}

.solution_item.checked {
  color: #2678e4;
  background: url(../img/solution_checked.png) no-repeat 164px center;
}

.solutions.checked {
  display: block;
}

.solutions_group {
  padding-top: 20px;
  width: calc(100% - 220px);
}

.solutions {
  display: none;
  height: 413px;
  padding: 15px 0 25px 48px;
  border-left: 1px solid #ececec;
}

.solution_intro_group {
  width: 550px;
  padding-top: 23px;
}

.solution_intro {
  padding-bottom: 30px;
}

.intro_head {
  margin-bottom: 2px;
}

.intro_head .intro_flag {
  top: 2px;
  width: 5px;
  height: 14px;
  margin-right: 10px;
  position: relative;
  background: #2678e4;
  display: inline-block;
}

.intro_con {
  color: #61676e;
  margin-top: 5px;
  line-height: 23px;
}

.solution_img {
  vertical-align: top;
}

.solutions_group .btn-more {
  color: #2678e4;
  margin-top: 8px;
  padding: 11px 51px;
  border: 1px solid #2678e4;
}

.partner_group {
  width: 100%;
}

.partner_img {
  float: left;
  padding: 0 9px;
  margin-bottom: 20px;
  border: 1px solid #ececec;
  cursor: default;
  margin-right: 15px;
  width: calc((100% - 75px)/6);
}

.partner_img:nth-child(6n) {
  margin-right: 0;
}

.partner_img img {
  width: 100%;
}

.partner_img.pointer {
  cursor: pointer;
}

.in_body .join_pane {
  margin-top: 0;
  padding: 54px 0 53px;
  background: url(../img/open-bg.png);
}

.in_body .join_pane .col_text {
  color: #fff;
  font-size: 36px;
}

.in_body .join_pane .col_btn {
  top: 6px;
  position: relative;
  margin-left: 156px;
  vertical-align: text-bottom;
}

.in_body .join_pane .white_on_white {
  font-size: 18px;
  width: 240px;
  height: 46px;
  line-height: 44px;
  padding: 0 12px;
}

.in_body .join_pane .white_on_white:hover {
  background: #fff;
}

.kk_footer {
  position: relative;
  top: 50px;
}

@media(max-width: 768px) {
  .celuebox .item:hover {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
  }
}

@media (min-width: 400px) {
  .mobile .celue, .mobile .function {
    padding: 25px 20px;
  }

  .mobile .celuebox .item {
    width: 100%;
  }

  .mobile .celuebox .item a img {
    height: 175px;
  }

  .mobile .celuebox .item-more, .mobile .functionbox .tile_pane .item, .mobile .kk_footer .inner>div.copyright {
    width: 100%;
  }
}

@media (max-width: 340px) {
  .mobile .celue {
    padding: 24px 15px;
  }

  .mobile .celuebox .item, .mobile .celuebox .item-more, {
    width: 100%;
  }
}

/*寮瑰嚭妗�*/
.free-input {
  width: 100%;
  border: 1px solid #c5c8d2;
  outline: none;
  background: none;
  padding: 11px;
  margin-bottom: 20px;
}

.free-input[name="UserModel[mob]"] {
  background: url(/default/img/tele.png) no-repeat -1px 5px;
}

.free-input[name="UserModel[pwd]"] {
  background: url(/default/img/pasw.png) no-repeat -1px 5px;
}

.yz-input {
  width: 60%;
}

.free-yz {
  width: 35%;
  float: right;
  color: #255da8;
  border: 1px solid #255da8;
  text-align: center;
}

.free-yzm {
  width: 35%;
  float: right;
  height: 44px;
  padding: 0;
}

.free-start {
  background: #255da8;
  text-align: center;
  color: #fff;
  padding: 12px;
}

.input-bg {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 6px;
  left: 0;
}

.modal-dialog .modal-body {
  padding: 40px 36px;
}

.bootstrap-dialog.type-primary .modal-header {
  background: #e8ecf0;
  height: 50px;
  line-height: 30px;
  border-radius: 0;
}

.bootstrap-dialog .bootstrap-dialog-title {
  color: #00192f;
}

.modal-content {
  border-radius: 0;
  box-shadow: none;
}

.modal-body .shadow {
  width: 420px;
  height: 489px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -60px;
  left: -10px;
  z-index: -1;
}

.kkform .error {
  color: #f8aa35;
}

.kkform label {
  font-weight: 100;
  text-align: center;
  position: relative;
  top: -8px;
  margin-bottom: 0;
  width: 100%;
  margin-top: 0;
}

.mobile .modal-dialog .modal-body {
  padding: 25px 14px 5px;
}

.mobile .modal-body .shadow {
  display: none;
}

.modal-dialog {
  margin-top: 120px;
}

.mobile .modal-dialog {
  width: auto;
}

.btn-default:hover {
  color: #255da8;
}

button[disabled].free-input.free-start, html input[disabled].free-input.free-start {
  opacity: 0.8;
}

@media (max-width:767px) {
  .in_body .feat_pane .item {
    width: 50%;
  }
}

.mkk_footer .item.title {
  background: #e8ecf0;
  color: #61676e;
  border-bottom: 1px solid #c9cfd5;
}

.mkk_footer {
  background: #e8ecf0;
}

.mkk_footer .item {
  background: #e8ecf0;
  color: #61676e;
  border-bottom: 1px solid #c9cfd5;
}

.login-container .login-content .form_pane .form-control {
  margin-bottom: 0;
}

.kkform label {
  top: 12px;
}

.kkform label.error_tip {
  top: 10px;
}

.mobile .flexslider .slides, .mobile .flexslider .slides>li, .mobile .flexslider .slides>li>a {
  height: 100%;
}

.mobile .ck-slide {
  min-height: 340px;
  background: -o-linear-gradient(top, #000826, #255da8);
  background: -ms-linear-gradient(top, #000826, #255da8);
  background: -moz-linear-gradient(top, #000826, #255da8);
  background: -webkit-linear-gradient(top, #000826, #255da8);
  background: linear-gradient(top, #000826, #255da8);
}

.mobile .flexslider .banner_p {
  position: absolute;
  bottom: 100px;
  left: 0;
  color: #fff;
  width: 100%;
}

.mobile .stategy_ad_item {
  background-size: 35%;
  background-position: center 2px;
}

.mobile .stategy_ad_item a {
  padding: 40px 10px 10px;
}

.mobile .stategy_ad_item p {
  text-align: center;
  font-size: 10px;
}

.mobile .stategy_ad_item p.f13 {
  display: none;
}

.mobile .item-header {
  font-size: 23px;
  text-align: center;
  padding-bottom: 15px;
}

.mobile .quantbox, .mobile .sollutionbox, .mobile .partnerbox {
  padding: 30px 15px 30px;
}

.mobile .quant_item_group {
  width: 100%;
}

.mobile .solution_item_group {
  display: none;
}

.mobile .solution_intro_group {
  width: 100%;
}

.mobile .solutions_group {
  width: 100%;
}

.mobile .solutions {
  height: auto;
  padding: 15px;
  display: block;
  border-left: none;
  padding-bottom: 0px;
  border-bottom: 1px solid #ececec;
}

.mobile .solutions:last-child {
  border-bottom: none;
}

.mobile .solution_head {
  font-size: 18px;
}

.mobile .solution_img {
  display: none;
}

.mobile .partner_img {
  margin-bottom: 10px;
  width: calc((100% - 10px)/2);
}

.mobile .partner_img img {
  width: 100%;
}

.mobile .partner_img:nth-child(odd) {
  margin-right: 10px;
}

.mobile .partner_img:nth-child(even) {
  margin-right: 0;
}

.mobile .in_body .join_pane {
  padding: 30px;
}

.mobile .in_body .join_pane .col_text {
  font-size: 30px;
}

.mobile .in_body .join_pane .col_btn {
  margin-left: 0;
  margin-top: 15px;
}

.mobile .in_body .join_pane .white_on_white {
  width: 160px;
  height: 36px;
  font-size: 13px;
  line-height: 34px;
}

.hq_banner_img {
  display: inline-block;
  width: 100%;
  height: 486px;
  overflow: hidden;
}

.hq_banner_img img {
  position: absolute;
  width: 1920px;
  height: 486px;
  top: 0px;
  left: 50%;
  margin-left: -960px;
}

.default-ad {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: url(../img/index-banner.png) no-repeat center;
  background-size: 1920px 60px;
  z-index: 100;
}
.default-ad a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.default-ad .default-ad-close {
  position: absolute;
  width: 21px;
  top: 20px;
  right: calc(50% - 580px);
  height: 21px;
  cursor: pointer;
}

.default-ad .default-ad-close img {
  width: 70%;
  height: 70%;
}

#kk_nav.top_60 {
  top: 60px;
}
.kk_body.top_110 {
  top: 110px;
}
.kk_footer{
	background-color: #0d1c30;
}
.kk_footer .title{
	color:#b9bbbe;
	font-size: 18px;
	padding-bottom: 15px;
}
.kk_footer a{
	color:#787d84;
	font-size: 14px;
	margin-bottom: 5px;
	display: inline-block;
	background-color: #0d1c30;
}
.kk_footer .item p,.kk_footer .copyright{
	color:#787d84;
}
#leftsead{
	right:15px;
	height: 50px;
}
@media (max-width: 1180px){
	.kk_footer .wp24 .item{
		padding:0;
	}
}
@media(max-width: 1045px){
	.kk_footer .inner .wp19{
		width:17%;
	}
	.kk_footer .inner .wp24.last{
		width:32%;
	}
}
.form_pane .form-group .error{
	color:#fb4145;
	text-align: center;
}
.login-container .form_pane .form-group{
	margin-bottom: 20px;
}
@media (max-width: 1025px){
	.kk_footer .item>img{
		width:50px;
	}
	.kk_footer a,.kk_footer p{
		font-size:12px;
	}
	.mobile .kk_footer .inner>div{
		width:19%;
	}
	.kk_footer .inner .wp24.last{
		width:19%;
	}
}
@media (max-width: 768px){
	.mobile .kk_footer .inner>div{
		width:17%;
	}
	.kk_footer .inner .wp24.last{
		width:30%;
	}
}
.loadDayContainer{
	position: absolute;
	right: 0;
	top:0;
	width: 330px;
	height: 80px;
}
@media (max-width: 768px){
	.loadDayContainer{
		position: static;
		margin: 0 auto;
		margin-top: 45px;
		width: 330px;
		height: 80px;
	}
	.user_body .profile .stats {
		margin-top: 30px;
		padding-bottom: 31px;
	}
}
.monthContainer{
	width: 100%;
	height:40px;
}
.dayCount,.numCont{
	color: red;
}
.sliderContainer{
	width: 260px;
	height: 100%;
	float: right;
	padding: 10px 0;
	position: relative;
}
.downBar{
	position: absolute;
	left:0px;
	width: 100%;
	height: 3px;
	background: #ebebeb;
	top:18px;
	z-index: 2;
	border: 2px solid #ebebeb;
	cursor: pointer;
}
.upBar{
	position: absolute;
	left: 0px;
	height: 4px;
	background: #067cd9;
	border: 1px solid #ebebeb;
	top:18px;
	z-index: 2;
	cursor: pointer;
}
.monthCount{
	margin: 0;
	padding: 0;
	height: 100%;
	float: left;
	line-height: 40px;
}
.monthContainer{
	line-height: 40px;
}
.dataImage{
	display: inline-block;
	height: 20px;
	width: 20px;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 2px solid #ebebeb;
	border-radius: 10px;
	background:#cacaca ;
	color: #fff;
	position: absolute;
	z-index: 3;
	cursor: pointer;
}
.dataImage:nth-child(1){
	left: -10px;
	background-color: #067cd9;
}
.endBar{
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 4px;
	background: #067cd9;
	right: 0;
	top:-2px;
	cursor: pointer;
}

.moveBar{
	width: 370px;
	background: #222;
	height: 40px;
	padding: 0 10px;
	border-radius: 5px;
	color: #fff;
	position: absolute;
	top:20px;
	left: -100px;
	display:none;
}
.dataImage:nth-child(4){
	right:-10px;
}
.dataImage:nth-child(2){
	left: 70px;
}
.dataImage:nth-child(3){
	left:160px;
}
.toReward{
	float: right;
	line-height: 40px;
	color: #067cd9;
}
.moveBar::before {
	content: '';
	display: inline-block;
	border-left: 6px solid rgba(0, 0, 0, 0);
	border-right: 6px solid rgba(0, 0, 0, 0);
	position: absolute;
	top: -7px;
	left: 67px;
}
.moveBar::after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #222;
	position: absolute;
	top: -6px;
	left: 100px;
}
@media (max-width: 460px){
	.loadDayContainer{
		position: static;
		margin: 0 auto;
		margin-top: 45px;
		width: 305px;
		height: 80px;
	}
	.sliderContainer{
		width: 265px;
		height: 100%;
		float: right;
		padding: 10px 0;
		position: relative;
	}
	.moveBar{
		width: 280px;
		background: #222;
		height: 140px;
		padding: 0 10px;
		border-radius: 5px;
		background: rgba(0,0,0,0.8);
		color: #fff;
		position: absolute;
		top:-50px;
		left: -30px;
		display:none;
		line-height: 30px;
		z-index: 100;
		text-align: center;
	}
	.moveBar::after {
		content: normal;
		display: inline-block;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #222;
		position: absolute;
		top: -6px;
		left: 50%;
	}
	.loginDayBox{
		margin-top: 40px;
	}
	.redDay{
		color: #fb4044;
	}
}



.btn-toolbar .btn#wmd-bold-button, .btn-toolbar .btn#wmd-bold-button-reply{
	background: url(../img/bold.png) no-repeat center;
}
.btn-toolbar .btn#wmd-italic-button, .btn-toolbar .btn#wmd-italic-button-reply{
	background: url(../img/tilt.png) no-repeat center;
}
.btn-toolbar .btn#wmd-link-button, .btn-toolbar .btn#wmd-link-button-reply{
	background: url(../img/link.png) no-repeat center;
}
.btn-toolbar .btn#wmd-quote-button, .btn-toolbar .btn#wmd-quote-button-reply{
	background: url(../img/quote.png) no-repeat center;
}
.btn-toolbar .btn#wmd-code-button, .btn-toolbar .btn#wmd-code-button-reply{
	background: url(../img/code.png) no-repeat center;
}
.btn-toolbar .btn#wmd-image-button, .btn-toolbar .btn#wmd-image-button-reply{
	background: url(../img/img.png) no-repeat center;
}
.btn-toolbar .btn#wmd-olist-button, .btn-toolbar .btn#wmd-olist-button-reply{
	background: url(../img/sort.png) no-repeat center;
}
.btn-toolbar .btn#wmd-ulist-button, .btn-toolbar .btn#wmd-ulist-button-reply{
	background: url(../img/list.png) no-repeat center;
}



/* 鏂扮増瀹㈡埛绔牱寮� */
.new_win_app .kk_main header{
	display: none;
}
.new_win_app .kk_main footer{
	display: none;
}
.new_win_app .kk_main .kk_body{
	position: static;
	top:0;
	padding: 0;
}

.new_win_app .tutorial-nav {
	top: 0px;
}

/* 闅愯棌閲忓寲璇惧爞banner */
.new_win_app .container-box .banner-container {
	display: none;
}

.new_win_app .news-guide {
	display: none;
}

/* 鏂扮増瀹㈡埛绔嚱鏁板簱鏍峰紡 */
.new_win_app{
	background: #ffffff;
}
.new_win_app.fnContainer .shareBtnBox{
	display: none;
}
.new_win_app.fnContainer .fnImage>img{
	display: none;
}
.new_win_app.fnContainer .bodyLeft .searchBox{
	display: none !important;
}
.new_win_app.fnContainer .allFnHeader{
	display: none;
}

.win_appSearchBox{
	display: none;
	padding: 0 60px 0 30px;
}

.new_win_app.fnContainer .headerBox{
	justify-content: center!important;
}
.new_win_app.fnContainer .win_appSearchBox{
	height: 60px;
	background: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.new_win_app.fnContainer .win_appSearchBox .shareBtnBox{
	display: block;
	width: 90px;
	height: 37px;
}
.new_win_app.fnContainer .win_appSearchBox .shareBtnBox .fnShareBtn {
	width: 90px;
	height: 37px;
	font-size: 14px;
}
.new_win_app.fnContainer .win_appSearchBox .shareBtnBox .fnShareBtn i{
	display: none;
}
.new_win_app.fnContainer .win_appSearchBox .winSearchBox{
	width: 320px;
	height: 37px;
	position: relative;
}
.new_win_app.fnContainer .win_appSearchBox .winSearchBox .searchIcon{
	position: absolute;
	right: 10px;
	top:5px;
	color: #515152;
}
.new_win_app.fnContainer .win_appSearchBox .winSearchBox .searchInput{
	background: #ffffff;
	color: #515152;
	border: none;
	outline: none;
}
.new_win_app.fnContainer .win_appSearchBox .winSearchBox input::-webkit-input-placeholder{
	color: #515152;
}
.new_win_app.fnContainer .win_appSearchBox .winSearchBox .searchInput:focus{
	border: none!important;
	box-shadow: none!important;
}
.new_win_app.fnContainer .bodyLeft{
	width: 73% !important;
}
.new_win_app.fnContainer .bodyRight{
	width: 25% !important;
}

.new_win_app.fnContainer .toAuthor{
	color: #8a8a8a!important;
}

.new_win_app.fnContainer .containerBody{
	width: 100%;
}
.new_win_app.fnContainer .containerBody{
	padding: 60px;
	background: #f5f5f5;
	border-top: 1px solid #232323;
}

.new_win_app.fnContainer .list-group-item{
	background: #ffffff!important;
	border-bottom: 1px solid #232323!important;
}
.new_win_app.fnContainer .allFnBody{
	padding: 0!important;
}
.new_win_app.fnContainer .allShareFn{
	background: #232323!important;
	border: 1px solid #232323;
}
.new_win_app.fnContainer .list-group-item .showCount{
	color: #c8c8c8 !important;
}
.new_win_app.fnContainer .list-group-item .showFn{
	color: #8a8a8a!important;
}
.new_win_app.fnContainer .list-group-item .fnShareDetail{
	color: #8a8a8a!important;
}
.new_win_app.fnContainer .list-group-item .fnTitle{
	color: #c8c8c8!important;
}
.new_win_app.fnContainer .list-group-item .fnAuthor{
	color: #8a8a8a!important;
}

.new_win_app.fnContainer .allFnAuthor{
	background: #ffffff!important;
	border: 1px solid #232323!important;
}
.new_win_app.fnContainer .allCount:nth-child(1){
	border-right: 1px solid #232323!important;
}
.new_win_app.fnContainer .allAuthor,.new_win_app.fnContainer .allFn{
	color: #c8c8c8!important;
}
.new_win_app.fnContainer .comBox{
	color: #8a8a8a!important;
}

.new_win_app.fnContainer .monthFnBox{
	background: #ffffff!important;
	border: 1px solid #232323!important;
}
.new_win_app.fnContainer .monthFnHeader{
	color: #a0a0a0!important;
	border-bottom: 1px solid #232323!important;
}
.new_win_app.fnContainer .fnCount,.new_win_app.fnContainer .authorName,.new_win_app.fnContainer .authorRank{
	color: #a0a0a0!important;
}


.new_win_app.fnContainer .containerHeader{
	background: #f5f5f5;
	border-bottom: 1px solid #232323;
}

.new_win_app.fnContainer .fnTabUl li{
	width: 110px!important;
	height: 32px!important;
	line-height: 28px!important;
	padding: 0!important;
	text-align: center;
	border: 1px solid #4a4a4a!important;
}
.new_win_app.fnContainer .fnTabUl li:nth-child(1){
	border-top-left-radius: 4px!important;
	border-bottom-left-radius: 4px!important;
}
.new_win_app.fnContainer .fnTabUl li:nth-child(2){
	border-top-right-radius: 4px!important;
	border-bottom-right-radius: 4px!important;
}
.new_win_app.fnContainer .fnTabUl li.active{
	background: #4a4a4a!important;
}
.new_win_app.fnContainer .fnTabUl li.active a{
	color: #d8d8d8!important;
}
.new_win_app.fnContainer .fnTabUl li a{
	display: block!important;
	height: 100%;
	width: 100%;
}
.new_win_app.fnContainer .fnTabUl li a{
	font-size: 14px!important;
}

.new_win_app.fnContainer .indexFnBox{
	margin: 0!important;
}
.new_win_app.fnContainer .fnShareFooter {
	position: absolute!important;
	left: 30%!important;
}
.new_win_app.fnContainer .fnShareFooter .btn-default{
	background: #ffffff!important;
	border: none!important;
	color: #8a8a8a!important;
	margin: 1px!important;
}
.new_win_app.fnContainer .fnShareFooter .btn-default.active-nick{
	background: #4a4a4a!important;
	color: #ffffff!important;
}
.new_win_app.fnContainer .myFnContainer{
	background: #ffffff!important;
}
.new_win_app.fnContainer .myFnContainer thead td{
	border-bottom: 1px solid #232323!important;
	color: #c8c8c8!important;
}
.new_win_app.fnContainer .myShareList td{
	border-bottom: 1px solid #232323!important;
}
.new_win_app.fnContainer .myShareList .showCount{
	color: #c8c8c8!important;
}
.new_win_app.fnContainer .myFnName a{
	color: #c8c8c8!important;
}






.win_app .kk_main header{
	display: none;
}
.win_app .kk_main footer{
	display: none;
}
.win_app .kk_main .kk_body{
	position: static;
	top:0;
	padding: 0;
}
.iconBox{
	display: none;
}

/*api*/
.win_app .api_body .api_left.fixed_left{
	margin-top: 0;
}
.win_app .api_body {
	background: #333333;
	color: #b3b3b3;
}
.win_app .api_body code{
	background: #333333;
	color: #c1c1c1;
}
.win_app #preview-contents pre{
	background: #2d2d2d;
}
.win_app #preview-contents pre code{
	color: #b3b3b3;
}
.win_app .hljs-string,.win_app .hljs-title,.win_app .hljs-constant,.win_app .hljs-parent,.win_app .hljs-tag .hljs-value,.win_app .hljs-rules .hljs-value,.win_app .hljs-rules .hljs-value .hljs-number,.win_app .hljs-preprocessor,.win_app .hljs-pragma,.win_app .haml .hljs-symbol,.win_app .ruby .hljs-symbol,.win_app .ruby .hljs-symbol .hljs-string,.win_app .hljs-aggregate,.win_app .hljs-template_tag,.win_app .django .hljs-variable,.win_app .smalltalk .hljs-class, .hljs-addition, .hljs-flow, .hljs-stream, .bash .hljs-variable,.win_app .apache .hljs-tag,.win_app .apache .hljs-cbracket,.win_app .tex .hljs-command,.win_app .tex .hljs-special,.win_app .erlang_repl .hljs-function_or_atom,.win_app .asciidoc .hljs-header,.win_app .markdown .hljs-header,.win_app .coffeescript .hljs-attribute{
	color: #fb4044 !important;
}
.win_app .hljs-number,.win_app .hljs-date,.win_app .hljs-regexp,.win_app .hljs-literal,.win_app .hljs-hexcolor,.win_app .smalltalk .hljs-symbol,.win_app .smalltalk .hljs-char,.win_app .go .hljs-constant,.win_app .hljs-change,.win_app .lasso .hljs-variable,.win_app .makefile .hljs-variable,.win_app .asciidoc .hljs-bullet,.win_app .markdown .hljs-bullet,.win_app .asciidoc .hljs-link_url,.win_app .markdown .hljs-link_url{
	color: #58b861 !important;
}
.win_app .smartquote,.win_app .hljs-comment,.win_app .hljs-annotation,.win_app .hljs-template_comment,.win_app .diff .hljs-header,.win_app .hljs-chunk,.win_app .asciidoc .hljs-blockquote,.win_app .markdown .hljs-blockquote{
	color: #8a8a8a !important;
}

.win_app .api_left{
	background: #333333;
}
.win_app .api_left ul{
	background: #333333;
}
.win_app .api_body .api_left li.active{
	background: #424242;

}
.win_app .api_body .api_left li.active a{
	color: #c8c8c8;
}
.win_app .api_left ul li a{
	color: #a0a0a0;
}
.win_app .api_left ul{
	color: #c8c8c8;
}
.win_app .tablebox pre{
	background: #333;
}


/*閲忓寲璇惧爞*/
.win_app .kk_main .nav-item img{
	display: none;
}
.win_app .kk_main .tutorial-page {
	background: #333333;
}
.win_app .tutorial-page .body-nav{
	background: #333333;
}
.win_app .tutorial-page .nav-title{
	color: #8a8a8a;
}
.win_app .tutorial-page .nav-title.active{
	color: #2c77de;
}
.win_app .tutorial-page .sanjiao:after {
	border-bottom-color: #333333;
	z-index: 17;
	top: -19px;
}
.win_app .kk_main .tutorial-page .banner {
	display: none;
}
.win_app .tutorial-page .item-tutorial .item-body .lis{
	background-color: #2d2d2d;
	border: 1px solid #232323;
}
.win_app .tutorial-page .item-tutorial .item-body .lis h5{
	color: #c8c8c8;
}
.win_app .tutorial-page .span-num{
	color: #528ac8;
}
.win_app .tutorial-page .status{
	color: #8a8a8a;
}
.win_app .tutorial-page .lis:hover {
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-box-shadow: 3px 3px 10px 2px #232323;
	-moz-box-shadow: 3px 3px 10px 2px #232323;
	box-shadow: 3px 3px 10px 2px #232323;
}
.win_app .tutorial-page .iconBox{
	width: 32px;
	height: 31px;
	display: inline-block;
	vertical-align: middle;
}
.win_app .tutorial-page .newItem .newIcon{
	background: url("../img/new2.png") no-repeat center;
}
.win_app .tutorial-page .pythonItem .pythonIcon{
	background: url("../img/py2.png") no-repeat center;
}
.win_app .tutorial-page .clItem .clIcon{
	background: url("../img/cl2.png") no-repeat center;
}
.win_app .tutorial-page .mathItem .mathIcon{
	background: url("../img/math2.png") no-repeat center;
}
.win_app .tutorial-page .jrItem .jrIcon{
	background: url("../img/jr2.png") no-repeat center;
}
.win_app .tutorial-page .activeItem .newIcon{
	background: url("../img/new1.png") no-repeat center;
}
.win_app .tutorial-page .activeItem .pythonIcon{
	background: url("../img/py1.png") no-repeat center;
}
.win_app .tutorial-page .activeItem .clIcon{
	background: url("../img/cl1.png") no-repeat center;
}
.win_app .tutorial-page .activeItem .mathIcon{
	background: url("../img/math1.png") no-repeat center;
}
.win_app .tutorial-page .activeItem .jrIcon{
	background: url("../img/jr1.png") no-repeat center;
}


/*鏁版嵁*/
.win_app #guide{
	display: none;
}
.win_app .guide-box{
	background: #333333;
}
.win_app .guide-box .line{
	background: #232323;
}
.win_app .guide-box h3{
	color: #c8c8c8;
	font-size: 20px;
}
.win_app .guide-box .new-gl-box{
	width: 230px;
	height: 135px;
	background: #2d2d2d;
	border: 1px solid #232323;
	display: flex;
	align-items: center;
	padding: 0;
	justify-content: center;
}
.win_app .guide-box .new-gl-box a{
	font-size: 16px;
	color: #c8c8c8;
}
.win_app .guide-box .new-gl-box:hover,.win_app .guide-box .data-dic:hover {
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-box-shadow: 5px 6px 15px 2px #232323;
	-moz-box-shadow: 5px 6px 15px 2px #232323;
	box-shadow: 5px 6px 15px 2px #232323;
}
.win_app .guide-box .data-dictionary .data-dic{
	background: #2d2d2d;
	border: 1px solid #232323;
}
.win_app .guide-box .data-dictionary .data-dic h4{
	font-size: 16px;
	color: #c8c8c8;
}
.win_app .guide-box .data-dictionary .data-dic p{
	font-size: 14px;
	color: #8a8a8a;
}

/*鍑芥暟搴�*/
.win_app{
	background: #333333;
}
.win_app .fnContainer .shareBtnBox{
	display: none;
}
.win_app .fnContainer .fnImage>img{
	display: none;
}
.win_app .fnContainer .bodyLeft .searchBox{
	display: none !important;
}
.win_app .fnContainer .allFnHeader{
	display: none;
}



.win_appSearchBox{
	display: none;
	padding: 0 60px 0 30px;
}



.win_app .fnContainer .headerBox{
	justify-content: center!important;
}
.win_app .fnContainer .win_appSearchBox{
	height: 60px;
	background: #333333;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.win_app .fnContainer .win_appSearchBox .shareBtnBox{
	display: block;
	width: 90px;
	height: 37px;
}
.win_app .fnContainer .win_appSearchBox .shareBtnBox .fnShareBtn {
	width: 90px;
	height: 37px;
	font-size: 14px;
}
.win_app .fnContainer .win_appSearchBox .shareBtnBox .fnShareBtn i{
	display: none;
}
.win_app .fnContainer .win_appSearchBox .winSearchBox{
	width: 320px;
	height: 37px;
	position: relative;
}
.win_app .fnContainer .win_appSearchBox .winSearchBox .searchIcon{
	position: absolute;
	right: 10px;
	top:5px;
	color: #515152;
}
.win_app .fnContainer .win_appSearchBox .winSearchBox .searchInput{
	background: #2d2d2d;
	color: #515152;
	border: none;
	outline: none;
}
.win_app .fnContainer .win_appSearchBox .winSearchBox input::-webkit-input-placeholder{
	color: #515152;
}
.win_app .fnContainer .win_appSearchBox .winSearchBox .searchInput:focus{
	border: none!important;
	box-shadow: none!important;
}
.win_app .fnContainer .bodyLeft{
	width: 73% !important;
}
.win_app .fnContainer .bodyRight{
	width: 25% !important;
}

.win_app .fnContainer .toAuthor{
	color: #8a8a8a!important;
}

.win_app .fnContainer .containerBody{
	width: 100%;
}
.win_app .fnContainer .containerBody{
	padding: 60px;
	background: #333333;
	border-top: 1px solid #232323;
}

.win_app .fnContainer .list-group-item{
	background: #2d2d2d!important;
	border-bottom: 1px solid #232323!important;
}
.win_app .fnContainer .allFnBody{
	padding: 0!important;
}
.win_app .fnContainer .allShareFn{
	background: #232323!important;
	border: 1px solid #232323;
}
.win_app .fnContainer .list-group-item .showCount{
	color: #c8c8c8 !important;
}
.win_app .fnContainer .list-group-item .showFn{
	color: #8a8a8a!important;
}
.win_app .fnContainer .list-group-item .fnShareDetail{
	color: #8a8a8a!important;
}
.win_app .fnContainer .list-group-item .fnTitle{
	color: #c8c8c8!important;
}
.win_app .fnContainer .list-group-item .fnAuthor{
	color: #8a8a8a!important;
}

.win_app .fnContainer .allFnAuthor{
	background: #2d2d2d!important;
	border: 1px solid #232323!important;
}
.win_app .fnContainer .allCount:nth-child(1){
	border-right: 1px solid #232323!important;
}
.win_app .fnContainer .allAuthor,.win_app .fnContainer .allFn{
	color: #c8c8c8!important;
}
.win_app .fnContainer .comBox{
	color: #8a8a8a!important;
}

.win_app .fnContainer .monthFnBox{
	background: #2d2d2d!important;
	border: 1px solid #232323!important;
}
.win_app .fnContainer .monthFnHeader{
	color: #a0a0a0!important;
	border-bottom: 1px solid #232323!important;
}
.win_app .fnContainer .fnCount,.win_app .fnContainer .authorName,.win_app .fnContainer .authorRank{
	color: #a0a0a0!important;
}


.win_app .fnContainer .containerHeader{
	background: #333333;
	border-bottom: 1px solid #232323;
}

.win_app .fnContainer .fnTabUl li{
	width: 110px!important;
	height: 32px!important;
	line-height: 28px!important;
	padding: 0!important;
	text-align: center;
	border: 1px solid #4a4a4a!important;
}
.win_app .fnContainer .fnTabUl li:nth-child(1){
	border-top-left-radius: 4px!important;
	border-bottom-left-radius: 4px!important;
}
.win_app .fnContainer .fnTabUl li:nth-child(2){
	border-top-right-radius: 4px!important;
	border-bottom-right-radius: 4px!important;
}
.win_app .fnContainer .fnTabUl li.active{
	background: #4a4a4a!important;
}
.win_app .fnContainer .fnTabUl li.active a{
	color: #d8d8d8!important;
}
.win_app .fnContainer .fnTabUl li a{
	display: block!important;
	height: 100%;
	width: 100%;
}
.win_app .fnContainer .fnTabUl li a{
	font-size: 14px!important;
}

.win_app .fnContainer .indexFnBox{
	margin: 0!important;
}
.win_app .fnContainer .fnShareFooter {
	position: absolute!important;
	left: 30%!important;
}
.win_app .fnContainer .fnShareFooter .btn-default{
	background: #2d2d2d!important;
	border: none!important;
	color: #8a8a8a!important;
	margin: 1px!important;
}
.win_app .fnContainer .fnShareFooter .btn-default.active-nick{
	background: #4a4a4a!important;
	color: #ffffff!important;
}
.win_app .fnContainer .myFnContainer{
	background: #2d2d2d!important;
}
.win_app .fnContainer .myFnContainer thead td{
	border-bottom: 1px solid #232323!important;
	color: #c8c8c8!important;
}
.win_app .fnContainer .myShareList td{
	border-bottom: 1px solid #232323!important;
}
.win_app .fnContainer .myShareList .showCount{
	color: #c8c8c8!important;
}
.win_app .fnContainer .myFnName a{
	color: #c8c8c8!important;
}



/*nav*/

#kk_nav{
	top:0;
	width:100%;
	height:50px;
	z-index: 100;
	position: fixed;
	background-color:#21305E;
}
.isMobile #kk_nav .navbar-collapse#kk_navbar {
	background-color:#21305E;
}
#kk_nav .navbar-brand{
	width:148px;
	height:22px;
	margin-left: 21px;
	margin-top:14px;
	background: none;
}
#kk_nav .navbar-brand.headerLogBg {
	background: url() no-repeat;
}
.mobile #kk_nav .navbar-brand{
	width:165px;
	height:26px;
	background: url() no-repeat;
	background-size:100% ;
}
header#kk_nav .nav a{
	padding:0 16px;
	opacity: 0.7;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	width: 100%
}
.mobile header#kk_nav .nav a {
	line-height: 30px;
}
#kk_nav .nav a:hover{
	color:#fff;
	opacity: 1;
}
#kk_nav .nav a:focus{
	color:#fff;
}
.mobile #kk_nav .nav a:hover, .mobile #kk_nav .nav a:focus{
	color:#2678e4;
}
.mobile #kk_nav .nav a, .mobile #kk_nav .nav a:hover, .mobile #kk_nav .nav a:focus{
	border-bottom: none;
}
.mobile #kk_nav ul.nav li{
	/* border-bottom: 1px solid rgba(255,255,255,0.08); */
}
.mobile #kk_nav .nav a{
	padding:10px 35px;
}
/* .mobile #kk_nav .nav a[data-toggle="dropdown"], .mobile #kk_nav .nav a[aria-expanded="false"]{
	background: url(../img/up.png) no-repeat calc(100% - 30px) center;
	background-size:3% ;
}
.mobile #kk_nav .nav a[aria-expanded="true"]{
	background: url(../img/down.png) no-repeat calc(100% - 30px) center;
	background-size:3% ;
} */
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
	background: rgba(0,0,0,0);
}
#kk_nav .nav .login{
	padding-right:16px;
	cursor: pointer;
}
.mobile #kk_nav .nav .login{
	display: block;
	padding:10px 35px;
}
#kk_nav .nav .register{
	padding-left: 16px;
	background: #2678e4;
	cursor: pointer;
}
.mobile #kk_nav .nav .register{
	display: block;
	margin:0 15px 15px;
	padding:10px 20px;
	text-align:center;
}
#kk_nav .nav .register:hover{
	color: #fff;
  border-bottom-color: rgba(0,0,0,0);
  background: #2678e4;
}
#kk_nav .kk_nav_container{
	width:100%;
	height:50px;
}
#kk_nav .container{
	margin-bottom: 0 !important;
}
#kk_nav .navbar-collapse {
	padding-right: 10px;
	background: #21305e;
}
.mobile .navbar-collapse{
  z-index:32;
  border-top:none;
  background: #21305E;
  position: relative;
  padding:0;
}
.nav-dropdown{
	left:0;
	top:50px;
	width:100%;
	z-index: 10;
	margin-bottom: 0;
	position: absolute;
	background: rgba(0,8,38,0.95);
}
.nav-dropdown .common_nav{
	width:100%;
	padding:50px 0;
	text-align:center;
}
.nav-dropdown .link_box{
	display: inline-block;
}
.nav-dropdown .link_item{
	padding:17px 0;
	width:150px;
	border-right:1px solid rgba(255,255,255,0.05);
}
.nav-dropdown .link_item:last-child{
	border-right:none;
}
.nav-dropdown p.item_tit{
	color:#fff;
	margin:6px 0 0 0;
}
.nav-dropdown #product_solution{
	text-align:center;
	padding:30px 0 50px;
}
.nav-dropdown .product_solution_item:first-child{
	margin-right: 80px;
}
.nav-dropdown .product_title{
	color:#a3a5aa;
	font-size:14px;
	text-align:left;
	margin-bottom: 16px;
}
.nav-dropdown .items_a{
	color:#fff;
	width:180px;
	font-size:14px;
	text-align:left;
	padding:10px 20px;
	background: #141b37;
	margin-bottom: 10px;
	display: inline-block;
}
.dropdown_menu .sup{
	width:28px;
	height:18px;
	margin-left: 3px;
	display: inline-block;
	background: url(../../default/img/jgou.png);
}
#kk_nav .nav .submenu{
	background: #fff;
	border-radius:5px;
	width:130px;
	margin-left:-65px;
}
#kk_nav .nav .last .submenu{
	right:-15px;
}
#kk_nav .nav .submenu a{
	padding:0 10px;
	color:#fff;
	border:none;
	text-align:center;
	color: #3D495C;
	font-size: 13px;
	opacity: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#kk_nav .nav .submenu a:hover{
	color: #3C7EEE;
	background-color: #fff;
}
#kk_nav .nav .submenu .sanjiao{
	display: none;
}
.mobile #kk_nav .nav{
	margin:7.5px 0;
}
.mobile header#kk_nav .nav .dropdown-menu a{
	padding:8px 50px;
}

@media (max-width: 1046px){
	#kk_nav .nav a{
		padding-left: 6px;
		padding-right: 6px;
	}
}

.userQuantTagGroup {
	margin-left: 5px;
	margin-top: -7px;
	margin-right: 20px;
}

.userQuantTagGroup.userQuantTag {
  width: 16px;
  height: 17.5px;
  margin-right: 5px;
  margin-top: 5px;
  float: left;
	display: block;
}
.message-badge-nav{
	display: inline-block;
  min-width: 17px;
  height: 16px;
  border-radius: 20px;
  background-color: #fb4044;
  line-height: 13px;
  position: absolute;
  top: 7px;
  right: 0px;
  text-align: center;
	font-size: 14px;
	opacity: 1;
	font-size: 11px;
}
.isMobile .message-badge-nav {
	right: auto;
	left: 75px;
}
.isMobile #kk_nav .message-badge {
	top: 13px;
}
.isMobile header#kk_nav .nav .dropdown-menu a {
	position: relative;
}
#kk_navbar .iconfont {
	line-height: 0;
	font-size: 22px;
  vertical-align: unset;
  padding-right: 5px;
	position: relative;
  top: 3px;
	display: inline;
}
.container_404_container {
	height: calc(100vh - 50px);
}