@charset "UTF-8";
.section {
  margin: auto;
  width: 100%;
}

.section .section-title {
  font-size: 3rem;
  position: relative;
  text-align: center;
  color: #373737;
}

.section .section-title::after {
  content: "";
  position: absolute;
  width: 3.8rem;
  height: 0.2rem;
  background: #0046aa;
  bottom: -0.8rem;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 4px;
  opacity: 0.9;
}

header .banner {
  background: #eee;
  position: relative;
}

header .banner .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

header .banner .banner-text h4 {
  font-size: 3rem;
  color: white;
  margin: 0 0 1rem 0;
}

header .banner .banner-text span {
  margin: 2rem auto;
  color: white;
  font-size: 1.5rem;
}

.container {
  width: 75%;
  margin: 0 auto;
  padding: 0;
}

.fluid-content {
  background: #f8f9f9;
}

.full-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.row .col-md-4,
.row .col-sm-4 {
  padding: 0 0.75rem;
}

.nav-sidebar {
  position: absolute;
  right: 2rem;
  z-index: 1001;
  width: 8%;
  display: inline-block;
  vertical-align: top;
  padding: 5rem 1rem;
}

.nav-sidebar ul {
  display: block;
  margin-left: 0;
}

.nav-sidebar ul li {
  margin: 1rem 0;
  padding: 0.5rem 0;
  color: #999;
}

.nav-sidebar ul li.active {
  background: #0046aa;
  color: #fff;
}

.swiper-nav {
  display: inline-block;
  margin-top: 4rem;
}

.swiper-nav li {
  float: left;
  background: #f1f2f2;
  margin: 0 0.5rem;
  cursor: pointer;
  border-radius: 2rem;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.swiper-nav li a {
  display: block;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  width: 8rem;
  text-align: center;
  font-family: "FZLTXHJW";
  font-weight: bold;
}

.swiper-nav li:hover {
  color: #0063f5;
  background: rgba(160, 199, 255, 0.56);
}

.swiper-nav li.active {
  background: rgba(160, 199, 255, 0.16);
  color: #0063f5;
}

/* 品牌咨询 start */
#brandContainer .section-part1 .news-tabs-box {
  position: relative;
  margin-top: 2rem;
}

#brandContainer .section-part1 .news-tabs-box .news-box .panel {
  background: #f1f1f1;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}

#brandContainer .section-part1 .news-tabs-box .news-box .panel .iShare {
  display: flex;
  align-items: center;
  position: absolute;
  right: 2rem;
  top: 0.6rem;
}

#brandContainer .section-part1 .news-tabs-box .news-box .panel .iShare a {
  margin-left: 1em;
  margin-right: 0;
}

#brandContainer .section-part1 .news-tabs-box .news-box .panel .iShare a i {
  font-size: 1.2rem;
  line-height: 1;
}

#brandContainer .section-part1 .news-tabs-box .news-box .panel .iShare a i.qq, #brandContainer .section-part1 .news-tabs-box .news-box .panel .iShare a i.weibo {
  vertical-align: 0.28rem;
}

#brandContainer .section-part1 .news-tabs-box .news-box .panel .half {
  display: inline-block;
  vertical-align: middle;
}

#brandContainer .section-part1 .news-tabs-box .news-box .panel .half-left {
  width: 28%;
}

#brandContainer .section-part1 .news-tabs-box .news-box .panel .half-right {
  width: 72%;
  height: 100%;
  padding: 2.5rem 2rem;
}

#brandContainer .section-part1 .news-tabs-box .news-box .panel .half-right .item-title {
  font-size: 1.5rem;
  font-family: "FZLTZHUNHJW";
  position: relative;
  color: #313131;
  text-align: justify;
}

#brandContainer .section-part1 .news-tabs-box .news-box .panel .half-right .font-text {
  margin-top: 1rem;
  font-family: "FZLTXHJW";
  font-size: 1rem;
  line-height: 1.5rem;
}

#brandContainer .section-part1 .news-tabs-box .news-box .panel .half-right .font-text p {
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#brandContainer .section-part1 .news-tabs-box .news-box .panel .half-right .item-footer {
  margin-top: 1rem;
  font-family: "FZLTXHJW";
}

#brandContainer .section-part1 .news-tabs-box .news-box .panel .half-right .item-footer span.time {
  font-size: 0.8rem;
  color: #333;
}

#brandContainer .section-part1 .news-tabs-box .news-box .panel .half-right .all {
  display: inline-block;
  font-size: 0.8rem;
  float: right;
  color: #0046aa;
}

#brandContainer .section-part1 .news-tabs-box .news-box .panel .half-right .all .icon-small {
  font-size: 0.7rem;
  vertical-align: baseline;
  position: relative;
  left: 0rem;
  transition: left 0.2s ease-in;
}

#brandContainer .section-part1 .news-tabs-box .news-box .panel:hover {
  background: #fff;
}

#brandContainer .section-part1 .news-tabs-box .news-box .panel:hover .all .icon-small {
  left: 0.32rem;
}

/* 品牌咨询 end */
/*品牌咨询详情 start */
#brandDetailContainer .global-breadcrumb {
  padding-bottom: 0;
}

#brandDetailContainer .section-part1 {
  font-family: "FZLTZHUNHJW";
}

#brandDetailContainer .section-part1 > .container {
  padding-top: 1rem;
}

#brandDetailContainer .section-part1 p.dl {
  font-size: 1rem;
}

#brandDetailContainer .section-part1 .news-detail > div,
#brandDetailContainer .section-part1 .news-detail p {
  margin: 0;
  font-size: 1rem;
  line-height: 2rem;
  font-family: "FZLTXHJW";
}

#brandDetailContainer .section-part1 .news-detail > p > img,
#brandDetailContainer .section-part1 .news-detail > p img,
#brandDetailContainer .section-part1 .news-detail > div > img,
#brandDetailContainer .section-part1 .news-detail > div img {
  display: block;
  margin: 1rem 0;
  width: auto;
  max-width: 100%;
}

#brandDetailContainer .section-part1 .time {
  font-size: 0.9rem;
  color: #666;
}

#brandDetailContainer .section-part1 .article-title {
  font-size: 2rem;
  line-height: 1.3;
  margin: 0.5em 0;
  font-family: "FZLTZCHJW";
}

#brandDetailContainer .article-panel {
  overflow: hidden;
  margin-top: 2rem;
}

#brandDetailContainer .article-panel .article-left,
#brandDetailContainer .article-panel .article-right {
  float: left;
  width: 50%;
}

#brandDetailContainer .article-panel .article-right {
  padding: 0 2rem;
  color: #373737;
}

#brandDetailContainer .article-panel .article-right p {
  line-height: 1.5;
  margin: 1rem 0;
  font-size: 1rem;
}

#brandDetailContainer .article-panel .article-right p .color {
  color: #0046aa;
}

#brandDetailContainer .other-new {
  margin-top: 6rem !important;
  margin-bottom: 4rem !important;
}

#brandDetailContainer .other-new .other-title {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-family: "FZLTZHUNHJW";
  color: #373737;
}

#brandDetailContainer .other-new .other-title span {
  font-size: 0.9rem;
  color: #0046aa;
  font-family: "FZLTZHUNHJW";
  cursor: pointer;
}

#brandDetailContainer .other-new .media {
  position: relative;
  background: #fff;
  margin-bottom: 1rem !important;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  overflow: hidden;
  line-height: 1.5;
}

#brandDetailContainer .other-new .media:hover {
  box-shadow: 0 0 1rem #dadada;
}

#brandDetailContainer .other-new .media .media-heading {
  font-size: 1rem;
  color: #373737;
  margin-top: 0.8rem;
  margin-bottom: 0rem;
  font-family: "FZLTZHUNHJW";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#brandDetailContainer .other-new .media .media-left {
  width: 36.5%;
  float: left;
  padding-right: 0;
  height: 7.7rem;
  overflow: hidden;
}

#brandDetailContainer .other-new .media .media-left .media-object {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

#brandDetailContainer .other-new .media .media-body {
  width: 63.5%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 1.4rem;
  overflow: hidden;
  height: 100%;
}

#brandDetailContainer .other-new .media .media-body p.content {
  font-size: 0.8rem;
  margin-top: 0.4rem;
  min-height: 2rem;
  color: #666;
  font-family: "FZLTXHJW";
  height: 2.4rem;
  line-height: 1.5;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

#brandDetailContainer .other-new .media .media-body .footer {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
  color: #666;
  font-family: "FZLTXHJW";
}

#brandDetailContainer .other-new .media .media-body .footer .all {
  float: right;
  color: #0046aa;
}

#brandDetailContainer .other-new .media .media-body .footer .all .icon-small {
  font-size: 0.9rem;
}

#brandDetailContainer .container {
  position: relative;
  padding-bottom: 2rem;
}

#brandDetailContainer .container .container-left {
  display: inline-block;
  width: 74%;
}

#brandDetailContainer .container .container-right {
  float: right;
  width: 24%;
}

#brandDetailContainer .fluid-content {
  background-color: #fff;
}

#brandDetailContainer .news-sidebar {
  font-size: 1rem;
}

#brandDetailContainer .news-sidebar .sidebar-tab {
  display: none;
}

#brandDetailContainer .news-sidebar .sidebar-content .sidebar-tab-panel {
  margin-bottom: 2rem;
  padding: 1rem;
  border-radius: 8px;
  background-color: #f1f1f1;
}

#brandDetailContainer .news-sidebar .sidebar-content .sidebar-tab-panel .panel-header {
  display: flex;
  align-items: center;
  height: 3rem;
}

#brandDetailContainer .news-sidebar .sidebar-content .sidebar-tab-panel .panel-header .title {
  flex: 1;
  font-size: 1.3rem;
}

#brandDetailContainer .news-sidebar .sidebar-content .sidebar-tab-panel .panel-header .title span {
  padding-bottom: 3px;
  border-bottom: 2px solid #0046aa;
}

#brandDetailContainer .news-sidebar .sidebar-content .sidebar-tab-panel .panel-header .btn-more {
  width: 4rem;
  line-height: 4rem;
  color: #0046aa;
  font-size: .8rem;
}

#brandDetailContainer .news-sidebar .sidebar-content .sidebar-tab-panel .panel-header .btn-more .iconfont {
  margin-left: .5rem;
  font-size: .8rem;
}

#brandDetailContainer .news-sidebar .sidebar-content .sidebar-tab-panel .panel-content .loading::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#brandDetailContainer .news-sidebar .sidebar-content .sidebar-tab-panel.article .article-list .article-item {
  padding: 1rem .8rem;
  font-size: .6rem;
}

#brandDetailContainer .news-sidebar .sidebar-content .sidebar-tab-panel.article .article-list .article-item:hover {
  color: #0046aa;
}

#brandDetailContainer .news-sidebar .sidebar-content .sidebar-tab-panel.article .article-list .article-item + .article-item {
  border-top: 1px solid #e1e1e1;
}

#brandDetailContainer .news-sidebar .sidebar-content .sidebar-tab-panel.article .article-list .article-item .article-title {
  position: relative;
  line-height: 1.3rem;
  font-size: .8rem;
}

#brandDetailContainer .news-sidebar .sidebar-content .sidebar-tab-panel.article .article-list .article-item .article-title::before {
  content: "";
  position: absolute;
  left: 5px;
  display: list-item;
  width: 0;
  height: 0;
}

#brandDetailContainer .news-sidebar .sidebar-content .sidebar-tab-panel.article .article-list .article-item .article-content {
  margin-top: .5rem;
  color: #989898;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#brandDetailContainer .news-sidebar .sidebar-content .sidebar-tab-panel.article .article-list .article-item .article-date {
  margin-top: .5rem;
  color: #989898;
}

#brandDetailContainer .news-sidebar .sidebar-content .sidebar-tab-panel.article .panel-bottom {
  display: none;
}

#brandDetailContainer .news-sidebar .sidebar-content .sidebar-tab-panel.hot-tag .tag-list {
  display: flex;
  flex-wrap: wrap;
}

#brandDetailContainer .news-sidebar .sidebar-content .sidebar-tab-panel.hot-tag .tag-list .tag-item {
  margin: .4rem .6rem;
  margin-left: 0;
  background-color: #fff;
  border-radius: 3px;
  color: #656565;
  font-size: .8rem;
  line-height: 1.4rem;
  text-align: center;
}

#brandDetailContainer .news-sidebar .sidebar-content .sidebar-tab-panel.hot-tag .tag-list .tag-item > a {
  padding: 0.3rem 0.5rem;
  display: block;
}

#brandDetailContainer .news-sidebar .sidebar-content .sidebar-tab-panel.hot-tag .tag-list .tag-item > a:hover {
  color: #0046aa;
}

#brandDetailContainer .row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

#brandDetailContainer .col-md-6 {
  padding: 0 0.5rem;
}

#brandDetailContainer .news-pagination {
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 0.7rem;
  line-height: 1.2rem;
  gap: 1rem;
  margin-top: 1rem;
}

#brandDetailContainer .news-pagination .news-button {
  display: inline-flex;
  align-items: center;
  flex: 1;
}

#brandDetailContainer .news-pagination .news-button .news-article {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 6em);
}

#brandDetailContainer .news-pagination .news-button:hover {
  color: #0046aa;
}

#brandDetailContainer .news-pagination .iconmore {
  display: inline-block;
  font-size: 1.2em;
  line-height: 1;
  vertical-align: top;
  margin: 0 0.2em;
  color: #0046aa;
}

#brandDetailContainer .news-pagination .news-prev .iconmore {
  transform: rotate(180deg);
}

#brandDetailContainer .news-pagination .news-next {
  text-align: right;
  justify-content: flex-end;
}

/*品牌咨询详情 end */
#brandVideoContainer .panel-box {
  position: relative;
  height: 12.5rem;
  overflow: hidden;
}

#brandVideoContainer .panel-box .img-pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#brandVideoContainer .panel-box .img-play {
  width: 3rem;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  cursor: pointer;
}

#brandVideoContainer .news-tabs-box {
  margin-top: 2rem;
}

#brandVideoContainer .panel-content {
  margin-top: 1rem;
}

#brandVideoContainer .panel-content span {
  display: block;
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#brandVideoContainer .col-md-4 {
  margin-bottom: 1.5rem;
}

.list-page {
  text-align: center;
  margin: 4rem 0;
}

.btn-primary {
  border-radius: 1rem;
}

.pop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1031;
}

.pop .pop-video-box {
  height: 100%;
  width: 100%;
  display: table;
  margin: 0 auto;
  position: relative;
}

.pop .pop-video-box .video-full {
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
}

.pop .pop-video-box .video-content {
  position: relative;
  width: 80%;
  height: 35rem;
}

.pop .pop-video-swiper-box {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
}

.pop .pop-video-swiper-box .pop-full {
  width: 68%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pop .pop-video-swiper-box .pop-full .pop-content-video {
  position: relative;
}

.pop .pop-video-swiper-box .pop-full .pop-content-video .close-btn {
  position: absolute;
  top: -1rem;
  right: 0rem;
  color: #626262;
  cursor: pointer;
  z-index: 10;
}

.pop #brandVideoSwiper {
  background: #000;
  width: 96%;
  margin: 0 auto;
  overflow: hidden;
}

.pop .swiper-wrapper,
.pop #brandSwiper {
  height: 100%;
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}

.pop .swiper-container,
.pop .swiper-wrapper {
  color: white;
}

.pop .swiper-slide {
  opacity: 0;
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  color: white;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}

.pop .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.pop .swiper-slide video {
  width: 100% !important;
  height: 100%;
}

.pop .swiper-slide .playVideo {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 4rem;
  transform: translateY(-50%);
  margin: 0 auto;
  z-index: 9;
  cursor: pointer;
}

.pop .arrow-left {
  background: url(/assets/imgs/global/icon-cicle-left.png) no-repeat;
  position: absolute;
  left: -3rem;
  top: 50%;
  margin-top: -1.2rem;
  width: 2.4rem;
  background-size: 90%;
  height: 2.4rem;
  z-index: 9;
  outline: none;
  border-radius: 50%;
  opacity: 1;
  z-index: 1001;
  cursor: pointer;
}

.pop .arrow-left.swiper-button-disabled {
  opacity: 0.4;
}

.pop .arrow-right {
  background: url(/assets/imgs/global/icon-cicle-right.png) no-repeat;
  background-size: 90%;
  position: absolute;
  right: -3rem;
  top: 50%;
  margin-top: -1.2rem;
  width: 2.4rem;
  height: 2.4rem;
  z-index: 9;
  border-radius: 50%;
  outline: none;
  opacity: 1;
  z-index: 1001;
  cursor: pointer;
}

.pop .arrow-right.swiper-button-disabled {
  opacity: 0.4;
}

.no-data {
  display: block;
  text-align: center;
  font-size: 1rem;
  color: #666;
}

.ie .pop #brandVideoSwiper {
  overflow: hidden;
}

.ie .pop #brandVideoSwiper .swiper-slide {
  margin-top: 2.4rem;
}

.ie9 .pop-video-swiper-box .pop-full {
  height: 40rem;
  z-index: 2001;
}

#DownloadCenter .row > div {
  padding: 0 0.5rem;
}

#DownloadCenter .row > div:nth-child(-n + 3) .download-panel {
  margin-top: 0;
}

#DownloadCenter .row > div a {
  cursor: pointer;
}

#DownloadCenter .download-title {
  margin-top: 4rem;
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
}

#DownloadCenter p.desc {
  font-size: 1rem;
  color: #999;
}

#DownloadCenter i.icondownload {
  margin-left: 0.5rem;
  font-size: 1rem;
  color: #0063f5;
}

#DownloadCenter .download-panel {
  margin-top: 1rem;
  padding: 1.5rem;
  color: #666;
  background-color: #fff;
  border-radius: 0.4rem;
  overflow: hidden;
  transition: all 0.2s ease;
}

#DownloadCenter .download-panel .title {
  font-size: 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#DownloadCenter .download-panel .footer {
  font-size: 0.9rem;
  line-height: 1.9rem;
  margin-top: 2rem;
}

#DownloadCenter .download-panel .footer .media-type {
  display: inline-block;
  padding: 0 1em;
  margin-right: 0.5em;
  color: #0063f5;
  background: rgba(160, 199, 255, 0.16);
  border-radius: 1rem;
}

#DownloadCenter .download-panel .footer .downtimes {
  color: #999;
}

#DownloadCenter .download-panel .panel-box {
  display: block;
  height: 14.8rem;
  overflow: hidden;
}

#DownloadCenter .download-panel .panel-content {
  padding: 1.5rem;
}

#DownloadCenter .download-panel:hover {
  box-shadow: 0 0.1rem 0.8rem 0 rgba(0, 0, 0, 0.07);
}

#DownloadCenter .download-panel:hover .title {
  color: #0063f5;
}

#DownloadCenter .section-app .content-box {
  background-color: #fff;
  border-radius: 0.4rem;
  padding: 1.5rem 3.4rem;
  padding-bottom: 4rem;
  margin-bottom: 1rem;
}

#DownloadCenter .section-app .app-box-1 .app-logo {
  display: inline-block;
  width: 7.5%;
}

#DownloadCenter .section-app .app-box-1 .app-text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2%;
  font-size: 1.5rem;
}

#DownloadCenter .section-app .app-box-1 .app-text a.title {
  cursor: pointer;
}

#DownloadCenter .section-app .app-box-1 i.icondownload {
  margin-left: 1rem;
}

#DownloadCenter .section-app .app-box-2 .row {
  margin-left: -6%;
  margin-right: -6%;
  display: flex;
  align-items: center;
}

#DownloadCenter .section-app .app-box-2 .row > div {
  text-align: center;
}

#DownloadCenter .section-app .app-box-2 .row > div img {
  width: 55%;
  margin-bottom: 1.5rem;
}

#DownloadCenter .section-app .app-box-2 .row > div:last-child img {
  margin-bottom: 1rem;
}

#DownloadCenter .section-app .app-box-2 a {
  cursor: pointer;
}

#DownloadCenter .section-video .download-panel {
  padding: 0;
}

@media (min-width: 768px) {
  #brandContainer .section-part1 > .container {
    padding-top: 2rem;
  }
  #brandContainer .section-part1 .news-tabs-box .news-box .panel {
    display: flex;
  }
  #brandContainer .section-part1 .news-tabs-box .news-box .panel .half-left img {
    height: 100%;
    object-fit: cover;
  }
}

/* pad 端*/
@media (min-width: 768px) and (max-width: 895px) {
  #brandContainer .section-part1 .news-tabs-box .news-box .panel .half-right .item-footer {
    margin-top: 1rem;
  }
  #brandContainer .section-part1 .news-tabs-box .news-box .panel .half-right .font-text p {
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.ie9 .app-box-2 .row .item-download {
  display: block;
  margin-top: 2.8rem;
}
