/* common */
.guanyuan-bi-container {
  max-width: 1220px;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}
.guanyuan-bi-container .caption .title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.guanyuan-bi-container .caption .subtitle {
  margin-top: 13px;
  font-weight: bold;
  text-align: center;
  
}
.guanyuan-bi-container .trial-contact {
  margin-top: 69px;
}
.guanyuan-bi-container .trial-contact a {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  padding: 0 30px;
  border-radius: 18.5px;
  font-size: 16px;
  background-color: #e5a414;
  color: #fff;
  font-weight: bold;
}

/* 顶部banner */
.banner,
.banner .content {
  height: 312px;
}
.banner {
  width: 100%;
  background-image: url('/img/guanyuanBI/banner_top.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  background-color: #f4f3f7;
}
.banner .content {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.banner .content .subtitle {
  font-size: 25px;
  margin-top: 8px;
}
.banner .content .title {
  font-size: 35px;
  font-weight: bold;
}
.banner .contact {
  margin-top: 33px;
}
.banner .contact .btn {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  padding: 0 30px;
  border-radius: 18.5px;
  font-size: 16px;
  box-sizing: border-box;
}
.banner .contact .btn + .btn {
  margin-left: 19px;
}
.banner .contact .btn:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}
.banner .contact .btn.trial {
  background-color: #e5a414;
  color: #fff;
}
.banner .contact .btn.download {
  background-color: transparent;
  color: #E09F0E;
  border: 1px solid #E09F0E;
}

/* 简介 */
.profile-row {
  padding: 75px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profile-row-gray {
  background-color: #FAFAFA;
}
.sidebar .caption .title {
  text-align:left;
}
.sidebar .label {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding: 0 12px;
  border-radius: 4px;
  background-color: #EAEAEA;
  font-weight: bold;
  margin-bottom: 33px;
}
.profile-row1 {
  padding: 55px 0;
}
.profile-row1 .img {
  width: 606px;
}
.profile-row1 .sidebar {
  width: 544px;
}
.profile-row2 .img {
  width: 700px;
}
.profile-row2 .sidebar {
  width: 473px;
}
.profile-row3 .img {
  width: 650px;
}
.profile-row3 .sidebar {
  width: 510px;
}
.profile-row4 .img {
  width: 700px;
}
.profile-row4 .sidebar {
  width: 420px;
}
.profile-row5 .img {
  width: 650px;
}
.profile-row5 .sidebar {
  width: 530px;
}
.profile-row6 .img {
  width: 650px;
}
.profile-row6 .sidebar {
  width: 485px;
}
.profile-items {
  margin-top: 25px;
}
.profile-row1 .profile-items {
  margin-top: 0;
}
.profile-items .item {
  padding-left: 31px;
  position: relative;
}
.profile-items .item::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  top: 1px;
  background: url('/img/guanyuanBI/tick.png') no-repeat;
}
.profile-items .item + .item {
  margin-top: 24px;
}
.enterprises {
  margin-top: 65px;
}
.enterprises .title {
  font-weight: bold;
}
.enterprises .logos {
  margin-top: 17px;
  display: flex;
  align-items: center;
}
.enterprises .logos > img + img {
  margin-left: 35px;
}
.one-stop {
  padding: 0 0 75px 0;
}
.one-stop .one-stop-ui {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.share-data {
  padding: 60px 0;
}
.share-data .share-data-ui {
  margin-top: 53px;
  display: flex;
  justify-content: center;
}

/* 版本功能清单 */
.version {
  padding: 75px 0 80px;
}
.version-table {
  width: 890px;
  margin: 54px auto 0;
  background-color: #fff;
  box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.08);
}
.version-table,
.version-table th,
.version-table td {
  border-collapse: collapse;
  border: 1px solid rgba(112, 112, 112, 0.45);
}
.version-table thead {
  background-color: #FAFAFA;
}
.version-table th {
  font-weight: normal;
  font-size: 20px;
  padding: 12px 10px;
  text-align: center;
  line-height: 1.8;
}
.version-table td {
  padding: 18px 12px;
  text-align: center;
}
.version-table .item-list li,
.version-table .result-list li {
  height: 30px;
  line-height: 30px;
}
.version-table .item-list {
  padding: 0 0 0 30px;
}
.version-table .result-list {
  padding-top: 30px;
}
.version-table .item-list li {
  text-align: left;
}
.version-table .item-list li:first-child {
  color: #E5A414;
  font-weight: bold;
}
.version-table .dot {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  box-sizing: border-box;
  border: 1px solid #E5A414;
  border-radius: 50%;
  position: relative;
}
.version-table .dot::after {
  content: '';
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #E5A414;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.version-table .dot.disabled {
  border-color: #d3d3d3;
  background-color: f0f0f0;
}
.version-table .dot.disabled::after {
  background-color: #d3d3d3;
}
.version-table .keynote {
  color: #E5A414;
  font-weight: bold;
}

/* 各行各业的先进企业都在用观远数据 */
.cases {
  padding: 0 0 100px;
}
.cases-items {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.cases-items .item {
  width: 385px;
  box-sizing: border-box;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.16);
  padding: 34px 40px 77px;
  position: relative;
  border-radius: 10px;
}
.cases-items .item .logo {
  height: 56px;
  display: flex;
  align-items: center;
}
.cases-items .item .words {
  margin-top: 26px;
}
.cases-items .item .user {
  margin-top: 26px;
  display: flex;
  align-items: center;
}
.cases-items .item .user .name {
  padding-left: 30px;
  position: relative;
}
.cases-items .item .user .name::before {
  content: '';
  display: block;
  position: absolute;
  width: 28px;
  height: 1px;
  background-color: #333;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cases-items .item .user .post {
  font-size: 13px;
  color: #7D7B7B;
  margin-left: 5px;
}
.cases-items .item .more {
  position: absolute;
  left: 40px;
  bottom: 34px;
}
.cases-items .item .more > a {
  position: relative;
  padding-right: 20px;
  font-size: 13px;
}
.cases-items .item .more > a:hover {
  color: #E5A414
}
.cases-items .item .more > a::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 10px;
  background: url('/img/guanyuanBI/arrow.png') center/100% auto;
}
.cases-logos {
  margin-top: 44px;
  display: flex;
}


/* 免费试用下载 */
.requirement-contact {
  height: 228px;
  background-color: #e5a414;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.requirement-contact .title {
  font-size: 30px;
  font-weight: bold;
}
.requirement-contact .contact {
  padding-top: 19px;
}
.requirement-contact .contact a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 32px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  border-radius: 18.5px;
  color: #e5a414;
  font-size: 16px;
  background-color: #fff;
}
.requirement-contact .contact a:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}
