@font-face {
    font-family: 'MyCustomFont';
    src: url('outfit-regular.woff');
}


html{
    font-family: "MyCustomFont";
}

/* Reset CSS */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

textarea {
    border: none;
    outline: none;
    resize: none;
}

a {
    text-decoration: none;
    /* 去除下划线 */
    color: inherit;
    /* 继承父元素的颜色 */
}

/* img{
    pointer-events: none;
} */

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input {
    border: none;
    outline: none;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: rgba(211, 211, 211, 1);
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0px rgba(211, 211, 211, 0.3);
    border-radius: 10px;
    background-color: rgba(211, 211, 211, 1);
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 0px rgba(0, 64, 125, 0.3);
    background-color: rgba(0, 0, 0, 0.3);
}


img:not([src]):not([srcset]) {
    visibility: hidden;
  }

.deso {
    display: none !important;
}


#loadingDom{
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    background-color: rgba(255, 255, 255, 0.85);
    display: none;
    align-items: center;
    justify-content: center;
}

#loadingDom svg{
    width: 250px !important;
}

/* 加购购物车弹出 */
.xtrBox {
    width: 100%;
    /* height: calc(100% - 10px); */
    height: 100%;
    background-color: #fff;


}

.xtrBox iframe {
    width: 100%;
    height: 100%;
}

.xtiper_main {
    z-index: 99999;
    border-radius: 0 0 4px 4px;
    box-shadow: -2px 0 4px 0 #0000001A;
    overflow: hidden;
}


/* 版心部分 */
.app {
    width: 100%;
}

.containerBox {
    width: 100%;
    position: relative;
}

.container {
    max-width: 1440px;
    min-width: 960px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    padding: 0 10px;
}

/* 弹性盒子 */
.conTion {
    width: 100%;
    display: flex;
    align-items: center;
    color: #333;
}

/* 按钮 */
.but-cheng,
.but-bg-cheng,
.but-hui,
.but-bg-hui {
    width: 100%;
    height: 48px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 6px;
    box-sizing: border-box;
    white-space: nowrap;
    transition: all .3s linear;
}

.but-cheng {
    background-color: #fff;
    border: 1px solid #FA6E07;
    color: #FA6E07;
}

.but-cheng:hover{
    border-color: #333;
    color: #333;
}

.but-bg-cheng {
    background-color: #FA6E07;
    color: #fff;
}

.but-bg-cheng:hover{
    background-color: #333;
    /* box-shadow: 0px 0px 6px 0px rgba(64, 28, 0, 0.50); */
}

.but-hui {
    background-color: #fff;
    border: 1px solid #C1C1C1;
    color: #C1C1C1;
}

.but-bg-hui {
    background-color: #C1C1C1;
    color: #fff;
}


/* 输入框 */
.inpBox {
    flex: 1;
    position: relative;
}

.inpBox input {
    width: 100%;
    height: 40px;
    background-color: #fff;
    border: 1px solid #D0D6D9;
    padding: 8px 12px;
    box-sizing: border-box;
    color: #333;
    font-size: 14px;
    border-radius: 4px;
}

.inpBox input::placeholder {
    color: #C1C1C1;
}

.inpBox .eyeBox {
    width: 17px;
    display: flex;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    cursor: pointer;
}

.inpBox .eyeBox svg,
.inpBox .eyeBox img {
    width: 100%;
    height: auto;
}

.inpBox .selectize-dropdown,
.inpBox .selectize-input,
.inpBox .selectize-input input {
    font-size: 14px;
}


.inpBox .selectize-input {
    border-color: #D0D6D9;
    border-radius: 4px;
    box-shadow: none;

}

.inpBox .selectize-control.single .selectize-input {
    background-color: #fff;
    background-image: none;
    box-shadow: none;
    height: 40px;
    display: flex !important;
    align-items: center;
}


.inpBox .selectize-control.single .selectize-input input {
    height: auto;
}

.inpBox .selectize-control.single .selectize-input,
.inpBox .selectize-dropdown.single {
    border-color: #D0D6D9;
}

.inpBox .selectize-input.focus {
    box-shadow: none;
}

.inpBox .selectize-dropdown {
    box-shadow: none;
    border-color: #D0D6D9;
    border-radius: 0 0 4px 4px;
}

.inpChk {
    width: 16px;
    height: 16px;
    border: 1px solid #D0D6D9;
    border-radius: 2px;
    display: flex;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
}

.inpChk svg,
.inpBox .inpChk img {
    width: 100%;
    height: auto;
    display: none;
}

.inpChk-active {
    border: none;
}

.inpChk-active svg,
.inpBox .inpChk-active img {
    display: block;
}


/* 面包屑 */
.navLists {
    width: 100%;
    color: #333;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin: 20px 0 30px;
}

.navList {
    margin-right: 3px;
    display: flex;
    align-items: center;
}

.navList span {
    cursor: pointer;
}

.navList span:hover {
    color: #FA6E07;
}

.navList .nav-not {
    color: #999;
}

.navList .nav-not:hover {
    color: #999;
}

.navList .jtBox {
    width: 8px;
    display: flex;
    margin-left: 2px;
}

.navList .jtBox svg {
    width: 100%;
    height: auto;
}


/* 板块标题 */
.contTit {
    width: 100%;
    text-align: center;
    font-size: 44px;
    font-weight: 700;
    color: #333333;
}

.contDesc {
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #666666;
}

.contDesc a{
    color: #FA6E07;
}

/* .contDesc a{
    text-decoration: underline;
} */


/* 商品板块 */
.goodsItem {
    width: 100%;
    box-sizing: border-box;
}


.goodsItem .goodsImgBox {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #E6E6E6FF;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    transition: box-shadow 0.3s ease;
}

.goodsItem .goodsImgBox:hover {
    box-shadow: 0px 0px 4px 0px rgba(150, 150, 150, 0.2);
}

.goodsItem .goodsImgBox .goodsImg {
    width: 100%;
    height: auto;
    display: flex;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}

.goodsItem .goodsImgBox .goodsImg img{
    width: 100%;
    height: auto;
    min-height: 80%;
    aspect-ratio: 1 / 1;
}

.goodsItem .goodsImgBox .goodsTags {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 12px;
    left: 0;
}

.goodsItem .goodsImgBox .goodsTag {
    padding: 0px 6px;
    height: 22px;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    z-index: 2;
    margin-right: 10px;
    background: linear-gradient(135deg
, #FFBB36 0%, #FF5732 100%);
    border-radius: 6px 0px 6px 0px;
    color: #fff;
}

.goodsItem .goodsImgBox .goodsTag-New {
    background: #c9831d;
}

.goodsItem .goodsImgBox .goodsTag-Flash {
    background: #ca1600;
}

.goodsItem .goodsImgBox .goodsColl {
    width: 23px;
    display: flex;
    position: absolute;
    bottom: 14px;
    right: 14px;
    cursor: pointer;
    z-index: 2;
}

.goodsItem .goodsImgBox .goodsColl svg {
    width: 100%;
    height: auto;
}

.goodsItem .goodsImgBox .goodsColl .coll {
    fill: #333;
}

.goodsItem .goodsImgBox .goodsColl .coll:hover {
    fill: #FA6E07;
}

.goodsItem .goodsImgBox .goodsColl .coll-active {
    fill: #FA6E07;
    display: none;
}

.goodsItem .goodsImgBox .goodsColl-active .coll {
    display: none;
}

.goodsItem .goodsImgBox .goodsColl-active .coll-active {
    display: block;
}

.goodsItem .goodsImgBox .goodsAdd {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #fff;
    z-index: 2;
}

.goodsItem .goodsImgBox .goodsAdd svg {
    width: 16px;
    height: auto;
}

.goodsItem .goodsTion {
    width: 100%;
    display: flex;
    margin-top: 10px;
    align-items: center;
    justify-content: space-between;
}

.goodsItem .goodsPrice {
    display: flex;
    align-items: center;
    color: #333;
    font-size: 16px;
    font-weight: 700;
}

.goodsItem .goodsPrice span {
    font-size: 14px;
    color: #999;
    font-weight: 500;
    text-decoration: line-through;
    margin-left: 4px;
}

.goodsItem .goodsPicZk{
    font-size: 16px;
    color: #E63E3E;
}

.goodsItem .goodsEva {
    display: flex;
    align-items: center;
    color: #333;
    font-size: 16px;

    display: none;
}

.goodsItem .goodsEva span {
    margin-left: 6px;
}

.goodsItem .goodsEva .xingBox {
    display: flex;
    position: relative;
}

.goodsItem .goodsEva .xingList {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.goodsItem .goodsEva .xingList-active {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
}

.goodsItem .goodsEva .xingBut {
    width: 16px;
    margin: 0 1px;
    display: flex;
    flex-shrink: 0;
}

.goodsItem .goodsEva .xingBut svg {
    width: 100%;
    height: auto;
}

.goodsItem .goodsTit {
    font-size: 14px;
    color: #595959;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.goodsItem .goodsSize {
    padding: 0 10px;
    height: 20px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333;
    border-radius: 3px;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    margin-left: 30px;
}

.goodsItem .goodsColors {
    display: flex;
    align-items: center;
}

.goodsItem .goodsColor {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid transparent;
    padding: 2px;
    box-sizing: border-box;
    display: flex;
    cursor: pointer;
    margin-left: 4px;
    position: relative;
    flex-shrink: 0;
}

.goodsItem .goodsColor:nth-child(1) {
    margin-left: 0;
}

.goodsItem .goodsColor-active {
    border-color: #333;
}

.goodsItem .goodsColor img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.goodsItem .goodsColor .colorName {
    /* height: 18px; */
    padding: 4px 7px;
    box-sizing: border-box;
    align-items: center;
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    color: #FA6E07;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.1));
    display: none;
    background-color: #fff;
    white-space: nowrap;
    z-index: 2;
    border-radius: 4px;

}

.goodsItem .goodsColor:hover .colorName {
    display: block;
}

.goodsItem .goodsColor .colorName .sanj {
    width: 8px;
    height: 8px;
    background-color: #fff;
    transform: rotate(45deg) translateX(-50%);
    position: absolute;
    bottom: -5px;
    left: 50%;
    z-index: -1;
}

.goodsItem .goodsTryon {
    padding: 0 19px;
    height: 30px;
    display: flex;
    align-items: center;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #333333;
    border-radius: 15px;
    cursor: pointer;
    white-space: nowrap;
    box-sizing: border-box;
}

.goodsItem .goodsTryon:hover {
    color: #FA6E07;
    border-color: #FA6E07;
}

.goodsItem .goodsTryon-not {
    border-color: #c8cdd2 !important;
    color: #c8cdd2 !important;
}

/* SHOP ALL按钮 */
.shopAllBox {
    width: 100%;
    display: flex;
    justify-content: center;
}

.shopAll {
    padding: 0 60px;
    height: 45px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    border: 1px solid #666;
    border-radius: 6px;
    cursor: pointer;
}

.shopAll:hover {
    color: #FE7106;
    border-color: #FE7106;
}