@charset "UTF-8";
/* 自定义字体 */
* {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei" !important;
  box-sizing: border-box;
}

body {
  padding: 0;
  box-sizing: border-box;
  font-size: 16px;
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
  background: #fff;
  color: #000000;
}
body a {
  text-decoration: none;
}
body h1 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: -50%;
}
body .container {
  position: relative;
}
body .prompt-box {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 99999;
  display: none;
}
body .prompt-box .prompt-mask {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.5;
  background: #000;
  filter: alpha(opacity=50);
}
body .prompt-box .prompt-main {
  position: relative;
  width: 590px;
  height: 325px;
  margin: auto;
  vertical-align: middle;
  background: #fff;
  box-sizing: border-box;
  padding: 70px 130px 90px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body .prompt-box .prompt-main h3 {
  font-size: 26px;
  line-height: 1.2;
  color: #333;
}
body .prompt-box .prompt-main p {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 15px;
  color: #5a5a5a;
}
body .prompt-box .prompt-main a {
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
  min-width: 140px;
  margin-top: 30px;
  box-sizing: border-box;
  padding: 10px 43px;
  text-transform: uppercase;
  color: #fff;
  background: #c7000b;
  text-align: center;
}
body .prompt-box .prompt-main .prompt-close {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
body .module_box {
  max-width: 1920px;
  margin: auto;
}
body .module_box .hidden {
  display: none !important;
}
body .module_box .item_box {
  max-width: 1420px;
  margin: auto;
  text-align: center;
}
body .module_box .item_box .detail_title {
  width: auto;
  height: 40px;
  font-size: 40px;
  font-family: Helvetica;
  color: #000000;
  line-height: 40px;
}
body .module_box .item_box .detail_line {
  width: 60px;
  height: 6px;
  background: #c7000b;
  margin: auto;
  margin-top: 28px;
  margin-bottom: 30px;
}
body .module_box .item_box .detail_text.pc {
  display: block;
  width: 1420px;
  height: auto;
  font-size: 20px;
  font-family: Helvetica;
  color: #000000;
  line-height: 36px;
  text-align: center;
  margin-bottom: 35px;
  opacity: 0.75;
}
body .module_box .item_box .detail_text.mb {
  display: none;
}
body .guide_item {
  display: flex;
  justify-content: space-between;
  height: auto;
  background: #f6f6f6;
  z-index: 10;
  position: relative;
  display: none;
}
body .guide_item .banner_classify {
  width: 1460px;
  margin: auto;
  font-weight: normal;
  color: #000000;
  line-height: 21px;
  align-self: center;
  cursor: pointer;
  display: inline-block;
  color: #9a9a9a;
  font-size: 12px;
  padding: 6px 0;
  padding-right: 22px;
  line-height: 1;
}
body .guide_item .banner_classify a {
  transition: 0.5s;
  color: #9a9a9a;
}
body .guide_item .banner_classify div {
  display: inline-block;
  transition: 0.5s;
}
body .guide_item .banner_classify div:hover {
  color: #000;
}
body .guide_item .banner_classify div:hover a {
  color: #000;
}
body .guide_item .banner_guide {
  display: none;
}
body .bannerBox {
  position: relative;
  width: 100%;
  height: auto;
}
body .bannerBox .bannerImg {
  width: 100%;
  height: auto;
  position: relative;
}
body .bannerBox .bannerImg.pc {
  display: block;
}
body .bannerBox .bannerImg.mb {
  display: none;
}
body .bannerBox .item_box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
body .bannerBox .item_box .banner_cont {
  position: absolute;
  margin: auto;
  top: 30px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 320px;
  text-align: left;
}
body .bannerBox .item_box .banner_cont .banner_label {
  width: 247px;
  height: 59px;
  background: #c7000b;
  font-size: 28px;
  font-family: Helvetica;
  color: #ffffff;
  line-height: 59px;
  text-align: center;
  margin-bottom: 24px;
}
body .bannerBox .item_box .banner_cont .banner_cont_text .banner_slogan {
  width: auto;
  height: 80px;
  font-size: 68px;
  color: #231814;
  line-height: 82px;
  font-weight: bold;
  font-family: Helvetica;
}
body .bannerBox .item_box .banner_cont .banner_cont_text .banner_slogan_pc {
  display: block;
}
body .bannerBox .item_box .banner_cont .banner_cont_text .banner_slogan_mb {
  display: none;
}
body .bannerBox .item_box .banner_cont .banner_cont_text .banner_slogan1 sup {
  font-size: 32px;
}
body .bannerBox .item_box .banner_cont .banner_cont_text .banner_text {
  width: auto;
  height: 35px;
  font-size: 30px;
  font-family: Helvetica;
  color: #231814;
  line-height: 36px;
  margin-top: 20px;
}
body .bannerBox .item_box .banner_cont .banner_cont_text .banner_text1 {
  margin-top: 115px;
  display: none;
}
body .bannerBox .item_box .banner_cont .banner_cont_text .banner_btn_box {
  display: flex;
}
body .bannerBox .item_box .banner_cont .banner_cont_text .banner_btn_box .banner_btn {
  width: 130px;
  height: 46px;
  line-height: 46px;
  border: 1px solid #373737;
  margin-top: 50px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
body .bannerBox .item_box .banner_cont .banner_cont_text .banner_btn_box .banner_btn a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  color: #000000;
}
body .bannerBox .item_box .banner_cont .banner_cont_text .banner_btn_box .banner_btn:nth-child(2) {
  background: #c7000b;
  border: 1px solid #c7000b;
  margin-left: 15px;
}
body .bannerBox .item_box .banner_cont .banner_cont_text .banner_btn_box .banner_btn:nth-child(2) a {
  color: #ffffff;
}
body .bannerBox .item_box .banner_cont .banner_cont_text .banner_btn_box .banner_btn1 {
  display: none !important;
}
body .bannerBox .item_box .banner_cont .banner_cont_text .banner_btn_box .banner_btn2 {
  margin-left: 0 !important;
  margin-top: 250px;
}
body .bannerBox .item_box .banner_cont1 {
  top: 0;
  height: 500px;
}
body .detail_box {
  width: 100%;
  height: auto;
  background: #f5f6f9;
  box-sizing: border-box;
  padding: 100px 0 70px 0;
}
body .detail_box .item_box .detail_cont {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 25px;
  box-sizing: border-box;
}
body .detail_box .item_box .detail_cont .dc_cont .dc_icon {
  width: 126px;
  height: 126px;
  margin-bottom: 36px;
}
body .detail_box .item_box .detail_cont .dc_cont .dc_text {
  width: 251px;
  height: auto;
  font-size: 18px;
  font-family: Helvetica;
  color: #000000;
  line-height: 32px;
  margin-bottom: 10px;
  text-align: left;
  position: relative;
  opacity: 0.85;
}
body .detail_box .item_box .detail_cont .dc_cont .dc_text::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c7000b;
  position: absolute;
  top: 10px;
  left: -15px;
}
body .detail_box .item_box .detail_down_title {
  font-size: 20px;
  color: #000000;
  opacity: 0.6;
  margin: 30px 0;
}
body .detail_box .item_box .detail_down_title br {
  display: none;
}
body .detail_box .item_box .wia_btn {
  width: 30%;
  height: 59px;
  line-height: 57px;
  border: 1px solid #c7000b;
  margin: auto;
  text-align: center;
  font-size: 20px;
  font-family: Helvetica;
  color: #c7000b;
}
body .detail_box .item_box .wia_btn a {
  width: 100%;
  height: 100%;
  display: block;
  display: flex;
  color: #c7000b;
  justify-content: center;
}
body .detail_box .item_box .wia_btn a .download_icon {
  width: 20px;
  height: 20px;
  background: url(../img/download_icon.png) center no-repeat;
  background-size: 100% 100%;
  align-self: center;
  margin-right: 5px;
}
body .what_is_afdc {
  width: 100%;
  height: auto;
  background: #ffffff;
  box-sizing: border-box;
  padding: 90px 0;
}
body .what_is_afdc .item_box .detail_text.pc {
  height: 80px;
  line-height: 36px;
  margin-bottom: 35px;
}
body .what_is_afdc .wia_cont {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}
body .what_is_afdc .wia_cont .wia_item {
  position: relative;
  width: 240px;
  height: 600px;
  overflow: hidden;
  transition: all 0.5s;
  background: url(https://e.huawei.com/marketingcloud/pep/asset/2000000101/images/topic/storage/all-flash-data-center/wia-bg1-0610.jpg) left no-repeat;
  background-size: auto 100%;
  margin-right: 2px;
}
body .what_is_afdc .wia_cont .wia_item:nth-child(2) {
  background: url(https://e.huawei.com/marketingcloud/pep/asset/2000000101/images/topic/storage/all-flash-data-center/wia-bg2-0610.jpg) left no-repeat;
  background-size: auto 100%;
}
body .what_is_afdc .wia_cont .wia_item:nth-child(3) {
  background: url(https://e.huawei.com/marketingcloud/pep/asset/2000000101/images/topic/storage/all-flash-data-center/wia-bg3-0610.jpg) left no-repeat;
  background-size: auto 100%;
}
body .what_is_afdc .wia_cont .wia_item:nth-child(4) {
  background: url(https://e.huawei.com/marketingcloud/pep/asset/2000000101/images/topic/storage/all-flash-data-center/wia-bg4-0610.jpg) left no-repeat;
  background-size: auto 100%;
}
body .what_is_afdc .wia_cont .wia_item:nth-child(5) {
  background: url(https://e.huawei.com/marketingcloud/pep/asset/2000000101/images/topic/storage/all-flash-data-center/wia-bg5-0610.jpg) left no-repeat;
  background-size: auto 100%;
  margin-right: 0;
}
body .what_is_afdc .wia_cont .wia_item .wia_bg {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body .what_is_afdc .wia_cont .wia_item .wia_meng {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 85px 40px;
  background: rgba(0, 0, 0, 0.2);
  position: relative;
}
body .what_is_afdc .wia_cont .wia_item .wia_meng .wia_title {
  width: auto;
  height: 31px;
  font-size: 28px;
  font-family: Helvetica;
  color: #ffffff;
  line-height: 34px;
  margin-bottom: 17px;
  text-align: left;
}
body .what_is_afdc .wia_cont .wia_item .wia_meng .wia_text {
  width: auto;
  height: 216px;
  font-size: 20px;
  font-family: Helvetica;
  color: #ffffff;
  line-height: 36px;
  text-align: justify;
  display: none;
}
body .what_is_afdc .wia_cont .wia_item.wia_item_hover {
  width: 339px;
}
body .what_is_afdc .wia_cont .wia_item.wia_item_hover .wia_meng {
  background: rgba(0, 0, 0, 0.5);
}
body .what_is_afdc .wia_cont .wia_item.wia_item_hover .wia_meng .wia_text {
  display: block;
}
body .what_is_afdc .wia_tip {
  width: auto;
  height: 33px;
  font-size: 20px;
  font-family: Helvetica;
  color: #000000;
  line-height: 32px;
  margin: 44px 0 31px 0;
  opacity: 0.6;
}
body .what_is_afdc .wia_btn {
  width: 513px;
  height: 59px;
  line-height: 57px;
  border: 1px solid #c7000b;
  margin: auto;
  text-align: center;
  font-size: 20px;
  font-family: Helvetica;
  color: #c7000b;
}
body .what_is_afdc .wia_btn a {
  width: 100%;
  height: 100%;
  display: block;
  display: flex;
  color: #c7000b;
  justify-content: center;
}
body .what_is_afdc .wia_btn a .wia_icon {
  align-self: center;
  content: "";
  width: 24px;
  height: 24px;
  background: url(https://e.huawei.com/marketingcloud/pep/asset/2000000101/images/topic/storage/all-flash-data-center/wia_icon.png) center no-repeat;
  background-size: 100% 100%;
  margin-right: 18px;
}
body .why_you_need_afdc {
  width: 100%;
  height: auto;
  background: #f5f6f9;
  box-sizing: border-box;
  padding: 80px 0 40px 0;
}
body .why_you_need_afdc .item_box .detail_text {
  opacity: 0.6;
}
body .why_you_need_afdc .item_box .wyna_cont {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body .why_you_need_afdc .item_box .wyna_cont .wyna_item {
  width: 680px;
  height: 278px;
  background: #ffffff;
  margin: 0 60px 60px 0;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
}
body .why_you_need_afdc .item_box .wyna_cont .wyna_item:nth-child(2n) {
  margin-right: 0;
}
body .why_you_need_afdc .item_box .wyna_cont .wyna_item .wyna_img {
  width: 337px;
  height: 238px;
  align-self: center;
}
body .why_you_need_afdc .item_box .wyna_cont .wyna_item .wyna_text_box {
  width: 250px;
  height: auto;
  margin-left: 29px;
  text-align: left;
  align-self: center;
}
body .why_you_need_afdc .item_box .wyna_cont .wyna_item .wyna_text_box .wyna_title {
  width: 100%;
  height: 33px;
  font-size: 28px;
  font-family: Helvetica;
  color: #000000;
  line-height: 36px;
  margin-bottom: 17px;
  font-weight: bold;
}
body .why_you_need_afdc .item_box .wyna_cont .wyna_item .wyna_text_box .wyna_text {
  width: 100%;
  height: 76px;
  font-size: 24px;
  font-family: Helvetica;
  color: #000000;
  line-height: 38px;
}
body .why_choose_hwafdc {
  width: 100%;
  height: auto;
  background: url(https://e.huawei.com/marketingcloud/pep/asset/2000000101/images/topic/storage/all-flash-data-center/wch-bg-0610.jpg) center no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 85px;
}
body .why_choose_hwafdc .item_box .detail_title {
  color: #ffffff;
}
body .why_choose_hwafdc .item_box .detail_title.pc {
  display: block;
}
body .why_choose_hwafdc .item_box .detail_title.mb {
  display: none;
}
body .why_choose_hwafdc .item_box .detail_line {
  margin-bottom: 28px;
}
body .why_choose_hwafdc .item_box .detail_text.pc {
  color: #ffffff;
  opacity: 1;
}
body .why_choose_hwafdc .item_box .wch_ind_item {
  display: flex;
  justify-content: space-between;
}
body .why_choose_hwafdc .item_box .wch_ind_item .wch_ind {
  width: 100%;
  text-align: center;
  margin-bottom: 57px;
}
body .why_choose_hwafdc .item_box .wch_ind_item .wch_ind .ind_text {
  width: auto;
  height: 69px;
  font-size: 58px;
  font-family: Helvetica;
  color: #ffffff;
  line-height: 70px;
  margin-bottom: 20px;
}
body .why_choose_hwafdc .item_box .wch_ind_item .wch_ind .ind_text:nth-child(2) {
  width: auto;
  height: 28px;
  font-size: 24px;
  font-family: Helvetica;
  color: #ffffff;
  line-height: 29px;
}
body .why_choose_hwafdc .item_box .wch_cont.pc {
  display: flex;
  justify-content: space-between;
}
body .why_choose_hwafdc .item_box .wch_cont.pc .wch_item {
  width: 340px;
  height: auto;
}
body .why_choose_hwafdc .item_box .wch_cont.pc .wch_item:nth-child(4) .wch_detail .wch_textbox .wchd_text {
  width: 280px;
}
body .why_choose_hwafdc .item_box .wch_cont.pc .wch_item .wch_detail {
  width: 340px;
  height: 557px;
  background: url(https://e.huawei.com/mediafiles/MediaFiles/5/6/A/{56ABEE14-2BC1-4728-98BC-09BFE3A3D7A3}wch_item_bg.png) center no-repeat;
  background-size: 100% 100%;
  text-align: center;
}
body .why_choose_hwafdc .item_box .wch_cont.pc .wch_item .wch_detail .wchd_icon {
  width: 120px;
  height: 120px;
  margin-top: 39px;
}
body .why_choose_hwafdc .item_box .wch_cont.pc .wch_item .wch_detail .wchd_title {
  width: 100%;
  height: 28px;
  font-size: 24px;
  font-family: Helvetica;
  color: #ffffff;
  line-height: 29px;
  margin: 24px 0 14px 0;
}
body .why_choose_hwafdc .item_box .wch_cont.pc .wch_item .wch_detail .wch_textbox {
  width: 100%;
  min-height: 210px;
}
body .why_choose_hwafdc .item_box .wch_cont.pc .wch_item .wch_detail .wch_textbox .wchd_text {
  width: 260px;
  height: auto;
  font-size: 18px;
  font-family: Helvetica;
  color: #ffffff;
  line-height: 32px;
  position: relative;
  text-align: justify;
  margin: auto;
  margin-left: 47px;
  margin-bottom: 5px;
}
body .why_choose_hwafdc .item_box .wch_cont.pc .wch_item .wch_detail .wch_textbox .wchd_text::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c7000b;
  top: 10px;
  left: -20px;
}
body .why_choose_hwafdc .item_box .wch_cont.pc .wch_item .wch_detail a .wchd_btn {
  width: auto;
  height: 40px;
  padding: 0 20px;
  background: rgba(55, 55, 55, 0);
  border: 1px solid #ffffff;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  margin: auto;
  display: inline-block;
}
body .why_choose_hwafdc .item_box .wch_cont.pc .wch_item .wch_detail a:nth-child(5) .wchd_btn {
  margin-left: 5px;
}
body .why_choose_hwafdc .item_box .wch_cont.pc .wch_item:nth-child(1) .wch_detail .wchd_btn {
  padding: 0 35px;
}
body .why_choose_hwafdc .wch_cont.mb {
  display: none;
}
body .hw_prize {
  width: 100%;
  height: auto;
  position: relative;
}
body .hw_prize .hw_prize_bg {
  width: 100%;
  height: auto;
  cursor: pointer;
}
body .hw_prize .hw_prize_bg.pc {
  display: block;
}
body .hw_prize .hw_prize_bg.mb {
  display: none;
}
body .hw_prize .swiper-pagination-bullet-active {
  background: rgba(0, 0, 0, 0.4);
}
body .hw_prize .swiper-button-prev {
  background: url(https://e.huawei.com/marketingcloud/pep/asset/2000000101/images/topic/storage/all-flash-data-center/prev.png) no-repeat !important;
  background-size: cover;
  width: 20px;
  height: 34.5px;
  left: 2%;
}
body .hw_prize .swiper-button-next {
  background: url(https://e.huawei.com/marketingcloud/pep/asset/2000000101/images/topic/storage/all-flash-data-center/prev.png) no-repeat !important;
  background-size: cover;
  width: 20px;
  height: 34.5px;
  transform: rotate(-180deg);
  right: 2%;
}
body .media_reports {
  width: 100%;
  height: 960px;
  height: auto;
  background: #f5f6f9;
  padding: 80px 0 130px 0;
}
body .media_reports .media_reports_item .detail_line {
  margin-bottom: 39px;
}
body .media_reports .media_reports_item .media_reports_cont {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: space-between;
}
body .media_reports .media_reports_item .media_reports_cont .media_left_item {
  flex-shrink: 0;
  width: 938px;
  height: 634px;
  position: relative;
  display: flex;
}
body .media_reports .media_reports_item .media_reports_cont .media_left_item .mli_item {
  width: 455px;
  height: 100%;
  margin-right: 28px;
  position: relative;
}
body .media_reports .media_reports_item .media_reports_cont .media_left_item .mli_item:nth-child(2) {
  margin-right: 0;
}
body .media_reports .media_reports_item .media_reports_cont .media_left_item .mli_item .mli_img {
  width: 100%;
  height: 311px;
}
body .media_reports .media_reports_item .media_reports_cont .media_left_item .mli_item .mli_img.pc {
  display: block;
}
body .media_reports .media_reports_item .media_reports_cont .media_left_item .mli_item .mli_img.mb {
  display: none;
}
body .media_reports .media_reports_item .media_reports_cont .media_left_item .mli_item .mli_cont {
  width: 100%;
  height: 323px;
  box-sizing: border-box;
  padding: 27px 21px;
  background: #ffffff;
  text-align: left;
}
body .media_reports .media_reports_item .media_reports_cont .media_left_item .mli_item .mli_cont .mli_title {
  width: 100%;
  font-size: 24px;
  line-height: 42px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;
}
body .media_reports .media_reports_item .media_reports_cont .media_left_item .mli_item .mli_cont .mli_time {
  width: auto;
  display: flex;
  font-size: 18px;
  color: #4a4a4a;
  line-height: 21px;
  margin-bottom: 29px;
}
body .media_reports .media_reports_item .media_reports_cont .media_left_item .mli_item .mli_cont .mli_time span:nth-child(1) {
  margin-right: 40px;
}
body .media_reports .media_reports_item .media_reports_cont .media_left_item .mli_item .mli_cont .mli_text {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  color: #000000;
  line-height: 28px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
body .media_reports .media_reports_item .media_reports_cont .media_right_item {
  flex-shrink: 0;
  width: 455px;
  height: 634px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 35px 9px 35px;
  background: #ffffff;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}
body .media_reports .media_reports_item .media_reports_cont .media_right_item::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #f5f5f5;
}
body .media_reports .media_reports_item .media_reports_cont .media_right_item::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}
body .media_reports .media_reports_item .media_reports_cont .media_right_item::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #c8c8c8;
}
body .media_reports .media_reports_item .media_reports_cont .media_right_item .mri_item {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 22px 0;
  text-align: left;
  border-bottom: 1px solid rgba(151, 151, 151, 0.18);
}
body .media_reports .media_reports_item .media_reports_cont .media_right_item .mri_item:last-child {
  border: none;
}
body .media_reports .media_reports_item .media_reports_cont .media_right_item .mri_item .mri_title {
  width: 100%;
  font-size: 24px;
  line-height: 35px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 14px;
}
body .media_reports .media_reports_item .media_reports_cont .media_right_item .mri_item .mli_time {
  width: auto;
  display: flex;
  font-size: 18px;
  color: #4a4a4a;
  line-height: 21px;
}
body .media_reports .media_reports_item .wia_btn {
  width: 13%;
  height: 59px;
  line-height: 57px;
  border: 1px solid #c7000b;
  margin: auto;
  text-align: center;
  font-size: 20px;
  font-family: Helvetica;
  color: #c7000b;
  margin-top: 50px;
}
body .media_reports .media_reports_item .wia_btn a {
  width: 100%;
  height: 100%;
  display: block;
  display: flex;
  color: #c7000b;
  justify-content: center;
}
body .media_reports .media_reports_item .wia_btn a br {
  display: none;
}
body .hotcases_box {
  background: #fff;
  width: 100%;
  height: 837px;
  box-sizing: border-box;
  padding: 80px 0 100px 0;
  position: relative;
}
body .hotcases_box .swiper-button-box {
  width: 100%;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 0;
  display: none;
}
body .hotcases_box .swiper-button-box .hotcases-button-prev,
body .hotcases_box .swiper-button-box .hotcases-button-next {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 0;
  cursor: pointer;
}
body .hotcases_box .swiper-button-box .hotcases-button-prev {
  background: url(https://e.huawei.com/mediafiles/MediaFiles/6/8/1/{681694F0-E4DE-4B9F-BF7D-292E9F0F1329}swipericon-l-dis.png) no-repeat;
  background-size: 100% 100%;
  left: 0;
}
body .hotcases_box .swiper-button-box .hotcases-button-prev.swiper-button-disabled {
  cursor: auto;
  background: url(https://e.huawei.com/mediafiles/MediaFiles/E/B/9/{EB90650E-621B-49EF-9651-7FC860D41B4B}swiper_icon_l.png) no-repeat;
  background-size: 100% 100%;
}
body .hotcases_box .swiper-button-box .hotcases-button-next {
  background: url(https://e.huawei.com/mediafiles/MediaFiles/B/5/9/{B594B112-5EE4-46B1-8160-1F3AA74E9009}swipericon-r-dis.png) no-repeat;
  background-size: 100% 100%;
  right: 0;
}
body .hotcases_box .swiper-button-box .hotcases-button-next.swiper-button-disabled {
  cursor: auto;
  background: url(https://e.huawei.com/mediafiles/MediaFiles/C/B/4/{CB42A8D5-CFFB-483E-B1DC-87372DFF6D88}swiper_icon_r.png) no-repeat;
  background-size: 100% 100%;
}
body .hotcases_box .hotcases_item {
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
}
body .hotcases_box .hotcases_item .hotcases_cont {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding-top: 10px;
}
body .hotcases_box .hotcases_item .hotcases_cont.pc .hotcases_swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
body .hotcases_box .hotcases_item .hotcases_cont.pc .hotcases_swiper .swiper-container-hotcases .swiper-slide {
  width: auto;
}
body .hotcases_box .hotcases_item .hotcases_cont.pc .hotcases_swiper .swiper-container-hotcases .swiper-slide .hc_item {
  width: 433px;
  height: 540px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  position: relative;
  background: url(https://e.huawei.com/mediafiles/MediaFiles/F/4/8/{F48C04C4-5348-42A3-A190-4199F2F86E1D}case3.png) no-repeat center;
  background-size: 100% 100%;
  cursor: pointer;
  transition: 2.5s;
}
body .hotcases_box .hotcases_item .hotcases_cont.pc .hotcases_swiper .swiper-container-hotcases .swiper-slide .hc_item .hc_meng {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
body .hotcases_box .hotcases_item .hotcases_cont.pc .hotcases_swiper .swiper-container-hotcases .swiper-slide .hc_item .hc_meng .hc_text {
  width: 370px;
  height: auto;
  font-size: 28px;
  font-weight: normal;
  color: #ffffff;
  line-height: 44px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 40px;
  top: 260px;
  text-align: left;
}
body .hotcases_box .hotcases_item .hotcases_cont.pc .hotcases_swiper .swiper-container-hotcases .swiper-slide .hc_item .hc_meng .hc_btn {
  width: 136px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ffffff;
  font-size: 16px;
  font-family: Helvetica;
  color: #ffffff;
  position: absolute;
  left: 40px;
  bottom: 80px;
}
body .hotcases_box .hotcases_item .hotcases_cont.pc .hotcases_swiper .swiper-container-hotcases .swiper-slide:nth-child(2) .hc_item {
  background: url(https://e.huawei.com/mediafiles/MediaFiles/A/4/D/{A4DD058B-F61D-4A81-8DB0-00B3334EB47F}case1.png) no-repeat center;
  background-size: 100% 100%;
}
body .hotcases_box .hotcases_item .hotcases_cont.pc .hotcases_swiper .swiper-container-hotcases .swiper-slide:nth-child(3) .hc_item {
  background: url(https://e.huawei.com/mediafiles/MediaFiles/7/2/4/{724040AF-12A8-4286-8FD4-6C02814F94BE}case2.png) no-repeat center;
  background-size: 100% 100%;
}
body .hotcases_box .hotcases_item .hotcases_cont.pc .hotcases_swiper .swiper-container-hotcases .swiper-slide:hover .hc_item {
  background-position: center;
  background-size: 115% 115%;
}
body .hotcases_box .hotcases_item .hotcases_cont.pc .hotcases_swiper .swiper-container-hotcases .swiper-slide:hover .hc_item .hc_btn {
  border: 1px solid #c70000;
  background: #c70000;
}
body .hotcases_box .hotcases_item .hotcases_cont.mb {
  display: none;
}
body .expert_box {
  width: 100%;
  height: auto;
  height: auto;
  background: #f5f6f9;
  padding: 50px 0 80px 0;
}
body .expert_box .expert_item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
body .expert_box .expert_item > div {
  margin-top: 30px;
  text-align: left;
  width: 31.5%;
  height: auto;
  padding: 40px;
  background: #ffffff;
}
body .expert_box .expert_item > div > div:nth-of-type(1) {
  display: inline-block;
  font-size: 12px;
  color: #ffffff;
  background: #c7000b;
  padding: 12px 24px;
}
body .expert_box .expert_item > div > p:nth-of-type(1) {
  text-align: left;
  margin-top: 15px;
  font-size: 24px;
  color: #000000;
  line-height: 40px;
  font-weight: bold;
}
body .expert_box .expert_item > div > div:nth-of-type(2) {
  margin-top: 30px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
body .expert_box .expert_item > div > div:nth-of-type(2) img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
body .expert_box .expert_item > div > div:nth-of-type(2) > div {
  background: none;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
}
body .expert_box .expert_item > div > div:nth-of-type(2) > div > p:nth-of-type(1) {
  font-size: 20px;
  font-weight: normal;
  color: #000000;
}
body .expert_box .expert_item > div > div:nth-of-type(2) > div > p:nth-of-type(2) {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #000000;
}
body .expert_box .expert_item > div > p:nth-of-type(2) {
  margin-top: 30px;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 32px;
  opacity: 0.75;
}
body .expert_box .expert_item > div > div:nth-of-type(3) {
  margin-top: 42px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
body .expert_box .expert_item > div > div:nth-of-type(3) > img {
  width: 16px;
  height: 11px;
}
body .expert_box .expert_item > div > div:nth-of-type(3) > p {
  margin-left: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
body .expert_box .expert_item > div > div:nth-of-type(3) > p > a {
  color: #000000;
}
body .hw_read_guide {
  position: relative;
  width: 100%;
  height: 415px;
  background: #fafafa;
  box-sizing: border-box;
  padding-top: 80px;
}
body .hw_read_guide .hrg_cont {
  display: flex;
  justify-content: space-between;
}
body .hw_read_guide .hrg_cont .hrg_item {
  width: auto;
  height: 100%;
  display: flex;
}
body .hw_read_guide .hrg_cont .hrg_item .hrg_img {
  width: 188px;
  height: 188px;
  margin-right: 60px;
  flex-shrink: 0;
}
body .hw_read_guide .hrg_cont .hrg_item .hrg_textbox {
  width: 100%;
  height: auto;
  text-align: left;
  margin-top: 11px;
}
body .hw_read_guide .hrg_cont .hrg_item .hrg_textbox .hrg_title {
  width: auto;
  height: auto;
  font-size: 28px;
  font-family: Helvetica;
  color: #000000;
  line-height: 34px;
  margin-bottom: 20px;
  font-weight: bold;
}
body .hw_read_guide .hrg_cont .hrg_item .hrg_textbox .hrg_text {
  width: auto;
  height: auto;
  font-size: 20px;
  font-family: Helvetica;
  color: #000000;
  line-height: 19px;
  margin-bottom: 20px;
}
body .hw_read_guide .hrg_cont .hrg_item .hrg_textbox .hrg_text:nth-child(4) {
  margin-bottom: 30px;
}
body .hw_read_guide .hrg_cont .hrg_item .hrg_textbox .hrg_text::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000000;
  margin-right: 10px;
}
body .hw_read_guide .hrg_cont .hrg_item .hrg_textbox a {
  color: #c7000b;
  text-decoration: none;
}
body .hw_read_guide .hrg_cont .hrg_item .hrg_textbox .hrg_href {
  width: auto;
  height: 23px;
  font-size: 20px;
  font-family: Helvetica;
  color: #c7000b;
  line-height: 24px;
  margin-bottom: 13px;
  cursor: pointer;
  display: inline-block;
}
body .hw_read_guide .hrg_cont .hrg_item .hrg_textbox .hrg_href .hrg_arrow {
  width: 21px;
  height: 13px;
  background: url(https://e.huawei.com/mediafiles/MediaFiles/A/B/A/{ABA56CB8-E747-4D90-BA01-3244202C2DC7}hrg_arrow.png) center no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin-left: 16px;
  display: inline-block;
}
body .hw_read_guide .hrg_cont .hrg_item .hrg_textbox .hrg_tip {
  width: auto;
  height: 17px;
  font-size: 14px;
  font-family: Helvetica;
  color: #000000;
  line-height: 17px;
}
body .hw_read_guide .hrg_cont .hrg_item:nth-child(2) .hrg_img {
  width: 172px;
  height: 123px;
  margin-top: 44px;
  margin-right: 67px;
}
body .hw_read_guide .hrg_cont .hrg_item:nth-child(2) .hrg_textbox .hrg_text {
  text-align: justify;
  width: 100%;
  font-size: 20px;
  font-family: Helvetica;
  color: #000000;
  line-height: 35px;
}
body .hw_read_guide .hrg_cont .hrg_item:nth-child(2) .hrg_textbox .hrg_text.pc {
  display: block;
}
body .hw_read_guide .hrg_cont .hrg_item:nth-child(2) .hrg_textbox .hrg_text.mb {
  display: none;
}
body .hw_read_guide .hrg_cont .hrg_item:nth-child(2) .hrg_textbox .hrg_text::before {
  content: none;
}
body .pas_box {
  width: 100%;
  background: #ffffff;
  padding: 80px 0;
  box-sizing: border-box;
}
body .pas_box .pas_cont {
  width: 100%;
  height: auto;
  margin-top: 36px;
  box-sizing: border-box;
}
body .pas_box .pas_cont .pas_group {
  box-sizing: border-box;
  padding: 0;
  height: auto;
  display: flex;
}
body .pas_box .pas_cont .pas_group .pas_item {
  width: 358px;
  height: 434px;
  padding: 24px 24px 0 24px;
  margin-right: 5px;
  transition: 0.3s;
}
body .pas_box .pas_cont .pas_group .pas_item.pas_item_hover {
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
}
body .pas_box .pas_cont .pas_group .pas_item:last-child {
  margin-right: 0;
}
body .pas_box .pas_cont .pas_group .pas_item .pas_img {
  width: 310px;
  height: 172px;
  position: relative;
  margin: auto;
  background: #fff;
  border: none;
}
body .pas_box .pas_cont .pas_group .pas_item .pas_img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
body .pas_box .pas_cont .pas_group .pas_item .pas_title {
  margin-top: 25px;
  width: 80%;
  word-wrap: break-word;
  height: 56px;
  font-size: 22px;
  font-weight: normal;
  color: #000000;
  line-height: 28px;
  text-align: left;
}
body .pas_box .pas_cont .pas_group .pas_item .pas_text {
  margin-top: 12px;
  width: 100%;
  height: auto;
  font-size: 18px;
  font-family: Helvetica;
  color: #000000;
  line-height: 32px;
  text-align: justify;
}
body .pas_box .pas_cont .pas_group .pas_item:nth-child(3n) {
  margin-right: 0;
}
body .pas_box .pas_cont .pas_more {
  width: 100%;
  height: 32px;
  font-size: 18px;
  font-weight: normal;
  color: #000000;
  line-height: 32px;
  display: flex;
  justify-content: center;
  align-self: center;
  margin: auto;
  cursor: pointer;
}
body .pas_box .pas_cont .pas_more::after {
  content: "";
  width: 32px;
  height: 32px;
  background: url(https://e.huawei.com/mediafiles/MediaFiles/4/6/4/{464D73D7-7395-4883-A99D-AFF942E55DA7}btc_icon_black.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 16px;
  display: block;
}
body .relinfo_box {
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 36px 0 30px 0;
  position: relative;
}
body .relinfo_box .relinfo_cont {
  width: 100%;
  height: auto;
}
body .relinfo_box .relinfo_cont .relinfo_group {
  width: 100%;
  height: 450px;
  height: auto;
  overflow: hidden;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body .relinfo_box .relinfo_cont .relinfo_group .ri_item {
  width: 600px;
  min-height: 90px;
  display: flex;
  cursor: pointer;
}
body .relinfo_box .relinfo_cont .relinfo_group .ri_item .wp_icon {
  width: 30px;
  height: 30px;
  align-self: unset;
  margin-top: 5px;
  margin-right: 22px;
  background: url(https://e.huawei.com/mediafiles/MediaFiles/D/9/9/{D99BF29E-BDC0-447C-921D-D7E1B5366272}wp_icon.png) no-repeat;
  background-size: 100% 100%;
  flex-shrink: 0;
}
body .relinfo_box .relinfo_cont .relinfo_group .ri_item .ds_icon {
  width: 30px;
  height: 30px;
  align-self: unset;
  margin-top: 5px;
  margin-right: 22px;
  background: url(https://e.huawei.com/mediafiles/MediaFiles/5/4/4/{54475450-5FD3-476E-B6CF-0E2FC3483BDC}ds_icon.png) no-repeat;
  background-size: 100% 100%;
  flex-shrink: 0;
}
body .relinfo_box .relinfo_cont .relinfo_group .ri_item .pdf_icon {
  width: 27px;
  height: 30px;
  align-self: unset;
  margin-top: 5px;
  margin-right: 22px;
  background: url(https://e.huawei.com/mediafiles/MediaFiles/7/8/7/{787D823E-DE0B-4FE0-9B6B-8B0911C92287}pdf_icon.png) no-repeat;
  background-size: 100% 100%;
  flex-shrink: 0;
}
body .relinfo_box .relinfo_cont .relinfo_group .ri_item .ri_text {
  width: auto;
  height: auto;
  font-size: 18px;
  font-weight: normal;
  color: #000000;
  line-height: 34px;
  align-self: unset;
  display: flex;
  text-align: left;
}
body .relinfo_box .relinfo_cont .relinfo_group .ri_item .ri_text .ri_arrow {
  opacity: 0;
  width: 21px;
  height: 13px;
  background: url(https://e.huawei.com/mediafiles/MediaFiles/A/B/A/{ABA56CB8-E747-4D90-BA01-3244202C2DC7}hrg_arrow.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 10px;
  margin-left: 10px;
}
body .relinfo_box .relinfo_cont .relinfo_group .ri_item:hover .wp_icon {
  background: url(https://e.huawei.com/mediafiles/MediaFiles/0/7/B/{07BC5275-820A-4E72-9286-DC79306328EE}wp_icon1.png) no-repeat;
  background-size: 100% 100%;
}
body .relinfo_box .relinfo_cont .relinfo_group .ri_item:hover .ds_icon {
  background: url(https://e.huawei.com/mediafiles/MediaFiles/2/2/E/{22EB42BD-CF2C-4405-9B63-711BEE035F27}ds_icon1.png) no-repeat;
  background-size: 100% 100%;
}
body .relinfo_box .relinfo_cont .relinfo_group .ri_item:hover .pdf_icon {
  background: url(https://e.huawei.com/mediafiles/MediaFiles/C/A/0/{CA07135F-DEEC-49C0-8C54-8E3B493987BB}pdf_icon1.png) no-repeat;
  background-size: 100% 100%;
}
body .relinfo_box .relinfo_cont .relinfo_group .ri_item:hover .ri_text {
  font-weight: bold;
}
body .relinfo_box .relinfo_cont .relinfo_group .ri_item:hover .ri_text .ri_arrow {
  opacity: 1;
  transition: 0.3s;
}
body .relinfo_box .relinfo_more {
  width: auto;
  height: 32px;
  font-size: 18px;
  font-weight: normal;
  color: #000000;
  line-height: 32px;
  display: flex;
  justify-content: center;
  align-self: center;
  margin: auto;
  margin-top: 70px;
  cursor: pointer;
}
body .relinfo_box .relinfo_more::after {
  content: "";
  width: 32px;
  height: 32px;
  background: url(https://e.huawei.com/mediafiles/MediaFiles/4/6/4/{464D73D7-7395-4883-A99D-AFF942E55DA7}btc_icon_black.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 16px;
  display: block;
}

@media (max-width: 1550px) {
  body {
    padding: 0;
    box-sizing: border-box;
    font-size: 1.0322580645vw;
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
    background: #fff;
    color: #000000;
  }
  body a {
    text-decoration: none;
  }
  body h1 {
    opacity: 0;
    position: absolute;
    top: 0;
    left: -50%;
  }
  body .container {
    position: relative;
  }
  body .prompt-box {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 99999;
    display: none;
  }
  body .prompt-box .prompt-mask {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.5;
    background: #000;
    filter: alpha(opacity=50);
  }
  body .prompt-box .prompt-main {
    position: relative;
    width: 38.064516129vw;
    height: 20.9677419355vw;
    margin: auto;
    vertical-align: middle;
    background: #fff;
    box-sizing: border-box;
    padding: 4.5161290323vw 8.3870967742vw 5.8064516129vw;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  body .prompt-box .prompt-main h3 {
    font-size: 1.6774193548vw;
    line-height: 1.2;
    color: #333;
  }
  body .prompt-box .prompt-main p {
    font-size: 1.0322580645vw;
    line-height: 1.5;
    margin-top: 0.9677419355vw;
    color: #5a5a5a;
  }
  body .prompt-box .prompt-main a {
    font-size: 0.9032258065vw;
    line-height: 1.5;
    display: inline-block;
    min-width: 9.0322580645vw;
    margin-top: 1.935483871vw;
    box-sizing: border-box;
    padding: 0.6451612903vw 2.7741935484vw;
    text-transform: uppercase;
    color: #fff;
    background: #c7000b;
    text-align: center;
  }
  body .prompt-box .prompt-main .prompt-close {
    width: 0.6451612903vw;
    height: 0.6451612903vw;
    position: absolute;
    top: 0.9677419355vw;
    right: 0.9677419355vw;
    cursor: pointer;
  }
  body .module_box {
    max-width: 123.8709677419vw;
    margin: auto;
  }
  body .module_box .hidden {
    display: none !important;
  }
  body .module_box .item_box {
    max-width: 91.6129032258vw;
    margin: auto;
    text-align: center;
  }
  body .module_box .item_box .detail_title {
    width: auto;
    height: 2.5806451613vw;
    font-size: 2.5806451613vw;
    font-family: Helvetica;
    color: #000000;
    line-height: 2.5806451613vw;
  }
  body .module_box .item_box .detail_line {
    width: 3.8709677419vw;
    height: 0.3870967742vw;
    background: #c7000b;
    margin: auto;
    margin-top: 1.8064516129vw;
    margin-bottom: 1.935483871vw;
  }
  body .module_box .item_box .detail_text.pc {
    display: block;
    width: 91.6129032258vw;
    height: auto;
    font-size: 1.2903225806vw;
    font-family: Helvetica;
    color: #000000;
    line-height: 2.3225806452vw;
    text-align: center;
    margin-bottom: 2.2580645161vw;
    opacity: 0.75;
  }
  body .module_box .item_box .detail_text.mb {
    display: none;
  }
  body .guide_item {
    display: flex;
    justify-content: space-between;
    height: auto;
    background: #f6f6f6;
    z-index: 10;
    position: relative;
    display: none;
  }
  body .guide_item .banner_classify {
    width: 94.1935483871vw;
    margin: auto;
    font-weight: normal;
    color: #000000;
    line-height: 1.3548387097vw;
    align-self: center;
    cursor: pointer;
    display: inline-block;
    color: #9a9a9a;
    font-size: 0.7741935484vw;
    padding: 0.3870967742vw 0;
    padding-right: 1.4193548387vw;
    line-height: 1;
  }
  body .guide_item .banner_classify a {
    transition: 0.5s;
    color: #9a9a9a;
  }
  body .guide_item .banner_classify div {
    display: inline-block;
    transition: 0.5s;
  }
  body .guide_item .banner_classify div:hover {
    color: #000;
  }
  body .guide_item .banner_classify div:hover a {
    color: #000;
  }
  body .guide_item .banner_guide {
    display: none;
  }
  body .bannerBox {
    position: relative;
    width: 100%;
    height: auto;
  }
  body .bannerBox .bannerImg {
    width: 100%;
    height: auto;
    position: relative;
  }
  body .bannerBox .bannerImg.pc {
    display: block;
  }
  body .bannerBox .bannerImg.mb {
    display: none;
  }
  body .bannerBox .item_box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
  }
  body .bannerBox .item_box .banner_cont {
    position: absolute;
    margin: auto;
    top: 1.935483871vw;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20.6451612903vw;
    text-align: left;
  }
  body .bannerBox .item_box .banner_cont .banner_label {
    width: 15.935483871vw;
    height: 3.8064516129vw;
    background: #c7000b;
    font-size: 1.8064516129vw;
    font-family: Helvetica;
    color: #ffffff;
    line-height: 3.8064516129vw;
    text-align: center;
    margin-bottom: 1.5483870968vw;
  }
  body .bannerBox .item_box .banner_cont .banner_cont_text .banner_slogan {
    width: auto;
    height: 5.1612903226vw;
    font-size: 4.3870967742vw;
    color: #231814;
    line-height: 5.2903225806vw;
    font-weight: bold;
    font-family: Helvetica;
  }
  body .bannerBox .item_box .banner_cont .banner_cont_text .banner_slogan1 sup {
    font-size: 2.064516129vw;
  }
  body .bannerBox .item_box .banner_cont .banner_cont_text .banner_text {
    width: auto;
    height: 2.2580645161vw;
    font-size: 1.935483871vw;
    font-family: Helvetica;
    color: #231814;
    line-height: 2.3225806452vw;
    margin-top: 1.2903225806vw;
  }
  body .bannerBox .item_box .banner_cont .banner_cont_text .banner_text1 {
    margin-top: 7.4193548387vw;
  }
  body .bannerBox .item_box .banner_cont .banner_cont_text .banner_btn_box {
    display: flex;
  }
  body .bannerBox .item_box .banner_cont .banner_cont_text .banner_btn_box .banner_btn {
    width: 8.3870967742vw;
    height: 2.9677419355vw;
    line-height: 2.9677419355vw;
    border: 0.064516129vw solid #373737;
    margin-top: 3.2258064516vw;
    text-align: center;
    display: inline-block;
    cursor: pointer;
  }
  body .bannerBox .item_box .banner_cont .banner_cont_text .banner_btn_box .banner_btn a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    color: #000000;
  }
  body .bannerBox .item_box .banner_cont .banner_cont_text .banner_btn_box .banner_btn:nth-child(2) {
    background: #c7000b;
    border: 0.064516129vw solid #c7000b;
    margin-left: 0.9677419355vw;
  }
  body .bannerBox .item_box .banner_cont .banner_cont_text .banner_btn_box .banner_btn:nth-child(2) a {
    color: #ffffff;
  }
  body .bannerBox .item_box .banner_cont .banner_cont_text .banner_btn_box .banner_btn2 {
    margin-top: 16.1290322581vw;
  }
  body .bannerBox .item_box .banner_cont .banner_cont_text .banner_download_link {
    width: auto;
    height: auto;
    margin-top: 2.3225806452vw;
  }
  body .bannerBox .item_box .banner_cont .banner_cont_text .banner_download_link a {
    font-size: 1.1612903226vw;
    color: #000000;
    display: flex;
  }
  body .bannerBox .item_box .banner_cont .banner_cont_text .banner_download_link a .download_icon {
    width: 1.0322580645vw;
    height: 1.0322580645vw;
    background: url(../img/download_icon.png) center no-repeat;
    background-size: 100% 100%;
    align-self: center;
    margin-right: 0.3225806452vw;
  }
  body .bannerBox .item_box .banner_cont .banner_cont_text .banner_download_link a:hover {
    text-decoration: underline;
  }
  body .bannerBox .item_box .banner_cont1 {
    top: 0;
    height: 32.2580645161vw;
  }
  body .detail_box {
    width: 100%;
    height: auto;
    background: #f5f6f9;
    box-sizing: border-box;
    padding: 6.4516129032vw 0 4.5161290323vw 0;
  }
  body .detail_box .item_box .detail_cont {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 1.6129032258vw;
    box-sizing: border-box;
  }
  body .detail_box .item_box .detail_cont .dc_cont .dc_icon {
    width: 8.1290322581vw;
    height: 8.1290322581vw;
    margin-bottom: 2.3225806452vw;
  }
  body .detail_box .item_box .detail_cont .dc_cont .dc_text {
    width: 16.1935483871vw;
    height: auto;
    font-size: 1.1612903226vw;
    font-family: Helvetica;
    color: #000000;
    line-height: 2.064516129vw;
    margin-bottom: 0.6451612903vw;
    text-align: left;
    position: relative;
    opacity: 0.85;
  }
  body .detail_box .item_box .detail_cont .dc_cont .dc_text::after {
    content: "";
    width: 0.6451612903vw;
    height: 0.6451612903vw;
    border-radius: 50%;
    background: #c7000b;
    position: absolute;
    top: 0.6451612903vw;
    left: -0.9677419355vw;
  }
  body .detail_box .item_box .detail_down_title {
    font-size: 1.2903225806vw;
    margin: 1.935483871vw 0;
  }
  body .detail_box .item_box .detail_down_title br {
    display: none;
  }
  body .detail_box .item_box .wia_btn {
    width: 30%;
    height: 3.8064516129vw;
    line-height: 3.6774193548vw;
    border: 0.064516129vw solid #c7000b;
    margin: auto;
    text-align: center;
    font-size: 1.2903225806vw;
    font-family: Helvetica;
    color: #c7000b;
  }
  body .detail_box .item_box .wia_btn a {
    width: 100%;
    height: 100%;
    display: block;
    display: flex;
    color: #c7000b;
    justify-content: center;
  }
  body .detail_box .item_box .wia_btn a .download_icon {
    width: 1.2903225806vw;
    height: 1.2903225806vw;
    background: url(../img/download_icon.png) center no-repeat;
    background-size: 100% 100%;
    align-self: center;
    margin-right: 0.3225806452vw;
  }
  body .what_is_afdc {
    width: 100%;
    height: auto;
    background: #ffffff;
    box-sizing: border-box;
    padding: 5.8064516129vw 0;
  }
  body .what_is_afdc .item_box .detail_text.pc {
    height: 5.1612903226vw;
    line-height: 2.3225806452vw;
    margin-bottom: 2.2580645161vw;
  }
  body .what_is_afdc .wia_cont {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
  }
  body .what_is_afdc .wia_cont .wia_item {
    position: relative;
    width: 15.4838709677vw;
    height: 38.7096774194vw;
    overflow: hidden;
    transition: all 0.5s;
    background: url(https://e.huawei.com/mediafiles/MediaFiles/A/6/F/{A6FD54C9-087E-443C-8305-59583682D798}wia-bg1-0610.jpg) left no-repeat;
    background-size: auto 100%;
    margin-right: 0.1290322581vw;
  }
  body .what_is_afdc .wia_cont .wia_item:nth-child(2) {
    background: url(https://e.huawei.com/mediafiles/MediaFiles/0/A/5/{0A55794C-C26E-454F-8A2D-8DEAB6476A25}wia-bg2-0610.jpg) left no-repeat;
    background-size: auto 100%;
  }
  body .what_is_afdc .wia_cont .wia_item:nth-child(3) {
    background: url(https://e.huawei.com/mediafiles/MediaFiles/D/F/6/{DF6EA3DC-1188-4A23-AA8A-0D3AB2B89682}wia-bg3-0610.jpg) left no-repeat;
    background-size: auto 100%;
  }
  body .what_is_afdc .wia_cont .wia_item:nth-child(4) {
    background: url(https://e.huawei.com/mediafiles/MediaFiles/F/3/B/{F3B35837-365B-4405-8B9E-D41B15831BDD}wia-bg4-0610.jpg) left no-repeat;
    background-size: auto 100%;
  }
  body .what_is_afdc .wia_cont .wia_item:nth-child(5) {
    background: url(https://e.huawei.com/marketingcloud/pep/asset/2000000101/images/topic/storage/all-flash-data-center/wia-bg5-0610.jpg) left no-repeat;
    background-size: auto 100%;
    margin-right: 0;
  }
  body .what_is_afdc .wia_cont .wia_item .wia_bg {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  body .what_is_afdc .wia_cont .wia_item .wia_meng {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 5.4838709677vw 2.5806451613vw;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
  }
  body .what_is_afdc .wia_cont .wia_item .wia_meng .wia_title {
    width: auto;
    height: 2vw;
    font-size: 1.8064516129vw;
    font-family: Helvetica;
    color: #ffffff;
    line-height: 2.1935483871vw;
    margin-bottom: 1.0967741935vw;
    text-align: left;
  }
  body .what_is_afdc .wia_cont .wia_item .wia_meng .wia_text {
    width: auto;
    height: 13.935483871vw;
    font-size: 1.2903225806vw;
    font-family: Helvetica;
    color: #ffffff;
    line-height: 2.3225806452vw;
    text-align: justify;
    display: none;
  }
  body .what_is_afdc .wia_cont .wia_item.wia_item_hover {
    width: 21.8709677419vw;
  }
  body .what_is_afdc .wia_cont .wia_item.wia_item_hover .wia_meng {
    background: rgba(0, 0, 0, 0.5);
  }
  body .what_is_afdc .wia_cont .wia_item.wia_item_hover .wia_meng .wia_text {
    display: block;
  }
  body .what_is_afdc .wia_tip {
    width: auto;
    height: 2.1290322581vw;
    font-size: 1.2903225806vw;
    font-family: Helvetica;
    color: #000000;
    line-height: 2.064516129vw;
    margin: 2.8387096774vw 0 2vw 0;
    opacity: 0.6;
  }
  body .what_is_afdc .wia_btn {
    width: 33.0967741935vw;
    height: 3.8064516129vw;
    line-height: 3.6774193548vw;
    border: 0.064516129vw solid #c7000b;
    margin: auto;
    text-align: center;
    font-size: 1.2903225806vw;
    font-family: Helvetica;
    color: #c7000b;
  }
  body .what_is_afdc .wia_btn a {
    width: 100%;
    height: 100%;
    display: block;
    display: flex;
    color: #c7000b;
    justify-content: center;
  }
  body .what_is_afdc .wia_btn a .wia_icon {
    align-self: center;
    content: "";
    width: 1.5483870968vw;
    height: 1.5483870968vw;
    background: url(https://e.huawei.com/mediafiles/MediaFiles/0/3/9/{0393B011-3490-4F6B-81FD-AE116B2A6E28}wia_icon.png) center no-repeat;
    background-size: 100% 100%;
    margin-right: 1.1612903226vw;
  }
  body .why_you_need_afdc {
    width: 100%;
    height: auto;
    background: #f5f6f9;
    box-sizing: border-box;
    padding: 5.1612903226vw 0 2.5806451613vw 0;
  }
  body .why_you_need_afdc .item_box .detail_text {
    opacity: 0.6;
  }
  body .why_you_need_afdc .item_box .wyna_cont {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  body .why_you_need_afdc .item_box .wyna_cont .wyna_item {
    width: 43.8709677419vw;
    height: 17.935483871vw;
    background: #ffffff;
    margin: 0 3.8709677419vw 3.8709677419vw 0;
    box-sizing: border-box;
    padding: 1.2903225806vw;
    display: flex;
  }
  body .why_you_need_afdc .item_box .wyna_cont .wyna_item:nth-child(2n) {
    margin-right: 0;
  }
  body .why_you_need_afdc .item_box .wyna_cont .wyna_item .wyna_img {
    width: 21.7419354839vw;
    height: 15.3548387097vw;
    align-self: center;
  }
  body .why_you_need_afdc .item_box .wyna_cont .wyna_item .wyna_text_box {
    width: 16.1290322581vw;
    height: auto;
    margin-left: 1.8709677419vw;
    text-align: left;
    align-self: center;
  }
  body .why_you_need_afdc .item_box .wyna_cont .wyna_item .wyna_text_box .wyna_title {
    width: 100%;
    height: 2.1290322581vw;
    font-size: 1.8064516129vw;
    font-family: Helvetica;
    color: #000000;
    line-height: 2.3225806452vw;
    margin-bottom: 1.0967741935vw;
    font-weight: bold;
  }
  body .why_you_need_afdc .item_box .wyna_cont .wyna_item .wyna_text_box .wyna_text {
    width: 100%;
    height: 4.9032258065vw;
    font-size: 1.5483870968vw;
    font-family: Helvetica;
    color: #000000;
    line-height: 2.4516129032vw;
  }
  body .why_choose_hwafdc {
    width: 100%;
    height: auto;
    background: url(https://e.huawei.com/marketingcloud/pep/asset/2000000101/images/topic/storage/all-flash-data-center/wch-bg-0610.jpg) center no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-top: 5.4838709677vw;
  }
  body .why_choose_hwafdc .item_box .detail_title {
    color: #ffffff;
  }
  body .why_choose_hwafdc .item_box .detail_title.pc {
    display: block;
  }
  body .why_choose_hwafdc .item_box .detail_title.mb {
    display: none;
  }
  body .why_choose_hwafdc .item_box .detail_line {
    margin-bottom: 1.8064516129vw;
  }
  body .why_choose_hwafdc .item_box .detail_text.pc {
    color: #ffffff;
    opacity: 1;
  }
  body .why_choose_hwafdc .item_box .wch_ind_item {
    display: flex;
    justify-content: space-between;
  }
  body .why_choose_hwafdc .item_box .wch_ind_item .wch_ind {
    width: 100%;
    text-align: center;
    margin-bottom: 3.6774193548vw;
  }
  body .why_choose_hwafdc .item_box .wch_ind_item .wch_ind .ind_text {
    width: auto;
    height: 4.4516129032vw;
    font-size: 3.7419354839vw;
    font-family: Helvetica;
    color: #ffffff;
    line-height: 4.5161290323vw;
    margin-bottom: 1.2903225806vw;
  }
  body .why_choose_hwafdc .item_box .wch_ind_item .wch_ind .ind_text:nth-child(2) {
    width: auto;
    height: 1.8064516129vw;
    font-size: 1.5483870968vw;
    font-family: Helvetica;
    color: #ffffff;
    line-height: 1.8709677419vw;
  }
  body .why_choose_hwafdc .item_box .wch_cont.pc {
    display: flex;
    justify-content: space-between;
  }
  body .why_choose_hwafdc .item_box .wch_cont.pc .wch_item {
    width: 21.935483871vw;
    height: auto;
  }
  body .why_choose_hwafdc .item_box .wch_cont.pc .wch_item:nth-child(4) .wch_detail .wch_textbox .wchd_text {
    width: 18.064516129vw;
  }
  body .why_choose_hwafdc .item_box .wch_cont.pc .wch_item .wch_detail {
    width: 21.935483871vw;
    height: 35.935483871vw;
    background: url(https://e.huawei.com/mediafiles/MediaFiles/5/6/A/{56ABEE14-2BC1-4728-98BC-09BFE3A3D7A3}wch_item_bg.png) center no-repeat;
    background-size: 100% 100%;
    text-align: center;
  }
  body .why_choose_hwafdc .item_box .wch_cont.pc .wch_item .wch_detail .wchd_icon {
    width: 7.7419354839vw;
    height: 7.7419354839vw;
    margin-top: 2.5161290323vw;
  }
  body .why_choose_hwafdc .item_box .wch_cont.pc .wch_item .wch_detail .wchd_title {
    width: 100%;
    height: 1.8064516129vw;
    font-size: 1.5483870968vw;
    font-family: Helvetica;
    color: #ffffff;
    line-height: 1.8709677419vw;
    margin: 1.5483870968vw 0 0.9032258065vw 0;
  }
  body .why_choose_hwafdc .item_box .wch_cont.pc .wch_item .wch_detail .wch_textbox {
    width: 100%;
    min-height: 13.5483870968vw;
  }
  body .why_choose_hwafdc .item_box .wch_cont.pc .wch_item .wch_detail .wch_textbox .wchd_text {
    width: 16.7741935484vw;
    height: auto;
    font-size: 1.1612903226vw;
    font-family: Helvetica;
    color: #ffffff;
    line-height: 2.064516129vw;
    position: relative;
    text-align: justify;
    margin: auto;
    margin-left: 3.0322580645vw;
    margin-bottom: 0.3225806452vw;
  }
  body .why_choose_hwafdc .item_box .wch_cont.pc .wch_item .wch_detail .wch_textbox .wchd_text::after {
    position: absolute;
    content: "";
    width: 0.6451612903vw;
    height: 0.6451612903vw;
    border-radius: 50%;
    background: #c7000b;
    top: 0.6451612903vw;
    left: -1.2903225806vw;
  }
  body .why_choose_hwafdc .item_box .wch_cont.pc .wch_item .wch_detail a .wchd_btn {
    width: auto;
    height: 2.5806451613vw;
    padding: 0 1.2903225806vw;
    background: rgba(55, 55, 55, 0);
    border: 0.064516129vw solid #ffffff;
    line-height: 2.5806451613vw;
    font-size: 1.0322580645vw;
    text-align: center;
    color: #ffffff;
    margin: auto;
    display: inline-block;
  }
  body .why_choose_hwafdc .item_box .wch_cont.pc .wch_item .wch_detail a:nth-child(5) .wchd_btn {
    margin-left: 0.3225806452vw;
  }
  body .why_choose_hwafdc .item_box .wch_cont.pc .wch_item:nth-child(1) .wch_detail .wchd_btn {
    padding: 0 2.2580645161vw;
  }
  body .why_choose_hwafdc .wch_cont.mb {
    display: none;
  }
  body .hw_prize {
    width: 100%;
    height: auto;
    position: relative;
  }
  body .hw_prize .hw_prize_bg {
    width: 100%;
    height: auto;
    cursor: pointer;
  }
  body .hw_prize .hw_prize_bg.pc {
    display: block;
  }
  body .hw_prize .hw_prize_bg.mb {
    display: none;
  }
  body .hw_prize .swiper-button-prev {
    background: url(https://e.huawei.com/marketingcloud/pep/asset/2000000101/images/topic/storage/all-flash-data-center/prev.png) no-repeat !important;
    background-size: cover;
    width: 1.2903225806vw;
    height: 2.2258064516vw;
    left: 2%;
  }
  body .hw_prize .swiper-button-next {
    background: url(https://e.huawei.com/marketingcloud/pep/asset/2000000101/images/topic/storage/all-flash-data-center/prev.png) no-repeat !important;
    background-size: cover;
    width: 1.2903225806vw;
    height: 2.2258064516vw;
    transform: rotate(-180deg);
    right: 2%;
  }
  body .media_reports {
    width: 100%;
    height: 61.935483871vw;
    height: auto;
    background: #f5f6f9;
    padding: 5.1612903226vw 0 8.3870967742vw 0;
  }
  body .media_reports .media_reports_item .detail_line {
    margin-bottom: 2.5161290323vw;
  }
  body .media_reports .media_reports_item .media_reports_cont {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  body .media_reports .media_reports_item .media_reports_cont .media_left_item {
    flex-shrink: 0;
    width: 60.5161290323vw;
    height: 40.9032258065vw;
    position: relative;
    display: flex;
  }
  body .media_reports .media_reports_item .media_reports_cont .media_left_item .mli_item {
    width: 29.3548387097vw;
    height: 100%;
    margin-right: 1.8064516129vw;
  }
  body .media_reports .media_reports_item .media_reports_cont .media_left_item .mli_item:nth-child(2) {
    margin-right: 0;
  }
  body .media_reports .media_reports_item .media_reports_cont .media_left_item .mli_item .mli_img {
    width: 100%;
    height: 20.064516129vw;
  }
  body .media_reports .media_reports_item .media_reports_cont .media_left_item .mli_item .mli_cont {
    width: 100%;
    height: 20.8387096774vw;
    box-sizing: border-box;
    padding: 1.7419354839vw 1.3548387097vw;
    background: #ffffff;
    text-align: left;
  }
  body .media_reports .media_reports_item .media_reports_cont .media_left_item .mli_item .mli_cont .mli_title {
    width: 100%;
    font-size: 1.5483870968vw;
    line-height: 2.7096774194vw;
    font-weight: bold;
    color: #000000;
    margin-bottom: 0.6451612903vw;
  }
  body .media_reports .media_reports_item .media_reports_cont .media_left_item .mli_item .mli_cont .mli_time {
    width: auto;
    display: flex;
    font-size: 1.1612903226vw;
    color: #4a4a4a;
    line-height: 1.3548387097vw;
    margin-bottom: 1.8709677419vw;
  }
  body .media_reports .media_reports_item .media_reports_cont .media_left_item .mli_item .mli_cont .mli_time span:nth-child(1) {
    margin-right: 2.5806451613vw;
  }
  body .media_reports .media_reports_item .media_reports_cont .media_left_item .mli_item .mli_cont .mli_text {
    width: 100%;
    font-size: 1.0322580645vw;
    font-weight: normal;
    color: #000000;
    line-height: 1.8064516129vw;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  body .media_reports .media_reports_item .media_reports_cont .media_right_item {
    flex-shrink: 0;
    width: 29.3548387097vw;
    height: 40.9032258065vw;
    box-sizing: border-box;
    padding: 0 2.2580645161vw 0.5806451613vw 2.2580645161vw;
    background: #ffffff;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
  }
  body .media_reports .media_reports_item .media_reports_cont .media_right_item::-webkit-scrollbar {
    width: 0.4516129032vw;
    height: 0.4516129032vw;
    background-color: #f5f5f5;
  }
  body .media_reports .media_reports_item .media_reports_cont .media_right_item::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0.3870967742vw rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 0.3870967742vw rgba(0, 0, 0, 0.3);
    border-radius: 0.6451612903vw;
    background-color: #f5f5f5;
  }
  body .media_reports .media_reports_item .media_reports_cont .media_right_item::-webkit-scrollbar-thumb {
    border-radius: 0.6451612903vw;
    box-shadow: inset 0 0 0.3870967742vw rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 0.3870967742vw rgba(0, 0, 0, 0.1);
    background-color: #c8c8c8;
  }
  body .media_reports .media_reports_item .media_reports_cont .media_right_item .mri_item {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 1.4193548387vw 0;
    text-align: left;
    border-bottom: 0.064516129vw solid rgba(151, 151, 151, 0.18);
  }
  body .media_reports .media_reports_item .media_reports_cont .media_right_item .mri_item:last-child {
    border: none;
  }
  body .media_reports .media_reports_item .media_reports_cont .media_right_item .mri_item .mri_title {
    width: 100%;
    font-size: 1.5483870968vw;
    line-height: 2.4516129032vw;
    font-weight: bold;
    color: #000000;
    margin-bottom: 0.9032258065vw;
  }
  body .media_reports .media_reports_item .media_reports_cont .media_right_item .mri_item .mli_time {
    width: auto;
    display: flex;
    font-size: 1.1612903226vw;
    color: #4a4a4a;
    line-height: 1.3548387097vw;
  }
  body .media_reports .media_reports_item .wia_btn {
    width: 13%;
    height: 3.8064516129vw;
    line-height: 3.6774193548vw;
    border: 0.064516129vw solid #c7000b;
    margin: auto;
    text-align: center;
    font-size: 1.2903225806vw;
    font-family: Helvetica;
    color: #c7000b;
    margin-top: 3.2258064516vw;
  }
  body .media_reports .media_reports_item .wia_btn a {
    width: 100%;
    height: 100%;
    display: block;
    display: flex;
    color: #c7000b;
    justify-content: center;
  }
  body .media_reports .media_reports_item .wia_btn a br {
    display: none;
  }
  body .hotcases_box {
    background: #fff;
    width: 100%;
    height: 54vw;
    box-sizing: border-box;
    padding: 5.1612903226vw 0 6.4516129032vw 0;
    position: relative;
  }
  body .hotcases_box .swiper-button-box {
    width: 100%;
    height: 4.1290322581vw;
    position: absolute;
    top: 50%;
    left: 0;
    display: none;
  }
  body .hotcases_box .swiper-button-box .hotcases-button-prev,
  body .hotcases_box .swiper-button-box .hotcases-button-next {
    width: 4.1290322581vw;
    height: 4.1290322581vw;
    position: absolute;
    top: 0;
    cursor: pointer;
  }
  body .hotcases_box .swiper-button-box .hotcases-button-prev {
    background: url(https://e.huawei.com/mediafiles/MediaFiles/6/8/1/{681694F0-E4DE-4B9F-BF7D-292E9F0F1329}swipericon-l-dis.png) no-repeat;
    background-size: 100% 100%;
    left: 0;
  }
  body .hotcases_box .swiper-button-box .hotcases-button-prev.swiper-button-disabled {
    cursor: auto;
    background: url(https://e.huawei.com/mediafiles/MediaFiles/E/B/9/{EB90650E-621B-49EF-9651-7FC860D41B4B}swiper_icon_l.png) no-repeat;
    background-size: 100% 100%;
  }
  body .hotcases_box .swiper-button-box .hotcases-button-next {
    background: url(https://e.huawei.com/mediafiles/MediaFiles/B/5/9/{B594B112-5EE4-46B1-8160-1F3AA74E9009}swipericon-r-dis.png) no-repeat;
    background-size: 100% 100%;
    right: 0;
  }
  body .hotcases_box .swiper-button-box .hotcases-button-next.swiper-button-disabled {
    cursor: auto;
    background: url(https://e.huawei.com/mediafiles/MediaFiles/C/B/4/{CB42A8D5-CFFB-483E-B1DC-87372DFF6D88}swiper_icon_r.png) no-repeat;
    background-size: 100% 100%;
  }
  body .hotcases_box .hotcases_item {
    width: 100%;
    height: 100%;
    margin: auto;
    position: relative;
  }
  body .hotcases_box .hotcases_item .hotcases_cont {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding-top: 0.6451612903vw;
  }
  body .hotcases_box .hotcases_item .hotcases_cont.pc .hotcases_swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  body .hotcases_box .hotcases_item .hotcases_cont.pc .hotcases_swiper .swiper-container-hotcases .swiper-slide {
    width: auto;
  }
  body .hotcases_box .hotcases_item .hotcases_cont.pc .hotcases_swiper .swiper-container-hotcases .swiper-slide .hc_item {
    width: 27.935483871vw;
    height: 34.8387096774vw;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    position: relative;
    background: url(https://e.huawei.com/mediafiles/MediaFiles/F/4/8/{F48C04C4-5348-42A3-A190-4199F2F86E1D}case3.png) no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
    transition: 2.5s;
  }
  body .hotcases_box .hotcases_item .hotcases_cont.pc .hotcases_swiper .swiper-container-hotcases .swiper-slide .hc_item .hc_meng {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }
  body .hotcases_box .hotcases_item .hotcases_cont.pc .hotcases_swiper .swiper-container-hotcases .swiper-slide .hc_item .hc_meng .hc_text {
    width: 23.8709677419vw;
    height: auto;
    font-size: 1.8064516129vw;
    font-weight: normal;
    color: #ffffff;
    line-height: 2.8387096774vw;
    text-shadow: 0vw 0.1290322581vw 0.2580645161vw rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 2.5806451613vw;
    top: 16.7741935484vw;
    text-align: left;
  }
  body .hotcases_box .hotcases_item .hotcases_cont.pc .hotcases_swiper .swiper-container-hotcases .swiper-slide .hc_item .hc_meng .hc_btn {
    width: 8.7741935484vw;
    height: 2.5806451613vw;
    line-height: 2.5806451613vw;
    border: 0.064516129vw solid #ffffff;
    font-size: 1.0322580645vw;
    font-family: Helvetica;
    color: #ffffff;
    position: absolute;
    left: 2.5806451613vw;
    bottom: 5.1612903226vw;
  }
  body .hotcases_box .hotcases_item .hotcases_cont.pc .hotcases_swiper .swiper-container-hotcases .swiper-slide:nth-child(2) .hc_item {
    background: url(https://e.huawei.com/mediafiles/MediaFiles/A/4/D/{A4DD058B-F61D-4A81-8DB0-00B3334EB47F}case1.png) no-repeat center;
    background-size: 100% 100%;
  }
  body .hotcases_box .hotcases_item .hotcases_cont.pc .hotcases_swiper .swiper-container-hotcases .swiper-slide:nth-child(3) .hc_item {
    background: url(https://e.huawei.com/mediafiles/MediaFiles/7/2/4/{724040AF-12A8-4286-8FD4-6C02814F94BE}case2.png) no-repeat center;
    background-size: 100% 100%;
  }
  body .hotcases_box .hotcases_item .hotcases_cont.pc .hotcases_swiper .swiper-container-hotcases .swiper-slide:hover .hc_item {
    background-position: center;
    background-size: 115% 115%;
  }
  body .hotcases_box .hotcases_item .hotcases_cont.pc .hotcases_swiper .swiper-container-hotcases .swiper-slide:hover .hc_item .hc_btn {
    border: 0.064516129vw solid #c70000;
    background: #c70000;
  }
  body .hotcases_box .hotcases_item .hotcases_cont.mb {
    display: none;
  }
  body .expert_box {
    width: 100%;
    height: auto;
    height: auto;
    background: #f5f6f9;
    padding: 3.2258064516vw 0 5.1612903226vw 0;
  }
  body .expert_box .expert_item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  body .expert_box .expert_item > div {
    margin-top: 1.935483871vw;
    text-align: left;
    width: 31.5%;
    height: auto;
    padding: 2.5806451613vw;
    background: #ffffff;
  }
  body .expert_box .expert_item > div > div:nth-of-type(1) {
    display: inline-block;
    font-size: 0.7741935484vw;
    color: #ffffff;
    background: #c7000b;
    padding: 0.7741935484vw 1.5483870968vw;
  }
  body .expert_box .expert_item > div > p:nth-of-type(1) {
    text-align: left;
    margin-top: 0.9677419355vw;
    font-size: 1.5483870968vw;
    color: #000000;
    line-height: 2.5806451613vw;
    font-weight: bold;
  }
  body .expert_box .expert_item > div > div:nth-of-type(2) {
    margin-top: 1.935483871vw;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  body .expert_box .expert_item > div > div:nth-of-type(2) img {
    border-radius: 50%;
    width: 5.1612903226vw;
    height: 5.1612903226vw;
  }
  body .expert_box .expert_item > div > div:nth-of-type(2) > div {
    background: none;
    margin-left: 0.9677419355vw;
    display: flex;
    flex-direction: column;
  }
  body .expert_box .expert_item > div > div:nth-of-type(2) > div > p:nth-of-type(1) {
    font-size: 1.2903225806vw;
    font-weight: normal;
    color: #000000;
  }
  body .expert_box .expert_item > div > div:nth-of-type(2) > div > p:nth-of-type(2) {
    font-size: 1.0322580645vw;
    line-height: 1.935483871vw;
    font-weight: 400;
    color: #000000;
  }
  body .expert_box .expert_item > div > p:nth-of-type(2) {
    margin-top: 1.935483871vw;
    text-align: left;
    font-size: 1.1612903226vw;
    font-weight: 400;
    color: #000000;
    line-height: 2.064516129vw;
    opacity: 0.75;
  }
  body .expert_box .expert_item > div > div:nth-of-type(3) {
    margin-top: 2.7096774194vw;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  body .expert_box .expert_item > div > div:nth-of-type(3) > img {
    width: 1.0322580645vw;
    height: 0.7096774194vw;
  }
  body .expert_box .expert_item > div > div:nth-of-type(3) > p {
    margin-left: 0.3225806452vw;
    font-size: 1.0322580645vw;
    font-weight: 400;
    color: #000000;
  }
  body .expert_box .expert_item > div > div:nth-of-type(3) > p > a {
    color: #000000;
  }
  body .hw_read_guide {
    position: relative;
    width: 100%;
    height: 26.7741935484vw;
    background: #fafafa;
    box-sizing: border-box;
    padding-top: 5.1612903226vw;
  }
  body .hw_read_guide .hrg_cont {
    display: flex;
    justify-content: space-between;
  }
  body .hw_read_guide .hrg_cont .hrg_item {
    width: auto;
    height: 100%;
    display: flex;
  }
  body .hw_read_guide .hrg_cont .hrg_item .hrg_img {
    width: 12.1290322581vw;
    height: 12.1290322581vw;
    margin-right: 3.8709677419vw;
    flex-shrink: 0;
  }
  body .hw_read_guide .hrg_cont .hrg_item .hrg_textbox {
    width: 100%;
    height: auto;
    text-align: left;
    margin-top: 0.7096774194vw;
  }
  body .hw_read_guide .hrg_cont .hrg_item .hrg_textbox .hrg_title {
    width: auto;
    height: auto;
    font-size: 1.8064516129vw;
    font-family: Helvetica;
    color: #000000;
    line-height: 2.1935483871vw;
    margin-bottom: 1.2903225806vw;
    font-weight: bold;
  }
  body .hw_read_guide .hrg_cont .hrg_item .hrg_textbox .hrg_text {
    width: auto;
    height: auto;
    font-size: 1.2903225806vw;
    font-family: Helvetica;
    color: #000000;
    line-height: 1.2258064516vw;
    margin-bottom: 1.2903225806vw;
  }
  body .hw_read_guide .hrg_cont .hrg_item .hrg_textbox .hrg_text:nth-child(4) {
    margin-bottom: 1.935483871vw;
  }
  body .hw_read_guide .hrg_cont .hrg_item .hrg_textbox .hrg_text::before {
    content: "";
    display: inline-block;
    width: 0.6451612903vw;
    height: 0.6451612903vw;
    border-radius: 50%;
    background: #000000;
    margin-right: 0.6451612903vw;
  }
  body .hw_read_guide .hrg_cont .hrg_item .hrg_textbox a {
    color: #c7000b;
    text-decoration: none;
  }
  body .hw_read_guide .hrg_cont .hrg_item .hrg_textbox .hrg_href {
    width: auto;
    height: 1.4838709677vw;
    font-size: 1.2903225806vw;
    font-family: Helvetica;
    color: #c7000b;
    line-height: 1.5483870968vw;
    margin-bottom: 0.8387096774vw;
    cursor: pointer;
    display: inline-block;
  }
  body .hw_read_guide .hrg_cont .hrg_item .hrg_textbox .hrg_href .hrg_arrow {
    width: 1.3548387097vw;
    height: 0.8387096774vw;
    background: url(https://e.huawei.com/mediafiles/MediaFiles/A/B/A/{ABA56CB8-E747-4D90-BA01-3244202C2DC7}hrg_arrow.png) center no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin-left: 1.0322580645vw;
    display: inline-block;
  }
  body .hw_read_guide .hrg_cont .hrg_item .hrg_textbox .hrg_tip {
    width: auto;
    height: 1.0967741935vw;
    font-size: 0.9032258065vw;
    font-family: Helvetica;
    color: #000000;
    line-height: 1.0967741935vw;
  }
  body .hw_read_guide .hrg_cont .hrg_item:nth-child(2) .hrg_img {
    width: 11.0967741935vw;
    height: 7.935483871vw;
    margin-top: 2.8387096774vw;
    margin-right: 4.3225806452vw;
  }
  body .hw_read_guide .hrg_cont .hrg_item:nth-child(2) .hrg_textbox .hrg_text {
    text-align: justify;
    width: 100%;
    font-size: 1.2903225806vw;
    font-family: Helvetica;
    color: #000000;
    line-height: 2.2580645161vw;
  }
  body .hw_read_guide .hrg_cont .hrg_item:nth-child(2) .hrg_textbox .hrg_text.pc {
    display: block;
  }
  body .hw_read_guide .hrg_cont .hrg_item:nth-child(2) .hrg_textbox .hrg_text.mb {
    display: none;
  }
  body .hw_read_guide .hrg_cont .hrg_item:nth-child(2) .hrg_textbox .hrg_text::before {
    content: none;
  }
  body .pas_box {
    width: 100%;
    background: #ffffff;
    padding: 5.1612903226vw 0;
    box-sizing: border-box;
  }
  body .pas_box .pas_cont {
    width: 100%;
    height: auto;
    margin-top: 2.3225806452vw;
    box-sizing: border-box;
  }
  body .pas_box .pas_cont .pas_group {
    box-sizing: border-box;
    padding: 0;
    height: auto;
    display: flex;
  }
  body .pas_box .pas_cont .pas_group .pas_item {
    width: 23.0967741935vw;
    height: 28vw;
    padding: 1.5483870968vw 1.5483870968vw 0 1.5483870968vw;
    margin-right: 0.3225806452vw;
    transition: 0.3s;
  }
  body .pas_box .pas_cont .pas_group .pas_item.pas_item_hover {
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0vw 0.3870967742vw 1.2903225806vw 0vw rgba(0, 0, 0, 0.1);
  }
  body .pas_box .pas_cont .pas_group .pas_item:last-child {
    margin-right: 0;
  }
  body .pas_box .pas_cont .pas_group .pas_item .pas_img {
    width: 20vw;
    height: 11.0967741935vw;
    position: relative;
    margin: auto;
    background: #fff;
    border: none;
  }
  body .pas_box .pas_cont .pas_group .pas_item .pas_img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  body .pas_box .pas_cont .pas_group .pas_item .pas_title {
    margin-top: 1.6129032258vw;
    width: 80%;
    word-wrap: break-word;
    height: 3.6129032258vw;
    font-size: 1.4193548387vw;
    font-weight: normal;
    color: #000000;
    line-height: 1.8064516129vw;
    text-align: left;
  }
  body .pas_box .pas_cont .pas_group .pas_item .pas_text {
    margin-top: 0.7741935484vw;
    width: 100%;
    height: auto;
    font-size: 1.1612903226vw;
    font-family: Helvetica;
    color: #000000;
    line-height: 2.064516129vw;
    text-align: justify;
  }
  body .pas_box .pas_cont .pas_group .pas_item:nth-child(3n) {
    margin-right: 0;
  }
  body .pas_box .pas_cont .pas_more {
    width: 100%;
    height: 2.064516129vw;
    font-size: 1.1612903226vw;
    font-weight: normal;
    color: #000000;
    line-height: 2.064516129vw;
    display: flex;
    justify-content: center;
    align-self: center;
    margin: auto;
    cursor: pointer;
  }
  body .pas_box .pas_cont .pas_more::after {
    content: "";
    width: 2.064516129vw;
    height: 2.064516129vw;
    background: url(https://e.huawei.com/mediafiles/MediaFiles/4/6/4/{464D73D7-7395-4883-A99D-AFF942E55DA7}btc_icon_black.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 1.0322580645vw;
    display: block;
  }
  body .relinfo_box {
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 2.3225806452vw 0 1.935483871vw 0;
    position: relative;
  }
  body .relinfo_box .relinfo_cont {
    width: 100%;
    height: auto;
  }
  body .relinfo_box .relinfo_cont .relinfo_group {
    width: 100%;
    height: 29.0322580645vw;
    height: auto;
    overflow: hidden;
    margin-top: 1.935483871vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  body .relinfo_box .relinfo_cont .relinfo_group .ri_item {
    width: 38.7096774194vw;
    min-height: 5.8064516129vw;
    display: flex;
    cursor: pointer;
  }
  body .relinfo_box .relinfo_cont .relinfo_group .ri_item .wp_icon {
    width: 1.935483871vw;
    height: 1.935483871vw;
    align-self: unset;
    margin-top: 0.3225806452vw;
    margin-right: 1.4193548387vw;
    background: url(https://e.huawei.com/mediafiles/MediaFiles/D/9/9/{D99BF29E-BDC0-447C-921D-D7E1B5366272}wp_icon.png) no-repeat;
    background-size: 100% 100%;
    flex-shrink: 0;
  }
  body .relinfo_box .relinfo_cont .relinfo_group .ri_item .ds_icon {
    width: 1.935483871vw;
    height: 1.935483871vw;
    align-self: unset;
    margin-top: 0.3225806452vw;
    margin-right: 1.4193548387vw;
    background: url(https://e.huawei.com/mediafiles/MediaFiles/5/4/4/{54475450-5FD3-476E-B6CF-0E2FC3483BDC}ds_icon.png) no-repeat;
    background-size: 100% 100%;
    flex-shrink: 0;
  }
  body .relinfo_box .relinfo_cont .relinfo_group .ri_item .pdf_icon {
    width: 1.7419354839vw;
    height: 1.935483871vw;
    align-self: unset;
    margin-top: 0.3225806452vw;
    margin-right: 1.4193548387vw;
    background: url(https://e.huawei.com/mediafiles/MediaFiles/7/8/7/{787D823E-DE0B-4FE0-9B6B-8B0911C92287}pdf_icon.png) no-repeat;
    background-size: 100% 100%;
    flex-shrink: 0;
  }
  body .relinfo_box .relinfo_cont .relinfo_group .ri_item .ri_text {
    width: auto;
    height: auto;
    font-size: 1.1612903226vw;
    font-weight: normal;
    color: #000000;
    line-height: 2.1935483871vw;
    align-self: unset;
    display: flex;
    text-align: left;
  }
  body .relinfo_box .relinfo_cont .relinfo_group .ri_item .ri_text .ri_arrow {
    opacity: 0;
    width: 1.3548387097vw;
    height: 0.8387096774vw;
    background: url(https://e.huawei.com/mediafiles/MediaFiles/A/B/A/{ABA56CB8-E747-4D90-BA01-3244202C2DC7}hrg_arrow.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 0.6451612903vw;
    margin-left: 0.6451612903vw;
  }
  body .relinfo_box .relinfo_cont .relinfo_group .ri_item:hover .wp_icon {
    background: url(https://e.huawei.com/mediafiles/MediaFiles/0/7/B/{07BC5275-820A-4E72-9286-DC79306328EE}wp_icon1.png) no-repeat;
    background-size: 100% 100%;
  }
  body .relinfo_box .relinfo_cont .relinfo_group .ri_item:hover .ds_icon {
    background: url(https://e.huawei.com/mediafiles/MediaFiles/2/2/E/{22EB42BD-CF2C-4405-9B63-711BEE035F27}ds_icon1.png) no-repeat;
    background-size: 100% 100%;
  }
  body .relinfo_box .relinfo_cont .relinfo_group .ri_item:hover .pdf_icon {
    background: url(https://e.huawei.com/mediafiles/MediaFiles/C/A/0/{CA07135F-DEEC-49C0-8C54-8E3B493987BB}pdf_icon1.png) no-repeat;
    background-size: 100% 100%;
  }
  body .relinfo_box .relinfo_cont .relinfo_group .ri_item:hover .ri_text {
    font-weight: bold;
  }
  body .relinfo_box .relinfo_cont .relinfo_group .ri_item:hover .ri_text .ri_arrow {
    opacity: 1;
    transition: 0.3s;
  }
  body .relinfo_box .relinfo_more {
    width: auto;
    height: 2.064516129vw;
    font-size: 1.1612903226vw;
    font-weight: normal;
    color: #000000;
    line-height: 2.064516129vw;
    display: flex;
    justify-content: center;
    align-self: center;
    margin: auto;
    margin-top: 4.5161290323vw;
    cursor: pointer;
  }
  body .relinfo_box .relinfo_more::after {
    content: "";
    width: 2.064516129vw;
    height: 2.064516129vw;
    background: url(https://e.huawei.com/mediafiles/MediaFiles/4/6/4/{464D73D7-7395-4883-A99D-AFF942E55DA7}btc_icon_black.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 1.0322580645vw;
    display: block;
  }
}

/*# sourceMappingURL=index.css.map */
