.fs-h1 {
  font-size: 46px;
}
@media (max-width: 1400px) {
  .fs-h1 {
    font-size: 38px;
  }
}
@media (max-width: 992px) {
  .fs-h1 {
    font-size: 28px;
  }
}
.fs-h2 {
  font-size: 36px;
}
@media screen and (max-width: 1400px) {
  .fs-h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 992px) {
  .fs-h2 {
    font-size: 24px;
  }
}
.fs-h4,
.container-sdc .section-01 .text-composable .banner-p,
.container-sdc .section-06 .category dl dt h4 {
  font-size: 22px;
}
@media (max-width: 1400px) {
  .fs-h4,
  .container-sdc .section-01 .text-composable .banner-p,
  .container-sdc .section-06 .category dl dt h4 {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .fs-h4,
  .container-sdc .section-01 .text-composable .banner-p,
  .container-sdc .section-06 .category dl dt h4 {
    font-size: 18px;
  }
}
.fs-p,
.container-sdc .section-03 .section-effect dl dd p,
.container-sdc .section-04 .section-experienced dl.row-2 dt h5,
.container-sdc .section-05 .camera-swiper .swiper-pagination .swiper-pagination-bullet span {
  font-size: 20px;
}
@media (max-width: 1400px) {
  .fs-p,
  .container-sdc .section-03 .section-effect dl dd p,
  .container-sdc .section-04 .section-experienced dl.row-2 dt h5,
  .container-sdc .section-05 .camera-swiper .swiper-pagination .swiper-pagination-bullet span {
    font-size: 18px;
  }
}
.fs-h5,
.container-sdc .nav nav .nav-title,
.container-sdc .section-05 .camera-desc h5 {
  font-size: 24px;
}
@media (max-width: 1400px) {
  .fs-h5,
  .container-sdc .nav nav .nav-title,
  .container-sdc .section-05 .camera-desc h5 {
    font-size: 20px;
  }
}
.noShow {
  display: none  !important;
}
.bg-w {
  background-color: #fff;
}
.c-w {
  color: #fff;
}
.c-r {
  color: red !important;
}
.p-a {
  position: absolute;
}
.p-r {
  position: relative;
}
.p-f {
  position: fixed;
}
.f-l {
  float: left !important;
}
.f-r {
  float: right !important;
}
.clear {
  clear: both;
}
.d-ib {
  display: inline-block;
}
.d-b {
  display: block;
}
.ta-l {
  text-align: left;
}
.ta-r {
  text-align: right;
}
.ta-c {
  text-align: center !important;
}
.va-t {
  vertical-align: top;
}
.va-m {
  vertical-align: middle;
}
.va-b {
  vertical-align: bottom;
}
.mid-c {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.b-f {
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.bg-f {
  background: #5bf7f8;
}
.fS-16 {
  font-size: 0.16rem;
}
.pt40 {
  padding-top: 40px;
}
.cOrage {
  color: #f87f25 !important;
}
.fs12 {
  font-size: 12px !important;
}
.cWhite {
  color: #5bf7f8;
}
.bg-G {
  background: #ececec;
}
.v-h {
  visibility: hidden;
}
.wR2 {
  width: 2rem;
}
.mt10 {
  margin-top: 0.1rem;
}
.content {
  padding-top: 0;
  padding-bottom: 0;
}
.section-pt {
  padding-top: 60px;
}
@media screen and (max-width: 992px) {
  .section-pt {
    padding-top: 20px;
  }
}
h2.title-color {
  display: block;
  background-color: #5761e4;
  background-image: -webkit-linear-gradient(left, #5762e4, #5bf6f8);
  background-image: linear-gradient(to right, #5762e4, #5bf6f8);
  background-image: -webkit-linear-gradient(to right, #5762e4, #5bf6f8);
  color: transparent;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
}
h2.title-color:before,
h2.title-color:after {
  display: inline-block;
  vertical-align: top;
  content: '///';
  height: 0;
  margin: 0 10px;
  font-size: 1em;
}
h2.title-color:before {
  color: #3f4b9a;
}
h2.title-color:after {
  color: #53bfda;
}
h2.title-color.no-side:before,
h2.title-color.no-side:after {
  display: none;
}
h2.title-color.isIe {
  color: #5bf7f8;
  background: transparent;
}
@media screen and (max-width: 992px) {
  h2.title-color:before,
  h2.title-color:after {
    display: none;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes slideUpIn {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes slideUpIn {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes slideUpOut {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
  }
}
@keyframes slideUpOut {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
  }
}
@-webkit-keyframes slideRightIn {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes slideRightIn {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes slideRightOut {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideRightOut {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.ng-enter {
  z-index: 888;
}
.ng-leave {
  z-index: 888;
}
.container.ng-enter {
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 0.2s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-name: fadeIn;
  animation-duration: 0.2s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
.container.ng-leave {
  -webkit-animation-name: fadeOut;
  -webkit-animation-duration: 0.2s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-name: fadeOut;
  animation-duration: 0.2s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
.userPage.ng-enter {
  -webkit-animation-name: slideUpIn;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-name: slideUpIn;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
.userPage.ng-leave {
  -webkit-animation-name: slideUpOut;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-name: slideUpOut;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
.rightPage.ng-enter {
  -webkit-animation-name: slideRightIn;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-name: slideRightIn;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
.rightPage.ng-leave {
  -webkit-animation-name: slideRightOut;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-name: slideRightOut;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
@-webkit-keyframes upList {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
  }
}
@keyframes upList {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
  }
}
.upList {
  -webkit-animation-name: upList;
  -webkit-animation-duration: 5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-name: upList;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
.recharge-box .recharge-tip p {
  -webkit-animation-name: sliderLeft;
  -webkit-animation-duration: 10s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-name: sliderLeft;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
@-webkit-keyframes sliderLeft {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes sliderLeft {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.periodsList.ng-enter {
  -webkit-transition: 0.2s linear all;
  transition: 0.2s linear all;
  opacity: 0;
  -webkit-transform: translateY(-50px) scale(0.8);
          transform: translateY(-50px) scale(0.8);
}
.periodsList.ng-enter.ng-enter-active {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}
.periodsList.ng-leave {
  -webkit-transition: 0.2s linear all;
  transition: 0.2s linear all;
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}
.periodsList.ng-leave.ng-leave-active {
  opacity: 0;
  -webkit-transform: translateY(-50px) scale(0.8);
          transform: translateY(-50px) scale(0.8);
}
body {
  background: #1a222b url("//e.huawei.com/topic/sdc/bg.jpg") 100% 100% repeat-y;
}
@media screen and (max-width: 992px) {
  body {
    background: #1a222b;
  }
}
.container-sdc {
  /*banner*/
}
.container-sdc .nav {
  width: 100%;
  left: 0;
  z-index: 10;
  position: relative;
}
.container-sdc .nav.fixed {
  position: fixed;
  top: 68px;
  z-index: 11;
}
.container-sdc .nav nav {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  font-size: 16px;
  background-color: #e9ecf2;
}
.container-sdc .nav nav a:hover {
  text-decoration: none;
}
.container-sdc .nav nav .nav-title {
  padding-right: 40px;
}
.container-sdc .nav nav .nav-title a {
  color: #fff;
  line-height: 50px;
}
.container-sdc .nav nav .hw-btn {
  margin-top: 13px;
  margin-left: 20px;
  padding: 6px 15px;
  font-size: 14px;
  color: #333;
  border: 1px solid #333;
}
.container-sdc .nav nav .hw-btn:hover {
  color: #5bf7f8;
}
.container-sdc .nav nav .ul .li:first-child a {
  padding: 0;
}
.container-sdc .nav nav .ul .li.active a {
  color: #5762e4;
  font-weight: 600;
}
.container-sdc .nav nav .ul .li a {
  display: block;
  padding: 15px 60px 15px 0;
  color: #666;
}
@media (max-width: 1024px) {
  .container-sdc .nav {
    display: none;
  }
}
.container-sdc .section .cistern {
  width: 1420px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 1366px) {
  .container-sdc .section .cistern {
    max-width: 1200px;
  }
}
@media screen and (max-width: 992px) {
  .container-sdc .section .cistern {
    width: 94%;
  }
}
.container-sdc .section-01 {
  position: relative;
}
.container-sdc .section-01 .text-composable {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  padding-bottom: 22%;
}
.container-sdc .section-01 .text-composable .h1-title {
  padding-top: 100px;
  color: #fff;
  margin-bottom: 0;
}
.container-sdc .section-01 .text-composable .banner-p {
  margin: 16px auto 0;
  color: #fff;
  opacity: 0.6;
  filter: alpha(opacity=60);
  text-align: center;
}
.container-sdc .section-01 .text-composable .hw-btn-warp {
  padding-top: 10px;
}
.container-sdc .section-01 .text-composable .hw-btn-warp a.hw-btn {
  color: #5bf7f8;
  font-size: 16px;
  background-image: -webkit-linear-gradient(left, #5761e4 0%, #5bf7f8 100%), -webkit-linear-gradient(#5bf7f8, #5bf7f8);
  background-image: linear-gradient(90deg, #5761e4 0%, #5bf7f8 100%), linear-gradient(#5bf7f8, #5bf7f8);
  background-blend-mode: normal,  normal;
  border-radius: 50px;
}
.container-sdc .section-01 .text-composable .hw-btn-warp a.hw-btn.btn-normal {
  padding: 2px;
}
.container-sdc .section-01 .text-composable .hw-btn-warp a.hw-btn.btn-normal span {
  display: block;
  background: #202831;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  padding: 7px 28px;
  color: #fff;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.container-sdc .section-01 .text-composable .hw-btn-warp a.hw-btn.btn-normal span:hover {
  background: transparent;
}
.container-sdc .section-01 .banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.container-sdc .section-01 .banner-bg img {
  display: block;
  width: 100%;
  height: auto;
}
.container-sdc .section-01 .banner-bg:after {
  padding-bottom: 31%;
}
@media (max-width: 1400px) {
  .container-sdc .section-01 .text-composable {
    padding-bottom: 15%;
  }
  .container-sdc .section-01 .text-composable .h1-title {
    padding-top: 50px;
  }
  .container-sdc .section-01 .text-composable .banner-p {
    max-width: 800px;
  }
}
@media screen and (max-width: 992px) {
  .container-sdc .section-01 {
    background-color: #000;
  }
  .container-sdc .section-01 .text-composable {
    padding-bottom: 50%;
  }
  .container-sdc .section-01 .text-composable .h1-title {
    width: 80%;
    margin: 0 auto;
    line-height: 1.3;
  }
  .container-sdc .section-01 .text-composable .banner-p {
    width: 80%;
  }
  .container-sdc .section-01 .text-composable .hw-btn-warp a.hw-btn {
    margin-top: 5px;
    padding: 6px 15px;
  }
  .container-sdc .section-01 .banner-bg {
    top: auto;
    bottom: 0;
  }
  .container-sdc .section-01 .banner-bg:after {
    padding-bottom: 102%;
  }
}
.container-sdc .section-02 {
  background: #1a1d25 url("//e.huawei.com/topic/sdc/bg-section-02.jpg") center center no-repeat;
}
.container-sdc .section-02 .text-composable {
  width: 60%;
  padding: 80px 0 110px;
  line-height: 1.6;
  color: #fff;
  font-size: 16px;
}
.container-sdc .section-02 .text-composable .text-p {
  margin-top: 20px;
}
.container-sdc .section-02 .text-composable .hw-btn-warp .hw-btn {
  margin-right: 10px;
  background-image: -webkit-linear-gradient(left, #5761e4 0%, #5bf7f8 100%), -webkit-linear-gradient(#5bf7f8, #5bf7f8);
  background-image: linear-gradient(90deg, #5761e4 0%, #5bf7f8 100%), linear-gradient(#5bf7f8, #5bf7f8);
  background-blend-mode: normal,  normal;
  border-radius: 50px;
}
.container-sdc .section-02 .text-composable .hw-btn-warp .hw-btn.btn-normal {
  padding: 2px;
}
.container-sdc .section-02 .text-composable .hw-btn-warp .hw-btn.btn-normal span {
  display: block;
  background: #202831;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  padding: 7px 28px;
  color: #fff;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.container-sdc .section-02 .text-composable .hw-btn-warp .hw-btn.btn-normal span:hover {
  background: transparent;
}
.container-sdc .section-02 .text-composable .hw-btn-warp .hw-btn.actived {
  padding: 9px 30px;
  color: #131824;
  background-image: -webkit-linear-gradient(left, #5761e4 0%, #5bf7f8 100%), -webkit-linear-gradient(#5bf7f8, #5bf7f8);
  background-image: linear-gradient(90deg, #5761e4 0%, #5bf7f8 100%), linear-gradient(#5bf7f8, #5bf7f8);
  background-blend-mode: normal,  normal;
  border-radius: 50px;
}
.container-sdc .section-02 .text-composable .hw-btn-warp .hw-btn.actived span {
  background: none;
}
@media screen and (max-width: 992px) {
  .container-sdc .section-02 {
    background: #1a1d25 url("//e.huawei.com/topic/sdc/bg-section-02-wap.jpg") 100% center / cover no-repeat;
  }
  .container-sdc .section-02 .text-composable {
    width: 100%;
    padding: 40px 0 30px;
  }
  .container-sdc .section-02 .text-composable .text-p {
    margin-top: 10px;
  }
  .container-sdc .section-02 .text-composable .text-p p {
    font-size: 14px;
  }
  .container-sdc .section-02 .text-composable .hw-btn-warp .hw-btn {
    margin-right: 0;
    width: 100%;
  }
  .container-sdc .section-02 .text-composable .hw-btn-warp .hw-btn.btn-normal span {
    padding: 7px 16px;
  }
}
.container-sdc .section-03 .section-effect {
  margin-top: 40px;
  font-size: 0;
}
.container-sdc .section-03 .section-effect dl {
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
  padding: 0 .5%;
  border-radius: 8px;
}
.container-sdc .section-03 .section-effect dl dd {
  position: relative;
  width: 100%;
  border-radius: 8px 8px 0 0;
}
.container-sdc .section-03 .section-effect dl dd img {
  width: 100%;
}
.container-sdc .section-03 .section-effect dl dd p {
  position: absolute;
  bottom: 2%;
  width: 100%;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.container-sdc .section-03 .section-effect dl dt {
  width: 100%;
  padding: 30px 20px;
  text-align: center;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 0 0 8px 8px;
}
.container-sdc .section-03 .section-effect dl dt p {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
}
.container-sdc .section-03 .section-effect dl dt p.vs-left,
.container-sdc .section-03 .section-effect dl dt p.vs-right {
  width: 40%;
  font-size: 14px;
  color: #bebfc0;
  line-height: 1.4;
  text-align: left;
}
.container-sdc .section-03 .section-effect dl dt p.vs-left span,
.container-sdc .section-03 .section-effect dl dt p.vs-right span {
  display: block;
  font-size: 16px;
  color: #fff;
  padding-bottom: 10px;
}
.container-sdc .section-03 .section-effect dl dt p.vs-left {
  float: left;
}
.container-sdc .section-03 .section-effect dl dt p.vs-right {
  float: right;
}
.container-sdc .section-03 .section-effect dl dt p.vs {
  width: 50px;
  height: 50px;
  margin-top: 15px;
  line-height: 50px;
  background: #5bf7f8;
  border-radius: 50px;
  color: #20272f;
  text-align: center;
}
.container-sdc .section-03 .section-effect dl dt:after {
  display: block;
  content: '';
  height: 1;
  clear: both;
}
@media screen and (max-width: 992px) {
  .container-sdc .section-03 .section-effect {
    margin-top: 20px;
  }
  .container-sdc .section-03 .section-effect dl {
    width: 100%;
    margin-bottom: 20px;
  }
  .container-sdc .section-03 .section-effect dl dd p {
    bottom: 10%;
  }
  .container-sdc .section-03 .section-effect dl dt {
    padding: 15px;
  }
  .container-sdc .section-03 .section-effect dl dt p.vs-left,
  .container-sdc .section-03 .section-effect dl dt p.vs-right {
    width: 42%;
  }
  .container-sdc .section-03 .section-effect dl dt p.vs {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.container-sdc .section-04 {
  overflow: hidden;
}
.container-sdc .section-04 .section-experienced {
  margin-top: 40px;
  font-size: 0;
}
.container-sdc .section-04 .section-experienced dl.row-2 {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 .5%;
  margin-bottom: 15px;
  font-size: 0;
}
.container-sdc .section-04 .section-experienced dl.row-2 dt {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  padding: 30px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 0 8px 8px 0;
}
.container-sdc .section-04 .section-experienced dl.row-2 dt h5 {
  color: #5bf7f8;
}
.container-sdc .section-04 .section-experienced dl.row-2 dt h5 span {
  display: block;
  font-weight: bold;
}
.container-sdc .section-04 .section-experienced dl.row-2 dt .text-p {
  margin-top: 20px;
  font-size: 14px;
  color: #fff;
}
.container-sdc .section-04 .section-experienced dl.row-2 dt .span-info {
  display: block;
  margin-top: 25px;
  color: #5bf7f8;
  font-size: 14px;
}
.container-sdc .section-04 .section-experienced dl.row-2 dt .experienced-chart {
  margin-top: 10px;
  font-size: 14px;
}
.container-sdc .section-04 .section-experienced dl.row-2 dt .experienced-chart .chart-desc {
  width: 20%;
  display: inline-block;
}
.container-sdc .section-04 .section-experienced dl.row-2 dt .experienced-chart .chart-desc span {
  display: block;
  color: #bebfc0;
  margin-top: 12px;
}
.container-sdc .section-04 .section-experienced dl.row-2 dt .experienced-chart .chart-desc span:first-child {
  margin-left: -10px;
}
.container-sdc .section-04 .section-experienced dl.row-2 dt .experienced-chart .chart-desc span.en-span {
  margin-left: 0px;
}
.container-sdc .section-04 .section-experienced dl.row-2 dt .experienced-chart .chart {
  display: inline-block;
  vertical-align: top;
  width: 75%;
  text-align: left;
  margin-left: 2%;
}
.container-sdc .section-04 .section-experienced dl.row-2 dt .experienced-chart .chart > div.chart-line {
  position: relative;
  margin: 10px 0;
  width: 112%;
}
.container-sdc .section-04 .section-experienced dl.row-2 dt .experienced-chart .chart > div.chart-line:first-child p {
  background: url('//e.huawei.com/topic/sdc/chart-line-01.png') 100% 100% / cover no-repeat;
}
.container-sdc .section-04 .section-experienced dl.row-2 dt .experienced-chart .chart > div.chart-line:last-child p {
  background: url('//e.huawei.com/topic/sdc/chart-line-02.png') 100% 100% / cover no-repeat;
}
.container-sdc .section-04 .section-experienced dl.row-2 dt .experienced-chart .chart p {
  display: inline-block;
  vertical-align: middle;
  width: 0%;
  height: 4px;
}
.container-sdc .section-04 .section-experienced dl.row-2 dt .experienced-chart .chart p:after {
  position: absolute;
  top: -5px;
  right: 0;
  display: inline-block;
  content: attr(text);
  line-height: 1.2;
  font-size: 12px;
  color: #bebfc0;
  -webkit-transform: translate(110%, 0);
          transform: translate(110%, 0);
}
.container-sdc .section-04 .section-experienced dl.row-2 dt .experienced-chart .chart span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  line-height: 1.2;
  font-size: 12px;
  color: #bebfc0;
}
.container-sdc .section-04 .section-experienced dl.row-2 dt .experienced-chart .chart span .chart-desc-changed {
  position: absolute;
  width: 4.2rem;
  font-style: normal;
  display: block;
  top: -8px;
}
.container-sdc .section-04 .section-experienced dl.row-2 dt .experienced-chart.experienced-chart-01 .chart {
  background: url('//e.huawei.com/topic/sdc/bg-chart-01.png') left 100% no-repeat;
  background-size: 90% 100%;
}
.container-sdc .section-04 .section-experienced dl.row-2 dt .experienced-chart.experienced-chart-02 .chart-desc span {
  margin-top: 0;
}
.container-sdc .section-04 .section-experienced dl.row-2 dt .experienced-chart.experienced-chart-02 .chart {
  background: url('//e.huawei.com/topic/sdc/bg-chart-02.png') left 100% no-repeat;
  background-size: 90% 100%;
}
.container-sdc .section-04 .section-experienced dl.row-2 dt .experienced-chart.experienced-chart-02 .chart > div.chart-line {
  margin: 0;
}
.container-sdc .section-04 .section-experienced dl.row-2 dt .experienced-chart.experienced-chart-02 .chart > div.chart-line p {
  margin: 0;
}
.container-sdc .section-04 .section-experienced dl.row-2 dd {
  width: 40%;
  height: 100%;
  display: inline-block;
  border-radius: 8px 0  0 8px;
}
.container-sdc .section-04 .section-experienced dl.row-2 dd img.mob-show {
  display: none;
}
.container-sdc .section-04 .section-experienced dl.row-2:nth-child(1) dd {
  background: url("//e.huawei.com/topic/sdc/section-04-01.png") center center no-repeat;
  background-size: cover;
}
.container-sdc .section-04 .section-experienced dl.row-2:nth-child(2) dd {
  background: url("//e.huawei.com/topic/sdc/section-04-02.png") center center no-repeat;
  background-size: cover;
}
.container-sdc .section-04 .section-experienced dl.row-2:nth-child(2) dd.en-dd {
  background: url("//e.huawei.com/topic/sdc/section-04-02-en.png") center center no-repeat;
  background-size: cover;
}
.container-sdc .section-04 .section-experienced dl.row-2:nth-child(3) dd {
  background: url("//e.huawei.com/topic/sdc/section-04-03.png") center center no-repeat;
  background-size: cover;
}
.container-sdc .section-04 .section-experienced dl.row-2:nth-child(4) dd {
  background: url("//e.huawei.com/topic/sdc/section-04-04.png") center center no-repeat;
  background-size: cover;
}
.container-sdc .section-04 .section-experienced dl.row-2:nth-child(4) dd.en-dd {
  background: url("//e.huawei.com/topic/sdc/section-04-04-en.png") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1400px) {
  .container-sdc .section-04 .section-experienced dl.row-2 dt .experienced-chart {
    font-size: 12px;
  }
  .container-sdc .section-04 .section-experienced dl.row-2 dt .experienced-chart .chart span {
    margin-left: 0px;
  }
}
@media screen and (max-width: 992px) {
  .container-sdc .section-04 .section-experienced {
    margin-top: 20px;
  }
  .container-sdc .section-04 .section-experienced dl.row-2 {
    width: 100%;
  }
  .container-sdc .section-04 .section-experienced dl.row-2 dd,
  .container-sdc .section-04 .section-experienced dl.row-2 dt {
    width: 100%;
  }
  .container-sdc .section-04 .section-experienced dl.row-2 dd {
    height: 52.6vw !important;
    border-radius: 8px 8px 0 0;
  }
  .container-sdc .section-04 .section-experienced dl.row-2 dd img.mob-show {
    display: block;
    height: 100% !important;
    width: 100%;
  }
  .container-sdc .section-04 .section-experienced dl.row-2 dt {
    padding: 20px;
    border-radius: 0 0 8px 8px;
  }
  .container-sdc .section-04 .section-experienced dl.row-2 dt .text-p,
  .container-sdc .section-04 .section-experienced dl.row-2 dt .span-info {
    margin-top: 10px;
  }
  .container-sdc .section-04 .section-experienced dl.row-2 dt .experienced-chart .chart span {
    margin-left: 2px;
  }
}
.container-sdc .section-05 {
  margin-bottom: 90px;
}
.container-sdc .section-05 .camera-swiper {
  position: relative;
  margin-top: 20px;
  padding-top: 40px;
}
.container-sdc .section-05 .camera-swiper .toggle-nav {
  display: none;
}
.container-sdc .section-05 .camera-swiper .swiper-pagination {
  top: 10px;
  width: 100%;
}
.container-sdc .section-05 .camera-swiper .swiper-pagination .swiper-pagination-bullet {
  width: auto;
  background: none;
  display: inline-block;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0 20px;
  padding-bottom: 2px;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
  height: 100%;
  border-radius: 0;
}
.container-sdc .section-05 .camera-swiper .swiper-pagination .swiper-pagination-bullet span {
  color: #fff;
  font-weight: 600;
}
.container-sdc .section-05 .camera-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active span {
  color: #5bf7f8;
}
.container-sdc .section-05 .camera-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #5bf7f8;
}
.container-sdc .section-05 .camera-swiper .swiper-pagination .swiper-pagination-bullet:last-child {
  border-right: 0;
}
.container-sdc .section-05 .camera-swiper .swiper-button-next,
.container-sdc .section-05 .camera-swiper .swiper-button-prev {
  top: 60%;
  width: 48px;
  background-image: none;
}
.container-sdc .section-05 .camera-swiper .swiper-button-next .iconfont,
.container-sdc .section-05 .camera-swiper .swiper-button-prev .iconfont {
  font-size: 48px;
}
.container-sdc .section-05 .camera-swiper .swiper-button-next:hover,
.container-sdc .section-05 .camera-swiper .swiper-button-prev:hover {
  color: #5bf7f8;
}
@media screen and (max-width: 992px) {
  .container-sdc .section-05 .camera-swiper .swiper-button-next,
  .container-sdc .section-05 .camera-swiper .swiper-button-prev {
    display: none;
  }
}
.container-sdc .section-05 .camera-swiper .swiper-button-next {
  right: -50px;
}
@media screen and (max-width: 1366px) {
  .container-sdc .section-05 .camera-swiper .swiper-button-next {
    right: -40px;
  }
}
.container-sdc .section-05 .camera-swiper .swiper-button-prev {
  left: -50px;
}
@media screen and (max-width: 1366px) {
  .container-sdc .section-05 .camera-swiper .swiper-button-prev {
    left: -40px;
  }
}
.container-sdc .section-05 .swiper-container {
  width: 100%;
  height: 100%;
  margin-top: 30px;
  border-radius: 8px;
}
.container-sdc .section-05 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  background: rgba(255, 255, 255, 0.07);
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  border-radius: 8px;
}
.container-sdc .section-05 .info-box {
  width: 100%;
}
.container-sdc .section-05 .camera-desc,
.container-sdc .section-05 .camera-pic {
  float: left;
}
.container-sdc .section-05 .camera-desc {
  width: 45%;
  padding: 40px;
  text-align: left;
}
.container-sdc .section-05 .camera-desc h5 {
  color: #5bf7f8;
  line-height: 1.4;
}
.container-sdc .section-05 .camera-desc h5 span {
  font-weight: 600;
}
.container-sdc .section-05 .camera-desc ul {
  margin-top: 20px;
}
.container-sdc .section-05 .camera-desc ul li {
  position: relative;
  margin: 10px 0;
  padding-left: 10px;
}
.container-sdc .section-05 .camera-desc ul li:before {
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  content: '';
  width: 4px;
  height: 4px;
  background: #5bf7f8;
  border-radius: 50%;
}
.container-sdc .section-05 .camera-desc ul li p {
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
}
.container-sdc .section-05 .camera-desc a {
  display: inline-block;
  margin-top: 20px;
  background-image: -webkit-linear-gradient(left, #5761e4 0%, #5bf7f8 100%), -webkit-linear-gradient(#5bf7f8, #5bf7f8);
  background-image: linear-gradient(90deg, #5761e4 0%, #5bf7f8 100%), linear-gradient(#5bf7f8, #5bf7f8);
  background-blend-mode: normal,  normal;
  border-radius: 50px;
}
.container-sdc .section-05 .camera-desc a.btn-normal {
  padding: 2px;
}
.container-sdc .section-05 .camera-desc a.btn-normal span {
  display: block;
  background: #202831;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  padding: 7px 40px;
  color: #fff;
  font-size: 14px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.container-sdc .section-05 .camera-desc a.btn-normal span:hover {
  background: transparent;
}
.container-sdc .section-05 .camera-pic {
  width: 55%;
  padding: 40px 40px 20px 0;
}
.container-sdc .section-05 .camera-pic ul {
  text-align: left;
  font-size: 0;
}
.container-sdc .section-05 .camera-pic ul li {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  font-size: 0;
  margin-right: 5px;
  margin-bottom: 20px;
}
.container-sdc .section-05 .camera-pic ul li img {
  display: inline-block;
  vertical-align: top;
  width: 45%;
}
.container-sdc .section-05 .camera-pic ul li span {
  display: inline-block;
  vertical-align: top;
  margin-left: 3%;
  width: 50%;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
.container-sdc .section-05 .camera-pic ul li span a {
  color: #fff;
  line-height: 1.8;
  text-decoration: underline;
}
.container-sdc .section-05 .camera-pic ul li span a:hover {
  color: #5bf7f8;
}
.container-sdc .section-05 .camera-pic ul li span em {
  font-style: normal;
}
.container-sdc .section-05 .camera-pic p {
  margin-top: 10px;
  text-align: left;
  color: #fff;
  font-size: 14px;
}
.container-sdc .section-05 .btnBox {
  position: relative;
}
@media screen and (max-width: 1280px) {
  .container-sdc .section-05 .camera-swiper {
    width: 95%;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 992px) {
  .container-sdc .section-05 {
    margin-bottom: 40px;
    /*針對手機端 處理 */
  }
  .container-sdc .section-05 .swiper-pagination {
    display: none;
  }
  .container-sdc .section-05 .camera-swiper {
    margin-top: 0;
    padding-top: 0;
  }
  .container-sdc .section-05 .camera-swiper .toggle-nav {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    text-indent: 20px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    color: #fff;
  }
  .container-sdc .section-05 .camera-swiper .toggle-nav .iconfont {
    position: absolute;
    top: 0;
    left: auto;
    bottom: 0;
    right: 5%;
    margin: auto;
    width: 20px;
    height: 20px;
    font-size: 20px;
    text-indent: 0;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .container-sdc .section-05 .swiper-wrapper {
    display: block;
  }
  .container-sdc .section-05 .swiper-slide {
    display: block;
    background: transparent;
  }
  .container-sdc .section-05 .swiper-slide .info-box {
    display: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }
  .container-sdc .section-05 .swiper-slide .info-box:after {
    display: block;
    content: '';
    clear: both;
  }
  .container-sdc .section-05 .swiper-slide.active .toggle-nav {
    color: #5bf7f8;
  }
  .container-sdc .section-05 .swiper-slide.active .toggle-nav .iconfont {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .container-sdc .section-05 .swiper-slide.active .info-box {
    display: block;
  }
  .container-sdc .section-05 .swiper-slide .camera-desc {
    width: 100%;
    padding: 20px;
  }
  .container-sdc .section-05 .swiper-slide .camera-desc ul {
    margin-top: 10px;
  }
  .container-sdc .section-05 .swiper-slide .camera-desc ul li:before {
    top: 10px;
  }
  .container-sdc .section-05 .swiper-slide .camera-desc ul li p {
    line-height: 1.6;
  }
  .container-sdc .section-05 .swiper-slide .camera-desc a {
    margin-top: 15px;
    width: 100%;
    text-align: center;
  }
  .container-sdc .section-05 .swiper-slide .camera-desc a.btn-normal span {
    padding: 7px 15px;
  }
  .container-sdc .section-05 .swiper-slide .camera-pic {
    width: 100%;
    padding: 0 20px 20px;
  }
  .container-sdc .section-05 .swiper-slide .camera-pic ul li {
    width: 100%;
  }
  .container-sdc .section-05 .swiper-slide .camera-pic ul li img {
    float: left;
    width: 20%;
  }
  .container-sdc .section-05 .swiper-slide .camera-pic ul li br {
    display: none;
  }
  .container-sdc .section-05 .swiper-slide .camera-pic ul li span {
    width: 76%;
    padding-top: 6px;
  }
  .container-sdc .section-05 .swiper-slide .camera-pic ul li span a {
    color: #5bf7f8;
    text-decoration: underline;
    margin-right: 20px;
  }
  .container-sdc .section-05 .swiper-slide .camera-pic ul li span em {
    display: none;
  }
  .container-sdc .section-05 .swiper-slide .camera-pic ul li:after {
    display: block;
    content: '';
    clear: both;
  }
  .container-sdc .section-05 .swiper-slide .camera-pic p {
    margin-top: 0;
  }
}
.container-sdc .section-06 .title_p {
  margin-top: 12px;
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.container-sdc .section-06 .category {
  position: relative;
  margin-top: 60px;
  font-size: 0;
}
.container-sdc .section-06 .category dl {
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
  font-size: 16px;
  text-align: center;
}
.container-sdc .section-06 .category dl dd {
  width: 100%;
  text-align: center;
}
.container-sdc .section-06 .category dl dd img {
  width: 32%;
  max-width: 152px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 50%;
}
.container-sdc .section-06 .category dl dt {
  margin-top: 20px;
  font-size: 14px;
}
.container-sdc .section-06 .category dl dt h4 {
  color: #5bf7f8;
}
.container-sdc .section-06 .category dl dt p {
  margin-top: 10px;
  color: #fff;
}
.container-sdc .section-06 .category p.line-process {
  position: absolute;
  width: 20%;
  height: 2px;
  background: rgba(255, 255, 255, 0.07);
  left: 23.4%;
  top: 32%;
}
.container-sdc .section-06 .category p.line-process.process-02 {
  left: auto;
  right: 23.4%;
}
.container-sdc .section-06 .category p.line-process span {
  display: block;
  width: 10px;
  height: 10px;
  background: #2a323a;
  border-radius: 50%;
  margin: -4px auto;
}
.container-sdc .section-06 .category-table {
  margin-top: 40px;
  width: 100%;
}
.container-sdc .section-06 .category-table > div {
  display: inline-block;
  vertical-align: top;
  border-radius: 8px;
}
.container-sdc .section-06 .category-table > div.table-side {
  width: 15%;
  padding-bottom: 50px;
}
.container-sdc .section-06 .category-table > div.table-side ul li {
  width: 100%;
  padding: 15px 0;
  text-align: center;
  border-bottom: 1px solid #394046;
  font-size: 14px;
  color: #fff;
}
.container-sdc .section-06 .category-table > div.table-side ul li h5 {
  font-size: 16px;
  color: #5bf7f8;
}
.container-sdc .section-06 .category-table > div.table-os {
  width: 68%;
  padding: 25px;
}
.container-sdc .section-06 .category-table > div.table-os dl {
  width: 100%;
  font-size: 0;
}
.container-sdc .section-06 .category-table > div.table-os dl dd,
.container-sdc .section-06 .category-table > div.table-os dl dt {
  display: inline-block;
  vertical-align: middle;
}
.container-sdc .section-06 .category-table > div.table-os dl dt {
  width: 20%;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding-right: 20px;
}
.container-sdc .section-06 .category-table > div.table-os dl dt.table-os-span span {
  display: block;
  margin: 40px 0;
}
.container-sdc .section-06 .category-table > div.table-os dl dt.table-os-span span.table-os-span-02 {
  padding-top: 10px;
}
.container-sdc .section-06 .category-table > div.table-os dl dd {
  width: 80%;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.container-sdc .section-06 .category-table > div.table-os dl dd span.dd-title {
  display: block;
  padding: 8px 0;
  text-align: center;
  font-size: 16px;
  color: #5bf7f8;
}
.container-sdc .section-06 .category-table > div.table-os dl dd p {
  border: 1px solid #4a5157;
  border-radius: 8px;
  text-align: center;
  padding: 12px 0;
}
.container-sdc .section-06 .category-table > div.table-os dl dd p.table-row-2 {
  width: 49.5%;
  display: inline-block;
}
.container-sdc .section-06 .category-table > div.table-os dl dd p.table-row-1 {
  display: inline-block;
  width: 100%;
}
.container-sdc .section-06 .category-table > div.table-os dl dd.table-bg {
  margin: 15px auto;
  background: rgba(91, 241, 247, 0.07);
  border-radius: 8px;
}
.container-sdc .section-06 .category-table > div.table-os dl dd.table-bg p {
  margin-bottom: 10px;
}
.container-sdc .section-06 .category-table > div.table-os dl dd.table-bg p.table-row-2 {
  width: 48%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container-sdc .section-06 .category-table > div.table-os dl dd.table-bg p.table-row-1 {
  width: 96%;
}
.container-sdc .section-06 .category-table .demo-gallery {
  width: 100%;
}
.container-sdc .section-06 .category-table .demo-gallery a {
  cursor: default;
}
.container-sdc .section-06 .category-table .demo-gallery a img.ssd-list.J-V2ReplaceImg {
  width: 98%;
  margin: 0 auto;
  display: block;
}
.container-sdc .section-06 .category-table .demo-gallery a .look-view {
  display: none;
}
@media screen and (max-width: 992px) {
  .container-sdc .section-06 .category {
    margin-top: 30px;
  }
  .container-sdc .section-06 .category dl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 20px;
  }
  .container-sdc .section-06 .category dl dd {
    width: 30%;
    margin-right: 3%;
  }
  .container-sdc .section-06 .category dl dd img {
    width: 100%;
  }
  .container-sdc .section-06 .category dl dt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 10px;
    text-align: left;
  }
  .container-sdc .section-06 .category p.line-process {
    display: none;
  }
  .container-sdc .section-06 .category-table > div.table-item {
    width: 100%;
    margin-bottom: 20px;
    padding: 5px;
  }
  .container-sdc .section-06 .category-table > div.table-side {
    padding: 0;
  }
  .container-sdc .section-06 .category-table > div.table-side ul li {
    padding: 10px 0;
  }
  .container-sdc .section-06 .category-table > div.table-side ul li:last-child {
    border-bottom: 0;
  }
  .container-sdc .section-06 .category-table > div.table-os dl dt {
    width: 25%;
    padding-right: 10px;
    font-size: 12px;
  }
  .container-sdc .section-06 .category-table > div.table-os dl dt.table-os-span span {
    margin: 25px 0;
  }
  .container-sdc .section-06 .category-table > div.table-os dl dd {
    width: 75%;
  }
  .container-sdc .section-06 .category-table > div.table-os dl dd p {
    padding: 8px 0;
  }
  .container-sdc .section-06 .category-table > div.table-os dl dd p.table-row-2 {
    width: 49%;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
  }
  .container-sdc .section-06 .category-table .demo-gallery {
    position: relative;
  }
  .container-sdc .section-06 .category-table .demo-gallery a {
    cursor: pointer;
  }
  .container-sdc .section-06 .category-table .demo-gallery a img {
    width: 100%;
  }
  .container-sdc .section-06 .category-table .demo-gallery a .look-view {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    background: #35aed7;
    font-size: 12px;
    padding: 4px 10px;
    padding-right: 28px;
  }
  .container-sdc .section-06 .category-table .demo-gallery a .look-view .icon-large {
    position: absolute;
    right: 2px;
    font-size: 18px;
  }
  .container-sdc .section-06 .category-table .demo-gallery .mobile-booth {
    position: relative;
  }
}
.container-sdc .section-07 {
  margin-bottom: 80px;
}
.container-sdc .section-07 .term_view {
  margin-top: 40px;
  font-size: 0;
}
.container-sdc .section-07 .term_view .term-pic,
.container-sdc .section-07 .term_view .term-qa {
  display: inline-block;
  vertical-align: top;
}
.container-sdc .section-07 .term_view .term-pic {
  position: relative;
  width: 40%;
}
.container-sdc .section-07 .term_view .term-pic .hw-btn {
  margin-top: 0;
}
.container-sdc .section-07 .term_view .term-pic img {
  width: 100%;
  max-width: 558px;
}
.container-sdc .section-07 .term_view .term-pic .iconfont.icon-play2 {
  display: block;
  font-size: 48px;
  position: absolute;
  width: 48px;
  height: 48px;
  top: 0;
  left: 0;
  z-index: 99;
  color: #fff;
  right: 0;
  bottom: 0;
  margin: auto;
}
.container-sdc .section-07 .term_view .term-qa {
  width: 60%;
  padding-left: 30px;
  font-size: 14px;
}
.container-sdc .section-07 .term_view .term-qa p {
  line-height: 1.36;
}
.container-sdc .section-07 .term_view .term-qa p.term-q {
  color: #5bf7f8;
  margin-bottom: 10px;
}
.container-sdc .section-07 .term_view .term-qa p.term-a {
  margin-bottom: 20px;
  color: #bebfc0;
}
@media screen and (max-width: 992px) {
  .container-sdc .section-07 {
    margin-bottom: 40px;
  }
  .container-sdc .section-07 .term_view {
    margin-top: 20px;
  }
  .container-sdc .section-07 .term_view .term-pic,
  .container-sdc .section-07 .term_view .term-qa {
    width: 100%;
  }
  .container-sdc .section-07 .term_view .term-pic .hw-btn {
    margin-top: 0;
    padding: 0;
  }
  .container-sdc .section-07 .term_view .term-qa {
    margin-top: 20px;
    padding-left: 0;
  }
}
html:not(.LANG-cn) .container-sdc .section-01 .text-composable .banner-p {
  padding-top: 100px;
  margin-top: 0;
  margin-bottom: 10px;
}
html:not(.LANG-cn) .container-sdc .section-01 .text-composable .h1-title {
  padding-top: 0;
  margin-top: 0;
}
html:not(.LANG-cn) .container-sdc .section-01 .text-composable .hw-btn-warp {
  padding-top: 0;
}
@media screen and (max-width: 992px) {
  html:not(.LANG-cn) .container-sdc .section-01 .text-composable .h1-title,
  html:not(.LANG-cn) .container-sdc .section-01 .text-composable .banner-p {
    width: 90%;
  }
  html:not(.LANG-cn) .container-sdc .section-01 .text-composable .h1-title {
    margin: 10px auto 0;
  }
  html:not(.LANG-cn) .container-sdc .section-01 .text-composable .banner-p {
    padding-top: 30px;
  }
  html:not(.LANG-cn) .container-sdc .section-01 .text-composable .hw-btn-warp {
    padding-top: 15px;
  }
}
@media screen and (max-width: 992px) {
  html:not(.LANG-cn) .container-sdc .section-02 .text-composable {
    width: 100%;
    padding: 40px 0 30px;
  }
}
html:not(.LANG-cn) .container-sdc .section-04 .section-experienced dl.row-2:first-child dt .experienced-chart .chart-desc span {
  margin-top: 20px;
}
html:not(.LANG-cn) .container-sdc .section-04 .section-experienced dl.row-2:first-child dt .experienced-chart .chart.first-chart {
  margin-top: 14px;
}
html:not(.LANG-cn) .container-sdc .section-04 .section-experienced dl.row-2:first-child dt .experienced-chart .chart.first-chart > div.chart-line {
  margin: 10px 0;
}
html:not(.LANG-cn) .container-sdc .section-04 .section-experienced dl.row-2:first-child dt .experienced-chart .chart.first-chart > div.chart-line:last-child span em {
  width: 60vw;
}
html:not(.LANG-cn) .container-sdc .section-04 .section-experienced dl.row-2:first-child dt .experienced-chart .chart > div.chart-line {
  position: relative;
  margin: 6px 0;
}
.bannar-breadcrumbs-wrap {
  min-height: 0;
  margin: 0;
}
.container-sdc {
  margin: 0;
  padding: 0;
}
.container .section-01 .text-composable .h1-title {
  margin-top: 0;
}
.pswp__caption__center {
  display: none;
}
/* */
.share3-wap > a > .iconfont {
  line-height: 35px;
}
/*# sourceMappingURL=./style.css.map */