@charset "UTF-8";
/* 公共样式 */
.container {
  width: 100%;
  padding: 20px 40px;
  background: #f2f6fd;
  min-width: 1440px;
}

.card {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 11px 0px rgba(62, 84, 238, 0.2);
  border-radius: 10px;
  padding: 18px 40px 20px 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.card .card-cont {
  padding-left: 20px;
}

.title-def {
  font-weight: bold;
  margin-bottom: 20px;
}

.title-def .tit-tip {
  color: #8A8E99;
  margin-left: 8px;
  margin-top: 3px;
}

.title-def .icon-tit {
  width: 21px;
  height: 21px;
  margin-right: 9px;
  background-size: 100% 100%;
}

.title-def .icon-kjdh {
  background-image: url(../images/icon-kjdh.png);
}

.title-def .icon-zjsy {
  background-image: url(../images/icon-zzsy.png);
}

.title-def .icon-ygm {
  background-image: url(../images/icon-ygm.png);
}

.title-def .icon-zzsy {
  background-image: url(../images/icon-zjsy.png);
}

.title-def .icon-cp {
  background-image: url(../images/icon-cp.png);
}

.title-def .icon-tj {
  width: 20px;
  height: 20px;
  background-image: url(../images/icon-tj.png);
}

.title-def .icon-bzzx {
  width: 20px;
  height: 20px;
  background-image: url(../images/icon-bzzx.png);
}

.title-def .icon-fwtd {
  width: 20px;
  height: 20px;
  background-image: url(../images/icon-fwtd.png);
}

.title-def .icon-gg {
  width: 20px;
  height: 20px;
  background-image: url(../images/icon-gg.png);
}

/* 公共样式end */
/* 客户中心头部 */
.cc-header .cc-top-cont {
  padding: 0 40px;
}

.cc-header .cc-header-cont {
  padding: 0 40px;
}

.cc-header .cc-header-cont .h-right {
  right: 40px;
}

.cc-header .cc-header-cont .cc-nav {
  height: 75px;
  padding: 0 10px;
  margin-left: 20px;
  position: relative;
}

.cc-header .cc-header-cont .cc-nav .cc-nav-tit {
  height: 75px;
}

.cc-header .cc-header-cont .cc-nav .cc-nav-tit .icon-house {
  width: 17px;
  height: 15px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPCAYAAAACsSQRAAAAAXNSR0IArs4c6QAAAclJREFUOE+V0r9rU1EUB/Dv9z14JkONDsm7F7QVXHTVglBobRW6KDo4O4qjHRwU7d8guLq5uiiIU5X6A4qL4CSKOjjk3PdITVyaSPLukVvySo1JqHc9h88593svMeWkaXqZ5CNVvZ5l2cakVk4qGGOWSb5Q1YRktyiK1TzPt8b1j0WstfOq+pLkN+/9NZJPSR4vimIlz/OPo9A/iLX2NIA3AH567xezLMvr9bqJ4/gtgJnBYLDUarW+7If+QowxJ0i+A1AAWBSRH2XzsBYgP1rbQ8ppJA/3+/0w7fPo2vu23PbeL4UtQ88uUqvVjlar1U0AcyQviMiHSYFba8+q6iuS37vd7kqn0+nsIsaYTZLnQ5jOudXhymOdRqNxMo7jxwAWVPW1c265RJ6RPAPgWK/XO9Jut39N2eQWgAcAPqnqV+fc1b1MjDGXSD4/ALIG4K6IpOWgsUilUqkBeKiqMclEVX+HDERkzVobkDsiYqYiSZLMR1G0ETICsEPyFIBDIjL334j3Pg3PaK29D+DGgREA9wDMArhZIsaYdQC3Sa6r6kWS58ZeJ3wkVX1PcmZ4122Ss81mcydN0ytRFD0BkISaqm455xbKTP4AxoXsEFebuJ4AAAAASUVORK5CYII=);
  margin-right: 4px;
}

.cc-header .cc-header-cont .cc-nav .cc-nav-sub {
  position: absolute;
  top: 60px;
  left: 10px;
  padding: 15px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 11px 0px rgba(62, 84, 238, 0.2);
  width: 800px;
  display: none;
}

.cc-header .cc-header-cont .cc-nav .cc-nav-sub ul {
  overflow: hidden;
  margin-top: 10px;
}

.cc-header .cc-header-cont .cc-nav .cc-nav-sub ul .cc-sub-tit {
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 10px;
  position: relative;
}

.cc-header .cc-header-cont .cc-nav .cc-nav-sub ul .cc-sub-tit::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 3px;
  height: 16px;
  background: #3E54EE;
}

.cc-header .cc-header-cont .cc-nav .cc-nav-sub ul:first-child {
  margin-top: 0;
}

.cc-header .cc-header-cont .cc-nav .cc-nav-sub li {
  width: 25%;
  float: left;
  padding: 0 10px;
  margin-bottom: 8px;
}

.cc-header .cc-header-cont .cc-nav:hover .cc-nav-sub {
  display: block;
}

.cc-header .cc-header-cont .cc-inp-box {
  position: absolute;
  margin-right: 180px;
  width: 412px;
  height: 30px;
  left: calc(65% - 424px);
}

.cc-header .cc-header-cont .cc-inp-box .cc-inp {
  width: 412px;
  height: 30px;
  background: #FFFFFF;
  border: 1px solid #D3E2FA;
  border-radius: 5px;
  padding: 0 50px 0 20px;
  box-sizing: border-box;
  line-height: 30px;
}

.cc-header .cc-header-cont .cc-inp-box .cc-inp-btn {
  position: absolute;
  top: 8px;
  right: 10px;
  cursor: pointer;
}

.cc-header .cc-header-cont .cc-inp-box .cc-inp-sub {
  position: absolute;
  top: 35px;
  left: 0;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 11px 0px rgba(62, 84, 238, 0.2);
  width: 100%;
}

.cc-header .cc-header-cont .cc-inp-box .cc-inp-sub ul li {
  width: 50%;
  float: left;
  padding: 0 10px;
  margin-bottom: 8px;
}

/* 客户中心头部end */
/* 原子化样式 */
.mian-color {
  color: #3E54EE;
}

.gray-color {
  color: #8A8E99;
}

.red-color {
  color: #FF0000;
}

.green-color {
  color: #57ff8a;
}

.mt20 {
  margin-top: 20px;
}

.mt70 {
  margin-top: 70px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr40 {
  margin-right: 40px;
}

.fontbold {
  font-weight: bold;
}

.w500 {
  width: 500px;
}

/* 原子化样式end */
/* table重置 */
.cc-table .el-table__header-wrapper .el-table__cell {
  padding: 0 1px;
  border-bottom: none !important;
}

.cc-table .el-table__header-wrapper .el-table__cell .cell {
  background: #D3E2FA;
  border-radius: 5px;
  color: #191919;
  padding-top: 8px;
  padding-bottom: 8px;
}

.cc-table .el-table__empty-text {
  padding-top: 100px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAA2CAMAAACP4lvzAAAA2FBMVEUAAADT4vrX5P/T4vrG2f/U4vvT4frS4vr+/v/e6/3v9f7////////////////W5Pr2+//////w9f3Z5/vT4vv////////T4vrq8f3////////////U4fn////////R4Pr////6///u7v/e6fvy9/7S4vr+/v/////19/7////////T4fro8Pz////b5/v////////T4vr////R4frV4/rp8f3f6vvY5vvz9/77/P79/f/X5frx9v34+v71+f7k7fzu9P3j7fzi7Pzs8v3b6Pvm7/ze6fvh6/wB6QKEAAAAMXRSTlMA9hL4DPF5nfsptPLp9r+jDSP59u7h3NOwrIN5aGdTNC4WB/ny6t3WyrOum5h/fzs6K2eb3wAAAcBJREFUSMfN1tdyozAUgGF5vdllF+KS3nvvQqJJtFDs93+jBEXCJvigZDKZyX+DLr6RhZAZ0OHwvNfd1j80a7iEOyN05f+cX8M6nhpzvq/nbM73PsDtmdfznNm113OcRbbwkmunT8I4jlfufkmujb62OvwoJ1X9vw2uq8lJRws47ajFCZ46ubO43OGkxd3SgSop+dRivnSr2n46J121OfXAePup0tKP/cXFIW8/psIFm9AfvpHfzIlKyxsnfvGLoLXv2bMoyfh7+3Zp/vmSUJYWDYx54SaJ69H+bePMcBWd05gnflAVpadD4ETiWa4fMFvEoqsjxeF3b4WDWFyM66NOjt1IzBt6k8Cu/M24gxPu24Kn2IvEyLwfgZzgJLBFIZ3I0eUTzLkv7zLmU8nNHZgX0tiRp37HGECc4GnNi5LJoQXzpOaTXPFlmGeKB1mquAlvpFtzx1d8A+TEi6RhQb2WbZjTlCmuvLWP+lizGhZnpVzXYIx6XR8DgudUrmv9AKFNDHovZGL2Z0fMbu2OENrbXFuCWj0zmFi7mHv3GCF0crj3B+xh68I0xJ5Yg4MREv2GGx0/7gysZXNje398UtkX4OeXQOftdcwAAAAASUVORK5CYII=);
  background-position-x: center;
  background-position-y: 50px;
  background-repeat: no-repeat;
}

.page {
  margin-top: 20px;
  text-align: right;
}

/* table重置end */
/* 普通样式 */
.cc-index .left {
  width: 65%;
}

.cc-index .right {
  width: calc(35% - 20px);
  margin-left: 20px;
}

.btn-text {
  position: absolute;
  top: 20px;
  right: 40px;
}

.btn-text .icon-zdy {
  width: 12px;
  height: 12px;
  background: url(../images/icon-zdy.png);
  margin-right: 7px;
}

.navi-item {
  width: calc(20% - 10px);
  height: 30px;
  background: #F2F6FD;
  border: 1px solid #F2F6FD;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  padding: 0 40px 0 20px;
  line-height: 28px;
  position: relative;
}

.navi-item .icon-close {
  position: absolute;
  top: 6px;
  right: 5px;
  display: none;
}

.navi-item:hover {
  color: #3E54EE;
  border: 1px solid #3E54EE;
}

.navi-item:hover .icon-close {
  display: block;
}

.prod-item {
  width: calc(25% - 10px);
  height: 95px;
  background: url(../images/bg-cp.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 5px;
  padding: 15px 20px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.prod-more {
  background: url(../images/ba-gdsy.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  vertical-align: top;
}

.prod-more div {
  margin-bottom: 20px;
}

.prod-more::after {
  content: '';
  position: absolute;
  top: 13px;
  right: 8px;
  width: 91px;
  height: 69px;
  background: url(../images/icon-gdsy.png);
}

.c-nav {
  border-bottom: 2px solid #D3E2FA;
  padding-bottom: 5px;
  margin-bottom: 40px;
}

.c-nav > span {
  margin-right: 35px;
  padding-bottom: 7px;
  cursor: pointer;
}

.c-nav > span .tag {
  width: 33px;
  height: 17px;
  background: #F66F6A;
  border-radius: 2px;
  text-align: center;
  line-height: 17px;
  color: #fff;
  font-size: 12px;
  display: inline-block;
}

.c-nav > span .el-icon-question {
  color: #F66F6A;
  font-size: 16px;
}

.c-nav > span .number {
  color: #57e682;
  margin-left: 4px;
}

.c-nav > span:hover {
  color: #3E54EE;
  border-bottom: 2px solid #3E54EE;
}

.c-nav > span.active {
  color: #3E54EE;
  border-bottom: 2px solid #3E54EE;
}

.re-box > img {
  width: 46%;
}

.help-box {
  overflow: hidden;
  display: none;
}

.help-box .help-item {
  width: 50%;
  margin-bottom: 14px;
  padding-right: 40px;
  float: left;
}

.help-box .help-item span {
  max-width: calc(100% - 30px);
  display: inline-block;
}

.help-box .help-item .icon-hot {
  width: 14px;
  height: 17px;
  background: url(../images/icon-hot.png);
  display: inline-block;
  margin-left: 6px;
  position: relative;
  top: -4px;
}

.card-user {
  padding: 0;
}

.card-user .top {
  height: 112px;
  background: url(../images/bg-user.png);
  background-size: 100% 100%;
  padding: 0 20px;
}

.card-user .top img {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 18px;
}

.card-user .bottom {
  height: 125px;
}

.card-user .bottom a {
  flex: 1;
}

.card-info {
  padding: 0;
  height: 162px;
  position: relative;
}

.card-info .ci-img {
  width: 100%;
  height: 100%;
}

.card-info .ci-btn {
  position: absolute;
  top: 100px;
  left: 9%;
  padding: 2px 8px;
  background: #3E54EE;
  border-radius: 5px;
  color: #fff;
}

.card-info .actSwiper {
  height: 162px;
  position: relative;
}

.card-info .actSwiper .swiper-slide {
  height: 100%;
  width: 100%;
}

.card-info .actSwiper .swiper-slide div {
  width: 100%;
  height: 100%;
}

.card-info .actSwiper .swiper-slide div img {
  width: 100%;
  height: 100%;
}

.card-team {
  padding: 20px;
}

.card-team .btn-text {
  right: 20px;
  top: 24px;
}

.card-team .team-item {
  width: 100%;
  height: 93px;
  background: url(../images/bg-kf.png) no-repeat bottom right, linear-gradient(90deg, #628BFE 0%, #90B0FF 100%);
  border-radius: 10px;
  padding: 20px;
  color: #fff;
  margin-bottom: 10px;
}

.card-team .team-item .tag {
  width: 88px;
  height: 17px;
  background: #fff;
  box-shadow: 0px 0px 11px 0px rgba(62, 84, 238, 0.2);
  border-radius: 5px;
  margin-left: 20px;
  text-align: center;
  line-height: 17px;
  color: #3E54EE;
}

.card-team .team-item-projectManager {
  background: url(../images/bg-xm.png) no-repeat bottom right, linear-gradient(90deg, #46AEF7 0%, #1DD5E6 100%);
}

.card-team .team-item-saleManager {
  background: url(../images/bg-xs.png) no-repeat bottom right, linear-gradient(-90deg, #FED479 0%, #FFC326 100%);
}

.card-active {
  height: 262px;
  padding: 0;
}

.card-active .newsSwiper {
  height: 262px;
}

.card-active .newsSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
}

.card-news {
  padding: 20px;
}

.card-news .btn-text {
  right: 20px;
  top: 24px;
}

.card-news .news-item {
  display: block;
  margin-bottom: 20px;
}

.card-news .news-item .tag {
  width: 70px;
  height: 17px;
  border: 1px solid #8A8E99;
  border-radius: 5px;
  color: #8A8E99;
  margin-right: 20px;
  display: inline-block;
  text-align: center;
  line-height: 17px;
}

/* 普通样式end */
/* 产品详情 */
.cp-index {
  background: #F2F6FD;
  padding: 20px 40px 20px 40px;
  min-height: calc(100vh - 500px);
}

.cp-card {
  width: 100%;
  padding: 20px 40px;
  background: #FFFFFF;
  box-shadow: 0px 0px 11px 0px rgba(62, 84, 238, 0.2);
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
}

.icon-line {
  width: 4px;
  height: 20px;
  background: #3E54EE;
  margin-right: 16px;
}

.breadcrumb {
  color: #8A8E99;
}

.breadcrumb span:last-child {
  color: #3E54EE;
}

.milestone-box {
  margin-top: 30px;
  margin-bottom: 20px;
}

.milestone-box .item {
  flex: 1;
  background: #F2F6FD;
  box-shadow: 0px 0px 11px 0px rgba(62, 84, 238, 0.2);
  border-radius: 0px 0px 10px 10px;
  padding: 27px 20px 34px;
  margin-right: 10px;
  border-top: 1px solid #3E54EE;
  position: relative;
}

.milestone-box .item:last-child {
  margin-right: 0;
}

.milestone-box .item .info {
  height: calc(1em * 1.5 *2);
  margin-bottom: 36px;
}

.milestone-box .item .btn-t {
  height: 40px;
  color: #3E54EE;
  line-height: 40px;
}

.milestone-box .item .tag-index {
  position: absolute;
  top: -10px;
  left: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #3E54EE;
  color: #3E54EE;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  letter-spacing: 0;
  word-spacing: 0;
}

.milestone-box .item.active {
  background: #F2F6FD;
}

.service-box .item .info {
  height: calc(1em * 1.5 *1);
  margin-bottom: 10px;
}

.service-box .item .tip {
  margin-bottom: 20px;
}

.service-box .item .tip span {
  padding: 4px 9px;
  display: inline-block;
  background: #EDFFF9;
  margin-right: 10px;
  border-radius: 5px;
  font-size: 14px;
}

.service-box .item .tip span .el-icon-circle-check {
  color: #73dcbf;
  margin-right: 10px;
}

.list-box .c-nav {
  margin-bottom: 20px;
}

.top-box {
  margin-bottom: 10px;
}

.top-box .search-box {
  width: 1000px;
}

/* 产品详情end */
/* 工单 */
.word-btn {
  position: absolute;
  top: 15px;
  right: 40px;
}

.que-list {
  overflow: hidden;
}

.que-list span {
  width: calc(20% - 10px);
  height: 34px;
  background: #f2f5fc;
  border: 1px solid #f2f5fc;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
  display: inline-block;
  padding: 0 20px;
  line-height: 32px;
  position: relative;
  cursor: pointer;
}

.que-list span:hover {
  color: #3E54EE;
  border: 1px solid #3E54EE;
}

.can-box .can-item {
  width: 400px;
  height: 200px;
  background: #f2f5fc;
  border-radius: 5px;
  margin-right: 10px;
  padding: 30px 40px;
}

/* 工单end */
