@media screen and (max-width: 1200px) {
  .main-media-download .media-nav {
    padding: 0 5.33vw;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 100;
  }
}

.skyworth-v1.m03-header-nav {
  width: 100%;
  position: relative;
  top: 0;
}
.skyworth-v1.m03-header-nav .media-nav-links {
  position: relative;
  background-color: #fcfcfc;
  z-index: 10;
  width: 100%;
  padding: 2.604166vw 4.166vw 1.875vw;
  margin-left: -1.04166vw;
  display: flex;
}
.skyworth-v1.m03-header-nav .media-nav-links.header-nav-fixed {
  top: 0;
  position: fixed;
}
.skyworth-v1.m03-header-nav .media-nav-list {
  font-size: 0;
}
@media screen and (max-width: 1200px) {
  .skyworth-v1.m03-header-nav .media-nav-list {
    display: none;
  }
  .skyworth-v1.m03-header-nav .media-nav-list .media-nav-link-active {
    display: none;
  }
}
.skyworth-v1.m03-header-nav .media-nav-item {
  display: inline-block;
  font-size: 0;
  margin-right: 1.04166vw;
}
.skyworth-v1.m03-header-nav
  .media-nav-item.media-nav-link-active
  .media-nav-link {
  background-color: #dee4ea;
  cursor: default;
}
.skyworth-v1.m03-header-nav .media-nav-item:last-of-type {
  margin-right: 0;
}
.skyworth-v1.m03-header-nav .media-nav-link {
  font-size: 0.833vw;
  line-height: 1.5;
  padding: 0.4166vw 1.04166vw;
  border-radius: 1.04166vw;
  font-weight: 700;
  transition: background-color ease-out 0.3s;
  display: block;
}
@media screen and (max-width: 1200px) {
  .skyworth-v1.m03-header-nav {
    top: 0;
    z-index: 10;
  }
  .skyworth-v1.m03-header-nav .media-nav-links {
    padding: 10.66vw 1.066vw 6.66vw;
    margin: 0;
    display: block;
  }
  .skyworth-v1.m03-header-nav .media-nav-item {
    display: block;
    margin-right: 0;
    margin-top: 8vw;
  }
  .skyworth-v1.m03-header-nav .media-nav-link {
    font-size: 4.8vw;
    line-height: 1.55;
    padding: 0;
  }
  .skyworth-v1.m03-header-nav .media-nav-link.media-nav-link-active {
    background-color: inherit;
    color: #9099a4;
  }
}
.skyworth-v1.m03-header-nav .media-nav-link-drowdown {
  display: none;
  line-height: 0;
}
@media screen and (max-width: 1200px) {
  .skyworth-v1.m03-header-nav .media-nav-link-drowdown {
    display: inline-block;
  }
}
.skyworth-v1.m03-header-nav .media-nav-link-drowdown .active-text {
  font-size: 4.8vw;
  line-height: 1.55;
  padding: 0;
  margin-right: 2.66vw;
  color: #9099a4;
}
.skyworth-v1.m03-header-nav .media-nav-link-drowdown .updown-icon {
  width: 4.266vw;
  height: 4.266vw;
  vertical-align: middle;
  margin-top: -1vw;
  transition: transform ease-out 0.3s;
}
.skyworth-v1.m03-header-nav
  .media-nav-link-drowdown.drowdown-open
  .updown-icon {
  transform: rotate(180deg);
}

.no-touch .skyworth-v1.m03-header-nav .media-nav-link:hover {
  background-color: #dee4ea;
}

/* 中间 */
.skyworth-v1.m02-left-filter {
  width: 15.625vw;
  position: absolute;
  left: 4.166vw;
  z-index: 9;
  background-color: #fcfcfc;
}
.skyworth-v1.m02-left-filter.m02-left-filter-fixed {
  position: fixed;
}
.skyworth-v1.m02-left-filter .media-filter-container {
  padding-top: 0.729vw;
}
.skyworth-v1.m02-left-filter .media-filter-title {
  padding-bottom: 0.52083vw;
  border-bottom: 1px solid #d6d6d6;
  display: flex;
  align-items: center;
}
.skyworth-v1.m02-left-filter .media-filter-title .media-filter-title-icon {
  width: 0.83vw;
  height: 0.67vw;
}
.skyworth-v1.m02-left-filter .media-filter-title .media-filter-title-text {
  font-size: 1.04166vw;
  line-height: 1.5;
  font-weight: 700;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
.skyworth-v1.m02-left-filter .media-filter-position {
  width: 100%;
}
.skyworth-v1.m02-left-filter .media-filter-position .media-filter-title-text {
  display: none;
}
.skyworth-v1.m02-left-filter .media-nav-item {
  display: inline-block;
}
.skyworth-v1.m02-left-filter .media-filter-tap {
  border: 0;
  padding-left: 20px;
  position: relative;
}
.skyworth-v1.m02-left-filter .media-filter-tap::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 45%;
  transform: translateY(-50%);
  display: inline-block;
  /*223产品列表页*/
  height: 12px;
  width: 12px;
  border: 2px solid #c8c8c8;
  border-radius: 3px;
  /*223产品列表页*/
  text-align: center;
  font-size: 12px;
  line-height: 0.95;
  color: #fff;
  background-color: #fff;
  text-align: center;
  z-index: 1;
}
.skyworth-v1.m02-left-filter .media-filter-tap.media-filter-tap-active::before {
  background-color: #1a67ed;
  /*223产品列表页*/
  border-color: #c5d5ef;
  height: 13px;
  width: 13px;
  /*223产品列表页*/
}
.skyworth-v1.m02-left-filter .media-filter-tap.media-filter-tap-active::after {
  content: "";
  position: absolute;
  /*223产品列表页*/
  left: 4px;
  top: 42%;
  height: 8px;
  width: 4px;
  border: 2px solid #fff;
  /*223产品列表页*/
  border-top: none;
  border-left: none;
  transform: translateY(-55%) rotate(45deg);
  z-index: 2;
}
.skyworth-v1.m02-left-filter .media-filter-list {
  margin-top: 1.04166vw;
  cursor: pointer;
}
.skyworth-v1.m02-left-filter .media-filter-list-title {
  color: #212121;
  font-size: 0.8333vw;
  line-height: 1.5;
  font-weight: 500;
  position: relative;
}
.skyworth-v1.m02-left-filter .media-filter-list-title::before,
.skyworth-v1.m02-left-filter .media-filter-list-title::after {
  content: "";
  position: absolute;
  background-color: #212121;
  transition: all 0.3s ease-out;
}
.skyworth-v1.m02-left-filter .media-filter-list-title::before {
  width: 10px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  right: 7px;
}
.skyworth-v1.m02-left-filter .media-filter-list-title::after {
  width: 1px;
  height: 10px;
  top: 50%;
  transform: translate(50%, -50%) rotate(0);
  right: 12px;
}
.skyworth-v1.m02-left-filter
  .media-filter-list-title.media-filter-select-open::before {
  transform: translateY(-50%) rotate(360deg);
}
.skyworth-v1.m02-left-filter
  .media-filter-list-title.media-filter-select-open::after {
  transform: translate(50%, -50%) rotate(360deg);
  opacity: 0;
}
.skyworth-v1.m02-left-filter .media-filter-select {
  display: none;
}
.skyworth-v1.m02-left-filter .media-filter-item {
  margin-top: 0.520833vw;
}
.skyworth-v1.m02-left-filter .media-filter-tap {
  font-size: 0.7291vw;
  font-weight: 500;
  line-height: 1.57;
  color: #212121;
  background: none;
}
@media screen and (max-width: 1200px) {
  .skyworth-v1.m02-left-filter {
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 11;
  }
  .skyworth-v1.m02-left-filter .media-filter-position {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    height: 100%;
    background-color: #fcfcfc;
  }
  .skyworth-v1.m02-left-filter .media-filter-position .media-filter-title-text {
    display: block;
    margin: 0 5.33vw;
    padding: 4vw 1.066vw;
    font-size: 5.33vw;
    font-weight: 700;
    line-height: 1.5;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .skyworth-v1.m02-left-filter .media-filter-position .close-popup-btn {
    width: 4.266vw;
    height: 4.266vw;
    border: 0;
    display: inline-block;
    margin-left: auto;
    position: relative;
  }
  .skyworth-v1.m02-left-filter .media-filter-position .close-popup-btn::before,
  .skyworth-v1.m02-left-filter .media-filter-position .close-popup-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 0.533vw;
    width: 6.034vw;
    background-color: #212121;
  }
  .skyworth-v1.m02-left-filter .media-filter-position .close-popup-btn::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .skyworth-v1.m02-left-filter .media-filter-position .close-popup-btn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .skyworth-v1.m02-left-filter
    .media-filter-position.media-filter-position-fixed {
    position: fixed;
    pointer-events: auto;
    opacity: 1;
    z-index: 1000;
  }
  .skyworth-v1.m02-left-filter .media-filter-wrap {
    position: relative;
    width: 100%;
    padding: 0 5.33vw 16vw;
    top: 0;
    height: calc(100% - 42.5vw);
    overflow-y: auto;
  }
  .skyworth-v1.m02-left-filter .media-filter-container {
    padding-top: 0;
  }
  .skyworth-v1.m02-left-filter .media-filter-title {
    padding: 4vw 1.066vw;
    border-bottom: 1px solid #d6d6d6;
    position: relative;
  }
  .skyworth-v1.m02-left-filter .media-filter-title .media-filter-title-icon {
    width: 4.166vw;
    height: 3.466vw;
  }
  .skyworth-v1.m02-left-filter .media-filter-title .media-filter-title-text {
    font-size: 4.8vw;
    line-height: 1.55;
    margin-left: 10px;
  }
  .skyworth-v1.m02-left-filter .media-filter-title::before,
  .skyworth-v1.m02-left-filter .media-filter-title::after {
    content: "";
    position: absolute;
    border-radius: 2px;
    background-color: #212121;
  }
  .skyworth-v1.m02-left-filter .media-filter-title::before {
    width: 4.266vw;
    height: 0.533vw;
    top: 50%;
    transform: translateY(-50%);
    right: 1.066vw;
  }
  .skyworth-v1.m02-left-filter .media-filter-title::after {
    width: 0.533vw;
    height: 4.266vw;
    top: 50%;
    transform: translateY(-50%);
    right: 2.933vw;
  }
  .skyworth-v1.m02-left-filter .media-filter-list {
    margin-top: 5.33vw;
    padding-left: 1.066vw;
  }
  .skyworth-v1.m02-left-filter .media-filter-list-title {
    font-size: 4.266vw;
    line-height: 1.5;
    font-weight: 700;
  }
  .skyworth-v1.m02-left-filter .media-filter-list-title::before,
  .skyworth-v1.m02-left-filter .media-filter-list-title::after {
    content: "";
    position: absolute;
    background-color: #212121;
    transition: all 0.3s ease-out;
  }
  .skyworth-v1.m02-left-filter .media-filter-list-title::before {
    width: 4.266vw;
    height: 0.533vw;
    top: 50%;
    transform: translateY(-50%) rotate(0);
    right: 1.066vw;
  }
  .skyworth-v1.m02-left-filter .media-filter-list-title::after {
    width: 0.533vw;
    height: 4.266vw;
    top: 50%;
    transform: translate(50%, -50%) rotate(0);
    right: 3.2vw;
  }
  .skyworth-v1.m02-left-filter
    .media-filter-list-title.media-filter-select-open::before {
    transform: translateY(-50%) rotate(360deg);
  }
  .skyworth-v1.m02-left-filter
    .media-filter-list-title.media-filter-select-open::after {
    transform: translate(50%, -50%) rotate(360deg);
    opacity: 0;
  }
  .skyworth-v1.m02-left-filter .media-filter-tap {
    font-size: 3.733vw;
    font-weight: 500;
    line-height: 1.572;
  }
  .skyworth-v1.m02-left-filter .media-filter-item {
    margin-top: 3.733vw;
  }
  .skyworth-v1.m02-left-filter .media-filter-item:first-of-type {
    margin-top: 5.33vw;
  }
}
.skyworth-v1.m02-left-filter .pc-filter-btn {
  position: absolute;
  right: 0;
  top: 0.8333vw;
  border-radius: 1.1979vw;
  display: none;
}
@media screen and (max-width: 1200px) {
  .skyworth-v1.m02-left-filter .pc-filter-btn {
    display: none;
  }
}
.skyworth-v1.m02-left-filter .pc-filter-btn:hover {
  background-color: #dee4ea;
}
.skyworth-v1.m02-left-filter .pc-filter-btn .filter-btn-reset {
  border: none;
  width: 2.9166vw;
  height: 1.25vw;
  font-size: 0.7291vw;
  font-weight: 500;
  color: #212121;
  line-height: 0.9375vw;
  border-radius: 1.1979vw;
}
.skyworth-v1.m02-left-filter .mob-filter-btn {
  display: none;
}
@media screen and (max-width: 1200px) {
  .skyworth-v1.m02-left-filter .mob-filter-btn {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 8vw 0;
    background-color: #f4f4f4;
    text-align: center;
    z-index: 2;
  }
}
.skyworth-v1.m02-left-filter .mob-filter-btn .filter-btn {
  font-size: 3.733vw;
  line-height: 1.572;
  margin-right: 8vw;
  border: 0;
  padding: 2.4vw 9.6vw;
  border-radius: 6vw;
}
.skyworth-v1.m02-left-filter .mob-filter-btn .filter-btn:last-of-type {
  margin-right: 0;
}
.skyworth-v1.m02-left-filter .mob-filter-btn .filter-btn-reset {
  color: #212121;
  background-color: #dee4ea;
}
.skyworth-v1.m02-left-filter .mob-filter-btn .filter-btn-sure {
  color: #fff;
  background-color: #015ccb;
}

/* 底部 */
.main-media-download {
  position: relative;
  background-color: #fcfcfc;
}
.main-media-download .media-container {
  display: flex;
  justify-content: space-between;
  padding: 0 4.166vw;
  min-height: 55vh !important;
}
@media screen and (max-width: 1200px) {
  .main-media-download .media-container {
    display: block;
    padding: 0 5.33vw;
  }
}

.skyworth-v1.m01-media-cards {
  margin-left: auto;
  width: 64.59vw;
}
.skyworth-v1.m01-media-cards .medid-cards-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-left: 1.04166vw;
}
.skyworth-v1.m01-media-cards .media-cards-list-wrap {
  padding: 0 1.04166vw;
  padding-bottom: 2.0833vw;
}
.skyworth-v1.m01-media-cards .media-cards-list {
  background-color: #f1f1f1;
  padding: 1.04166vw;
  transition: box-shadow ease-out 0.3s;
}
.skyworth-v1.m01-media-cards .media-cards-img-wrap {
  position: relative;
  width: 28.125vw;
  height: 12.5vw;
  overflow: hidden;
  margin-bottom: 1.04166vw;
}
.skyworth-v1.m01-media-cards .media-cards-img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 1000%;
  min-height: 1000%;
  transform: translate(-50%, -50%) scale(0.1);
}
.skyworth-v1.m01-media-cards .media-cards-text {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.04166vw;
  flex-wrap: wrap;
}
.skyworth-v1.m01-media-cards .media-cards-download {
  display: flex;
  justify-content: space-between;
}
.skyworth-v1.m01-media-cards .media-cards-title {
  font-size: 0.729vw;
  line-height: 1.572;
  font-weight: 700;
  width: 21.35vw;
  white-space: nowrap;
  overflow: hidden;
  color: #242728;
}
.skyworth-v1.m01-media-cards .media-cards-time {
  font-size: 0.729vw;
  line-height: 1.572;
  font-weight: 500;
  color: #666666;
}
.skyworth-v1.m01-media-cards .media-cards-time.mob-show {
  display: none;
}
@media screen and (max-width: 1200px) {
  .skyworth-v1.m01-media-cards .media-cards-time.mob-show {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .skyworth-v1.m01-media-cards .media-cards-time.pc-show {
    display: none;
  }
}
.skyworth-v1.m01-media-cards .media-cards-download-info {
  display: flex;
  align-items: center;
}
.skyworth-v1.m01-media-cards .media-cards-download-info.mob-show {
  display: none;
}
@media screen and (max-width: 1200px) {
  .skyworth-v1.m01-media-cards .media-cards-download-info.mob-show {
    display: flex;
  }
}
@media screen and (max-width: 1200px) {
  .skyworth-v1.m01-media-cards .media-cards-download-info.pc-show {
    display: none;
  }
}
.skyworth-v1.m01-media-cards .media-cards-img-format {
  margin-right: 1.04166vw;
}
@media screen and (max-width: 1200px) {
  .skyworth-v1.m01-media-cards .media-cards-img-format {
    margin-right: 5.333vw;
  }
}
.skyworth-v1.m01-media-cards .media-cards-img-format,
.skyworth-v1.m01-media-cards .media-cards-img-size {
  font-size: 0.729vw;
  line-height: 1.572;
  font-weight: 500;
  color: #666666;
}
@media screen and (max-width: 1200px) {
  .skyworth-v1.m01-media-cards .media-cards-img-format,
  .skyworth-v1.m01-media-cards .media-cards-img-size {
    font-size: 3.733vw;
  }
}
.skyworth-v1.m01-media-cards .media-cards-download-btn {
  border: 0.104166vw solid #ffffff;
  padding: 0.36458vw 1.66vw;
  border-radius: 1.1979vw;
  background-color: #ffffff;
  cursor: pointer;
}
.skyworth-v1.m01-media-cards .media-cards-download-btn .btn-text {
  color: #212121;
  font-size: 0.72916vw;
  line-height: 1.572;
  font-weight: 500;
}
.skyworth-v1.m01-media-cards .media-cards-download-icon {
  margin-right: 0.520833vw;
  width: 0.78125vw;
  height: 0.677vw;
  transition: ease-out;
}
.skyworth-v1.m01-media-cards .search-more-wrap {
  padding-top: 1.066vw;
  padding-bottom: 5.729vw;
  text-align: center;
}
.skyworth-v1.m01-media-cards .search-more-btn {
  border: 0;
  border-radius: 1.172vw;
  font-size: 0.729vw;
  line-height: 1.572;
  font-weight: 500;
  padding: 0.46875vw 1.5625vw;
}
@media screen and (max-width: 1200px) {
  .skyworth-v1.m01-media-cards {
    width: 100%;
    margin: 0;
  }
  .skyworth-v1.m01-media-cards .medid-cards-wrap {
    margin-top: 5.33vw;
    margin-left: 0;
  }
  .skyworth-v1.m01-media-cards .media-cards-list-wrap {
    padding: 0;
    margin: 0;
  }
  .skyworth-v1.m01-media-cards .media-cards-list {
    padding: 5.33vw;
    margin-bottom: 8vw;
  }
  .skyworth-v1.m01-media-cards .media-cards-img-wrap {
    width: 78.66vw;
    height: 34.66vw;
    margin-bottom: 5.33vw;
  }
  .skyworth-v1.m01-media-cards .media-cards-title {
    width: 78.66vw;
    font-size: 3.733vw;
    margin-bottom: 2.66vw;
  }
  .skyworth-v1.m01-media-cards .media-cards-text {
    display: block;
    margin-bottom: 6.4vw;
  }
  .skyworth-v1.m01-media-cards .media-cards-time {
    font-size: 3.733vw;
    line-height: 1.2857;
    font-weight: 500;
    color: #666666;
  }
  .skyworth-v1.m01-media-cards .media-cards-download {
    align-items: center;
  }
  .skyworth-v1.m01-media-cards .media-cards-download-icon {
    width: 4.2666vw;
    height: 3.8333vw;
  }
  .skyworth-v1.m01-media-cards .media-cards-download-btn {
    border: 0;
    padding: 2.4vw 9.066vw;
    border-radius: 5.33vw;
    background-color: #ffffff;
  }
  .skyworth-v1.m01-media-cards .media-cards-download-btn .btn-text {
    font-size: 3.733vw;
  }
  .skyworth-v1.m01-media-cards .search-more-wrap {
    padding-top: 2.66vw;
    padding-bottom: 16vw;
    text-align: center;
  }
  .skyworth-v1.m01-media-cards .search-more-btn {
    border: 0;
    border-radius: 6vw;
    font-size: 3.733vw;
    padding: 2.4vw 8vw;
    background-color: #dee4ea;
  }
}
.skyworth-v1.m01-media-cards .media-cards-list-noresult {
  display: none;
  width: 52.08vw;
  height: 35.21vw;
  text-align: left;
  border-bottom: 1px solid #979797;
}
@media screen and (max-width: 1200px) {
  .skyworth-v1.m01-media-cards .media-cards-list-noresult {
    width: 89.33vw;
    height: 30.67vw;
    border-bottom: none;
  }
}
.skyworth-v1.m01-media-cards .media-cards-list-noresult span {
  font-size: 0.73vw;
  color: #666666;
  line-height: 1.25vw;
}
@media screen and (max-width: 1200px) {
  .skyworth-v1.m01-media-cards .media-cards-list-noresult span {
    font-size: 3.73vw;
    line-height: 6.4vw;
    padding-top: 2.67vw;
  }
}

.no-touch .skyworth-v1.m01-media-cards .media-cards-list:hover {
  background-color: #ffffff;
  box-shadow: 1px 1px 7px 0px #dbdada, 0px 12px 23px 0px #e4e6e9;
}
.no-touch
  .skyworth-v1.m01-media-cards
  .media-cards-list:hover
  .media-cards-download-btn {
  border-color: #979797;
  background-color: #ffffff;
}
.no-touch
  .skyworth-v1.m01-media-cards
  .media-cards-list:hover
  .media-cards-download-btn:hover {
  background-color: #dee4ea;
  border-color: #dee4ea;
}
.no-touch .skyworth-v1.m01-media-cards .search-more-btn:hover {
  background-color: #dee4ea;
}
