body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  color: #333;
}
.g-main {
  width: 1200px;
  margin: 0 auto;
}
a {
  color: #333;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.btn,
.form-control {
  border-radius: 0;
}
.module-header {
  padding-left: 40px;
  margin-bottom: 20px;
  background: #dfefff;
  /* Old browsers */
  background: -moz-linear-gradient(right, #dfefff 0%, #dfefff 44%, #fff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(right, #dfefff 0%, #dfefff 44%, #fff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #dfefff 0%, #dfefff 44%, #fff 100%);
}
.module-header .module-title {
  font-size: 25px;
  font-weight: bold;
  color: #1d79d9;
  background: #fff;
  display: inline-block;
  padding: 5px 15px;
}
.tabs-guide > .nav > li + li {
  margin-left: 5px;
}
.tabs-guide > .nav > li > a {
  font-size: 18px;
  font-weight: bold;
  height: 70px;
  padding: 25px 25px;
  text-align: center;
  border-radius: 0;
  color: #333;
}
.tabs-guide > .nav > li:nth-child(1) > a {
  background-color: #dfefff;
}
.tabs-guide > .nav > li:nth-child(2) > a {
  background-color: #d3f2f7;
}
.tabs-guide > .nav > li:nth-child(3) > a {
  background-color: #feecd7;
}
.tabs-guide > .nav > li:nth-child(4) > a {
  background-color: #f9e2dd;
}
.tabs-guide > .nav > li:nth-child(5) > a {
  background-color: #e3eafb;
}
.tabs-guide > .nav > li.active > a {
  color: #fff;
}
.tabs-guide > .nav > li.active:nth-child(1) > a {
  background: #1d79d9;
  color: #fff;
}
.tabs-guide > .nav > li.active:nth-child(2) > a {
  background: #01b6d1;
}
.tabs-guide > .nav > li.active:nth-child(3) > a {
  background: #f2aa56;
}
.tabs-guide > .nav > li.active:nth-child(4) > a {
  background: #f37656;
}
.tabs-guide > .nav > li.active:nth-child(5) > a {
  background: #4e7af3;
}
.tabs-guide > .tab-content > .tab-pane:nth-child(1) {
  border: 1px solid #1d79d9;
  border-top: 3px solid #1f7ddb;
}
.tabs-guide > .tab-content > .tab-pane:nth-child(2) {
  border: 1px solid #01b6d1;
  border-top: 3px solid #01b6d1;
}
.tabs-guide > .tab-content > .tab-pane:nth-child(3) {
  border: 1px solid #f2aa56;
  border-top: 3px solid #f2aa56;
}
.tabs-guide > .tab-content > .tab-pane:nth-child(4) {
  border: 1px solid #f37656;
  border-top: 3px solid #f37656;
}
.tabs-guide > .tab-content > .tab-pane:nth-child(5) {
  border: 1px solid #4e7af3;
  border-top: 3px solid #4e7af3;
}
.nav-project {
  padding-top: 30px;
}
.nav-project > li + li {
  margin-top: 30px;
}
.nav-project > li > a {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  position: relative;
  border-radius: 0;
}
.nav-project > li > a:hover {
  background: transparent;
  color: #1f7ddb;
}
.nav-project > li.active > a,
.nav-project > li.active > a:hover,
.nav-project > li.active > a:focus {
  background: transparent;
  color: #1f7ddb;
}
.nav-project > li.active > a:after,
.nav-project > li.active > a:hover:after,
.nav-project > li.active > a:focus:after {
  content: " ";
  position: absolute;
  width: 6px;
  height: 36px;
  background: #1f7ddb;
  top: 50%;
  margin-top: -18px;
  right: -4px;
  z-index: 999;
}
.project-list > li {
  padding: 10px 0;
}
.project-list > li + li {
  /* border-top: 1px solid #dcdcdc; */
}
.project-list > li .phase-step {
  overflow: hidden;
  font-size: 12px;
  height: 70px;
  /* line-height: 70px; */
  display: flex;
  flex-direction: row;
  align-items: center;
}
.project-list > li .phase-step .media-phase {
  float: left;
  font-size: 16px;
  height: 70px;
  width: 225px;
  padding: 12px;
  display: table;
  background: #cee7ff;
  /* Old browsers */
  background: -moz-linear-gradient(right, #cee7ff 0%, #eaf5ff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(right, #cee7ff 0%, #eaf5ff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #cee7ff 0%, #eaf5ff 100%);
}
.project-list > li .phase-step .media-phase .media-left span {
  height: 46px;
  width: 46px;
  line-height: 46px;
  background: #1d79d9;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin-right: 20px;
}
.project-list > li .phase-step .phase-right {
  margin-left: 20px;
  font-size: 16px;
  /* height: 70px; */
  /* line-height: 70px; */
  /* display: flex; */
  /* line-height: 24px; */
  width: 70%;
}
.tab-consulting > .nav > li > a {
  font-weight: normal;
  font-size: 16px;
  height: auto;
  padding: 16px 45px;
}
.table thead > tr > td,
.table tbody > tr > td,
.table thead > tr > th,
.table tbody > tr > th {
  vertical-align: middle;
  line-height: 2.2;
}
.table thead > tr > td.info,
.table tbody > tr > td.info,
.table thead > tr > th.info,
.table tbody > tr > th.info {
  background-color: #edf7ff;
}
.table.table-form thead > tr > td,
.table.table-form tbody > tr > td,
.table.table-form thead > tr > th,
.table.table-form tbody > tr > th {
  border: 0;
}
.table.table-striped thead > tr > th,
.table.table-striped tbody > tr > th,
.table.table-striped thead > tr > td,
.table.table-striped tbody > tr > td {
  border: 0;
}
.table.table-striped > tbody > tr:nth-of-type(odd) {
  background: #f4f4f4;
}
.btn-submit {
  background-color: #1f7ddb;
  border-color: #1f7ddb;
  font-size: 16px;
  color: #fff;
  padding: 10px 20px;
}
.page > .pagination > li {
  display: inline-block;
}
.page > .pagination > li + li {
  margin-left: 10px;
}
.page > .pagination > li > span,
.page > .pagination > li > a {
  background-color: #e7e7e7;
  border: 0;
  border-radius: 0;
  color: #333;
}
.page > .pagination > li > span:hover,
.page > .pagination > li > a:hover,
.page > .pagination > li > span:focus,
.page > .pagination > li > a:focus {
  background-color: #1f7ddb;
  color: #fff;
}
.page > .pagination > li.active > a,
.page > .pagination > li.active > a:hover,
.page > .pagination > li.active > a:focus {
  background-color: #1f7ddb;
  color: #fff;
}
.input-timepicker .input-group-addon {
  background: transparent;
  border-radius: 0;
}
.form-verification img {
  height: 34px;
}
.form-consulting {
  position: absolute;
  right: 0;
  top: -50px;
}
.btn-lightblue {
  background-color: #01b6d1;
  border-color: #01b6d1;
  color: #fff;
}
.btn-lightblue:hover,
.btn-lightblue:focus {
  background-color: #1191a5;
  border-color: #1191a5;
  color: #fff;
}




.eg-top-info{
  padding: 0;
  margin: 0;
  width: 100% !important;
}
.eg-top-info a:hover {
  color: #5472e9;
  text-decoration: none;
}
.eg-top-info .breadcrumb{
  width: 70%;
  float: left;
  background: none;
  padding-left: 0;
  margin: 0;
  padding: 15px 0;
}
.eg-top-back{
  float: right;
  width: 30%;
}
.eg-top-back a{
  float: right;
  margin-right: 20px;
  background: #0B74F5;
  color: #fff;
  padding: 6px 30px;
  border-radius: 4px;
  margin-top: 7px;
}
.eg-top-back a:hover{
  color: #fff;
}