/* - -- ---< app-header.css >--- -- - */
.app-top-nav {
  background-color: #f0f2f5;
  border-bottom: 1px solid #ccc;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  min-width: 1200px;
}
.app-top-nav a {
  color: #666;
  text-decoration: none;
  padding: 0 10px;
}
.app-top-nav span {
  color: #999;
}
.app-top-nav .nav-links {
  float: left;
}
.app-top-nav .nav-links a {
  cursor: pointer;
}
.app-top-nav .user-status {
  float: right;
}
.app-top-nav .user-status a {
  cursor: pointer;
}
.app-top-nav .user-status a:hover {
  color: #6ac1ea;
}
.user-message-wrap .userImgWrap {
  display: block;
  width: 28px;
  height: 28px;
  padding: 0;
  margin-top: 7px;
}
.user-message-wrap .userImgWrap .userImg {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 14px;
}
.user-message-wrap .user-content-wrap {
  margin-left: -100px;
  padding-top: 12px;
  position: absolute;
  z-index: 1;
  display: none;
}
.user-message-wrap .user-content-wrap .user-content {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px #ccc;
  padding: 6px 0;
}
.user-message-wrap .user-content-wrap .user-content a {
  display: block;
  width: 122px;
  padding: 0 17px;
  font-size: 12px;
  color: #666;
  line-height: 35px;
  height: 35px;
}
.user-message-wrap .user-content-wrap .user-content a img {
  padding-right: 14px;
  vertical-align: sub;
}
.user-message-wrap .user-content-wrap .user-content a .text-img {
  vertical-align: top;
  margin-top: 11px;
}
.user-message-wrap .user-content-wrap .user-content a .text-over {
  display: inline-block;
  width: 92px;
  height: 35px;
  line-height: 35px;
  color: #666 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.user-message-wrap .user-content-wrap .user-content a:hover {
  background-color: #eee;
}
.user-message-wrap .user-content-wrap .user-content .userProject {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.user-message-wrap .user-content-wrap .user-content:before {
  content: " ";
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 10px 10px 10px 10px;
  border-bottom-color: #ccc;
  top: 0;
  position: absolute;
  z-index: 2;
  margin-top: -7px;
  margin-left: 102px;
}
.user-message-wrap .user-content-wrap .user-content:after {
  content: " ";
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 10px 10px 10px 10px;
  border-bottom-color: #fff;
  top: 0;
  position: absolute;
  z-index: 2;
  margin-top: -5.5px;
  margin-left: 102px;
}
.user-message-wrap:hover > .user-content-wrap {
  display: block;
}
/* - -- ---< base.css >--- -- - */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "microsoft YaHei";
}
a,
img {
  border: 0;
}
.dialog-main {
  z-index: 10 !important;
}
.dialog-mask {
  z-index: 5 !important;
}
.tips-showmvs {
  width: 464px;
  height: 195px;
  position: fixed;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2000;
  background-color: #fff;
  left: 0;
  top: 0;
  box-shadow: 0 0 10px #B2B0B0;
  border-radius: 5px;
}
.tips-showmvs .title-showmvs .tip-plesa {
  margin: 40px 0 0 147px;
}
.tips-showmvs .contonts-showmvs {
  color: #949494;
  font-size: 15px;
  margin-top: 20px;
  text-align: center;
}
.tips-showmvs .botons-showmvs {
  margin: 30px 0 0 185px;
}
.tips-showmvs .botons-showmvs .btos-clicks {
  padding: 5px 33px;
  border: 1px solid #009DDC;
  color: #009DDC;
  border-radius: 3px;
  cursor: pointer;
}
/* - -- ---< button.css >--- -- - */
/*按钮通用css开始*/
.btn {
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #000;
  cursor: pointer;
}
.btn.btn-short {
  padding: 0 15px;
}
.btn.btn-long {
  padding: 0 30px;
}
/*按钮通用css结束*/
/*按钮样式*/
.btn.btn-border {
  /*边框按钮*/
  border: 1px solid #0e8fe9;
  color: #0e8fe9;
}
.btn.btn-primary {
  /*原始按钮*/
  border: 1px solid #0e8fe9;
  background-color: #0e8fe9;
  color: #fff;
}
.btn.btn-prompt {
  /*提示按钮*/
  border: 1px solid #FFC000;
  background-color: #FFC000;
  color: #fff;
}
.btn.btn-disable {
  /*禁用按钮*/
  border: 1px solid #e5e5e5;
  background-color: #e5e5e5;
  color: #b0b0b0;
  cursor: auto;
}
.btn.btn-fixed {
  width: 100px;
  height: 35px;
}
/*长型*/
.btn.btn-rect {
  -moz-border-radius: 3px;
  /* Firefox */
  -webkit-border-radius: 3px;
  /* Safari 和 Chrome */
  border-radius: 3px;
  /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
/*圆角*/
.btn.btn-radius {
  -moz-border-radius: 30px;
  /* Firefox */
  -webkit-border-radius: 30px;
  /* Safari 和 Chrome */
  border-radius: 30px;
  /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
/*竖直*/
.btn.btn-tb-lr {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #000;
  -webkit-writing-mode: vertical-lr;
  writing-mode: tb-rl;
  writing-mode: vertical-lr;
}
/*按钮样式结束*/
/*图标css开始*/
.icon {
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.icon.icon-lg {
  /*大图标*/
  width: 35px;
  height: 35px;
}
.icon.icon-sm {
  /*中图标*/
  width: 24px;
  height: 24px;
}
.icon.icon-xs {
  /*小图标*/
  width: 15px;
  height: 15px;
}
.icon.icon-account {
  /*账号*/
  background-image: url(images/icons/glyphicon-account.png);
}
.icon.icon-gift-white {
  /*福利*/
  background-image: url(images/icons/glyphicon-welfare.png);
}
.icon.icon-number-white {
  /*积分*/
  background-image: url(images/icons/glyphicon-integral.png);
}
.icon.icon-cart {
  /*订购和支付*/
  background-image: url(images/icons/glyphicon-shopcart.png);
}
.icon-file {
  /*预览*/
  background-image: url(images/icons/glyphicon-preview.png);
}
.icon.icon-set {
  /*设置*/
  background-image: url(images/icons/glyphicon-set.png);
}
.icon.icon-gift {
  /*会员福利*/
  background-image: url(images/icons/glyphicon-package.png);
}
.icon.icon-file-white {
  /*支付记录*/
  background-image: url(images/icons/glyphicon-record.png);
}
.icon.icon-arrow-up {
  /*向上箭头*/
  background-image: url(images/icons/glyphicon-up-arrow.png);
}
.icon.icon-arrow-down {
  /*向下箭头*/
  background-image: url(images/icons/glyphicon-down-arrow.png);
}
.icon.icon-meuter {
  /*单人头像*/
  background-image: url(images/icons/glyphicon-single-avatar.png);
}
.icon.icon-meuter-double {
  /*双人头像*/
  background-image: url(images/icons/glyphicon-double-avatar.png);
}
.icon.icon-check-edge-white {
  /*安全*/
  background-image: url(images/icons/glyphicon-safety.png);
}
.icon.icon-question {
  /*未知*/
  background-image: url(images/icons/glyphicon-unknown.png);
}
.icon.icon-check-cricle-white {
  /*success-one*/
  background-image: url(images/icons/success-one.png);
}
.icon.icon-check-cricle {
  /*success-two*/
  background-image: url(images/icons/succ.png);
}
.icon.icon-mark.lg {
  /*注释图标*/
  width: 14px;
  height: 24px;
  background-image: url(images/icons/popup-title.png);
}
.icon.icon-mark.sm {
  /*注释图标*/
  width: 12px;
  height: 20px;
  background-image: url(images/icons/popup-title.png);
}
.icon.icon-mark.xs {
  /*注释图标*/
  width: 8px;
  height: 16px;
  background-image: url(images/icons/popup-title.png);
}
/*图标css结束*/
/*进度条开始*/
.progress {
  position: relative;
  height: 20px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #0E8FE9;
}
.progress-bar {
  height: 100%;
  font-size: 20px;
  line-height: 20px;
  background-color: #0e8fe9;
}
.sr-only {
  color: #0e8fe9;
}
/*进度条结束*/
/*突出标题开始*/
.prominent-titles {
  height: 30px;
  border-bottom: 1px solid #ccc;
}
.prominent-title {
  display: inline-block;
  height: 100%;
  font-size: 20px;
  font-weight: bold;
  margin-left: 25px;
  line-height: 25px;
  border-bottom: 3px solid #DD4240;
}
/*突出标题结束*/
/*分页开始*/
.page-nav {
  font-size: 0;
  margin: 0 auto;
  text-align: center;
}
.page-nav .page-nav-item {
  display: inline-block;
  font-size: 12px;
  margin: 0 2px;
  color: #888;
  padding: 0 10px;
  line-height: 24px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #eee;
  background-color: #eee;
  text-decoration: none;
}
.page-nav .page-nav-item:hover {
  color: #fff;
  border: 1px solid #337AB7;
  background-color: #337AB7;
}
.page-nav .page-nav-item.current {
  color: #fff;
  font-weight: 700;
  border: 1px solid #009EDB;
  background-color: #009EDB;
}
/*输入框*/
.input-inset-wrap {
  width: 180px;
  height: 30px;
}
.input-inset {
  width: 83%;
  height: 96%;
  padding-left: 6px;
  border: 1px solid #ccc;
  outline: 0;
  -moz-border-radius: 2px;
  /* Firefox */
  -webkit-border-radius: 2px;
  /* Safari 和 Chrome */
  border-radius: 2px;
  /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.input-inset:focus {
  border-color: #0e8fe9;
}
/*提示框*/
.input-info {
  position: relative;
  display: inline-block;
  margin-top: 2px;
  font-size: 12px;
  line-height: 25px;
  border: 1px solid #ccc;
}
.input-info:before {
  content: "";
  float: left;
  position: absolute;
  margin-top: -7px;
  top: 50%;
  margin-left: -15px;
  border: 7px solid transparent;
  overflow: hidden;
  border-right-color: #ccc;
}
.input-info:after {
  content: "";
  float: left;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: -13.5px;
  border: 7px solid transparent;
  overflow: hidden;
  border-right-color: #fff;
}
.input-info i {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  margin-left: 3px;
  width: 14px;
  height: 14px;
  vertical-align: bottom;
}
.input-info .input-info-icon {
  background: url(images/icons/helpb.png) no-repeat;
  background-size: 100%;
}
.input-info .input-info-close {
  float: right;
  margin-top: -6px;
  right: 8px;
  background: url(images/icons/close.png) no-repeat;
  background-size: 14px;
  cursor: pointer;
}
.input-info-txt {
  line-height: 22px;
  padding-left: 22px;
  margin-right: 28px;
  color: #888;
}
/*校验码*/
.popup-login-jym {
  margin-left: 52px;
  width: 57px;
  height: 25px;
  padding-left: 26px;
  background-size: 14px;
  background: url(/static/images/icons/jym.png) 5px center no-repeat;
}
.popup-login-get-psd {
  width: 83px;
  line-height: 25px;
  height: 25px;
  margin-left: 1px;
  vertical-align: top;
  background-size: 14px;
}
.bg-white {
  border: 1px solid #E5E5E5;
  background-color: #fff;
  color: #bbb;
}
/*忘记密码*/
.popup-a-forgot {
  margin-left: 10px;
  font-size: 10px;
  text-decoration: none;
  color: #0e8fe9;
}
/*复选框*/
.input-checkbox {
  float: left;
  position: absolute;
  width: 16px;
  height: 18px;
  z-index: 1;
  opacity: 0;
}
.checkbox-label {
  padding-left: 20px;
  background-image: url(images/icons/wxz.png);
  background-repeat: no-repeat;
}
.input-checkbox:checked + .checkbox-label {
  background-image: url(images/icons/xz.png);
}
/*进度条*/
.con_width {
  /*width: 100%;*/
  margin: 0 auto;
}
.fill_mess {
  float: left;
  width: 33.333333333333333%;
  position: relative;
}
.fill_mess .mess_head {
  height: 30px;
  /*color:#fff;*/
  line-height: 30px;
  text-indent: 2em;
  margin-right: 15px;
}
.sanjiao {
  border-style: solid;
  border-width: 15px 0 15px 15px;
  height: 0;
  width: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.ao_sanjiao,
.white_sanjiao_ed {
  float: left;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  height: 0;
  width: 0;
  position: absolute;
  margin-left: -10px;
}
.mess_blue {
  background: #0e8fe9;
  color: #fff;
}
.san_blue {
  border-color: transparent transparent transparent #0e8fe9;
}
.mess_white {
  background: #efefef;
  color: #000;
}
.san_white {
  border-color: transparent transparent transparent #efefef;
}
.fill_margin {
  margin-left: 5px;
}
.ao_sanjiao_blue {
  border-color: #0e8fe9 #0e8fe9 #0e8fe9 transparent;
}
.ao_sanjiao_white {
  border-color: #efefef #efefef #efefef transparent;
}
/*项目清单css*/
.prolist {
  margin: 10px 10px;
}
.prolist .project {
  display: inline-block;
  width: 163px;
}
.prolist .project .analytics {
  position: relative;
  display: block;
  text-decoration: none;
  text-align: center;
  outline: 0;
  border-radius: 5px;
  padding: 8px 10px 7px;
  color: #DA4F49;
  font-weight: 700;
}
.prolist .project .analytics .itemIcon {
  position: relative;
  margin: 20px auto 20px;
  display: block;
  height: 6.3em;
  width: 8.5em;
  background: rgba(255, 255, 255, 0.5);
  border-color: #444;
  border-image: none;
  border-radius: .15em;
  border-style: solid;
  border-width: 0 0 .2em .2em;
}
.prolist .project .analytics .itemIcon div {
  width: 20%;
  height: 50%;
  background-color: #D47E7F;
  bottom: 0;
  position: absolute;
  left: 40%;
}
.prolist .project .analytics .itemIcon div:first-child {
  height: 30%;
  background-color: #7373C9;
  left: 10%;
}
.prolist .project .analytics .itemIcon div:last-child {
  height: 80%;
  background-color: #66BB66;
  left: 70%;
}
.prolist .project .analytics .analytic-demo {
  left: 26px;
  top: 7px;
  position: absolute;
  display: inline-block;
  padding: .2em .6em .3em;
  line-height: 1;
  color: #fff;
  background-color: #468847;
  border-radius: .25em;
  font-family: cursive;
  font-size: 12px;
}
.prolist .project .analytics div {
  font-size: 13px;
  margin-top: -12px;
}
.prolist .project .analytics .pro-text {
  display: inline-block;
  position: relative;
  font-size: 13px;
  margin-top: 5px;
  color: #bbb;
}
.prolist .project .analytics-new {
  padding-top: 29px;
}
.prolist .project .analytics-hover:hover {
  background: gold;
  color: #000;
}
.prolist .project .analytics-hover:hover > .itemIcon > div:first-child {
  animation: columnpop1 .5s;
}
.prolist .project .analytics-hover:hover > .itemIcon > div {
  animation: columnpop2 .5s;
}
.prolist .project .analytics-hover:hover > .itemIcon > div:last-child {
  animation: columnpop3 .5s;
}
@keyframes columnpop1 {
  from {
    height: 0;
  }
  to {
    height: 30%;
  }
}
@keyframes columnpop2 {
  from {
    height: 0;
  }
  to {
    height: 50%;
  }
}
@keyframes columnpop3 {
  from {
    height: 0;
  }
  to {
    height: 80%;
  }
}
.prolist .project img {
  height: 85px;
  width: 110px;
}
/* - -- ---< fullpage.css >--- -- - */
/*!
 * fullPage 2.7.8
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none;
}
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box;
}
.fp-slide {
  float: left;
}
.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.fp-slidesContainer {
  float: left;
  position: relative;
}
.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
  overflow: scroll;
}
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}
#fp-nav.right {
  right: 17px;
}
#fp-nav.left {
  left: 17px;
}
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
}
.fp-slidesNav.bottom {
  bottom: 17px;
}
.fp-slidesNav.top {
  top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}
.fp-slidesNav ul li {
  display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 10px;
  width: 10px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid #bb171e;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}
/* - -- ---< hconfirm.css >--- -- - */
/*弹框样式*/
.h-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  /*阴影区*/
  /*弹窗区*/
  /*弹窗标题*/
  /*弹窗内容*/
  /*弹窗尾部*/
  /*弹窗显示动画*/
  /*弹窗左右抖动动画*/
}
.h-modal .h-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
.h-modal .h-container {
  width: 400px;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  z-index: 1000;
  top: 50%;
  left: 50%;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(-50%, -50%) scale(0, 0);
  -ms-transform: translate(-50%, -50%) scale(0, 0);
  transform: translate(-50%, -50%) scale(0, 0);
  transition: transform 0.3s cubic-bezier(0.36, 1.1, 0.2, 1.2);
  -moz-transition: transform 0.3s cubic-bezier(0.36, 1.1, 0.2, 1.2);
  /* Firefox 4 */
  -webkit-transition: transform 0.3s cubic-bezier(0.36, 1.1, 0.2, 1.2);
  /* Safari and Chrome */
}
.h-modal .h-show {
  transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  /* Firefox 4 */
  -webkit-transition: transform 0.3s;
}
.h-modal .h-title {
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  border-bottom: 1px solid #eee;
}
.h-modal .h-title:after {
  clear: both;
  content: '';
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}
.h-modal .h-title .title-text {
  float: left;
  width: 90%;
}
.h-modal .h-title .title-text h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-size: 20px;
  line-height: 60px;
  font-weight: normal;
  margin: 0;
}
.h-modal .h-title .close-icon {
  float: right;
  width: 10%;
  text-align: right;
  height: 60px;
}
.h-modal .h-title .close-icon span {
  color: #666;
  margin-top: 21px;
  cursor: pointer;
  display: block;
  height: 18px;
  width: 18px;
  background: url(/static/images/close.png) center center no-repeat;
  float: right;
  background-size: cover;
}
.h-modal .h-content {
  padding: 20px 30px;
  color: #666;
  line-height: 24px;
}
.h-modal .h-footer {
  height: 76px;
  padding: 20px 30px;
  text-align: right;
  display: none;
  border-top: 1px solid #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.h-modal .h-footer button {
  padding: 0 20px;
  height: 36px;
  border: 1px solid #fff;
  border-radius: 2px;
  font-family: "microsoft YaHei";
  cursor: pointer;
  display: none;
  font-size: 14px;
}
.h-modal .h-footer .cancel-btn {
  background: #f7f7f7;
  border-color: #dcdcdc;
  color: #333;
  margin-right: 10px;
}
.h-modal .h-footer .ok-btn {
  background: #009ddc;
  border-color: #009ddc;
  color: #fff;
}
.h-modal .h-footer .ok-btn:hover {
  background-color: #00aff6;
}
.h-modal .showani {
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
  -ms-transform: translate(-50%, -50%) scale(1, 1);
  transform: translate(-50%, -50%) scale(1, 1);
  /*opacity: 1;*/
}
.h-modal .shake {
  animation: shake 0.3s;
  -moz-animation: shake 0.3s;
  /* Firefox */
  -webkit-animation: shake 0.3s;
  /* Safari and Chrome */
  -o-animation: shake 0.3s;
  /* Opera */
}
@keyframes shake {
  28.6% {
    margin-left: -10px;
  }
  42.9% {
    margin-left: 0px;
  }
  57.2% {
    margin-left: 10px;
  }
  71.5% {
    margin-left: 0px;
  }
  85.8% {
    margin-left: -10px;
  }
  100% {
    margin-left: 0px;
  }
}
/*tip弹框*/
.tip-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  /*阴影区*/
  /*弹窗区*/
  /*弹窗标题*/
  /*弹窗内容*/
  /*弹窗尾部*/
  /*弹窗显示动画*/
  /*弹窗左右抖动动画*/
}
.tip-modal .tip-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
.tip-modal .tip-container {
  width: 400px;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  z-index: 1000;
  top: 50%;
  left: 50%;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.3);
  padding-top: 30px;
  -webkit-transform: translate(-50%, -50%) scale(0, 0);
  -ms-transform: translate(-50%, -50%) scale(0, 0);
  transform: translate(-50%, -50%) scale(0, 0);
  transition: transform 0.3s cubic-bezier(0.36, 1.1, 0.2, 1.2);
  -moz-transition: transform 0.3s cubic-bezier(0.36, 1.1, 0.2, 1.2);
  /* Firefox 4 */
  -webkit-transition: transform 0.3s cubic-bezier(0.36, 1.1, 0.2, 1.2);
  /* Safari and Chrome */
}
.tip-modal .tip-show {
  transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  /* Firefox 4 */
  -webkit-transition: transform 0.3s;
}
.tip-modal .tip-title {
  height: 20px;
  padding: 0 30px;
}
.tip-modal .tip-title:after {
  clear: both;
  content: '';
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}
.tip-modal .tip-title .title-text {
  float: left;
  width: 90%;
}
.tip-modal .tip-title .title-text h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
.tip-modal .tip-title .close-icon {
  float: right;
  width: 10%;
  text-align: right;
}
.tip-modal .tip-title .close-icon span {
  color: #666;
  cursor: pointer;
  display: block;
  height: 18px;
  width: 18px;
  background: url(/static/images/close.png) center center no-repeat;
  float: right;
  background-size: cover;
}
.tip-modal .tip-content {
  padding: 20px 30px 24px 30px;
  color: #666;
  line-height: 24px;
}
.tip-modal .tip-footer {
  height: 66px;
  padding: 0 30px;
  text-align: right;
  display: none;
}
.tip-modal .tip-footer button {
  padding: 0 20px;
  height: 36px;
  border: 1px solid #fff;
  border-radius: 2px;
  font-family: "microsoft YaHei";
  cursor: pointer;
  display: none;
  font-size: 14px;
}
.tip-modal .tip-footer .cancel-btn {
  background: #f7f7f7;
  border-color: #dcdcdc;
  color: #333;
  margin-right: 10px;
}
.tip-modal .tip-footer .ok-btn {
  background: #009ddc;
  border-color: #009ddc;
  color: #fff;
}
.tip-modal .tip-footer .ok-btn:hover {
  background-color: #00aff6;
}
.tip-modal .showani {
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
  -ms-transform: translate(-50%, -50%) scale(1, 1);
  transform: translate(-50%, -50%) scale(1, 1);
  /*opacity: 1;*/
}
.tip-modal .shake {
  animation: shake 0.3s;
  -moz-animation: shake 0.3s;
  /* Firefox */
  -webkit-animation: shake 0.3s;
  /* Safari and Chrome */
  -o-animation: shake 0.3s;
  /* Opera */
}
@keyframes shake {
  28.6% {
    margin-left: -10px;
  }
  42.9% {
    margin-left: 0px;
  }
  57.2% {
    margin-left: 10px;
  }
  71.5% {
    margin-left: 0px;
  }
  85.8% {
    margin-left: -10px;
  }
  100% {
    margin-left: 0px;
  }
}
.overflow {
  overflow-y: hidden;
}
.tip-overflow {
  overflow-y: hidden;
}
/* - -- ---< header_footer_2.css >--- -- - */
.header-footer2 {
  /*.youhua_nav ul li .the_word .up_word {*/
  /*padding: 0 25px;*/
  /*}*/
  /*.youhua_nav ul li .nav-sub:before {*/
  /*content: "";*/
  /*float: left;*/
  /*position: absolute;*/
  /*margin-top: -19px;*/
  /*margin-left: 65px;*/
  /*border: 10px solid transparent;*/
  /*overflow: hidden;*/
  /*border-bottom-color: #DEE1E6;*/
  /*}*/
  /*footer.css*/
}
.header-footer2 .youhua-header {
  font-family: "microsoft YaHei";
  background-color: #ffffff;
  background: #fff\9;
  filter: alpha(opacity=90);
  height: 60px;
  font-weight: normal;
  top: 0;
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.header-footer2 .youhua-header ul {
  list-style: none;
}
.header-footer2 .youhua-header a:link {
  text-decoration: none;
}
.header-footer2 .youhua-header a:visited {
  text-decoration: none;
}
.header-footer2 .youhua-header a:hover {
  text-decoration: none;
}
.header-footer2 .youhua-header a:active {
  text-decoration: none;
}
.header-footer2 .font-logo {
  float: left;
  height: 40px;
  margin-top: 4px;
}
.header-footer2 .font-logo .icon-logo {
  font-size: 40px;
}
.header-footer2 .youhua_logo {
  display: inline-block;
  float: left;
  width: 70px;
  height: 35px;
  margin-top: 13px;
  background-image: url(images/shouye/logo2.png);
}
.header-footer2 .youhua_exit {
  float: right;
  margin-top: 8px;
  line-height: 43px;
}
.header-footer2 .youhua_exit a {
  font-size: 14px;
  color: #fff;
  padding: 6px 20px;
  background-color: #009ddc;
  border: 1px solid #009ddc;
  border-radius: 3px;
}
.header-footer2 .youhua_exit a:hover {
  background-color: #0e8fe9;
}
.header-footer2 .apply-try-version {
  border: 1px solid #009ddc;
  border-radius: 3px;
  color: #009ddc;
  cursor: pointer;
  float: right;
  font-size: 14px;
  font-weight: 600;
  height: 28px;
  line-height: 28px;
  margin-left: 20px;
  margin-top: 16px;
  padding: 0 10px;
  text-align: center;
}
.header-footer2 .youhua_nav {
  float: right;
  height: 100%;
  line-height: 60px;
}
.header-footer2 .youhua_nav ul li {
  float: left;
  width: 110px;
  font-size: 16px;
  text-align: center;
  border: 0;
}
.header-footer2 .youhua_nav ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.header-footer2 .youhua_nav ul li .the_word:hover {
  color: #fff;
  background-color: #009ddc;
  cursor: pointer;
}
.header-footer2 .youhua_nav ul li .the_word:hover .up_word {
  color: #fff;
}
.header-footer2 .youhua_nav ul li .the_word a {
  color: black;
}
.header-footer2 .youhua_nav ul li .the_word a:hover {
  color: #428bca;
}
.header-footer2 .youhua_nav ul li .the_word:hover > .nav-sub {
  display: block;
}
.header-footer2 .youhua_nav ul li .nav-sub {
  width: 150px;
  display: none;
  position: relative;
  z-index: 999;
  text-align: center;
  line-height: 25px;
  margin-left: -40px;
  background-color: #fff;
  box-shadow: 0 0 3px #aaa;
}
.header-footer2 .youhua_nav ul li .nav-sub a {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  padding: 10px 0;
  color: #333;
}
.header-footer2 .youhua_nav ul li .nav-sub a:hover {
  background: #ebebeb;
  color: #333;
}
.header-footer2 .youhua-footer {
  font-family: "microsoft YaHei";
  padding: 10px 0;
  background-color: #ffffff;
  position: relative;
  min-width: 900px;
}
.header-footer2 .youhua-footer a {
  text-decoration: none;
}
.header-footer2 .youhua-footer a:link {
  text-decoration: none;
}
.header-footer2 .youhua-footer a:visited {
  text-decoration: none;
}
.header-footer2 .youhua-footer a:hover {
  text-decoration: none;
}
.header-footer2 .youhua-footer a:active {
  text-decoration: none;
}
.header-footer2 .youhua-footer ul {
  list-style: none;
}
.header-footer2 .youhua-footer .footer_inset {
  margin: 0 auto;
  text-align: center;
}
.header-footer2 .youhua-footer .footer_inset .copyright {
  color: #333;
  font-size: 12px;
  margin: 20px auto;
}
.header-footer2 .youhua-header .h_center {
  float: right;
  margin-top: 14px;
  margin-left: 20px;
  font-size: 14px;
}
.header-footer2 .youhua-header .h_center a {
  border-radius: 2px;
}
.header-footer2 .youhua-header .h_center a img {
  vertical-align: sub;
}
.header-footer2 .youhua-header .h_center a.in_login {
  display: block;
  width: 104px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  border: 1px solid #009ddc;
  background: #009ddc;
}
.header-footer2 .clear-float {
  clear: left;
}
.blankDiv {
  width: 100%;
  height: 60px;
}
.nav_current {
  background-color: #009DDC;
}
.nav_current .up_word {
  color: #fff;
}
.user-message-wrap-shouye {
  height: 43px;
  margin-top: -5px;
  display: none;
}
.user-message-wrap-shouye .userImgWrapShouye {
  display: block;
  width: 43px;
  height: 43px;
  padding: 0;
}
.user-message-wrap-shouye .userImgWrapShouye .userImg {
  display: block;
  width: 43px;
  height: 43px;
  border-radius: 22.5px;
}
.user-message-wrap-shouye .user-content-wrap {
  /*margin-top: 5px;*/
  margin-left: -93px;
  padding-top: 10px;
  position: absolute;
  z-index: 11;
  display: none;
}
.user-message-wrap-shouye .user-content-wrap .user-content {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px #ccc;
  padding: 6px 0;
}
.user-message-wrap-shouye .user-content-wrap .user-content a {
  text-align: left;
  display: block;
  width: 122px;
  padding: 0 17px;
  font-size: 12px;
  color: #666;
  line-height: 35px;
  height: 35px;
}
.user-message-wrap-shouye .user-content-wrap .user-content a img {
  padding-right: 14px;
  vertical-align: sub;
}
.user-message-wrap-shouye .user-content-wrap .user-content a .text-img {
  vertical-align: top;
  margin-top: 11px;
}
.user-message-wrap-shouye .user-content-wrap .user-content a .text-over {
  display: inline-block;
  width: 92px;
  height: 35px;
  line-height: 35px;
  color: #666 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.user-message-wrap-shouye .user-content-wrap .user-content a:hover {
  background-color: #eee;
}
.user-message-wrap-shouye .user-content-wrap .user-content .userProject {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.user-message-wrap-shouye .user-content-wrap .user-content:before {
  content: " ";
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 10px 10px 10px 10px;
  border-bottom-color: #ccc;
  top: 0;
  position: absolute;
  z-index: 2;
  margin-top: -9px;
  margin-left: 102px;
}
.user-message-wrap-shouye .user-content-wrap .user-content:after {
  content: " ";
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 10px 10px 10px 10px;
  border-bottom-color: #fff;
  top: 0;
  position: absolute;
  z-index: 2;
  margin-top: -7.5px;
  margin-left: 102px;
}
.user-message-wrap-shouye:hover > .user-content-wrap {
  display: block;
}
/*--------申请试用版css开始------------*/
.applyed-try-version-content {
  color: #666;
  font-size: 14px;
  line-height: 20px;
}
.apply-try-version-content {
  font-size: 14px;
  color: #333;
}
.apply-try-version-content .atv-item {
  line-height: 20px;
  margin-bottom: 15px;
}
.apply-try-version-content .atv-item .font-red {
  color: #ff0000;
}
.apply-try-version-content .atv-item .font-yellow {
  color: #a97d4c;
  display: inline-table;
  width: 225px;
}
.apply-try-version-content .remind-text-tip {
  background-color: #fee99a;
  border: 1px solid #e6d289;
  border-radius: 3px;
  color: #666;
  font-size: 12px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  width: 200px;
}
.apply-try-version-content .remind-text-tip a {
  color: #009ddc;
  font-size: 13px;
  margin: 0 4px;
  text-decoration: none;
}
.apply-try-version-content .remind-text {
  margin-top: 20px;
}
.apply-try-version-content .content {
  color: #999;
  line-height: 18px;
  margin-top: 5px;
}
.apply-try-version-content .skip-info-step {
  bottom: 37px;
  color: #999;
  left: 30px;
  position: absolute;
}
.apply-try-version-content .skip-info-step .font-event {
  color: #009ddc;
  cursor: pointer;
}
.version-pay-content {
  color: #666;
  font-size: 14px;
  line-height: 20px;
}
.version-pay-content .version-info {
  background-color: #eeeeee;
  margin: -21px -30px 0;
  padding: 20px 40px;
}
.version-pay-content .version-info .base-info {
  color: #333;
  font-weight: bold;
}
.version-pay-content .version-info .base-info .font-right {
  float: right;
}
.version-pay-content .version-info .user-account {
  margin-top: 10px;
}
.version-pay-content .pay-type-list {
  height: 40px;
  margin-top: 15px;
  padding: 2px;
}
.version-pay-content .pay-type-list .pay-type-item {
  display: inline-block;
  text-align: center;
  width: 182px;
  cursor: pointer;
}
.version-pay-content .pay-type-list .pay-type-item .pointer-cirecle {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #0A9DDC;
}
.version-pay-content .pay-type-list .pay-type-item .pointer-cirecle .poinre-inis {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background-color: #FFFFFF;
}
.version-pay-content .pay-type-list .pay-type-item .pointer-cirecle .poinre-ote {
  width: 5px;
  height: 5px;
}
.version-pay-content .pay-type-list .pay-type-item .zhf-imgas {
  background: url("images/zhifubao.png") no-repeat;
  width: 102px;
  height: 40px;
  display: inline-block;
  border: 1px solid #DCDCDC;
  vertical-align: middle;
  margin-left: 15px;
}
.version-pay-content .pay-type-list .pay-type-item .wcht-imgas {
  background: url("images/weixin.png") no-repeat;
  width: 102px;
  height: 40px;
  display: inline-block;
  border: 1px solid #DCDCDC;
  vertical-align: middle;
  margin-left: 15px;
}
.version-pay-content a#zfbForm {
  display: none;
}
.version-pay-content .pay-weixin-code {
  margin-top: 15px;
  padding: 0 15px;
  display: none;
}
.version-pay-content .pay-weixin-code .desc {
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
}
.version-pay-content .pay-weixin-code #alpform {
  margin: 0 104px;
}
.buyed-version-content {
  color: #666;
  font-size: 14px;
  line-height: 25px;
}
.buyed-version-content .font-higher {
  color: #009ddc;
  display: inline-block;
  font-size: 16px;
  width: 300px;
  word-wrap: break-word;
}
.upload-version-content {
  color: #666;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
}
.upload-version-content .input-item {
  line-height: 30px;
}
.upload-version-content .input-item .pointer-cirecle {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #0A9DDC;
  top: 3px;
}
.upload-version-content .input-item .pointer-cirecle .poinre-inis {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background-color: #FFFFFF;
}
.upload-version-content .input-item .pointer-cirecle .poinre-ote {
  width: 5px;
  height: 5px;
}
.upload-version-content .input-item span {
  margin-left: 5px;
}
/*--------申请试用版css结束------------*/
/*--------示例封面开始------------*/
.content-pic-list {
  text-align: center;
}
.content-pic-list > div {
  border: 2px solid #ffffff;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  height: 162px;
  margin-bottom: 10px;
  margin-right: 10px;
  width: 162px;
}
.content-pic-list > div:hover {
  border: 2px solid #009fe2;
}
.content-pic-list > div:nth-child(3n) {
  margin-right: 0px;
}
.content-pic-list .pic-item.select {
  border: 2px solid #009fe2;
}
/*--------示例封面css结束------------*/
/* - -- ---< houtai.css >--- -- - */
.admin-module {
  min-width: 1200px;
  /*background: #eef3fa;*/
  font-family: "microsoft YaHei";
  font-size: 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.admin-module ul {
  list-style: none;
}
.admin-module a {
  text-decoration: none;
  display: inline-block;
  color: #000;
}
.admin-module a:link {
  text-decoration: none;
}
.admin-module a:visited {
  text-decoration: none;
}
.admin-module a:hover {
  text-decoration: none;
}
.admin-module a:active {
  text-decoration: none;
}
.admin-module .clear_both {
  clear: both;
}
.admin-module input,
.admin-module select {
  box-sizing: border-box;
}
.admin-module input[type="text"] {
  text-indent: 0.5em;
}
.admin-module span.mark {
  width: 75px;
}
.admin-module .min-height {
  min-height: 620px;
}
.admin-module .content_width {
  width: 1200px;
}
/* - -- ---< hy_header.css >--- -- - */
.fancybox-lock-test {
  overflow-y: hidden;
}
.clear {
  clear: both;
}
.w_c {
  width: 1200px;
  margin: 0 auto;
}
.ac_header {
  width: 100%;
  min-width: 1300px;
  background: #fff;
  border-bottom: 1px solid #dcdee0;
  font-size: 12px;
  font-family: "microsoft YaHei";
}
.ac_header ul {
  list-style: none;
}
.ac_header a {
  text-decoration: none;
}
.ac_header a:link {
  text-decoration: none;
}
.ac_header a:visited {
  text-decoration: none;
}
.ac_header a:hover {
  text-decoration: none;
}
.ac_header a:active {
  text-decoration: none;
}
.ac_header .h_top .top_inset {
  height: 40px;
  line-height: 40px;
}
.ac_header .h_top .top_inset span {
  padding-left: 10px;
  font-size: 14px;
  float: right;
}
.ac_header .h_top .top_inset ul {
  float: right;
}
.ac_header .h_top .top_inset ul li {
  float: left;
  padding-left: 10px;
  font-size: 14px;
}
.ac_header .h_top .top_inset ul li:before {
  content: "|";
  padding-right: 10px;
}
.ac_header .h_top .top_inset ul li:first-child:before {
  content: none;
}
.ac_header .h_top .top_inset ul li a {
  color: #4e4e4e;
}
.ac_header .h_top .top_inset ul li a:hover {
  color: #428bca;
}
.ac_header .h_top .h_bottom .h_logo {
  width: 20%;
  float: left;
  margin-top: -20px;
}
.ac_header .h_top .h_bottom .h_nav {
  float: left;
  width: 65%;
  padding: 0px 0 20px 40px;
}
.ac_header .h_top .h_bottom .h_nav ul li {
  float: left;
  width: 90px;
  height: 40px;
  margin: 20px;
  padding-left: 40px;
  font-size: 20px;
  border-left: 1px solid #b6b6b6;
  text-align: center;
  position: relative;
}
.ac_header .h_top .h_bottom .h_nav ul li:first-child {
  border-left: none;
}
.ac_header .h_top .h_bottom .h_nav ul li .the_word:hover {
  color: #428bca;
  cursor: pointer;
}
.ac_header .h_top .h_bottom .h_nav ul li .the_word:hover > .nav-sub {
  display: block;
}
.ac_header .h_top .h_bottom .h_nav ul li .up_word {
  font-size: 18px;
}
.ac_header .h_top .h_bottom .h_nav ul li .down_word {
  font-size: 13px;
}
.ac_header .h_top .h_bottom .h_nav ul li .nav-sub {
  background: #dee1e6 url('images/nav-sub-bg.jpg') no-repeat;
  width: 130px;
  border-radius: 5px;
  margin-left: -20px;
  display: none;
  position: relative;
  z-index: 999;
}
.ac_header .h_top .h_bottom .h_nav ul li .nav-sub a {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  padding: 5px 0;
  color: #4e4e4e;
}
.ac_header .h_top .h_bottom .h_nav ul li .nav-sub a:hover {
  background: #428bca;
  color: #fff;
}
.ac_header .h_top .h_bottom .h_nav ul li .nav-sub a:first-child {
  margin-top: 15px;
}
.ac_header .h_top .h_bottom .h_center {
  float: right;
  margin-top: 40px;
}
.ac_header .h_top .h_bottom .h_center a {
  width: 110px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #08c;
  border: 1px solid #ccc;
  display: inline-block;
}
.ac_header .h_top .h_bottom .h_center a.in_login {
  display: block;
  cursor: pointer;
}
.ac_header .h_top .h_bottom .h_center .first_a {
  display: none;
}
.ac_header .h_top .h_bottom .h_center .first_a:hover > .second_a {
  display: block;
}
.ac_header .h_top .h_bottom .h_center .second_a {
  display: none;
}
.ac_header .h_top .h_bottom .h_center .second_a a.let_out {
  border-top: none;
}
/* - -- ---< hy_main.css >--- -- - */
body.center-module {
  min-width: 1200px;
  background: #f1f1f1;
  font-family: "microsoft YaHei";
  font-size: 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  /*进度条开始*/
  /*进度条结束*/
}
body.center-module ul {
  list-style: none;
}
body.center-module a {
  text-decoration: none;
  display: inline-block;
}
body.center-module a:link {
  text-decoration: none;
}
body.center-module a:visited {
  text-decoration: none;
}
body.center-module a:hover {
  text-decoration: none;
}
body.center-module a:active {
  text-decoration: none;
}
body.center-module .clear {
  clear: both;
}
body.center-module .progress {
  position: relative;
  width: 585px;
  height: 20px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #0E8FEA;
  top: 15px;
}
body.center-module .progress-bar {
  width: 60%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  background-color: #0E8FEA;
}
body.center-module .sr-only {
  margin-left: 102%;
  color: #0E8FEA;
}
body.center-module .glyphicon {
  position: relative;
  display: inline-block;
  text-align: center;
  /*vertical-align: middle;*/
}
body.center-module .glyphicon-xs {
  /*width: 20px;*/
  width: 170px;
  height: 20px;
}
body.center-module .glyphicon-up-arrow {
  background: url(../images/glyphicon-up-arrow.png) no-repeat;
  /*background-size: 100% 100%;*/
}
body.center-module .m-need {
  width: 200px;
  height: 20px;
  line-height: 20px;
  position: relative;
  left: 600px;
  top: -8px;
}
body.center-module .bottom {
  position: relative;
  top: 5px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
body.center-module .bottom-long {
  padding-left: 30px;
  padding-right: 30px;
}
body.center-module .bottom-border {
  border: 1px solid #0E8FEA;
}
body.center-module .bottom-border a {
  color: #0E8FEA;
}
body.center-module .bottom-rectangle {
  border-radius: 5px;
}
body.center-module .a_button_width {
  width: 150px;
  height: 30px;
  background: #0e8fea;
  line-height: 30px;
  color: #fff;
  border-radius: 2px;
  text-align: center;
}
body.center-module .a_button_padding {
  padding: 5px 20px;
  background: #0e8fe8;
  color: #fff;
  border-radius: 2px;
}
body.center-module .a_button_padding_big {
  padding: 5px 30px;
  background: #0e8fe8;
  color: #fff;
  border-radius: 2px;
}
body.center-module .a_button_padding_big_re {
  padding: 5px 30px;
  background: #fff;
  color: #0e8fe8;
  border: 1px solid #0e8fe8;
  border-radius: 2px;
}
body.center-module .d_page {
  width: 85%;
  margin: 0 auto;
  margin-top: 20px;
}
body.center-module .page-nav {
  float: right;
  list-style: none;
}
body.center-module .page-nav li {
  display: inline-block;
  margin-left: 10px;
}
body.center-module .page-nav li a {
  color: #222;
  text-decoration: none;
}
body.center-module .page-nav li .page-nav-btn {
  color: #000;
}
body.center-module .page-nav li .page-nav-selected {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  border: 1px solid #0E8FEA;
  border-radius: 50%;
  background-color: #0E8FEA;
}
body.center-module .tab-h {
  width: 96%;
  height: 60px;
  margin: 0 auto;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
}
body.center-module .tab-h h1 {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  bottom: -1.5px;
  left: 20px;
  border-bottom: 3px solid #dd4240;
}
body.center-module input[type="text"] {
  text-indent: 0.5em;
}
body.center-module span.mark {
  width: 75px;
}
body.center-module .min-height {
  min-height: 670px;
}
body.center-module .content_width {
  width: 1200px;
}
body.center-module .width_ins {
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
}
/* - -- ---< icon_style.css >--- -- - */
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?svqexs');
  src: url('fonts/icomoon.eot?svqexs#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?svqexs') format('truetype'), url('fonts/icomoon.woff?svqexs') format('woff'), url('fonts/icomoon.svg?svqexs#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-logo .path1:before {
  content: "\e984";
  color: #666666;
}
.icon-logo .path2:before {
  content: "\e985";
  margin-left: -2.22265625em;
  color: #666666;
}
.icon-logo .path3:before {
  content: "\e986";
  margin-left: -2.22265625em;
  color: #666666;
}
.icon-logo .path4:before {
  content: "\e987";
  margin-left: -2.22265625em;
  color: #666666;
}
.icon-logo .path5:before {
  content: "\e988";
  margin-left: -2.22265625em;
  color: #666666;
}
.icon-logo .path6:before {
  content: "\e989";
  margin-left: -2.22265625em;
  color: #666666;
}
.icon-logo .path7:before {
  content: "\e98a";
  margin-left: -2.22265625em;
  color: #666666;
}
.icon-logo .path8:before {
  content: "\e98b";
  margin-left: -2.22265625em;
  color: #666666;
}
.icon-logo .path9:before {
  content: "\e98c";
  margin-left: -2.22265625em;
  color: #666666;
}
.icon-logo .path10:before {
  content: "\e98d";
  margin-left: -2.22265625em;
  color: #666666;
}
.icon-logo .path11:before {
  content: "\e98e";
  margin-left: -2.22265625em;
  color: #666666;
}
.icon-logo .path12:before {
  content: "\e98f";
  margin-left: -2.22265625em;
  color: #666666;
}
.icon-logo .path13:before {
  content: "\e990";
  margin-left: -2.22265625em;
  color: #666666;
}
.icon-logo .path14:before {
  content: "\e991";
  margin-left: -2.22265625em;
  color: #666666;
}
.icon-logo .path15:before {
  content: "\e992";
  margin-left: -2.22265625em;
  color: #666666;
}
.icon-logo .path16:before {
  content: "\e993";
  margin-left: -2.22265625em;
  color: #666666;
}
.icon-logo .path17:before {
  content: "\e994";
  margin-left: -2.22265625em;
  color: #009ddc;
}
.icon-logo .path18:before {
  content: "\e995";
  margin-left: -2.22265625em;
  color: #009ddc;
}
.icon-logo .path19:before {
  content: "\e996";
  margin-left: -2.22265625em;
  color: #e6e6e6;
}
.icon-logo .path20:before {
  content: "\e997";
  margin-left: -2.22265625em;
  color: #009ddc;
}
.icon-logo .path21:before {
  content: "\e998";
  margin-left: -2.22265625em;
  color: #ffffff;
}
.icon-logo .path22:before {
  content: "\e999";
  margin-left: -2.22265625em;
  color: #ffffff;
}
.icon-logo .path23:before {
  content: "\e99a";
  margin-left: -2.22265625em;
  color: #ffffff;
}
.icon-logo .path24:before {
  content: "\e99b";
  margin-left: -2.22265625em;
  color: #ffffff;
}
.icon-logo .path25:before {
  content: "\e99c";
  margin-left: -2.22265625em;
  color: #ffffff;
}
.icon-logo .path26:before {
  content: "\e99d";
  margin-left: -2.22265625em;
  color: #ffffff;
}
.icon-Areamap:before {
  content: "\e900";
}
.icon-Barchart:before {
  content: "\e901";
}
.icon-Columnchart:before {
  content: "\e902";
}
.icon-Combinationchart:before {
  content: "\e903";
}
.icon-Dashboard:before {
  content: "\e904";
}
.icon-Digitalmap:before {
  content: "\e905";
}
.icon-form:before {
  content: "\e906";
}
.icon-Linegraph:before {
  content: "\e907";
}
.icon-Map:before {
  content: "\e908";
}
.icon-More:before {
  content: "\e909";
}
.icon-Piechart:before {
  content: "\e90a";
}
.icon-Scatterplot:before {
  content: "\e90b";
}
.icon-Tree:before {
  content: "\e90c";
}
.icon-Dashboardmenu:before {
  content: "\e983";
}
.icon-Preview:before {
  content: "\e981";
}
.icon-Transpose:before {
  content: "\e95b";
}
.icon-Excel:before {
  content: "\e980";
}
.icon-Split:before {
  content: "\e97e";
}
.icon-Confirm1:before {
  content: "\e97f";
}
.icon-CalculatedField:before {
  content: "\e97c";
}
.icon-Down:before {
  content: "\e97d";
}
.icon-Character:before {
  content: "\e93b";
}
.icon-Save:before {
  content: "\e97b";
}
.icon-Eraser:before {
  content: "\e97a";
}
.icon-Selected:before {
  content: "\e93a";
}
.icon-Close1:before {
  content: "\e96f";
}
.icon-Parameter:before {
  content: "\e970";
}
.icon-Invitation:before {
  content: "\e971";
}
.icon-Calendar:before {
  content: "\e972";
}
.icon-Create:before {
  content: "\e973";
}
.icon-DataAssociation:before {
  content: "\e974";
}
.icon-DataType:before {
  content: "\e975";
}
.icon-Mark:before {
  content: "\e976";
}
.icon-ChangePassword:before {
  content: "\e977";
}
.icon-Expression:before {
  content: "\e978";
}
.icon-L_and_L:before {
  content: "\e979";
}
.icon-Competition:before {
  content: "\e96d";
}
.icon-Revoke:before {
  content: "\e96e";
}
.icon-Metric:before {
  content: "\e96c";
}
.icon-Arrow2:before {
  content: "\e96a";
}
.icon-Arrow3:before {
  content: "\e96b";
}
.icon-Sampleproject:before {
  content: "\e928";
}
.icon-Usermanagement:before {
  content: "\e963";
}
.icon-Itemlist:before {
  content: "\e964";
}
.icon-Import:before {
  content: "\e965";
}
.icon-Resourcemanagement:before {
  content: "\e966";
}
.icon-Geography:before {
  content: "\e967";
}
.icon-Authoritymanagement:before {
  content: "\e968";
}
.icon-Accountnumber:before {
  content: "\e969";
}
.icon-Codemode:before {
  content: "\e92c";
}
.icon-Pathmode:before {
  content: "\e955";
}
.icon-Shrink:before {
  content: "\e95a";
}
.icon-Rolesetting:before {
  content: "\e95c";
}
.icon-Moveto:before {
  content: "\e95d";
}
.icon-Layout:before {
  content: "\e95e";
}
.icon-IconLibrary:before {
  content: "\e95f";
}
.icon-Descending:before {
  content: "\e960";
}
.icon-Ascending:before {
  content: "\e961";
}
.icon-Adjustment:before {
  content: "\e962";
}
.icon-Error:before {
  content: "\e931";
}
.icon-Display:before {
  content: "\e954";
}
.icon-Hide:before {
  content: "\e956";
}
.icon-Location:before {
  content: "\e957";
}
.icon-Edit:before {
  content: "\e958";
}
.icon-Projectmenu:before {
  content: "\e959";
}
.icon-Dropdownarrow1:before {
  content: "\e951";
}
.icon-Dropdownarrow2:before {
  content: "\e952";
}
.icon-Dropdownarrow3:before {
  content: "\e953";
}
.icon-Add12:before {
  content: "\e910";
}
.icon-Arrow:before {
  content: "\e911";
}
.icon-Arrow1:before {
  content: "\e914";
}
.icon-Dropdownarrow:before {
  content: "\e91f";
}
.icon-Cover:before {
  content: "\e94f";
}
.icon-Close:before {
  content: "\e950";
}
.icon-Open:before {
  content: "\e935";
}
.icon-Account:before {
  content: "\e90d";
}
.icon-Add:before {
  content: "\e90e";
}
.icon-Add1:before {
  content: "\e90f";
}
.icon-Cancel:before {
  content: "\e912";
}
.icon-Closeedit:before {
  content: "\e913";
}
.icon-Collection:before {
  content: "\e915";
}
.icon-Colorscheme .path1:before {
  content: "\e916";
  color: #272636;
}
.icon-Colorscheme .path2:before {
  content: "\e917";
  margin-left: -1em;
  color: #ec74a7;
}
.icon-Colorscheme .path3:before {
  content: "\e918";
  margin-left: -1em;
  color: #ec6b68;
}
.icon-Colorscheme .path4:before {
  content: "\e919";
  margin-left: -1em;
  color: #5575a7;
}
.icon-Colorscheme .path5:before {
  content: "\e91a";
  margin-left: -1em;
  color: #e8cf68;
}
.icon-Colorscheme .path6:before {
  content: "\e91b";
  margin-left: -1em;
  color: #5db86a;
}
.icon-Confirm:before {
  content: "\e91c";
}
.icon-Copy:before {
  content: "\e91d";
}
.icon-Delete:before {
  content: "\e91e";
}
.icon-Rename:before {
  content: "\e920";
}
.icon-Enlarge:before {
  content: "\e921";
}
.icon-Export:before {
  content: "\e922";
}
.icon-Export1:before {
  content: "\e923";
}
.icon-File:before {
  content: "\e924";
}
.icon-Filter:before {
  content: "\e925";
}
.icon-Fullscreenmode:before {
  content: "\e926";
}
.icon-Help:before {
  content: "\e927";
}
.icon-Lock:before {
  content: "\e929";
}
.icon-Newproject:before {
  content: "\e92a";
}
.icon-Openedit:before {
  content: "\e92b";
}
.icon-Operation:before {
  content: "\e92d";
}
.icon-Relation:before {
  content: "\e92e";
}
.icon-Release:before {
  content: "\e92f";
}
.icon-Remarks:before {
  content: "\e930";
}
.icon-Search:before {
  content: "\e932";
}
.icon-Setthewindow:before {
  content: "\e933";
}
.icon-Share:before {
  content: "\e934";
}
.icon-Signout:before {
  content: "\e936";
}
.icon-Textcomponent:before {
  content: "\e937";
}
.icon-Update:before {
  content: "\e938";
}
.icon-Upload:before {
  content: "\e939";
}
.icon-Grouping:before {
  content: "\e93c";
}
.icon-Layeredstructure:before {
  content: "\e93d";
}
.icon-Number:before {
  content: "\e93e";
}
.icon-Time:before {
  content: "\e93f";
}
.icon-Angle:before {
  content: "\e940";
}
.icon-Colour .path1:before {
  content: "\e941";
  color: #eb6b68;
}
.icon-Colour .path2:before {
  content: "\e942";
  margin-left: -1em;
  color: #f3a472;
}
.icon-Colour .path3:before {
  content: "\e943";
  margin-left: -1em;
  color: #e7ce67;
}
.icon-Colour .path4:before {
  content: "\e944";
  margin-left: -1em;
  color: #cbe2ae;
}
.icon-Colour .path5:before {
  content: "\e945";
  margin-left: -1em;
  color: #5cb76a;
}
.icon-Colour .path6:before {
  content: "\e946";
  margin-left: -1em;
  color: #60a6db;
}
.icon-Colour .path7:before {
  content: "\e947";
  margin-left: -1em;
  color: #5575a6;
}
.icon-Colour .path8:before {
  content: "\e948";
  margin-left: -1em;
  color: #c898c3;
}
.icon-Colour .path9:before {
  content: "\e949";
  margin-left: -1em;
  color: #eb73a6;
}
.icon-Describe:before {
  content: "\e94a";
}
.icon-Label:before {
  content: "\e94b";
}
.icon-Map2:before {
  content: "\e94c";
}
.icon-Shape:before {
  content: "\e94d";
}
.icon-Size:before {
  content: "\e94e";
}
.icon-move-down:before {
  content: "\e982";
}
/* - -- ---< index-footer.css >--- -- - */
.index_footer {
  font-family: "microsoft YaHei";
  width: 100%;
  padding: 0 0 30px 0;
  background: #4C4C4C;
  min-width: 1200px;
}
.index_footer a {
  text-decoration: none;
}
.index_footer a:link {
  text-decoration: none;
}
.index_footer a:visited {
  text-decoration: none;
}
.index_footer a:hover {
  text-decoration: none;
}
.index_footer a:active {
  text-decoration: none;
}
.index_footer ul {
  list-style: none;
}
.index_footer .in_f_inset {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.index_footer .in_f_inset .f_content {
  width: 100%;
  float: left;
  color: #7c7c7c;
  font-size: 12px;
  line-height: 22px;
}
.index_footer .in_f_inset .f_content .in_link {
  padding: 30px 0 30px 0;
  color: #fff;
}
.index_footer .in_f_inset .f_content .in_link a {
  padding: 0 10px;
  color: #f8f8f8;
  font-size: 14px;
}
.index_footer .in_f_inset .f_content .in_info {
  font-size: 12px;
}
.index_footer .in_f_inset .f_i_r {
  width: 10%;
  float: left;
}
.index_footer .in_f_inset .f_content a {
  color: #7c7c7c;
}
/* - -- ---< loading.css >--- -- - */
.loading-container {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: 10000;
}
.loading-img {
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  width: 100%;
}
/* - -- ---< mj_f_h.css >--- -- - */
* {
  margin: 0;
  padding: 0;
}
.yingyong-module {
  font-family: "microsoft YaHei";
}
.yingyong-module a {
  text-decoration: none;
}
.yingyong-module a:link {
  text-decoration: none;
}
.yingyong-module a:visited {
  text-decoration: none;
}
.yingyong-module a:hover {
  text-decoration: none;
}
.yingyong-module a:active {
  text-decoration: none;
}
.yingyong-module ul {
  list-style: none;
}
.clear_both {
  clear: both;
}
.mj_header {
  font-family: "microsoft YaHei";
  width: 100%;
  height: 60px;
  background: #1D2B38;
  padding: 0 20px;
  font-weight: 700;
  position: fixed;
  top: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.mj_header a {
  text-decoration: none;
}
.mj_header a:link {
  text-decoration: none;
}
.mj_header a:visited {
  text-decoration: none;
}
.mj_header a:hover {
  text-decoration: none;
}
.mj_header a:active {
  text-decoration: none;
}
.mj_header ul {
  list-style: none;
}
.mj_header .df_logo {
  display: inline-block;
  width: 84px;
  height: 53px;
  margin-top: 3.5px;
  float: left;
}
.mj_header .df_logo img {
  max-width: 100%;
}
.mj_header .mj_exit {
  float: right;
  margin-top: 18px;
}
.mj_header .mj_exit a {
  font-size: 14px;
  color: #d6d6d6;
  padding: 3px 25px;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
}
.mj_header .mj_exit a:hover {
  color: #1D2B38;
  background: #fff;
  border-color: #fff;
}
.mj_header .mj_nav {
  float: right;
  margin-top: 20px;
}
.mj_header .mj_nav ul li {
  float: left;
  padding: 0 15px;
  font-size: 14px;
  border-left: 1px solid #d6d6d6;
}
.mj_header .mj_nav ul li a {
  color: #d6d6d6;
}
.mj_header .mj_nav ul li a:hover {
  color: #e42632;
}
.mj_header .mj_nav ul li:first-child {
  border: none;
}
.mj_h_d {
  width: 100%;
  height: 60px;
}
.mj_footer {
  font-family: "microsoft YaHei";
  width: 100%;
  padding: 10px 0;
  background: #1D2B38;
}
.mj_footer a {
  text-decoration: none;
}
.mj_footer a:link {
  text-decoration: none;
}
.mj_footer a:visited {
  text-decoration: none;
}
.mj_footer a:hover {
  text-decoration: none;
}
.mj_footer a:active {
  text-decoration: none;
}
.mj_footer ul {
  list-style: none;
}
.mj_footer .f_inset {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.mj_footer .f_inset .f_i_l {
  width: 90%;
  float: left;
}
.mj_footer .f_inset .f_i_l .l_link {
  color: #fff;
  font-size: 12px;
  padding: 30px 0 35px 0;
}
.mj_footer .f_inset .f_i_l .l_link a {
  padding: 0 10px;
  color: #fff;
  font-size: 14px;
}
.mj_footer .f_inset .f_i_l .l_copyright {
  color: #fff;
  font-size: 12px;
}
.mj_footer .f_inset .f_i_l .l_info {
  color: #fff;
  font-size: 12px;
}
.mj_footer .f_inset .f_i_r {
  width: 10%;
  float: left;
}
.mj_nav ul li a.current {
  color: #e42632;
}
/* - -- ---< popup.css >--- -- - */
/*******************************************************************/
.popup-wrap {
  margin: 0 auto;
  height: 220px;
  -moz-border-radius: 3px;
  /* Firefox */
  -webkit-border-radius: 3px;
  /* Safari 和 Chrome */
  border-radius: 3px;
  /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  font-family: "microsoft YaHei";
  border: 0px solid pink;
  background-color: #fff;
}
.popup-wrap a {
  text-decoration: none;
}
.popup-wrap .popup-wrap-close {
  display: none;
  float: right;
  margin-top: -10px;
  margin-right: -10px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url(images/icons/success_close.png) no-repeat;
  background-size: 100% 100%;
}
.popup-wrap .popup-title-wrap {
  height: 55px;
  line-height: 55px;
  font-size: 17px;
  border-bottom: 1px solid #ccc;
}
.popup-wrap .popup-title-wrap .icon {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.popup-wrap .popup-title-wrap .icon.popup-title-icon {
  width: 8px;
  height: 16px;
  margin: 13px 0 0 15px;
  background: url(images/icons/popup-title.png) no-repeat;
  background-color: #FFFFFF;
  vertical-align: top;
}
.popup-wrap .popup-title-wrap .icon.popup-settings-icon {
  width: 31px;
  height: 31px;
  margin: 10px 0 0 15px;
  background: url(images/icons/settings.jpg);
  background-color: #FFFFFF;
  vertical-align: top;
}
.popup-wrap .popup-title-wrap .popup-title {
  font-size: 20px;
  color: #ABABAB;
  margin-left: 10px;
  display: inline-block;
}
/*******************************************************************/
.popup-login {
  /*默认*/
}
.popup-login .popup-login-title-wrap {
  height: 50px;
  line-height: 50px;
}
.popup-login .popup-title-register {
  margin: 0 8px 0 192px;
  color: #1EB5EB;
  font-size: 14px;
}
.popup-login .tips-talk {
  margin: 15px 0 0 72px;
  width: 256px;
  height: 20px;
  display: block;
}
.popup-login .tips-talk .talk-igs {
  background: url("images/icons/worstips.png") no-repeat;
  width: 256px;
  height: 20px;
  display: block;
}
.popup-login .smap-boyon {
  height: 50px;
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: -1;
  background-color: #F3F3F3;
}
.popup-login .login-form-wrap {
  margin-left: 20px;
  font-size: 12px;
  /*提示框*/
}
.popup-login .login-form-wrap .words-pwuse {
  font-size: 16px;
  color: #ABABAB;
}
.popup-login .login-form-wrap .login-form-input {
  margin-top: 9.5px;
}
.popup-login .login-form-wrap .form-input-three {
  margin-top: 12px;
}
.popup-login .login-form-wrap .inputs-sign {
  width: 215px;
  height: 30px;
  background-size: 14px;
  border-color: #DCDCDC;
}
.popup-login .login-form-wrap .input-checkbox,
.popup-login .login-form-wrap .button-rectangle {
  margin-left: 37px;
}
.popup-login .login-form-wrap .input-checkbox {
  display: none;
  position: absolute;
  width: 16px;
  height: 16px;
  z-index: 100px;
  opacity: 0;
  cursor: pointer;
}
.popup-login .login-form-wrap .input-checkbox-text {
  display: none;
  margin-left: 38px;
  padding-left: 20px;
  font-size: 10px;
  color: #888;
  padding-bottom: 3px;
  cursor: pointer;
  background: url(images/icons//wxz.png) no-repeat;
}
.popup-login .login-form-wrap input:checked + .popup-sign-acccount-text {
  background: url(images/icons/xz.png) no-repeat;
}
.popup-login .login-form-wrap .spilit-its {
  color: #1EB5EB;
  font-size: 14px;
}
.popup-login .login-form-wrap .input-checkbox-a {
  margin-left: 8px;
  color: #1EB5EB;
  font-size: 14px;
}
.popup-login .login-form-wrap .popup-login-button {
  margin: 10px 0 0 250px;
  width: 90px;
  height: 30px;
  padding: 0;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  cursor: pointer;
  border: 1px solid #009FE2;
  background-color: #FFFFFF;
  color: #009FE2;
  word-spacing: 1px;
  font-family: "Microsoft Yahei";
}
.popup-login .login-form-wrap .input-info {
  float: right;
  margin-top: 2px;
  margin-right: 10px;
  line-height: 20px;
}
/*新登录弹框*/
.login-container .input-row {
  margin-bottom: 10px;
}
.login-container .input-row .label {
  display: inline-block;
  width: 50px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  color: #666;
}
.login-container .input-row input {
  height: 30px;
  line-height: 30px;
  width: 200px;
  background-color: #fff;
  border: 1px solid #DCDCDC;
  padding: 0 10px;
  outline: none;
  border-radius: 2px;
}
.login-container .input-captcha {
  display: none;
}
.login-container .input-captcha:after {
  clear: both;
  content: '';
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}
.login-container .input-captcha input {
  height: 25px;
  line-height: 25px;
  width: 100px;
  margin-left: 50px;
  background-color: #fff;
  border: 1px solid #DCDCDC;
  padding-left: 25px;
  outline: none;
  float: left;
  border-radius: 2px;
  width: 60px;
  background: url(/static/images/icons/jym.png) 5px center no-repeat;
}
.login-container .input-captcha span.label-captcha {
  display: block;
  float: left;
  width: 90px;
  height: 25px;
  margin-left: 8px;
  width: 85px;
  border-radius: 2px;
  border: 1px solid #DCDCDC;
  overflow: hidden;
}
.login-container .input-captcha img {
  width: 100%;
  height: 27px;
}
.login-container .input-tip {
  margin-top: 20px;
  text-align: right;
}
.login-container .input-tip a {
  font-size: 14px;
  text-decoration: none;
  color: #1EB5EB;
  display: inline-block;
  padding: 0 10px;
}
.login-container .input-tip .no-account {
  border-right: 1px solid #1EB5EB;
  height: 14px;
  line-height: 14px;
}
.login-container .input-info {
  float: right;
  margin-top: 2px;
  margin-right: 0px;
}
.login-container .input-info .input-info-close {
  float: right;
  right: 0px;
}
/*****************************支付成功*************************************/
.popup-tip.popup-tip-normal .tip-icon {
  display: none;
}
.popup-tip.popup-tip-success .tip-content {
  color: #5DB75C;
}
.popup-tip.popup-tip-success .tip-icon {
  background-image: url(images/icons/succ.png);
}
.popup-tip.popup-tip-warn .tip-content,
.popup-tip.popup-tip-error .tip-content {
  color: #FBBA44;
}
.popup-tip.popup-tip-warn .tip-icon,
.popup-tip.popup-tip-error .tip-icon {
  background-image: url(images/icons/warn.png);
}
.popup-tip .popup-title-wrap {
  height: 40px;
  line-height: 40px;
}
.popup-tip .popup-content-wrap {
  position: relative;
  text-align: center;
}
.popup-tip .tip-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(images/icons/succ.png);
  margin-right: 5px;
}
.popup-tip .tip-content {
  font-size: 22px;
}
.popup-tip .tip-content-wrap {
  margin-top: 26px;
  text-align: center;
}
.popup-tip .tip-content-wrap span {
  vertical-align: middle;
}
.popup-tip .tip-button {
  position: relative;
  margin-top: 26px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  color: #fff;
  padding: 0 27px;
  min-width: 120px;
  line-height: 30px;
  background-color: #0E8FEA;
  -moz-border-radius: 3px;
  /* Firefox */
  -webkit-border-radius: 3px;
  /* Safari 和 Chrome */
  border-radius: 3px;
  /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
/******************************************会员中心tips的css*****************************************************/
.popup-huiyuan-xgsj-1 {
  width: 380px;
  height: 282px;
  border: 1px solid #eee;
  box-shadow: 0 0 6px #aaa;
}
.popup-huiyuan-xgsj-2 {
  width: 380px;
  height: 315px;
  border: 1px solid #eee;
  box-shadow: 0 0 6px #aaa;
}
.popup-huiyuan-xgmima {
  width: 380px;
  height: 270px;
  border: 1px solid #eee;
  box-shadow: 0 0 6px #aaa;
}
.xgsj-content-wrap {
  padding-left: 25px;
  line-height: 40px;
}
.xgsj-content-wrap .xgsj_con_width {
  margin: 25px 0 10px;
  font-size: 14px;
  width: 95%;
}
.xgsj-content-wrap .xgsj_con_width .fill_mess {
  width: 50%;
}
.xgsj-content-wrap .p-text {
  font-size: 15px;
  color: #555;
}
.xgsj-content-wrap .xgsj-content-pwd {
  width: 180px;
  height: 32px;
}
.xgsj-content-wrap .input-info {
  float: right;
  margin-top: -32px;
  margin-right: 25px;
}
.xgsj-content-wrap .btn {
  line-height: 30px;
  font-size: 14px;
}
.xgsj-content-wrap .btn-long {
  margin-top: 15px;
  padding: 0 35px;
}
.xgsj-content-wrap .xgsj-content-yangzhen {
  width: 90px;
  height: 32px;
}
.xgsj-content-wrap .xgsj-yangzhen-wrap {
  margin-top: 5px;
}
.xgsj-content-wrap .xgmima-content-pwd {
  /*margin-left: 5px;*/
  width: 180px;
}
.xgsj-content-wrap input[placeholder="再次输入新密码"] {
  margin-left: 2px;
}
.xgsj-2-content-wrap .input-info {
  float: right;
  margin-top: 9px;
  margin-right: 25px;
}
.xgmima-content-wrap {
  margin-top: 15px;
  line-height: 45px;
}
.xgmima-content-wrap .input-info {
  float: right;
  margin-top: -34px;
  margin-right: 5px;
  width: 87px;
}
.xgmima-content-wrap .input-info .input-info-close {
  float: right;
  right: 0px;
}
.xgmima-content-wrap .xgmima-btn {
  margin-top: 13px;
  margin-left: 64px;
}
.popup-huiyuan-changeEmail {
  width: 380px;
  height: 230px;
  border: 1px solid #eee;
  box-shadow: 0 0 6px #aaa;
}
.changeEmail-content-wrap {
  margin-left: 25px;
}
.changeEmail-content-wrap .p-text {
  color: #333;
  margin-top: 24px;
}
.changeEmail-content-wrap .changeEmail-input-wrap {
  margin-top: 22px;
}
.changeEmail-content-wrap .icon-check-cricle-white {
  vertical-align: text-top;
}
.changeEmail-content-wrap .icon-text {
  color: #5DB75C;
}
.changeEmail-content-wrap .changeEmail-btn {
  padding: 0 20px;
  font-size: 14px;
  margin-top: 25px;
  line-height: 30px;
}
.popup-huiyuan-tip {
  width: 450px;
  height: 280px;
  border: 1px solid #eee;
  box-shadow: 0 0 6px #aaa;
}
.bdemail-content-wrap {
  text-align: center;
}
.bdemail-content-wrap .bdemail-pic {
  display: block;
  height: 75px;
  background-image: url(images/email.png);
  background-repeat: no-repeat;
  background-position: center;
}
.bdemail-content-wrap .bdemail-text {
  margin-top: 10px;
  color: #666;
  text-align: center;
}
.bdemail-content-wrap .bdemail-text1 {
  font-size: 17px;
}
.bdemail-content-wrap .bdemail-text2 {
  font-size: 14px;
}
.bdemail-content-wrap .bdemail-btn {
  margin-top: 32px;
  font-size: 14px;
  line-height: 30px;
}
.huiyuan-tip-content .tip-content-icon {
  /*text-align: center;*/
  padding-left: 27px;
  margin-top: 30px;
  font-size: 35px;
  font-weight: bold;
  font-family: 'SimHei';
  color: #555;
}
.huiyuan-tip-content .icon-check-cricle {
  vertical-align: text-top;
}
.huiyuan-tip-content .tip-content-text {
  padding-left: 81px;
  padding-right: 54px;
  margin-top: 14px;
  font-size: 15px;
  line-height: 29px;
  color: #555;
}
.huiyuan-tip-content .popup-a-link {
  color: #0e8fe8;
  text-decoration: underline;
}
.popup-huiyuan-zhuce {
  width: 660px;
  height: 405px;
  border: 1px solid #eee;
  box-shadow: 0 0 6px #aaa;
}
.con_width {
  width: 92%;
  margin-top: 30px;
}
.popup_form_wrap {
  padding: 20px 0  0 30px;
  line-height: 48px;
}
.popup-huiyuan-select {
  width: 520px;
  height: 500px;
}
.huiyuan-zhuce-form .input-inset {
  width: 240px;
}
.huiyuan-zhuce-form input[placeholder="输入企业邮箱"] {
  margin-left: 0;
}
.huiyuan-zhuce-form input[placeholder="填写您邀请同事的企业邮箱"] {
  width: 170px;
  margin-left: 0;
}
.huiyuan-zhuce-form input[placeholder="搜索项目列表"] {
  padding-left: 30px;
  width: 430px;
  height: 30px;
  font-size: 14px;
  margin-top: 27px;
  margin-left: 23px;
  background-image: url(images/icons/sous.png);
  background-repeat: no-repeat;
  background-position: 7px 7px;
}
.huiyuan-zhuce-form .opacity-a {
  display: block;
  width: 25px;
  height: 25px;
  background: #00A1E9;
  position: absolute;
  margin: -29px 26px;
  opacity: 0;
}
.huiyuan-zhuce-form .huiyuan-zhuce-btn1 {
  padding: 0 52px;
  margin-left: 84px;
  line-height: 30px;
  font-size: 15px;
}
.huiyuan-zhuce-form .huiyuan-zhuce-div {
  color: #222;
  margin: 30px 0 15px 25px;
  line-height: 40px;
  font-size: 14px;
}
.huiyuan-zhuce-form .huiyuan-zhuce-diva {
  display: inline-block;
}
.huiyuan-zhuce-form .huiyuan-zhuce-divb {
  display: inline-block;
  margin-lefft: 0;
}
.huiyuan-zhuce-form .huiyuan-zhuce-divc {
  margin: 0px 0 25px 25px;
  font-size: 12px;
  color: #bbb;
  line-height: 12px;
}
.huiyuan-zhuce-form .huiyuan-zhuce-select {
  width: 150px;
  height: 32px;
  font-size: 14px;
  outline: 0;
  padding-left: 10px;
}
.huiyuan-zhuce-form .huiyuan-zhuce-btn2 {
  margin-left: 25px;
  line-height: 32px;
  padding: 0 20px;
}
.huiyuan-zhuce-form .huiyuan-zhuce-btn3 {
  padding: 0;
  margin-left: 0;
  width: 150px;
  line-height: 32px;
}
.popup-tishi-text {
  font-size: 12px;
  color: #bbb;
}
.huiyuan-zhuce-wancheng-wrap {
  text-align: center;
  margin-top: 60px;
}
.huiyuan-zhuce-wancheng-wrap .huiyuan-zhuce-wancheng {
  height: 142px;
  line-height: 30px;
  text-align: left;
  display: inline-block;
  padding: 20px 0 0 90px;
  font-size: 14.5px;
  color: #222;
  border: 1px solid red;
}
.huiyuan-zhuce-wancheng-wrap .huiyuan-zhuce-wancheng .huiyuan-zhuce-btn4 {
  margin-top: 20px;
  padding: 0 11px;
  line-height: 32px;
  font-size: 14.5px;
}
/************信息提示*****************/
.popup-youhua-tip {
  width: 500px;
  height: auto;
  border: 1px solid #eee;
  box-shadow: 0 0 6px #aaa;
  text-align: center;
  padding: 48px 0 30px 0;
}
.popup-youhua-tip.small-tip {
  width: 200px;
  padding: 20px 0;
}
.tip-wrap {
  display: block;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
}
.tip-wrap.warning-pic {
  background-image: url(images/warning.png);
}
.tip-wrap.information-pic {
  background-image: url(images/information.png);
}
.tip-wrap.success-pic {
  background-image: url(images/success.png);
}
.tip-wrap.error-pic {
  background-image: url(images/error.png);
}
.tip-content-text {
  color: #727272;
  font-size: 14px;
  line-height: 26px;
  margin: 20px 0 0;
}
.tip-long-text {
  margin-left: 12px;
  margin-right: 6px;
  padding: 0 10px;
  height: 210px;
  text-align: left;
  overflow-y: scroll;
}
.tip-long-text::-webkit-scrollbar {
  width: 6px;
  background: #eee;
  border-radius: 5px;
}
.tip-long-text::-webkit-scrollbar-thumb {
  background: #c9c9c9;
  border-radius: 5px;
}
.tip-close-btn {
  margin: 15px 3px;
  width: 90px;
  font-size: 14px;
  line-height: 30px;
}
.blue-color {
  color: #0e8fea;
}
.tip-long-text-xieyi {
  height: 310px;
}
.btn-right {
  margin-left: 79%;
}
#contat-checks {
  width: 100%;
  margin-top: 9.5px;
  height: 27px;
}
/* - -- ---< shouye.css >--- -- - */
.myshouye {
  font-size: 12px;
  font-family: "microsoft YaHei";
  color: #333;
}
.myshouye ul {
  list-style: none;
}
.myshouye a {
  text-decoration: none;
}
.myshouye a:link {
  text-decoration: none;
}
.myshouye a:visited {
  text-decoration: none;
}
.myshouye a:hover {
  text-decoration: none;
}
.myshouye a:active {
  text-decoration: none;
}
.myshouye .clear {
  clear: both;
}
.myshouye .w_c {
  width: 1200px;
  margin: 0 auto;
}
.myshouye .youhua-header .h_center {
  display: block !important;
}
.bgcolor {
  background: #fff !important;
}
.the_bodycolor {
  background: #eef0f2;
}
.lunbo-pic {
  width: 100%;
  height: 501px;
}
.lunbo-pic-btn {
  padding: 0;
  width: 185px;
  line-height: 50px;
  font-size: 18px;
}
.mianfei-btn {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
}
.pointer-banner {
  cursor: pointer;
}
.title_name {
  text-align: center;
  font-size: 30px;
  padding-top: 40px;
}
.s_name {
  text-align: center;
  font-size: 12px;
  margin-top: 5px;
  color: #4e4e4e;
}
.mj_projects-wrap {
  height: 420px;
  min-width: 1200px;
}
.mj_projects-wrap .mj_projects {
  position: relative;
  height: 265px;
  margin-top: 15px;
  cursor: pointer;
}
.mj_projects-wrap .mj_projects .mj_project {
  float: left;
  width: 33%;
  height: 100%;
  text-align: center;
  background-position: center top;
}
.mj_projects-wrap .mj_projects .mj_project .m_text {
  font-size: 18px;
  margin: 0 auto;
  margin-top: 158px;
  width: 220px;
}
.mj_projects-wrap .mj_projects .mj_project .s_text {
  font-size: 12px;
  margin: 0 auto;
  margin-top: 16px;
  line-height: 16px;
  color: #999;
}
.mj_projects-wrap .mj_projects .mj_project1 {
  background-color: #fff;
  background-image: url(images/shouye/qiye_gray_1.png);
  background-repeat: no-repeat;
}
.mj_projects-wrap .mj_projects .mj_project1:hover {
  background-color: #009ddc;
  background-image: url(images/shouye/qiye_white_1.png);
}
.mj_projects-wrap .mj_projects .mj_project1:hover .m_text,
.mj_projects-wrap .mj_projects .mj_project1:hover .s_text {
  color: #fff;
}
.mj_projects-wrap .mj_projects .mj_project2 {
  background-color: #fff;
  background-image: url(images/shouye/qiye_gray_2.png);
  background-repeat: no-repeat;
}
.mj_projects-wrap .mj_projects .mj_project2:hover {
  background-color: #009ddc;
  background-image: url(images/shouye/qiye_white_2.png);
}
.mj_projects-wrap .mj_projects .mj_project2:hover .m_text,
.mj_projects-wrap .mj_projects .mj_project2:hover .s_text {
  color: #fff;
}
.mj_projects-wrap .mj_projects .mj_project3 {
  background-color: #fff;
  background-image: url(images/shouye/qiye_gray_3.png);
  background-repeat: no-repeat;
  cursor: default;
}
.mj_projects-wrap .mj_projects .mj_project3_2 {
  text-align: center;
  background-position: center top;
  display: none;
  cursor: default;
  background-color: #009ddc;
}
.mj_projects-wrap .mj_projects .mj_project3_2 .m_text {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0 auto;
  margin-top: 48px;
  width: 220px;
}
.mj_projects-wrap .mj_projects .mj_project3_2 .s_text {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin: 0 auto;
  margin-top: 25px;
  line-height: 30px;
}
.mj_projects-wrap .mj_projects .mj_project3_2 .s_m_text {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  margin: 0 auto;
  margin-top: 40px;
  line-height: 30px;
}
.mj_projects-wrap .mj_projects .mj_project3_wrap {
  width: 396px;
  height: 265px;
  position: absolute;
  right: 12px;
  z-index: 1;
  cursor: default;
}
.mj_projects-wrap .mj_projects .mj_project4 {
  background-color: #fff;
  background-image: url(images/shouye/qiye_gray_4.png);
  background-repeat: no-repeat;
}
.mj_projects-wrap .mj_projects .mj_project4:hover {
  background-color: #009ddc;
  background-image: url(images/shouye/qiye_white_4.png);
}
.mj_projects-wrap .mj_projects .mj_project4:hover .m_text,
.mj_projects-wrap .mj_projects .mj_project4:hover .s_text {
  color: #fff;
}
.mj_tools_wrap {
  height: 585px;
  margin: 0 auto;
  overflow: hidden;
  min-width: 1200px;
}
.mj_tools_wrap .mj_tools_content {
  height: 585px;
  width: 1025px;
  margin: 0 auto;
}
.mj_tools_wrap .mj_tools_content .content_img_wrap {
  float: left;
  left: 0;
  height: 100%;
}
.mj_tools_wrap .mj_tools_content .content_img_wrap .title-wrap {
  width: 553px;
  margin-top: 85px;
  margin-left: -40px;
}
.mj_tools_wrap .mj_tools_content .content_img_wrap .title-wrap .title_texts {
  font-family: '微软雅黑';
  color: #fff;
  text-align: center;
}
.mj_tools_wrap .mj_tools_content .content_img_wrap .title-wrap .title1 {
  font-size: 26px;
  font-weight: 700;
}
.mj_tools_wrap .mj_tools_content .content_img_wrap .title-wrap .title2 {
  margin-top: 18px;
  font-size: 21px;
  height: 55px;
  line-height: 25px;
  font-weight: lighter;
}
.mj_tools_wrap .mj_tools_content .content_img_wrap .title-text2,
.mj_tools_wrap .mj_tools_content .content_img_wrap .title-text3,
.mj_tools_wrap .mj_tools_content .content_img_wrap .title-text4,
.mj_tools_wrap .mj_tools_content .content_img_wrap .title-text5,
.mj_tools_wrap .mj_tools_content .content_img_wrap .title-text6 {
  display: none;
}
.mj_tools_wrap .mj_tools_content .content_img_wrap .content_imgs {
  width: 486px;
  height: 385px;
  margin-top: 5px;
  background-repeat: no-repeat;
  display: none;
}
.mj_tools_wrap .mj_tools_content .content_img_wrap .content_img1 {
  display: block;
  background-image: url(images/shouye/liucheng_img1.png);
}
.mj_tools_wrap .mj_tools_content .content_img_wrap .content_img2 {
  display: none;
  background-image: url(images/shouye/liucheng_img2.png);
}
.mj_tools_wrap .mj_tools_content .content_img_wrap .content_img3 {
  display: none;
  background-image: url(images/shouye/liucheng_img3.png);
}
.mj_tools_wrap .mj_tools_content .content_img_wrap .content_img4 {
  display: none;
  background-image: url(images/shouye/liucheng_img4.png);
}
.mj_tools_wrap .mj_tools_content .content_img_wrap .content_img5 {
  display: none;
  background-image: url(images/shouye/liucheng_img5.png);
}
.mj_tools_wrap .mj_tools_content .content_img_wrap .content_img6 {
  display: none;
  background-image: url(images/shouye/liucheng_img6.png);
}
.mj_tools_wrap .mj_tools_content .content_btn_wrap {
  float: right;
  right: 0;
  height: 100%;
  width: 450px;
  overflow: hidden;
}
.mj_tools_wrap .mj_tools_content .content_btn_wrap .content_btns_div {
  height: 130px;
}
.mj_tools_wrap .mj_tools_content .content_btn_wrap .content_btns_div .content_btns {
  float: left;
  width: 135px;
  height: 130px;
  margin-left: 22px;
  background-repeat: no-repeat;
  background-position: top;
}
.mj_tools_wrap .mj_tools_content .content_btn_wrap .content_btns_div .content_btns .btn_name {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 23px;
  font-family: '微软雅黑';
  margin-top: 98px;
  cursor: default;
}
.mj_tools_wrap .mj_tools_content .content_btn_wrap .content_btns_div .content_btns:first-child {
  margin-left: 0;
}
.mj_tools_wrap .mj_tools_content .content_btn_wrap .content_btns_div .content_btn1 {
  background-image: url(images/shouye/liucheng_btn1.png);
}
.mj_tools_wrap .mj_tools_content .content_btn_wrap .content_btns_div .content_btn1.hover {
  background-image: url(images/shouye/liucheng_btn1_1.png);
}
.mj_tools_wrap .mj_tools_content .content_btn_wrap .content_btns_div .content_btn2 {
  background-image: url(images/shouye/liucheng_btn2.png);
}
.mj_tools_wrap .mj_tools_content .content_btn_wrap .content_btns_div .content_btn2.hover {
  background-image: url(images/shouye/liucheng_btn2_2.png);
}
.mj_tools_wrap .mj_tools_content .content_btn_wrap .content_btns_div .content_btn3 {
  background-image: url(images/shouye/liucheng_btn3.png);
}
.mj_tools_wrap .mj_tools_content .content_btn_wrap .content_btns_div .content_btn3.hover {
  background-image: url(images/shouye/liucheng_btn3_3.png);
}
.mj_tools_wrap .mj_tools_content .content_btn_wrap .content_btns_div .content_btn4 {
  background-image: url(images/shouye/liucheng_btn4.png);
}
.mj_tools_wrap .mj_tools_content .content_btn_wrap .content_btns_div .content_btn4.hover {
  background-image: url(images/shouye/liucheng_btn4_4.png);
}
.mj_tools_wrap .mj_tools_content .content_btn_wrap .content_btns_div .content_btn5 {
  background-image: url(images/shouye/liucheng_btn5.png);
}
.mj_tools_wrap .mj_tools_content .content_btn_wrap .content_btns_div .content_btn5.hover {
  background-image: url(images/shouye/liucheng_btn5_5.png);
}
.mj_tools_wrap .mj_tools_content .content_btn_wrap .content_btns_div .content_btn6 {
  background-image: url(images/shouye/liucheng_btn6.png);
}
.mj_tools_wrap .mj_tools_content .content_btn_wrap .content_btns_div .content_btn6.hover {
  background-image: url(images/shouye/liucheng_btn6_6.png);
}
.mj_tools_wrap .mj_tools_content .content_btn_wrap .content_btns_div:first-child {
  margin-top: 125px;
}
.mj_tools_wrap .mj_tools_content .content_btn_wrap .content_btns_div:last-child {
  margin-top: 80px;
}
.mj_selects {
  height: 550px;
  min-width: 1200px;
}
.mj_selects .mj_select-wraps {
  height: 340px;
  margin-top: 40px;
}
.mj_selects .mj_select-wraps .mj_select-wrap {
  height: 160px;
}
.mj_selects .mj_select-wraps .mj_select-wrap .mj_select0 {
  width: 285px;
  height: 160px;
  overflow: hidden;
  position: absolute;
}
.mj_selects .mj_select-wraps .mj_select-wrap .mj_select0:nth-child(1) {
  margin-left: 0px;
}
.mj_selects .mj_select-wraps .mj_select-wrap .mj_select0:nth-child(2) {
  margin-left: 305px;
}
.mj_selects .mj_select-wraps .mj_select-wrap .mj_select0:nth-child(3) {
  margin-left: 610px;
}
.mj_selects .mj_select-wraps .mj_select-wrap .mj_select0:nth-child(4) {
  margin-left: 915px;
}
.mj_selects .mj_select-wraps .mj_select-wrap .mj_select {
  width: 285px;
  height: 160px;
  position: absolute;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.mj_selects .mj_select-wraps .mj_select-wrap .mj_select_cover {
  z-index: 3;
}
.mj_selects .mj_select-wraps .mj_select-wrap .hover-text1 {
  margin: 0 auto;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 160px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
}
.mj_selects .mj_select-wraps .mj_select-wrap .hover-text2 {
  display: none;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  text-align: center;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}
.mj_selects .mj_select-wraps .mj_select-wrap .hover-text {
  line-height: 52px;
  width: 65%;
  margin: 0 auto;
}
.mj_selects .mj_select-wraps .mj_select-wrap .hover-text:nth-child(1) {
  border-bottom: 1px solid #fff;
}
.mj_selects .mj_select-wraps .mj_select-wrap .hover-text:nth-child(3) {
  border-top: 1px solid #fff;
}
.mj_selects .mj_select-wraps .mj_select-wrap .hover-text-two {
  line-height: 79px;
}
.mj_selects .mj_select-wraps .mj_select-wrap .mj_select1 {
  background-image: url(images/shouye/user_select_1.jpg);
}
.mj_selects .mj_select-wraps .mj_select-wrap .mj_select2 {
  background-image: url(images/shouye/user_select_2.jpg);
}
.mj_selects .mj_select-wraps .mj_select-wrap .mj_select2:hover .mj_select2_cover1 {
  display: none;
}
.mj_selects .mj_select-wraps .mj_select-wrap .mj_select2:hover .mj_select2_cover2 {
  display: block;
}
.mj_selects .mj_select-wraps .mj_select-wrap .mj_select3 {
  background-image: url(images/shouye/user_select_3.jpg);
}
.mj_selects .mj_select-wraps .mj_select-wrap .mj_select4 {
  background-image: url(images/shouye/user_select_4.jpg);
}
.mj_selects .mj_select-wraps .mj_select-wrap .mj_select5 {
  background-image: url(images/shouye/user_select_5.jpg);
}
.mj_selects .mj_select-wraps .mj_select-wrap .mj_select6 {
  background-image: url(images/shouye/user_select_6.jpg);
}
.mj_selects .mj_select-wraps .mj_select-wrap .mj_select7 {
  background-image: url(images/shouye/user_select_7.jpg);
}
.mj_selects .mj_select-wraps .mj_select-wrap .mj_select8 {
  background-image: url(images/shouye/user_select_8.jpg);
}
.mj_selects .mj_select-wraps .mj_select-wrap.mj_select-wrap2 {
  margin-top: 20px;
}
.clear-float {
  clear: both;
}
.white-color {
  color: #fff;
}
.bgcolor_blue {
  background-color: #2895CC;
}
.mj_nav {
  height: 120px;
  min-width: 1200px;
  background-color: #f7f7f7;
  box-shadow: 0 0 10px #ccc inset;
}
.mj_nav .w_c {
  height: 87px;
}
.mj_nav .mj_navs {
  float: left;
  width: 25%;
  height: 100%;
  cursor: pointer;
}
.mj_nav .mj_navs .m_name {
  font-size: 24px;
}
.mj_nav .mj_navs .title_name {
  padding-top: 35px;
}
.mj_nav .mj_navs:hover {
  color: #009ddc;
}
.mj_nav .mj_navs:hover div {
  color: #009ddc;
}
.mj_nav .mj_navs.current {
  color: #009ddc;
}
.mj_nav .mj_navs.current div {
  color: #009ddc;
}
.mj_nav .nav-arr-wrap {
  margin: 0 auto;
  margin-top: 11px;
  height: 21px;
  width: 1200px;
  min-width: 1200px;
}
.mj_nav .nav-arr-wrap .mj_nav-arr {
  height: 21px;
  width: 300px;
  display: inline-block;
  background-image: url(images/shouye/arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.mj_nav .nav-arr-wrap .mj_nav-arr0 {
  display: inline-block;
  margin-top: 15px;
}
.mj_nav .nav-arr-wrap .mj_nav-arr1 {
  margin-left: 300px;
  margin-top: 26px;
  display: none;
}
.mj_nav .nav-arr-wrap .mj_nav-arr2 {
  margin-left: 600px;
  margin-top: 26px;
  display: none;
}
.mj_nav .nav-arr-wrap .mj_nav-arr3 {
  margin-left: 900px;
  margin-top: 26px;
  display: none;
}
.nav_content {
  height: 675px;
  min-width: 1200px;
  position: relative;
  top: -15px;
  overflow: hidden;
}
.nav_content img {
  display: block;
  margin: 0 auto;
}
.nav_content .btn_wrap {
  position: absolute;
  margin-top: 335px;
  height: 59px;
  left: 50%;
  margin-left: -600px;
}
.nav_content .btn_wrap .left_btn,
.nav_content .btn_wrap .right_btn {
  width: 34px;
  height: 59px;
  position: absolute;
  top: 0;
  cursor: pointer;
}
.nav_content .btn_wrap .left_btn {
  left: 0;
  background-image: url(images/shouye/zuo.png);
}
.nav_content .btn_wrap .right_btn {
  right: 0;
  background-image: url(images/shouye/you.png);
}
.nav_content ul li {
  display: none;
}
.nav_content ul li:nth-child(1) {
  display: block;
}
.mj_peruser {
  background-color: #f7f7f7;
  min-width: 1200px;
  padding-bottom: 45px;
}
.mj_peruser .mj_peruser_img {
  border-radius: 0px;
  height: 190px;
  margin: 38px auto 0;
}
.mj_peruser .mj_peruser_img .peruser_img_item {
  float: left;
  height: 94px;
  border-right: 1px solid #c9c9c9;
  width: 199px;
  background-repeat: no-repeat;
  background-position: center center;
}
.mj_peruser .mj_peruser_img .peruser_img1 {
  background-image: url(images/shouye/peruser_logo1.png);
}
.mj_peruser .mj_peruser_img .peruser_img2 {
  background-image: url(images/shouye/peruser_logo2.png);
}
.mj_peruser .mj_peruser_img .peruser_img3 {
  background-image: url(images/shouye/peruser_logo3.png);
}
.mj_peruser .mj_peruser_img .peruser_img4 {
  background-image: url(images/shouye/peruser_logo4.png);
}
.mj_peruser .mj_peruser_img .peruser_img5 {
  background-image: url(images/shouye/peruser_logo5.png);
}
.mj_peruser .mj_peruser_img .peruser_img6 {
  background-image: url(images/shouye/peruser_logo6.png);
}
.mj_peruser .mj_peruser_img .peruser_img7 {
  background-image: url(images/shouye/peruser_logo7.png);
}
.mj_peruser .mj_peruser_img .peruser_img8 {
  background-image: url(images/shouye/peruser_logo8.png);
}
.mj_peruser .mj_peruser_img .peruser_img9 {
  background-image: url(images/shouye/peruser_logo9.png);
}
.mj_peruser .mj_peruser_img .peruser_img10 {
  background-image: url(images/shouye/peruser_logo10.png);
}
.mj_peruser .mj_peruser_img .peruser_img11 {
  background-image: url(images/shouye/peruser_logo11.png);
}
.mj_peruser .mj_peruser_img .peruser_img12 {
  background-image: url(images/shouye/peruser_logo12.png);
}
.mj_peruser .mj_peruser_img .peruser_img_item:nth-child(6),
.mj_peruser .mj_peruser_img .peruser_img_item:nth-child(12) {
  border-right: 0px;
}
.mj_peruser .company_more {
  margin-top: 25px;
  text-align: right;
  font-size: 18px;
  color: #009ddc;
}
.mj_peruser .company_more span {
  cursor: pointer;
}
/*首页高级企业版弹窗*/
.shouyeTip {
  margin-top: -10px;
}
.shouyeTip .contentText {
  font-size: 18px;
  color: #009ddc;
  text-align: center;
  font-weight: 700;
}
.shouyeTip .contentC {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  padding-top: 16px;
  padding-bottom: 20px;
}
.shouyeTip .telepho {
  font-size: 14px;
  color: #009ddc;
}
.mj_carousel {
  min-width: 1200px;
}
/* - -- ---< slider.css >--- -- - */
.unslider {
  overflow: auto;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #f7f7f7;
}
.unslider-wrap {
  position: relative;
  height: 100%;
}
.unslider-wrap.unslider-carousel > li {
  float: left;
}
.unslider-vertical > ul {
  height: 100%;
}
.unslider-vertical li {
  float: none;
  width: 100%;
  height: 100%;
}
.unslider-fade {
  position: relative;
}
.unslider-fade .unslider-wrap li {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 8;
}
.unslider-fade .unslider-wrap li a {
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  max-width: 1904px;
}
.unslider-fade .unslider-wrap li.unslider-active {
  z-index: 10;
}
.unslider li,
.unslider ol,
.unslider ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}
.unslider-arrow {
  position: absolute;
  left: 20px;
  z-index: 2;
  cursor: pointer;
}
.unslider-arrow.next {
  left: auto;
  right: 20px;
}
.unslider-nav {
  z-index: 10;
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
}
.unslider-nav ol {
  list-style: none;
  text-align: center;
}
.unslider-nav ol li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: transparent;
  border-radius: 6px;
  overflow: hidden;
  text-indent: -999em;
  border: 1.2px solid #fff;
  cursor: pointer;
}
.unslider-nav ol li.unslider-active {
  background: #fff;
  cursor: default;
}
/* - -- ---< tips.css >--- -- - */
.tool-tips-showm {
  width: 400px;
  height: 119px;
  position: fixed;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2000;
  background-color: #fff;
  left: 0;
  top: 0;
  box-shadow: 0 0 10px #B2B0B0;
  border-radius: 5px;
}
.tool-tips-showm .title-showmvs {
  margin: 27px 0 0 30px;
  font-size: 18px;
  color: #333333;
  font-weight: 700;
}
.tool-tips-showm .title-showmvs .tip-plesa {
  margin: 40px 0 0 147px;
}
.tool-tips-showm .title-showmvs .btos-clicks {
  background-image: url("/static/images/allclosings.jpg");
  width: 22px;
  height: 23px;
  float: right;
  margin-right: 30px;
  cursor: pointer;
}
.tool-tips-showm .contonts-showmvs {
  color: #666666;
  font-size: 15px;
  margin: 20px 0 0 30px;
  text-align: left;
}
.tool-tips-showm .botons-showmvs {
  margin: 30px 0 0 185px;
}
.tools-tip-shows {
  animation: tipprompt 0.3s 1 forwards;
}
@keyframes tipprompt {
  0% {
    transform: translate(0, 0) scale(0, 0);
    opacity: 0;
  }
  80% {
    transform: translate(0, 0) scale(1.2, 1.2);
    top: 15;
    left: 10;
    opacity: 1;
  }
  100% {
    transform: translate(0, 0) scale(1, 1);
    opacity: 1;
    font-family: "microsoft YaHei";
  }
}
.tools-tip-shocks {
  animation: shocks 0.3s 1 forwards;
}
@keyframes shocks {
  12.5% {
    right: 15px;
  }
  37.5% {
    right: -15px;
  }
  62.5% {
    right: 15px;
  }
  87.5% {
    right: -15px;
  }
  100% {
    right: 0;
  }
}
.tools-tip-hide {
  animation: hides 0.3s 1 forwards;
}
@keyframes hides {
  0% {
    transform: translate(0, 0) scale(1, 1);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0) scale(0, 0);
    opacity: 0;
  }
}
