/**
 * 101教育平台开发版官网样式
 * @Author: wxm
 * @Date: 2017-08-15
 *
 **/
/* CSS Reset */
body, div, span, object, iframe, input, h1, h2, h3, h4, h5, h6, p, pre, a, acronym, address, code, del, em, font, img, ins, strong, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td {
  padding: 0;
  margin: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

input, select {
  vertical-align: middle; }

input, cmsArea, select {
  font: 12px/1.5 "microsoft yahei", Arial, sans-serif; }

fieldset, img {
  border: 0; }

address, code, th, em {
  font-style: normal; }

ol, ul {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

/* bass css */
body {
  margin: 0 auto;
  font: 14px/1.5 "microsoft yahei", Arial, sans-serif;
  color: #2d2928;
  background: #fff; }

button {
  font: 14px/1.5 "microsoft yahei", Arial, sans-serif;
  outline: none;
  border: none; }

.wrapper {
  position: relative;
  margin: 0 auto;
  width: 1200px; }

.minwidth {
  width: 1024px; }

.clearfix:after {
  content: "";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both; }

.clearfix {
  zoom: 1; }

.clear {
  clear: both; }

a {
  text-decoration: none;
  outline: none;
  cursor: pointer; }

.fl {
  float: left; }

.fr {
  float: right; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.box {
  position: relative; }

.no-border {
  border-bottom: none !important; }

input {
  box-sizing: content-box;
  outline: none; }

input::-ms-clear {
  display: none; }

input::-ms-clear {
  width: 0;
  height: 0; }

::-ms-reveal {
  width: 0;
  height: 0; }

.color-red {
  color: #e64100; }

a.color-red:hover {
  text-decoration: underline; }

.loading {
  display: none;
  position: absolute;
  left: 50%;
  top: 35%;
  text-align: center;
  margin: -32px 0 0 -32px;
  color: #999; }

.loading i {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../../img/v1/loading.gif) center center no-repeat;
  margin-bottom: 10px; }

.create-project-loading {
  background: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  padding: 13px 45px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 100;
  margin: 0; }
  .create-project-loading .create-box {
    position: absolute;
    left: 50%;
    top: 40%;
    margin: -32px 0 0 -32px; }

/*===== color =====*/
/*font*/
/*===== png =====*/
/*png*/
/*==== font ====*/
/*==== bg ====*/
/*==== opacity ====*/
/*==== placeholder ====*/
/*==== responsive ====*/
/*==== 自定义的函数 ====*/
/*==== Gradients ====*/
/**
 * animate.css
 * @wxm (you@example.org)
 * @date    2017-02-28 16:22:33
 * @version $Id$
 */
/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }

  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }

  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes hvr-icon-wobble-top {
  16.65% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }

  33.3% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px); }

  49.95% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px); }

  66.6% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px); }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes hvr-icon-wobble-top {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }

  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bouncein {
  -webkit-animation: bounceIn cubic-bezier(0.14, 0.68, 0.52, 1.03) 0.4s forwards;
  animation: bounceIn cubic-bezier(0.14, 0.68, 0.52, 1.03) 0.4s forwards; }

@keyframes upsideDown {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0); } }

@-webkit-keyframes upsideDown {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0); } }

@keyframes popupAnim {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(120deg);
    transform: rotateY(120deg); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes popupAnim {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(120deg);
    transform: rotateY(120deg); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 360px, 0);
    transform: translate3d(0, 360px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation: fadeInUp forwards;
  animation: fadeInUp forwards; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation: fadeInRight forwards;
  animation: fadeInRight forwards; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation: fadeInLeft forwards;
  animation: fadeInLeft forwards; }

@-webkit-keyframes fadeInLeftS {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0); }

  90% {
    opacity: 0.8; }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftS {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0); }

  90% {
    opacity: 0.8; }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftS {
  -webkit-animation: fadeInLeftS forwards;
  animation: fadeInLeftS forwards; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation: fadeInDown forwards;
  animation: fadeInDown forwards; }

@-webkit-keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp2 {
  -webkit-animation: fadeInUp2 forwards;
  animation: fadeInUp2 forwards; }

@-webkit-keyframes fadeInUpLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0) scale3d(0, 1, 1);
    transform: translate3d(0, 100%, 0) scale3d(0, 1, 1); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0) scale3d(0, 1, 1);
    transform: translate3d(0, 100%, 0) scale3d(0, 1, 1); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpLeft {
  -webkit-animation: fadeInUpLeft forwards;
  animation: fadeInUpLeft forwards; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: none;
    transform: none; }

  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }

@keyframes rotate {
  from {
    -webkit-transform: none;
    transform: none; }

  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }

@-webkit-keyframes translateLeftRight {
  0% {
    -webkit-transform: none;
    transform: none; }

  25% {
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0); }

  50% {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0); }

  75% {
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0); }

  100% {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0); } }

@keyframes translateLeftRight {
  0% {
    -webkit-transform: none;
    transform: none; }

  33% {
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0); }

  66% {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0); }

  100% {
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0); } }

@-webkit-keyframes fadeScale {
  from {
    opacity: 1;
    -webkit-transform: scale3d(0.86, 0.86, 1);
    transform: scale3d(0.86, 0.86, 1); }

  to {
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1); } }

@keyframes fadeScale {
  from {
    opacity: 1;
    -webkit-transform: scale3d(0.86, 0.86, 1);
    transform: scale3d(0.86, 0.86, 1); }

  to {
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1); } }

/*
 * Swiper 2.7.0
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2014, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: August 30, 2014
*/
/* ===============================================================
Basic Swiper Styles
================================================================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x; }

/**
 * 公共样式
 * @authors wxm (you@example.org)
 * @date    2017-08-17 12:07:31
 * @version $Id$
 */
html {
  width: 100%;
  height: 100%; }

body {
  position: relative !important;
  min-width: 1200px;
  min-height: 100%;
  overflow: auto;
  background: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-bottom: 202px; }

.header {
  height: 92px;
  line-height: 92px;
  background: #fff;
  border-bottom: 2px solid #2b91ef; }

.wrapper {
  width: 1200px;
  margin: 0 auto; }

.main-cont {
  min-height: 798px;
  background: #fff; }

.logo {
  float: left;
  font-weight: normal; }
  .logo a {
    display: inline-block;
    height: 100%;
    line-height: 92px; }
  .logo .web-logo {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 262px; }
  .logo .web-name {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #000; }

.header-r {
  height: 100%;
  overflow: visible; }

.nav-list {
  float: right;
  height: 100%;
  line-height: 85px;
  overflow: hidden;
  font-size: 0;
  margin-right: 46px; }
  .nav-list .nav-item {
    position: relative;
    display: inline-block;
    height: 100%;
    padding: 0 25px;
    margin-left: 2px;
    font-size: 16px;
    color: #333;
    background: #fff;
    z-index: 1;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s; }
    .nav-list .nav-item:after {
      position: absolute;
      content: "";
      bottom: 20px;
      left: 0;
      width: 0;
      height: 5px;
      background: #2b91ef;
      z-index: -1;
      opacity: 0;
      filter: alpha(opacity=0);
      transform: scaleX(0);
      -webkit-transform: scaleX(0);
      transition: all cubic-bezier(0.17, 0.67, 0.65, 0.98) 0.2s;
      -webkit-transition: all cubic-bezier(0.17, 0.67, 0.65, 0.98) 0.2s; }
    .nav-list .nav-item:hover, .nav-list .nav-item.on {
      color: #2b91ef; }
      .nav-list .nav-item:hover:after, .nav-list .nav-item.on:after {
        opacity: 1;
        width: 100%;
        filter: alpha(opacity=100);
        transform: none;
        -webkit-transform: none; }

.operate-r-wrap {
  float: right;
  min-width: 150px;
  height: 88px;
  font-size: 0; }
  .operate-r-wrap .operate-item {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    padding: 0 20px;
    height: 38px;
    line-height: 36px;
    font-size: 16px;
    color: #2b91ef;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box; }
    .operate-r-wrap .operate-item:hover, .operate-r-wrap .operate-item.on {
      height: 40px;
      line-height: 38px;
      color: #fff;
      border-color: #fff;
      background: #2b91ef;
      background: -moz-linear-gradient(top, #29cfff, #2b93ef);
      background: -webkit-gradient(linear, 0 0, 0 bottom, from(#29cfff), to(#2b93ef));
      background: -o-linear-gradient(top, #29cfff, #2b93ef); }

/*尾部*/
.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 14px;
  color: #ddd;
  height: 202px;
  text-align: center;
  background: #595959;
  z-index: 50; }
  .footer .copy-right {
    padding-top: 12px;
    line-height: 1.8; }
    .footer .copy-right .link {
      color: #ddd; }
      .footer .copy-right .link:hover {
        text-decoration: underline; }
  .footer .f-link {
    padding-top: 60px;
    font-size: 0; }
    .footer .f-link dt, .footer .f-link dd {
      font-size: 14px;
      display: inline-block; }
    .footer .f-link a {
      display: inline-block;
      margin: 0 5px;
      color: #2b91ef;
      transition: all 0.3s; }
      .footer .f-link a:hover {
        text-decoration: underline; }

/*绿色按钮*/
/*蓝色按钮*/
.btn-blue {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 58px;
  line-height: 58px;
  font-size: 22px;
  text-align: center;
  color: #fff;
  padding: 0 10px;
  border-radius: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #2b91ef;
  background: -moz-linear-gradient(top, #29cfff, #2b91ef);
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#29cfff), to(#2b91ef));
  background: -o-linear-gradient(top, #29cfff, #2b91ef);
  overflow: hidden;
  z-index: 1; }
  .btn-blue:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0%;
    background: none;
    border-radius: 5px;
    z-index: -1;
    transition: all cubic-bezier(0.38, 0.77, 0.45, 0.98) 0.3s;
    -webkit-transition: all cubic-bezier(0.38, 0.77, 0.45, 0.98) 0.3s; }
  .btn-blue:hover:before, .btn-blue:active:before {
    height: 100%;
    background: #2b94f0;
    background: -moz-linear-gradient(top, #29cfff, #2b94f0);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#29cfff), to(#2b94f0));
    background: -o-linear-gradient(top, #29cfff, #2b94f0); }
  .btn-blue.disable {
    color: #808080;
    background: #e2e0e0;
    cursor: default; }
    .btn-blue.disable:hover:before {
      color: #808080;
      background: #e2e0e0;
      cursor: default; }

/*灰色取消按钮*/
.btn-gray {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  color: #fff;
  background: #a4a4a4;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden; }
  .btn-gray:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0%;
    background: none;
    z-index: -1;
    transition: all cubic-bezier(0.38, 0.77, 0.45, 0.98) 0.3s;
    -webkit-transition: all cubic-bezier(0.38, 0.77, 0.45, 0.98) 0.3s; }
  .btn-gray:hover:before {
    height: 100%;
    background: #9a9a9a;
    background-color: #9a9a9a;
    background-image: linear-gradient(to bottom, #9a9a9a 0%, #a4a4a4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a9a9a', endColorstr='#a4a4a4', GradientType=0 ); }

/*实心蓝色*/
.btn-solid-blue {
  position: relative;
  display: inline-block;
  width: 122px;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  padding: 0 10px;
  border-radius: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #2b91ef;
  overflow: hidden;
  z-index: 1; }
  .btn-solid-blue:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0%;
    background: none;
    border-radius: 5px;
    z-index: -1;
    transition: all cubic-bezier(0.38, 0.77, 0.45, 0.98) 0.3s;
    -webkit-transition: all cubic-bezier(0.38, 0.77, 0.45, 0.98) 0.3s; }
  .btn-solid-blue:hover:before, .btn-solid-blue:active:before {
    height: 100%;
    background: #2b94f0;
    background: -moz-linear-gradient(top, #29cfff, #2b94f0);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#29cfff), to(#2b94f0));
    background: -o-linear-gradient(top, #29cfff, #2b94f0); }

.go-top {
  position: fixed;
  bottom: -60px;
  right: -60px;
  width: 51px;
  height: 44px;
  background: url('../../img/v1/spr.png') 0 -323px no-repeat;
  transform: scale(0, 0) rotateZ(-400deg);
  -webkit-transform: scale(0, 0) rotateZ(-400deg);
  transition-property: bottom, right, transform;
  -webkit-transition-property: bottom, right, transform;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.38, 0.77, 0.57, 0.98);
  -webkit-transition-timing-function: cubic-bezier(0.38, 0.77, 0.57, 0.98);
  z-index: 51; }
  .go-top:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 22px;
    height: 24px;
    margin-top: -12px;
    margin-left: -11px;
    background: url('../../img/v1/spr.png') -114px -323px no-repeat; }
  .go-top:hover {
    background-position: -58px -323px; }
    .go-top:hover:before {
      animation: hvr-icon-wobble-top linear 3s forwards;
      -webkit-animation: hvr-icon-wobble-top linear 3s forwards; }
  .go-top.appear {
    bottom: 202px;
    right: 50px;
    transform: none;
    -webkit-transform: none; }

/*弹窗*/
.popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 0;
  z-index: 100; }
  .popup-wrap:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%; }
  .popup-wrap:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: url("../../img/v1/alpha30.png") repeat; }
  .popup-wrap .popup {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 450px;
    background: #fff;
    z-index: 101;
    animation: popupAnim cubic-bezier(0.31, 0.75, 0.45, 0.91) 0.48s;
    -webkit-animation: popupAnim cubic-bezier(0.31, 0.75, 0.45, 0.91) 0.48s; }
  .popup-wrap .popup-top-wrap {
    position: relative;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #e0e0e0; }
  .popup-wrap .popup-tit {
    font-weight: normal;
    padding: 0 20px;
    font-size: 18px;
    color: #666;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .popup-wrap .btn-close {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 18px;
    height: 18px;
    margin-top: -10px;
    background: url(../../img/v1/spr3.png) -448px -447px no-repeat;
    cursor: pointer;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transition: transform linear 0.2s;
    -webkit-transition: transform linear 0.2s; }
    .popup-wrap .btn-close:hover {
      background-position: -448px -467px;
      transform: rotateZ(90deg);
      -webkit-transform: rotateZ(90deg); }
  .popup-wrap .popup-cont-wrap {
    padding: 20px 50px; }
  .popup-wrap .tip-txt {
    font-size: 16px;
    color: #666; }
  .popup-wrap .btn-wrap {
    padding: 20px 10px;
    text-align: center;
    font-size: 0; }
  .popup-wrap .btn-blue {
    margin: 0 14px;
    height: 44px;
    line-height: 44px;
    width: 120px;
    font-size: 18px; }
  .popup-wrap .btn-gray {
    width: 120px;
    margin: 0 14px; }

.popup-delete .tip-txt {
  text-align: center;
  padding: 30px 20px; }

.popup-edit .tip-txt {
  text-align: left;
  line-height: 1; }
.popup-edit .form-l {
  float: left;
  width: 100%; }
.popup-edit .form-r {
  height: 44px; }
.popup-edit .form-vali-code .form-l {
  width: 206px; }
.popup-edit .form-vali-code .btn-blue {
  width: 120px;
  margin: 0;
  font-size: 18px; }
.popup-edit .form-vali-code .form-item {
  text-align: left; }
  .popup-edit .form-vali-code .form-item input {
    width: 100%; }
.popup-edit .form-item {
  text-align: left; }
  .popup-edit .form-item input {
    width: 100%; }
  .popup-edit .form-item .tip {
    text-align: left; }

.evaluation-main {
  width: 100%;
  height: 100%; }

.upgrade-wrapper {
  width: 1000px;
  margin: 0 auto; }

.upgrade-wrapper .upgrade-title {
  padding-top: 200px;
  text-align: center;
  font-size: 50px;
  color: #818181; }

.upgrade-wrapper .upgrade-content p {
  font-size: 24px;
  margin-top: 30px;
  color: #666;
  text-align: center; }

.upgrade-wrapper .upgrade-list {
  margin-top: 30px;
  text-align: center; }

.upgrade-wrapper .upgrade-list li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 145px;
  height: 250px;
  padding: 15px;
  text-align: center; }

.upgrade-wrapper .upgrade-list .browser {
  display: block;
  margin: 0 auto;
  width: 56px;
  height: 56px;
  border: 1px solid #CCC;
  background: #fff url(../../img/v1/browser-spr.png) no-repeat; }

.upgrade-wrapper .upgrade-list .browser-ie {
  background-position: -127px 6px; }

.upgrade-wrapper .upgrade-list .browser-360 {
  background-position: -53px 6px; }

.upgrade-wrapper .upgrade-list .browser-chrome {
  background-position: -198px 6px; }

.upgrade-wrapper .upgrade-list .browser-sg {
  background-position: 6px 6px; }

.upgrade-wrapper .upgrade-list p {
  width: 145px;
  height: 50px;
  font: normal 20px/50px "MicorSaft YaHei";
  color: #444546; }

.upgrade-wrapper .upgrade-list .browser-button {
  margin: 0 auto;
  width: 115px;
  height: 35px;
  display: block;
  background: #2b91ef;
  font: bold 15px/35px "MicorSoft YaHei";
  color: #FFF;
  text-decoration: none; }

/*公共样式*/
/**
 * index.scss
 * @authors wxm (you@example.org)
 * @date    2017-04-06 17:10:45
 * @version $Id$
 */
.banner-wrap {
  position: relative;
  width: 100%; }
  .banner-wrap:hover .arrow-left, .banner-wrap:hover .arrow-right {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: none;
    -webkit-transform: none; }
  .banner-wrap .banner-bg {
    width: 100%;
    height: auto; }
  .banner-wrap .banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .banner-wrap .swiper-container, .banner-wrap .swiper-wrapper, .banner-wrap .swiper-slide, .banner-wrap .swiper-slide a, .banner-wrap .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%; }
  .banner-wrap .pagination {
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%;
    height: 15px;
    font-size: 0;
    text-align: center; }
  .banner-wrap .swiper-pagination-switch {
    position: relative;
    display: inline-block;
    height: 26px;
    width: 30px;
    margin: 0 5px; }
    .banner-wrap .swiper-pagination-switch:before {
      position: absolute;
      top: 50%;
      left: 0;
      content: "";
      width: 30px;
      height: 1px;
      background: #8f8f8f; }
    .banner-wrap .swiper-pagination-switch:hover:before, .banner-wrap .swiper-pagination-switch.swiper-active-switch:before {
      background: #fff; }
  .banner-wrap .arrow-left, .banner-wrap .arrow-right {
    position: absolute;
    top: 50%;
    width: 80px;
    height: 108px;
    margin-top: -54px;
    background-color: #919191;
    background-color: rgba(145, 145, 145, 0.6);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all cubic-bezier(0.38, 0.77, 0.75, 0.99) 0.3s;
    -webkit-transition: all cubic-bezier(0.38, 0.77, 0.75, 0.99) 0.3s; }
    .banner-wrap .arrow-left:before, .banner-wrap .arrow-right:before {
      position: absolute;
      top: 50%;
      left: 50%;
      content: "";
      width: 12px;
      height: 18px;
      margin-top: -9px; }
    .banner-wrap .arrow-left:hover, .banner-wrap .arrow-right:hover {
      background-color: #2b91ef; }
      .banner-wrap .arrow-left:hover:before, .banner-wrap .arrow-right:hover:before {
        transform: scale3d(0.96, 0.96, 1);
        -webkit-transform: scale3d(0.96, 0.96, 1); }
  .banner-wrap .arrow-left {
    left: 0;
    transform: translateX(-80px);
    -webkit-transform: translateX(-80px); }
    .banner-wrap .arrow-left:before {
      margin-left: -8px;
      background: url('../../img/v1/spr.png') -138px -324px no-repeat; }
  .banner-wrap .arrow-right {
    right: 0;
    transform: translateX(80px);
    -webkit-transform: translateX(80px); }
    .banner-wrap .arrow-right:before {
      margin-left: -2px;
      background: url('../../img/v1/spr.png') -138px -348px no-repeat; }

.sec-part {
  padding-top: 30px;
  padding-bottom: 55px; }

.sec-tit-wrap {
  position: relative;
  text-align: center; }
  .sec-tit-wrap .sec-tit {
    position: relative;
    display: inline-block;
    font-weight: normal;
    font-size: 44px;
    color: #333;
    padding: 24px 52px; }
    .sec-tit-wrap .sec-tit:before, .sec-tit-wrap .sec-tit:after {
      position: absolute;
      top: 50%;
      content: "";
      width: 68px;
      height: 1px;
      background: #2b91ef; }
    .sec-tit-wrap .sec-tit:before {
      left: -52px; }
    .sec-tit-wrap .sec-tit:after {
      right: -52px; }
  .sec-tit-wrap .sec-intro {
    min-height: 96px;
    line-height: 1.8;
    font-size: 18px;
    color: #666; }

.sec-part1 {
  background: #fff; }
  .sec-part1 .compos-list {
    padding-top: 10px;
    text-align: center;
    font-size: 0;
    min-height: 270px; }
  .sec-part1 .compos-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 32px;
    padding-top: 170px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box; }
    .sec-part1 .compos-item:before {
      position: absolute;
      top: 0;
      left: 50%;
      content: "";
      width: 156px;
      height: 156px;
      margin-left: -78px;
      background: url('../../img/v1/spr.png') no-repeat; }
    .sec-part1 .compos-item:after {
      position: absolute;
      top: 50%;
      right: 1px;
      content: "";
      width: 1px;
      height: 200px;
      margin-top: -100px;
      background: #dcdcdc; }
    .sec-part1 .compos-item.ico-bzhfwhzjh {
      padding-left: 0; }
      .sec-part1 .compos-item.ico-bzhfwhzjh:before {
        margin-left: -96px;
        background-position: 32px 8px; }
    .sec-part1 .compos-item.ico-hljxffk:before {
      background-position: -134px 0px; }
    .sec-part1 .compos-item.ico-kszzjyywyy:before {
      background-position: -311px 3px; }
    .sec-part1 .compos-item.ico-dlyjyyyzc {
      padding-right: 0; }
      .sec-part1 .compos-item.ico-dlyjyyyzc:before {
        margin-left: -48px;
        background-position: -478px 0px; }
      .sec-part1 .compos-item.ico-dlyjyyyzc:after {
        width: 0; }
  .sec-part1 .tit {
    font-weight: 600;
    font-size: 18px;
    color: #666; }
  .sec-part1 .intro {
    padding-top: 10px;
    font-size: 14px;
    color: #999;
    max-width: 252px; }

.sec-part2 {
  background: #f8f8f8; }
  .sec-part2 .system-list {
    position: relative;
    width: 100%;
    min-height: 616px; }
  .sec-part2 .system-item {
    position: absolute;
    text-align: center;
    font-size: 0;
    width: 438px;
    height: 293px;
    background: url("../../img/v1/bg-duobianxing.png") center center no-repeat; }
    .sec-part2 .system-item:hover .tit:before {
      opacity: 0.8;
      animation: hvr-icon-wobble-top linear 2s infinite alternate;
      -webkit-animation: hvr-icon-wobble-top linear 2s infinite alternate; }
    .sec-part2 .system-item:before {
      display: inline-block;
      vertical-align: middle;
      content: "";
      width: 0;
      height: 100%; }
  .sec-part2 .sys-wrap {
    display: inline-block;
    vertical-align: middle; }
  .sec-part2 .tit {
    position: relative;
    font-weight: 600;
    font-size: 18px;
    color: #666;
    padding-top: 100px; }
    .sec-part2 .tit:before {
      position: absolute;
      content: "";
      top: 0;
      left: 50%;
      width: 100px;
      height: 84px;
      margin-left: -50px;
      background: url('../../img/v1/spr.png') no-repeat;
      transition: transform linear 0.5s;
      -webkit-transition: transform linear 0.5s; }
  .sec-part2 .ico-jysj {
    top: 50%;
    left: 0;
    margin-top: -147px; }
    .sec-part2 .ico-jysj .tit:before {
      background-position: -99px -159px; }
  .sec-part2 .ico-jyyq {
    bottom: 0;
    left: 50%;
    margin-left: -219px; }
    .sec-part2 .ico-jyyq .tit:before {
      background-position: 4px -159px; }
  .sec-part2 .ico-jyzy {
    top: 50%;
    right: 0;
    margin-top: -147px; }
    .sec-part2 .ico-jyzy .tit:before {
      background-position: -219px -159px; }
  .sec-part2 .ico-jyzj {
    top: 0;
    left: 50%;
    margin-left: -219px; }
    .sec-part2 .ico-jyzj .tit:before {
      background-position: -344px -159px; }
  .sec-part2 .intro {
    padding-top: 10px;
    line-height: 1.8;
    font-size: 14px;
    color: #999;
    min-height: 98px; }

.sec-part3 {
  background: #fff; }

.layer-list {
  width: 998px;
  min-height: 517px;
  margin: 0 auto;
  border: 1px solid #dcdcdc;
  border-bottom: none; }

.layer-item {
  position: relative;
  height: 76px;
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
  transition: all cubic-bezier(0.38, 0.77, 0.57, 0.98) 0.1s;
  -webkit-transition: all cubic-bezier(0.38, 0.77, 0.57, 0.98) 0.1s; }
  .layer-item:hover, .layer-item.on {
    height: 130px; }
    .layer-item:hover .tit, .layer-item.on .tit {
      line-height: 130px; }
    .layer-item:hover .tit, .layer-item.on .tit {
      transform: rotateX(-90deg);
      -webkit-transform: rotateX(-90deg); }
    .layer-item:hover .hover-plane, .layer-item.on .hover-plane {
      opacity: 1;
      filter: alpha(opacity=100);
      transform: none;
      -webkit-transform: none;
      z-index: 10; }
  .layer-item .tit {
    position: relative;
    display: inline-block;
    min-width: 202px;
    text-align: left;
    padding-left: 96px;
    height: 100%;
    line-height: 76px;
    font-weight: normal;
    font-size: 18px;
    color: #333;
    max-width: 800px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all cubic-bezier(0.38, 0.77, 0.57, 0.98) 0.06s;
    -webkit-transition: all cubic-bezier(0.38, 0.77, 0.57, 0.98) 0.06s; }
    .layer-item .tit:before {
      position: absolute;
      content: "";
      top: 10px;
      left: 0;
      width: 54px;
      height: 54px;
      background: url('../../img/v1/spr.png') no-repeat; }
  .layer-item .hover-plane {
    position: absolute;
    top: 50%;
    left: 50%;
    padding-left: 127px;
    width: 1200px;
    height: 130px;
    margin-top: -65px;
    margin-left: -600px;
    border: 1px solid #2b91ef;
    border-top: 4px solid #2b91ef;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    transition: all cubic-bezier(0.38, 0.77, 0.57, 0.98) 0.5s;
    -webkit-transition: all cubic-bezier(0.38, 0.77, 0.57, 0.98) 0.5s; }
  .layer-item dt {
    position: absolute;
    top: 0;
    left: 0;
    width: 126px;
    height: 125px;
    background: #fff;
    border-right: 1px solid #2b91ef; }
    .layer-item dt:before {
      position: absolute;
      content: "";
      top: 50%;
      left: 50%;
      width: 54px;
      height: 54px;
      margin-top: -27px;
      margin-left: -27px;
      background: url('../../img/v1/spr.png') no-repeat; }
  .layer-item .cont-r {
    height: 100%;
    background: #f4f9fe;
    text-align: center; }
  .layer-item .tit-clone {
    padding-top: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    font-size: 22px;
    color: #333; }
  .layer-item .detail-c-wrap {
    overflow-y: hidden;
    overflow-x: auto;
    height: 77px; }
  .layer-item .detail-c-list {
    padding-top: 15px;
    white-space: nowrap;
    text-align: center;
    font-size: 0; }
    .layer-item .detail-c-list span {
      display: inline-block;
      height: 32px;
      margin: 0 50px;
      line-height: 32px;
      padding: 0 18px;
      max-width: 180px;
      font-size: 14px;
      color: #fff;
      background: #2b91ef;
      border-radius: 5px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }

.ico-yyc-outer .tit:before, .ico-yyc-outer dt:before {
  background-position: 0px -256px; }
.ico-yyc-outer .detail-c-list span {
  margin: 0 30px; }

.ico-yyc-inner .tit:before, .ico-yyc-inner dt:before {
  background-position: -82px -256px; }

.ico-zjc .tit:before, .ico-zjc dt:before {
  background-position: -163px -256px; }
.ico-zjc .detail-c-list span {
  margin: 0 16px; }

.ico-fwc .tit:before, .ico-fwc dt:before {
  background-position: -258px -261px; }
.ico-fwc .detail-c-list span {
  margin: 0 16px; }

.ico-kxjcfwc .tit:before, .ico-kxjcfwc dt:before {
  background-position: -345px -256px; }

.ico-sjc .tit:before, .ico-sjc dt:before {
  background-position: -425px -256px; }

.sec-part4 {
  background: #f8f8f8; }
  .sec-part4 .makeup-wrap {
    position: relative;
    height: 610px;
    margin-bottom: 7px; }
  .sec-part4 .m-group {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 594px;
    width: 626px;
    margin-left: -313px;
    margin-top: -297px; }
  .sec-part4 .blue-circle, .sec-part4 .yellow-circle, .sec-part4 .red-circle {
    position: absolute;
    width: 363px;
    height: 363px;
    font-size: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box; }
    .sec-part4 .blue-circle:before, .sec-part4 .yellow-circle:before, .sec-part4 .red-circle:before {
      display: inline-block;
      vertical-align: middle;
      content: "";
      width: 0;
      height: 100%; }
  .sec-part4 .blue-circle {
    top: 0;
    left: 0;
    padding-left: 108px;
    background: url("../../img/v1/blue-circle.png") center center no-repeat;
    z-index: 3; }
  .sec-part4 .yellow-circle {
    top: 0;
    right: 0;
    padding-left: 148px;
    background: url("../../img/v1/yellow-circle.png") center center no-repeat;
    z-index: 1; }
  .sec-part4 .red-circle {
    padding-top: 32px;
    bottom: 0;
    left: 50%;
    margin-left: -178px;
    padding-left: 131px;
    background: url("../../img/v1/red-circle.png") center center no-repeat;
    z-index: 2; }
  .sec-part4 .cont-wrap {
    display: inline-block;
    vertical-align: middle; }
  .sec-part4 .tit {
    font-size: 24px;
    color: #333;
    text-align: left; }
  .sec-part4 .makeup-list {
    margin-top: 15px; }
    .sec-part4 .makeup-list span {
      display: block;
      max-width: 230px;
      margin: 2px 0;
      font-size: 18px;
      color: #666;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
  .sec-part4 .l-group {
    position: absolute;
    left: 0;
    width: 324px;
    height: 460px; }
    .sec-part4 .l-group .gray-void-circle {
      right: 8px; }
    .sec-part4 .l-group .dot-list-wrap {
      top: 0;
      left: 0;
      width: 128px; }
    .sec-part4 .l-group li {
      display: inline-block;
      width: 128px;
      height: 128px;
      text-align: center;
      margin: 20px 0;
      font-size: 0;
      background: url("../../img/v1/green-circle.png") center center no-repeat; }
      .sec-part4 .l-group li:before {
        display: inline-block;
        vertical-align: middle;
        content: "";
        width: 0;
        height: 100%; }
    .sec-part4 .l-group span {
      display: inline-block;
      vertical-align: middle;
      line-height: 1.2;
      font-size: 18px;
      color: #fff; }
  .sec-part4 .r-group {
    position: absolute;
    right: 0;
    width: 324px;
    height: 460px; }
    .sec-part4 .r-group .gray-void-circle {
      left: -15px; }
    .sec-part4 .r-group .dot-list-wrap, .sec-part4 .r-group .dot-list-wrap2 {
      width: 68px; }
    .sec-part4 .r-group .dot-list-wrap {
      top: 0;
      right: 67px; }
    .sec-part4 .r-group .dot-list-wrap2 {
      top: 0;
      right: 0; }
    .sec-part4 .r-group li {
      display: inline-block;
      width: 68px;
      height: 68px;
      text-align: center;
      margin: 7px 0;
      font-size: 0;
      background: url("../../img/v1/green-circle2.png") center center no-repeat; }
      .sec-part4 .r-group li:before {
        display: inline-block;
        vertical-align: middle;
        content: "";
        width: 0;
        height: 100%; }
    .sec-part4 .r-group span {
      display: inline-block;
      vertical-align: middle;
      line-height: 1.2;
      font-size: 14px;
      color: #fff; }
  .sec-part4 .dot-list-wrap, .sec-part4 .dot-list-wrap2 {
    position: absolute;
    font-size: 0;
    height: 100%;
    z-index: 2; }
    .sec-part4 .dot-list-wrap:before, .sec-part4 .dot-list-wrap2:before {
      display: inline-block;
      vertical-align: middle;
      content: "";
      width: 0;
      height: 100%; }
  .sec-part4 .dot-list {
    display: inline-block;
    vertical-align: middle; }
  .sec-part4 .gray-void-circle {
    position: absolute;
    top: 50%;
    margin-top: -116px;
    width: 232px;
    height: 232px;
    background: url("../../img/v1/gray-circle-border.png") center center no-repeat;
    font-size: 0; }
    .sec-part4 .gray-void-circle:before {
      display: inline-block;
      vertical-align: middle;
      content: "";
      width: 0;
      height: 100%; }
    .sec-part4 .gray-void-circle h4 {
      display: inline-block;
      vertical-align: middle;
      width: 100%;
      text-align: center;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      font-size: 22px;
      color: #2b91ef; }

.sec-part5 {
  background: #fff;
  text-align: center; }
  .sec-part5 .cover-wrap {
    position: relative;
    margin-top: 10px;
    min-height: 528px;
    padding-top: 195px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  .sec-part5 .img-line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1041px;
    height: 162px;
    margin-left: -520px;
    z-index: 7; }
  .sec-part5 .cover-item {
    display: inline-block;
    vertical-align: top;
    width: 174px;
    padding: 0 11px; }
    .sec-part5 .cover-item dt, .sec-part5 .cover-item img {
      display: block;
      width: 100%;
      height: auto; }
    .sec-part5 .cover-item dd {
      padding-top: 14px;
      text-align: center; }
  .sec-part5 .tit {
    font-size: 18px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .sec-part5 .cover-item-list {
    padding-top: 10px; }
    .sec-part5 .cover-item-list li {
      margin: 5px 0;
      font-size: 14px;
      color: #999;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
  .sec-part5 .xqjy, .sec-part5 .gdjy, .sec-part5 .qypx {
    margin-top: -138px; }
  .sec-part5 .see-more {
    display: inline-block;
    padding: 0 20px;
    height: 38px;
    line-height: 36px;
    font-size: 16px;
    color: #2b91ef;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box; }
    .sec-part5 .see-more:hover {
      height: 38px;
      line-height: 36px;
      color: #fff;
      border-color: #fff;
      background: #2b91ef;
      background: -moz-linear-gradient(top, #29cfff, #2b91ef);
      background: -webkit-gradient(linear, 0 0, 0 bottom, from(#29cfff), to(#2b91ef));
      background: -o-linear-gradient(top, #29cfff, #2b91ef); }

.sec-part6 {
  background: #f8f8f8;
  text-align: center; }
  .sec-part6 .two-step-list {
    display: inline-block;
    position: relative;
    font-size: 0;
    margin-top: 136px; }
    .sec-part6 .two-step-list:before {
      position: absolute;
      top: 0;
      left: -140px;
      content: "";
      width: 300px;
      height: 3px;
      background: #f8f8f8;
      z-index: 2; }
    .sec-part6 .two-step-list:after {
      position: absolute;
      top: 0;
      right: 0;
      content: "";
      width: 160px;
      height: 3px;
      background: #f8f8f8;
      z-index: 2; }
  .sec-part6 .step-item {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 340px;
    border-top: 2px solid #c8c8c8; }
    .sec-part6 .step-item h3 {
      position: absolute;
      top: -160px;
      left: 82px;
      font-weight: normal;
      font-size: 28px;
      color: #2b91ef; }
    .sec-part6 .step-item span {
      position: relative;
      display: inline-block;
      vertical-align: baseline;
      margin-right: 4px;
      font-weight: 700;
      font-size: 98px; }
      .sec-part6 .step-item span:after {
        position: absolute;
        bottom: 18px;
        right: 3px;
        content: "";
        width: 48px;
        height: 48px;
        background: url("../../img/v1/line-xie.png") center center no-repeat;
        z-index: 5; }
    .sec-part6 .step-item p {
      position: relative;
      padding: 16px 0;
      text-align: center;
      font-size: 14px;
      color: #666; }
      .sec-part6 .step-item p:before {
        position: absolute;
        top: -11px;
        left: 50%;
        content: "";
        width: 20px;
        height: 20px;
        margin-left: -10px;
        background: url("../../img/v1/gray-circle.png") center center no-repeat; }
  .sec-part6 .btn-wrap {
    padding: 35px 0; }
  .sec-part6 .btn-blue {
    width: 274px; }
  .sec-part6 .step-after-wrap {
    padding-top: 5px;
    text-align: center; }
    .sec-part6 .step-after-wrap .tip {
      font-size: 20px;
      color: #666; }
  .sec-part6 .other-step-list {
    position: relative;
    display: inline-block;
    margin-top: 36px;
    font-size: 0; }
    .sec-part6 .other-step-list:before, .sec-part6 .other-step-list:after {
      position: absolute;
      top: 0;
      content: "";
      width: 123px;
      height: 3px;
      background: #f8f8f8;
      z-index: 2; }
    .sec-part6 .other-step-list:before {
      left: 0px; }
    .sec-part6 .other-step-list:after {
      right: 0; }
  .sec-part6 .other-step-item {
    position: relative;
    display: inline-block;
    width: 246px;
    border-top: 2px solid #c8c8c8; }
    .sec-part6 .other-step-item span {
      position: relative;
      display: inline-block;
      font-size: 14px;
      color: #2b91ef;
      padding: 24px 0; }
      .sec-part6 .other-step-item span:before {
        position: absolute;
        top: -11px;
        left: 50%;
        content: "";
        content: "";
        width: 20px;
        height: 20px;
        margin-left: -10px;
        background: url("../../img/v1/gray-circle.png") center center no-repeat;
        z-index: 5; }

/*首页样式*/
/**
 * 登录注册模块样式
 * @authors wxm (you@example.org)
 * @date    2017-08-18 17:03:45
 * @version $Id$
 */
.login-regis-wrap {
  height: 690px;
  background: #fff;
  padding: 54px 0; }
  .login-regis-wrap .wrapper {
    height: 100%; }

.email .direction-img-wrap .img-main {
  background: url("../../img/v1/img-email.png") center center no-repeat; }

.phone .direction-img-wrap .img-main {
  background: url("../../img/v1/img-phone.png") center center no-repeat; }

.login .direction-img-wrap .img-main {
  background: url("../../img/v1/img-login.png") center center no-repeat; }

.login-regis-l {
  float: left;
  text-align: center;
  min-width: 619px; }
  .login-regis-l h2 {
    padding: 8px 0;
    font-size: 33px;
    font-weight: normal;
    color: #2b91ef; }
  .login-regis-l .sec-tit {
    font-size: 22px;
    color: #666; }

.direction-img-wrap {
  position: relative;
  display: inline-block;
  margin-top: 130px;
  width: 386px;
  height: 386px; }
  .direction-img-wrap .img-main {
    position: relative;
    width: 100%;
    height: 100%;
    background: url("../../img/v1/img-email.png") center center no-repeat;
    z-index: 20; }
  .direction-img-wrap .img-circle1 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 471px;
    height: 471px;
    margin-left: -235px;
    margin-top: -235px;
    z-index: 1;
    animation: fadeScale linear 1.5s infinite 1s; }
  .direction-img-wrap .img-circle3 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 471px;
    height: 471px;
    margin-left: -235px;
    margin-top: -235px;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    animation: fadeScale linear 1s infinite 1s; }
  .direction-img-wrap .img-circle2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 426px;
    height: 426px;
    margin-left: -213px;
    margin-top: -213px;
    z-index: 2; }
  .direction-img-wrap .img-thick-line {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 626px;
    height: 115px;
    margin-top: -56px;
    margin-left: -295px;
    z-index: 3;
    animation: translateLeftRight linear 8s infinite alternate 1s;
    -webkit-animation: translateLeftRight linear 8s infinite alternate 1s; }
  .direction-img-wrap .img-flower1 {
    position: absolute;
    top: -97px;
    left: 120px;
    width: 40px;
    height: 40px;
    z-index: 4;
    animation: rotate linear 5s infinite 0.8s;
    -webkit-animation: rotate linear 5s infinite 0.8s; }
  .direction-img-wrap .img-flower2 {
    position: absolute;
    top: 130px;
    left: -104px;
    width: 24px;
    height: 24px;
    z-index: 5;
    animation: rotate linear 5s infinite 1s;
    -webkit-animation: rotate linear 5s infinite 1s; }
  .direction-img-wrap .img-ten1 {
    position: absolute;
    top: -2px;
    left: -43px;
    width: 22px;
    height: 22px;
    z-index: 6;
    animation: rotate linear 5s infinite 1s;
    -webkit-animation: rotate linear 5s infinite 1s; }
  .direction-img-wrap .img-ten2 {
    position: absolute;
    top: -20px;
    right: -10px;
    width: 19px;
    height: 19px;
    z-index: 7;
    animation: rotate linear 5s infinite 0.8s;
    -webkit-animation: rotate linear 5s infinite 0.8s; }
  .direction-img-wrap .img-dot1 {
    position: absolute;
    top: 62px;
    right: -54px;
    width: 19px;
    height: 19px;
    z-index: 8; }
  .direction-img-wrap .img-dot2 {
    position: absolute;
    top: 44px;
    left: 0px;
    width: 12px;
    height: 12px;
    z-index: 9; }
  .direction-img-wrap .img-dot3 {
    position: absolute;
    top: -6px;
    right: 65px;
    width: 23px;
    height: 23px;
    z-index: 10; }

.login-regis-r {
  position: relative;
  overflow: hidden;
  text-align: right;
  height: 100%;
  font-size: 0; }
  .login-regis-r:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    height: 100%;
    width: 0; }

.login-regis-tit-wrap {
  width: 100%;
  text-align: center;
  position: relative; }
  .login-regis-tit-wrap:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    margin-top: 2px;
    width: 100%;
    height: 1px;
    background: #2b91ef; }

.login-regis-tit {
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: normal;
  font-size: 32px;
  color: #2b91ef;
  padding: 0 36px;
  background: #fff;
  z-index: 2; }

.login-regis-cont-wrap {
  position: relative;
  display: inline-block;
  margin-right: 4px;
  width: 386px;
  padding: 28px 50px;
  vertical-align: middle;
  color: #999;
  font-size: 14px;
  border: 1px solid #bfdefa; }
  .login-regis-cont-wrap:before {
    position: absolute;
    top: 4px;
    right: -3px;
    content: "";
    width: 3px;
    height: 100%;
    background: #bfdefa; }
  .login-regis-cont-wrap:after {
    position: absolute;
    bottom: -4px;
    left: 3px;
    content: "";
    width: 100%;
    height: 3px;
    background: #bfdefa; }
  .login-regis-cont-wrap .tab-list {
    padding: 22px 0;
    font-size: 0; }
  .login-regis-cont-wrap .tab-item {
    position: relative;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    padding-left: 82px;
    font-size: 20px;
    color: #333; }
    .login-regis-cont-wrap .tab-item:before {
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      width: 60px;
      height: 60px;
      background: url('../../img/v1/spr.png') no-repeat; }
    .login-regis-cont-wrap .tab-item:hover, .login-regis-cont-wrap .tab-item.on {
      color: #2b91ef; }
  .login-regis-cont-wrap .tab-email {
    float: left; }
    .login-regis-cont-wrap .tab-email:before {
      background-position: -544px -161px; }
    .login-regis-cont-wrap .tab-email:hover:before, .login-regis-cont-wrap .tab-email.on:before {
      background-position: -479px -161px; }
  .login-regis-cont-wrap .tab-phone {
    float: left; }
    .login-regis-cont-wrap .tab-phone:before {
      background-position: -544px -227px; }
    .login-regis-cont-wrap .tab-phone:hover:before, .login-regis-cont-wrap .tab-phone.on:before {
      background-position: -479px -227px; }
  .login-regis-cont-wrap .form {
    display: block;
    width: 100%;
    text-align: left; }

.c-main {
  color: #2b91ef; }

.form-group {
  position: relative;
  margin: 25px 0; }
  .form-group .error-tip {
    position: absolute;
    display: none;
    left: 4px;
    top: 50px;
    font-size: 12px;
    color: #fb5855;
    padding-left: 22px;
    line-height: 22px; }
    .form-group .error-tip:before {
      position: absolute;
      top: 3px;
      left: 0;
      content: "";
      width: 16px;
      height: 16px;
      background: url('../../img/v1/spr.png') -246px -323px no-repeat; }
  .form-group.form-error .tip {
    display: block;
    color: #fc5855; }
    .form-group.form-error .tip:before {
      background-position: -246px -323px; }
  .form-group.form-pass .tip {
    display: block;
    color: #2b91ef; }
    .form-group.form-pass .tip:before {
      background-position: -246px -343px; }
  .form-group.form-must .form-tit {
    position: relative; }
    .form-group.form-must .form-tit:before {
      position: absolute;
      top: 0;
      left: -8px;
      content: "*";
      color: #fb5855;
      font-size: 14px; }
  .form-group .btn-blue {
    width: 100%;
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    cursor: pointer; }
  .form-group .tip {
    position: absolute;
    display: none;
    padding-left: 25px;
    font-size: 12px;
    line-height: 22px;
    color: #fb5855; }
    .form-group .tip:before {
      position: absolute;
      top: 3px;
      left: 0;
      content: "";
      width: 16px;
      height: 16px;
      background: url('../../img/v1/spr.png') -246px -323px no-repeat; }
  .form-group .form-tit {
    display: inline-block;
    line-height: 44px; }

.form-vali-code .form-item input {
  width: 218px; }
.form-vali-code .btn-blue {
  width: 154px;
  height: 44px;
  line-height: 44px;
  font-size: 16px; }

.form-vali-img .form-item input {
  width: 208px; }
.form-vali-img .vali-img {
  display: inline-block;
  vertical-align: middle;
  width: 113px;
  height: 44px; }
.form-vali-img a {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 8px;
  text-decoration: underline; }
  .form-vali-img a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); }

.form-item .form-l {
  float: left; }
.form-item .form-r {
  text-align: right;
  overflow: hidden; }
.form-item :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: 'microsoft yahei';
  color: #999;
  font-size: 14px; }
.form-item ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: 'microsoft yahei';
  color: #999;
  font-size: 14px; }
.form-item input:-ms-input-placeholder, .form-item cmsArea:-ms-input-placeholder {
  font-family: 'microsoft yahei';
  color: #999 !important;
  font-size: 14px; }
.form-item input::-webkit-input-placeholder, .form-item cmsArea::-webkit-input-placeholder {
  font-family: 'microsoft yahei';
  color: #999 !important;
  font-size: 14px; }
.form-item .placeholder {
  font-family: 'microsoft yahei';
  color: #999 !important;
  font-size: 14px; }
.form-item input {
  display: block;
  width: 386px;
  padding: 0 28px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  color: #666;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.agreement-wrap {
  margin: 20px 0; }
  .agreement-wrap .n-bottom {
    position: absolute; }

.agreement {
  position: relative;
  display: inline-block;
  margin-right: 14px;
  width: 17px;
  height: 20px;
  vertical-align: middle;
  cursor: pointer; }
  .agreement .checkbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background: url('../../img/v1/spr.png') -222px -323px no-repeat; }
  .agreement.on .checkbox {
    background-position: -222px -349px; }
  .agreement .el-checkbox {
    position: absolute;
    display: none; }
  .agreement a {
    text-decoration: underline; }
    .agreement a:hover {
      opacity: 0.8;
      filter: alpha(opacity=80); }

.txt-operate-r, .txt-operate-l {
  margin: 20px 0; }
  .txt-operate-r a, .txt-operate-l a {
    text-decoration: underline; }
    .txt-operate-r a:hover, .txt-operate-l a:hover {
      opacity: 0.8;
      filter: alpha(opacity=80); }

.txt-operate-r {
  text-align: right; }

.txt-operate-l {
  text-align: left; }

.n-simple .msg-wrap .n-icon {
  background-image: url(../../img/v1/spr.png) !important; }

.n-error .n-icon {
  background-position: -246px -323px !important; }

.n-ok {
  right: -417px !important;
  top: -34px !important; }

.n-ok .n-icon {
  background-position: -246px -343px !important; }

.n-error {
  color: #fb5855 !important; }

.n-msg {
  margin-left: 7px !important; }

/*登录注册样式*/
/**
 * 平台介绍样式
 * @authors wxm (you@example.org)
 * @date    2017-08-25 16:28:30
 * @version $Id$
 */
.sec-banner {
  min-height: 181px;
  background: #2b91ef; }
  .sec-banner img {
    display: block;
    width: 100%;
    height: auto; }

.btn-loaddown-caseapp {
  position: fixed;
  top: 39%;
  right: 50px;
  width: 230px;
  height: 58px;
  line-height: 58px;
  padding: 0 20px 0 88px;
  font-size: 18px;
  color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #2b91ef;
  border-radius: 6px;
  z-index: 50;
  display: none; }
  .btn-loaddown-caseapp:before {
    position: absolute;
    top: 13px;
    left: 16px;
    content: "";
    width: 32px;
    height: 32px;
    background: url('../../img/v1/spr.png') -323px -447px no-repeat; }
  .btn-loaddown-caseapp:after {
    position: absolute;
    top: 0;
    left: 62px;
    content: "";
    width: 1px;
    height: 100%;
    background: #95c8f7; }
  .btn-loaddown-caseapp:hover {
    background: #0079c2; }
    .btn-loaddown-caseapp:hover:before {
      animation: upsideDown linear 0.5s infinite alternate;
      -webkit-animation: upsideDown linear 0.5s infinite alternate; }
    .btn-loaddown-caseapp:hover:after {
      background: #228ccc; }

.index-btn-loaddown-caseapp {
  top: 68%; }

.txt-center {
  text-align: center; }

.sec-module-intro-wrap {
  padding: 18px 0 36px 0; }
  .sec-module-intro-wrap .intro-p {
    padding: 0 54px;
    margin: 36px 0;
    font-size: 16px;
    color: #666;
    line-height: 2; }

.bg-gray {
  background: #f8f8f8; }

.business-area-wrap {
  margin: 50px 0; }

.business-area-item {
  display: inline-block;
  width: 558px;
  height: 245px;
  border: 1px solid #dcdcdc;
  border-top: 4px solid #2b91ef; }
  .business-area-item dt {
    float: left; }
  .business-area-item .img-cover {
    display: block;
    width: 279px;
    height: 245px; }
  .business-area-item dd {
    position: relative;
    padding-left: 279px;
    height: 100%;
    text-align: center;
    font-size: 0; }
    .business-area-item dd:before {
      display: inline-block;
      vertical-align: middle;
      content: "";
      width: 0;
      height: 100%; }
  .business-area-item .dd-cont {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    max-width: 225px; }
  .business-area-item .tit {
    position: relative;
    padding-bottom: 15px;
    font-weight: normal;
    text-align: center;
    font-size: 28px;
    color: #2b91ef; }
    .business-area-item .tit:after {
      position: absolute;
      content: "";
      width: 72px;
      height: 1px;
      left: 50%;
      bottom: 0;
      margin-left: -36px;
      background: #95c8f7; }
  .business-area-item .intro {
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 14px;
    color: #999;
    line-height: 2; }

.sec-module-tit-wrap {
  margin: 35px 0;
  text-align: center; }
  .sec-module-tit-wrap .sec-module-tit {
    position: relative;
    display: inline-block;
    padding: 0 32px;
    font-weight: normal;
    font-size: 38px;
    color: #333; }
    .sec-module-tit-wrap .sec-module-tit:before, .sec-module-tit-wrap .sec-module-tit:after {
      position: absolute;
      top: 50%;
      content: "";
      width: 68px;
      height: 1px;
      background: #2b91ef; }
    .sec-module-tit-wrap .sec-module-tit:before {
      left: -68px; }
    .sec-module-tit-wrap .sec-module-tit:after {
      right: -68px; }

.core-adv-list {
  margin: 35px 0;
  text-align: center; }

.core-adv-item {
  display: inline-block;
  width: 370px;
  padding: 38px 36px;
  height: 314px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #dcdcdc;
  border-top: 4px solid #2b91ef; }
  .core-adv-item .tit {
    position: relative;
    padding-top: 84px;
    font-weight: normal;
    font-size: 18px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .core-adv-item .tit:before {
      position: absolute;
      top: 0;
      left: 50%;
      content: "";
      width: 62px;
      height: 56px;
      margin-left: -31px;
      background: url('../../img/v1/spr.png') no-repeat; }
  .core-adv-item .intro {
    text-align: left;
    margin-top: 16px;
    font-size: 14px;
    color: #999; }

.core-adv-ffpt {
  float: left; }
  .core-adv-ffpt .tit:before {
    background-position: -271px -323px; }

.core-adv-yxxx .tit:before {
  background-position: -344px -323px; }

.core-adv-xxsj {
  float: right; }
  .core-adv-xxsj .tit:before {
    background-position: -410px -323px; }

.platform-adv-list {
  padding-bottom: 15px; }

.platform-adv-item {
  float: left;
  width: 260px;
  min-height: 195px;
  margin: 45px 0 45px 52px; }
  .platform-adv-item .tit {
    position: relative;
    padding-top: 74px;
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .platform-adv-item .tit:before {
      position: absolute;
      top: 0;
      left: 50%;
      content: "";
      width: 54px;
      height: 46px;
      margin-left: -27px;
      background: url('../../img/v1/spr.png') no-repeat; }
  .platform-adv-item .intro {
    padding-top: 10px;
    font-size: 14px;
    color: #999; }

.platform-adv-jyst {
  margin-left: 0; }
  .platform-adv-jyst .tit:before {
    background-position: -240px -386px; }

.platform-adv-gjhqqh .tit:before {
  background-position: -302px -388px; }

.platform-adv-gmk .tit:before {
  background-position: -368px -388px; }

.platform-adv-yxxx .tit:before {
  background-position: -427px -388px; }

.platform-adv-sjhxx {
  margin-left: 0; }
  .platform-adv-sjhxx .tit:before {
    background-position: -486px -384px; }

.platform-adv-jyffl .tit:before {
  background-position: -556px -386px; }

.platform-adv-hljpzy .tit:before {
  background-position: -490px -320px; }

.platform-adv-vrjy .tit:before {
  background-position: -552px -308px; }

/*平台介绍样式*/
/**
 * 使用说明样式
 * @authors wxm (you@example.org)
 * @date    2017-08-25 21:07:04
 * @version $Id$
 */
.use-intro-cont {
  padding-top: 40px; }
  .use-intro-cont .wrapper {
    position: relative; }

.left-catalog-wrap {
  float: left;
  width: 270px;
  border: 1px solid #e5e5e5;
  background: #fff;
  z-index: 5;
  margin-bottom: 50px; }
  .left-catalog-wrap .tit {
    height: 64px;
    line-height: 64px;
    text-align: center;
    font-weight: normal;
    font-size: 24px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #2b91ef; }

.cata-nav-list {
  width: 100%; }

.cata-nav-item {
  position: relative;
  width: 100%;
  background: #fff;
  padding-left: 20px;
  box-sizing: border-box; }
  .cata-nav-item > a {
    display: block;
    padding: 0 22px 0 0;
    line-height: 48px;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: not-allowed;
    box-sizing: border-box; }
    .cata-nav-item > a:before {
      position: absolute;
      content: "";
      top: 50%;
      left: 6px;
      width: 12px;
      height: 12px;
      margin-top: -6px;
      background: transparent;
      transform: scale(0, 0);
      -webkit-transform: scale(0, 0);
      transition: transform cubic-bezier(0.17, 0.67, 0.8, 1.02) 0.34s;
      -webkit-transition: transform cubic-bezier(0.17, 0.67, 0.8, 1.02) 0.34s; }
    .cata-nav-item > a:hover, .cata-nav-item > a.on {
      color: #2b91ef; }
      .cata-nav-item > a:hover:before, .cata-nav-item > a.on:before {
        transform: none;
        -webkit-transform: none;
        background: url('../../img/v1/spr.png') -306px -447px no-repeat; }
  .cata-nav-item.has-child > a {
    position: relative;
    cursor: pointer;
    z-index: 3; }
    .cata-nav-item.has-child > a:hover {
      color: #2b91ef; }
      .cata-nav-item.has-child > a:hover:before {
        width: 0;
        height: 0; }
  .cata-nav-item.has-child:after {
    position: absolute;
    content: "";
    top: 15px;
    right: 15px;
    width: 12px;
    height: 18px;
    background: url('../../img/v1/spr.png') -240px -446px no-repeat;
    z-index: 1; }
  .cata-nav-item.has-child:hover > a {
    color: #2b91ef; }
  .cata-nav-item.has-child:hover:after {
    background-position: -262px -446px; }
  .cata-nav-item.has-child.on:after {
    top: 20px;
    width: 18px;
    height: 12px;
    background: url("../../img/v1/blue-arrow.png") center 0 no-repeat; }
  .cata-nav-item.has-child.on > a {
    color: #2b91ef; }

.first-nav-list {
  width: 100%; }

.first-nav-item {
  position: relative;
  background: #fff; }
  .first-nav-item > a {
    display: block;
    padding: 0 42px;
    line-height: 48px;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: not-allowed; }
  .first-nav-item.has-child > a {
    position: relative;
    cursor: pointer;
    z-index: 3; }
  .first-nav-item.has-child:after {
    position: absolute;
    content: "";
    top: 15px;
    right: 30px;
    width: 12px;
    height: 18px;
    background: url('../../img/v1/spr.png') -240px -446px no-repeat;
    z-index: 1; }
  .first-nav-item.has-child:hover > a {
    color: #2b91ef; }
  .first-nav-item.has-child:hover:after {
    background-position: -262px -446px; }
  .first-nav-item.has-child.on:after {
    top: 20px;
    width: 18px;
    height: 12px;
    background-position: -280px -448px; }
  .first-nav-item.has-child.on:hover > a {
    color: #333; }

.sec-nav-list {
  display: none;
  width: 100%;
  padding: 5px 0;
  background: #e9f4fd; }

.sec-nav-item > a {
  display: block;
  position: relative;
  height: 38px;
  line-height: 38px;
  padding: 0 20px 0 58px;
  font-size: 16px;
  color: #999; }
  .sec-nav-item > a:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 31px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    background: transparent;
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transition: transform cubic-bezier(0.17, 0.67, 0.8, 1.02) 0.34s;
    -webkit-transition: transform cubic-bezier(0.17, 0.67, 0.8, 1.02) 0.34s; }
.sec-nav-item:hover a, .sec-nav-item.on a {
  color: #2b91ef; }
  .sec-nav-item:hover a:before, .sec-nav-item.on a:before {
    transform: none;
    -webkit-transform: none;
    background: url('../../img/v1/spr.png') -306px -447px no-repeat; }

.right-detail-area {
  position: relative;
  overflow: hidden;
  padding-left: 60px;
  min-height: 1023px;
  padding-bottom: 60px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden; }

.right-detail-wrap .detail-tit {
  font-weight: normal;
  font-size: 28px;
  color: #2b91ef;
  padding: 10px 0; }
.right-detail-wrap .detail-cont {
  font-size: 14px !important;
  color: #999 !important;
  line-height: 1.8 !important;
  word-wrap: word-break;
  word-break: break-all; }
  .right-detail-wrap .detail-cont img {
    max-width: 100%; }
  .right-detail-wrap .detail-cont p {
    margin: 20px 0;
    font-size: 14px !important;
    color: #999 !important;
    word-wrap: word-break;
    word-break: break-all; }
  .right-detail-wrap .detail-cont span,.right-detail-wrap .detail-cont a{
      font-size: 14px !important;
			color: #999 !important;
  }

/*使用说明样式*/
/**
 * 产品服务模块样式
 * @authors wxm (you@example.org)
 * @date    2017-09-01 16:59:51
 * @version $Id$
 */
.sec-module-intro-wrap .tit-s {
  margin: 45px 0;
  font-weight: normal;
  font-size: 20px;
  color: #333; }

.close-circle-wrap {
  margin: 56px 0;
  text-align: center; }

.close-circle {
  position: relative;
  display: inline-block; }
  .close-circle .part-center {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 372px;
    height: 323px;
    font-size: 0;
    margin-left: -186px;
    margin-top: -169px;
    background: url("../../img/v1/bg-part-center.png") center center no-repeat;
    z-index: 10; }
    .close-circle .part-center:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      width: 0;
      height: 100%; }
    .close-circle .part-center .tit {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      text-align: center;
      font-weight: normal;
      font-size: 37px;
      color: #2b91ef;
      padding-bottom: 28px; }
      .close-circle .part-center .tit:after {
        position: absolute;
        bottom: 16px;
        left: 50%;
        content: "";
        width: 242px;
        margin-left: -121px;
        height: 3px;
        background: url("../../img/v1/line-colorful.jpg") center center no-repeat; }

.close-circle-cont {
  position: relative;
  display: inline-block; }
  .close-circle-cont .bg-img {
    display: block;
    width: 786px;
    height: 778px; }
  .close-circle-cont .tit {
    margin-bottom: 2px;
    font-weight: normal;
    font-size: 48px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .close-circle-cont .intro {
    padding-left: 40px;
    padding-bottom: 14px;
    text-align: left;
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
    max-height: 118px;
    overflow: hidden; }
  .close-circle-cont .part-item {
    position: absolute;
    font-size: 0;
    z-index: 5; }
    .close-circle-cont .part-item:after {
      display: inline-block;
      vertical-align: middle;
      content: "";
      width: 0;
      height: 100%; }
  .close-circle-cont .part-cont {
    display: inline-block;
    vertical-align: middle; }
  .close-circle-cont .part-jiao {
    top: 0;
    left: 200px;
    height: 196px;
    width: 384px; }
  .close-circle-cont .part-xue {
    top: 94px;
    right: 12px;
    width: 300px;
    height: 288px; }
  .close-circle-cont .part-lian {
    bottom: 140px;
    right: 10px;
    width: 280px;
    height: 266px; }
    .close-circle-cont .part-lian .intro {
      padding-left: 0; }
  .close-circle-cont .part-ce {
    bottom: 12px;
    left: 199px;
    width: 391px;
    height: 221px; }
  .close-circle-cont .part-ping {
    bottom: 157px;
    left: 0;
    width: 286px;
    height: 236px; }
  .close-circle-cont .part-tuijian {
    top: 72px;
    left: 25px;
    width: 288px;
    height: 348px; }
    .close-circle-cont .part-tuijian .intro {
      padding-left: 0; }

.busi-prog-list {
  padding-bottom: 40px; }

.busi-prog-item {
  position: relative;
  margin-bottom: 40px; }
  .busi-prog-item .role-list-l {
    position: absolute;
    bottom: 0;
    left: 0; }

.role-list-l {
  width: 206px;
  font-size: 14px;
  color: #999;
  text-align: right; }
  .role-list-l > span {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    padding-top: 64px;
    margin-right: 30px;
    min-width: 50px;
    text-align: center;
    line-height: 1; }
    .role-list-l > span:before {
      position: absolute;
      content: "";
      top: 0;
      left: 50%;
      height: 57px;
      background: url('../../img/v1/spr.png') no-repeat; }
  .role-list-l .role-teacher:before {
    width: 60px;
    margin-left: -24px;
    background-position: -235px -487px; }
  .role-list-l .role-stu:before {
    width: 46px;
    margin-left: -23px;
    background-position: -300px -487px; }

.busi-cont-r {
  padding-left: 206px;
  overflow: hidden; }
  .busi-cont-r > .tit {
    font-weight: normal;
    font-size: 22px;
    color: #2b91ef;
    text-align: left;
    margin: 5px 0 18px 0; }
  .busi-cont-r .prog-list-s .prog-cont {
    min-width: auto; }
    .busi-cont-r .prog-list-s .prog-cont:after {
      right: -13px;
      border-top: 25px solid transparent;
      border-left: 13px solid #50b4d6;
      border-bottom: 25px solid transparent; }
  .busi-cont-r .prog-item {
    float: left;
    text-align: center;
    background: transparent; }
    .busi-cont-r .prog-item.blue-l .prog-cont {
      background: #50b4d6; }
      .busi-cont-r .prog-item.blue-l .prog-cont:after {
        border-left-color: #50b4d6; }
    .busi-cont-r .prog-item.blue-m .prog-cont {
      background: #3a88c8; }
      .busi-cont-r .prog-item.blue-m .prog-cont:after {
        border-left-color: #3a88c8; }
    .busi-cont-r .prog-item.blue-r .prog-cont {
      background: #1463b0; }
      .busi-cont-r .prog-item.blue-r .prog-cont:after {
        border-left-color: #1463b0; }
  .busi-cont-r .prog-cont {
    position: relative;
    display: inline-block;
    padding: 12px 21px 12px 36px;
    min-width: 142px;
    background: #50b4d6;
    box-sizing: border-box;
    -webkit-box-sizing: border-box; }
    .busi-cont-r .prog-cont:after {
      position: absolute;
      right: -18px;
      top: 0;
      content: "";
      width: 0;
      height: 0;
      border-top: 40px solid transparent;
      border-left: 18px solid #50b4d6;
      border-bottom: 40px solid transparent;
      z-index: 5; }
    .busi-cont-r .prog-cont > h5 {
      font-weight: normal;
      font-size: 18px;
      color: #fff; }
    .busi-cont-r .prog-cont .intro {
      padding-top: 4px;
      font-size: 16px;
      color: #fff; }

/*产品服务样式*/
/**
 * 应用案例模块样式
 * @authors wxm (you@example.org)
 * @date    2017-09-01 20:26:21
 * @version $Id$
 */
.case-logo-list {
  margin: 50px 0; }

.case-logo-item {
  float: left;
  width: 172px;
  height: 164px;
  margin-left: -1px;
  margin-top: -1px;
  padding: 5px 0 17px 0;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  .case-logo-item a {
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #666;
    cursor: default; }
    .case-logo-item a > span {
      display: block;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
  .case-logo-item .txt-l {
    font-size: 18px; }
    .case-logo-item .txt-l > span {
      padding-top: 5px; }
  .case-logo-item .txt-m {
    font-size: 16px; }
    .case-logo-item .txt-m > span {
      padding-top: 6px; }
  .case-logo-item .txt-s {
    font-size: 14px; }
  .case-logo-item .ico-logo {
    display: block;
    width: 170px;
    height: 108px;
    transition: transform linear 0.5s;
    -webkit-transition: transform linear 0.5s; }
  .case-logo-item:hover .ico-logo {
    opacity: 0.8;
    filter: alpha(opacity=80);
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg); }

.case-item-wrap {
  padding: 10px 0;
  min-height: 516px; }
  .case-item-wrap.type-l .case-txt-wrap {
    float: left;
    width: 572px;
    padding-right: 50px; }
  .case-item-wrap.type-l .case-img-wrap {
    float: left;
    text-align: left; }
  .case-item-wrap.type-r .case-txt-wrap {
    float: right;
    width: 495px;
    padding-left: 50px; }
  .case-item-wrap.type-r .case-img-wrap {
    float: right;
    text-align: right; }

.case-txt-wrap {
  font-size: 0;
  height: 100%; }
  .case-txt-wrap:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%; }
  .case-txt-wrap .case-txt-cont {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 40px; }
  .case-txt-wrap .intro-wrap {
    padding-top: 10px; }
  .case-txt-wrap .p-case {
    margin: 40px 0;
    text-align: left;
    font-size: 14px;
    color: #666;
    line-height: 1.8; }
  .case-txt-wrap .btn-solid-blue {
    display: block;
    margin: 0 auto; }

.case-img-wrap .img-link {
  position: relative;
  display: block; }
.case-img-wrap .img-main {
  position: relative;
  display: inline-block; }

.case-wjt {
  height: 623px; }
  .case-wjt .img-main {
    z-index: 1;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s; }
  .case-wjt .img-help {
    position: absolute;
    top: 28px;
    left: 305px;
    z-index: 2;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s; }
  .case-wjt .img-link {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 800px;
    perspective: 800px; }
    .case-wjt .img-link:hover .img-main {
      transform: rotateY(15deg);
      -webkit-transform: rotateY(15deg); }
    .case-wjt .img-link:hover .img-help {
      transform: translateX(20px);
      -webkit-transform: translateX(20px); }

.case-hdy {
  height: 568px; }
  .case-hdy .img-link {
    height: 568px;
    width: 635px; }
  .case-hdy .img-main {
    top: 62px;
    right: -22px;
    z-index: 1;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s; }
  .case-hdy .img-help {
    position: absolute;
    top: 9px;
    left: 194px;
    z-index: 3;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s; }
  .case-hdy .img-help2 {
    position: absolute;
    top: 10px;
    left: -44px;
    z-index: 2;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s; }
  .case-hdy .img-link {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 800px;
    perspective: 800px; }
    .case-hdy .img-link:hover .img-main {
      transform: translateX(-20px) rotateY(-30deg);
      -webkit-transform: translateX(-20px) rotateY(-30deg); }
    .case-hdy .img-link:hover .img-help {
      transform: translateX(-10px) translateZ(20px);
      -webkit-transform: translateX(-10px) translateZ(20px); }
    .case-hdy .img-link:hover .img-help2 {
      transform: rotateY(15deg);
      -webkit-transform: rotateY(15deg); }

.case-kb {
  height: 568px; }
  .case-kb .img-main {
    z-index: 2;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s; }
  .case-kb .img-help {
    position: absolute;
    top: 50px;
    left: 206px;
    z-index: 1;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s; }
  .case-kb .img-link {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 800px;
    perspective: 800px; }
    .case-kb .img-link:hover .img-main {
      transform: translateX(-10px) translateZ(20px);
      -webkit-transform: translateX(-10px) translateZ(20px); }
    .case-kb .img-link:hover .img-help {
      transform: translateX(20px) rotateY(-15deg);
      -webkit-transform: translateX(20px) rotateY(-15deg); }

.case-mooc {
  height: 568px; }
  .case-mooc.type-r .case-txt-wrap {
    width: 629px; }
  .case-mooc .img-main {
    z-index: 2;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s; }
  .case-mooc .img-help {
    position: absolute;
    top: 50px;
    right: 212px;
    z-index: 1;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s; }
  .case-mooc .img-link {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 800px;
    perspective: 800px; }
    .case-mooc .img-link:hover .img-main {
      transform: translateX(-10px) translateZ(20px);
      -webkit-transform: translateX(-10px) translateZ(20px); }
    .case-mooc .img-link:hover .img-help {
      transform: translateX(-20px) rotateY(15deg);
      -webkit-transform: translateX(-20px) rotateY(15deg); }

/*应用案例样式*/
/**
 * 账号中心模块样式
 * @authors wxm (you@example.org)
 * @date    2017-09-06 09:42:27
 * @version $Id$
 */
.count-center-wrap {
  background: #fff; }
  .count-center-wrap .wrapper {
    height: 100%; }

.count-nav-left {
  float: left;
  width: 240px;
  height: 747px;
  background: #fff;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0; }

.count-nav-tit {
  height: 84px;
  padding: 0 20px;
  line-height: 84px;
  text-align: center;
  font-weight: normal;
  font-size: 20px;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.count-nav-item {
  position: relative;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin: 2px 0; }
  .count-nav-item > a {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 16px;
    color: #999;
    z-index: 2; }
    .count-nav-item > a:before {
      position: absolute;
      top: 50%;
      left: 74px;
      content: "";
      width: 20px;
      height: 22px;
      margin-top: -11px;
      background: url(../../img/v1/spr3.png) no-repeat; }
    .count-nav-item > a.ico-my:before {
      background-position: -369px -445px; }
    .count-nav-item > a.ico-base:before {
      background-position: -396px -444px; }
    .count-nav-item > a.ico-password:before {
      background-position: -424px -444px; }
  .count-nav-item:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    transform: scale3d(1, 0, 1);
    -webkit-transform: scale3d(1, 0, 1);
    transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s; }
  .count-nav-item:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 4px;
    height: 100%;
    background: #fff;
    transform: scale3d(1, 0, 1);
    -webkit-transform: scale3d(1, 0, 1);
    transition: all linear 0.3s 0.05s;
    -webkit-transition: all linear 0.3s 0.05s; }
  .count-nav-item:hover, .count-nav-item.on {
    background: #f4f5f5; }
    .count-nav-item:hover > a, .count-nav-item.on > a {
      color: #2b91ef; }
      .count-nav-item:hover > a.ico-my:before, .count-nav-item.on > a.ico-my:before {
        background-position: -369px -468px; }
      .count-nav-item:hover > a.ico-base:before, .count-nav-item.on > a.ico-base:before {
        background-position: -396px -468px; }
      .count-nav-item:hover > a.ico-password:before, .count-nav-item.on > a.ico-password:before {
        background-position: -424px -468px; }
    .count-nav-item:hover:before, .count-nav-item.on:before {
      background: #f4f5f5;
      transform: none;
      -webkit-transform: none; }
    .count-nav-item:hover:after, .count-nav-item.on:after {
      background: #2b91ef;
      transform: scale3d(1, 1, 1);
      -webkit-transform: scale3d(1, 1, 1); }

.count-cont-right {
  overflow: hidden;
  height: 100%;
  overflow: auto; }
  .count-cont-right .count-tit-wrap {
    position: relative;
    height: 66px;
    padding: 14px 34px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box; }
    .count-cont-right .count-tit-wrap .btn-blue {
      position: absolute;
      display: inline-block;
      vertical-align: middle;
      top: 14px;
      right: 34px;
      min-width: 120px;
      height: 38px;
      line-height: 38px;
      padding: 0 28px;
      font-size: 16px; }
  .count-cont-right .count-tit {
    line-height: 38px;
    text-align: left;
    font-weight: normal;
    font-size: 20px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

.txt-center {
  text-align: center !important; }

.count-cont-item {
  margin: 40px 0 40px 22px;
  min-height: 704px;
  border: 1px solid #e0e0e0; }
  .count-cont-item .operate-list {
    text-align: right; }
    .count-cont-item .operate-list > a {
      display: inline-block;
      vertical-align: middle;
      margin-left: 54px;
      line-height: 38px;
      font-size: 14px;
      color: #999; }
    .count-cont-item .operate-list .normal-link:hover {
      color: #2b91ef; }
    .count-cont-item .operate-list .btn-blue {
      color: #fff; }
  .count-cont-item .empty {
    text-align: center;
    margin-top: 214px;
    color: #999; }

.table-project {
  width: 100%;
  font-size: 14px;
  color: #999; }
  .table-project tr {
    border: 1px solid #e0e0e0;
    border-left: none;
    border-right: none;
    transition: all linear 0.15s;
    -webkit-transition: all linear 0.15s; }
  .table-project th {
    padding: 5px 34px;
    font-weight: normal; }
  .table-project td {
    padding: 0 34px; }
  .table-project th, .table-project td {
    vertical-align: middle; }
  .table-project thead tr {
    background: #f8f8f8; }
  .table-project tbody tr:hover {
    background: #e9f4fd; }
  .table-project tbody td {
    padding: 14px 34px; }
  .table-project .first-th {
    text-align: left; }
  .table-project .project-name {
    display: inline-block;
    max-width: 185px;
    word-wrap: word-break;
    word-break: break-all; }
  .table-project .project-info {
    max-width: 510px; }
  .table-project .btn-blue {
    display: inline-block;
    min-width: 120px;
    height: 38px;
    line-height: 38px;
    padding: 0 28px;
    font-size: 16px; }

.btn-gradient {
  position: relative;
  display: inline-block;
  width: 120px;
  padding: 0 20px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  color: #666;
  border-radius: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #c9c9c9;
  z-index: 1; }
  .btn-gradient:before {
    position: absolute;
    top: 1px;
    left: 1px;
    content: "";
    width: 118px;
    height: 36px;
    border-radius: 4px;
    background: #fff;
    z-index: -1; }
  .btn-gradient:hover, .btn-gradient.on {
    color: #2b91ef;
    background-color: #29cfff;
    background-image: linear-gradient(to bottom, #29cfff 0%, #2b92ef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29cfff', endColorstr='#2b92ef', GradientType=0 ); }

.project-wrap {
  border-top: 1px solid #e0e0e0; }

.bind-cell {
  padding: 14px 32px;
  font-size: 14px;
  color: #999;
  border-bottom: 1px solid #e0e0e0; }
  .bind-cell dt {
    float: left;
    height: 38px;
    line-height: 38px; }
  .bind-cell dd {
    overflow: hidden;
    padding-left: 12px; }
  .bind-cell .bind-result {
    display: inline-block;
    vertical-align: middle;
    max-width: 420px;
    line-height: 38px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .bind-cell .btn-gradient {
    vertical-align: middle; }

.count-form-wrap {
  margin-left: 32px;
  width: 486px; }
  .count-form-wrap .form-l {
    width: 96px;
    min-height: 44px;
    text-align: left;
    font-size: 14px;
    color: #999; }
  .count-form-wrap .form-r {
    text-align: left; }
    .count-form-wrap .form-r .back {
      float: right;
      font-size: 14px;
      color: #2b91ef; }
    .count-form-wrap .form-r.disable input {
      background: #eaeaea;
      color: #999; }
  .count-form-wrap .form-item :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-family: 'microsoft yahei';
    color: #999;
    font-size: 14px; }
  .count-form-wrap .form-item ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-family: 'microsoft yahei';
    color: #999;
    font-size: 14px; }
  .count-form-wrap .form-item input:-ms-input-placeholder, .count-form-wrap .form-item cmsArea:-ms-input-placeholder {
    font-family: 'microsoft yahei';
    color: #999 !important;
    font-size: 14px; }
  .count-form-wrap .form-item input::-webkit-input-placeholder, .count-form-wrap .form-item cmsArea::-webkit-input-placeholder {
    font-family: 'microsoft yahei';
    color: #999 !important;
    font-size: 14px; }
  .count-form-wrap .form-item .placeholder {
    font-family: 'microsoft yahei';
    color: #999 !important;
    font-size: 14px; }
  .count-form-wrap .form-item input {
    width: 100%;
    padding: 0 16px; }
  .count-form-wrap .btn-wrap {
    font-size: 0; }
    .count-form-wrap .btn-wrap .btn-blue {
      width: 184px; }
    .count-form-wrap .btn-wrap .btn-gray {
      margin-left: 20px;
      width: 184px; }
    .count-form-wrap .btn-wrap .btn-gradient {
      float: right;
      margin-top: 10px;
      width: 184px;
      height: 44px;
      line-height: 44px;
      font-size: 18px; }
      .count-form-wrap .btn-wrap .btn-gradient:before {
        width: 182px;
        height: 42px; }
  .count-form-wrap cmsArea {
    display: block;
    width: 389px;
    padding: 10px;
    height: 200px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
    resize: none; }

.create-project-wrap .count-form-wrap {
  margin: 44px auto 0; }

.form-host .whole-hosr-wrap {
  width: 100%; }
  .form-host .whole-hosr-wrap dt {
    float: left; }
  .form-host .whole-hosr-wrap dd {
    overflow: hidden;
    padding-left: 16px; }
.form-host .first-host-name {
  display: inline-block;
  vertical-align: middle;
  line-height: 44px;
  font-size: 14px;
  color: #2b91ef;
  max-width: 280px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
.form-host .sec-host-name {
  overflow: hidden;
  width: 100%; }

.project-detail {
  padding: 20px; }
  .project-detail .title {
    margin-bottom: 15px;
    font-size: 16px;
    color: #666; }
  .project-detail p {
    font-size: 14px;
    color: #999;
    line-height: 30px; }
    .project-detail p a {
      color: #0090ff;
      text-decoration: underline; }
    .project-detail p a:hover {
      color: #29cfff; }
  .project-detail #qrcodeTable {
    position: relative;
    width: 120px;
    height: 120px; }
    .project-detail #qrcodeTable img {
      position: absolute;
      left: 50%;
      top: 50%;
      margin: -10px 0 0 -10px;
      width: 20px;
      height: 20px;
      border-radius: 2px;
      z-index: 100; }
  .project-detail .table-project th {
    padding: 5px 0;
    text-align: center; }
  .project-detail .table-project .btn-blue {
    margin-left: 0; }
  .project-detail .table-project tr {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0; }
  .project-detail .table-project td {
    padding: 14px;
    text-align: center; }
    .project-detail .table-project td span {
      display: block;
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .project-detail .table-project .operate-list {
    text-align: center; }

.project-btn-box {
  margin: 20px auto; }

.project-btn-box .btn-blue {
  margin-right: 20px;
  padding: 0 25px;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  background: none;
  border: 1px solid #29cfff;
  color: #2b91ef; }
  .project-btn-box .btn-blue:hover {
    color: #fff;
    background: #29cfff; }

.project-btn-box .btn-del {
  position: absolute;
  display: inline-block;
  padding: 0 25px;
  font-size: 14px;
  height: 33px;
  line-height: 33px;
  border: 1px solid #ff0000;
  color: #ff0000;
  border-radius: 5px; }
  .project-btn-box .btn-del:hover {
    color: #fff;
    background: #ff0000 !important; }

#modifyKey .form-item .form-r {
  float: left;
  overflow: visible;
  width: 390px; }

#modifyProject .form-item .form-r, #createProject .form-item .form-r, #createSass .form-item .form-r {
  float: left;
  overflow: visible;
  width: 390px; }

#modifyProject .form-host .whole-hosr-wrap dd, #createProject .form-host .whole-hosr-wrap dd {
  overflow: visible;
  width: 255px;
  float: left; }

#modifyProject .form-host .whole-hosr-wrap dd .n-ok, #createProject .form-host .whole-hosr-wrap dd .n-ok {
  right: -280px !important; }

.ui-pop-tipsy {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  text-align: center;
  pointer-events: none;
  z-index: 9999; }

.ui-pop-tipsy .content {
  position: relative;
  top: 40%;
  min-width: 200px;
  display: inline-block;
  padding: 20px 30px;
  background: #000;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 6px;
  color: #fff;
  vertical-align: middle;
  line-height: 35px; }

.ui-pop-tipsy .label {
  color: #fff;
  line-height: 35px; }

.form-item .total-num {
  position: absolute;
  right: 0;
  bottom: -16px; }
  .form-item .total-num i {
    font-style: normal; }

.form-project-info {
  height: 205px; }

#page {
  float: right;
  margin-top: 23px;
  margin-right: 20px; }

.page_div a, .page_div span {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #9caec7;
  text-align: center; }

.page_div .noPage {
  display: none; }

.page_div .flip {
  width: 50px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #c6d1de;
  border-radius: 3px; }

.page_div a:hover, .page_div .curPage {
  color: #0090ff;
  text-decoration: underline; }

.backstage-name {
  max-width: 150px; }

.backstage-domain {
  max-width: 100px; }

.backstage-org_name {
  max-width: 250px; }

.backstage-id {
  max-width: 250px; }

.backstage-tenant_id {
  max-width: 250px; }

.logged {
  position: relative;
  padding: 0 15px;
  cursor: pointer;
  min-width: 120px; }
  .logged .x-portrait {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background: url(../../img/v1/default-head.png) no-repeat;
    cursor: pointer;
    margin-right: 10px; }
  .logged .username {
    font-size: 14px;
    color: #333;
    vertical-align: middle; }
  .logged .user-bar {
    display: none;
    position: absolute;
    left: 10px;
    top: 65px;
    width: 90%;
    font-size: 14px;
    color: #989898;
    text-align: center;
    line-height: 32px;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 100;
    cursor: pointer; }
    .logged .user-bar a {
      display: block;
      color: #333; }
    .logged .user-bar a:hover {
      background: #2b91ef;
      color: #fff; }
  .logged:hover .user-bar {
    display: block; }

.detail-back {
  position: absolute;
  left: 23px;
  top: 5px;
  color: #2b91ef;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  width: 100px; }

/*账号中心样式*/
/**
 * 能力列表模块样式
 * @authors wxm (you@example.org)
 * @date    2017-10-13 21:17:58
 * @version $Id$
 */
.sec-module-ability-wrap {
  overflow: hidden; }
  .sec-module-ability-wrap .blue-tip {
    margin-top: -9px;
    line-height: 1;
    text-align: center;
    font-size: 16px;
    color: #2b91ef; }

.framework-intro {
  padding-bottom: 36px; }

.framework-graphic-left {
  float: left;
  width: 428px; }
  .framework-graphic-left h4 {
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    color: #2b91ef; }

.framework-sec {
  padding-top: 20px; }

.graphic-sec-tit {
  position: relative;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #e2e2e2; }
  .graphic-sec-tit:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    content: "";
    border-bottom: 14px solid #c0c0c0;
    border-right: 14px solid transparent; }
  .graphic-sec-tit:before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 0;
    height: 0;
    border-top: 14px solid #f8f8f8;
    border-left: 14px solid transparent; }

.framework-list {
  padding-top: 6px; }
  .framework-list > div {
    float: left;
    width: 124px; }
  .framework-list .li-item-l {
    float: left; }
  .framework-list .li-item-m {
    margin: 0 26px; }
  .framework-list .deep-blue {
    position: relative;
    display: block;
    margin: 11px 0;
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #50aae9; }
    .framework-list .deep-blue:after {
      position: absolute;
      top: 0;
      right: 0;
      width: 0;
      height: 0;
      content: "";
      border-bottom: 14px solid #3996d7;
      border-right: 14px solid transparent; }
    .framework-list .deep-blue:before {
      position: absolute;
      top: 0;
      right: 0;
      content: "";
      width: 0;
      height: 0;
      border-top: 14px solid #f8f8f8;
      border-left: 14px solid transparent; }
  .framework-list .light-blue {
    position: relative;
    display: block;
    margin: 11px 0;
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #50d2e9; }
    .framework-list .light-blue:after {
      position: absolute;
      top: 0;
      right: 0;
      width: 0;
      height: 0;
      content: "";
      border-bottom: 14px solid #40acbf;
      border-right: 14px solid transparent; }
    .framework-list .light-blue:before {
      position: absolute;
      top: 0;
      right: 0;
      content: "";
      width: 0;
      height: 0;
      border-top: 14px solid #f8f8f8;
      border-left: 14px solid transparent; }

.framework-intro-right {
  float: right;
  width: 688px;
  font-size: 14px;
  color: #666;
  line-height: 2; }
  .framework-intro-right p {
    padding-top: 80px; }
  .framework-intro-right .parap-btm {
    padding-top: 98px; }

.group-sec-list {
  padding-bottom: 65px; }

.group-list-item {
  float: left;
  width: 586px;
  margin-top: 22px; }
  .group-list-item .group-tit {
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    background: #2b91ef; }
  .group-list-item .group-list-wrap {
    border: 1px solid #dcdcdc;
    background: #fff; }
  .group-list-item .group-list {
    min-height: 294px;
    padding: 15px 28px; }
  .group-list-item .group-item {
    float: left;
    width: 124px;
    margin: 15px 4px;
    text-align: center; }
    .group-list-item .group-item > a {
      display: block;
      width: 100%;
      cursor: default; }
  .group-list-item .shfdpxjggl-group-item {
    width: 132px;
    margin: 15px 0px; }
    .group-list-item .shfdpxjggl-group-item .group-name {
      white-space: nowrap; }
  .group-list-item .ico-wrap {
    display: inline-block;
    width: 91px;
    height: 91px;
    background: url('../../img/v1/spr2.png') 0 0 no-repeat; }
    .group-list-item .ico-wrap .ico {
      display: block;
      width: 100%;
      height: 100%;
      transition: transform linear 0.5s;
      -webkit-transition: transform linear 0.5s;
      background: url('../../img/v1/spr2.png') 0 -93px no-repeat; }
    .group-list-item .ico-wrap .ico-xxsq {
      background-position: 0 -93px; }
    .group-list-item .ico-wrap .ico-xxsqjhpt {
      background-position: 0 -186px; }
    .group-list-item .ico-wrap .ico-pd {
      background-position: 0 -279px; }
    .group-list-item .ico-wrap .ico-xxkj {
      background-position: 0 -372px; }
    .group-list-item .ico-wrap .ico-msmx {
      background-position: 0 -465px; }
    .group-list-item .ico-wrap .ico-wdxx {
      background-position: 0 -558px; }
    .group-list-item .ico-wrap .ico-xxnrtj {
      background-position: 0 -651px; }
    .group-list-item .ico-wrap .ico-spbfq {
      background-position: 0 -744px; }
    .group-list-item .ico-wrap .ico-wdbfq {
      background-position: 0 -837px; }
    .group-list-item .ico-wrap .ico-vrbfq {
      background-position: 0 -930px; }
    .group-list-item .ico-wrap .ico-zdzj {
      background-position: 0 -1023px; }
    .group-list-item .ico-wrap .ico-dlzj {
      background-position: 0 -1116px; }
    .group-list-item .ico-wrap .ico-tykgl {
      background-position: 0 -1209px; }
    .group-list-item .ico-wrap .ico-sck {
      background-position: 0 -1302px; }
    .group-list-item .ico-wrap .ico-jck {
      background-position: 0 -1395px; }
    .group-list-item .ico-wrap .ico-zsk {
      background-position: -93px 0; }
    .group-list-item .ico-wrap .ico-yyk {
      background-position: -93px -93px; }
    .group-list-item .ico-wrap .ico-tk {
      background-position: -93px -186px; }
    .group-list-item .ico-wrap .ico-sjk {
      background-position: -93px -279px; }
    .group-list-item .ico-wrap .ico-kck {
      background-position: -93px -372px; }
    .group-list-item .ico-wrap .ico-nlk {
      background-position: -93px -465px; }
    .group-list-item .ico-wrap .ico-jsk {
      background-position: -93px -558px; }
    .group-list-item .ico-wrap .ico-zyyykcff {
      background-position: -93px -651px; }
    .group-list-item .ico-wrap .ico-jxjcsjgl {
      background-position: -93px -744px; }
    .group-list-item .ico-wrap .ico-xqgl {
      background-position: -93px -837px; }
    .group-list-item .ico-wrap .ico-xjgl {
      background-position: -93px -930px; }
    .group-list-item .ico-wrap .ico-xfyh {
      background-position: -93px -1023px; }
    .group-list-item .ico-wrap .ico-bmgl {
      background-position: -93px -1116px; }
    .group-list-item .ico-wrap .ico-zsgl {
      background-position: -93px -1209px; }
    .group-list-item .ico-wrap .ico-rzgl {
      background-position: -93px -1302px; }
    .group-list-item .ico-wrap .ico-bjgl {
      background-position: -93px -1395px; }
    .group-list-item .ico-wrap .ico-bkgl {
      background-position: -186px 0; }
    .group-list-item .ico-wrap .ico-skgl {
      background-position: -186px -93px; }
    .group-list-item .ico-wrap .ico-jsgl {
      background-position: -186px -186px; }
    .group-list-item .ico-wrap .ico-jyglmh {
      background-position: -186px -279px; }
    .group-list-item .ico-wrap .ico-jyzlzhpj {
      background-position: -186px -372px; }
    .group-list-item .ico-wrap .ico-jysjzx {
      background-position: -186px -465px; }
    .group-list-item .ico-wrap .ico-jyyyfhzx {
      background-position: -186px -558px; }
    .group-list-item .ico-wrap .ico-shfdpxjggl {
      background-position: -186px -651px; }
    .group-list-item .ico-wrap .ico-xsjkgl {
      background-position: -186px -744px; }
    .group-list-item .ico-wrap .ico-sjcj {
      background-position: -186px -837px; }
    .group-list-item .ico-wrap .ico-sjcjpz {
      background-position: -186px -930px; }
    .group-list-item .ico-wrap .ico-sjtj {
      background-position: -186px -1023px; }
    .group-list-item .ico-wrap .ico-jxk {
      background-position: -186px -1116px; }
    .group-list-item .ico-wrap .ico-lxk {
      background-position: -186px -1209px; }
    .group-list-item .ico-wrap .ico-zbk {
      background-position: -186px -1302px; }
    .group-list-item .ico-wrap .ico-hdk {
      background-position: -186px -1395px; }
    .group-list-item .ico-wrap .ico-xxkc {
      background-position: -279px 0px; }
    .group-list-item .ico-wrap .ico-xxks {
      background-position: -279px -93px; }
    .group-list-item .ico-wrap .ico-ks {
      background-position: -279px -186px; }
    .group-list-item .ico-wrap .ico-js {
      background-position: -279px -279px; }
    .group-list-item .ico-wrap .ico-nlcp {
      background-position: -279px -372px; }
    .group-list-item .ico-wrap .ico-pk {
      background-position: -279px -465px; }
    .group-list-item .ico-wrap .ico-cg {
      background-position: -279px -558px; }
    .group-list-item .ico-wrap .ico-ctb {
      background-position: -279px -651px; }
    .group-list-item .ico-wrap .ico-bj {
      background-position: -279px -744px; }
    .group-list-item .ico-wrap .ico-wd {
      background-position: -279px -837px; }
    .group-list-item .ico-wrap .ico-pj {
      background-position: -279px -930px; }
    .group-list-item .ico-wrap .ico-fk {
      background-position: -279px -1023px; }
    .group-list-item .ico-wrap .ico-pxrz {
      background-position: -279px -1116px; }
    .group-list-item .ico-wrap .ico-pyjh {
      background-position: -279px -1209px; }
    .group-list-item .ico-wrap .ico-xxjh {
      background-position: -279px -1302px; }
    .group-list-item .ico-wrap .ico-xxrw {
      background-position: -279px -1395px; }
    .group-list-item .ico-wrap .ico-zy {
      background-position: -372px 0px; }
    .group-list-item .ico-wrap .ico-xxjf {
      background-position: -465px 0px; }
  .group-list-item .group-name {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #666; }
  .group-list-item.even-one {
    float: left;
    margin-left: 28px; }

.jygl-group-list-item .group-sub-tit {
  padding-top: 5px;
  text-align: center;
  font-size: 14px;
  color: #999; }
.jygl-group-list-item .group-list {
  padding-top: 0; }

.jxhd-group-list-item {
  width: 100%; }
  .jxhd-group-list-item .group-list-wrap {
    float: left;
    width: 586px;
    margin: 15px 0 11px 0; }
    .jxhd-group-list-item .group-list-wrap.even-one {
      margin-left: 20px; }
  .jxhd-group-list-item .group-list {
    padding: 4px 28px 15px 28px; }
  .jxhd-group-list-item .group-small-tit {
    margin-top: 12px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    color: #666; }

.btn-back-intro {
  position: relative;
  display: block;
  padding-left: 26px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #2b91ef;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  .btn-back-intro:before {
    position: absolute;
    top: 50%;
    left: 60px;
    content: "";
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: url('../../img/v1/spr2.png') -376px -94px no-repeat;
    transition: transform linear 0.3s;
    -webkit-transition: transform linear 0.3s; }
  .btn-back-intro:hover {
    background: #00a8ff; }
    .btn-back-intro:hover:before {
      transform: rotateY(360deg);
      -webkit-transform: rotateY(360deg); }

/*能力列表样式*/
