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

.clearfix {
	/* 触发 hasLayout */
	zoom: 1;
}

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

@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: moduelTin;
	src: url(../fonts/HYJUNHEI-35W.TTF);
}
@font-face {
    font-family: moduelZhRegular;
    src: url(../fonts/SourceHanSansCN-Regular.otf);
}
label {
	cursor: pointer;
}

/* 中间部分 */
.moduelMiddle {
	width: 64.583333rem;
	min-height: 46.875rem;
	margin: 0 auto;
}

.moduelLeft {
	width: 15.625rem;
	height: 100%;
	float: left;
}

.moduelRight {
	width: 48.958333rem;
	float: left;
	overflow: hidden;
}

.lineTit {
	color: #3d3d3d;
	font-size: 1.041666rem;
	font-weight: bold;
    margin-top: 7px;
    font-family: moduelZhRegular;
}

.lineTitHr {
	width: 48px;
	height: 1px;
	background: #000000;
	margin-top: 3px;
	margin-bottom: 24px;
}

.lineList {
	margin: 10px 0px;
	width: 85%;
	font-size: 14px;
}

.lineListLine {
	border-bottom: 1px dotted #000000;
	padding: 6px 0px;
	cursor: pointer;
    font-size: 0.729166rem;
}

.lineListSpan {
	/* color: #9C3A69; */
    font-family: moduelZhRe;
    color: #333333;
}

.isRed {
	color: #A94274;
}

.lineListArrow {
	background-image: url(../img/index/topAndDown.png);
	background-repeat: no-repeat;
	background-position: 0px -10px;
	width: 10px;
	height: 6px;
	float: right;
	margin-top: 8px;
	margin-right: 6px;
	cursor: pointer;
}

.lineListBox {
	display: none;
    font-size: 0.729166rem;
    color: #333333;
    font-family: moduelEn;
}
.lineBoxSpan{
    vertical-align: text-top;
    margin-left: 0.520833rem;
}

.lineBoxDiv {
	margin: 10px 0px;
}

.lineBoxInput[type="checkbox"] {
	width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 18px;
	margin-right: 2px;
	position: relative;
}

.lineBoxInput[type="checkbox"]::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
}

.lineBoxInput[type="checkbox"]:checked::before {
	content: "\2713";
	background-color: #9C3A69;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border: 1px solid #7D7D7D;
	border-radius: 4px;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
}

.linePriceBox {
	width: 85%;
	margin-top: 40px;
	font-size: 14px;
	position: relative;
}

.linePriceBtn {
	width: 6.25rem;
	height: 1.5625rem;
	line-height: 1.5625rem;
	text-align: center;
	background: #333333;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 14px;
	margin-top: 20px;
    font-family: moduelZhRe;
}

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

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

.priceGet {
	display: inline-block;
	width: 23px;
}

.guessItem {
	width: 85%;
	margin: 14px 0px;
}

.guessImgBox {
	float: left;
	width: 70px;
	height: 98px;
	border: 1px solid #eee;
	position: relative;
	overflow: hidden;
	/* background-image: url(../img/index/text6.jpg); */
	/* background-repeat: no-repeat; */
	/* object-position: inherit; */
	/* background-size: cover; */
}

.guessImgBox>img {
	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;
}

.guessInfo {
	float: left;
	font-size: 15px;
	margin-left: 12px;
	margin-top: 17px;
}

.guessInfoLine1 {
	font-family: moduelEn;
    color: #555555;
    font-size: 1.041666rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	word-break: break-all;
}

.guessInfoLine2 {
	font-family: moduelEn;
	margin-top: 0.260416rem;
    color: #555555;
    font-size: 0.9375rem;
}

.guessInfoLine3 {
	margin-top: 5px;
	/* font-weight: bold; */
	position: relative;
}

.productPrice {
	color: #212121;
    font-size: 1.145833rem;
    font-family: moduelMyriadProRegular;
}

/* 右边 */
.searchModBox {
    font-size: 14px;
    width: 96%;
    margin: 0 auto;
}

.searchText1 {
    font-family: moduelZhRe;
    color: #3D3D3D;
    display: inline-block;
    width: 300px;
    height: 35px;
    line-height: 35px;
    /* text-align: center; */
    color: #3D3D3D;
    background-color: #F5F5F5;
    font-size: 0.729166rem;
    text-indent: 19px;
}
.goodSearchBox{
    margin-top: 1px;
}
.goodSearchInput{
    position: relative;
    float: left;
}
.moduelSearch {
	width: 10.416666rem;
	height: 35px;
	background-color: #F5F5F5;
	padding-left: 12px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    font-size: 0.729166rem;
}
.moduelSearch::-webkit-input-placeholder{
    color: #666666;
}

.searchText2 {
    float: left;
    width: 35px;
    height: 35px;
    background: #9f5248;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.searchText2:hover {
    opacity: 0.8;
}

.searchText2>img {
    width: 1.041666rem;
    height: 1.041666rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.searchBtn {
    font-family: moduelZhRe;
    font-size: 0.729166rem;
    color: #3D3D3D;
	display: inline-block;
	width: 160px;
	height: 35px;
	line-height: 35px;
	background-color: #F5F5F5;
	text-align: center;
	cursor: pointer;
	margin-top: 1px;
	position: relative;
    letter-spacing: 1px;
}

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

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

.searchUpDown {
    display: inline-block;
    vertical-align: -4px;
    margin-left: 5px;
}

.fabricListUpBtn {
	display: block;
}

.fabricListUpBtn:hover {
	opacity: 0.6;
}

.fabricListDownBtn {
	display: block;
	margin-top: 5px;
}

.fabricListDownBtn:hover {
	opacity: 0.6;
}

.productContent {
	/*display: flex;*/
	/*flex-wrap: wrap;*/
    position: relative;
}
.productContentMid {
    display: flex;
    flex-wrap: wrap;
}
.productItem {
	width: 14.0625rem;
	height: auto;
	margin: 32px 18px;
}

.productImgBox {
	width: 14.0625rem;
	height: 19.635416rem;
	line-height: 19.635416rem;
	border: 1px solid #eee;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	box-sizing: border-box;
}

.productImg {
	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;
}

.productInfo {
	margin-top: 1.145833rem;
	padding: 0px 0.3125rem;
}

.fabricMask {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0%;
	left: 0%;
	background-color: rgba(169, 66, 116, 0.8);
	text-align: center;
	color: #FFFFFF;
}

.toPriceInput {
	position: relative;
	display: inline-block;
}

.linePriceIcon {
	position: absolute;
	top: 7px;
	left: 7px;
	font-size: 14px;
}

.linePriceInput {
	width: 6.25rem;
	height: 1.5625rem;
	border: 1px solid #A0A0A0;
	border-radius: 4px;
	padding-left: 20px;
}

.productBasket {
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translate(0%, -50%);
	cursor: pointer;
}

/* .pageTopage {
	width: 400px;
	height: 35px;
	line-height: 35px;
	background: #EEEEEE;
	text-align: center;
	margin: 40px auto;
} */
