﻿@media screen and (max-width: 960px) {
  .picc {
    margin-top: 10px;
    width: 100vw;
    height: 800px;
    background: url("../assets/product/mobile/至尊遁甲.png") no-repeat;
    background-size: 100% 100%;
  }
  .picc1 {
    margin-top: 10px;
    width: 100vw;
    height: 800px;
    background: url("../assets/product/mobile/防御遁甲.png") no-repeat;
    background-size: 100% 100%;
  }
  .picc2 {
    margin-top: 10px;
    width: 100vw;
    height: 800px;
    background: url("../assets/product/mobile/雾面哑光.png") no-repeat;
    background-size: 100% 100%;
  }
  .picc3 {
    margin-top: 10px;
    width: 100vw;
    height: 800px;
    background: url("../assets/product/mobile/LUX.png") no-repeat;
    background-size: 100% 100%;
  }
  .picc4 {
    margin-top: 10px;
    width: 100vw;
    height: 800px;
    background: url("../assets/product/mobile/TPU-H.png") no-repeat;
    background-size: 100% 100%;
  }
  .picc5 {
    margin-top: 10px;
    width: 100vw;
    height: 800px;
    background: url("../assets/product/mobile/TPU-T.png") no-repeat;
    background-size: 100% 100%;
  }
}

@media screen and (min-width: 960px) {
  .picc {
    margin-top: 10px;
    width: 100vw;
    height: 800px;
    background: url("../assets/product/pc/至尊遁甲.png") no-repeat;
    background-size: 100% 100%;
  }
  .picc1 {
    margin-top: 10px;
    width: 100vw;
    height: 800px;
    background: url("../assets/product/pc/防御遁甲.png") no-repeat;
    background-size: 100% 100%;
  }
  .picc2 {
    margin-top: 10px;
    width: 100vw;
    height: 800px;
    background: url("../assets/product/pc/雾面哑光.png") no-repeat;
    background-size: 100% 100%;
  }
  .picc3 {
    margin-top: 10px;
    width: 100vw;
    height: 800px;
    background: url("../assets/product/pc/LUX.png") no-repeat;
    background-size: 100% 100%;
  }
  .picc4 {
    margin-top: 10px;
    width: 100vw;
    height: 800px;
    background: url("../assets/product/pc/TPU-H.png") no-repeat;
    background-size: 100% 100%;
  }
  .picc5 {
    margin-top: 10px;
    width: 100vw;
    height: 800px;
    background: url("../assets/product/pc/TPU-T.png") no-repeat;
    background-size: 100% 100%;
  }
}
