html {
    font-size: 17px;
}

a {
    text-decoration: none;
    color: #000000;
    cursor: pointer;
}

* {
    margin: 0;
    padding: 0;
}

/* 设计稿宽度1920 / 100  1rem=19.2px */
ul li {
    list-style: none;
}

img {
    vertical-align: middle;
}

/*去除密码键盘的小键盘*/
input::-webkit-input-safebox-button {
    display: none;
}

@media screen and (min-width: 960px) and (max-width: 1600px) {
    html {
        font-size: 17px;
    }

    /*.footerDetailMid{*/
    /*    width: 82.5rem !important;*/
    /*}*/
    /*.footerInfo{*/
    /*    height: 14.208333rem !important;*/
    /*}*/
    /* 	.footerMessage {
        height: 23.03125rem !important;
    } */
    .spellItem {
        width: 30% !important;
    }
}

@font-face {
    font-family: moduelEn;
    src: url(../fonts/KIONA-REGULAR.TTF);
}

@font-face {
    font-family: moduelZh;
    src: url(../fonts/SourceHanSansCN-ExtraLight.otf);
}

@font-face {
    font-family: moduelZhRe;
    src: url(../fonts/SourceHanSansCN-Regular.otf);
}

@font-face {
    font-family: moduelTin;
    src: url(../fonts/HYJUNHEI-35W.TTF);
}

@font-face {
    font-family: moduelMyriadProRegular;
    src: url(../fonts/MyriadPro-Regular.otf);
}

@font-face {
    font-family: pingFang;
    src: url(../fonts/PingFangRegular.ttf);
}

html {
    font-family: moduelZh;
}

.redColor {
    color: #9C3A69;
}

.kionaRegular {
    font-family: moduelEn;
}

.sourceHanRegular {
    font-family: moduelZhRe;
}

.myraidProRegular {
    font-family: moduelMyriadProRegular;
}

/* 定义滚动条样式 */
/*::-webkit-scrollbar {*/
/*	width: 6px;*/
/*	height: 6px;*/
/*	background-color: rgba(0, 0, 0, 0.5);*/
/*}*/

/*定义滚动条轨道 内阴影+圆角*/
/*::-webkit-scrollbar-track {*/
/*	box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);*/
/*	border-radius: 10px;*/
/*	background-color: rgba(240, 240, 240, .5);*/
/*}*/

/*定义滑块 内阴影+圆角*/
/*::-webkit-scrollbar-thumb {*/
/*	border-radius: 10px;*/
/*	box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);*/
/*	background-color: rgba(240, 240, 240, .5);*/
/*}*/
.tabLeftUl::-webkit-scrollbar {
    width: 2px;
}

.tabLeftUl::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.tabLeftUl::-webkit-scrollbar-thumb {
    background-color: #e2e2e2;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.tabRight::-webkit-scrollbar {
    width: 4px;
}

.tabRight::-webkit-scrollbar-track {
    background-color: #e2e2e2;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.tabRight::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

input {
    border: none;
    outline: none;
    box-sizing: border-box;
}

.headerImg {
    display: block;
    width: 100%;
}

.headerImgSmall {
    display: block;
    width: 100%;
    /*height: 10.9375rem;*/
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    /* Center slide text vertically */
    /* display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; */
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-container3 {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.coo_swiperBox {
    width: 62.5rem;
    margin: 0 auto;
    position: relative;
    top: -26px;
}

.cooperativeBrand .swiper-container {
    width: 52.083333rem;
    height: 47%;
    margin: 0 auto;
    margin-top: 100px;
    overflow: auto;
    overflow-x: hidden;
}

.cooperativeBrand .swiper-button-next,
.cooperativeBrand .swiper-button-prev {
    background: none;
    cursor: pointer;
    top: 32px;
}

.cooperativeBrand .swiper-button-next {
    right: 34px;
}

.cooperativeBrand .swiper-button-prev {
    left: 34px;
}

.swiper-button-prev {
    left: auto;
    right: 141px;
    /* height: auto; */
}

.swiper-button-next {
    left: auto;
    right: 81px;
    /* height: auto; */
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    *zoom: 1;
}

* {
    margin: 0;
    padding: 0;
}

.indexHeader {
    position: relative;
}

.indexHeaderBg {
    position: relative;
    height: 136px;
}

.indexHeaderBg_fabric {
    position: relative;
    height: 90px;
}

.headerItem1 {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 0.729166rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    color: #FFFFFF;
    font-family: moduelZhRe;
    border-bottom: 1px solid #d2d2d2;
}

.headerItem2 {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 0.729166rem;
    position: fixed;
    top: 45px;
    left: 0;
    z-index: 11;
    color: #FFFFFF;
    text-align: center;
    font-family: moduelZhRe;
}

.headerItem_fabric {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 4.166666rem;
    line-height: 4.166666rem;
    font-size: 0.729166rem;
    position: fixed;
    top: 4.166666rem;
    left: 0;
    z-index: 11;
    color: #FFFFFF;
    text-align: center;
    font-family: moduelZhRe;
}

.headerItemB {
    background: #F7F7F7;
    width: 100%;
    height: 4.166666rem;
    line-height: 4.166666rem;
    font-size: 0.729166rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    font-family: moduelZhRe;
}

.headerFloatLeft {
    float: left;
}

.headerFloatRight {
    float: right;
    margin-right: 1.041666rem;
}

.headerFloatRight2 {
    float: right;
    margin-right: 1.041666rem;
}

.headerFloatLeft > li {
    float: left;
    margin: 0rem 1.302083rem;
    cursor: pointer;
}

.headerFloatLeft > li:hover {
    opacity: 0.8;
}

.headerFloatRight > li {
    float: left;
    cursor: pointer;
    border-radius: 25px;
    transition: width 2s linear 5s;
}

.headerFloatRight2 > li {
    float: left;
    cursor: pointer;
    border-radius: 25px;
}

.headerFloatLeftImg {
    width: 1.302083rem;
    height: 1.302083rem;
}

.headerFloatLeft > li > a {
    color: #ffffff;
}

.headerFloatRight > li > a {
    color: #ffffff;
    transition: width 2s linear 5s;
}

.headerFloatRight2 > li > a {
    color: #333333;
}

.headerFloatRight > li > a > span {
    vertical-align: middle;
}

.hoverHelp,
.hoverBag,
.hoverLove,
.hoverMale,
.hoverExit {
    padding: 6px 8px 10px 8px;
    border-radius: 25px;
}

.hoverIndex {
    padding: 4px 10px 8px 10px;
    border-radius: 25px;
    background: #ffffff;
    color: #29292C !important;
}

.hoverIndex2 {
    padding: 4px 10px 8px 10px;
    border-radius: 25px;
    color: #9f5248 !important;
}

.hoverIndex:hover {
    color: #ffffff !important;
    background: #9f5248;
}

.hoverIndex2:hover {
    opacity: 0.8;
}

.hoverBack:hover {
    opacity: 0.8
}

.tabIndex {
    /*display: inline-block;*/
    color: #ffffff;
    cursor: pointer;
    padding: 4px 0px;
    margin: 0px 1rem;
}

.allGoods {
    /*display: inline-block;*/
    color: #ffffff;
    cursor: pointer;
    padding: 4px 0px;
    margin: 0px 1rem;
}

.headerNoPic {
    margin: 0px 10px !important;
}

.tabIndex:hover,
.allGoods:hover {
    border-bottom: 1px solid #ffffff;
}

.headerFloatMid {
    /* margin: 0 auto; */
    text-align: center;
    font-size: 0.75rem;
    display: inline-block;
    font-family: moduelZhRe;
}

.indexHr {
    position: absolute;
    top: 1.8rem;
    left: 0px;
    width: 100%;
    z-index: 3;
}

.headerFloatMid > li {
    display: inline-block;
    /*cursor: pointer;*/
    padding: 0px 1rem;
    position: relative;
}

.headerFloatMid > li > a {
    color: #ffffff;
    cursor: pointer;
    padding: 4px 0px;
}

.headerFloatMid > li > a:hover {
    border-bottom: 1px solid #ffffff;
}

.headerSwiper {
    width: 100%;
    height: 28.645833rem;
}

.indexLogo {
    width: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.indexImg {
    display: block;
    width: 100%;
    cursor: pointer;
}

/* 选项卡 */
.tabCommon {
    display: none;
    width: 100%;
    height: 14.625rem;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 90px;
    left: 0;
    z-index: 20;
}

.tabCommonMid {
    display: none;
    width: 58.083333rem;
    height: 13rem;
    /* background-color: #007AFF; */
    margin: 0 auto;
    position: relative;
    margin-top: 1px;
}

.on {
    display: block;
}

.activ {
    color: #ffffff;
    cursor: pointer;
    padding: 4px 0px;
    /*background: rgba(240, 240, 240, .5) !important;*/
    /*padding: 0px 10px;*/
}

.iconShapeTop {
    position: absolute;
    top: -9px;
}

.toImportFabric {
    left: 207px;
}

.headerShowArrow {
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}

.tabLeft {
    float: left;
    width: 100px;
    height: inherit;
    color: #ffffff;
    font-size: 0.729166rem;
    position: relative;
    margin-top: 0.416666rem;
}

.tabRight {
    height: inherit;
    float: left;
    overflow: auto;
    width: calc(100% - 116px);
    background-color: #ffffff;
    margin-left: 0.46875rem;
    margin-top: 0.625rem;
    padding: 2px 3px;
    border-radius: 4px;
}

.materialPic {
    display: inline-block;
    width: 24%;
    height: 6.302083rem;
    line-height: 6.302083rem;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 0.9375rem;
}

.materialPic:hover {
    border: 1px dotted #eeeeee;
}

.materialPic > img {
    display: block;
    min-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
}

.tabLeftUl {
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%,-50%); */
    width: 100%;
    max-height: 212px;
    overflow: auto;
    /* text-align: center; */
}

.tabLeftMiddle {
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    width: 100%;
    margin-top: 0rem;
}

.tabLeftUl > li {
    margin: 0.520833rem 0px;
    margin-left: -0.520833rem;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.tabLeftUl_span {
    display: inline-block;
    padding: 4px 0px;
}

.tabLeftUl_span:hover {
    border-bottom: 1px solid #ffffff;
}

.tabLeftUl_point {
    display: inline-block;
    width: 0.260416rem;
    height: 0.260416rem;
    background-color: #FFFFFF;
    border-radius: 50%;
    margin: 0px 10px;
}

/* 面包屑导航 */
.adAllBox {
    position: relative;
}

.crumbBox {
    width: 100%;
    height: 2.083333rem;
    line-height: 2.083333rem;
    background: #7C7C7C;
    color: #FFFFff;
    /*opacity: 0.9;*/
    /*position: absolute;*/
    /*bottom: 0rem;*/
    /*left: 0;*/
}

.crumbBoxNo {
    width: 100%;
    height: 2.083333rem;
    line-height: 2.083333rem;
    background: rgba(0, 0, 0, 1);
    opacity: 0.6;
}

.crumbBoxNo_fabric {
    width: 100%;
    height: 2.083333rem;
    line-height: 2.083333rem;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0.9;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.crumbBoxMiddle {
    width: 64.5rem;
    height: inherit;
    margin: 0 auto;
    font-size: 0.729166rem;
    color: #FFFFFF;
}

.crumbBoxMiddle a {
    color: #FFFFFF;
    cursor: pointer;
}

.crumbBoxMiddle a:hover {
    opacity: 0.8;
}

/* 搜索框 */
.searchBox {
    width: 100%;
    height: 90px;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 2;
}

.searchBoxPosition {
    width: 100%;
    height: 90px;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 4.166666rem;
    left: 0;
}

.searchBoxPosition_fabric {
    width: 100%;
    height: 90px;
    background-color: #F2F2F2;
}

.searchBoxMiddle {
    width: 64.583333rem;
    height: inherit;
    margin: 0 auto;
    position: relative;
}

.quoteLeft {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
}

.quoteRight {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
}

.quoteContent {
    width: 45.833333rem;
    height: 2.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    z-index: 10;
    border: 1px solid #b5b5b5;
}

.quoteContent_fabric {
    width: 45.833333rem;
    height: 2.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    z-index: 10;
    border: 1px solid #606060;
}

.quoteContentBox {
    position: relative;
}

.searchClose {
    display: none;
    position: absolute;
    top: 12px;
    right: 154px;
    width: 20px;
    cursor: pointer;
}

.searchClose:hover {
    opacity: 0.8
}

.searchCloseRed {
    display: none;
    position: absolute;
    right: 58px;
    top: 5px;
    width: 15px;
    cursor: pointer;
}

.searchCloseRed:hover {
    opacity: 0.8
}

.searchInputMask {
    width: 37.291666rem;
    height: 2.5rem;
    line-height: 2.5rem;
    padding-left: 2.447916rem;
    padding-right: 7px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background: #484848;
    color: #FFFFff;
    font-size: 0.625rem;
    font-weight: 200;
    font-family: moduelZh;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.quoteInput {
    float: left;
    width: 37.291666rem;
    height: 2.5rem;
    line-height: 2.5rem;
    padding-left: 2.447916rem;
    padding-right: 7px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background: #484848;
    color: #FFFFff;
    font-size: 0.625rem;
    font-weight: 200;
    font-family: moduelZh;
    opacity: 0.8;
}

.quoteInput::-webkit-input-placeholder {
    color: #FFFFff;
    font-weight: 200;
    font-family: moduelZh;
}

.searchInputMask::-webkit-input-placeholder {
    color: #FFFFff;
    font-weight: 200;
    font-family: moduelZh;
}

.quoteInput_fabric {
    float: left;
    width: 37.291666rem;
    height: 2.5rem;
    line-height: 2.5rem;
    padding-left: 2.447916rem;
    padding-right: 7px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background: #FFFFFF;
    color: #484848;
    font-size: 0.625rem;
    font-weight: 200;
    font-family: moduelZh;
    opacity: 0.8;
}

.quoteInput_fabric::-webkit-input-placeholder {
    color: #484848;
    font-weight: 200;
    font-family: moduelZh;
}

.quoteBtn {
    float: left;
    width: calc(100% - 37.291666rem);
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    background-color: #9f5248;
    color: #FFFFFF;
    font-size: 0.729166rem;
    cursor: pointer;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    letter-spacing: 1px;
}

.quoteBtn:hover,
.quoteBtn:active {
    opacity: 0.9;
}

.quoteDownBox {
    display: none;
    background: rgba(255, 255, 255, 1);
    width: 37.291666rem;
    /* position: absolute; */
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    position: absolute;
    top: 2.5rem;
    left: 0;
    padding: 10px 0px;
}

.quoteDownBoxLine {
    font-size: 0.625rem;
    font-weight: 200;
    font-family: moduelZh;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    max-width: 350px;
    box-shadow: 2px 2px 5px #eee;
    margin: 8px 4px;
    padding: 0px 10px;
    border-radius: 4px;
}

.quoteDownBoxLine:hover {
    font-weight: bold;
}

.quoteDownMidBox {
    width: 90%;
    margin: 0 auto;
}

.quoteLineBottom {
    padding-left: 2.447916rem;
    padding-right: 20px;
    font-size: 0.625rem;
    font-weight: 200;
    font-family: moduelZh;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    position: relative;
}

.quoteDownBoxCon {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.quoteDownTit {
    font-size: 0.8rem;
    font-family: moduelZh;
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    position: relative;
}

.quoteDownTitDel {
    font-size: 0.7rem;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0%, -50%);
    cursor: pointer;
}

.quoteDownTitDel:hover {
    color: #9f5248;
}

.quoteDownWord {
    color: #9f5248;
    margin-right: 5px;
    font-weight: bold;
}

.quoteDownBoxIn {
    width: 100%;
    padding-left: 11px;
    padding-right: 0px;
    font-size: 0.625rem;
    font-weight: 200;
    font-family: moduelZh;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.quoteDownBoxIn:hover {
    font-weight: bold;
}

/* 中间层 */
.moduelOne {
    overflow: hidden;
    /*margin-top: 6.145833rem;*/
}

/* 字体引入 */
.moduelMiddle {
    width: 65.583333rem;
    margin: 55px auto;
}

.moduelTitle {
    text-align: center;
}

.moduelEn {
    font-family: moduelEn;
    font-size: 2.5rem;
    color: #303030;
    font-weight: 400;
    margin-right: 20px;
}

.moduelEn2 {
    font-family: moduelEn;
    font-size: 2.5rem;
    color: #303030;
    font-weight: 400;
}

.moduelZh {
    font-family: moduelZh;
    color: #606060;
    font-weight: 400;
}

.moduelTin {
    display: inline-block;
    font-family: moduelZh;
    font-style: oblique;
    color: #606060;
    font-weight: 400;
    padding: 4px 0px;
    border-bottom: 1px solid #606060;
    cursor: pointer;
}

.moduelTin:hover {
    color: #9C3A69;
    border-bottom: 1px solid #9C3A69;
}

.moduelShowMore {
    margin-top: 30px;
}

.moduelRightArrow {
    margin-left: 7px;
}

.countDiv {
    width: 100%;
    height: 2.604166rem;
    line-height: 2.604166rem;
    background-color: #737373;
    color: #FFFFFF;
    margin-top: 2.864583rem;
}

.countDivCenter {
    text-align: center;
}

.countDivLeft {
    float: left;
}

.countDivLeft_position {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    padding: 10px 0px;
    /* height: 48px; */
    color: #ffffff;
}

.countDivRight {
    float: right;
    width: auto;
    height: 2.604166rem;
}

.countIconTime {
    width: 1.25rem !important;
    height: 1.25rem !important;
    margin-left: 1.354166rem;
}

.countText {
    margin-left: 0.46875rem;
    vertical-align: -1px;
}

.countNum {
    display: inline-block;
    /*width: 1.71875rem;*/
    height: 1.71875rem;
    line-height: 1.71875rem;
    text-align: center;
    border-radius: 6px;
    background-color: #FFFFFF;
    font-family: moduelEn;
    color: #4A4A48;
    margin: 0 5px;
    padding: 0px 8px;
}

.countDetail {
    margin-right: 1.354166rem;
}

.countIconAudio {
    margin-right: 0.46875rem;
    float: right;
    margin-top: 15px;
}

.countIconPer {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.spellDiv {
    margin-top: 1.041666rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.spellItem {
    width: 31%;
    height: auto;
    float: left;
    margin-left: 32px;
    margin-top: 2.1875rem;
}

.spellItem:nth-child(3n+1) {
    margin-left: 0px;
}

.spellImgBox {
    width: 100%;
    height: 11.458333rem;
    position: relative;
    overflow: hidden;
}

.indexSpellImg {
    display: block;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.spellFlag {
    position: absolute;
    top: 0px;
    left: 20px;
}

.spellFlagText {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0px);
    font-size: 14px;
    color: #fff;
    width: 22px;
    text-align: center;
}

.spellSlogin {
    width: 100%;
    height: 2.239583rem;
    line-height: 2.239583rem;
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
}

.spellProgess {
    text-align: center;
    padding: 10px 0px;
}

.spellPro {
    width: 77%;
    height: 12px;
    background: #B3B4B5;
    vertical-align: initial;
}

progress::-webkit-progress-bar {
    background: #B3B4B5;
    border-radius: 3px;
}

progress::-webkit-progress-value {
    background: #333333;
    border-radius: 3px;
}

.spellProNum {
    color: #212121;
    font-size: 1.145833rem;
}

.spellTitle {
    color: #555555;
    font-family: moduelEn;
    text-align: center;
    font-weight: bold;
}

.spellType {
    color: #555555;
    font-family: moduelEn;
    text-align: center;
    margin-top: 0.416666rem;
}

.spellPriceBox {
    text-align: center;
    margin-top: 16px;
}

.spellToBuy {
    display: inline-block;
    width: 7.708333rem;
    height: 1.770833rem;
    line-height: 1.770833rem;
    background-color: #9f5248;
    text-align: center;
    color: #FFFFff;
    cursor: pointer;
    margin-left: 28px;
}

/* 第二层 */
.moduelTwo {
    overflow: hidden;
    background: #F1F1F1;
}

.fashionDiv {
    margin-top: 1.041666rem;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-evenly;*/
}

.fashionItem {
    width: 30%;
    height: auto;
    float: left;
    margin-left: 32px;
    margin-top: 2.1875rem;
}

.fashionItem:nth-child(3n+1) {
    margin-left: 0px;
}

.fashionImgBox {
    width: 100%;
    height: 20.416666rem;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    background: #eeeeee;
}

.indexFashionImg {
    display: block;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.fashionImgMask {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(169, 62, 117, 0);
    z-index: 2;
}

.relativeBoxImg {
    display: block;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.fashionMaskText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-size: 0.9375rem;
    font-family: moduelZhRe;
    letter-spacing: 1px;
}

.fashionMaskLove {
    width: 25px !important;
    height: 25px !important;
    position: absolute;
    bottom: 42px;
    right: 37px;
    z-index: 4;
}

.fashionTitle {
    color: #555555;
    font-family: moduelEn;
    margin-top: 0.416666rem;
    font-size: 0.833333rem;
    font-weight: bold;
}

.fashionTitle2 {
    color: #555555;
    font-family: moduelEn;
    margin-top: 1.145833rem;
    font-size: 1.5625rem;
    font-weight: bold;
}

.fashionTypeBox {
    margin-top: 0.9375rem;
}

.fashionType {
    color: #555555;
    font-family: moduelEn;
    font-size: 0.729166rem;
}

.fashionType2 {
    color: #555555;
    font-family: moduelEn;
    font-size: 1.40625rem;
}

.fashionFloat {
    float: right;
    font-family: moduelMyriadProRegular;
    font-size: 0.833333rem;
    color: #212121;
}

.fashionFloat2 {
    float: right;
    font-family: moduelMyriadProRegular;
    font-size: 1.40625rem;
    color: #212121;
}

/* 第三层 */
.moduelThree {
    overflow: hidden;
}

.limitBox {
    width: 100%;
    min-height: 52.916666rem;
    position: relative;
    margin-top: 3.90625rem;
    overflow: auto;
    overflow-x: hidden;
    padding: 0px 5px;
}

.limitBox::-webkit-scrollbar {
    width: 4px;
}

.limitBox::-webkit-scrollbar-track {
    background-color: #e2e2e2;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.limitBox::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.limitItem {
    position: absolute;
}

.limitItem img {
    width: 100%;
    /* height: 100%; */
}

.relativeBox {
    position: relative;
    cursor: pointer;
    /*min-height: 350px;*/
    /*max-height: 542px;*/
    height: 358px;
    background: #eeeeee;
    overflow: hidden;
}

/* 第四层 */
.recomDiv {
    margin-top: 1.041666rem;
}

.recomItemLeft {
    width: 31.458333rem;
    height: 37.5rem;
    float: left;
}

.recomItemRight {
    width: calc(100% - 31.458333rem);
    height: 37.5rem;
    float: right;
}

.recomRightItem:nth-child(3), .recomRightItem:nth-child(4) {
    margin-top: 3.1rem;
}

.recomLeftBox {
    width: 100%;
    height: 33.958333rem;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.recomLeftImg {
    display: block;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.recomTitle {
    color: #555555;
    font-family: moduelEn;
    font-weight: bold;
    margin-top: 0.416666rem;
}

.recomTypeBox {
    margin-top: 0.416666rem;
}

.recomType {
    color: #555555;
    font-family: moduelEn;
}

.recomFloat {
    float: right;
}

.recomRightItem {
    width: 45%;
    height: 18.75rem;
    float: left;
    /* margin: 2px 25px; */
    margin-left: 25px;
}

.recomRightBox {
    width: 100%;
    height: 14.895833rem;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.recomRightImg {
    display: block;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

/* 尾部 */
.cooperativeBrand {
    width: 100%;
    height: 196px;
    overflow: hidden;
    position: relative;
    background-color: #FFFFFF;
}

.cooperativeTit {
    width: 100%;
    text-align: center;
    color: #191919;
    font-size: 18px;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0%);
    font-family: pingFang;
}

.cooperativeImg {
    display: block;
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;
    /*cursor: pointer;*/
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
}

/* 自定义 */
.swiper-pagination2 .swiper-pagination-bullet-active {
    background-color: #FFFFFF;
}

/* 尾部 */
.footerMessage {
    font-family: pingFang;
}

.footerInfo {
    width: 100%;
    height: 10.208333rem;
    background: #333333;
    text-align: center;
    color: #FFFFFF;
    font-size: 0.625rem;
    overflow: hidden;
}

.footerInfoLine1 {
    margin-top: 1.5625rem;
}

.footerInfoLine2 {
    margin-top: 0.416666rem;
}

.footerMailInput {
    width: 10.416666rem;
    height: 1.666666rem;
    line-height: 1.666666rem;
    border-radius: 0.416666rem;
    border: 1px solid #FFFFFF;
    font-size: 0.625rem;
    padding: 0px 0.520833rem;
    background: transparent;
    color: #FFFFFF;
}

.footerMailBtn {
    display: inline-block;
    width: 6.25rem;
    height: 1.666666rem;
    line-height: 1.666666rem;
    background: #FFFFFF;
    border-radius: 0.416666rem;
    text-align: center;
    color: #191919;
    margin-left: 0.520833rem;
    cursor: pointer;
}

.footerMailBtn:hover {
    opacity: 0.7;
}

.labelGender {
    margin: 0rem 0.729166rem;
    cursor: pointer;
}

.labelGender > input {
    margin-right: 0.416666rem;
    vertical-align: text-top;
}

.labelGender > span {
    vertical-align: 3px;
}

/* 单选框样式 */
.radio_type {
    width: 0.729166rem;
    height: 0.729166rem;
    appearance: none;
    position: relative;
    outline: none;
}

.radio_type:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #FFFFFF;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.radio_type:checked:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #FFFFFF;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.radio_type:checked:after {
    content: '';
    width: 6px;
    height: 6px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footerDetail {
    /* height: 8.958333rem; */
}

.footerDetailMid {
    width: 62.5rem;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.footerDetailItem {
    float: left;
    color: #191919;
    font-size: 0.625rem;
    margin-top: 1.5625rem;
}

.footerDetailTit {
    font-size: 0.729166rem;
}

.footerBorder {
    float: left;
    width: 1px;
    height: 6.354166rem;
    background: #F6F6F6;
    margin-top: 2.083333rem;
}

.footerDetailItem > p {
    margin: 0.416666rem 0rem;
}

.footerCursor {
    cursor: pointer;
}

.footerCursor:hover {
    opacity: 0.7;
}

.FDIOne {
    padding: 0px 1.5625rem 0px 0px;
}

.FDITwo {
    padding: 0px 1.5625rem 0px 1.5625rem;
}

.FDIThree {
    padding: 0px 1.5625rem 0px 1.5625rem;
}

.FDIFour {
    padding: 0px 1.5625rem 0px 1.5625rem;
}

.FDIFive {
    padding: 0px 0rem 0px 3.125rem;
}

.iconFooterPhoneBox {
    margin: 0.416666rem 0rem;
}

.iconFooterPhone {
    display: inline-block;
    vertical-align: super;
}

.iconFooterPhoneRight {
    display: inline-block;
}

.iconFooterPhoneBox span {
    margin-left: 0.416666rem;
}

.iconPay {
    margin-left: 1.302083rem;
}

/* 尾部end */

/* 分页 */
.pageTopage {
    text-align: center;
    margin: 40px auto;
}

.pageLeft {
    display: inline-block;
    width: 4.895833rem;
    height: 2.5rem;
    position: relative;
    background: #F5F5F5;
    vertical-align: top;
    cursor: pointer;
}

.pageImg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pageLeft:hover {
    opacity: 0.7;
}

.pageLeftForbid {
    display: inline-block;
    width: 4.895833rem;
    height: 2.5rem;
    position: relative;
    background: #FFFFFF;
    vertical-align: top;
    cursor: not-allowed;
    border: 1px solid #e0e0e0;
}

.pageRight {
    display: inline-block;
    width: 4.895833rem;
    height: 2.5rem;
    position: relative;
    background: #F5F5F5;
    vertical-align: top;
    cursor: pointer;
}


.pageRight:hover {
    opacity: 0.7;
}

.pageRightForbid {
    display: inline-block;
    width: 4.895833rem;
    height: 2.5rem;
    position: relative;
    background: #FFFFFF;
    vertical-align: top;
    cursor: not-allowed;
    border: 1px solid #e0e0e0;
}

.pageMiddle {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    background: #F5F5F5;
    vertical-align: top;
    cursor: pointer;
    color: #333333;
    font-size: 14px;
}

.pageMiddle:hover {
    color: #FFFFFF;
    background-color: #9f5248;
}

.pageMiddleRed {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    background-color: #9f5248;
    vertical-align: top;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 14px;
}

.pageMore {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 1.822916rem;
    background: #F5F5F5;
    vertical-align: top;
    cursor: pointer;
}

.pageMore:hover {
    color: #FFFFFF;
    background-color: #9f5248;
}

.pageInfo {
    display: inline-block;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 14px;
    margin-left: 1.09375rem;
    letter-spacing: 1px;
}

.pageNum {
    color: #9f5248;
    padding: 4px 2px;
    border-bottom: 1px solid #9f5248;
}

.pageInput {
    width: 2.5rem;
    height: 1.5625rem;
    line-height: 1.5625rem;
    border: 1px solid #B5B5B5;
    border-radius: 3px;
    margin: 0px 3px;
}

.pageSure {
    display: inline-block;
    width: 2.5rem;
    height: 1.5625rem;
    line-height: 1.5625rem;
    border: 1px solid #B5B5B5;
    border-radius: 3px;
    background-color: #F5F5F5;
    text-align: center;
    color: #3D3D3D;
    cursor: pointer;
    margin: 0px 3px;
}

.pageSure:hover {
    color: #9f5248;
    border: 1px solid #9f5248;
}

.swiperBottom {
    width: 190px !important;
    height: 100px !important;
    line-height: 100px !important;
    overflow: hidden;
    position: relative;
}

/* .swiperBottom>img {
	display: block;
	min-height: 100%;
	max-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: contain;
} */

/* 微信支付页 */
.wechatBox {
    width: 52.083333rem;
    margin: 0 auto;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.wechatHeader {
    margin-top: 0.78125rem;
}

.wechatLogo {
    float: left;
    margin-left: 0.78125rem;
}

.wechatRight {
    float: right;
    margin-right: 0.78125rem;
    font-size: 0.833333rem;
}

.wechatRightPrice {
    font-size: 0.9375rem;
    color: #D14836;
}

.wechatConLeft {
    float: left;
    margin-left: 6.25rem;
}

.wechatConRight {
    float: right;
    margin-right: 4.166666rem;
}

.wechatLeftLogo {
    width: 0.9375rem;
    height: 0.9375rem;
}

.wechatLeftWord {
    vertical-align: middle;
}

.wechatLeftDiv {
    font-size: 0.9375rem;
    text-align: center;
}

.wechatLeftCodeBox {
    width: 15.625rem;
    height: 15.625rem;
    margin: 2.083333rem auto;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wechatLeftCode {
    width: 100%;
    height: 100%;
}

.wechatPhone {
    width: 20.833333rem;
}

.wechatContent {
    overflow: hidden;
    margin: 3.125rem 0rem;
}

.wechatCancel {
    width: 6.25rem;
    height: 2.5rem;
    line-height: 2.5rem;
    margin: 0 auto;
    border-radius: 3px;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 0.78125rem;
    margin-bottom: 1.5625rem;
    cursor: pointer;
}

.wechatCancel:hover {
    opacity: 0.8;
}

/* 微信支付页end */

/* 客服中心相关页面 */
.customerMiddleBox {
    width: 62.5rem;
    height: auto;
    margin: 4.166666rem auto;
}

.customerLeft {
    width: 10.625rem;
    height: auto;
    float: left;
}

.customerRight {
    width: calc(100% - 10.625rem);
    min-height: 400px;
    float: left;
}

.customerLeftTit {
    font-size: 0.9375rem;
    font-family: moduelZhRe;
    margin: 1.458333rem 0rem;
}

.customerLeftUl {
    font-size: 0.729166rem;
}

.customerLeftLi {
    margin: 1.041666rem 0rem;
    color: #666666;
}

.customerLeftLi > a:hover {
    color: #9f5248;
    font-family: moduelZhRe;
}

.customerLeftLi > a {
    padding: 0.3125rem 0rem;
}

.customerLeftLiRed {
    color: #9f5248;
    font-family: moduelZhRe;
    border-bottom: 1px solid #9f5248;
}

.contactMapBox {
    position: relative;
    margin-top: 5.208333rem;
}

.contactMap {
    width: 100%;
}

.contactMapMark {
    position: absolute;
    left: 12rem;
    top: 9rem;
}

.contactBoard {
    width: 21.583333rem;
    height: 17.5rem;
    border-radius: 4px;
    background: #FFFFFF;
    position: absolute;
    right: 6rem;
    bottom: 5rem;
}

.contactBoardMid {
    width: 72%;
    margin: 0 auto;
    margin-top: 2.5rem;
}

.contactBoardP1 {
    color: #333333;
    font-size: 0.9375rem;
    font-family: moduelZhRe;
}

.contactBoardP2 {
    color: #999999;
    font-size: 0.625rem;
    margin-top: 0.833333rem;
}

.contactBoardP3 {
    margin-top: 3.125rem;
    font-size: 0.625rem;
}

.contactBoardP3_div {
    margin: 0.520833rem 0rem;
}

.contactBoardP3_div > span {
    margin-left: 0.260416rem;
    vertical-align: bottom;
}

.contactBackBtn {
    float: right;
    width: 10.416666rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    color: #FFFFFF;
    background-color: #3D3D3D;
    border-radius: 4px;
    font-size: 0.9375rem;
    letter-spacing: 1px;
    cursor: pointer;
    margin-top: 2.395833rem;
}

.contactBackBtn:hover {
    opacity: 0.8;
    background-color: #9C3A69;
}

.serviceDegreeBox {
    width: 94%;
    padding: 11px 3%;
    height: 600px;
    overflow: auto;
    background: #ffffff;
    margin-top: 5.208333rem;
}

.serviceDegreeIframe {
    width: 100%;
    height: 1450px;
    border: none;
    background: #ffffff;

}

.serviceDegreeBox::-webkit-scrollbar {
    width: 4px;
}

.serviceDegreeBox::-webkit-scrollbar-track {
    background-color: #e2e2e2;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.serviceDegreeBox::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.privacyPolicyIframe {
    width: 100%;
    height: 3000px;
    border: none;
    background: #ffffff;
}

.refundBox {
    min-height: 15.625rem;
    position: relative;
    margin-top: 5.208333rem;
    background: #FFFFFF;
    color: #333333;
    font-size: 0.729166rem;
    padding: 1.197916rem 1.979166rem;
}

.refundBoxP {
    margin: 0.520833rem 0rem;
}

.orderP {
    color: #333333;
    font-size: 0.833333rem;
    font-family: moduelZhRe;
}

.orderP2 {
    color: #333333;
    font-family: moduelZhRe;
    margin-top: 1.458333rem;
}

.orderP3 {
    margin-top: 1.458333rem;
}

.orderP4 {
    color: #333333;
    font-family: moduelZhRe;
    margin-top: 1.25rem;
}

.orderP5 {
    margin-top: 1.25rem;
}

.orderBox {
    min-height: 23.4375rem;
    position: relative;
    margin-top: 5.208333rem;
    background: #FFFFFF;
    color: #333333;
    font-size: 0.729166rem;
    padding: 1.197916rem 1.979166rem;
}

.aboutBannerBox {
    position: relative;
    margin-top: 5.208333rem;
}

.aboutBanner {
    width: 100%;
}

.aboutBox {
    min-height: 13.4375rem;
    position: relative;
    margin-top: 3.208333rem;
    background: #FFFFFF;
    color: #333333;
    font-size: 14px;
    padding: 1.197916rem 1.979166rem;
}

.aboutBoxP1 {
    color: #2E2E2E;
    font-size: 16px;
    font-family: moduelZhRe;
    margin-top: 0.520833rem;
}

.aboutBoxP2 {
    color: #9F9F9F;
    font-size: 12px;
    margin-top: 0.260416rem;
}

.aboutBoxP2_1 {
    color: #2E2E2E;
    font-size: 16px;
    margin-top: 1.041666rem;
    font-family: moduelEn;
}

.aboutBoxP2_2 {
    color: #9F9F9F;
    font-size: 0.625rem;
    margin-top: 0.260416rem;
}

.aboutBoxP3 {
    color: #333333;
    font-size: 14px;
    font-family: moduelZhRe;
    margin-top: 3.385416rem;
}

.aboutBoxP4 {
    color: #333333;
    font-size: 14px;
    margin-top: 0.520833rem;
    text-indent: 26px;
}

.aboutBoxP4_1 {
    color: #333333;
    font-size: 14px;
    margin-top: 2.083333rem;
    text-indent: 26px;
}

.appBox {
    position: relative;
    margin-top: 3.208333rem;
}

.appAbsoultBox {
    position: absolute;
    top: 70px;
    left: 62px;
}

.appConP1 {
    font-size: 1.770833rem;
    font-family: moduelMyriadProRegular;
    color: #FFFFFF;
}

.appConP2 {
    font-size: 27px;
    font-family: moduelZhRe;
    color: #FFFFFF;
}

.appConP3 {
    font-size: 13px;
    width: 345px;
    color: #FFFFFF;
    margin-top: 0.520833rem;
}

.appConP4 {
    margin-top: 1.041666rem;
}

.appConUl {
    margin-left: -14px;
}

.appConUl > li {
    float: left;
    width: 8.25rem;
    height: 2.583333rem;
    line-height: 2.583333rem;
    font-size: 12px;
    font-family: moduelZhRe;
    text-align: center;
    cursor: pointer;
    color: #333333;
    background-image: url(../img/index/appNormalBtn.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.appConUl > li > span {
    vertical-align: -2px;
}

.appliColorful {
    background-image: url(../img/index/appColorfulBtn.png) !important;
    color: #FFFFFF !important;
}

.appConP5 {
    position: absolute;
    bottom: -7px;
    right: 0px;
    color: #FFFFFF;
    font-size: 13px;
    text-align: right;
}

.appAlertBox {
    display: none;
    position: absolute;
    z-index: 2;
}

.appCodeBg {
    width: 190px;
    height: 190px;
}

.appImgCode {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.alertBoxDiv {
    width: 100%;
    height: 200px;
    position: relative;
}

.appIphoneBox {
    display: inline-block;
    top: 0px;
    left: -37px;
}

.appAndroidBox {
    top: 0px;
    left: 105px;
}

.appChatBox {
    top: 0px;
    left: 247px;
}


/* 客服中心相关页面end */


/* 侧边栏start */
.asideRight {
    position: fixed;
    right: 0.9375rem;
    bottom: 4.322916rem;
    z-index: 4;
}

.asideBox1 {
    position: relative;
}

.asideBox2 {
    position: relative;
    margin-top: 9px;
}

.asideLine1 {
    width: 2.2rem;
}

.asideLine2 {
    width: 2.2rem;
    cursor: pointer;
}

.asideLine2:hover {
    opacity: 0.8;
}

.asideItemImg {
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    position: absolute;
    /* left: 50%;
    transform: translate(-50%,0%); */
}

.asideItemImg1 {
    top: 15px;
}

.asideItemImg2 {
    top: 62px;
}

.asideItemImg3 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.asideItemImg:hover {
    opacity: 0.8;
}

/* 侧边栏end */

.confirmBox {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: black;
    opacity: .7;
}

.confirmBody {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
}

.buttonContent {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    background: white;
    bottom: 0px;
}

.buttonContent button {
    padding: 0 20px;
    margin-left: 20px;
    height: 32px;
    font-size: 0.68rem;
    cursor: pointer;
    line-height: 32px;
    display: block;
    border: none;
    border-radius: 5px;
}


/*配色样式*/
.container {
    width: 1013px;
    height: 657px;
    padding: 0;
    font-size: 14px;
    overflow: auto;
}

.color-fabric-description {
    padding: 20px 0px;
    width: 100%;
}

.color-fabric-description img {
    height: 15px;
    width: 15px;
}

.color-fabric-description div {
    display: inline-block;
    padding-left: 30px;
}

.part-box .header {
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    color: white;
    background: gray;
}

.part-box .header span {
    display: inline-block;
    float: left;
}

.part-box .header .delete {
    float: right;
    padding-right: 30px;
}

.part-box .body {
    height: 200px;
}

.part-box .body > div {
    width: 50%;
    height: 350px;
    float: left;
}

.part-box .delete {
    cursor: pointer;
}

.pl30 {
    padding-left: 30px;
}

.color-part-box {
    width: 100%;
    height: 88px;
    display: flex;
    align-items: center;
}

.color-part-box .part-button {
    height: 30px;
    background: black;
    color: white;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.part-image-box {
    width: 230px;
    height: 230px;
    border: 1px solid;
    margin-left: 30px;
}

.part-image-box image {
    height: 100%;
    width: 100%;
}

.pointer {
    cursor: pointer;
}

/*配色选择*/


.selectColorBigBox {
    width: 1100px;
    height: 650px;
}

.selectColorBigBox > div {
    float: left;
}

.bigBoxLeft {
    height: 100%;
    overflow: auto;
    width: 180px;
    color: #9c9c9c;
    cursor: pointer;
}

.bigBoxLeft > div {
    position: relative;
    padding-top: 10px;
    width: 160px;
}

.bigBoxLeft > div img {
    height: 16px;
    width: 16px;
    position: absolute;
    right: 10px;
    top: 12px;
}

.bigBoxRight {
    height: 100%;
    width: 900px;
    overflow: auto;
    background: #F6F6F6;
}

.bigBoxRight .boxRightItem {
    width: 9em;
    height: 12.3rem;
    cursor: pointer;
    margin: .83rem 10px;
    float: left;
}

.boxRightItemImgBox {
    position: relative;
    width: 100%;
    height: 9.3rem;
}

.imgMagnifier {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 2px;
    bottom: 2px;
    z-index: 3;
    cursor: pointer;
}

.boxRightItemImgBox .firstImg {
    min-height: 100%;
    max-height: 100%;
    min-width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.boxRightItemImgDescription {
    width: 100%;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.style_name {
    text-align: left;
}

.imgMask {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
}

.imgMask img {
    position: absolute;
    z-index: 4;
}

#upload_img_name {
    width: 80%;
    height: 40px;
    text-align: center;
}

.color-fabric-number {
    height: 30px;
    text-align: center;
}

.color_description {
    color: red;
}
