.navwrapper {
  background: #ffffff;
  width: 100%;
  z-index: 10000;
}
.nav-container {
  width: 1200px;
  height: 60px;
  margin: 0 auto;
}
.navbar {
  /*width:1200px;*/
  height: 60px;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: inset 0 -1px 0 0 #e6e6e6;
}
.menuItem {
  display: inline-block;
  width: 92px;
  height: 60px;
  margin: 0 12px;
}
.menuItem a {
  display: inline-block;
  width: 92px;
  height: 60px;
  font-size: 16px;
  color: #2d3138;
  letter-spacing: 0;
  text-align: center;
  line-height: 60px;
  text-decoration: none;
}
.menuItem a:hover {
  text-decoration: pointer;
}
.menuItem.active {
  color: #2962ff;
  box-shadow: inset 0 -2px 0 0 #2962ff;
}
.menuItem.active a {
  color: #2962ff;
}
.navbar-nav-my {
  /*width:1200px;*/
  height: 60px;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: inset 0 -1px 0 0 #e6e6e6;
  padding: 0;
}
a {
  text-decoration: none;
}
.title {
  height: 80px;
  width: 100%;
  text-align: center;
  background: #ffffff;
}
.title div {
  font-size: 36px;
  color: #2d3138;
  line-height: 36px;
  margin-top: 32px;
  font-weight: 300;
}
.title h1 {
  font-size: 36px;
  color: #2d3138;
  line-height: 36px;
  margin-top: 32px;
  font-weight: 300;
  margin-bottom: 0px;
}
.content {
  /* max-width: 1200px;
	min-height: 350px; */
}
.guide {
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
}
.guide h1 {
  font-size: 28px;
  color: #2d3138;
  letter-spacing: 0;
  font-weight: normal;
  margin-top: 48px;
}

.guide a {
  color: #2962ff;
}
.guide h2 {
  font-size: 20px;
  color: #2d3138;
  letter-spacing: 0;
  font-weight: 700;
  margin-top: 80px;
}

.guide h4 {
  font-size: 16px;
  color: #2d3138;
  letter-spacing: 0;
  font-weight: 700;
  margin-top: 48px;
}

.guide p {
  font-size: 16px;
  color: #60656b;
  letter-spacing: 0;
  line-height: 30px;
}

.contact-us {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
}

.blank {
  width: 100%;
  height: 64px;
}
.video {
}
.video.content-detail {
  min-height: 420px;
}
.video video {
}
.video .video-block {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 24px;
}
.video .video-block .poster-text {
  position: absolute;
  bottom: 48px;
  left: 24px;
  z-index: 10;
  font-size: 18px;
  color: #2d3138;
}
.docs .block {
  /* display: block; */
  display: flex;
  width: 804px;
  /* height: 450px; */
  min-height: 450px;
  margin: 0 auto;
}
.docs .block > div {
  float: left;
  width: 368px;
  /* height: 100%; */
  min-height: 100%;
  margin: 0 16px;
  padding-bottom: 22px;
  border: 1px solid #ebebeb;
}
.docs .block > div > div {
  display: block;
  width: 304px;
  height: 76px;
  border-bottom: 1px solid #ebebeb;
  text-align: left;
  font-size: 20px;
  color: #2d3138;
  line-height: 90px;
}
.docs .block > div > span {
  display: block;
  width: 304px;
  height: 50px;
  text-align: left;
  font-size: 14px;
  color: #2962ff;
  line-height: 80px;
}
.docs .block > div > span > a {
  color: #2962ff;
  text-decoration: none;
  cursor: pointer;
}
.qa .block {
  display: block;
  width: 1200px;
  height: 400px;
  margin: 0 auto;
}
.qa .block > div {
  float: left;
  width: 580px;
  height: 400px;
  text-align: left;
}
.m-r {
  margin-right: 40px;
}
.qa .block > div > div {
  font-size: 18px;
  color: #2d3138;
  line-height: 28px;
  width: 100%;
  height: 28px;
  display: block;
  padding-left: 40px;
  margin-bottom: 18px;
}
.bg-account {
  background: url(../images/bg_help_account.png) no-repeat left center;
}
.bg-api {
  background: url(../images/bg_help_api.png) no-repeat left center;
}
.bg-consulting {
  background: url(../images/bg_help_consulting.png) no-repeat left center;
}
.bg-technology {
  background: url(../images/bg_help_technology.png) no-repeat left center;
}
.qa .block > div > span {
  font-size: 14px;
  color: #2962ff;
  line-height: 64px;
  width: 510px;
  height: 64px;
  display: block;
  margin-left: 40px;
  border-bottom: 1px solid #ebebeb;
}
.qa .block > div > span > a {
  text-decoration: none;
  cursor: pointer;
  color: #2962ff;
}

#docs-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 804px;
}
#docs-container .dic-box {
  margin-top: 64px;
  min-height: 450px;
  width: 368px;
  padding-bottom: 22px;
  padding-left: 32px;
  border: 1px solid #ebebeb;
}
#docs-container .dic-box p {
   display: block;
   height: 76px;
   border-bottom: 1px solid #ebebeb;
   text-align: left;
   font-size: 20px;
   color: #2d3138;
   line-height: 90px;
}
#docs-container .dic-box a {
   display: block;
   height: 50px;
   text-align: left;
   font-size: 14px;
   color: #2962ff;
   line-height: 80px;
   text-decoration: none;
   cursor: pointer;
}


#platform-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 804px;
}
#platform-container .dic-box {
  margin-top: 64px;
  min-height: 450px;
  width: 368px;
  padding-bottom: 22px;
  padding-left: 32px;
  border: 1px solid #ebebeb;
}
#platform-container .dic-box p {
   display: block;
   height: 76px;
   border-bottom: 1px solid #ebebeb;
   text-align: left;
   font-size: 20px;
   color: #2d3138;
   line-height: 90px;
}
#platform-container .dic-box a {
   display: block;
   height: 50px;
   text-align: left;
   font-size: 14px;
   color: #2962ff;
   line-height: 80px;
   text-decoration: none;
   cursor: pointer;
}
