/* common */
.workspace-container {
  max-width: 1220px;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}
.workspace-container .caption .title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.workspace-container .caption .subtitle {
  margin-top: 16px;
  font-weight: bold;
  text-align: center;
}
.workspace-container .trial-contact {
  margin-top: 46px;
  text-align: center;
}
.workspace-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/workspace/banner_top.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  background-color: #1871e6;
}
.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,
.banner .content .title {
  color: #fff;
}
.banner .content .subtitle {
  font-size: 25px;
  margin-top: 10px;
}
.banner .content .title {
  font-size: 35px;
  font-weight: bold;
}
.banner .contact {
  margin-top: 39px;
}
.banner .contact .btn {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  padding: 0 30px;
  border-radius: 18.5px;
  font-size: 16px;
  font-weight: bold;
}
.banner .contact .btn:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}
.banner .contact .btn.trial {
  background-color: #fff;
  color: #2F7FE8;
}

/* 简介 */
.profile {
  padding: 60px 0 75px;
}
.profile .words {
  font-weight: bold;
  margin: 0 180px;
  text-align: center;
}
.profile .video {
  margin-top: 36px;
  display: flex;
  justify-content: center;
}
.profile .video > video {
  width: 1000px;
}

/* 一个系统，满足您所有需求 */
.meeting-needs {
  padding: 0 0 75px;
}
.meeting-needs .needs-list {
  margin-top: 30px;
}
.meeting-needs .needs-list {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.need-item {
  width: 275px;
  box-sizing: border-box;
  padding: 46px 22px 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  background-color: #FAFAFA;
}
.need-item .img {
  height: 71px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.need-item .name {
  font-size: 23px;
  font-weight: bold;
  margin-top: 46px;
}
.need-item .summary {
  margin-top: 8px;
}
.need-item .icons {
  margin-top: 21px;
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
}
.need-item .icons .icons-list {
  display: flex;
  justify-content: center;
}
.need-item .icons .icons-list > img + img {
  margin-left: 13px;
}


/* Google Workspace 特色 */
.characteristic {
  background-color: #FAFAFA;
}
.characteristic-box {
  padding: 75px 0;
}
.characteristic-items {
  margin-top: 27px;
  display: flex;
  justify-content: space-between;
}
.characteristic-items .item {
  width: 385px;
  box-sizing: border-box;
  padding: 52px 38px 62px;
  background-color: #fff;
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}
.characteristic-items .item .icon {
  text-align: center;
  height: 71px;
}
.characteristic-items .item .icon > img {
  display: inline-block;
  vertical-align: middle;
}
.characteristic-items .item .title {
  margin-top: 24px;
  font-size: 20px;
  font-weight: bold;
}
.characteristic-items .item .summary {
  margin-top: 12px;
}

/* Google Workspace 产品 */
.gw-products {
  padding: 50px 0 75px;
}
.gw-products .caption .name {
  font-size: 35px;
  font-weight: bold;
  color: #E5A414;
  text-align: center;
}
.gw-products .caption .title {
  margin-top: 31px;
}
.products-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.products-list .item {
  width: 385px;
  margin-top: 34px;
  text-align: center;
  box-sizing: border-box;
  padding: 36px 32px;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}
.products-list .item:nth-child(1),
.products-list .item:nth-child(2),
.products-list .item:nth-child(3) {
  margin-top: 0;
}
.products-list .item > img {
  display: inline-block;
  vertical-align: middle;
}
.products-list .item .title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
}
.products-list .item .summary {
  font-size: 14px;
  margin-top: 13px;
  height: 3em;
  box-sizing: content-box;
  position: relative;
}
.products-list .item .summary::after {
  content: '';
  display: block;
  position: absolute;
  width: 76px;
  height: 3px;
  border-radius: 5px;
  background-color: #E6A71C;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}
.products-list .item .description {
  font-size: 16px;
  margin-top: 39px;
  text-align: left;
}

/* 专业的通讯工具 */
.communication {
  background-color: #FAFAFA;
}
.communication-box {
  padding: 70px 0;
}
.communication-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.communication-list .item {
  width: 275px;
  text-align: center;
  box-sizing: border-box;
  padding: 32px 24px;
  border-radius: 10px;
  background-color: #fff;
}

.communication-list .item > img {
  display: inline-block;
  vertical-align: middle;
}
.communication-list .item .title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 13px;
}
.communication-list .item .summary {
  font-size: 14px;
  margin-top: 13px;
  height: 3em;
  box-sizing: content-box;
  position: relative;
}
.communication-list .item .summary::after {
  content: '';
  display: block;
  position: absolute;
  width: 76px;
  height: 3px;
  border-radius: 5px;
  background-color: #E6A71C;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}
.communication-list .item .description {
  font-size: 16px;
  margin-top: 39px;
  text-align: left;
}

/* 安全可搜索的云端空间 */
.cloud-space {
  padding: 75px 0;
}
.cloud-space-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}
.cloud-space-list .item {
  width: 385px;
  text-align: center;
  box-sizing: border-box;
  padding: 36px 30px;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}
.cloud-space-list .item + .item {
  margin-left: 34px;
}
.cloud-space-list .item > img {
  display: inline-block;
  vertical-align: middle;
}
.cloud-space-list .item .title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 13px;
}
.cloud-space-list .item .summary {
  font-size: 14px;
  margin-top: 13px;
  height: 3em;
  box-sizing: content-box;
  position: relative;
}
.cloud-space-list .item .summary::after {
  content: '';
  display: block;
  position: absolute;
  width: 76px;
  height: 3px;
  border-radius: 5px;
  background-color: #E6A71C;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}
.cloud-space-list .item .description {
  font-size: 16px;
  margin-top: 39px;
  text-align: left;
}

/* 企业安全管理 */
.safe-manage {
  padding: 0 0 75px;
}
.safe-manage-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}
.safe-manage-list .item {
  width: 385px;
  text-align: center;
  box-sizing: border-box;
  padding: 36px 30px;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}
.safe-manage-list .item > img {
  display: inline-block;
  vertical-align: middle;
}
.safe-manage-list .item .title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 13px;
}
.safe-manage-list .item .summary {
  font-size: 14px;
  margin-top: 13px;
  height: 3em;
  box-sizing: content-box;
  position: relative;
}
.safe-manage-list .item .summary::after {
  content: '';
  display: block;
  position: absolute;
  width: 76px;
  height: 3px;
  border-radius: 5px;
  background-color: #E6A71C;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}
.safe-manage-list .item .description {
  font-size: 16px;
  margin-top: 39px;
  text-align: left;
}


/* 免费试用下载 */
.download {
  height: 228px;
  background-color: #e5a414;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.download .title {
  font-size: 30px;
  font-weight: bold;
}
.download .contact {
  padding-top: 19px;
}
.download .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;
}
.download .contact a:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}
