* {
  font-family: 'PingFang SC', Baton Turbo,  Arial !important; /* 默认字体 */
}
.swiper-wrapper {
  /* justify-content: center; */
}
.swiper-button-next:after, .swiper-button-prev:after {
  text-align: center;
  position: absolute;
  /* background: #fff !important; */
  border-radius: 50%;
  /* top: calc(50% - (140px / 2)); */
  padding: 0;
  margin: 0;
  width: 35px;
  height: 35px;
  line-height: 35px !important;
  overflow: hidden;
  font-size: 18px !important;
  color: #fff;
  background: #6a6365;
}

.swiper-button-prev .swiper-button-next {
  position: absolute;
  background: #fff !important;
  border-radius: 50px;
  top: calc(50% - (140px / 2));
  padding: 0;
  margin: 0;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
.catsBox {
  color: #333;
  text-align: center;
}
  .headLineBox {
    display: none;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .headLineBox ul {
    width: 100%;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    text-align: center;
  }
  .headLineBox ul li {
    margin: 30px 18px 50px 18px;
    padding: 0;
    width: 10%;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    border-radius: 100px;
    text-align: initial;
  }
  
  /* .headLineBox ul li:first-child {
    margin-left: 10px;
  }
  
  .headLineBox ul li:last-child {
    margin-right: 10px;
  } */
  
  .headLineBox ul li::after {
    content: " ";
    display: block;
    padding-bottom: 100%;
  }
  
  .headLineBox ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    text-decoration: none;
    color: black;
  }
  
  .headLineBox ul li span {
    width: 100%;
    position: absolute;
    top: 100%;
    text-align: center;
    margin-top: 10px;
    white-space: normal;
  }
  .list-main {
    padding-top: 20px;
    background-color: white !important;
  }
  
  .title-box {
    display: none;
  
    margin-bottom: 20px;
  }
  
  .list-title {
    color: #030303;
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
    font-family: "Source-Sans-Pro";
  
    margin-bottom: 20px;
  }
  
  .list-describe {
    font-family: "Source-Sans-Pro";
  }
  
  .list-describe > p {
    color: #191919;
    font-family: "Source-Sans-Pro", Arial, sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
  
    margin-bottom: 0;
  }
  .headLine {
    text-align: center;
    font-size: 24px;
    color: #3d3d3d;
    font-weight: bold;
  }
  
  @media (max-width: 800px) {
    .list-main {
      padding-top: 10px;
    }
  
    .content > .list-title, .content > .list-describe > p {
      display: none;
    }
  }
  
  .list-body {
    margin-top: 30px;
  }
  
  @media (max-width: 800px) {
    .list-body {
      flex-direction: column;
    }
  }
  
  .list-left {
  
  }
  
  .list-costumes {
    width: 100%;
  
  }
  
  .list-costumes .list-costumes-type-box {
    display: flex;
    justify-content: space-between;
  }
  
  .list-costumes a, .list-costumes a:hover {
    color: #262626 !important;
    font-family: 'brandon grotesque weight';
  
    text-decoration: unset !important;
  }
  
  @media (max-width: 800px) {
    .list-left {
      width: 100%;
    }
  
    .list-costumes {
      padding: 0;
      border: unset !important;
    }
  
    .list-costumes > .title {
      display: none;
    }
  
    .list-costumes > ul {
      display: none;
    }
  
    .list-costumes .filter-btn {
      font-size: 16px;
      padding: 10px 0 !important;
      justify-content: center !important;
      border-radius: unset !important;
    }
  
    .list-costumes .filter-btn i {
      display: none;
    }
  
    .popular-trend-box {
      display: none;
    }
  
    .list-left-footer {
      display: none;
    }
  
    .title-box {
      display: block;
    }
  }
  
  .list-costumes > .title {
    color: #262626;
    font-weight: 600;
    font-family: 'brandon grotesque weight';
    font-weight: bold;
  }
  
  .list-costumes > ul {
    margin: 20px 0;
    padding-left: 10px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
  }
  
  .list-costumes > ul > li {
    color: #030303;
    font-size: 16px;
    font-weight: 400;
    min-width: 110px;
    margin-bottom: 20px;
    min-width: 10%;
    margin-left: 15px;
  }
  
  .list-costumes > ul > li input {
    display: none;
  }
  
  .list-costumes > ul > li .list {
    display: none;
    overflow: hidden;
    transition: all .25s linear;
    box-shadow: 
      -3px 0px 5px -5px rgba(0, 0, 0, 0.5), /* 左侧阴影 */
      3px 0px 5px -5px rgba(0, 0, 0, 0.5), /* 右侧阴影 */
      0px 3px 4px -1px rgba(0, 0, 0, 0.5);
    padding: 5px;
  }
  
  .list-costumes > ul > li i {
    transition: all .4s;
    cursor: pointer;
  }
  
  .list-costumes > ul > li > input[type="checkbox"]:checked ~ .list-costumes-type-box label {
    transform: rotate(-180deg);
  }
  
  .list-costumes > ul > li > input[type="checkbox"]:checked ~ .list {
    display: block;
    max-height: 999px;
  }
  
  .list-costumes > ul > li div {
    font-weight: 600;
  }
  
  .list-costumes > ul > li > ul > li {
    color: #030303;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #dddddd;
    padding: 10px 5px;
    margin: 0 0 5px 0;
    border-radius: 4px;
  }
  .list-costumes > ul > li > ul > li:hover {
    border: 1px solid #db5095;
    background-color: #f9e3ee;
  }
  
  .list-costumes > ul .active {
    color: #28A745;
  }
  
  .list-costumes .filter-box .filter-label {   
    width: 100%;
    display: none;
  }
  
  .list-costumes .filter-box > input, .list-costumes .fliter-type > input {
    display: none;
  }
  
  .list-costumes .filter-btn {
    width: 100%;
    color: white;
    padding: .5rem 1.5rem;
  
    display: flex;
    align-items: center;
    justify-content: space-between;
  
    background: black;
    border: unset;
    border-radius: 36px;
  
    cursor: pointer;
  }
  
  .list-costumes .filter-btn .narrow_by_mobile_up, .list-costumes .filter-btn .narrow_by_mobile_down {
    display: none;
  }
  
  .list-costumes .filter-btn i {
    transition: all .4s;
  }
  
  .list-costumes .filter-box input[type="checkbox"]:checked ~ label .filter-btn i {
    transform: rotate(-180deg);
  }
  
  .filter-content {
    /* display: none; */
    max-height: 0;
    display: flex;
    /* overflow: hidden; */
    justify-content: center;
    margin-top: 10px;
    max-height: 1000px;
    transition: all .25s linear;
  }
  
  .list-costumes .filter-box input[type="checkbox"]:checked ~ .filter-content {
    /* display: block; */
    display: flex;
    max-height: 9999px;
  }
  .filter-content > .fliter-type .type-item-container {
    display: none;
    max-height: 260px;
    overflow-y: auto;
    padding: 5px;
    position: absolute;
    background: #FFFFFF;
    z-index: 999;
  }
  .filter-content > .fliter-type .title::after {
    content: "\f229";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .fliter-type {
    margin: 0 50px 15px 0;
  }
  .fliter-type:hover .type-item-container {
    display: block;
    min-width: 100px;
  }
  .filter-type-check:checked ~ .type-item-container {
    display: block !important;
  }
  .fliter-type .title {
    color: #030303;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    min-width: 100px;
  }
  .fliter-type .type-item {
    border: 1px solid #DDDDDD;
    margin-bottom: 4px;
    border-radius: 4px;
  }
  .fliter-type .type-item:hover, .fliter-type .type-item.active {
    border: 1px solid #db5095;
    background-color: #f9e3ee;
  }
  .fliter-type .type-item, .fliter-type .type-item > a {
    display: flex;
    align-items: center;
  
    /* margin-top: 8px; */
    padding: 4px 4px 4px 2px;
  }
  
  .fliter-type .type-item span:first-of-type {
    width: 13px;
    height: 13px;
  
    display: flex;
    align-items: center;
    justify-content: center;
  
    border: 1px solid #767676;
    border-radius: 2px;
  
    overflow: hidden;
    /* 隐藏多选图标 */
    display: none;
  }
  
  .fliter-type .type-item .hook {
    width: 9px;
    height: 5px;
  
    margin-left: 1px;
    margin-bottom: 1px;
  
    display: none;
  
    position: relative;
  
    background-color: white;
  
    transform: rotate(310deg);
    
  }
  
  .fliter-type .type-item .hook::after {
    content: "";
  
    position: absolute;
    top: -1px;
    left: 2px;
  
    width: 8px;
    height: 4px;
  
    background-color: #2e76ff;
  }
  
  .fliter-type .type-item .active {
    border-color: #2e76ff !important;
    background-color: #2e76ff;
  }
  
  .fliter-type .type-item .active .hook {
    display: block;
  }
  
  .fliter-type .type-item span:last-of-type {
    margin-left: 5px;
    font-size: 14px;
  }
  
  .fliter-type .color-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  
  .fliter-type .color-list input {
    display: none;
  }
  
  .fliter-type .color-list input[type="checkbox"]:checked ~ label .color-item {
    border: 2px solid #2d8cf0;
  }
  
  .fliter-type .color-list .color-item {
    width: 40px;
    height: 40px;
  
    margin: 0 10px 10px 0;
  
    border: 1px solid #EEE;
  
    cursor: pointer;
  }
  
  .fliter-type .color-list .color-item img {
    width: 100%;
    height: 100%;
  }
  
  .popular-trend-box {
    padding: 10px 20px;
    margin-top: 20px;
  
    border: 1px solid #EEE;
  }
  
  .popular-trend-box > .title {
    color: #030303;
    font-size: 16px;
    font-weight: bold;
  }
  
  .popular-trend-box .popular-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  
    margin-top: 20px;
  }
  
  .popular-trend-box .popular-list a {
    text-decoration: unset;
  }
  
  .popular-trend-box .popular-list .popular-item {
    margin-bottom: 10px;
  }
  
  .popular-trend-box .popular-list .popular-item .popular-item-title {
    width: 100px;
    
    color: black;
    font-size: 12px;
  
    margin-top: 5px;
  
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-text-overflow: "…";
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  
  .popular-trend-box .popular-list .popular-item img {
    width: 100px;
    height: 150px;
  
    object-fit: cover;
  }
  
  .popular-trend-box .popular-list .popular-item div{
    color: #CB3E27;
    font-size: 12px;
    font-weight: bold;
  
    margin-top: 6px;
  }
  
  .popular-trend-box .popular-list .popular-item .discount {
    color: #8C8C8C;
    text-decoration: line-through;
  }
  
  .list-left .list-left-footer {
    color: #191919;
    font-family: "Source-Sans-Pro", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  
    margin: 20px 0;
  }
  .list-left .list-left-footer > * {
    color: #191919;
    font-family: "Source-Sans-Pro", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }
  
  .list-right {
    flex: 1;
  
    margin-left: 30px;
  }
  
  @media (max-width: 800px) {
    .list-right {
      margin-left: 0;
    }
  }
  
  .list-right .list-right-header {
    width: 100%;
  
    margin-bottom: 20px;
  
    display: flex;
    justify-content: space-between;
  }
  
  .list-right .list-right-header .badge-list {
    display: flex;
  }
  
  @media (max-width: 800px) {
    .list-right .list-right-header .badge-list {
      display: none;
    }
  }
  
  .list-right .list-right-header .badge-list .badge-item {
    color: black;
    font-size: 15px;
    font-weight: 500;
  
    padding: 1px 8px;
    margin-right: 10px;
  
    background-color: #EEE;
  
    cursor: pointer;
  }
  
  .sort-by {
    display: flex;
  }
  
  .sort-by a, .sort-by a:hover {
    color: black;
    text-decoration: unset;
  }
  
  .sort-by > .title {
    color: #8C8C8C;
    font-size: 14px;
    font-weight: 400;
  }
  
  @media (max-width: 800px) {
    .sort-by > .title {
      display: none;
    }
  
    .sort-by {
      flex: 1;
    }
  
    .sort-by .selecter {
      width: 100%;
  
      padding: 10px 20px;
      
      border: 1px solid #D2D2D2;
    }
  
    .select-options {
      width: 100%;
  
      display: flex;
      justify-content: space-between;
    }
  
    .sort-by .selecter .options {
      min-width: 100% !important;
      max-width: 100% !important;
  
      margin-top: 10px;
  
      border-radius: unset !important;
    }
  }
  
  .sort-by .selecter {
    position: relative;
  }
  
  .sort-by .selecter::after {
    content: "";
    clear: both;
  }
  
  .sort-by .selecter .options {
    position: absolute;
    left: 0;
  
    min-width: 10rem;
    max-width: 10rem;
  
    display: none;
  
    padding: 0;
  
    background-color: white;
  
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
  
    z-index: 10;
  
    list-style: none;
  
    float: left;
  }
  
  .sort-by .selecter .options li:hover {
    background-color: rgb(233,236,239);
  }
  
  .sort-by .selecter .options li {
    margin: 10px 0;
    padding: 10px 10px 10px 15px;
  
    cursor: pointer;
  }
  
  .sort-by .selecter .select-options {
    cursor: pointer;
  }
  
  .sort-by .selecter:hover > .options  {
    display: block;
  }
  
  .layout-box {
    display: flex;
  
    margin-left: 15px;
  }
  
  .layout-box .layout-3-col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: .1rem;
    grid-row-gap: .1rem;
  
    margin-right: 10px;
  }
  
  .layout-box .layout-4-col {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: .1rem;
    grid-row-gap: .1rem;
  }
  
  .layout-box .layout-3-col div,
  .layout-box .layout-4-col div {
    width: 8px;
    height: 18px;
    background-color: #8c8c8c;
  
    cursor: pointer;
  }
  
  .layout-box .layout-selected div {
    background-color: black !important;
  }
  
  /* 主体列表 */
  .list-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  
    margin-bottom: 30px;
  }
  
  .list-content-grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  
  @media (max-width: 800px) {
    .list-content {
      grid-template-columns: repeat(2, 1fr);
    }
  
    .list-content-grid-4 {
      grid-template-columns: repeat(2, 1fr);
    }
  
    .layout-box {
      display: none;
    }
  }
  
  .list-content a,
  .list-content a:hover {
    color: black;
    text-decoration: unset;
  }
  
  .list-content .list-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  
  .list-content .list-item {
    padding: 5%;
  }
  
  .list-content .list-item:hover {
    /* box-shadow: 0px 0px 10px rgb(0 0 0 / 50%); */
  }
  .cariyserBox {
    position: relative;
    overflow: hidden;
    min-width: 24%;
    min-height: 75%;
  }
  .cariyserBox:hover .carousel-control-prev,.cariyserBox:hover .carousel-control-next {
    display: block;
  }
  .cariyserBox .carousel-control-prev,.cariyserBox .carousel-control-next {
    display: none;
  }
  .carousel-control-next-icon, .carousel-control-prev-icon {
    width: 1.5rem;
    height: 1.5rem;
    /* background: #6a6365; */
  }
  .list-item:hover .sizeBox {
    /* display: block; */
    transition: all 0.8s;
    transform: translateY(0px);
  }
  
  .list-item .list-item-img-box {
    /* padding-bottom: 150%; */
    position: relative;
    overflow: hidden;
    height: 380px;
    display: flex;
    align-items: center;
  }
  .sizeBox {
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 0.9;
    max-height: 40%;
    overflow-y: auto;
    padding: 10px 8% 15px;
    background-color: #f9f5f4;
    transform: translateY(100%);
  }
  .sizeBox::-webkit-scrollbar {
    display: none;
  }
  .sizeBox label {
    width: 100%;
  }
  .sizeBox .sizeTit {
    margin-bottom: 10px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #000000;
    cursor: pointer;
  }
  .sizeBox .sizeList {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .sizeBox .sizeList .listBox {
    font-family: Source Han Sans CN;
    font-size: 14px;
    text-align: center;
    color: #3D3D3D;
    min-width: 42px;
    height: 28px;
    line-height: 28px;
    /* margin: 0 0px 5px 0; */
    cursor: pointer;
    border: 1px solid transparent;
  }
  .listBox > input[type="radio"] {
    display: none;
  }
  .sizeBox .sizeList .listBox:hover {
    border: 1px solid #e16ca6;
    border-radius: 4px;
  }
  .sizeBox .sizeList .listBox input[type="radio"]:checked + label {
    color: #FFFFFF;
    background-color: #d73c89;
  }
  
  .list-content .list-item .list-item-img-box img {
    width: 100%;
    height: 100%;
    position: absolute;
    transform: translateY(0%);
  }
  
  .list-content .list-item .img-responsive-sec {
    display: none;
  }
  
  .list-content .list-item:hover .img-responsive-sec {
    display: unset;
  }
  .list-content .list-item .colorList {
    min-height: 35px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 0px 0 0 20px;
    border-bottom: 1px solid #999;
  }

  .list-content .list-item .colorList .colorClc {
    margin-right: 8px;
    padding: 4px;
    margin-right: 4px;
    border-radius: 20px;
    border: 1px solid transparent;
  }

  .list-item .colorList .colorClc:hover {
    border: 1px solid #333;
  }
 .list-item .colorList .colorBox {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.4);
  }
  .list-item .colorList input {
    display: none;
    width: 100%;
    height: 100%;
  }
  .list-item .colorList .colorBox label {
    width: 140%;
    height: 140%;
    border-radius: 50%;
    translate: -4px -4px;
  }
  .colorList .colorBox input[type="radio"]:checked + label {
    border: 1px solid #333;

  }
  
  .list-item .title {
    color: #191919;
    font-size: 14px;
    font-family: 'Source-Sans-Pro',Arial, sans-serif;
    max-height: 40px;
    min-height: 40px;
  
    margin-top: 5px;
  
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-text-overflow: "…";
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: auto;
    -webkit-line-clamp: 3;
  }
  
  .list-content .list-item .price-box {
    color: #191919;
    font-size: 14px;
    font-family: 'Source-Sans-Pro',Arial, sans-serif;
    font-weight: 600;
  
    margin-top: 5px;
  
    font-family: "Source-Sans-Pro";
  }
  .colorLen {
    margin-top: 10px;
    font-family: 思源黑体;
    font-size: 14px;
    font-weight: normal;
    color: #999999;
  }
  
  .list-content .list-item .price-box .discount {
    color: #999999;
    font-size: 14px;
    text-decoration: line-through;
    font-family: 思源黑体;
    margin-left: 10px;
  }
  .list-content .list-item .price-box .percent {
    font-family: 思源黑体;
    font-size: 12px;
    font-weight: 900;
    margin-left: 10px;
    padding: 2px;
    color: #FFFFFF;
    
    background-color: #ff7876;
  }
  
  .list-content .list-item .star-list {
    color: rgb(229,168,63);
    font-size: 12px;
  
    margin-top: 5px;
  }
  
  .list-content .list-item .star-list span:last-of-type {
    color: black;
  
    margin-left: 5px;
  }
  
  /* 分页 */
  .page-box .page .active {
    background-color: unset !important;
  }
  
  .page-box .page .active a, .page-box .page .active a:hover {
    color: white !important;
  }
  
  .page-box .page a, .page-box .page a:hover {
    color: black !important;
  }
  
  .page-box .page, .page-box .page-info {
    margin-top: 10px;
    padding: 0 5px;
  }
  
  .page-box .page > li {
    width: auto;
    height: auto;
    align-items: center;
    padding: 0;
    margin: 0 3px;
  }
  
  .page-box .page li > a {
    display: block;
    min-height: 25px;
    min-width: 25px;
    text-align: center;
  }
  
  .page-box .page .active > a {
    border-radius: 50%;
    background-color: black;
  }
  
  .page-box .page li > .next {
    background-color: rgb(250, 84, 0);
    padding: 10px 20px;
  }
  
  .page-box .page li:has( > .next ) {
    margin-left: 10px;
  }
  
  .page-box .page li > .next > .bi {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: white;
    font-size: 20px;
  }
  
  .page-box .page li > .next > .bi::before {
    margin-left: 3px;
    font-weight: bold !important;
    font-size: 25px;
  }
  /* 新建页面加载按钮 */
  #pageBox {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .pageloadBox {
    width: 500px;
    height: 60px;
    color: #FFFFFF;
    background-color: #d73c89;
    /* border: 1px solid #e5e5e5; */
    text-align: center;
    line-height: 60px;
    margin: 0 auto;
    cursor: pointer;
  }
  
  .list-about {
    color: #191919;
    font-family: 'PingFangSCMedium-Medium';
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    text-align: left;
  
    position: relative;
    overflow: hidden;
  }
  .list-about > * {
    color: #191919;
    font-family: 'PingFangSCMedium-Medium';
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
  }
  
  .show-more {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 40px;
  
    display: flex;
    align-items: center;
    justify-content: center;
  
    background: linear-gradient(transparent, white);
  
    cursor: pointer;
  }
  
  .show-more i {
    font-size: 18px;
    animation: upDown .6s linear infinite backwards;
  }
  .aboutBox {
    color: #191919;
    font-family: "Source-Sans-Pro", Arial, sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    text-align: left;
    margin: 40px auto 0;
    position: relative;
    overflow: hidden;
    background: #f6f6f6;
    padding: 40px 5% 40px;
  }
  .aboutBox > * {
    color: #191919;
    font-family: "Source-Sans-Pro", Arial, sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
  }
  
  @keyframes upDown {
    0% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(5px);
    }
    100% {
      transform: translateY(0px);
    }
  }
  
  .page-box .page li > .next > .bi.mobile-only {
    display: none;
  }
  
  @media (max-width: 480px) {
    .list-item .colorList .colorBox label {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      translate: 0 0;
    }
    .colorList .colorBox input[type="radio"]:checked + label {
      border: 1px solid transparent;
  
    }
    .cariyserBox {
      min-width: 24%;
      min-height: 60%;
    }
    .content {
      padding: 0 3% !important;
    }
  
    .list-content .list-item {
      padding: 0 1%;
    }
  
    .list-right-header {
      display: none !important;
    }
  
    .list-body > .list-left {
      display: flex;
      flex-direction: column-reverse;
    }
    .filter-content {
      /* flex-wrap: wrap; */
    }
    .fliter-type {
      margin: 0 20px 10px 0;
    }
  
    .filter-content > .fliter-type > label {
      width: 100%;
    }
  
    .filter-content > .fliter-type .title {
      display: flex;
      justify-content: space-between;
      /* background-color: rgb(228,228,228); */
      padding: 10px;
      /* border: 1px solid rgb(220,220,220); */
      min-width: 100px;
    }
  
    .filter-content > .fliter-type .title::after {
      content: "\f229";
      display: inline-block;
      font-family: bootstrap-icons !important;
      font-style: normal;
      font-weight: normal !important;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      vertical-align: -.125em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
  
    .filter-content > .fliter-type .type-item-container {
      display: none;
      max-height: 200px;
      overflow-y: auto;
      padding: 5px;
      position: absolute;
      background: #FFFFFF;
      z-index: 999;
    }
  
  
    .filter-type-check:checked ~ label .title::after {
      content: "\f235";
    }
    .list-costumes .filter-btn .narrow_by_pc,
    .list-costumes .filter-box input[type="checkbox"]:checked ~ label .filter-btn .narrow_by_mobile_up
    {
      display: none;
    }
  
    .list-costumes .filter-btn .narrow_by_mobile_up,
    .list-costumes .filter-box input[type="checkbox"]:checked ~ label .filter-btn .narrow_by_mobile_down
    {
      display: block;
    }
    .swiper {
      display: none !important;
    }
    .headLineBox {
      display: block;

    }
    .headLineBox ul {
      width: 100%;
      height: 100%;
      list-style: none;
      margin: 0;
      padding: 0;
      overflow-x: auto;
      overflow-y: hidden;
      white-space: normal;
    }
    .headLineBox ul li {
      margin: 30px 10px;
      width: 18%;
      margin-bottom: 30px;
      display: inline-block;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: cover;
      position: relative;
      border-radius: 100px;
    }
    .headLineBox ul li span {
      color: #d94790;
    }
    .list-costumes a {
      margin-right: 10px;
    }
    .list-content-grid-4 {
      grid-template-columns: repeat(2, 1fr);
    }
    .sizeBox .sizeList .listBox {
      margin: 0 5px 5px 0;
      border: 1px solid #d73c89;
      border-radius: 4px;
    }
    .pageloadBox {
      width: 250px;
      height: 40px;
      color: #FFFFFF;
      background-color: #d73c89;
      /* border: 1px solid #e5e5e5; */
      text-align: center;
      line-height: 40px;
      margin: 0 auto;
      cursor: pointer;
    }
    .aboutBox {
      margin: 20px 0 0 0;
      padding: 30px 5% 10px;
    }
    .aboutBox > * {
      font-size: 14px;
      line-height: 26px;
      
    }
    .list-about > * {
      font-size: 14px;
      line-height: 22px;
      font-family: 'PingFangSCMedium-Medium' !important;
    }
  }