/* BASIC css start */
.item .item_box .info .stock_num {
    color: #d12727;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #d12727;
    border-radius: 50px;
    padding: 2px 8px 3px;
    margin: 5px 0 5px -1px;
    display: inline-block;
}

.item .item_box .info .stock_num span span {
    font-weight: bold;
}


#footWrap,
#headerWrap  { min-width: 1523px !important; }

div#content-mainbn {
    position: relative;
    overflow: hidden;
    min-width: 1523px;
}

#content-mainbn img {
    width: 100%;
}

#content-mainbn video {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 1px);
    min-width: 1523px;
}


@-webkit-keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}


#content-mainbn div {
    background-color: #ff3b06;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

#content-mainbn div p {
    color: #000;
    font-size: 26px;
    font-weight: 500;
}

#content-mainbn div p:first-child::after {
    content: '';
    width: 1px;
    height: 22px;
    background-color: #ca240a;
    margin: 0 31px -2px 31px;
    display: inline-block;
}

.big_box { 
    position: relative; 
    margin-bottom: 100px;
}

/* floating menu */
.floating-menu { 
    background: #0a0d4b;
    position: sticky;
    top: 60px;
    z-index: 11;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    min-width: 1523px;
}

.floating-menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1000px;
    margin: 0 auto;
}

.floating-menu li {
    margin: 0;
    width: 20%;
    cursor: pointer;
    position: relative;
}

.floating-menu li::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #5f5f5f;
    position: absolute;
    top: 50%;
    left: -33px;
    transform: translateY(-50%);
}

.floating-menu li:first-child::before {
    display: none;
}

.floating-menu a {
    display: block;
    padding: 18px 0;
    color: #7b7b7b;
    text-align: center;
    font-size: 20px;
}
.floating-menu li.on a { 
    color: #fff;
    font-weight: bold;
}

.content_wrapper { 
    position: relative; 
    padding-bottom: 40px;
    scroll-margin-top: 110px;
}

.content_wrapper > img,
.content_wrapper .cou_pic_box > img { 
    width: 100%; 
    min-width: 1523px;    
}
.content_wrapper .cou_pic_box { position: relative; }

.content_wrapper .cou_pic_box a {
    display: inline-block; 
    width: 490px;
    height: 310px; 
    position: absolute; 
    bottom: 69px;
    left: 50%;
    transform: translateX(-50%);
}

.content_wrap {
    position: relative;
    width: 1523px;
    margin: 0 auto;
}

.content_wrapper .cou {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 25px;
    font-weight: 500;
    margin-top: 50px;
    padding: 12px 0;
    text-align: center;
    margin-bottom: 30px;
}

.content_wrapper .cou a {
    font-size: 15px;
    font-weight: 400;
}

.content_wrapper h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    font-weight: 500;
    margin-top: 50px;
    padding: 12px 0;
    text-align: center;
    margin-bottom: 30px;
}

.content_wrapper h2 .timer {
    color: #0365EA;
    margin-left: 40px;
}

.timeline { 
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.timeline li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 152px;
    height: 90px;
    border: 1px solid #c1c1c1;
    border-radius: 10px;
    margin-left: 15px;
    text-align: center;
    cursor: pointer;
}

.timeline li:first-child { margin-left: 0; }

.timeline li p {
    font-size: 17px;
    line-height: 29px;
    font-weight: 500;
    color: #919191;
}

.timeline li.on { 
    background-color: #000;
    width: 170px;
    height: 110px;
    flex-shrink: 0;
    border-color: #000;
}

.timeline li.on p { 
    color: #fff;
    line-height: 27px;
}

.timeline li.on p::before {
    content: 'Open';
    color: #1578ff;
    display: block;
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 5px;
}

.timeline li.ck { border-color: #000; }
.timeline li.ck p { color: #000; }
.timeline li.ck.on p { color: #fff; }

.list_dlvy_btn { display: none !important; } 
.item .item_box .info .brand_fporg_name { margin-top: 11px; }
/*.sale .item-list5 { justify-content: center; }*/

.sale .item .item_box .info .cash { font-size: 16px; }
.sale .item .item_box .info .price01 { margin-left: 5px; }

.sale .off .sold1 { 
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
}

.sale .off { 
    position: relative; 
    display: none;
}

.sale .off_txt {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgb(255 255 255 / 67%);
    z-index: 1;
    font-size: 40px;
    font-weight: 500;
}


.sale .item-list5 .item.swiper-slide { margin-left: 0; }


.sale .sale_on { position: relative; }

.sale .sale_on .swiper-button-next,
.sale .sale_on .swiper-button-prev {
    top: 120px;
    left: 0;
    right: auto;
    background: none;
    width: auto;
    height: auto;
    margin: 0;
    display: inline-flex;
    width: 50px;
    height: 50px;
    border-radius: 100%;    
    justify-content: center;
    align-items: center;	
    background-color: #fff;
    border: 1px solid #d4d4d4;
    box-shadow: 1px 2px 7px rgb(0 0 0 / 17%);
    transition: .3s;
    opacity: 0;
}

.sale .sale_on .swiper-button-next { 
    left: auto; 
    right: -25px;
}

.sale .sale_on .swiper-button-prev { left: -25px; }

.sale .sale_on .swiper-button-next i,
.sale .sale_on .swiper-button-prev i { font-size: 31px; }

.sale .sale_on .swiper-button-next i { margin-right: -5px; }
.sale .sale_on .swiper-button-prev i { margin-left: -5px; }

.sale .sale_on:hover .swiper-button-next,
.sale .sale_on:hover .swiper-button-prev { opacity: 1; }

/* BASIC css end */

