.pdpOfficeSupport {
  margin: 50px auto 0;
  padding: 0 50px;
  width: 90%;
  max-width: 1180px;
}
.pdpOfficeSupport::after {
  clear: both;
  content: ".";
  display: table;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.pdpOfficeSupport .content {
  position: relative;
  height: 210px;
  padding: 0;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 374px 203px;
}
.pdpOfficeSupport .content .title {
  font-family: "Microsoft YaHei", "segoeUI";
  font-size: 40px;
  text-align: center;
}
.pdpOfficeSupport .content .context {
  padding: 30px 0 15px 0;
  font-size: 16px;
  line-height: 24px;
  font-family: "Microsoft YaHei", "segoeUI";
}
.pdpOfficeSupport .content .link {
  font-size: 16px;
  line-height: 24px;
  color: #3a9cd7;
}
.pdpOfficeSupport .content.O365 {
  /*background-image: url("../../../../../images/office/pdp/products/O365.png");*/
}
.pdpOfficeSupport .content.normal {
  /*background-image: url("../../../../../images/office/pdp/products/en-INTL-PDP0-Office-2016-Support-Module.jpg");*/
}
@media all and (max-width: 1024px) {
  .pdpOfficeSupport .content .title {
    font-size: 24px;
  }
  .pdpOfficeSupport .content .context {
    padding: 5px 0;
    font-size: 14px;
    line-height: 28px;
  }
  .pdpOfficeSupport .content .link {
    font-size: 14px;
    line-height: 18px;
  }
}
@media all and (max-width: 790px) {
  .pdpOfficeSupport {
    width: 100%;
    padding: 0 15px;
  }
  .pdpOfficeSupport .content {
    height: auto;
    background-position: center top;
    padding: 233px 10px 20px 10px;
  }
  .pdpOfficeSupport .content .title {
    font-size: 24px;
  }
  .pdpOfficeSupport .content .context {
    padding: 20px 0;
    font-size: 14px;
    line-height: 28px;
  }
  .pdpOfficeSupport .content .link {
    font-size: 14px;
    line-height: 18px;
  }
}
@media all and (max-width: 420px) {
  .pdpOfficeSupport .content {
    background-size: 100% auto;
    padding: 200px 0 20px 0;
  }
}
@media all and (max-width: 320px) {
  .pdpOfficeSupport .content {
    padding: 180px 10px 20px 10px;
  }
}
.pdpOfficeSupport.O365 .content {
  /*background-image: url("../../../../../images/office/pdp/products/O365.png");*/
}
.pdpOfficeFaq {
  margin: 0 auto;
  width: 90%;
  max-width: 1180px;
}
.pdpOfficeFaq .pdp_faq_title {
  padding: 0 50px;
  padding: 30px 50px;
  margin: 0 auto;
  font-size: 40px;
  color: #333333;
  font-weight: normal;
}
@media all and (max-width: 767px) {
  .pdpOfficeFaq .pdp_faq_title {
    font-size: 24px;
    width: 100%;
    padding: 30px 15px 20px;
  }
}
.pdpOfficeFaq .content {
  position: relative;
  padding: 0 50px;
}
.pdpOfficeFaq .content p {
  font-weight: normal;
  margin-bottom: 30px;
  color: #666666;
  font-family: "Microsoft YaHei", "segoeUI";
  font-size: 16px;
  line-height: 24px;
}
.pdpOfficeFaq .content .question {
  color: #000000;
  font-size: 18px;
}
.pdpOfficeFaq .content a {
  color: #3a9cd7;
  text-decoration: underline;
}
.pdpOfficeFaq .content small {
  display: none;
  font-weight: normal;
  color: #666666;
  font-size: 12px;
  line-height: 18px;
  margin: 25px 0;
}
@media all and (max-width: 767px) {
  .pdpOfficeFaq .content {
    padding: 0 15px;
  }
  .pdpOfficeFaq .content p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 28px;
  }
  .pdpOfficeFaq .content .question {
    font-size: 16px;
    line-height: 18px;
  }
}
@media all and (max-width: 767px) {
  .pdpOfficeFaq {
    width: 100%;
  }
}
.pdpOfficeFaq.O365 .content small {
  display: block;
}
