/*
*  产品页面公用样式之
*  分语言设置常用标题和段落样式
*/
#dji-product-common .dji-common.video-cover {
  width: 320px;
  height: 190px;
}
#dji-product-common section h2.common-title {
  font-size: 28px;
  margin-bottom: 38px;
  text-transform: uppercase;
}
#dji-product-common section p.common-content {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
}
#dji-product-common section p.common-tips {
  padding-top: 15px;
  font-size: 12px;
}
/*
*  具体分为：
*   1、英文en 西语es 法语fr 德语de
*      － 标题为：28px
*   2、简体中文cn 繁体中文 日语ja 韩语ko
*      － 标题为：24px
*/
.dji-en #dji-product-common section h2.common-title,
.dji-de #dji-product-common section h2.common-title,
.dji-fr #dji-product-common section h2.common-title,
.dji-es #dji-product-common section h2.common-title {
  font-size: 28px;
}
.dji-zh-CN #dji-product-common section h2.common-title,
.dji-zh-TW #dji-product-common section h2.common-title,
.dji-ja #dji-product-common section h2.common-title,
.dji-ko #dji-product-common section h2.common-title {
  font-size: 24px;
}
/*
*  mobile样式
*/
@media (max-width: 767px) {
  #dji-product-common section h2.common-title {
    margin-bottom: 35px;
  }
  .dji-en #dji-product-common section h2.common-title,
  .dji-de #dji-product-common section h2.common-title,
  .dji-fr #dji-product-common section h2.common-title,
  .dji-es #dji-product-common section h2.common-title {
    font-size: 24px;
  }
  .dji-zh-CN #dji-product-common section h2.common-title,
  .dji-zh-TW #dji-product-common section h2.common-title,
  .dji-ja #dji-product-common section h2.common-title,
  .dji-ko #dji-product-common section h2.common-title {
    font-size: 22px;
  }
}
/*
* v3 产品页底部产品导购公共样式 for pc
* dom结构参考 mavic-air 产品页
*/
#dji-product-common .common-product-shopping-guide {
  background: #fff;
}
#dji-product-common .common-product-shopping-guide .product-box {
  padding: 128px 0 64px;
  text-align: center;
  border-bottom: 1px solid #c2c7cc;
}
#dji-product-common .common-product-shopping-guide .product-box .product-name {
  font-size: 38px;
  line-height: 38px;
  margin-bottom: 16px;
}
#dji-product-common .common-product-shopping-guide .product-box .product-name.logo {
  height: 38px;
}
#dji-product-common .common-product-shopping-guide .product-box .product-cover {
  width: 240px;
  height: 240px;
  margin: 24px auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
#dji-product-common .common-product-shopping-guide .product-box .product-features li {
  font-size: 16px;
  line-height: 16px;
  padding: 8px;
  color: #303233;
  display: inline-block;
  border: 2px solid #616366;
  border-radius: 4px;
  margin: 0 4px 8px;
  font-weight: 600;
}
#dji-product-common .common-product-shopping-guide .product-box .product-slogan {
  margin: 8px 0 32px;
}
#dji-product-common .common-product-shopping-guide .product-box .product-slogan p {
  font-size: 16px;
  color: #303233;
}
#dji-product-common .common-product-shopping-guide .product-box .product-price {
  font-size: 24px;
  color: #44a8f2;
  margin-bottom: 32px;
}
#dji-product-common .common-product-shopping-guide .guide-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  justify-content: space-around;
  padding: 64px 0;
}
#dji-product-common .common-product-shopping-guide .guide-list li {
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
}
#dji-product-common .common-product-shopping-guide .guide-list li .icon {
  width: 64px;
  height: 64px;
  margin-bottom: 32px;
}
#dji-product-common .common-product-shopping-guide .guide-list li label {
  color: #303233;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}
