/* common */
.aws-spapi-container {
  max-width: 1220px;
  margin: 0 auto;
}

/* 顶部banner */
.banner,
.banner .content {
  height: 313px;
}
.banner {
  width: 100%;
  background-image: url(/img/awsDkp/banner_top.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  /*margin-top: 55px;*/
}
.banner .content {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.banner .content .title {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
}
.banner .content .title .name {
  color: #e5a414;
  font-size: 35px;
}

/* aws-spapi 简介 */
.aws-spapi-profile .demand-contact {
  padding: 60px 0 30px;
}
.aws-spapi-profile .demand {
  color: #333;
  font-size: 16px;
}
.aws-spapi-profile .contact {
  margin-top: 30px;
  text-align: center;
}
.aws-spapi-profile .contact-btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 37px;
  line-height: 37px;
  padding: 0 27px;
  text-align: center;
  background-color: #e5a414;
  color: #fff;
  font-size: 16px;
  border-radius: 18.5px;
}
.aws-spapi-profile .contact-btn:hover {
  background-color: #f0b023;
}
.aws-spapi-profile .data-status {
  padding: 35px 0 75px;
}
.aws-spapi-profile .data-status .caption {
  color: #333;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

.aws-spapi-profile .data-status .items {
  margin-top: 30px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.aws-spapi-profile .data-status .items li {
  width: 23.7%;
  background: #fdfdfd;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  flex-grow: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
}
.aws-spapi-profile .data-status .items li p {
  padding: 30px 25px;
  color: #333;
  font-size: 16px;
}

/* 我们提供的服务 */
.aws-spapi-service {
  background-color: #f8f8f8;
}
.aws-spapi-service .aws-spapi-serve {
  padding: 75px 0;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.aws-spapi-service .data-schema {
  width: calc(95.32% - 253px);
}
.aws-spapi-service .data-schema img {
  width: 100%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.aws-spapi-service .service {
  width: 253px;
  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;
  color: #333;
}
.aws-spapi-service .service .caption {
  font-size: 36px;
  font-weight: bold;
}
.aws-spapi-service .service .items {
  margin-top: 30px;
  font-size: 16px;
}
.aws-spapi-service .service .items li {
  position: relative;
  padding-left: 26px;
}
.aws-spapi-service .service .items li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #e5a414;
}
.aws-spapi-service .service .items li + li {
  margin-top: 20px;
}

/* 亚马逊品牌分析报告三大功能 */
.aws-spapi-reports {
  padding: 75px 0 130px;
  color: #333;
}
.aws-spapi-reports .caption {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.aws-spapi-reports .content {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  margin-top: 30px;
}
.aws-spapi-reports .left {
  width: 62.05%;
}
.aws-spapi-reports .right {
  width: 35.08%;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.aws-spapi-reports .left-box,
.aws-spapi-reports .right-box {
  background-color: #ffffff;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}
.aws-spapi-reports .left-box .reports-function {
  padding: 45px 54px;
}
.aws-spapi-reports .right-box {
  height: 46.25%;
}
.aws-spapi-reports .right-box .reports-function {
  padding: 45px 40px 0;
}
.aws-spapi-reports .reports-function .title {
  font-size: 18px;
  font-weight: bold;
}
.aws-spapi-reports .reports-function .items {
  margin-top: 22px;
}
.aws-spapi-reports .reports-function .items li {
  padding-left: 25px;
  position: relative;
  font-size: 16px;
}
.aws-spapi-reports .reports-function .items li + li {
  margin-top: 26px;
}
.aws-spapi-reports .reports-function .items li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 17.88px;
  height: 13.43px;
  background-image: url(/img/awsDkp/icon_tick.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

/* 需求沟通 */
.immediately-contact {
  background-color: #e5a414;
  height: 228px;
  text-align: center;
}
.immediately-contact .words {
  padding-top: 66px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.immediately-contact .contact {
  padding-top: 18px;
}
.immediately-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;
}
.immediately-contact .contact a:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

.main {
  max-width: 1200px;
  margin: auto;
}

.more {
  margin: 0px auto 110px !important;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.more .title {
  font-size: 36px !important;
  font-weight: bold;
  color: #333333;
}
.more .subtitle{
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.more .video {
  margin: 40px auto 0px !important;
  width: 100%;
  height: 471px;
  position: relative;
  display: flex;
}
.more .video .preview {
  cursor: pointer;
}
.more .video .preview img {
  width: 100%;
  height: 100%;
}

.more .video .preview #minitab-btn {
  background-color: white;
  color: #50B9B5;
}

.more .video .preview .btn {
  top: calc((100% - 37px) / 2);
  left: calc((100% - 174px) / 2);
  position: absolute;
  width: 174px;
  height: 37px;
  font-size: 20px !important;
  line-height: 37px;
  color: white;
  display: flex;
  justify-content: center;
  border-radius: 30px;
}
.more .video .player {
  display: none;
  width: auto;
  height: 100%;
}