/*默认基本颜色*/
/*默认基本字体颜色*/
.profile-container,
.environment-container {
  margin-top: 100px;
  display: flex;
}
.profile-container .title,
.environment-container .title {
  margin-top: 30px;
  -webkit-box-flex: 0 0 auto;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 auto;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 auto;
  /* Chrome */
  -ms-flex: 0 0 auto;
  /* IE 10 */
  flex: 0 0 auto;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: 420px;
  font-size: 42px;
  font-weight: 500;
}
.profile-container .title > span,
.environment-container .title > span {
  font-weight: 500;
}
.profile-container .content,
.environment-container .content {
  flex: 1;
  margin-left: 30px;
  font-size: 18px;
}
.profile-container .content p,
.environment-container .content p {
  line-height: 26px;
}
.profile-container img,
.environment-container img {
  max-width: 100%;
}
.global-sales-container {
  margin-top: 150px;
}
html[device=mobile] .profile-container,
html[device=mobile] .environment-container {
  margin-top: 40px;
  flex-direction: column;
}
html[device=mobile] .profile-container .title,
html[device=mobile] .environment-container .title {
  margin-top: 0;
  font-size: 20px;
  width: 100%;
}
html[device=mobile] .profile-container .content,
html[device=mobile] .environment-container .content {
  margin-top: 50px;
  font-size: 16px;
  margin-left: 0;
}
html[device=mobile] .profile-container .content p,
html[device=mobile] .environment-container .content p {
  line-height: 22px;
}
html[device=mobile] .global-sales-container {
  margin-top: 40px;
}
/*# sourceMappingURL=about.css.map */